/* 5.   Banner + search
--------------------------------------------------------------------------------*/
.banner {
  position: relative;
  z-index: 10;
  height: 488px;
  background-image: url(../images/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
  .banner h1, .banner .view-all {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0 2px 0 rgba(23, 21, 23, 0.5); }
  .banner h1 {
    color: #fff;
    top: -60px; }
  .banner .view-all {
    color: #fff;
    bottom: -30px; }
    .banner .view-all:hover {
      text-decoration: underline; }

.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 162px;
  display: block;
  margin: 0 auto;
  margin-top: 86px;
  border-radius: 0;
}
.btn-transparent:hover {
    background-color: #fff;
    color: #000; }
.form-search {
  /*background-color: rgba(255, 255, 255, 0.2);*/
  /*padding: 10px;*/  
  display: table;
  margin: 209px auto 0;
  position: relative; }
  .form-search .form-group {
    position: relative;
    width: 160px;
    float: left;
    margin-bottom: 0; }
  .form-search .tagInput {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .form-search .form-control {
    padding-right: 30px;
    text-align: left;
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none; }
  .form-search .form-control::-moz-placeholder {
    color: rgba(51, 51, 51, 0.8);
    opacity: 0.8; }
  .form-search .form-control:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.8); }
  .form-search .form-control::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.8); }
  .form-search .btn-style-1 {
    width: 160px;
    border-radius: 0;}
  .form-search .form-control-feedback {
    color: rgba(51, 51, 51, 0.8); }

.sub-form-search {
  z-index: 10;
  display: none;
  position: absolute;
  top: 43px;
  left: 1px;
  width: 100%;
  background-color: #fff;
  color: #5a5a5a;
  border: 1px solid #453735;
  padding: 8px 0; }
  .sub-form-search:after, .sub-form-search:before {
    bottom: 100%;
    left: 13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .sub-form-search:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px; }
  .sub-form-search:before {
    border-color: rgba(13, 149, 252, 0);
    border-bottom-color: #453735;
    border-width: 8px;
    margin-left: -8px; }
  .sub-form-search .f-list li {
    cursor: pointer;
    padding: 5px 12px;
    color: #5a5a5a;
    text-align: left; }
    .sub-form-search .f-list li:hover {
      background-color: rgba(0, 117, 201, 0.2); }
    .sub-form-search .f-list li:last-child {
      margin-bottom: 0; }
  .sub-form-search.sub-cruise {
    width: 371px; }
  .sub-form-search.sub-triptype {
    width: 324px; }
  .sub-form-search.sub-triptype .f-list {
    overflow: hidden; }
    .sub-form-search.sub-triptype .f-list li {
      float: left;
      width: 50%; }

.load-text li {
  margin-bottom: 10px;
  padding: 0 13px;
  cursor: pointer;
  color: #453735;
  display: table;
  width: 100%; }
  .load-text li:hover {
    background-color: rgba(0, 117, 201, 0.2); }
.load-text .place {
  float: right;
  color: #5a5a5a;
  display: inline-block; }
.load-text .c_label {
  background-color: #453735;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 3px 6px;
  line-height: 1;
  vertical-align: middle; }
  .load-text .c_label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #453735;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.sub-banner ul {
  padding: 30px 0; }
  .sub-banner ul li {
    padding: 0 20px;
    /*text-transform: uppercase;*/
    font-size: 20px;
    color: #453735;
    position: relative;
    vertical-align: middle; width:24%;
    font-weight:bold;
  }
    .sub-banner ul li p {
      display: block;
      font-size: 12px;
      color: #999;
      margin-top: 3px; }
    .sub-banner ul li:after {
      content: '';
      display: inline-block;
      height: 69px;
      width: 1px;
      background-color: #ccc;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .sub-banner ul li:first-child {
      /*text-transform: capitalize;*/
      font-size: 20px;
      /*text-align: left;*/
      /*padding-left: 54px;*/
      line-height: 25px; }
      .sub-banner ul li:first-child:after {
        display: none; }
      .sub-banner ul li:first-child .fa-check {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #453735;
        color: #fff;
        text-align: center; }

.ads-banner{
    /*background-color: #edf0f2;*/
    padding-top: 60px;
    position: relative;
    z-index: 1;}
