
.introBox{
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0px;
}

.videoCaption{
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.videoCaption::after{
  content: "";
  position absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(#161718, transparent);
  background: -o-linear-gradient(#161718, transparent);
  background: -moz-linear-gradient(#161718, transparent);
  background: linear-gradient(#161718, transparent);
  top: 0px;
  left: 0px;
}

.roboze-dots.dots-home{
  position: absolute;
  bottom: 0px;
  padding: 10px 0px;
  margin: 0px;
}

.headerCaptionBlock{
  height: 100%;
  padding: 40px;
  /*background: rgb(22, 23, 24);
  background: -webkit-linear-gradient(top, rgb(22, 23, 24), transparent);
  background: -o-linear-gradient(bottom, rgb(22, 23, 24), transparent);
  background: -moz-linear-gradient(bottom, rgb(22, 23, 24), transparent);
  background: linear-gradient(to bottom, rgb(22, 23, 24) , transparent);*/
}

@-webkit-keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@-moz-keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@-o-keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

#introBtn{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#introBtn::after{
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-top: 10px solid #e0e1e1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 8px;
  -webkit-animation: fade 1s ease-in-out 0s alternate infinite none running;
  -moz-animation: fade 1s ease-in-out 0s alternate infinite none running;
  -o-animation: fade 1s ease-in-out 0s alternate infinite none running;
  animation: fade 1s ease-in-out 0s alternate infinite none running;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

#highlights > article.bgColorWhite{
  color: #232527;
}

#highlights > article{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

#highlights > article figure:first-child{
  margin-top: -50px;
}

#highlights > article figure + .titleLev2{
  margin-top: 30px;
  margin-bottom: 10px;
}

#highlights > article .incipit + a{
  margin-top: 20px;
}

#highlights > article.bgColorBlack{
  color: #f0f1f1;
}

#highlights > article .incipit p, #highlights > article .titleLev2{
  color: inherit;
  text-transform: none;
}

#highlights > article .incipit p{
  font-style: italic;
  font-weight: 400;
  font-family: Ubuntu;
  font-size: 24px;
}

#highlights > article figure{
  width: 100%;
}

#highlights > article figure > .image{
  max-width: 100%;
  width: auto;
}

.hightlightImg img{
  max-width: 100%;
  width: auto;
}

.homeTitleContainer{
  position: absolute;
  width: 100%;
  left: 0px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
}

.homeTitleContainer .titleLev1{
  text-transform: none;
}

#headerSlider .bgClassic{
  height: 100%;
}

.headerCaptionBlock .innerCaption .sliderDescription p{
  color: inherit;
}

@media (max-width: 767px){

  .homeTitleContainer{
    position: relative;
    width: 100%;
    padding: 30px 40px 25px 40px;
    z-index: 2;
    text-align: center;
  }

  .headerCaptionBlock{
    position: relative;
    text-align: center;
  }

  .headerCaptionBlock .innerCaption{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #headerSlider{
    height: 400px;
  }

}

@media (min-width: 768px){

  .homeTitleContainer{
    position: relative;
    width: 100%;
    padding: 90px 40px 85px 40px;
    z-index: 2;
  }

  .homeTitleContainer .titleLev1{
    text-transform: none;
    text-align: left;
    margin: 0px;
  }

  .headerCaptionBlock .innerCaption,
  .homeTitleContainer .titleLev1{
    margin: 0 40px;
  }

  .headerCaptionBlock .innerCaption{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #headerSlider{
    height: 550px;
  }

}

@media (min-width: 992px){

  .headerCaptionBlock{
    position: absolute;
    width: 100%;
  }

  .headerCaptionBlock .innerCaption,
  .homeTitleContainer .titleLev1{
    margin: 0 100px;
  }

}

@media (min-width: 1200px){

  .headerCaptionBlock .innerCaption{
    margin-top: -30px;
  }

  .headerCaptionBlock .innerCaption,
  .homeTitleContainer .titleLev1{
    margin: 0 100px;
  }

  .homeTitleContainer .titleLev1{
    font-size: 46px;
    margin-left: 100px;
  }

  .videoText{
    float: left;
    max-width: 80%;
  }

  .videoBtn{
    float: right;
  }
}

@media (min-width: 2500px){}
