#container_full {
    float: left;
    width: 100%;
}
#container_full > p{display: none;}
#portfolio-masonry{list-style-type: none; padding: 0px;}
.admin-bar .header2.sticky,
.admin-bar .header3.sticky,
.admin-bar .header4.sticky,
.admin-bar .header5.sticky,
.admin-bar .header6.sticky,
.admin-bar .header7.sticky {margin-top: 32px}

.content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.content-wrap h2.page-title {margin-bottom: 20px}

.no-padding {padding: 0}

.call-to-action {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px !important;
    padding: 0 15px;
}

#portfolio-masonry .mix {display: none}

.img-high {height: 395px}

.img-low {height: 180px}

.menu nav li.megamenu-item {position: static;}

.menu nav li.megamenu-item ul.submega-dropdown {
    display: none;
    left: 0;
    margin: -9px auto;
    position: absolute;
    right: 0;
    width: 1140px;
}
.menu nav li.megamenu-item:hover ul.submega-dropdown {
    display: block; 
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.menu nav li ul.submega-dropdown li {border-bottom: 1px solid rgba(0, 0, 0, 0.2)}

.menu nav li ul.submega-dropdown li .megamenu-content {overflow: hidden;}


.megamenu-content .block {padding: 15px 0}

.megamenu-content .block .wpb_row {margin: 0; width: 1140px;}


.megamenu-content .wpb_column .menu {
    width: 94% !important;
    margin: 0 15px;
    background: none;
    position: inherit;
}

.responsive-header .menu {display: block}

#back-to-top {
    background: none repeat scroll 0 0 #cecece;
    border-radius: 6px;
    bottom: 30px;
    color: #ffffff;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 50;
}

#back-to-top i {}

#container_full .vc_column_container {padding: 0}

/*comment form*/

.comment {
    float: left;
    width: 100%;
}

.comment-item {
    float: left;
    min-height: 170px;
    padding-left: 185px;
    position: relative;
    width: 100%;
}

.comment-item .avatar-author:before {
    border: 6px solid rgba(0, 0, 0, 0.3);
    content: "";
    height: 113px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 114px;
    z-index: -1;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
}

.comment-item .avatar-author:after {
    content: "";
    height: 102px;
    width: 102px;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.comment-item .avatar-author {
    height: 102px;
    width: 102px;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.comment-item .avatar-author img {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.comment-item .cmt-ct {}

.comment-item .cmt-ct h3.cmt-ct-title {
    float: left;
    padding-right: 12px;
}

.comment-item .cmt-ct .info:before {
    content: '-';
    padding: 0 8px;
}

.comment-item .cmt-ct a {
    float: left;
    padding-right: 12px;
}

.comment-item .cmt-ct .edit-link {}

.comment .children {padding-left: 110px}

.comment-reply-title small a {padding-left: 15px}

.comment > h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

#commentform {}

#commentform h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#commentform label input {
    background: none repeat scroll 0 0 rgba(69, 69, 69, 0.65);
    border: 0 none;
    border-radius: 3px;
    color: #b5b5b5;
    float: left;
    font-family: arimo;
    font-size: 11px;
    font-style: italic;
    height: 50px;
    padding: 10px 20px;
    width: 100%;
}

#commentform textarea {
    background: none repeat scroll 0 0 rgba(69, 69, 69, 0.65);
    border: 0 none;
    border-radius: 3px;
    color: #b5b5b5;
    float: left;
    font-family: arimo;
    font-size: 11px;
    font-style: italic;
    padding: 10px 20px;
    width: 100%;
}

#commentform .form-submit {
    float: left;
    width: 100%;
}

#commentform input#submit {
    background: #a9aa39;
    color: #fff;
    display: table;
    float: right;
    font-family: roboto slab;
    border: 2px solid #a9aa39;
    font-size: 14px;
    font-style: normal;
    margin: 0 15px 20px;
    height: 50px;
    padding: 0 50px;
    width: auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -wekbit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#commentform input#submit:hover {
    background: none;
    color: #868686;
}

.subscribe-content input#submit {
    border: 2px solid #a9aa39;
    color: #fff;
    border-radius: 40px;
    background: #a9aa39;
    height: 50px;
    padding: 0 50px;
    -wekbit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    margin: 0 auto;
    width: auto;
    display: table;
}

/* Sidebar */

#sidebar {}

.widget.widget_nav_menu {margin-bottom: 0}

