@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:300,400,700');
/**********ELECTROLIZE IS A TEST FONT ONLY**************
@import url('https://fonts.googleapis.com/css?family=Electrolize');

.electrolize-reg() { font-family:"Electrolize", Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; }

*********ELECTROLIZE IS A TEST FONT ONLY***************/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 75px;
  height: 200px;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
@media screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 70px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 200px;
  }
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
  /*[dir="rtl"] & {
        left: auto;
        right: -25px;
    }*/
}
.slick-prev:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 80px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('../../../../../../../content/dam/atvi/sekiro/carousel/left-arrow.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .slick-prev:before {
    width: 40px;
    height: 53px;
  }
}
.slick-next {
  right: 0px;
  /*[dir="rtl"] & {
        left: -25px;
        right: auto;
    }*/
}
.slick-next:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 80px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('../../../../../../../content/dam/atvi/sekiro/carousel/right-arrow.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .slick-next:before {
    width: 40px;
    height: 53px;
  }
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  margin: 0 15px;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:not(.slick-active) {
  /*
		&:before {
			content: "";
            position: absolute;
            top: 0;
            left: 0;
            .size(100%,100%);
            z-index: 5;
            background: rgba(255,255,255,.4);
            //background: rgba(0,0,0,.7);
        }
        */
}
.slick-slide:not(.slick-active) > div {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .slick-slide {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide {
    margin: 0 10px;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:300,400,700');
/**********ELECTROLIZE IS A TEST FONT ONLY**************
@import url('https://fonts.googleapis.com/css?family=Electrolize');

.electrolize-reg() { font-family:"Electrolize", Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; }

*********ELECTROLIZE IS A TEST FONT ONLY***************/
section.featurette-carousel-section {
  position: relative;
  background: url(../../../../../../../content/dam/atvi/sekiro/featurette-carousel/featurette-carousel-bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  section.featurette-carousel-section {
    background-size: cover;
  }
}
section.featurette-carousel-section .featurette-title {
  position: relative;
  background: url(../../../../../../../content/dam/atvi/sekiro/featurette-carousel/enemy-title-brush-stroke.png) top center no-repeat;
  background-size: 100% 100%;
  width: fit-content;
  font-size: 48px;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #ffff;
  margin: 100px auto 0;
  padding: 15px 50px 20px 30px;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.86);
}
@media screen and (max-width: 767px) {
  section.featurette-carousel-section .featurette-title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 450px) {
  section.featurette-carousel-section .featurette-title {
    font-size: 36px;
  }
}
section.featurette-carousel-section .featurette-container {
  position: relative;
  overflow-x: hidden;
}
section.featurette-carousel-section .featurette-container .featurette-card-carousel-container {
  width: 100%;
  padding: 0 30px;
  margin: 50px auto 110px;
}
@media screen and (max-width: 1024px) {
  section.featurette-carousel-section .featurette-container .featurette-card-carousel-container {
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 767px) {
  section.featurette-carousel-section .featurette-container .featurette-card-carousel-container {
    max-width: calc(100% - 35px);
    padding: 0 15px;
    margin: 40px auto 100px;
  }
}
section.featurette-carousel-section .featurette-container .featurette-carousel:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-entry {
  position: relative;
  width: 30%;
  height: 0;
  padding-bottom: 7.8%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-entry:hover {
  margin-top: -8px;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-entry:focus {
  outline: none;
}
@media screen and (max-width: 1440px) {
  section.featurette-carousel-section .featurette-container .featurette-carousel .card-entry {
    padding-bottom: 7.4%;
  }
}
@media screen and (max-width: 1024px) {
  section.featurette-carousel-section .featurette-container .featurette-carousel .card-entry {
    padding-bottom: 10.7%;
  }
}
@media screen and (max-width: 767px) {
  section.featurette-carousel-section .featurette-container .featurette-carousel .card-entry {
    padding-bottom: 10.7%;
  }
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(4px 4px 35px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(4px 4px 35px rgba(0, 0, 0, 0.75));
  pointer-events: none;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content {
  position: absolute;
  background: url(../../../../../../../content/dam/atvi/sekiro/featurette-carousel/brush-stroke.png) top center no-repeat;
  background-size: 100% 100%;
  height: 65px;
  left: 0px;
  right: 0px;
  bottom: 7px;
  pointer-events: none;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-headline {
  padding-left: 20px;
  pointer-events: none;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-headline h4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 26px !important;
  line-height: 28px;
  overflow: hidden;
  max-width: calc(100% - 85px);
}
@media screen and (max-width: 1245px) {
  section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-headline h4 {
    font-size: 20px !important;
    line-height: 22px;
  }
}
@media screen and (max-width: 380px) {
  section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-headline h4 {
    font-size: 16px !important;
    line-height: 18px;
  }
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-play {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  pointer-events: none;
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-play:focus {
  outline: none;
}
@media screen and (max-width: 345px) {
  section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-play {
    width: 25px;
    height: 25px;
  }
}
section.featurette-carousel-section .featurette-container .featurette-carousel .card-inner .card-front-content .card-play:after {
  content: "";
  background: url('../../../../../../../content/dam/atvi/sekiro/carousel/play-button.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
section.featurette-carousel-section button.slick-arrow:before {
  top: 30%;
}

