#principal_banner .bannercontainer{position: relative;}

#principal_banner .banner{
    position: relative;
    height: calc(100vh - 110px )!important;
    margin-top: 110px;
}

#principal_banner .apex-slider-shadow {display: none;}
#principal_banner .timer {display: none;}
#principal_banner .preloader {display: none!important;}
#principal_banner .slotholder {height: 100%;}
#principal_banner .slotholder img {min-height: 100%!important;min-width: 100%!important; }

@media (max-width: 1200px) {
#principal_banner .caption_text {
    bottom: 40%!important;
    font-size: 40px!important;
}
}
@media (max-width: 768px) {
  #principal_banner .banner {height:300px!important; margin-top: 140px;}
  #principal_banner .caption_text {
    bottom: 50%!important;
    font-size: 30px!important;
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  #principal_banner .banner {height: 300px!important;}
  #principal_banner .caption_text {
    font-size: 24px!important;
    padding: 0 10px;
    white-space: normal;
  }
}
#principal_banner .caption {
    width: 100%;
    height: 100%;
    left: 0!important;
}

#principal_banner .caption_text {
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: center;
    font-size: 55px;
    color: #FFF;
    text-transform: uppercase;
    line-height: normal;
    display: table;
    left: 0;
    margin-top: -35px;
    
}

#principal_banner .caption_text .caption_border {
    position: relative;
    padding-bottom: 10px;
    
    display: table;
    margin: 0 auto;
}

#principal_banner .leftarrow.large.round {
    background: url(/Files/App_002/Images/left.png) no-repeat center;
}
#principal_banner .rightarrow.large.round {
    background: url(/Files/App_002/Images/right.png) no-repeat center;
}
#principal_banner .caption_text.second {
    margin-top: -55px;
}

