/*
.row [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}
*/

.body{
  position:relative;
  padding-top: 70px;
}
img{
  max-width:100%;
}
.text{
  position: absolute ;
  
}
li{
  display: inline-block;
}
.bgimage{
  background-image: url('http://placehold.it/1920x1100');
  background-size: 100%;
}
.bgimage-inside {
  padding-top: 57.29%; /* this is actually (426/1140)*100 */
}
.video-container{
    position: relative;
    display: inline-block;
    margin-left:2.3%;
    width:30%;
    padding: 0;
    overflow: hidden;
    padding-bottom:16.8%; /*use it on iframe (youtube link)*/
   
}

.video-container-border-image{
   border-width: 10px;
  /* Safari and Chrome */
  -webkit-border-image-source: url(../images/video_border_image.png); 
  -webkit-border-image-slice: 13; 
    -webkit-border-image-width: 8px; 
    -webkit-border-image-repeat: round; 
    /* Firefox */
    -moz-border-image-source: url(../images/video_border_image.png); 
    -moz-border-image-slice: 13; 
    -moz-border-image-width: 8px; 
    -moz-border-image-repeat: round; 
    /* CSS3 */
    border-image-source: url(../images/video_border_image.png); 
    border-image-width: 8px; 
    border-image-slice: 13; 
    border-image-repeat: round; 
}
.video-container iframe,
.video-container div
{
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-container div {
    width: 100%;
    height: 100%;
    background: url(../images/comingsoon.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-rwd{
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  background-image: url('http://placehold.it/1920x1100');
  padding-top: 57.29%;
}
.img{
  padding-bottom: 57.29%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-reposition{
  position: absolute;
  top:40%;
  width:100%;
  margin: 0 auto;
  /*border: 2px solid blue;*/
}
.video-text{
  display:inline-block;
  margin-left:2.3%;
  width: 30%;
  text-align: center;
  font-size: 1.5vw;
  margin-top: 1%;
  color: white;
}

li.home a{
  background-image: url('images/movie_btn.png') no-repeat;
}
.ahq-quote-image{
  position: relative;
  width: 40%;
  left: 28%;
}
.tcb-simple-carousel {
  position: relative;
  width: 75%;
  left: 10.25%;
}
.tcb-simple-carousel .carousel-control {
  color: #999;
  padding: 4px 0;
  top: 25%;
  /*left: auto;
  bottom: 0;*/
  opacity: 1;
  text-shadow: none;
}
.tcb-simple-carousel .carousel-control.right {

}
.tcb-simple-carousel .carousel-control.left {
}
.page3-content-reposition{
  position: absolute;
  width: 60%;
  /*height: 60%;*/
  /*border: 2px solid red;*/
  left: 21%;
  top: 8%;
}
.page4-content-reposition{
  position: absolute;
  width: 100%;
  top: 35%;
}
.page-4-btn{
  position: relative;
  width: 20%;
  /* border: 2px solid rebeccapurple; */
  margin-left: 9.5%;
}
.fix-container-in-firstpage{
  left: 82%;
  margin-left: 2%;
  width: 15%;
  padding-bottom: 8%;
}
.fix-video-reposition-in-firstpage{
  top: 68%;
}
.page3-small-blockquote{
  position: relative;
  /*border: 2px solid greenyellow; */
  left: -15px;
  margin-top: 6%;
}
.page3-small-blockquote .arrows{
  position: absolute;
  /*border: 2px solid palevioletred;*/
  top: 25%;
  left: 20%;
  width: 60%;
}

.page3-small-blockquote .arrows .left{
  position: absolute;
}
.page3-small-blockquote .arrows .right{
  position: absolute;
  right: 0;
}
.arrows a{
  position: relative;
}
.ahq-quote-image-down{
  width: 36%;
  left: 30%;
}
.sign{
  /*border: 2px solid yellowgreen;*/
  width: 135%;
  margin-left: -19%;
}
body {
      position: relative; 
  }
.affix {
  top:0;
  width: 100%;
  z-index: 9999 !important;
}
.navbar {
  margin-bottom: 0px;
}
.affix ~ .container-fluid {
  position: relative;
}

#myNavbar ul li{
    /*border-right: 1px solid #fff;*/
}

#myNavbar ul li:last-of-type {
  /*border-right: none;*/
}

#myNavbar ul li:nth-child(2) {
  /*border-left: 1px solid #fff;*/
}
.headerimgaetest{
  width: 245px;
  height: 65px;
  background: url(../images/logo_h65_alpha.png);
}
.headerimgaetest:hover{
  width: 245px;
  height: 65px;
  background: url(../images/logo_h65_hover_alpha.png);
}


@media (max-width: 425px) {
  .page3-content-reposition{
    top: 20%;
  }
  .page3-small-blockquote{
    display: none;
  }
  .sign{
    margin-top: 2.5%;
  }
  .headerimgaetest{
    width: 181px;
    height: 48px;
    background: url(../images/logo_h48_alpha.png);
  }
  .headerimgaetest:hover{
    width: 181px;
    height: 48px;
    background: url(../images/logo_h48_hover_alpha.png);
  }

}
@media (max-width: 767px) {
  
}
