@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
*{
    margin: 0;
    padding: 0;
    outline:none;
    text-decoration: none;
    list-style-position: inside;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], textarea{-webkit-appearance: none;}
input[type='submit'], button{cursor: pointer; -webkit-appearance: none;}
a{text-decoration: none !important; outline: none !important; color: #e1bd85;}
a:hover{color: #9d6928;}
a img{border: none;}
.clr{clear: both;}
.fleft{float: left;}
.fright{float: right;}
.col-2{width: 50%; float: left}
.col-3{width: 33.33%; float: left}
.col-4{width: 25%; float: left}
.view-menu, .view-sub-menu, .view-search, .view-cart{display: none;}
.img404{width: 100%;}
::-webkit-input-placeholder { color:#555 !important; }
::-moz-placeholder { color:#555 !important; } 
:-ms-input-placeholder { color:#555 !important;} 
input:-moz-placeholder { color:#555 !important; }
.button{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
    border: 2px solid #333;
    padding: 5px 10px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
}
.button:hover{
    background: #e1bd85;
    border-color: #e1bd85;
    color: #fff;
}
.zing-content .wp-caption{
    width: 100% !important;
    text-align: center;
}
.zing-content img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.zing-content img.full-width{
    max-height: inherit;
}
.zing-content table{
    width: 100%;
    margin: 0 0 15px 0;
}
.zing-content tr:first-child{
    background: #f1f1f1;
}
.zing-content td{
    padding: 9px 20px;
    border: 1px solid #e3e3e3;
}
.zing-required{
    color: red;
    font-weight: bold;
}
.mark{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    display: inline-block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    opacity:0;
    visibility: hidden;
}
.slide-bg{
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9
}
.contact-success {
    margin: 10px 0px;
    width: 100%;
    color: green;
    font-weight: bold;
}
.contact-error {
  margin: 10px 0px;
  width: 100%;
  color: red;
  font-weight: bold;
}
.media-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  display: flex;
}
.media-image{
    margin-right: 10px;
}
.media-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#333;
}
body p{
    line-height: 1.5;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
}
.mt-0{
    margin-top: 0 !important;
}
/* contact-from */
.form-group{
    margin-bottom: 20px;
}
.form-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.form-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.contact-form .group-3{
    margin: 0 -15px;
}
.contact-form .group-3 .col-3{
    padding: 0 15px;
}
.contact-form .form-control{
    border-radius: 0;
    height: 40px;
    border: 2px solid #333;
    padding: 6px 10px;
}
.contact-form .form-control:focus { 
    box-shadow: none;
    border-color: #e1bd85;
}
.contact-form select.form-control{
    padding: 6px 6px;
}
.contact-form .form-gender{
    width: 25%;
    float: left;
    padding-right: 5px;
}
.contact-form .form-first-name{
    width: 75%;
    float: left;
    padding-left: 5px;
}
.contact-form textarea.form-control{
    height: 130px;
}
.contact-form label{
    font-weight: normal;
}
.contact-form ::-webkit-input-placeholder { color:#333 !important;}
.contact-form ::-moz-placeholder { color:#333 !important;} 
.contact-form :-ms-input-placeholder { color:#333 !important;} 
.contact-form input:-moz-placeholder { color:#333 !important;}
.form-message{
    padding-right: 120px;
    position: relative;
}
.send-message{
    width: 210px;
    height: 47px;
    float: right;
    background: #e1bd85;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.send-message:hover{
    background: #9d6928;
}
.send-tour-request{
    width: 210px;
    height: 47px;
    float: right;
    background: #e1bd85;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.send-tour-request:hover{
    background: #9d6928;
}
.form-required{
    color: red;
    font-size: 14px;
}
.form-success{
    color: green;
}
/* end contact-from */
/* post-list */
.post-item{
    margin-bottom: 30px;
}
.post-item:nth-child(2n+1){
    clear: both;
}
.post-item img{
    width: 100%;
    height: auto;
}
.post-title{
    font-size: 20px;
    margin: 15px 0 0 0;
    line-height: 1.3;
}
.post-title a {
    font-weight: 700;
    text-transform: uppercase;
}
.post-title a:hover{
    color: #9d6928;
}
.post-info{
    margin: 10px 0 15px 0;
    color: #8e8e8e;
}
.post-info span:first-child{
    margin-right: 20px;
}
.post-info i{
    font-size: 12px;
    margin-right: 3px;
}
.post-excerpt{
    margin: 0;
}
/* end post-list */
#header{
    width: 100%;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    z-index: 200;
}
.header-top{
    color: #fff;
    padding: 8px 0;
    background: #9d6928;
}
.top-menu ul{
    margin: 0;
    list-style: none;
}
.top-menu li{
    display: inline-block;
    margin-right: 20px;
}
.top-menu li a{
    color: #fff;
}
.top-menu li.active a, .top-menu li:hover a{
    text-decoration: underline !important;
}
.header-contact a{
    color: #fff;
    margin-left: 15px;
}
.header-contact a .fa{
    margin-right: 3px;
}
.header-bottom{
    background: #fff;
}
.logo{
    padding: 10px 0;
}
.main-menu ul{
    margin: 0;
    list-style: none;
}
.main-menu ul li{
   float: left;
}
.main-menu ul li a{
    display: block;
    padding: 32px 25px 31px 25px;
    text-transform: uppercase;
    color: #333;
    position: relative;
}
.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a{
    color: #e1bd85;
}
.main-menu > ul > li.li-parent > a{
    padding-right: 35px;
}
.main-menu > ul > li.li-parent > a::after{
    content: "";
    border-top: 6px solid #333;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
}
.main-menu > ul > li.li-parent:hover > a{
    background: #e1bd85;
    color: #fff;
}
.main-menu > ul > li.li-parent:hover > a::after{
    border-top: 6px solid #fff;
}
.main-menu > ul > li.active > a::after{
	border-top: 6px solid #e1bd85;
}
.slideshow{
    position: relative;
}
.slideshow .item img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 660px;
    min-height: 120px;
}
.owl-theme .owl-controls{
    margin: 0;
}
.slider-doi-tac{
    background: #282828;
    padding: 10px 0;
}
.slider-doi-tac-img{
    height: 60px;
    position: relative
}
.slider-doi-tac-item img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    width: inherit !important;
}
.slider-doi-tac-inner{
    position: relative;
    padding: 0 50px;
}
.slider-doi-tac .owl-prev, .slider-doi-tac .owl-next{
    color: #535353;
    font-size: 20px;
    position: absolute;
    line-height: 0;
}
.slider-doi-tac .owl-prev{
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.slider-doi-tac .owl-next{
    top: 50%;
    right: 0;
    margin-top: -10px;
}
.slider-doi-tac .owl-prev:hover, .slider-doi-tac .owl-next:hover{
    color: #e1bd85;
}
#footer{
    font-size: 14px;
    color: #999;
}
.footer-top{
    padding: 20px 0;
    background: #232323;
}
.logo-footer{
    margin-bottom: 25px;
}
.footer-contact .glyphicon{
    float: left;
    margin-right: 8px;
    color: #999;
    margin-top: 2px;
    font-size: 13px;
}
.footer-contact .glyphicon-home{
    padding-bottom: 15px;
}
.footer-contact p{
    margin-bottom: 3px;
    clear: both;
}
.footer-contact a{
    padding: 0;
    color: #999;
}
.footer-contact a:hover{
    color: #e1bd85;
}
.footer-title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}
.footer-menu ul{
    margin: 0;
    list-style: none;
}
.footer-menu ul li{
    margin-bottom: 10px;
}
.footer-menu ul li:last-child{
    margin-bottom: 0;
}
.footer-menu ul li a{
    color: #999
}
.footer-menu ul li a:hover{
    color: #e1bd85;
}
.social{
    margin: 15px 0 0 0;
}
.social a{
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: inline-block;
    background: #bcbc99;
    color: #ebebd7 !important;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;
    font-size: 18px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.social a:last-child{
    margin-right: 0;
}
.social .social-facebook{
    background: #4a6ea9;
}
.social .social-facebook:hover{
    background: #1e4584;
}
.social .social-twitter{
    background: #2fb9fc;
}
.social .social-twitter:hover{
    background: #0b91d2;
}
.social .social-youtube{
    background: #e94539;
}
.social .social-youtube:hover{
    background: #df2416;
}
.social .social-pinterest{
    background: #cf0021;
}
.social .social-pinterest:hover{
    background: #a3001a;
}
.social .social-tripadvisor{
    background: #569441;
}
.social .social-tripadvisor:hover{
    background: #2e7e12;
}
.footer-bottom{
    background: #101010;
    text-align: center;
    padding: 11px 0;
}
#banner{
    position: relative;
    color: #fff;
}
#banner img{
    width: 100%;
    height: auto;
    min-height: 120px;
}
.banner-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    color: #fff;
}
.banner-title{
    font-size: 35px;
    margin: 0 0 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.banner-excerpt{
    max-width: 700px;
    margin: 0;
    display: inline-block;
    max-height: 48px;
    overflow: hidden;
}
.banner-excerpt p{
    margin: 0;
}
.banner-search .banner-content{
    bottom: 90px;
}
#main-content{
    padding: 40px 0;
}
.slider-page{
    position: relative;
}
.owl-prev-page{
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/btn-prev.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -19px;
    z-index: 20;
}
.owl-prev-page:hover{
    background: url(../images/btn-prev-hover.png) no-repeat;
}
.owl-next-page{
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/btn-next.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -19px;
    z-index: 20;
}
.owl-next-page:hover{
    background: url(../images/btn-next-hover.png) no-repeat;
}
.box-title-1{
    position: relative;
    font-size: 35px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-bottom: 35px;
    background: url(../images/icon2.png) no-repeat center bottom;
    line-height: 1;
}
.box-title-2{
    position: relative;
    font-size: 35px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    line-height: 1;
}
.box-title-2::after{
    content: "";
    width: 250px;
    height: 1px;
    background: #e1bd85;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-title-3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1;
}
.box-title-4{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1;
}
.why-us{
    margin-top: 40px;
}
.lest-us{
    background: #f0f0f0;
    padding: 35px 0 40px 0;
    text-align: center;
}
.lest-us-inner{
    padding: 0 250px;
}
.lest-us-title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.btn-lest-us{
    display: inline-block;
    background: #e1bd85;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 15px 6px 15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.btn-lest-us:hover{
    background: #9d6928;
}
.our-team-item{
    position: relative;
    background: #f0f0f0;
    min-height: 260px;
    padding: 20px 25px 25px 390px;
    margin-bottom: 40px;
}
.our-team-item:nth-child(even){
    padding: 20px 390px 25px 25px;
}
.our-team-item img{
    position: absolute;
    top: 0;
    left: 0;
}
.our-team-item:nth-child(even) img{
    left: inherit;
    right: 0;
}
.our-team-title{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-team-task{
    color: #888;
}
.gallery-list{
    margin-top: 15px;
}
.btn-photo{
    min-width: 115px;
    display: inline-block;
}
.testimonial-item{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.testimonial-item:last-child{
    border-bottom: none;
}
.testimonial-left{
    width: 20%;
    float: left;
    padding-right: 30px;
    text-align: center;
}
.testimonial-left img{
    border: 3px solid #e1bd85;
    border-radius: 50%;
    margin-bottom: 10px;
}
.testimonial-left p{
    margin: 0;
}
.testimonial-name{
    font-size: 20px;
    font-weight: 600;
}
.testimonial-country{
    color: #888;
}
.testimonial-right{
    width: 80%;
    float: left;
    background: url(../images/icon1.png) no-repeat left top;
    padding-left: 50px;
}
.testimonial-right .rating{
    margin-right: 20px;
}
.testimonial-title{
    margin-bottom: 7px;
}
/****** Style Star Rating Widget *****/
.rating { 
  border: none;
  float: left;
  margin-top: 3px;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 0 4px;
  font-size: 17px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
    color: #ccc; 
    float: right;
    margin-bottom: 0;
    line-height: 1;
}
.rating > .active, .rating > .active ~ label{ color: #ff9f03;}
.testimonial-date{
    float: left;
    margin: 0 0 10px 0;
}
.owl-prev-guide{
    left: 10px;
}
.owl-next-guide{
    right: 10px;
}
.slider-guide a{
    color: #fff;
}
.slider-guide-bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 30px 7px 30px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}
.slider-guide-title{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}
.slider-guide-info{
    margin: 0;
    color: #fff;
}
.box-content{
    margin-bottom: 30px;
}
.load-more{
    display: block;
    width: 130px;
    margin: auto;
}
.sidebar-widget{
    margin-bottom: 30px;
}
.accord-content{
    display: none;
}
.accord-elem.active .accord-content {
    display: block;
}
.post-tax-elem{
    margin-bottom: 10px;
}
.post-tax-title a{
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: #b3b3b3;
    padding: 9px 15px 8px 15px;
    position: relative;
}
.post-tax-elem.active .post-tax-title a{
    background: #e1bd85;
}
.post-tax-elem .post-tax-title a::before {
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #fff;
    content: "";
    right: 15px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
}
.post-tax-elem .post-tax-title a::after {
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #fff;
    content: "";
    right: 15px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.post-tax-elem.active .post-tax-title a::after{
    display: none;
}
.post-tax-content{
    padding: 20px 0 10px 0;
}
.widget-post ul{
    margin: 0;
    list-style: none;
}
.widget-post li{
    position: relative;
    padding-left: 105px;
    min-height: 90px;
    margin-bottom: 30px;
}
.widget-post li:last-child{
    margin-bottom: 0;
}
.widget-post li img{
    position: absolute;
    top: 0;
    left: 0;
}
.widget-post li a{
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}
.widget-post li a:hover{
    color: #9d6928;
}
.widget-post .post-info{
    margin: 8px 0 0 0;
}
.widget-post .post-info span:first-child{
    margin: 0;
}
.single-post-title{
    margin: 0;
    padding-bottom: 0;
}
.single-post-title::after{
    display: none;
}
.single-post-info{
    margin-top: 5px;
}
.sing-post-excerpt{
    font-weight: 600;
}
.post-share{
    margin: 20px 0;
}
.post-share a{
    padding: 6px 15px 3px 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    margin-right: 2px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.post-share a#ref_fb{
    background: #3b5999;
}
.post-share a#ref_fb:hover{
    background: #002981;
}
.post-share a#ref_tw{
    background: #59d1df;
}
.post-share a#ref_tw:hover{
    background: #00a6b9;
}
.post-share a#ref_gp{
    background: #bf3727;
}
.post-share a#ref_gp:hover{
    background: #8e0f00;
}
.post-share a#ref_pr{
    background: #cd252b;
}
.post-share a#ref_pr:hover{
    background: #b40006;
}
.post-share .fa{
    font-size: 18px;
}
.post-tag{
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}
.post-tag ul{
    margin: 0;
    list-style: none;
}
.tag-list li{
    display: inline-block;
    margin-right: 5px;
}
.tag-list li a{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border: 2px solid #333;
    padding: 4px 10px;
    color: #333;
    text-align: center;
    background: #fff;
}
.tag-list li a:hover{
    background: #e1bd85;
    border-color: #e1bd85;
    color: #fff;
}
.product-item{
    margin-bottom: 30px;
}
.product-item:nth-child(3n+1){
    clear: both;
}
.product-box{
    background: #f0f0f0;
    padding: 10px;
}
.product-img{
    position: relative;
}
.product-img img{
    width: 100%;
    height: auto;
}
.product-img .icon-sale{
    top: 10px;
    right: 10px;
} 
.product-price{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 20px;
    color: #fff;
}
.product-price .price{
    font-size: 30px;
    font-weight: 700;
    line-height: 0.8;
}
.product-price .pp{
    color: #e1bd85;
    font-size: 20px;
    font-weight: 700;
}
.product-title{
    position: relative;
    margin: 0;
    padding: 16px 0 10px 90px;
    border-bottom: 1px solid #e1bd85;
    min-height: 75px;
}
.product-title a{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-title .product-day{
    display: block;
    width: 70px;
    height: 45px;
    padding: 4px 0;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 0;
    border-right: 1px solid #e1bd85;
    font-size: 30px;
    font-weight: 600;
    line-height: 0.6;
}
.product-title .product-day font{
    font-size: 16px;
}
.product-info{
    padding: 15px 10px;
    position: relative;
}
.product-info p{
    margin: 0;
}
.product-destination{
    position: relative;
    padding-left: 20px;
}
.product-destination::before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f041";
    position: absolute;
    top: 0;
    left: 0;
    color: #e1bd85;
    width: 16px;
    font-size: 18px;
}
.product-info .product-excerpt{
    margin-top: 15px;
}
.product-info p i{
    color: #e1bd85;
    width: 16px;
    font-size: 15px;
}
.product-info .product-departure{
    margin-top: 5px;
}
.product-info .product-departure i{
    font-size: 13px;
}
/* popup bootstrap */
.modal-content{
    border-radius: 0;
    padding: 25px 30px 30px 30px;
}
.modal-header{
    border: none;
    padding: 0;
    text-align: center;
}
.modal-header .close{
    color: #646464;
    opacity: 1;
    margin: -30px -27px 0 0;
    font-size: 25px;
}
.modal-body{
    padding: 0;
}
/* popup bootstrap */
.popup-title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    background: url(../images/icon2.png) no-repeat bottom center;
    padding-bottom: 35px;
    line-height: 1;
}
.popup-excerpt{
    text-align: center;
}
.popup-lest-us .popup-form{
    padding-top: 10px;
}
.popup-form .form-left{
    padding-right: 5px;
}
.popup-form .form-right{
    padding-left: 5px;
}
.sending{
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}
.single-product-title{
    margin: 0 0 5px 0;
    padding-bottom: 0;
}
.single-product-title::after{
    display: none;
}
.single-product-info{
    padding: 0;
    margin-bottom: 15px;
}
.single-product-info p{
    display: inline-block;
}
.single-product-info .product-destination{
    margin-right: 60px;
}
.product-slider{
    position: relative;
}
.fotorama__thumb-border{
    border-color: #e1bd85;
}
.icon-sale{
    display: block;
    width: 50px;
    height: 49px;
    background: url(../images/icon-sale.png) no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0;
    position: absolute;
    top: 20px;
    right: 20px; 
    z-index: 20;
}
.icon-sale font{
    font-size: 16px;
    font-weight: 600;
}
.product-right-box{
    background: url(../images/icon4.png) no-repeat right bottom 47px #f1f1f1;
    position: relative;
    height: 585px;
}
.product-right-header{
    text-align: center;
    padding: 10px 10px 25px 10px;
    background: url(../images/bg-product-right-header.png) no-repeat left top;
    position: relative;
}
.product-right-header::after{
    content: "";
    width: 100%;
    height: 25px;
    background: url(../images/icon3.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-product-price{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-product-price .price{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
}
.single-product-price .pp{
    font-weight: 700;
    color: #e1bd85;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
}
.product-right-body{
    padding: 20px 0;
}
.product-right-content{
    padding: 0 20px;
    max-height: 380px;
    overflow-y: auto;
}
.product-right-content::-webkit-scrollbar 
{
   width: 8px;
   height: 45px;
}
.product-right-content::-webkit-scrollbar-thumb
{
   background-color: #e1bd85;
   border-radius: 30px;
}
.btn-inquire{
    display: block;
    background: #e1bd85;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 11px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.btn-inquire:hover{
    background: #9d6928;
}
.single-product-box{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 50px;
    padding: 20px 0;
}
/* zing tab */
.tab-header ul{
    margin: 0;
    list-style: none;
}
.tab:not(:first-child){
    display: none;
}
/* zing tab */
.product-tab .tab-header{
    width: 23%;
    float: left;
}
.product-tab .tab-header.fixed{
    position: fixed;
    z-index: 100;
    top: 0;
    background: #fff;
    width: 200px;
}
.product-tab .tab-header li a {
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #e4e4e4;
    max-width: 200px;
    padding: 20px 0 8px 0;
    font-weight: 700;
}
.product-tab .tab-header li a.active{
    color: #e1bd85;
    border-color: #e1bd85;
}
.product-tab .tab-header .btn-inquire{
    position: static;
    max-width: 200px;
    margin-top: 30px;
}
.product-tab .tab-content{
    width: 77%;
    float: right;
    padding: 15px 0 30px 25px;
    border-left: 1px solid #e4e4e4;
}
.product-box-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.product-box-content{
    margin-bottom: 25px;
}
.list1 ul, .list2 ul{
    margin: 0;
    list-style: none;
}
.list1 ul li{
    background: url(../images/list1.png) no-repeat left top 5px;
    padding-left: 25px;
    margin-bottom: 7px;
}
.list2 ul li{
    background: url(../images/list2.png) no-repeat left top 9px;
    padding-left: 25px;
    margin-bottom: 7px;
}
.overview-left.full{
    width: 100%;
}
.itinerary-item{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
    position: relative;
    padding: 0 300px 30px 0;
    min-height: 210px;
}
.itinerary-item.full{
    padding-right: 0;
}
.itinerary-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 180px;
}
.itinerary-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e1bd85;
    margin-bottom: 15px;
}
.itinerary-title .day{
    display: inline-block;
    font-size: 16px;
    border: 2px solid #e1bd85;
    padding: 2px 7px;
    margin-right: 5px;
}
.itinerary-img{
    position: absolute;
    top: 0;
    right: 0;
}
.tour-price{
    margin-bottom: 40px;
}
.tour-price tr:first-child{
    background: none;
}
.tour-price tr td:first-child{
    background: #f5f5f5;
}
.other-product{
    margin-top: 50px;
}
.departure-box{
    margin-bottom: 40px;
}
.departure-box .product-departure{
    margin-bottom: 5px;
}
.departure-box .product-departure i {
    color: #e1bd85;
    width: 16px;
    font-size: 13px;
}
.departure-table td{
    padding: 9px 10px;
    text-align: center;
}
.departure-table tr:first-child td:first-child {
  background-image: linear-gradient(
    to top right,
    #f1f1f1 48%,
    #d5d5d5,
    #f1f1f1 52%
  );
  position: relative;
  min-width: 105px;
  font-size: 14px;
}
.departure-table tr:first-child td:first-child span:first-child{
    position: absolute;
    right: 10px;
    top: 0;
}
.departure-table tr:first-child td:first-child span:last-child{
    position: absolute;
    left: 15px;
    bottom: 0;
}
.departure-year{
    font-weight: 600;
    font-size: 20px;
}
.not-available{
    margin: 0 2px;
    color: #999;
    font-weight: 600;
}
.available{
    margin: 0 2px;
    color: #e1bc85;
    font-weight: 600;
}
.departure-note p{
    margin: 0;
    display: inline-block;
    position: relative;
    padding-left: 27px;
}
.departure-note p::before{
    content: "";
    width: 19px;
    height: 19px;
    background: #999;
    position: absolute;
    top: 1px;
    left: 0;
}
.departure-note .note-not-available{
    margin-right: 30px;
}
.departure-note .note-available::before{
    background: #e1bc85;
}
.departure-list{
    width: 100%;
    border: 1px solid #e1bd85;
    margin-top: 5px;
    font-size: 13px;
    display: none;
}
.departure-list tr:nth-child(odd){
    background: #fff;
}
.departure-list tr:nth-child(even){
    background: #f1f1f1;
}
.departure-list tr td{
    padding: 5px;
    border: 1px solid #e1bd85;
    text-align: center;
}
.departure-list tr td div{
    min-height: 19px;
}
.departure-header-left{
    width: 50%;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 6px;
}
.departure-header-right{
    width: 50%;
    float: left;
    text-align: left;
}
.departure-header-right p::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #999;
    position: absolute;
    top: 2px;
    left: 0;
}
.departure-header-right .note-not-available{
    margin-right: 0;
}
.popup-inquire .modal-header{
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.inquire-title{
    padding-bottom: 0;
    margin-bottom: 8px;
}
.inquire-title::after{
    display: none;
}
.popup-product-title{
    color: #e1bd85;
    font-size: 20px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.form-tour-top .departure_date{
    width: 220px;
    float: left;
    margin-right: 10px;
    background: url(../images/icon-date.png) no-repeat right 10px center;
}
.form-tour-top select{
    float: left;
    width: 100px;
    margin-right: 10px;
}
.popup-contact-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 30px 0;
}
.cruise-item{
    margin-bottom: 30px;
}
.cruise-item:nth-child(2n+1){
    clear: both;
}
.cruise-box{
    position: relative;
}
.cruise-box .icon-sale, .other-cruise-item .icon-sale{
    top: 10px;
    right: 10px;
}
.cruise-box img{
    width: 100%;
    height: auto;
}
.cruise-inner{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 30px 7px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
}
.cruise-inner-content{
    position: relative;
    z-index: 2;
}
.cruise-title{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}
.cruise-title a{
    color: #fff;
}
.cruise-title a:hover{
    color: #e1bd85;
}
.cruise-inner p{
    margin: 0;
}
.cruise-inner .cruise-excerpt{
    margin-top: 15px;
    display: none;
}
.cruise-inner .view-detail{
    display: none;
}
.view-detail{
    color: #fff !important;
    text-transform: uppercase;
    background: #e1bd85;
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px 6px 20px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.view-detail:hover{
    background: #9d6928;
}
.cruise-info span{
    font-weight: 600;
}
.cruise-right-header{
    padding: 22px 10px 37px 10px;
}
.special-offer-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(../images/icon5.png) no-repeat left top;
    display: inline-block;
    padding-left: 40px;
}
.stateroom-item{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
    position: relative;
    padding: 0 300px 30px 0;
    min-height: 210px;
}
.stateroom-item.full{
    padding-right: 0;
}
.stateroom-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 180px;
}
.stateroom-img{
    position: absolute;
    top: 0;
    right: 0;
}
.stateroom-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e1bd85;
    margin: 0;
}
.stateroom-info{
    margin: 10px 0;
}
.stateroom-info span{
    font-weight: 600;
}
.btn-feature{
    color: #333;
    font-weight: 600;
}
.feature-content{
    margin-top: 10px;
    display: none;
}
.feature-content li{
    float: left;
    width: 50%;
}
.life-on-board-item{
    margin-bottom: 30px;
}
.life-on-board-item:nth-child(2n+1){
    clear: both;
}
.life-on-board-box{
    position: relative;
}
.life-on-board-box img{
    width: 100% !important;
    height: auto;
}
.life-on-board-title{
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
}
.itinerary-header{
    position: relative;
    padding-left: 220px;
    background: #f1f1f1;
}
.itinerary-header label{
    display: block;
    width: 220px;
    background: #e1bd85;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 8px 10px 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.itinerary-header label::after {
    width: 0;
    height: 0;
    content: "";
    border-top: 20px solid transparent;
    border-left: 15px solid #e1bd85;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
}
.select-cruise-itinerary{
    border-radius: 0;
    background: #f1f1f1;
    height: 40px;
    box-shadow: none;
    border: none;
    font-size: 16px;
    padding: 6px 25px;
}
.cruise-itinerary-list:not(:first-child){
    display: none;
}
.cruise-itinerary-title{
    margin: 25px 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-cruise-tab .itinerary-list{
    margin-top: 40px;
}
.single-cruise-tab .itinerary-item:last-child {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 210px;
}
.tour-extension-box{
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}
.tour-extension-title{
    margin-bottom: 15px;
}
.tour-extension-item .product-box{
    padding: 0;
    background: none;
}
.tour-extension-item .product-img img{
    width: 100% !important;
}
.popup-tour-extension .modal-header{
    min-height: 0;
}
.tour-extension-list:not(:first-child){
    display: none;
}
.tour-extension-content{
    background: #ededed;
    padding: 20px;
}
.tour-extension-list .itinerary-item{
    border-color: #ccc;
}
.tour-extension-content{
    max-height: 500px;
    overflow-y: auto;
}
.tour-extension-content::-webkit-scrollbar-track
{
    background-color: #ccc;
}
.tour-extension-content::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}
.tour-extension-content::-webkit-scrollbar-thumb
{
    background-color: #aaa;
}
.other-cruise-title{
    margin-bottom: 10px !important;
}
.other-cruise-title a{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.other-cruise-item .cruise-info{
    margin-bottom: 15px;
}
.form-cruise-top select{
    float: left;
    width: 220px;
    margin-right: 10px;
}
.form-cruise-top select:last-child{
    margin-right: 0;
}
.form-cruise-top .popup-select-cruise-itinerary{
    width: 450px;
}
.form-cruise-top .type{
    width: 110px;
}
.form-cruise-top .adult, .form-cruise-top .children{
    width: 100px;
}
.form-cruise-top .children{
    margin-right: 0;
}
.cabin-box{
    margin-bottom: 20px;
    display: none;
}
.tour-extension-group{
    margin: 30px 0 0 0;
}
.popup-tour-extension-title{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.popup-tour-extension-list p{
    margin-bottom: 5px;
}
.popup-tour-extension-list label{
    margin-bottom: 0;
}
.popup-tour-extension-list .tour_extension{
    margin: 5px 7px 0 0;
    float: left;
}
.banner-only-title{
    bottom: 35px;
}
.cruise-itinerary-menu{
    text-align: center;
}
.cruise-itinerary-menu ul{
    margin: 0;
    list-style: none;
}
.cruise-itinerary-menu li{
    display: inline-block;
}
.cruise-itinerary-menu li a{
    color: #333;
    text-transform: uppercase;
    display: block;
    padding: 7px 20px;
}
.cruise-itinerary-menu li a.active{
    background: #e1bd85;
    color: #fff;
}
.cruise-itinerary-excerpt{
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
}
.cruise-itinerary-item .cruise-inner{
    padding: 7px 10px;
}
.cruise-itinerary-item .cruise-title{
    font-size: 20px;
}
.widget-best-seller .product-img img{
    max-width: 100%;
    width: auto;
}
.widget-best-seller .icon-sale{
    top: 15px;
    left: 220px;
}
.best-seller-title{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.home-content{
    padding: 0 !important;
}
.home-box{
    padding: 40px 0;
}
.home-box-cruise{
    background: url(../images/bg1.jpg) no-repeat right top;
    background-size: cover;
}
.home-box-header{
    text-align: center;
}
.home-box-content{
    max-width: 700px;
    display: inline-block;
}
.home-box-body{
    margin-top: 30px;
}
.home-box-cruise-left{
    float: left;
    width: 35%;
    padding-right: 10px;
}
.home-box-cruise-right{
    float: left;
    width: 65%;
}
.home-box-cruise-right .row{
    margin: 0 -5px;
}
.home-box-cruise-right .home-box-cruise-item{
    padding: 0 5px;
}
.home-box-cruise-item{
    margin-bottom: 10px;
}
.home-box-cruise-item .icon-sale{
    top: 10px;
    right: 10px;
}
.home-box-cruise-item .cruise-inner{
    padding: 7px 10px;
}
.home-box-cruise-item .cruise-title{
    font-size: 20px;
}
.view-all-cruise{
    background: none;
    margin: 20px auto 0 auto;
    display: block;
    width: 310px;
}
.home-box-cruise-itinerary .tab-content{
    padding-top: 30px;
}
.view-all-tour{
    display: block;
    width: 250px;
    margin: 0 auto;
}
.home-box-about{
    background: #f0f0f0;
}
.about-title{
    margin-bottom: 20px;
}
.vid-container{
    line-height: 0;
    margin-bottom: 30px;
}
.slider-vid-list .item{
    display: block;
    position: relative;
}
.video-inner{
    background-color: rgba(0, 0, 0, 0.5);
    width: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    padding: 20px 10px;
}
.video-title{
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    height: 105px;
    overflow: hidden;
}
.view-video{
    background: none;
    border-color: #fff;
    color: #fff !important;
    display: block;
}
.home-guide.full{
    width: 100%;
}
.home-post-item{
    background: #f0f0f0;
    position: relative;
    padding-left: 300px;
    min-height: 165px;
    margin-bottom: 15px;
}
.home-post-item img{
    position: absolute;
    top: 0;
    left: 0;
}
.home-post-item .post-title{
    padding-top: 10px;
}
.home-post-item .post-info span:first-child{
    margin-right: 15px;
}
.home-post-more{
    color: #8e8e8e;
}
.view-guide{
    margin-top: 20px;
    display: block;
    width: 110px;
}
.home-box-testimonial{
    background: url(../images/bg2.png) no-repeat center top;
}
.slider-testimonial{
    margin-top: 20px;
}
.slider-testimonial-item img{
    width: inherit !important;
    height: inherit !important;
}
.slider-testimonial-top{
    display: inline-block;
    white-space: nowrap;
    min-width: 200px;
}
.slider-testimonial-top img{
    float: left;
    border: 3px solid #e1bd85;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 15px;
}
.slider-testimonial-top p{
    margin: 0;
    color: #333;
    text-align: left;
}
.slider-testimonial-top .testimonial-name{
    margin-top: 10px;
}
.slider-testimonial-content{
    max-width: 1000px;
    display: block;
    margin: 10px auto 0 auto;
    background: url(../images/icon1.png) no-repeat left top;
    padding-left: 50px;
}
.slider-testimonial-content img{
    display: inline-block !important;
}
.view-testimonial{
    display: block;
    width: 120px;
    margin: 10px auto 0 auto;
}
.search-box{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.search-form{
    float: right;
}
.find-cruise{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    float: left;
    margin: 0 40px 0 0;
    text-transform: uppercase;
    background: url(../images/icon7.png) no-repeat left center;
    padding-left: 55px;
}
.search-box select, .search-box input{
    width: 200px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    background: none;
    padding: 6px 10px;
    margin-right: 10px;
    float: left;
}
.search-box select::-ms-expand{
	display: none;
}
.search-box select, .search-box input{
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background:url(../images/icon-select.png) no-repeat right 10px center !important;
}
.search-box ::-webkit-input-placeholder { color:#fff !important; font-size: 14px;}
.search-box ::-moz-placeholder { color:#fff !important; font-size: 14px;} 
.search-box :-ms-input-placeholder { color:#fff !important; font-size: 14px;} 
.search-box input:-moz-placeholder { color:#fff !important; font-size: 14px;}
.search-box select option{
    color: #333;
}
.btn-search{
    float: left;
    width: 230px;
    height: 40px;
    background: #474546;
    border: 2px solid #e1bd85;
    color: #e1bd85;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.btn-search:hover{
    background: #e1bd85;
    color: #fff;
}
.datepicker-months{
    width: 220px;
}
.product-search .cruise-itinerary-item{
    width: 100%;
    min-height: 250px;
    background: #f0f0f0;
}
.product-search .product-box{
    padding-left: 370px;
    position: relative;
}
.product-search .product-img{
    width: 350px;
    height: 230px;
    top: 10px;
    left: 10px;
    position: absolute;
}
.product-search .product-title{
    padding-top: 0;
    min-height: 55px;
}
.product-search .product-title .product-day{
    top: 0;
}
.product-departure span{
    color: #ff0000;
    font-weight: 600;
}
.box-title-1{
    font-size: 30px;
}
.departure-box .available{
    cursor: pointer;
}
.departure-box .available:hover, .departure-box .available.active{
    text-decoration: underline;
}
.require-text{
    float: left;
    max-width: 320px;
}
.home-video-title, .about-title{
    font-size: 30px;
}
.datepicker{
    z-index: 2000 !important;
}
.datepicker-days{
    width: 280px;
}
.departure-box-mobile{
    display: none;
}
.departure-tab-header{
    background: #ddd;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.departure-tab-header ul{
    list-style: none;
    margin: 0;
}
.departure-tab-header ul li{
    float: left;
    border-right: 2px solid #fff;
    width: 33.33%;
}
.departure-tab-header ul li:last-child{
    border-right: 0;
}
.departure-tab-header ul li a{
    color: #555;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    display: block;
}
.departure-tab-header ul li a.active{
    background: #e1bd85;
    color: #fff;
}
.tab-departure:not(:first-child){
    display: none;
}
.departure-table-mobile tr:nth-child(odd){
    background: #f8f8f8;
}
.departure-table-mobile tr td:first-child{
    width: 80px;
    text-align: center;
}
.sidebar-menu ul{
    margin: 0;
    list-style: none;
}
.sidebar-menu li{
    margin-bottom: 15px;
}
.sidebar-menu li:last-child{
    margin-bottom: 0;
}
.sidebar-menu li a{
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #e4e4e4;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar-menu li.active > a, .sidebar-menu li a:hover{
    color: #e1bd85;
    border-color: #e1bd85;
}
.faq-elem{
    border-bottom: 1px solid #e3e3e3;
}
.faq-elem:last-child{
    border-bottom: 0;
}
.faq-title a{
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    padding: 18px 0 18px 35px;
    position: relative;
}
.faq-row{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e1bd85;
    position: absolute;
    top: 18px;
    left: 0;
}
.faq-row::before{
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #fff;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -2px;
    position: absolute;
}
.faq-row::after {
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #fff;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.faq-elem.active .faq-row::after{
    display: none;
}
.faq-content{
    margin-top: -10px;
    padding: 0 0 5px 35px;
}
.faq-answer{
    font-weight: 700;
    color: #555;
    float: left;
    margin: 0 5px 0 0;
}
.home-video-guide-content{
    margin-top: 20px;
    text-align: center;
}
.load-more-content{
    display: block;
    width: 130px;
    margin: 15px auto 0 auto;
}
.popup-contact .form-group{
    margin-bottom: 15px;
}
.popup-contact .contact-form textarea.form-control{
    height: 135px;
}
.popup-contact .send-message{
    width: 320px;
    height: 47px;
    float: none;
    display: block;
    margin: 30px auto 0 auto;
}
.contact-info{
    background: #fff;
    margin-top: 30px;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    text-align: center;
}
.contact-info p{
    margin-bottom: 5px;
}
.contact-info-title{
    font-weight: 600;
    font-size: 20px;
}
.contact-security{
    color: #999;
    text-align: center;
    margin: 15px 0 0 0;
}
.contact-security .glyphicon{
    font-size: 14px;
}
.product-video{
    margin-top: 30px;
}
.search-empty{
    text-align: center;
    font-size: 20px;
}
.search-empty-title{
    font-size: 40px;
    text-transform: uppercase;
}
.btn-go-home{
    display: block;
    width: 250px;
    padding: 13px 10px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 30px auto 0 auto;
}