.widget {
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.widget h3.title,
.widget h2.widgettitle {width: 100%}

.widget h2.widgettitle {
    display: table;
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
    font-size: 24px;
}

.widget h2.widgettitle:before,
.widget h2.widgettitle:after {
    background: url("../images/title-borders.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 13px;
    width: 121px;
    position: absolute;
    top: 40px;
}

.widget h2.widgettitle:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget h3.title::before,
.widget h2.widgettitle::before {left: 0}

.widget h3.title::after,
.widget h2.widgettitle::after {right: 0}

.widget_search {}

.widget_search input {
    background: none repeat scroll 0 0 rgba(69, 69, 69, 0.65);
    border: 0 none;
    border-radius: 3px;
    color: #b5b5b5;
    float: left;
    font-family: arimo;
    font-size: 11px;
    font-style: italic;
    height: 50px;
    padding: 10px 20px;
    width: 100%;
}

.widget_search button {display: none}

.widget select {
    width: 100%;
    float: left;
    padding: 5px 14px;
    border: 1px solid #e8e8e8;
    color: #5b5a5a;
}

.widget option {padding: 10px 14px}

.widget ul {list-style-type: none; padding: 0px;}

.widget ul li {border-bottom: 1px solid #e8e8e8;}

.widget ul li a {}

.widget ul li ul.sub-menu, 
.widget ul li ul.children {padding-left: 15px}
.footer2-widget ul li{border: none !important;}
.widget.widget_calendar caption {text-align: center; margin: 5px 0;}

.gallery .gallery-item {margin: 0}

.blog-single-prev {float: left}

.blog-single-next {float: right}

.widget.widget_rss{
    width: 100%;
    float: left;
}
.widget.widget_rss ul li{margin: 0 0 10px; padding: 0 0 10px; overflow: hidden; width: 100%; float: left; border-bottom: 1px solid #e8e8e8;}
.widget.widget_rss ul li a.rsswidget{font-size: 16px; float: left; width: 100%; color: #000; font-weight: bold;}
.widget.widget_rss ul li span.rss-date{}
.widget.widget_rss ul li cite{text-align: right; float: left; width: 100%;}
.bl-content ul, .content-wrap ul, .post-content ul{padding-left: 20px;}
.bl-content ol li, .post-content ol li{float: left; width: 100%;}
.post-password-form input{border: 1px solid #b9b9b9; color: #505050; background: #fff; font-size: 13px; font-family: roboto slab; padding: 5px 8px;}
.post-password-form input:hover{color: #fff; background: #a9aa39;}
/*---deal--*/

.deal .dead-price-hover {
    width: 100%;
    text-align: center;
    color: #fff;
}

.deal .content-deal {
    color: #fff;
    width: 100%;
    text-align: center;
}

.deal .deal-button-hover {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.deal .deal-button-hover a {
    border-radius: 40px;
    font-size: 12px;
    padding: 11px 25px;
    color: #a9aa39;
    background: #fff;
}

.deal .deal-button-hover a:hover {color: #858620}

.deal .deal-price i {text-align: center}

.deal .deal-price strong {text-align: center}

.deal .deal-detail i {text-align: center}

.deal .deal-detail h4 {text-align: center}

.deal .deal-detail p {text-align: center}

/*blog*/

#masonry-blog .item .post-content .title-post h3 a {
    font-size: 18px;
    line-height: 22px;
}

.blog-hover-wrap i {
    font-size: 50px;
    left: 45%;
}

.blog-list .post-content .blog-post-format .blog-meta-date {z-index: 10}

.blog-list .post-content .blog-post-format .background {z-index: 10}

#masonry-blog .item .post-content .blog-post-format figure .hover > span i {font-size: 36px}

.blog-post .post-content .blog-post-format .blog-meta-date span strong,
.blog-post .post-content .blog-post-format .post-single-date span i {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #858620;
    padding: 3px 0;
}

/*---pagination---*/

.pagination {margin: 0 0 20px 0}
.pagination ul{list-style-type: none; padding: 0px;}
.pagination li {
    border-radius: 6px;
    margin: 0 3px;
    float: left;
}
.pagination li a{padding: 0 15px; line-height: 40px;}

.pagination .pagi-active {
    border-color: #a9aa39;
    color: #fff;
    background: #a9aa39;
}

.pagination .pagi-active > a {color: #fff}

.pagination li:hover {
    border-color: #a9aa39;
    background: #a9aa39;
}

.pagination li:hover a {color: #fff}

/* Contact */

#map1 {
    min-height: 500px;
    width: 100%;
}

/* Contact Page */

.contact-address {
    width: 100%;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    background: rgba(27, 27, 27, 0.5);
    border-radius: 5px;
    padding: 30px;
}

#address-section {
    overflow: hidden;
    padding: 80px 0;
    margin: 0;
    width: 100%;
}

.contact-address ul {list-style-type: none}

.contact-address ul li {
    color: #fff;
    font-size: 16px;
}

.contact-address ul li i {
    font-size: 25px;
    color: #fff;
}

/*----contact-----*/

.contact-page-form {text-align: center}

.contact-page-form .wpcf7-form-control-wrap .wpcf7-form-control {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
}

.contact-page-form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
    background: #a9aa39;
    color: #fff;
}

.contact-page-form .wpcf7-submit {
    background: none repeat scroll 0 0 rgba(69, 69, 69, 0.65);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.33;
    padding: 12px 30px;
    border: 0;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.contact-page-form .wpcf7-submit:hover {background: #a9aa39}

/*---subcribe-----*/

.subscribe-content .js_subcr {
    border-radius: 40px;
    color: #fff;
    font-family: roboto slab;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 0 50px;
    transition: all 0.3s linear 0s;
    width: auto;
    border: 2px solid #a9aa39;
    background: #a9aa39;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.subscribe-content .js_subcr:hover {background: transparent}


/* Products */
.wooc-main-body .page-top{padding: 20px 0px;}
.wooc-main-body .page-top p{margin: 0;}
.wooc-main-body .page-top form{margin: 0;}
.wooc-main-body .page-top form select{padding: 2px 0px;}
.wooc-main-body .page-top form select option{padding: 2px 8px;}
.products{float: left; width: 100%;}
.products .product{text-align: center;}
.products .product .wooc-product-thumb{width: 100%; position: relative;}
.products .product .woo-product-content{border: 1px solid #a9aa39; background: #fff; margin-bottom: 20px;
                                        transition:All 0.5s ease;
                                        -webkit-transition:All 0.5s ease;
                                        -moz-transition:All 0.5s ease;
                                        -o-transition:All 0.5s ease;
}
.products .product .woo-product-content:hover{
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);

    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    z-index: 12;
    position: relative;
}
.products .product .woo-product-content:hover .wooc-product-after-loop{display: block;
                                                                       transition:All 0.5s ease;
                                                                       -webkit-transition:All 0.5s ease;
                                                                       -moz-transition:All 0.5s ease;
                                                                       -o-transition:All 0.5s ease;
}
.interest-product .products .product .woo-product-content:hover{
    -ms-transform: scale(1.08, 1.2); /* IE 9 */
    -webkit-transform: scale(1.08, 1.2); /* Safari */
    transform: scale(1.08, 1.2);
}
.products .product .woo-product-content:hover .wooc-product-desc .star-rating{display: block;}
.products .product .wooc-product-thumb .onsale{left: 0; top: 0px; position: absolute; width: 71px; height: 68px; text-indent: -9999px; border-radius: 0px; background: url("../images/sale.png") no-repeat top left;}
.products .product .wooc-product-title{text-align: center; padding: 12px 0;}
.products .product .wooc-product-title h3{font-size: 18px;}
.products .product .wooc-product-desc{text-align: center; margin-bottom: 10px; overflow: hidden;}
.products .product .wooc-product-desc .star-rating{margin: 0 auto; float: left; left: 40%; display: none;}
.products .product .wooc-product-desc .price{float: left; width: 100%; margin-bottom: 5px; font-size: 15px;}
.products .product .wooc-product-desc .price del{display: inline;}
.products .product .wooc-product-after-loop{overflow: hidden; width: 100%; display: none; 
                                            transition:All 0.5s ease;
                                            -webkit-transition:All 0.5s ease;
                                            -moz-transition:All 0.5s ease;
                                            -o-transition:All 0.5s ease;
}
.products .product .wooc-product-after-loop .wooc-product-detail{margin: 8px 0;}
.products .product .wooc-product-after-loop .wooc-product-detail li{
    border-right: 1px solid #ededed;
    float: left;
    text-align: center;
    width: 33%;
}
.products .product .wooc-product-after-loop .wooc-addtocart a.add_to_cart_button{background: #a9aa39; color: #fff; font-size: 12px;}
.products .product .wooc-product-after-loop .wooc-addtocart a.added_to_cart{background: none repeat scroll 0 0 #a9aa39;
                                                                            border-radius: 3px;
                                                                            color: #fff;
                                                                            font-size: 12px;
                                                                            font-weight: bold;
                                                                            line-height: 22px;
                                                                            padding: 2px 12px;
}
.products .product .wooc-product-after-loop .wooc-product-detail li a{font-size: 10px;}
.products .product .wooc-product-after-loop .wooc-product-detail li:last-child{border-right: none;}
.products .product .wooc-product-after-loop .wooc-product-detail li.wooc-link-detail:before{content: "\f002"; font-family: 'FontAwesome'; width: 100%; float: left; line-height: 14px;}
.products .product .wooc-product-after-loop .wooc-product-detail li.wooc-product-detail-wishlist:before{content: "\f08a"; font-family: 'FontAwesome'; line-height: 14px; float: left; width: 100%; text-align: center;}
.products .product .wooc-product-after-loop .wooc-product-detail li.wooc-product-detail-compare:before{content: "\f06e"; font-family: 'FontAwesome'; line-height: 14px; float: left; width: 100%; text-align: center;}
.products .product .wooc-product-after-loop .wooc-product-detail li .yith-wcwl-add-to-wishlist{margin: 0;}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistaddedbrowse{position: relative;}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display: none;}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistaddedbrowse .feedback{
    border-radius: 4px;
    line-height: 20px;
    padding: 2px 4px;
    position: absolute;
    top: -10px;
    background: #000;
    color: #fff;
    font-size: 10px;
    left: 0px;
    margin: 0 2%;
    width: 96%;
}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:after, .products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 3px;
    margin-left: -3px;
}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:before {
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #f5f5f5;
    border-width: 4px;
    margin-left: -4px;
}

.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-add-button{position: relative;}
.products .product .wooc-product-after-loop .wooc-product-detail-wishlist .yith-wcwl-add-button img{position: absolute; top: 24px; left: 35%;}


/* Cart Page */
.interest-product{float: left;}
.interest-product h2{margin-bottom: 15px;}
.woocommerce input.button{background: #a9aa39; color: #fff;}
.woocommerce .product-add-to-cart a.button{background: #a9aa39; color: #fff;}
.woocommerce .product-type-simple button{background: #a9aa39 !important; color: #fff;}
.woocommerce .product-type-simple .entry-summary .price del{ float: left; padding-right: 12px;}
.woocommerce .product-type-simple .woocommerce-product-rating{margin-bottom: 12px !important;}
.woocommerce .product-type-simple .summary .product_meta{margin-top: 15px;}
.woocommerce .product-type-simple .product-meta-date{padding: 12px 0;}
.woocommerce .product-type-simple .product-meta-date .product-date-start{font-weight: bold;}
.woocommerce .product-type-simple .product-meta-date .product-date-end{font-weight: bold;}
.woocommerce .product-type-simple .product-meta-date i{font-size: 18px; padding-right: 8px; float: left; line-height: 28px;}
.woocommerce .product-type-simple .product-meta-date span{width: 100px; float: left;}
.woocommerce .product-type-simple .stock{padding: 12px 0;}
.woocommerce .product-type-simple .price{font-size: 28px !important; margin-bottom: 10px;}
.woocommerce .product-type-simple form.cart{margin-bottom: 12px !important;}
.woocommerce .product-type-simple .cart .quantity{line-height: 23px;}
.woocommerce .product-type-simple .woocommerce-product-rating .count{color: #505050;}
.woocommerce .product-type-simple a.button{background: #a9aa39; color: #fff;}
.woocommerce .product-add-to-cart a.button:hover{background: #4d4d4d;}
.woocommerce #coupon_code{line-height: 18px;}
.woocommerce .wc-proceed-to-checkout a.checkout-button{background: #a9aa39;}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{background: #4d4d4d;}
.woocommerce .product-type-simple span.onsale{
    left: 0; top: 0px; 
    position: absolute; 
    width: 71px; 
    height: 68px; 
    text-indent: -9999px; 
    border-radius: 0px; 
    background: url("../images/sale.png") no-repeat top left; 
}
#review_form .comment-form-comment{float: left; width: 100%;}
#review_form .form-submit input.submit, .woocommerce-message a.button{background: #a9aa39; color: #fff;}
.woocommerce-tabs{}
.woocommerce-tabs #tab-description{float: left;}
.woocommerce-tabs #tab-description h2{font-size: 16px;}
.woocommerce-tabs #tab-reviews{float: left; width: 100%;}
.woocommerce-tabs #tab-reviews #comments h2{margin-bottom: 20px; font-size: 16px;}
.woocommerce-tabs ul.tabs{border-radius: 0px !important;}
.woocommerce-tabs ul.tabs li:before{display: none;}
.woocommerce-tabs ul.tabs li{border-radius: 0px !important;}
.woocommerce-tabs ul.tabs li a{}
.search-tour{padding: 50px 0 0;}
.woocommerce-product-search label{font-weight: normal; color: #b5b5b5 !important;}
.woocommerce-product-search input{
    background: none repeat scroll 0 0 rgba(69, 69, 69, 0.65);
    border: 0 none;
    color: #fff;
    float: left;
    font-family: arimo;
    font-size: 11px;
    font-style: italic;
    height: 50px;
    letter-spacing: 0.4px;
    padding: 5px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce-product-search select{
    background: none repeat scroll 0 0 rgba(69, 69, 69, 0.65);
    border: 0 none;
    color: #b5b5b5;
    float: left;
    font-family: arimo;
    font-size: 11px;
    font-style: italic;
    height: 50px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    padding: 5px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce-product-search select option{
    padding: 15px 18px;
}
.search-tour .btn-submit{
    color: #fff;
    display: table;
    float: none;
    font-family: roboto slab;
    border: 2px solid #a9aa39;
    background-color: #a9aa39;
    font-size: 14px;
    font-style: normal;
    margin: 35px auto 0;
    padding: 0 50px;
    width: auto;
    height: 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -wekbit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-tour .btn-submit:hover{background: transparent; color: #a9aa39;}
.woocommerce .product-type-simple .related.products h2{margin-bottom: 20px; float: left; width: 100%;}
.woocommerce .product-type-simple .product_title{margin-bottom: 20px;}
.woocommerce .product-type-simple .flexslider{margin-bottom: 5px; border: 1px solid #a9aa39; padding: 4px;}
.woocommerce .product-type-simple .flexslider > ul > li > img{height: 130px;}
.woocommerce .product-type-simple #carousel{margin-bottom: 50px;}
.woocommerce-checkout input, .woocommerce-checkout textarea{border: 1px solid #ccc !important; padding: 8px 10px;}
.woocommerce-checkout input:focus, .woocommerce-checkout textarea:focus{border: 1px solid #ccc !important;}
.woocommerce-checkout-payment .place-order{float: left; width: 100%;}
.woocommerce-checkout-payment .place-order input.button{background: #a9aa39; color: #fff;}
.woocommerce-checkout-payment .place-order input.button:hover{background: #858620;}
.sl-breadcrumb .breadcrumb{background: #848484;}
.sl-breadcrumb .breadcrumb li, .sl-breadcrumb .breadcrumb li a{color: #fff;}
.woocommerce p input.input-text{border: 1px solid #ccc !important; padding: 8px 10px;}
.woocommerce p input.input-text{border: 1px solid #ccc !important;}
.woocommerce .return-to-shop .button.wc-backward{
    color: #fff;
    background: #a9aa39;
}
.woocommerce .return-to-shop .button.wc-backward:hover{
    background: #858620;
    color: #fff;
}
.woocommerce-checkout-payment .place-order input.button:hover{
    background: #858620;
    color: #fff;
}
.woocommerce input.button:hover{
    background: #858620;
    color: #fff;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{
    background: #858620;
    color: #fff;
}
.header5 #festi-cart{
    background: #f3f3f3 !important;
    margin-top: 15px;
}
.header5 #festi-cart:hover span{
    color: #a9aa39 !important;
}
.festi-cart-window-content #festi-cart {
    margin-top: 15px !important;
    background: #f3f3f3 !important;
}
.menu-bot .menu ul > li > #festi-cart{
    margin: 0px !important;
    background: #a9aa39 !important;
}
/* Tabs Pluton */
.pluton-tabs-default{float: left; width: 100%;}
.pluton-tabs-default .tab-columns-2 li{width: 49.9%; float: left;}
.pluton-tabs-default .tab-columns-3 li{width: 33.2%; float: left;}
.pluton-tabs-default .tab-columns-4 li{width: 24.9%; float: left;}
.pluton-tabs-default .tab-columns-5 li{width: 19.9%; float: left;}
.pluton-tabs-default .tab-columns-6 li{width: 16.5%; float: left;}
.pluton-tabs-default ul li a{
    background: #ffffff;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    /* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Chrome10+, Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
    /* IE6-8 */

    border: 0 none;
    color: #505050;
    font-family: roboto slab;
    font-size: 15px;
    margin: 0;
    padding: 30px 20px !important;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 19;
}
.pluton-tabs-default ul li{
    float: left;
    margin: 0;
    padding: 0 0.5px;
    text-align: center;
}
.pluton-tabs-default ul li.ui-tabs-active{
    margin-left: -1px;
    padding: 0;
}
.pluton-tabs-default ul li.ui-tabs-active a{
    background: #a9aa39;
    color: #fff;
    margin-top: -10px;
    padding: 35px 20px !important;
    z-index: 199;
    -webkit-box-shadow: 0 0 13px #505050;
    -moz-box-shadow: 0 0 13px #505050;
    -ms-box-shadow: 0 0 13px #505050;
    -o-box-shadow: 0 0 13px #505050;
    box-shadow: 0 0 13px #505050;
}
.pluton-tabs-default .wpb_tab{background: transparent !important; padding: 125px 0 0 !important;}

.book-hotel{

}
.book-hotel input[type="submit"], .book-flight input[type="submit"]{
    background: #A9AA39;
    color: #fff;
    display: table;
    float: none;
    border: 2px solid #A9AA39;
    font-family: roboto slab;
    font-size: 13px;
    font-style: normal;
    height: 50px;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin: 20px auto 0;
    padding: 10px 50px;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.book-hotel input[type="submit"]:hover, .book-flight input[type="submit"]:hover{
    background: transparent;
    color: #A9AA39;
}

.header-product{
    color: #fff;
    float: left;
    height: 500px;
    padding: 160px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.header-product h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 50px;
}
.header-product p{color: #fff;}
.header-product h4{color: #fff;}
.product-main-content{float: left; width: 100%;}
.product-book-tour{
    background: url("../images/deals-bg1.jpg") repeat scroll center center / cover rgba(0, 0, 0, 0);
    float: left;
    margin: 30px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.product-book-tour:before{
    background: none repeat scroll 0 0 #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.product-book-tour ul{padding: 1%; list-style-type: none;}
.product-book-tour ul li{float: left; min-height: 70px; width: 23%; text-align: center; margin: 1%; background: #fff;}
.product-book-tour ul li .tour_meta_title{
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.product-book-tour ul li .tour_meta_value{
    color: #209BC9;    
    float: left;
    font-family: oswald;
    font-size: 24px;
    width: 100%;
}
.product-book-tour ul li .tour_meta_value span{
    color: #209BC9;
}
.product-book-tour ul li .price{margin: 0px;}
.tour_meta_book_now p.product{padding: 0px !important; border: none !important; width: 100%;}
.tour_meta_book_now span{display: none;}
.tour_meta_book_now{
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.tour_meta_book_now a.product_type_simple.added{display: none;}
.tour_meta_book_now a.product_type_simple,.tour_meta_book_now a{
    border: 2px solid #209BC9;
    background: #209BC9;
    border-radius: 40px;
    color: #fff;
    float: none;
    font-family: roboto slab;
    font-size: 14px;
    font-style: normal;
    margin: 0 auto;
    padding: 15px 50px !important;
    line-height: 15px;
    transition: all 0.3s linear 0s;
}
.tour_meta_book_now a:hover{
    background: transparent;
    color: #a9aa39;
}
.product-single-content h2{font-size: 18px;}
.product-single-content p{margin-bottom: 20px; line-height: 20px;}
.product-slider-lightbox .col-md-3{padding: 0px;}
.product-deal.deal {padding: 0px; margin-bottom: 30px; margin-top: 0px;}
.product-deal.deal .deal-price{color: #fff;} 
.product-deal.deal .deal-price span.amount{color: #fff; font-size: 18px;} 
.product-deal.deal .deal-hover-wrap{padding: 50px 20px;} 
.product-deal.deal .deal-hover-wrap p{font-style: italic;} 
.contact-address ul li a{
    font-size: 16px;
    color: #2098C6;
}
.single-member .vc_tta.vc_general .vc_tta-tab>a{
		padding: 0 3px;
}