/*
 * Please do not modify or add new style directly in this stylesheet.
 *
 * This stylesheet is created with preprocessor, any modification here
 * will be overwritten in future processing of the master stylesheet.
 *
 * Please override and add new style to custom.3.0.css whenever necessary
 */
/* 
 * Main
 */
.topnav-container {
  position: relative;
  width: 100%;
  z-index: 100;
}

.topnav {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
}
.topnav.affix {
  top: 0;
}

.expanded .topnav {
  background-color: black;
  height: 100%;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}

.smenu-active.affixed.topnav-container {
  padding-bottom: 69px;
}

.series-section-menu {
  background-color: #000;
}
.series-section-menu a, .series-section-menu a:focus {
  color: #fff;
  text-align: left;
  position: relative;
}
.series-section-menu li {
  margin: 0;
  border-bottom: 1px solid #363636;
}
.series-section-menu li a:hover {
  color: #fff;
}
.series-section-menu li:last-child {
  border-bottom: none;
}
.series-section-menu li.active a:before {
  width: 3px;
  height: 20px;
  content: "";
  background-color: white;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 0;
}
.series-section-menu h4 {
  padding: 6px 12px;
}
.series-section-menu .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
}

.section-menu-small {
  background-color: #000 !important;
  border: none !important;
  float: none;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
}

.section-menu-current {
  font-size: 1.2em;
  font-weight: bold;
}
.section-menu-current i.fa-angle-up {
  font-size: 18px;
  line-height: 18px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .smenu-active.affixed.topnav-container {
    padding-bottom: 42px;
  }

  .series-section-menu {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .series-section-menu li {
    display: inline-block;
    border: 0;
  }
  .series-section-menu li .btn {
    font-size: 16px;
  }
  .series-section-menu li span {
    position: relative;
  }
  .series-section-menu li:before {
    content: "|";
    position: absolute;
    left: -2px;
    top: 11px;
    -ms-transform: skewX(-15deg);
    /* IE 9 */
    -webkit-transform: skewX(-15deg);
    /* Safari */
    transform: skewX(-15deg);
  }
  .series-section-menu li:first-child + li:before {
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
  }
  .series-section-menu li:hover a:before,
  .series-section-menu li.active a:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #3d75ba;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transform: skewX(-15deg);
    /* IE 9 */
    -webkit-transform: skewX(-15deg);
    /* Safari */
    transform: skewX(-15deg);
  }

  #series-menu {
    display: none;
  }
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #5ca5d7;
}

/* .hero */
.hero {
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.hero-img2{ padding:0px 15%;}
.hero .h1 {
  max-width: 540px;
  width: 80%;
  margin: 10% auto;
}
.hero a { color:#fff; text-decoration:none;
}
#overview  {  position: relative
}
#overview .h1 {  max-width: 130px;
 width:20%; right:40px; top:50px; z-index:9999; position: absolute
}

/* GENERAL */
.hgroup {
  position: relative;
}

.hgroup h2 {
  text-align: center;
  margin: 1.5em auto 1em auto;
}

.hgroup .blue-line,
.hgroup .gray-line {
  border-top: 1px solid #132a4a;
  height: 0;
  width: 30%;
  font-size: 20px;
  margin: 1em auto 1.8em auto;
}

.hgroup .gray-line {
  border-color: #999;
}

.hgroup h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 1.5em auto;
}

.hgroup .icon-play {
  display: inline-block !important;
  width: 1.2em !important;
  vertical-align: middle;
  margin: -.3em 0 0 .2em;
}

.footer {
  margin-top: 50px;
}

.btn-home {
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-block;
  opacity: 0.8;
}

.btn-home:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.main-thankyou {
  margin-top: 50%;
}

/* GALLERY */
.gallery .row {
  margin: 0;
}

.gallery .col {
  padding: 0;
}

.gallery a {
  position: relative;
  display: block;
  z-index: 1;
}

.gallery a:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 88, 200, 0.7);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 88, 200, 0.7);
  box-shadow: 0px 0px 35px 0px rgba(0, 88, 200, 0.7);
  z-index: 5;
}

.gallery a:hover .fa-search-plus {
  color: #5ca5d7;
}

.gallery .fa-search-plus {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}
.hero .icon-zoom {
  background: url("../images/interior_design/icon_zoom.png") center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 50px;
}

