/*
* D-TECT
* Version: 1
*/

/* Slick slider */
.slick-slide {
  outline: none;
}
.slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #e0e0e0;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background: #fe6466;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #111;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 2;
}
.slick-arrow:hover {
  color: #111;
  background: #fe6466;
}

/* Promo section */
.promo-section {
  position: relative;
  overflow: hidden;
  background: #111;
}

@media (max-width: 1024px) {
.promo-section {
  margin-top:-25px;
}	
}

.promo-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  position: relative;
  height: 85vh;
}
.promo-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}
.promo-item-content {
  position: relative;
  top: 55%;
  transform: translateY(-55%);
  width: 40%;
  z-index: 2;
 background: rgba(255,255,255,1);
  padding:20px 30px 20px 40px;
	
}
.promo-item-content em {
  position: relative;
  top: -3px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing:1px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 25px;
	
}
.promo-item-content h3 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing:2px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #555;
}

.promo-item-content-p {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing:2px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #555;
}


.promo-item-content-description {
  position: relative;
  margin-bottom:20px;
}

.promo-item-content-description p{
  color:#555;
  font-size:16px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 1440px) {
.promo-item-content {
    width: 40%;
  }
}

@media (max-width: 1320px) {
.promo-item-content {
    width: 50%;
  }
}

@media (max-width: 1024px) {
.promo-item-content {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .promo-item-content {
    width: 60%;
  }
  .promo-item-content em {
    margin-bottom: 15px;
  }
  .promo-item-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 820px) {
  .promo-item-content .btn-u {
	  display:none;
  }

}

@media (max-width: 767px) {
  .promo-item-content em {
    font-size: 14px;
  }
  .promo-item-content h3 {
    font-size: 24px;
	line-height:1.2em;
  }
}


.promo-section .slick-prev,
.promo-section .slick-next {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-55%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #21417a;
  color: #fff;
  text-align: center;
}
.promo-section .slick-prev {
  right: 63px;
}
.promo-section .slick-prev:hover,
.promo-section .slick-next:hover {
  background: #ec6707;
  color: #fff;
}
@media (max-width: 767px) {
  .promo-section .slick-prev,
  .promo-section .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .promo-section .slick-prev {
    right: 45px;
  }
}
@media (max-width: 599px) {
  .promo-section .slick-prev,
  .promo-section .slick-next {
	  display:none !important;
  }
  
  .promo-item-content-description{
	  display:none;
}

.promo-item-content em {
  display:none;
}

.promo-item-content {
    padding: 20px 20px 20px 20px;
}
.promo-item-content h3 {
    font-size: 30px;
	margin-bottom:0;
  }
}

@media (max-width: 530px) {
.promo-item-content {
    width: 75%;
  }
  }

@media (max-width: 400px) {
.promo-item-content {
    width: 75%;
	border-left: none;
	text-align:left;
	padding:5px 10px 5px 20px;
  }
  .promo-item-content h3 {
    font-size: 20px;
  }
  }
  
  /* ---- Scroller ---- */
.scroller {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  font-size: 50px;
  line-height:.5;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  z-index:10;
}

@media (max-width: 767px) {
.scroller {
  display: none;
}
}

.scroller:focus {
  color: inherit;
  text-decoration: none;
}

.scroller:hover,
.scroller:focus {
  color: #ffffff;
  text-decoration:none;
}

.scroller:hover .scroller-text {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}

.scroller .scroller-text {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration:none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

@media (max-width: 530px) {
#shift{
    background-position: right;
	background-position: 85% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}