/* 6.   Content
--------------------------------------------------------------------------------*/
.home-section {
  position: relative;
  z-index: 1;
  padding: 50px 0; }
  .home-section .title24 {
    color: #333;
    line-height: 28px;
    text-align: center; }
  .home-section .title34 {
    line-height: 34px;
    text-align: center; }
  .home-section .title36 {
    line-height: 36px;
    text-align: center; }

.title-dropdown .fa {
  display: none; }

.owl-wrap-1 {
  margin-left: -15px;
  margin-right: -15px; }

.tooltip {
  z-index: 999; }
  .tooltip .tooltip-arrow {
    color: #453735;
    border-left-color: #453735 !important; }
  .tooltip .tooltip-inner {
    background-color: #453735;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 1; }


#owl-home-1 .item {
  padding-left: 15px;
  padding-right: 15px; }
  #owl-home-1 .item .post-single {
    padding-bottom: 3px; }
    #owl-home-1 .item .post-single .i-header .detail-info {color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px;
    }
    #owl-home-1 .item .post-single .i-header .detail-info span{font-size:16px}
  #owl-home-1 .item .bg-default {
    /*-webkit-box-shadow: 0 1px 0 #c7c7c7;
    -khtml-box-shadow: 0 1px 0 #c7c7c7;
    -moz-box-shadow: 0 1px 0 #c7c7c7;
    -ms-box-shadow: 0 1px 0 #c7c7c7;
    -o-box-shadow: 0 1px 0 #c7c7c7;
    box-shadow: 0 1px 0 #c7c7c7;*/

  }
  #owl-home-1 .item:hover .bg-default {
    background-color: #fafdff;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #owl-home-1 .item:hover .i-header:before {
    background-color: rgba(0, 0, 0, 0.1); }
  #owl-home-1 .item:hover .i-body a {
    color: #0a4e05; }
#owl-home-1 img {
  width: 100%;
  height: 100%; }
#owl-home-1 .i-header {
  width: 100%;
  height: 207px;
  position: relative;
  display: block; }
  #owl-home-1 .i-header:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #owl-home-1 .i-header .heart-o {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #owl-home-1 .i-header .heart-o:before {
      width: 24px;
      height: 24px;
      line-height: 26px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      content: '\f004';
      display: inline-block;
      font-family: 'FontAwesome';
      margin-right: 5px;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    #owl-home-1 .i-header .heart-o:hover:before, #owl-home-1 .i-header .heart-o.love:before {
      background-color: #fff;
      color: #0a4e05; }
#owl-home-1 .i-body {
  padding: 15px 15px 20px;
  position: relative; 
  border-left:1px solid #c7c7c7;
  border-right:1px solid #c7c7c7;
  border-bottom:1px solid #c7c7c7;
}
  #owl-home-1 .i-body .title {
    font-size: 17px;
    font-weight: 700;
    padding-right: 86px;
    margin-bottom: 5px; }
    #owl-home-1 .i-body .title a {
      display: block; }
      #owl-home-1 .i-body .title a:hover {
        color: #0a4e05; }
  #owl-home-1 .i-body .price {
    font-size: 26px;
    color: #dd3333;
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding-right: 24px; }
    #owl-home-1 .i-body .price sup {
      left: -2px;
      font-size: 12px; }
    #owl-home-1 .i-body .price span {
      position: absolute;
      right: 0;
      top: -1px;
      display: inline-block;
      font-weight: 400;
      font-size: 10px;
      line-height: 1; }
    #owl-home-1 .i-body .view-details {background:#dd3333; color:#fff; padding:5px 20px;}
#owl-home-1 .schedule {
  margin: 10px 0 15px; }
  #owl-home-1 .schedule .fa-long-arrow-right {
    color: #999;
    margin: 0 3px; }
#owl-home-1 .box-review label {
  display: inline-block;
  vertical-align: middle; }
#owl-home-1 .review {
  position: relative;
  padding-left: 26px;
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin-left: 5px; }
  #owl-home-1 .review .n-rate {
    width: 24px;
    height: 17px;
    line-height: 17px;
    background-color: #74c63d;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  #owl-home-1 .review strong {
    color: #74c63d; }
  #owl-home-1 .review .n-review {
    position: relative;
    padding-left: 5px;
    margin-left: 3px; }
    #owl-home-1 .review .n-review:before {
      content: '';
      display: inline-block;
      height: 10px;
      width: 1px;
      background-color: #000;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