.gallery .icon-zoom {
  background: url("../images/interior_design/icon_zoom.png") center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.gallery .col {
  padding: 1%;
}

.gallery .col-xs-5 {
  width: 39.1301%;
}

.gallery .col-xs-7 {
  width: 60.8699%;
}

.spec {
  position: relative;
  background: url("../images/specifications/bg_mobile.jpg") center top no-repeat;
  background-size: contain;
  padding-top: 30%;
  padding-bottom: 40px;
}

.spec .main {
  text-align: center; color:#000
}

.spec .inner {
  display: inline-block;
  text-align: left;
}

.gradient-line {
  height: 1px; border:1px dotted #000000;
  
}

.spec .data-table th,
.spec .data-table td {
  border-top: 1px dotted #000000;
  vertical-align: top;
  line-height: 1.5em;
}

.spec .data-table tr:first-child th,
.spec .data-table tr:first-child td {
  border-top: 0;
}

.spec .data-table th {
  padding: .25em 2.5em .25em 0;
}

.spec .data-table td {
  padding: .25em 0;
  text-align: right;
}

.stay-informed {
  position: relative;
  background: url("../images/stay_informed/bg_mobile.jpg") center top no-repeat;
  background-size: contain;
  padding: 52.0833% 20px 40px 20px;
}

.entry-form-wrapper {
  background-color: #fff;
}

.entry-form-wrapper .inner {
  padding: 20px;
}

.stay-informed .hgroup h2 {
  color: #333;
  font-size: 28px;
  line-height: 1em;
  margin: .5em -0px;
}

.stay-informed .hgroup h2 {
  padding: 1px;
  line-height: 1em;
}

.stay-informed .hgroup .gray-line {
  width: 90%;
  margin: .5em auto;
}

.stay-informed .hgroup h4 {
  color: #333;
  font-weight: normal;
  margin-top: .5em;
}

.stay-informed .remarks {
  padding: 20px 0;
}

.review-box {
  text-align: center;
  padding: 30px;
}

.review p {
  margin-bottom: .2em;
  text-align: center;
  line-height: 1.1em;
}

.review-copy {
  font-size: 20px;
}

.review-source {
  font-size: 18px;
}

.review-link {
  margin-top: 10px;
  text-align: center;
}

.btn-hex,
.smart-forms .btn-hex {
  background-color: #3d75ba;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-clip-path: polygon(0px 0, calc(100%) 0, calc(100% - 10px) 50%, calc(100%) 100%, 0px 100%, 10px 50%);
  clip-path: polygon(0px 0, calc(100%) 0, calc(100% - 10px) 50%, calc(100%) 100%, 0px 100%, 10px 50%);
  -webkit-transition: clip-path .5s;
  /* Safari */
  transition: clip-path .5s;
}

.btn-hex:hover,
.smart-forms .btn-hex:hover {
  color: #fff;
  /*-webkit-clip-path: polygon(5px 0, calc(100% - 5px) 0, calc(100% - 10px)  30%, 100% 100%, 0 100%, 10% 30%);
  clip-path: polygon(5px 0, calc(100% - 5px) 0, calc(100% - 10px)  30%, 100% 100%, 0 100%, 10% 30%);*/
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
}

.owl-theme .owl-nav {
  height: 0;
  margin: 0;
  padding: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  border-radius: 0;
  width: 34px;
  height: 89px;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
  background-image: url("../images/exterior_design/btn_next.png");
  right: 5px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus {
  background-image: url("../images/exterior_design/btn_prev.png");
  left: 5px;
}

#review-carousel.owl-carousel .owl-nav .owl-next,
#review-carousel.owl-carousel .owl-nav .owl-next:hover,
#review-carousel.owl-carousel .owl-nav .owl-next:focus {
  background-image: url("../images/performance/btn_next.png");
  right: -10px;
}

#review-carousel.owl-carousel .owl-nav .owl-prev,
#review-carousel.owl-carousel .owl-nav .owl-prev:hover,
#review-carousel.owl-carousel .owl-nav .owl-prev:focus {
  background-image: url("../images/performance/btn_prev.png");
  left: -10px;
}

.video-container {
  position: relative;
}

.video-carousel-container {
  overflow: hidden;
}

.video-carousel {
  display: block;
  float: left;
  width: 100%;
}

.video-carousel .owl-item {
  display: block;
  float: left;
  width: 100%;
}

.video-carousel .owl-item .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*padding-bottom: 42.1875%;*/
}

