﻿.models-wrapper .main-wrapper {
  position: relative;
}

.main-wrapper > img {
  width: 100%;
}

/*.models-wrapper .main-wrapper img {
        width: 100%;
    }*/
.models-brd {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(133, 133, 133, 0), rgba(133, 133, 133, 0) 0, rgba(0, 0, 0, 0.5));
}

.models-brd a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.models-brd breadcrumb {
  background: transparent;
}

.models-wrapper .breadcrumb li span {
  color: #fff;
}
.models-wrapper .breadcrumb li:last-child span {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.fe-header .breadcrumb a {
  color: #fff;
}

.fe-header .breadcrumb a:hover {
  color: white;
}

.model-body-wrapper {
  padding: 0 12%;
}

/*.model-description div{
    width:50%;
}*/
.model-description {
  margin-bottom: 80px;
}

.model-description .fe-text {
  padding: 5%;
}

.model-description .fe-text h6 {
  color: black;
}

.model-description .fe-text h5 {
  color: black;
  margin: 0;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.model-description .fe-text h5:after {
  background: black;
}

.model-description .fe-text p {
  color: black;
  overflow: hidden;
  opacity: 0.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 1em 0;
  overflow: hidden;
}

/***************Similar products*****************/
.similar-models {
  display: flex;
  background-color: black;
}

.similar-models h5 {
  margin-top: 91px;
}

.similar-models-links {
  width: 14%;
  position: relative;
  color: #B3B3B3;
}

.similar-models-links .link-wrapper {
  position: absolute;
  left: 0;
  top: 59%;
}

.similar-models-links .link-wrapper a {
  display: block;
  width: 104px;
  text-align: right;
  border-bottom: 2px solid #B3B3B3;
  color: #B3B3B3;
  padding-bottom: 12px;
  margin-top: 24px;
  transition: width 0.5s, color 0.5s, border-bottom-color 0.5s;
}

.similar-models-links .link-wrapper a:hover {
  cursor: pointer;
  width: 124px;
  color: white;
  border-bottom-color: white;
}

.similar-models-content {
  width: 86%;
  color: white;
}

.similar-models-carousel {
  margin: 64px 0 70px 0;
}

/* the slides */
.similar-models-carousel .slick-slide {
  margin: 0 40px;
}

.slick-slide div .item img {
  /*width: 1434px;
  height: 656px;*/
}

.similar-models-content h6 {
  font-family: "Josefin Sans";
  font-weight: normal;
  margin: 24px 0 0 0;
  text-transform: uppercase;
}

.similar-models-carousel-item {
  width: 582px;
  /*height:266px!important;*/
}

.similar-models-carousel-item img {
  width: 100%;
}

.similar-models-carousel-item:focus {
  outline: none;
}

/*****************Similar end******************/
.fe-btn-cont {
  display: flex;
  width: 100% !important;
}

.fe-btn-cont a {
  margin-right: 34px;
  margin-top: 40px;
}

.center-cont {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 110px auto;
  align-items: center;
}

.center-cont h5 {
  color: black;
  margin-bottom: 24px;
}

.center-cont p {
  color: black;
  width: 582px;
}

/*.model-finishes .fe-text {
    padding: 87px 123px 30px 123px;
}*/
.model-finishes p {
  overflow: hidden;
}

.model-features img {
  width: 50%;
}

.model-features a {
  margin-top: 28px;
}

.models-wrapper .fe-row {
  margin-top: 80px;
}

.model-quiz {
  margin: 20% 0;
}

.model-quiz h5 {
  opacity: 0.8;
  width: 56%;
}

.model-quiz h6 {
  color: black;
  margin-bottom: 32px;
  line-height: 62px;
}

.model-quiz p {
  color: black;
  width: 812px;
  margin-bottom: 48px;
  line-height: 36px;
}

.video-cont {
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.video-cont:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(133, 133, 133, 0.06) 36%, rgba(53, 53, 53, 0.34) 85%, #000000);
}

.video-img-bg {
  position: absolute;
  top: 0;
  z-index: 11;
  height: 702px;
}

.play-video {
  position: absolute;
}

.model-video {
  height: 702px;
}

.hoverable-carousel {
  position: relative;
}

/*.hoverable-carousel img {
        transition: all .5s;
    }

    .hoverable-carousel:hover img {
        transform: scale(0.9);
    }*/
.move-prev {
  position: absolute;
  left: 0;
  top: 0;
}

.move-next {
  position: absolute;
  right: 0;
  top: 0;
}

.image-list {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 105px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.image-list .carousel-items {
  width: 976px;
  height: 105px;
}

.image-list .carousel-items .item:focus {
  outline: none;
}

.carousel-element {
  width: 214px;
  height: 105px;
  background-color: coral;
}

.hoverable-carousel .move-prev, .hoverable-carousel .move-next {
  z-index: 1001;
  cursor: pointer;
  width: 44px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.similar-models-carousel .slick-slide {
  margin: 0 16px 0 0 !important;
}

.slider-cont-nav {
  position: absolute;
  width: 7px;
  height: 13px;
  cursor: pointer;
}

.slider-cont-nav img {
  width: auto;
}

.slider-cont-prev {
  top: 35px;
  left: -15px;
}

.slider-cont-next {
  top: 35px;
  right: -10px;
  z-index: 1000;
}

.slider-cont {
  width: 100% !important;
  height: 100px;
}

.slider-cont .slick-list {
  width: 100% !important;
}

.slider-cont .slick-prev, .slider-cont .slick-next {
  color: black;
  width: auto;
  height: auto;
}

.slider-cont .slick-slide {
  margin: 0 20px 0 0;
}

.slider-cont-item:focus {
  /*margin:0 15px;*/
  outline: none;
}

.fe-header {
  display: flex;
  padding: 48px 6.25% 142px;
  justify-content: space-between;
}

.fe-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0px;
}

.fe-header .breadcrumb li {
  color: #fff;
  /*opacity: 0.5;*/
  cursor: pointer;
}

.fe-header .breadcrumb li:last-child {
  opacity: 1;
}

.fe-header .breadcrumb > li + li:before {
  padding: 0px;
  content: "";
}

/*.fe-header {
    display: flex;
    padding: 125px 120px 110px 122px;
    justify-content: space-between;
}*/
.fe-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0px;
}

.fe-header .breadcrumb li {
  color: #fff;
  /*opacity: 0.5;*/
  cursor: pointer;
}

.fe-header .breadcrumb li:last-child {
  opacity: 1;
}

.fe-header .breadcrumb > li + li:before {
  padding: 0px;
  content: "";
}

.feature-wrapper > h3 {
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto;
  line-height: 62px;
  color: white;
  margin-bottom: 49px;
}

.feature-wrapper > h3:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 46%;
  height: 2px;
  background-color: white;
}

.feature-wrapper h4 {
  font-weight: 300;
  color: #fff;
  width: 1190px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 36px;
}

.fe-text h5 {
  /*padding-bottom: 20px;
  margin-bottom: 20px;*/
  color: white;
  display: inline-block;
  /*border-bottom: 2px solid #fff;*/
}

.fe-row {
  display: flex;
  margin-top: 110px;
  justify-content: space-between;
}

.fe-row div {
  width: 50%;
}

.fe-row img {
  width: 100%;
}

.fe-footer {
  padding: 243px 0 240px 0;
  text-align: center;
}

.fe-footer h3 {
  text-align: center;
  color: #fff;
  line-height: 62px;
  border-bottom: none;
  margin-bottom: 32px;
}

.fe-footer h4 {
  opacity: 0.8;
  padding-bottom: 48px;
  width: 947px;
}

.fe-footer div {
  background: black;
  text-transform: capitalize;
  background: #f5f5f5;
  width: 216px;
  display: inline-flex;
  height: 44px;
}

.fe-footer a {
  text-transform: capitalize;
  width: 216px;
  line-height: 24px;
}

.fe-footer a:hover {
  border: 1px solid white;
}

.video-wrap {
  position: relative;
  padding-bottom: 48.25%;
  padding-top: 25px;
  height: 0;
  max-width: 1920px;
  margin: 0 auto;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
}

.models-wrapper h4 {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
}

.models-wrapper h2 {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
}

.similar-models-content h4 {
  color: white;
  margin-top: 91px;
}

.similar-models-content span {
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}