#owl-home-1 .tag {
  padding: 8px 10px 6px 33px;
  background-color: rgba(255, 202, 0, 0.25);
  color: #dd3333;
  position: relative;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block; 
  width:100%;
}
  #owl-home-1 .tag .fa {
    position: absolute;
    left: 10px;
    top: 10px; }
#owl-home-1 blockquote {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  padding-top: 12px;
  border-top: 1px dashed #ccc; }
  #owl-home-1 blockquote .quote-left {
    margin-bottom: 10px; }
    #owl-home-1 blockquote .quote-left:before {
      content: '\f10d';
      display: inline-block;
      font-family: 'FontAwesome';
      margin-right: 5px;
      color: #999; }
  #owl-home-1 blockquote footer {
    font-size: 12px; }
#owl-home-1 .owl-controls {
  margin-top: 27px;
  position: absolute; 
  width:100%;
  top:45%;
}
#owl-home-1 .owl-pagination {
  text-align: center;
  width: 100px;
  position: relative;
  z-index: 3;
  margin: 0 auto; 
  display:none;
}
  #owl-home-1 .owl-pagination .owl-page {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px; }
    #owl-home-1 .owl-pagination .owl-page.active {
      background-color: #453735; }
#owl-home-1 .owl-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /*display: table;*/
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #owl-home-1 .owl-buttons div {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #453735;
    color: #f69d85;
    font-size: 16px; 
    /*border:1px solid #453735;*/
  }
    #owl-home-1 .owl-buttons div:hover {
      background-color: #b2967b; }
  #owl-home-1 .owl-buttons .owl-prev {
    float: left;
    padding-right: 1px; }
  #owl-home-1 .owl-buttons .owl-next {
    float: right;
    padding-left: 2px; }
    #owl-home-1 .owl-buttons .owl-prev i{padding:10px;}
    #owl-home-1 .owl-buttons .owl-next i{padding:10px;}
.explore {
  background-color: #edf0f2;
  padding-top: 70px; }
.explore-w {
  background-color: #fff;
  padding-top: 70px; }