.video-carousel .owl-item .item video {
  width: 100%;
}

.video-carousel .owl-item .item .promo-container {
  position: absolute;
  top: 0;
  height: 600px;
}

.video-carousel .owl-item .item .promo-container h2 {
  color: white;
}

.video-carousel .owl-item .item .promo-container .promo {
  height: 200px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 600px;
  padding: 40px;
}

.video-carousel .owl-nav {
  display: none;
}

.btn-play {
  background: url("../images/common/btn_play_mobile.png") center center no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  transition: all .5s;
  cursor: pointer;
}

.bgvid .btn-play.active {
  background-image: url(../images/common/btn_pause_mobile.png);
  width: 34px;
  height: 34px;
  right: 55px;
  top: 19px;
  opacity: .3;
}

.btn-play:hover {
  background-image: url("../images/common/btn_play_hover_mobile.png");
}

.btn-play.active {
  opacity: 0;
}

.smart-forms .frm-row .testdrive-option-group .colm2 {
  width: 20%;
}

.smart-forms .gui-input:focus, .smart-forms .gui-textarea:focus, .smart-forms .select > select:focus, .smart-forms .select-multiple select:focus {
  border: 1px solid #5ca5d7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 88, 200, 0.7), inset 0px 0px 15px 0px rgba(0, 88, 200, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 88, 200, 0.7), inset 0px 0px 15px 0px rgba(0, 88, 200, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 88, 200, 0.7), inset 0px 0px 15px 0px rgba(0, 88, 200, 0.3);
}

.ui-datepicker .ui-state-disabled span:hover {
  cursor: not-allowed;
  color: #404040;
}

.smart-forms .section {
  margin-bottom: 10px;
}

.smart-forms .form-footer {
  text-align: center;
}

#terms {
  width: 100%;
  max-width: 600px;
  border: 1px solid #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.thankyou-msg {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #3d75ba;
  color: #fff;
  text-align: center;
  display: none;
}

.thankyou .thankyou-msg {
  display: block;
}

.thankyou-msg h3 {
  margin: 0;
  font-size: 15px;
}
.baisebg{ background:#FFF; color:#000; padding:30px 0px}
.baisebgs {
    background-color: rgba(255, 255, 255, 0.8); width:50%  
    
  }
.pl{ float:left}
.pr{ float:right}
@media (max-width: 680px) {
.pl{ float:none}
.pr{ float:none}
.baisebgs {
    background-color: rgba(255, 255, 255, 0.8); width:100%  
    
  }
  #overview .h1 {  max-width: 130px;
 width:15%; right:40px; top:20px; z-index:9999; position: absolute
}

}
@media (min-width: 480px) {
  .main-thankyou {
    margin-top: 30%;
  }

  

  .hgroup .blue-line {
    font-size: 24px;
  }

  .hgroup h4 {
    font-size: 20px;
  }

  .thankyou-msg h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 0;
  }

  .hero .h1 {
    max-width: 540px;
    width: 30%;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-thankyou {
    margin-top: 20%;
    margin-bottom: 10%;
  }

  h2 {
    font-size: 32px;
  }

  .hgroup .blue-line {
    font-size: 32px;
  }

  .hgroup h4 {
    font-size: 24px;
  }

  .btn-play {
    width: 152px;
    height: 152px;
  }

  /*.review .col-sm-6 + .col-sm-6 {
    border-left: 1px solid #fff;
  }*/
  .review p, .review-link {
    text-align: left;
  }

  .review-logo {
    padding-left: 50px;
  }

  .review .vline {
    width: 0;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
  }

  .spec {
    background-image: url("../images/specifications/bg.jpg");
    background-size: cover;
    padding: 0;
  }

  .spec .main {
    background-repeat: repeat-y;
    background-position: 0 0;
    min-height: 720px;
    text-align: left;
    padding: 50px;
  }

  .spec .inner {
    position: relative;
    display: inline-block;
  }

  .stay-informed {
    background-image: url("../images/stay_informed/bg.jpg");
    background-size: cover;
    padding: 720px 0 40px 0;
  }

  .stay-informed .hgroup h2 {
    font-size: 32px;
  }

  .entry-form-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 540px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }

  .entry-form-wrapper .smart-wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .stay-informed .remarks {
    padding: 0 20px;
  }

  .thankyou-msg h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .hgroup h2 {
    font-size: 48px;
  }
}