.packages {
  padding: 60px 0 35px;
  background-color: #f6f8f9; }

.pa-thumbnail {
  margin-bottom: 30px; }
  .pa-thumbnail .link-img {
    position: relative;
    display: block; }
    .pa-thumbnail .link-img img {
      width: 100%; }
  .pa-thumbnail .crown {
    color: #fff;
    padding: 5px 10px 5px 25px;
    background: #e62520 url("../images/travelplanning/crown.png") no-repeat 7px 5px;
    position: absolute;
    left: -7px;
    top: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .pa-thumbnail .crown:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-top: 7px solid #861815;
      position: absolute;
      left: 0;
      top: 100%; }
  .pa-thumbnail .heart-o {
    position: absolute;
    z-index: 10;
    top: 13px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .pa-thumbnail .heart-o:before {
      width: 24px;
      height: 24px;
      line-height: 26px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      content: '\f004';
      display: inline-block;
      font-family: 'FontAwesome';
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .pa-thumbnail .heart-o:hover:before, .pa-thumbnail .heart-o.love:before {
      background-color: #fff;
      color: #453735; }
  .pa-thumbnail .th-info {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px; }
    .pa-thumbnail .th-info .fa {
      font-size: 14px; }
  .pa-thumbnail .caption {
    padding: 12px 15px;
    background-color: #fff;
    border-bottom: 1px solid #c7c7c7; 
    min-height:88px;
  }
  .pa-thumbnail .th-title {
    margin-bottom: 10px; }
    .pa-thumbnail .th-title a {
      color: #453735; }
      .pa-thumbnail .th-title a:hover {
        color: #453735; }

.pa-thumbnail .th-detail:after{
    content: '';
    display: table;
    clear: both;
}
.pa-thumbnail .th-detail{
    position: relative;
}
.pa-thumbnail .th-detail .bread {
    padding-top: 5px;
    padding-left: 15px;
    position: relative;
}
.pa-thumbnail .th-detail .bread:before{
    content: '\f041';
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    top: 5px;
}
.pa-thumbnail .th-detail .bread li{
    display: inline-block; }
.pa-thumbnail .th-detail .bread>li+li:before {
    padding: 0 5px;
    color: #0054a0;
    font-family: 'FontAwesome';
    content: "\f105"; }
.pa-thumbnail .th-detail .bread li a{
    color: rgba(0,0,0,.7); }
.pa-thumbnail .th-detail ul li a:hover{
    color: #0054a0; }
.pa-thumbnail .th-footer {
    padding: 5px 0;}

.detail-included{
    padding: 1px;
    position: absolute;
    left: -15px;
    bottom: 30px;
    width: 664px;
    z-index: 99;
    text-align: left;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 5px rgba(24, 22, 24, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(24, 22, 24, 0.3);
    box-shadow: 0 5px 5px rgba(24, 22, 24, 0.3);
    display: none;
}
.packages-body div[class^=col-]:nth-of-type(2) .detail-included{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.packages-body div[class^=col-]:last-child .detail-included{
    right: -15px;
    left: unset;
}
.detail-included h4 {
    padding: 12px 40px 12px 25px;
    background-color: #e4e7e8;
    position: relative;
}
.detail-included .included-close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.included-content {
    padding: 25px;
    color: #000;
}
.included-content label {
    font-size: 14px;
    display: block;
}
.included-content ul li {
    margin-top: 14px;
    padding-left: 19px;
    position: relative;
    font-size: 12px;
}
.included-content ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background-color: #999;
    position: absolute;
    top: 5px;
    left: 0;
}
@media (max-width: 991px) {
    .packages-body div[class^=col-]:nth-of-type(2) .detail-included{
        left: unset;
        right: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .detail-included{
        width: 100%;
        min-width: 300px;
        left: unset;
        right: -15px;
    }
    .detail-included h4{
        padding-left: 15px;
        font-size: 16px;
    }
    .included-content{
        padding: 20px 15px;
    }
    .detail-included div[class^=col-]:last-child{
        margin-top: 20px;
    }
}
.packages-footer .btn {
  border-color: #c7c7c7;
  padding: 8px 20px; }

.destinations {
  padding: 70px 0 50px; }

.h-header {
  margin-bottom: 20px; }
.h-header p{
  font-size: 20px; color:#666;}
  .h-header .title24 {
    margin-bottom: 10px; }

.h-header-dropdown .fa {
  display: none; }

.des-header {
  padding: 0 250px; }

.des-body .grid {
    display: table;
    width: 100%;
    height: 100%;
    margin-top: 10px; }
.des-body .grid .col {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
.des-body .grid .col:first-child a {
    margin-left: 0; }
.des-body .grid .col a {
    display: block;
    margin: 0 0 10px 10px;
    background: #ccc;
    line-height: 0;
    position: relative;
    text-decoration: none;
    overflow: hidden; }
.des-body .grid .col a:hover .caption {
    visibility: visible;
    opacity: 1; }
.des-body .caption {
    -webkit-transition: all 500ms ease 0ms;
    -khtml-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff; }
.des-body .caption .box-center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
.des-body .caption .box-center strong {
    margin-top: 5px; }

.why-tours {
  background-color: #f6f8f9;
  padding: 60px 0 80px; }

#owl-home-2 {
  padding: 12px 88px; }
  #owl-home-2 .owl-item {
    padding: 0 3px; }
  #owl-home-2 .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 40px;
    color: transparent; }
    #owl-home-2 .owl-buttons div:after, #owl-home-2 .owl-buttons div:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 3px;
      background-color: rgba(178, 191, 201, 0.5);
      position: absolute;
      left: 0; }
  #owl-home-2 .owl-buttons .owl-prev {
    left: 0; }
    #owl-home-2 .owl-buttons .owl-prev:before {
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 12px; }
    #owl-home-2 .owl-buttons .owl-prev:after {
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: 12px; }
  #owl-home-2 .owl-buttons .owl-next {
    right: 0; }
    #owl-home-2 .owl-buttons .owl-next:before {
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 12px; }
    #owl-home-2 .owl-buttons .owl-next:after {
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 12px; }

.wrap-media img {
  width: 100%; }

.h_media {
  position: relative;
  padding-top: 15px;
  padding-bottom: 25px; }
  .h_media .title {
    line-height: 1.2;
    margin: 0 0 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .h_media blockquote {
    padding: 0 35px 0 45px; }
    .h_media blockquote footer {
      color: #666;
      margin-top: 10px; }
  .h_media .quote {
    position: relative;
    text-align: justify; }
    .h_media .quote:before, .h_media .quote:after {
      content: '';
      display: inline-block;
      position: absolute;
      font-family: 'FontAwesome';
      color: rgba(0, 0, 0, 0.2); }
    .h_media .quote:before {
      content: '\f10d';
      left: -45px;
      top: 13px;
      font-size: 36px; }
    .h_media .quote:after {
      content: '\f10e';
      right: -35px;
      bottom: 0;
      font-size: 30px; }
	.h_media .more-1y {
	    margin-top: 15px;
	}
	.list-check li {
	    position: relative;
	    padding-left: 28px;
	    margin-bottom: 6px;
	}
    .h_media .more-1y:hover {
      text-decoration: underline; }
  .h_media .list-check {
    margin-top: 20px; }

/* 7.   Responsive
--------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .form-search .btn {
    width: 90px; }

  .sub-banner ul {
    width: 100%;
    display: table; }
    .sub-banner ul li {
      width: 33.333%;
      float: left;
      margin-top: 20px; }
      .sub-banner ul li:after {
        height: 40px; }
      .sub-banner ul li:first-child {
        float: none;
        display: block;
        width: 100%;
        margin-top: 0; }
        .sub-banner ul li:first-child br {
          display: none; }
      .sub-banner ul li:nth-of-type(2)::after {
        display: none; }

  .h_media .title {
    margin: 0 0 15px; }

  #owl-home-1 .i-body .title {
    padding-right: 0; }
  #owl-home-1 .i-body .price {
    position: relative;
    right: unset;
    top: unset;
    margin: 15px 0; } }
@media (max-width: 991px) {
  .btn-transparent {
    margin-top: 15px; }

  .banner {
    height: 460px; }
    .banner h1, .banner .view-all {
      position: static;
      -webkit-transform: translateX(0);
      -khtml-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .banner h1 {
      font-size: 22px;
      margin-bottom: 15px; }
    .banner .view-all {
      margin-top: 15px; }

  .form-search {
    text-align: center;
    padding: 20px;
    width: 400px;
    margin: 26px auto 0; }
    .form-search .form-group, .form-search .btn {
      width: 100%;
      float: none !important; }
    .form-search .form-group {
      width: 360px;
      display: block;
      margin: 0 auto 10px; }

  .sub-banner ul {
    padding: 0;
    margin: 0; }
    .sub-banner ul li {
      text-align: left;
      width: 100%;
      float: none;
      margin: 0;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.7);
      padding: 10px 0;
      border-top: 1px solid rgba(115, 115, 115, 0.2);
      text-transform: capitalize; }
      .sub-banner ul li strong {
        display: inline-block;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.7); }
      .sub-banner ul li:after {
        display: none; }
      .sub-banner ul li:first-child {
        border-top: none;
        font-size: 20px;
        line-height: 22px;
        padding: 19px 15px 19px 54px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #453735; }
  .sub-banner .sons.on .fa-caret-right:before {
    content: '\f0d8'; }
  .sub-banner .son {
    display: none; }

    .ads-banner{
        padding-top: 30px;}
  .h_media {
    height: auto !important; }

  #owl-home-2 .item .more-1y {
    margin-top: 15px; }

  .main-wrap {
    padding-top: 40px; }

  .h-item {
    margin-bottom: 40px; }

  #owl-home-1 .owl-controls {
    margin-top: 30px;
    min-height: 40px;
    overflow: hidden; }
    #owl-home-1 .owl-controls .owl-pagination {
      display: none !important; }
  #owl-home-1 .owl-buttons {
    width: 100%; }
    #owl-home-1 .owl-buttons div {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      background-color: #0054a0; }
    #owl-home-1 .owl-buttons .owl-next {
      padding-left: 4px; }
    #owl-home-1 .owl-buttons .owl-prev {
      padding-right: 4px; }

  .des-header {
    padding-left: 0;
    padding-right: 0; }

  .home-section {
    padding: 35px 0 !important; }

  #owl-home-2 {
    padding: 0 23px; } }
@media (max-width: 767px) {
  .h-thumbnail .img, .thumbnail .img {
    height: 250px !important; }

  #owl-home-1 .i-header {
    height: 250px !important; }

  .des-body .caption .box-center strong {
    font-size: 18px; } }
@media (max-width: 680px) {
  .banner .container {
    padding-left: 0;
    padding-right: 0; }

  .form-search {
    width: 300px; }
    .form-search .form-group {
      width: 260px; }

  .sub-form-search.sub-triptype {
    width: 100%; }
    .sub-form-search.sub-triptype .f-list li {
      width: 100%; }
  .home-section .title24 {
    font-size: 18px; }
  .home-section .title34 {
    font-size: 18px; }
  .home-section .title36 {
    font-size: 18px; } }
@media (max-width: 600px) {
  .owl-wrap-1 {
    padding-bottom: 10px; }

  #owl-home-1 .owl-controls {
    margin-top: 11px; }

  .main-wrap {
    padding-bottom: 0; }

  .h-header-dropdown {
    line-height: 1.2 !important;
    color: #453735 !important;
    position: relative;
    padding: 12px 30px 12px 12px;
    background-color: #fff;
    font-size: 13px;
    box-shadow: 0 2px 0 #c7c7c7;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .h-header-dropdown .title24 {
      font-size: 13px;
      color: #453735;
      margin-bottom: 0;
      text-align: left;
      line-height: 1; }
    .h-header-dropdown .fa {
      display: block;
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .h-header-dropdown.active {
      color: #ff5913 !important; }
      .h-header-dropdown.active .fa:before {
        content: '\f068'; }
    .h-header-dropdown p {
      display: none; }

  .h_show {
    display: none;
    padding-bottom: 30px; }

  .h-item {
    margin-bottom: 12px; }
    .h-item .title24 {
      margin-bottom: 12px; }

  .h-thumbnail .thumbnail {
    margin-bottom: 0; }

  .home-section {
    background-color: #edf0f2 !important;
    padding: 0 !important; }

  .explore {
    padding: 30px 0 !important; }

  .pa-thumbnail {
    margin-bottom: 20px; } }
@media (max-width: 500px) {
  .h-thumbnail .img, .thumbnail .img {
    height: 200px !important; }

  #owl-home-1 .i-header {
    height: 200px !important; }

  .main-wrap {
    padding-top: 25px; }

  .des-body .grid .col:first-child {
    display: none; } }
@media (max-width: 400px) {
  .h_media blockquote {
    padding: 0 30px 0 40px; }
  .h_media .quote:before {
    font-size: 30px;
    left: -40px; }
  .h_media .quote:after {
    font-size: 24px;
    right: -30px; }

  .h-thumbnail .img, .thumbnail .img {
    height: 150px !important; }

  #owl-home-1 .i-header {
    height: 150px !important; } }
.contactsupport {display: inline-block; background:#f9f9f9; width:100%;} 
.contact-support {
    background: #f9f9f9 url("/images/contact-support.png") no-repeat bottom right;
    display: block;
    position: relative;
}
.support-text {
    margin: 0 0 0 20px;
    float: left;
    width:800px;
}
.support-number {
    display: block;
    padding: 15px 0 15px 10px;
    position: inherit;
}
.support-text span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.support-text h4 {
    display: block;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-bottom: 5px;
    text-transform:uppercase;
    line-height:28px;
    /*color:#dd3333*/
}
/*.text-special {
    color: #fe8802;
}*/
.support-text p {
    display: block;
    font-size: 12px;
    position: relative;
}
.contact-support .help-desk {
    /*left: 17px;*/
    position: absolute;
    top: 20px;
}
.help-desk-img {
}
.img-circle {
    border-radius: 50%;
}
.why-us .list-unstyled li{display:block; border-top:1px solid #dcdcdc; padding:20px 0;}

.btn .glyphicon-menu-right, .btn .glyphicon-menu-down, .btn .glyphicon-menu-up {
    font-size: 10px;
}
.sub-banner {border-bottom:1px solid #dcdcdc;}
.col-md-3ths {
    width: 40%;
    float: left;
}
.col-md-2ths, .col-md-3ths, .col-md-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-3ths-right {
    padding-right: 0;
}
.col-md-5ths-d {
    width: 20%;
    float: left;
}
.col-md-5ths-m, .col-md-5ths-d {
    position: relative;
}
.col-md-3ths-left, .col-md-5ths-1, .col-md-5ths-2 {
    padding-left: 10px !important;
}
.col-md-5ths-m, .col-md-5ths-d {
    position: relative;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.col-md-3ths-left {
    padding-right: 0;
}
.col-md-5ths-m img, .col-md-5ths img {
    width: 100%;
}
.col-md-5ths-m img, .col-md-5ths img {
    width: 100%;
}
.col-overlay {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    background: url(/images/1px-gradient.png) bottom repeat-x;
}
.col-md-3ths .style-name {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    width: 98%;
    height: 110px;
    padding-top: 67px;
    left:0;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.col-md-5ths .style-name, .col-md-3ths-2 .style-name, .col-md-5ths-1 .style-name, .col-md-5ths-2 .style-name {
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    text-align: center;
    width: 94%;
    font-size: 22px;
    color: #fff;
    height: auto;
    padding-top: 70px;
    line-height: 24px;
}
.col-md-5ths {
    width: 20%;
    float: left;
}
.travel-styles {margin-left:-10px;}
.travel-styles .text {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}
.travel-styles .more-text {
    font-size: 50px;
    font-weight: bold;
    display:block;
}
.travel-styles .more {
    color: #fff;
}
.travel-styles .text a {
    color: #fff;
}
.why-us h4 {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 16px;
}
.tripadvisor1 {
    border: 1px solid #00af87;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    min-height: 220px;
    margin-top: 15px;
    width: 100%;
    float: right;
    margin: 0 !important;
}
.text-highlight {
    color: #453735;
}
#CDSWIDSSP {
    font: normal 12px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    color: #333;
    overflow: hidden;
    height: auto;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    background-color: transparent;
    letter-spacing: 0;
}
#CDSWIDSSP {
    width: 100% !important;
}
#CDSWIDSSP .widSSPData {
    padding: 7px 10px 7px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
#CDSWIDSSP div {
    font: normal 12px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
}
.widSSPData {
    border: 0 !important;
}
.bg-news {
    padding: 60px 0 35px;
    background-color: #f6f8f9;
}
.bg-news .pa-thumbnail .caption {
border:1px solid #c7c7c7;
}
.bg-news .pa-thumbnail .caption:hover {
background:#fafdff;
}
.bg-news .pa-thumbnail .caption h3 a{
color:#453735;
}
.bg-news .pa-thumbnail .caption h3 a:hover{
text-decoration:underline;
}
.why-us h2 {margin-bottom:10px;}
.des-flipbox-content{

}
.cq-flipbox-flipper {
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    style: preserve-3d;
    -moz-backface-visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.link-img .cq-flipbox-content {
    color: #fff;
    /*font-size: 15px;
    line-height: 150%;*/
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);*/
    height:100%;
}
.link-img .cq-flipbox-content:hover {background:rgba(0,0,0,0.2)}
h3.cq-flipbox-title {
    color: #fff;
    font-size: 40px;
    width: 100%;
    /*line-height: 130%;*/
    margin: 0;
    text-align: center;
    position:absolute;
    top:40%;
}
h3.cq-flipbox-title {
    text-shadow: 0 0 5px #000 !important;
}
.why-us .why-us-content {
    border:1px solid #00a680; padding:15px;
}
.golf-body {

}
.golf-body .des img-box{width:100%;}
.golf-body .des img-box img{width:100%;}
.golf-body .grid .col a:hover .caption {
    visibility: visible;
    opacity: 1;
}
.golf-body .caption {
    -webkit-transition: all 500ms ease 0;
    -khtml-transition: all 500ms ease 0;
    -moz-transition: all 500ms ease 0;
    -ms-transition: all 500ms ease 0;
    -o-transition: all 500ms ease 0;
    transition: all 500ms ease 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.golf-body .caption .box-center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.golf-body .caption .box-center strong {
    margin-top: 5px;
}
.pull-left .x-recent-posts-date {
    margin: 0;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(0,0,0,0.65);
}
.x-recent-posts-date {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.golf-body .des .link-img img:hover {opacity:0.5;}
.style-item:hover .style-name {color:#453735;}
@media (max-width: 680px) {
    #owl-home-1 .owl-buttons .owl-prev {margin-left:15px;}
    #owl-home-1 .owl-buttons .owl-next{margin-right:15px;}
}
@media (max-width: 480px) {
    #owl-home-1 .owl-buttons .owl-prev {margin-left:15px;}
    #owl-home-1 .owl-buttons .owl-next{margin-right:15px;}
}
@media (max-width: 320px) {
    #owl-home-1 .owl-buttons .owl-prev {margin-left:15px;}
    #owl-home-1 .owl-buttons .owl-next{margin-right:15px;}
}