/*
Theme Name: Interio
Theme URI: http://interio.azelab.com
Description: A powerful theme for Companies and Agencies.
Author: Azelab
Author URI: http://azelab.com
Version: 1.6.0
Tags: custom-background, threaded-comments, custom-menu
License: Themeforest Split License.
License URI: http://themeforest.net/licenses
Text Domain: interio    

This is default style.css file that WordPress loads.
Its not recommended to put anything here, as this file will get overwritten when you update theme.
The styles for themes can be found in /assets/css/styles.css
If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.

/ TABLE OF CONTENTS: /
    10 - MENU
    02 COVER LAYER
    03 LIKES
    04 SINGLE POST
    05 BLOG POSTS PAGE
    06 PAGE STYLES
    07 SINGLE PRODUCT
    08 SHOP
    09 SHOP SIDEBAR
    10 CART
    11 CHECKOUT
    12 WOOCOMMERCE LOGIN
    13 WOOCOMMERCE STYLES
    14 WOOCOMMERCE PRODUCT
    15 CART AJAX
    16 PORTFOLIO STYLES
    17 BLOG SIDEBAR
    19 PAGE STYLES
    20 SINGLE POST V2
    21 COST ESTIMATE
    22 FULLWIDTH PORTFOLIO
    23 GALLERY DEVELOPMENT
    24 SINGLE PRODUCT STYLE 2
    25 LIVE STYLING
    26 WOCOMMERCE TOP SIDEBAR
    27 MINI CART
    28 WIDGETS
    29 WPML
*/

/*===============*/
/*    01 MENU    */
/*===============*/
.nav-menu ul > li.current-menu-item > a {
    color: #fff;
}
.nav-menu > ul > li.current-menu-item > a:before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.interio-title-st1.h6 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}
.interio-subtitle-st1.simple-text p {
    line-height: 40px;
    text-align: center;
}


/*======================*/
/*    02 COVER LAYER    */
/*======================*/
.rs-layer-bg-2 {
    position: relative;
}
.rs-layer-bg-2:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(49, 46, 73, 0.6);
    top: 0;
    left: 0;
    display: block !important;
    position: absolute;
}


/*================*/
/*    03 LIKES    */
/*================*/
/* Wrapper */
.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
}
.sl-button {
    padding: 0.375em 0.625em;
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
}

/* Icon */
.sl-icon {
    margin-right: 0.3125em;
    font-family: 'Arial Unicode MS', Arial, sans-serif;
    vertical-align: middle;
}
.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
}

/* Count */
.sl-count {
    font-size: 0.625em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}

/* Loader */
.prellloader,
.prellloader:before,
.prellloader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.prellloader:before,
.prellloader:after {
  position: absolute;
  top: 0;
  content: '';
}
.prellloader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.prellloader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.prellloader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

/*======================*/
/*    04 SINGLE POST    */
/*======================*/
.single-post .main-content {
    padding-top: 0px;
}
.single-post .main-baner-full .blog-post-desc {
    top: 0;
}
.sub-title-black a {
    color: rgba(77, 77, 78, 0.3);
}
.single-post .simple-text.md.col-type-4 p strong, .simple-text.blog-layout-ajax p strong{
    font-size: 25px;
    line-height: 36px;
    color: #4d4d4e;
}
.post-author .image img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.single-post .post-share .share-wrap .sl-button {
    padding: 0;
    position: relative;
    width: 33.333%;
    height: 59px;
    border: 1px solid #b2b3b1;
    line-height: 54px;
    display: block;
    float: left;
    color: rgba(77, 77, 78, 0.4);
}
.single-post .post-share .share-wrap .sl-button span {
    font-size: 12px;
    letter-spacing: 5.4px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
}
.single-post .share-wrap {
    padding-right: 0;
}
.block-comment .image img {
    border-radius: 50%;
}
.block-comment .simple-text {
    margin-bottom: 15px;
}
.comment-wrapper #respond input#author, .comment-wrapper #respond input#email {
    background: #fff;
    resize: none;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    color: #4d4d4e;
    position: relative;
    margin-bottom: 15px;
}
.comment-wrapper #respond h3#reply-title, #respond h3#reply-title {
    margin-bottom: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4d4d4e;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#respond h3#reply-title small a {
    color: #4d4d4e;
    font-size: 10px;
    letter-spacing: 1px
}
.single-post #respond p a {
    font-size: 13px;
    line-height: 24px;
    color: #7f7f7f;
    font-family: 'Montserrat', sans-serif;
}
.single-post #respond input[type='text'] {
    border-radius: 5px;
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    color: #4d4d4e;
    margin-bottom: 15px;
}
.block-comment {
    margin-bottom: 0px;
}
.single-post .blog-post-desc #respond p.comment-form-author,
.single-post .blog-post-desc #respond p.comment-form-email,
.single-post .blog-post-desc #respond p.form-submit {
    padding-left: 100px;
}
.single-post .blog-post-desc #respond p.form-submit {
    margin-bottom: 55px;
}
/*==========================*/
/*    05 BLOG POSTS PAGE    */
/*==========================*/
.rs-int-blog:nth-child(2n+1) {
    clear: left;
}

/*======================*/
/*    06 PAGE STYLES    */
/*======================*/
.card-item.full .sub-title a {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 7px;
}
.button-type-3.type-1 span:first-child{
    border: none;
}
.button-type-3.type-1 > span:first-child {
    border-right: 2px solid #fff;
}
.button-type-3 span{
    padding: 0;
    line-height: inherit;
    overflow: inherit;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
}
.button-type-3 > span {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px 25px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}
.button-type-3.type-1 span i span:before{
    display: none;
}
.button-type-3.type-1:hover span:first-child {
    color: inherit;
}
.button-type-3.type-1:hover > span:first-child {
    color: #75acff;
}
.button-type-3.type-2 span:first-child{
    border: none;
}
.button-type-3.type-2 > span:first-child {
    border-right: 2px solid #b1b1b1;
}
.button-type-3.type-2 span i span:before{
    display: none;
}
.card-item a.added_to_cart {
    margin-bottom: 10px;
    padding: 5px 0 10px 0;
    position: relative;
    display: block;
    color: #4d4d4e;
    opacity: 0.75;
    font-size: 14px;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.card-item a.added_to_cart:hover {
    color: #08151d;
    opacity: 1;
} 
a.button-type-3.type-1.added span.after-span:after, a.button-type-3.type-1.loading:after {
    color: #fff;
}
a.button-type-3 {
    position: relative;
}
a.button-type-3.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 16px;
    right: 7px;
    z-index: 555;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    font-size: 14px;
    color: #b1b1b1;
}

a.button-type-3.added span.after-span:after {
    font-family: WooCommerce !important;
    content: "\e017" !important;
    display: block !important;
    margin-left: .53em;
    vertical-align: bottom;
    font-size: 14px;
    color: #b1b1b1;
    top: 0;
    right: 6px;
    position: absolute;
}
.woocommerce .int_one_product .card-item a.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 16px;
    right: 7px;
    z-index: 555;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    font-size: 14px;
    color: #4d4d4e;
}
.woocommerce .card-item.full a.button.loading:after {
    margin-top: 7px;
    margin-right: -5px;
    color: #fff;
}
.woocommerce .card-item.full a.button.added span.after-span:after {
    color: #fff;
}
.woocommerce .card-item a.button.added span.after-span:after {
    font-family: WooCommerce !important;
    content: "\e017" !important;
    display: block !important;
    margin-left: .53em;
    vertical-align: bottom;
    font-size: 14px;
    color: #4d4d4e;
    top: 0;
    right: 6px;
    position: absolute;
}
.woocommerce .card-item a.button.added:after {
    display: none;
}

.woocommerce .card-item .int_one_product a.button.added span.after-span:after{
    color: #4d4d4e;
}
.card-item .text .sub-title a {
    color: #4d4d4e;
}
.in-image-block-popup.service-item .text .title {
    max-width: 75% !important;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .in-image-block-popup.service-item .text .title {
        max-width: 95%;
    }
}
/*=========================*/
/*    07 SINGLE PRODUCT    */
/*=========================*/
.single-product #respond input[type='text'],
.single-product #respond input[type='email'] {
    border-radius: 5px;
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    color: #4d4d4e;
    margin-bottom: 15px;
    border: none;
}
span.sub-title.prod_cat a, .prod_sub a  {
    color: #767775;
}
.woocommerce a.button.button-type-3 {
    padding: 0;
    background-color: transparent;
    border-radius: 25px;
    overflow: hidden;
}
.woocommerce .button-type-3.type-2:hover span:first-child {
    color: #515151;
}
.project-item-wrap .col-lg-6:nth-child(2n+1) {
    clear: left;
}
.prod_in_tags a {
    position: relative;
    display: inline-block;
    margin: 0px 14px 14px 0px;
    padding: 0px 30px;
    text-align: center;
    height: 38px;
    border-radius: 19px;
    background: #dadbd9;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: rgba(77, 77, 78, 0.6);
    line-height: 38px;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    font-family: 'Montserrat', sans-serif;
}

ul.tabs.wc-tabs li.description_tab, ul.tabs.wc-tabs li.additional_information_tab, ul.tabs.wc-tabs li.reviews_tab {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 20px 0;
}
ul.tabs.wc-tabs li.description_tab a, ul.tabs.wc-tabs li.additional_information_tab a, ul.tabs.wc-tabs li.reviews_tab a {
    color: #4d4d4d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce-tabs h2 {
    display: none;
}
.woocommerce-tabs #tab-description p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 17px;
    color: rgba(77, 77, 78, 0.7);
}
.woocommerce-tabs #tab-description div {
    font-size: 16px;
    line-height: 24px;
}
.woocommerce-tabs .pricelist {
    width: 100%;
    margin-bottom: 0;
}
.pricelist ul li b p {
    font-size: 15px;
}
.price-item-wrap a.added_to_cart {
    display: none;
}
.price-item-wrap  a.added_to_cart {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0 10px 0;
    position: relative;
    display: block;
    color: #4d4d4e;
    opacity: 0.75;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.price-item-wrap  a.added_to_cart:hover {
    color: #08151d;
    opacity: 1;
} 
.summary.entry-summary .right-item-wrapp {
    width: 100%;
    padding: 0;
    margin-top: 50px;
}
.woocommerce-Reviews p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #4d4d4e;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 15px;
}
.woocommerce-Reviews form p.comment-form-rating label {
    font-size: 13px;
    line-height: 24px;
    color: #7f7f7f;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    background: #fff;
}
.woocommerce-Reviews .comment-text p.meta {
    font-weight: 700;
}
.woocommerce #review_form #respond textarea {
    padding: 15px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-Reviews #respond h3#reply-title {
    margin-bottom: 15px;
    margin-top: 25px;
}
.woocommerce p.stars a {
    font-size: 15px;
    padding: 0 10px;
}
.woocommerce p.stars a, .woocommerce .star-rating {
    color: #75acff;
    letter-spacing: 3px;
}
.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0;
    font-size: 17px;
    letter-spacing: 5px;
    width: 115px;
}
.woocommerce .star-rating {
    width: 86px;
}
.woocommerce .rate.style-2 .star-rating {
    float: left;
    margin: 0;
    font-size: 17px;
    letter-spacing: 5px;
    width: 115px;
}
body.single-product .woocommerce-breadcrumb {
    display: none !important;
}
/*===============*/
/*    08 SHOP    */
/*===============*/
.back-cramps-list {
    text-align: center;
}
.archive.post-type-archive.woocommerce .title-counter, .archive.tax-product_cat.woocommerce .title-counter {
    padding-bottom: 0;
}
.woocommerce form.woocommerce-ordering {
    z-index: 1;
}
.woocommerce .woocommerce-breadcrumb {
    text-align: center;
    padding-bottom: 45px;
    color: #4d4d4e;
    font-size: 15px;
    line-height: 18px;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #4d4d4e;
}
.post-type-archive.woocommerce .card-item.full a.button.button-type-3 {
    color: #fff;
}
.woocommerce .card-item.full .sub-title a {
    color: rgba(255, 255, 255, 0.5);
}

.woocommerce-ordering select.orderby {
    background: transparent;
    border: 2px solid #d2d2d3;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 50px 0px 15px;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(77, 77, 78, 0.5);
}
.woocommerce-ordering select.orderby option {
    padding: 0px 50px 0px 15px;
    border-left: 2px solid #d2d2d3;
    border-right: 2px solid #d2d2d3;
    line-height: 46px;
}

/*=======================*/
/*    09 SHOP SIDEBAR    */
/*=======================*/
.woof_container_inner {
    background: #fff;
    padding: 22px 0px;
    border-radius: 5px;
}
.irs-with-grid .irs-slider {
    width: 16px;
    height: 16px;
    background: #75acff; 
    border-radius: 50%;
    margin-top: 4px;
}
.irs-with-grid {
    margin: 0 15px;
}
.irs-grid-text, span.irs-from, span.irs-to, span.irs-min, span.irs-max {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px !important;
}
.woof_container_inner h4 {
    font-size: 13px;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d3;
}
.woof_container h4 {
    margin-bottom: 14px !important;
}
.woof_block_html_items {
    padding: 0 15px;
}
.woof_block_html_items input[type='radio'] {
    -webkit-appearance: radio;
    border-radius: 50%;
    vertical-align: middle;
}
.woof_block_html_items input[type='checkbox'] {
    -webkit-appearance: checkbox;
    vertical-align: middle;
}
.woof_block_html_items input {
    width: 17px;
    height: 17px;
    background: #c1c1c1;
    border-radius: 4px;
    margin: 0;
}
.woof_block_html_items ul li label {
    position: relative;
    font-size: 13px;
    display: block;
    font-weight: 700;
    color: rgba(77, 77, 78, 0.7);
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.woof_block_html_items ul li input[type=checkbox]:checked + label,
.woof_block_html_items ul li input[type=radio]:checked + label {
    color: #4d4d4e;
}
.woof_block_html_items ul li span.woof_checkbox_count,
.woof_block_html_items ul li span.woof_radio_count {
    display: none;
}
.woof_list li {
    position: relative;
}
.woof_list li a img {
    position: absolute;
    top: 6px;
    margin-left: 5px;
} 
.woocommerce .woof_submit_search_form_container button {
    position: relative;
    display: inline-block;
    height: 42px;
    border-radius: 27px;
    background: #75acff;
    padding: 0px 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
}
/*===============*/
/*    10 CART    */
/*===============*/
body.woocommerce-cart .woocommerce {
    padding-top: 100px;
}
.woocommerce table.shop_table th {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #4d4d4e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-align: center;
}
body.woocommerce-cart tr.cart_item td span, body.woocommerce-cart tr.cart_item td a{
    font-size: 15px;
    color: #4d4d4e;
    font-family: 'Playfair Display', serif;
    
}
body.woocommerce-cart tr.cart_item td {
    text-align: center;
}
body.woocommerce-cart .cart_totals table.shop_table th {
    text-align: left;
}
body.woocommerce-cart .cart_totals h2 {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #4d4d4e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-align: center;
}
body.woocommerce-cart .woocommerce input.button, .woocommerce-cart table.cart td.actions .coupon .input-text {
    position: relative;
    display: inline-block;
    height: 42px;
    border-radius: 27px;
    background: #75acff;
    padding: 0px 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 190px;
    background: #fff;
    border: 2px solid #75acff;
}
body.woocommerce-cart .woocommerce input.button:hover {
    background-color: #fff;
    color: #75acff;
    border: 2px solid #75acff;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 27px;
    background: #75acff;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    overflow: hidden;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    margin-right: 15px;
    margin-left: 15px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #fff;
    color: #75acff;
    border: 2px solid #75acff;
}
@media screen and (max-width: 992px) { 
    .header.style-center nav .nav-menu ul > li .sub-menu li.current-menu-item a {
        color: #fff;
    }
}
/*===================*/
/*    11 CHECKOUT    */
/*===================*/
body.woocommerce-checkout .woocommerce {
    padding-top: 100px;
}
body.woocommerce-checkout input[type='text'],
body.woocommerce-checkout input[type='email'],
body.woocommerce-checkout input[type='tel'],
body.woocommerce-checkout .woocommerce-shipping-fields textarea,
.woocommerce form.checkout .country_to_state {
    border: 1px solid #caccca;
    line-height: 24px !important;
    padding: 5px 10px;
}
.woocommerce form.checkout .country_to_state {
    padding: 0px;
}
body.woocommerce-checkout label, 
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading {
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4e;
}
body.woocommerce-checkout .select2-container a.select2-choice {
    line-height: 24px;
    padding: 5px 10px;
    font-family: "Monserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.75px;
}

body.woocommerce-checkout .create-account p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(77, 77, 78, 0.5);
    font-family: 'Playfair Display', serif;
}
body.woocommerce-checkout input[type='password'] {
    border: 1px solid #caccca;
    line-height: 24px !important;
    padding: 5px 10px;
    margin-bottom: 20px;
}
body.woocommerce-checkout select.country_to_state option {
    font-family: 'Playfair Display', serif;
    color: #4d4d4e;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3, 
body.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    margin-bottom: 5px;
}

body.woocommerce-checkout form.woocommerce-checkout #order_review {
    margin-top: 10px;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table {
    text-align: center;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table td.product-name,
body.woocommerce-checkout form.woocommerce-checkout #order_review table td.product-total span {
    font-family: 'Playfair Display', serif;
    color: #4d4d4e;
    font-size: 15px;
    letter-spacing: 0.5px;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tr.cart-subtotal,
body.woocommerce-checkout form.woocommerce-checkout #order_review table tr.order-total {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #4d4d4e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-align: center;
}
body.woocommerce-checkout .wc_payment_methods li.wc_payment_method a {
    color: #75acff;
}
body.woocommerce-checkout .wc_payment_methods li.wc_payment_method .payment_box p {
    font-family: 'Playfair Display', serif;
    color: #4d4d4e;
    font-size: 14px;
    line-height: 20px;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tr {
    line-height: 25px;
}
body.woocommerce-checkout .woocommerce-info a {
    color: #75acff;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review input.button {
    height: 55px;
    border-radius: 27px;
    background: #75acff;
    padding: 0px 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 51px;
    text-transform: uppercase;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review input.button:hover {
    color: #75acff;
    background: #fff;
    border: 2px solid #75acff;
}
form.reg-form h4 {
    text-align: center;
}
/*============================*/
/*    12 WOOCOMMERCE LOGIN    */
/*============================*/
body.woocommerce-account .woocommerce form.reg-form {
    margin: 0 auto;
    z-index: 5;
}
body.woocommerce-account form.reg-form input.button {
    height: 55px;
    border-radius: 27px;
    background: #75acff;
    padding: 0px 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 51px;
    text-transform: uppercase;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    margin-bottom: 12px;
}
body.woocommerce-account form.reg-form input.button:hover {
    color: #75acff;
    background: #fff;
    border: 2px solid #75acff;
}
body.woocommerce-account form.reg-form input#rememberme {
    -webkit-appearance: checkbox;
    margin: 0;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    background: #c1c1c1;
    border-radius: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
}
body.woocommerce-account form.reg-form label[for="rememberme"] {
    color: #4d4d4e;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
body.woocommerce-account form.reg-form label[for="rememberme"]:hover {
    cursor: pointer;
}
body.woocommerce-account form.reg-form p.form-row {
    text-align: center;
}
body.woocommerce-account form.reg-form p {
    text-align: center;
}
body.woocommerce-lost-password form {
    padding: 30px;
}
body.woocommerce-lost-password form input[type='text'],
body.woocommerce-lost-password form input[type='email'],
body.woocommerce-lost-password form input[type='password'] {
    border: 1px solid #caccca;
    line-height: 24px !important;
    padding: 5px 10px;
}
body.woocommerce-lost-password form label {
    color: #4d4d4e;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

/*=============================*/
/*    13 WOOCOMMERCE STYLES    */
/*=============================*/
body.woocommerce input[type='text'],
body.woocommerce input[type='email'],
body.woocommerce input[type='tel'],
body.woocommerce input[type='password']
body.woocommerce-checkout .woocommerce-shipping-fields textarea,
.woocommerce form.checkout .country_to_state {
    border: 1px solid #caccca;
    line-height: 24px !important;
    padding: 5px 10px;
}

/*==============================*/
/*    14 WOOCOMMERCE PRODUCT    */
/*==============================*/
body.woocommerce.single-product input[type='text'] {
    border: none;
}
body.woocommerce.single-product .project-item-wrap .col-lg-6:nth-child(2n+1),
body.woocommerce.single-product .bg-grey .int_one_product:nth-child(3n+2) {
    clear: none;
}
body.woocommerce.single-product .bg-grey .int_one_product:nth-child(3n+2) {
    padding-left: 15px;
}

/*====================*/
/*    15 CART AJAX    */
/*====================*/
body.woocommerce-checkout .popup input[type='text'] {
    border: none;
}

/*===========================*/
/*    16 PORTFOLIO STYLES    */
/*===========================*/
.single2-desc {
    margin-top: 65px;
}

/*=======================*/
/*    17 BLOG SIDEBAR    */
/*=======================*/
body.search.search-results #content-wrapper {
    padding-top: 100px;
}
.sidebar-slider .bg {
    height: 300px;
}
.search-page {
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: 88vmin;
}
@media screen and (max-width: 992px) {
    .search-page {
        min-height: 880px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #888888 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.woocommerce-checkout form.login .form-row label[for="rememberme"] {
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    line-height: 30px;
}
.woocommerce-checkout form.login .form-row label[for="rememberme"] input#rememberme {
    margin-bottom: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 9px;
}
span h2.screen-reader-text  {
    display: none;
}
span nav.pagination .nav-links {
    color: rgba(77, 77, 78, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
span nav.pagination .nav-links a {
    color: rgba(77, 77, 78, 0.7);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
span nav.pagination .nav-links a:hover {
    color: #75acff;
}
span nav.pagination .nav-links span.current {
    color: #4d4d4e;
}
/*---RG---*/

.filter-list .link-style-1:hover, .filter-list .link-style-1.active{
    color: #fff!important;
}

.in-gmap.map-wrapper{
    position: relative;
}

.in-image-block-popup:hover{
    cursor: pointer;
}
.interio-centering {
    text-align: center;
}

/*---WordPress Core---*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
 .sticky, .gallery-caption, .bypostauthor {}
 .simple-text.md.col-type-4 {
    display: inline-block;
    max-width: 100%;
    padding: 25px 0px;
 }

/*STYLE 1*/
.blog-post-desc .blog-item {
    text-align: initial;
}
.simple-text .tt-comment-text ul {
    list-style: disc;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.simple-text .tt-comment ol.tt-comment-block {
    list-style: none;
}
.simple-text .tt-comment-text ul ul {
    list-style: circle;
}
.blog-post-desc ul {
    list-style: inherit;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.simple-text p img {
    margin: 0;
    max-width: 100%;
}
.simple-text a, .recentcomments a{
    color: #75acff;
}
.simple-text a:hover, .recentcomments a:hover{
    color: #4d4d4e;
}
.post-nav a, .post-nav span {
    padding: 0 5px;
}
.post-nav {
    display: block;
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%;
    font-size: 16px;
}
.simple-text h2, .simple-text .tt-comment-text h2  {
    font-size: 28px;
    line-height: 32px;
}
.blog-post-desc h1, .simple-text .tt-comment-text h1 {
    font-size: 38px;
    line-height: 42px;
}
.blog-post-desc h3, .simple-text .tt-comment-text h3 {
    font-size: 24px;
    line-height: 26px;
}
.blog-post-desc h4, .simple-text .tt-comment-text h4 {
    font-size: 20px;
    line-height: 22px;
}
.blog-post-desc h5, .simple-text .tt-comment-text h5 {
    font-size: 16px;
    line-height: 18px;
}
.blog-post-desc h6, .simple-text .tt-comment-text h6 {
    font-size: 12px;
    line-height: 14px;
}
.blog-post-desc {
    font-size: 14px;
    font-weight: 200;
}
.blog-post-desc blockquote, .simple-text .tt-comment-text blockquote {
    padding: 0 0 0 15px;
    margin: 5px 0 20px;
    border-left: 5px solid #eeeeee;
}

.blog-post-desc h2, .blog-post-desc h1, .blog-post-desc h3, .blog-post-desc h4, .blog-post-desc h5, .blog-post-desc h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-post-desc cite {
    font-style: italic;
}
.blog-post-desc table, .simple-text table {
    border: 1px solid #ddd;
}
.blog-post-desc table thead:first-child tr:first-child th, .blog-post-desc table tbody:first-child tr:first-child th, .blog-post-desc table tbody:first-child tr:first-child td,
.simple-text table thead:first-child tr:first-child th, .simple-text table tbody:first-child tr:first-child th, .simple-text table tbody:first-child tr:first-child td {
    border-top: 0;
}
.blog-post-desc table th, .blog-post-desc table td, .simple-text table th, .simple-text table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.blog-post-desc {
    line-height: 16px;
}
.blog-post-desc dl dt, .simple-text dl dt  {
    font-weight: bold;
    line-height: 18px;
}
.blog-post-desc dl dd, .simple-text dl dd {
    font-weight: 400;
    margin-left: 10px;
    line-height: 18px;
}
.blog-post-desc ul ul, .blog-post-desc ol ul, .simple-text ul ul, .simple-text ol ul {
    list-style-type: circle;
}
.blog-post-desc ol ol ul, .blog-post-desc ol ul ul, .blog-post-desc ul ol ul, .blog-post-desc ul ul ul,
.simple-text .tt-comment-text ol ol ul, .simple-text .tt-comment-text ol ul ul, .simple-text .tt-comment-text ul ol ul, .simple-text .tt-comment-text ul ul ul {
    list-style-type: square;
}
.blog-post-desc ol, .simple-text ol {
    list-style-type: decimal;
    padding: 0;
    margin: 0 0 10px 25px;
}
.blog-post-desc strong, .simple-text .tt-comment-text strong {
    font-weight: 700;
    display: block;
    padding: 10px 0;
}
.blog-post-desc em, .blog-post-desc q, .blog-post-desc var {
    font-style: italic;
}
.blog-post-desc pre, .simple-text .tt-comment-text pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blog-post-desc em strong, .blog-post-desc ul li strong, .simple-text .tt-comment-text p strong, .simple-text .tt-comment-text ul li strong {
    display: inline-block;
}
.blog-post-desc img {
    max-width: 100%;
}
.simple-text li.comment ul.children {
    list-style: none;
}
.blog-post-desc .simple-text iframe {
    max-width: 100%;
}
.single-post .simple-text {
    margin-top: 10px;
}

/*======================*/
/*    19 PAGE STYLES    */
/*======================*/
.folow.color-style a.int-pinterest {
    margin: 0;
}
.post-navigation .nav-arr {
    padding: 0 60px;
}
.onepage-box.style-1 .effect-push {
    background: #4e4040;
}
.onepage-box.style-2 .effect-push {
    background: #191e3f;
}
.folow.grey a {
    padding: 5px 0;
}
.box-type-6 .price-sm-wrapp .column-50 {
    margin-bottom: 30px;
}
.info-item {
    padding-right: 28px;
}
.send-mini-button input.input-send {
    color: #fff;
    font-family: 'GTWalsheimProLight';
    font-weight: 300;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    line-height: 70px;
    font-size: 25px;
     text-align: -webkit-left;
    padding-left: 30px;
}
.send-mini-button input.input-send:hover {
    color: #39b2ff;
}
@media (max-width: 1400px) { 
    .send-mini-button input.input-send {
        line-height: 55px;
        font-size: 20px;
    }
}

/*=========================*/
/*    20 SINGLE POST V2    */
/*=========================*/
.blog-post-desc.int-fw-post {
    width: 100%;
}
.int-top-post-img {
    position: relative;
}
.bg.int-top-post-img, .int-fw-post .video-block.full-video {
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

/*========================*/
/*    21 COST ESTIMATE    */
/*========================*/
#estimation_popup #startInfos h1 {
    padding-bottom: 20px;
    font-size: 64px;
    font-family: 'Playfair Display', serif;
    color: #4d4d4e;
    font-weight: 200;
}
#lfb_bootstraped #estimation_popup.wpe_bootstraped #wpe_panel #startInfos p {
    color: #4d4d4e;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
#estimation_popup #startInfos {
    padding-bottom: 70px;
}
#lfb_bootstraped #estimation_popup.wpe_bootstraped #wpe_panel p a.btn {
    position: relative;
    display: inline-block;
    height: 55px;
    border-radius: 27px;
    background: #75acff;
    padding: 0px 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 51px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    box-shadow: none;
}
#lfb_bootstraped #estimation_popup.wpe_bootstraped #wpe_panel p a.btn:hover {
    background: none;
    border-color: #75acff;
    color: #75acff;
    opacity: 1;
}
#lfb_bootstraped #estimation_popup #mainPanel {
    background: #eceeeb;
}
#estimation_popup.wpe_bootstraped .progress {
    background: #e0e2df;
}
#estimation_popup.wpe_bootstraped .genPrice .progress {
    height: 14px;
}
#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price {
    top: -32px;
}
#lfb_bootstraped #estimation_popup .lfb_totalBottomContainer hr {
    display: none;
}
#lfb_bootstraped #estimation_popup #mainPanel .genSlide h2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc {
    border-radius: 50%;
    background: #fff;
    width: 160px;
    height: 160px;
    margin: 0 15px;
    padding: 0;
    position: relative;
}
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc .selectable {
    margin-top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .lfb_totalBottomContainer h3.lfb_totalBottom span {
    margin: 0 auto 40px;
    font-size: 130px;
    font-weight: 700;
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 0px none;
    color: #4d4d4e;
}
#estimation_popup.wpe_bootstraped .lfb_totalBottomContainer h3 {
    margin-top: 45px;
}
#estimation_popup.wpe_bootstraped #mainPanel .tooltip .tooltip-inner {
    background: #fff;
}
#lfb_bootstraped.lfb_bootstraped .tooltip-inner {
    color: #4d4d4e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
#estimation_popup.wpe_bootstraped .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff !important;
}
#estimation_popup.wpe_bootstraped .tooltip .tooltip-inner {
    background: #fff !important;
}
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc:hover {
    background: #428bca;
}
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc:hover span.palette-clouds {
    background: #428bca;
}
#lfb_bootstraped #estimation_popup.wpe_bootstraped a.btn-primary {
    position: relative;
    display: inline-block;
    height: 55px;
    border-radius: 27px;
    background: #75acff;
    padding: 0px 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 51px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    box-shadow: none;
}
#lfb_bootstraped #estimation_popup.wpe_bootstraped a.btn-primary:hover {
    background: none;
    border-color: #75acff;
    color: #75acff;
    opacity: 1;
}
.full-height-baner.rs-interio-banner {
    z-index: 1;
}

.blog-mini-item.lg.rs-interio {
    width: 50%;
}
.blog-mini-item.lg.rs-interio:nth-child(3n+1) {
    width: 100%;
}
span.interio-nav-links nav.pagination .nav-links {
    background: #fff;
    padding: 5px;
    max-width: 250px;
    margin: 0 auto;
    opacity: 0.7;
}
.popup-ajax.active {
    z-index: 555;
}

/*==============================*/
/*    22 FULLWIDTH PORTFOLIO    */
/*==============================*/
.main-content.rs-fw-portfolio {
    border: none;
}
.modern-style .main-content.rs-fw-portfolio {
    background: #342d2d;
}
.rs-fw-portfolio .circle-arrow-style {
    top: 50%;
    left: 50%;
    max-width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rs-interio-portfolio-content {
    position: absolute;
    bottom: 96px;
    left: 0;
    z-index: 1;
    background: #fff;
    text-align: left;
    padding: 35px 45px;
}

.rs-interio-portfolio-content h2.title { 
    color: #4d4d4e;
    font-family: "Moontserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    max-width: 85%;
    display: inline-block;
	line-height:30px;
}
.rs-interio-portfolio-content .simple-text.col-type-5 p {
    color: #949494;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 300;
}

.rs-interio-portfolio-content {
    width: 30%;
    height: 160px;
    z-index: 5;
    transition:all 0.5s linear;
}

.simple-text-9 {
    display: none;
    position: relative;
}

.rs-interio-portfolio-content.open {
    width: 60%;
    height: 450px;
    overflow-y: auto; 
}
@media screen and (max-width: 992px){
    .rs-interio-portfolio-content {
        width: 60%;
    }
    .rs-interio-portfolio-content.open {
        width: 85%;
    }
    .solo-mobile-filter .filter-list .link-style-1.active {
        color: #000 !important;
    }
}
@media screen and (max-width: 768px){
    .rs-interio-portfolio-content {
        width: 60%;
    }
    .rs-interio-portfolio-content {
        padding: 30px 15px;
    }
    .rs-interio-portfolio-content h2.title {
        font-size: 16px;
    }
    .single-rs-p-info span {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .rs-interio-portfolio-content.open {
        width: 100%;
    }
}
.open-box-res {
    vertical-align: top;
    float: right;
    position: relative;
    width: 20px;
    height: 20px;
}
.open-box-res:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 2px;
    background: #4d4d4e;
}
.open-box-res:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0px;
    width: 20px;
    height: 2px;
    background: #4d4d4e;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition:all 0.5s linear;
}
.rs-interio-portfolio-content.open .open-box-res:after {
    opacity: 0;
}

.rs-portf-follow {
    display: none;
    margin-top: 20px;
}
.folow.folow-title a:after {
    color: #4d4d4e;
}
.single-rs-p-info {
    display: block;
    position: relative;
}
.single-rs-p-info span {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 33%;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 20px;
    font-family: "Moontserrat", sans-serif;
    font-weight: 600;
}
.rs-p-info.p-info-hide {
    display: none;
}

/*======================*/
/*    23 BOTTOM MENU    */
/*======================*/
.header-style-7.header.style-center {
    position: fixed; 
    left: 0px; 
    bottom: 0px; 
    top: auto;
}
@media screen and (max-width: 992px) {
    .header-style-7.header.style-center {
        bottom: auto; 
        top: 0;
    }
    .header-style-7.header.style-center.interio-header-7 {
        top: 25px;
    }
}

.header-style-7 .header {
    position: relative; 
    display: block; 
    margin: 0 auto; 
    max-width: 1430px; 
    width: 100%; 
    height: inherit; 
    transition: all 0.33s ease-out; 
    -webkit-transition: all 0.33s ease-out;
}
.header-style-7 .logo.vertical-align.auto {
    left: 15px;
}
.header-style-7 .nav-menu {
    right: 15px;
}
.header-style-7 .nav-menu ul li {
    position: relative; 
    float: left; 
    font-size: 12px; 
    line-height: 16px; 
    text-transform: uppercase; 
    font-weight: 700; 
    margin-left: 70px;
}
.header-style-7 .nav-menu ul li a {
    color: rgba(255,255,255,0.7);
}
.header-style-7 .nav-menu ul li a.active {
    color: #fff;
}
.header-style-7.scroll-hidden.active {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.header-style-7.style-fullpage.header .nav-menu > ul > li > a:before {
    z-index: -1;
}
.fixed-type-logo {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX( -50%);
    -moz-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
    transform: translateX( -50%);
    z-index: 5;
}

/*==============================*/
/*    23 GALLERY DEVELOPMENT    */
/*==============================*/
.load-more-box {
    text-align: center;
    margin: 50px 0;
}

.spinner {
    height: 30px;
    width: 30px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #75acff;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    margin: 30px auto 0;
}

.spinner.active {
    opacity: 1;
}


.infinity-box {
    position: relative;
    height: 60px;

}

@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}

.container-loading-list .project-item{
    float: left;
    width: 100%;
}

.container-loading-list .title{
    width: 60%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 15px;
    color: #4d4d4e;
    line-height:16px !important;
}


.container-loading-list .title a {
    color: #4d4d4e;
}


.container-loading .sub-title {
    display: none;
    width: 20%;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 15px;
    font-weight: 400;
    margin-bottom: 0 !important;
    color: #4d4d4e;
    text-transform: lowercase;
}

.container-loading.container-loading-list .sub-title{
    display: block;
}

.item-years {
    opacity: 0;
}

.container-loading-list .item-years {
    width: 20%;
    float: right;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 15px;
    opacity: 1;
}

.container-loading-list .project-item {
    border-bottom:1px solid  #4d4d4e;;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

.item-years2 {
    opacity: 0;
}

.container-loading-list .bg,
.container-loading-list .layer-bg-3
{
    display: none;
}

.container-loading-list .item {
    width: 100% !important;
    height: auto !important;
}

.container-loading-list .project-title {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
}

.container-loading-list .item.scale-hover:hover .project-item {
    -webkit-transform:  none !important;
    -moz-transform:  none !important;
    -ms-transform:  none !important;
    transform: none !important;
    z-index: 5;
    box-shadow: none !important;
}

.view-type {
    text-align: center;
    margin-bottom: 20px;
}

.view-type button {
    display: inline-block;
    margin: 0 10px ;
    border: none;
    background: none;
    cursor: pointer;
}

.view-type button i {
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s linear;
}
.view-type button i:hover {
    color: #75acff;
}
.view-type button:hover{color:#ccc;}
@media screen and (max-width:480px) {
    .container-loading-list .title,
    .container-loading-list .item-years,
    .container-loading-list .sub-title

    {
        width: 100%;
        float: left;
        text-align: left;
    }
}

/*=================================*/
/*    24 SINGLE PRODUCT STYLE 2    */
/*=================================*/
body.single-product.prod-layout-2 footer.fix-footer {
    position: relative;
}
.rs-interio-product-single .blog-post-img {
    float: none;
    width: 100%;
}
.rs-interio-product-single .blog-post-img .padd-wrap {
    padding: 30px 0;
}
.solo-projects-slider .swiper-wrapper{
    height: inherit !important;
}
.solo-projects-slider .swiper-slide{
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
}
.load_slide{
    display: none;
    position: absolute;
    left: 0px;
    top: -150px;
    width: 100%;
    height: 600px;
    background: #fff;
    z-index: 5000;
}
.solo-projects-slider {
    top: -45px;
    position: relative;
}
.filter-number-slider {
    padding: 0;
}
.revers-color.active .solo-projects-slider {
    top: 45px;
}

/*=======================*/
/*    25 LIVE STYLING    */
/*=======================*/
body.rs-hide-footer footer {
    display: none;
}
.int-onepage.onepage-box.style-1 .main-container.parallax-animation {
    padding-top: 0;
}
.int-onepage.onepage-box.style-1 .main-container.parallax-animation:first-of-type {
    padding-top: 80px;
}
.mini-nav .menu-scrol li.current-menu-item a, .menu-scrol li.current_page_parent a {
    color: #39b2ff;
}
.mini-nav ul {
    list-style-type: none !important; 
}
.main-baner-align.rs-vertical-serv {
    overflow: hidden;
}
.full-scroll-section.active { opacity: 1; visibility: visible; }
.full-scroll-section.active .word-anime:before { width: 100%; }
.full-scroll-section.active .full-project-item { opacity: 1; }
.footer.fixed {z-index: 555;}
.footer a, .footer a:visited{color:#ccc;}


/*=================================*/
/*    26 WOCOMMERCE TOP SIDEBAR    */
/*=================================*/
.rs-in-top-sidebar .irs-with-grid .irs-slider {
    width: 25px;
    height: 12px;
    background: rgb(77, 77, 78);
    border-radius: 6px;
    margin-top: 5px;
}
.rs-in-top-sidebar .irs-bar {
    background: rgb(77, 77, 78);
    height: 6px;
}
.rs-in-top-sidebar .woof_redraw_zone {
    background: #fff;
}
.rs-in-top-sidebar .woof_price3_search_container, .rs-in-top-sidebar .woof_container_radio,
.rs-in-top-sidebar .woof_container_checkbox {
    width: 30%;
    float: left;
    z-index: 55;
}
.rs-in-top-sidebar .woof_container_inner h4 {
    border-bottom: none;
}
.rs-in-top-sidebar .woof_container_radio ul li, .rs-in-top-sidebar .woof_container_checkbox ul li {
    float: left;
}
.rs-in-top-sidebar .woof_container_inner h4 {
    margin-bottom: 0 !important;
    padding-bottom: 3px;
}
.rs-in-top-sidebar {
    margin-bottom: 25px;
    background: #fff;
    padding-top: 15px;
    border-radius: 5px;
}
.rs-in-top-sidebar .woof_submit_search_form_container {
    position: absolute;
    width: 120px;
    height: 50px;
    float: right;
    right: 25px;
}
.rs-in-top-sidebar .woof_submit_search_form_container button {
    position: absolute; 
    right: 0; 
    bottom: 0;
}
.rs-in-top-sidebar .woocommerce-ordering.top-shop-item {
    float: left;
    max-width: 100%;
    padding-top: 13px;
}
.rs-in-top-sidebar .drop-down.type-1 .drop-down-text {
    line-height: 27px;
    font-size: 10px;
}
.rs-in-top-sidebar .drop-down.type-1 h4.title {
    padding-top: 8px;
}
.rs-in-top-sidebar .woof_price3_search_container {
    width: 22%;
}
.rs-in-top-sidebar .woof_container_inner {
    padding: 0;
}
.rs-in-top-sidebar .woof_container_inner h4 {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rs-in-top-sidebar .woof_container_select {
    display: inline-block;
    float: left;
    width: 280px;
    padding-top: 10px;
}
.rs-in-top-sidebar .woof_container_select .woof_container_inner h4 {
    padding-top: 10px;
}
.rs-in-top-sidebar .woof_container_select .chosen-container-active .chosen-single {
    height: 30px;
    border-radius: 15px;
    background: #4d4d4e;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Montserrat", sans-serif;
    padding-top: 2px;
}
.rs-in-top-sidebar .woof_container_select .chosen-container-active .chosen-single a,
.rs-in-top-sidebar .chosen-container-single .chosen-single,
.rs-in-top-sidebar .chosen-container .chosen-results li.active-result {
    height: 30px;
    border-radius: 15px;
    background: #4d4d4e;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 2px;
    font-family: "Montserrat", sans-serif;
}
.rs-in-top-sidebar .chosen-container .chosen-results li.active-result {
    line-height: 28px;
    border-radius: 0;
}
.rs-in-top-sidebar .chosen-container .chosen-drop .chosen-search {
    display: none;
}
.rs-in-top-sidebar .chosen-container .chosen-drop {
    background: #4d4d4e;
}
.rs-in-top-sidebar .woof_container_select .chosen-container .woof_container_inner,
.rs-in-top-sidebar .chosen-container-single .chosen-single,
.rs-in-top-sidebar .chosen-container.chosen-with-drop .chosen-drop,
.rs-in-top-sidebar .woof_container_select .chosen-container {
    width: 180px !important;
}
.woocommerce form.woocommerce-ordering {
    margin-bottom: 25px;
}
.rs-in-top-sidebar .woof_container_checkbox {
    width: 180px;
    padding-top: 13px;
}
.woof_container_checkbox li input:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 6px;
    left: -1px;
    background: url('images/check.png') no-repeat, center;
    display: none;
}
.woof_container_checkbox li input[checked='checked']:before {
    display: block;
}
.woof_container_checkbox li input[checked='checked'] {
    background: #75acff;
}
.rs-in-top-sidebar .woof_submit_search_form_container {
    top: 5px;
}
.woof_block_html_items .woof_list_checkbox input {
    width: 17px;
    height: 17px;
    background: #c1c1c1;
    border-radius: 4px;
    border: none;
}
.woof_block_html_items input[type='checkbox'] {
    -webkit-appearance: none;
}
.woof_products_top_panel ul li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4e;
}
.rs-interio-top-side .simple-text.md.col-type-4,
 .rs-interio-top-side form.woocommerce-ordering {
    display: none;
}
.col-md-12.rs-interio-top-side {
    padding: 0;
}
.woof_products_top_panel {
    margin: 0 0 25px 0;
}
/*WOOCOMMERCE SIDEBAR*/
.widget.WOOF_Widget h4:first-child {
    font-size: 13px;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}
.col-md-3 .widget .irs-bar {
    background: #4d4d4e;
}

.woof_container_select .chosen-container-active .chosen-single {
    height: 30px;
    border-radius: 15px;
    background: #4d4d4e;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Montserrat", sans-serif;
    padding-top: 2px;
}
.woof_container_select .chosen-container-active .chosen-single a,
.chosen-container-single .chosen-single,
.chosen-container .chosen-results li.active-result {
    height: 30px;
    border-radius: 15px;
    background: #4d4d4e;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 2px;
    font-family: "Montserrat", sans-serif;
}
.chosen-container .chosen-results li.active-result {
    line-height: 28px;
    border-radius: 0;
}
.chosen-container .chosen-drop .chosen-search {
    display: none;
}
.chosen-container .chosen-drop {
    background: #4d4d4e;
}
.woof_container_radio li input:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 7px;
    left: 1px;
    background: url('images/radio.png') no-repeat, center;
    display: none;
}
.woof_container_radio li input[checked='checked']:before {
    display: block;
}
.woof_container_radio li input[checked='checked'] {
    background: #75acff;
}

.woof_block_html_items .woof_list_radio input {
    width: 17px;
    height: 17px;
    background: #c1c1c1;
    border-radius: 50%;
    border: none;
}
.woof_block_html_items input[type='radio'] {
    -webkit-appearance: none;
}
.slider-mini-main .main-mini-title a {
    color: #fff;
}
.slider-mini-main .main-mini-title a:hover {
    cursor: pointer;
}
.woocommerce-account .main-content nav {
    margin-top: 20px;
    padding: 30px;
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 80%;
}

.woocommerce-account .main-content nav ul li a {
    font-size: 15px;
    line-height: 28px;
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
}
.style-fullpage.header .nav-menu ul .sub-menu > li.active > a {
    color: #4d4d4e;
}
.style-fullpage.header .nav-menu ul .sub-menu > li.active > a:hover {
    color: #fff;
}
.content-load-rs {
    height: inherit;
    background: #ebebe9;
}
.solo-header ul li {
    margin: 0 22px;
}
body.woocommerce-checkout .woocommerce {
    padding-left: 25px;
    padding-right: 25px;
}

body.modern-style {
    background: #2e2727;
}
.index-baner.main-baner-full {
    background: #2e2727;
}
.section-fullpage.rs-masonry-fullp .vc_column_container>.vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.solo-baner.solo-page4.revers-color .izotope-container.gutter-style { 
    height: 100% !important;
    margin-top: 55px;
}
.logo img {
    width: auto;
}
.rs-col-inner-no-pad .vc_column_container>.vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 768px) { 
    .rs-in-top-sidebar .woof_submit_search_form_container {
        position: relative;
        margin: 10px auto;
        width: 120px;
        height: 50px;
        float: none;
        right: 0;
        top: 0;
    }
}
@media screen and (max-width: 992px) { 
.footer-mini .folow a:first-child {
    margin-left: 0;
}
}
body.woocommerce .counter input[type='text'] {
    border: none;
}
.footer-rs-h1 {
    display: none;
}
.rs-interio-overflow {
    overflow: hidden;
}
.rs-interio-overflow .section-fullpage.full {
    padding-top: 105px;
}
.main-content.solo-type {
    overflow: hidden;
}
.int-post-page article {
    margin-bottom: 25px;
}
.logged-in-as {
    margin-bottom: 15px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.not_interio {
    padding-top: 200px;
    padding-bottom: 50px;
    position: relative;
    color: black;
    z-index: 999;
    text-align: center;
    display: block;
    font-size: 18px;
}

.simple-text .alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.simple-text .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.simple-text .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.simple-text a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.simple-text a img.alignnone {
    margin: 5px 20px 20px 0;
}

.simple-text a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.simple-text a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.bg.int-top-post-img img {
    max-width: 100%;
}

.blog-item .sticky {
    margin-right: 15px;
}
    
.blog-item .sticky:before {
    content: "\f249";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-title-black {
    margin-top: 18px;
}

.simple-text ul  {
    padding-left: 20px;
}

.simple-text ul li {
    color: rgba(77, 77, 78, 0.7);
    font-size: 14px;
    line-height: 24px;
    list-style: disc;
    text-align: left;
}

.quote-text {
    padding-left: 190px;
}

@media (max-width: 500px) {
     .quote-text {
        padding-left: 100px;
    }

    .quote-text p {
        font-size: 14px;
    }
}

.simple-text h1 {
    font-size: 36px;
}

.simple-text h3 {
    font-size: 24px;
}

.simple-text h4 {
    font-size: 22px;
}

.simple-text h5 {
    font-size: 20px;
}

.simple-text h6 {
    font-size: 18px;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}


.simple-text blockquote {
    font-style: italic;
}

.simple-text dd {
    margin-bottom: 20px;
}

.simple-text ol li {
    margin-bottom: 10px;
}

.simple-text ol ol  {
    margin-top: 10px;
}

.simple-text em, .simple-text var {
    font-style: italic;
}

.simple-text pre {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.quote-text {
    margin-top: 50px;
}

.wp-caption {
    width: 100% !important;
    background: transparent;
}

.simple-text table {
    margin-top: 30px;
}
 
strong {
    font-weight: 700;
}

.depth-2 {
    margin-left: 15px;
}

.depth-3 {
    margin-left: 20px;
}

.depth-4 {
    margin-left: 25px;
}

.depth-5 {
    margin-left: 30px;
}

.logged-in-as {
    margin-bottom: 20px;
}

.single-format-audio  .simple-text.col-type-4 {
    position: relative;
    z-index: 9999;
    width: 100%;
}

#wp-calendar {
    padding: 20px;
    text-align: center;
    width: 100%;
}

#wp-calendar caption {
    padding-top: 20px;
    font-weight: 700;
}

#wp-calendar a {
    text-align: center;
    padding:  0 !important;
}

#wp-calendar tfoot  {
    padding-top: 20px;
}

.widget_categories .cat-item .cat-item a {
    padding-top: 5px !important;
    padding-left: 35px !important;
}

.widget_pages .page_item .page_item {
    padding-left: 20px;
} 

.widget_recent_comments span {
    padding-left: 0 !important;
}


/* = Pages
--------------------------------------*/
.aj-contact-solo .cont-solo {
    padding: 0 60px;
    padding-top: 110px;
}

@media screen and (max-width: 991px){ 
    .aj-contact-solo .cont-solo {
        padding: 0 20px;
        padding-top: 95px;
    }
}
.bottom-align {
    bottom: 160px;
}
body.overflow .bottom-align {
    bottom: 0px;
}
.interio-admin-bar {
    margin-top: 30px;
}
.rs-interio-height {
    min-height: 100vh;
}

.int-post-page + p {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    margin-top: 25px;
}
.int-post-page + p a {
    color: #4d4d4e;
}
.main-content.no-padd.bg-grey > p {
    padding: 5px 40px;
    line-height: 20px;
}
.main-content.no-padd.bg-grey > .comment-part {
    padding: 10px 40px;
}
.main-content.no-padd.bg-grey > h1, .main-content.no-padd.bg-grey > h2,
.main-content.no-padd.bg-grey > h3, .main-content.no-padd.bg-grey > h4,
.main-content.no-padd.bg-grey > h5, .main-content.no-padd.bg-grey > h6 {
    padding: 5px 40px;
}
.main-content.no-padd.bg-grey > ol {
    padding: 5px 50px 25px;
}
.main-content.no-padd.bg-grey > ol li {
    list-style-type: decimal;
    line-height: 24px;
}
.main-content.no-padd.bg-grey > h1 {
    font-size: 42px;
}
.main-content.no-padd.bg-grey > h2 {
    font-size: 36px;
}
.main-content.no-padd.bg-grey > h3 {
    font-size: 32px;
}
.main-content.no-padd.bg-grey > h4 {
    font-size: 26px;
}
.main-content.no-padd.bg-grey > h5 {
    font-size: 20px;
}
.main-content.no-padd.bg-grey > h6 {
    font-size: 16px;
}
.main-content.no-padd.bg-grey > blockquote {
    padding: 5px 40px;
    font-style: italic;
}
.main-content.no-padd.bg-grey > blockquote cite {
    font-style: normal;
    display: block;
}
.main-content.no-padd.bg-grey > table {
    margin: 5px 40px;
    border: 1px solid grey;
}
.main-content.no-padd.bg-grey > table tr th,
.main-content.no-padd.bg-grey > table tr td {
    padding: 5px 10px;
}
.main-content.no-padd.bg-grey > dl {
    margin: 5px 40px;
}
.main-content.no-padd.bg-grey > dl dt {
    font-weight: 700;
    line-height: 26px;
}
.main-content.no-padd.bg-grey > dl dd {
    margin-left: 10px;
}
.main-content.no-padd.bg-grey > ul {
    margin: 5px 60px;
}
.main-content.no-padd.bg-grey > ul li {
    list-style-type: disc;
    line-height: 24px;
}
.main-content.no-padd.bg-grey > ul li ul,
.main-content.no-padd.bg-grey > ol li ol {
    margin: 0 20px;
}
.main-content.no-padd.bg-grey > address {
    margin: 5px 40px;
    line-height: 18px;
}
.main-content.no-padd.bg-grey > pre {
    margin: 5px 40px;
    line-height: 18px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.main-content.no-padd.bg-grey > p strong {
    font-size: 24px;
}
.page-child .main-content.no-padd.bg-grey,
.tt-single .main-content.no-padd.bg-grey {
    min-height: 100vh;
}
.tags .tag-link {
    margin: 2px 7px;
}
.rs-testi-2 {
    padding-bottom: 35px;
}
.gallery-title h4.title i:before {
    position: absolute;
    top: 52%;
}
.service-item.type-3.rs-interio-image .image {
    width: 100%;
    max-width: 100%;
}
.team-block {
    margin-bottom: 100px;
}
.step-slider-item .vertical-wrap {
    margin-bottom: 35px;
}
.history-slide .block-img .image .bg {
    border-radius: 50%;
}
.main-content.rs-interio-no-border {
    border: 0px none;
}
.mini-adr-item .link-fax {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
}
@media screen and (max-width: 992px) {
    .mini-adr-item span.link-fax {
        font-size: 22px;
        line-height: 22px;
        color: #fff;
    }
}
div.wpcf7-response-output {
    z-index: 5;
    position: absolute;
    max-width: 100%;
    font-size: 20px;
    top: -55px;
    padding: 10px;
    margin: 0;
}
.wpcf7-form {
    position: relative;
/*    margin-top: 50px;*/
}

.current_page_ancestor > a {
    background: #7f7f7f;
    color: #fff ;
}
@media screen and (max-width: 992px){
    .wpcf7-form {
        margin-top: 50px;
        position: relative;
    }
    div.wpcf7-response-output {
        font-size: 14px;
        padding: 5px;
    }
    .modern-style .header.style-center nav .nav-menu ul > li > a {
        padding: 15px 3px 15px;
    }
    .modern-style .open-menu {
        top: 13px;
        right: 3px;
    }
}
.menu-item.current-menu-ancestor.menu-item-has-children > a:before {
    transform: translateX(0)  !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
}
.menu-item.current-menu-ancestor.menu-item-has-children > a {
    color: #fff;
    background: #7f7f7f;
}
.style-fullpage .menu > .menu-item.current-menu-ancestor.menu-item-has-children > a:before {
    transform: translateX(0)  !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    background: #fff;
}

.my_account_orders .order td {
    text-align: center;
}
input#rememberme {
    -webkit-appearance: auto;
    appearance: auto;
}
.content-load-wrap.auto-h.blog-mini-scroll-item {
    height: 100vmin;
    overflow-y: auto;
}
@media screen and (max-width: 992px) {
    .style-fullpage .menu > .menu-item.current-menu-ancestor.menu-item-has-children > a:before {
        background: transparent;
    }
    .style-fullpage .menu > .menu-item.current-menu-ancestor.menu-item-has-children > a {
        color: #fff !important;
    }
    .content-load-wrap.auto-h.blog-mini-scroll-item {
        height: auto;
        min-height: 875px;
    }
}
.blog-mini-scroll-item .column-mini-baner {
    height: auto;
}
.card-item a.added_to_cart {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #b1b1b1;
    font-size: 14px !important;
}
.chosen-container-single .chosen-single span {
    padding-left: 10px;
}
.product-elem .price-item-wrap a.added_to_cart {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 0;
    margin-top: 0;
    float: right;
    display: block;
    clear: both;
    margin-top: 15px;
    background: #75acff;
    border-radius: 25px;
    color: #fff;
    padding: 15px;
    max-width: 180px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    border: 2px solid #75acff;
    opacity: 1;
}
.product-elem .price-item-wrap a.added_to_cart:hover {
    background: #fff;
    color: #75acff;
}
.header.mini-style .navigation .folow {
    right: 22px;
}
.single-post .main-content .blog-post-desc blockquote.quote-text {
    border: 1px solid #b6b7b5;
}
@media screen and (max-width: 768px) {
    .gallery-title h4.title i:before {
        right: 10px;
        top: 85px;
    }
    .popup-ajax.type-center.ajax_portfolio.active {
        top: 15px;
    }
    .single-post .blog-post-desc #respond p.comment-form-author, .single-post .blog-post-desc #respond p.comment-form-email, .single-post .blog-post-desc #respond p.form-submit {
        padding-left: 0;
    }
}

/*====================*/
/*    27 MINI CART    */
/*====================*/
.cart-loader{display: none;}
.cart-loader.active{display: block;}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* =Woocommerce sidebar
--------------------------------------------*/
#sidebar .woocommerce .product-title {
    padding-left: 0;
}

#sidebar .woocommerce .woocommerce-Price-amount {
    padding-bottom: 15px;
    display: block;
    padding-left: 0;
}

#sidebar .woocommerce .star-rating {
    margin-left: 20px;
    margin-bottom: 20px;
}

#sidebar .woocommerce .reviewer {
    display: inline-block;    
    margin-bottom: 15px;
}

#sidebar .widget_search input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: transparent;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}

#sidebar .woocommerce.widget_rating_filter .star-rating {
    margin-left: 0;
    margin-bottom: 0;
}

#sidebar .woocommerce.widget_price_filter .price_slider_wrapper {
    padding:  20px 20px 15px;
}

#sidebar .woocommerce.widget_shopping_cart .shop-total {
    position: relative;    
    height: auto;
}

#sidebar .woocommerce.widget_shopping_cart .shop-panel-wrap {
    display: none;     
}

#sidebar .woocommerce.widget_shopping_cart .get_checkout {
    height: 62px;
}

#sidebar .woocommerce.widget_shopping_cart .get_checkout span{
    display: block;
    padding-left: 0;
    text-align: center;
    color: #fff;
}

.woof_products_top_panel {
    display: none !important;
}

.interio_hide-pag {
    display: none;
}
.interio-footer-1 span.copyright {
    line-height: 17px;
}
.rs-fw-portfolio .circle-arrow-style {
    bottom: 0;
    height: 97px;
}
.title-counter .title {
    padding-top: 10px;
}
.slider-grid .title-counter .title{
    color: #fff;
    text-transform: uppercase;
}
a.interio-rs-image-bl-link .title.h7 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
    color: #4d4d4e;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
a.interio-rs-image-bl-link h5.title {
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

a.interio-rs-image-bl-link .title.h7:hover, 
a.interio-rs-image-bl-link h5.title:hover,  {
    opacity: 0.75;
}
.service-mini-info .col-md-6:nth-child(3n) {
    clear: left;
}
.about-mini-desc .simple-text-mini p {
    max-height: 120px;
    overflow-y: auto;
}
.column-60.about-mini-desc .simple-text-mini p {
    max-height: 170px;
    overflow-y: auto;
}
.column-60.about-mini-desc .service-mini-info .simple-text-mini p {
    max-height: 200px;
    overflow-y: auto;
}
@media screen and (max-width: 1400px) {
    .about-mini-desc .simple-text-mini p, .column-60.about-mini-desc .simple-text-mini p, .column-60.about-mini-desc .service-mini-info .simple-text-mini p {
        max-height: none;
    }
}
.quote-mini-block .text {
    max-height: 500px;
    overflow-y: auto;
}
.client-mini-wrap .client-wrap-desc .simple-text-mini {
    max-height: 330px;
    overflow-y: auto;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .client-mini-wrap .client-wrap-desc .simple-text-mini {
        max-height: none;
    }
}
.service-panel.index-popup .simple-text p {
    max-height: 320px;
    overflow-y: auto;
}
.adres-item a.interio-ind-contact-sect {
    display: inline-block;
} 
.solo-comment-slide p {
    padding-bottom: 0;
    max-height: 240px;
    overflow-y: auto;
}
.box-type-7 .text {
    display: inline-block;
}
.price-number b {
    text-align: center;
}
.single2-desc.single-desc .simple-text.sm p {
    max-height: 350px;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
    .container-loading-list .project-item .item-years {
        padding-right: 15px;
    }
    .main-content.solo-type {
        min-height: 605px;
    }
} 
@media screen and (max-width: 480px) {
    .about-tags-block .button-type-1 {
        display: block;
    }
    .point-circle-slider.circle-solo-point {
        display: none;
    }
}

#sidebar .woocommerce .product-title {
    padding-left: 0;
}

#sidebar .woocommerce .woocommerce-Price-amount {
    padding-bottom: 15px;
    display: block;
    padding-left: 0;
}

#sidebar .woocommerce .star-rating {
    margin-left: 20px;
    margin-bottom: 20px;
}


#sidebar .woocommerce .reviewer {
    display: inline-block;    
    margin-bottom: 15px;
}

#sidebar .widget_search input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: transparent;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}

#sidebar .woocommerce.widget_rating_filter .star-rating {
    margin-left: 0;
    margin-bottom: 0;
}

#sidebar .woocommerce.widget_price_filter .price_slider_wrapper {
    padding:  20px 20px 15px;
}

#sidebar .woocommerce.widget_shopping_cart .shop-total {
    position: relative;    
    height: auto;
}

#sidebar .woocommerce.widget_shopping_cart .shop-panel-wrap {
    display: none;     
}

#sidebar .woocommerce.widget_shopping_cart .get_checkout {
    height: 62px;
}

#sidebar .woocommerce.widget_shopping_cart .get_checkout span{
    display: block;
    padding-left: 0;
    text-align: center;
    color: #fff;
}

.woof_products_top_panel {
    display: none !important;
}

.rs-int-blog .blog-item.full-w{
    min-height: 320px;
}
/*Loader-------------------------------*/
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto; }
.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out; }
.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.sk-wave {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px; }
.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s; }
.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4); }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4); }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); } }
.sk-wandering-cubes {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative; }
.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5); }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg); }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg); }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5); }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg); }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg); }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); } }
.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }
.sk-chasing-dots {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear; }
.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.sk-three-bounce {
    margin: 0 auto;
    width: 80px;
    text-align: center; }
.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.sk-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative; }
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1); }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1); }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); } }
.sk-fading-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative; }
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0; }
    40% {
        opacity: 1; } }

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0; }
    40% {
        opacity: 1; } }
.sk-folding-cube {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; } }

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; } }

.preload>.preloader-wrap{
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    color: #7f7f7f;
    letter-spacing: 0.2em;
}
.woocommerce form .form-row input.input-text{
    font-size: 15px;
}
.woocommerce form .select2-choice {
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    border:none;
    font-size: 15px;
}
.woocommerce form .select2-result-label{
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-MyAccount-content{
    padding: 50px 30px;
}
.woocommerce-MyAccount-content h3{
    font-weight: 700;
    margin-bottom: 30px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}
.col-md-6.int_one_product.big-shop-item-exist:nth-child(even){
    padding-left: 0;
}
.col-md-4.int_one_product.big-shop-item-exist:nth-child(3n+2){
    padding-left: 0;
    padding-right: 20px;
}
.col-md-3.int_one_product.big-shop-item-exist:nth-child(4n+2){
    padding-left: 0;
    padding-right: 20px;
}

.col-md-6.int_one_product.big-shop-item-exist:nth-child(odd){
    padding-right: 0;
}
.col-md-4.int_one_product.big-shop-item-exist:nth-child(3n+4){
    padding-left: 20px;
    padding-right: 0;
}
.col-md-3.int_one_product.big-shop-item-exist:nth-child(4n+5){
    padding-left: 20px;
    padding-right: 0;
}
.col-md-4.int_one_product.big-shop-item-exist:nth-child(3n+3){
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 991px) {
    .col-md-3.int_one_product:nth-child(even),.col-md-4.int_one_product:nth-child(even),.col-md-6.int_one_product:nth-child(even){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .col-md-3.int_one_product:nth-child(odd), .col-md-4.int_one_product:nth-child(odd), .col-md-6.int_one_product:nth-child(odd){
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
.bg .bg-link{
    display: block;
    width: 100%;
    height: 100%;
}
.woocommerce del span{
    text-decoration: line-through;
}
.woocommerce span.onsale{
    z-index: 2;
    top:10px;
    left:10px;
}
.single-product .price-item-wrap .button-type-1 {
    margin-top: 0;
}
.price-val.type-2{display: block;text-align: left;clear: both;margin-bottom: 20px;}
.single-product .price-item-wrap .price-val{float:none;}
@media (max-width: 1430px){
    .single-product .price-item-wrap .button-type-1{width: 48%;line-height:49px;float:right;clear:inherit;padding: 0px 25px;}
    .product-elem .price-item-wrap a.added_to_cart{float: right;clear: inherit;margin: 20px 0 0;}
}
@media (max-width: 992px){
    .single-product .price-item-wrap .button-type-1{line-height: 38px;}
    .single-product .price-item-wrap div.counter{height: 45px;line-height: 43px;float:left;}
    .single-product .price-item-wrap .single-minus, .single-product .price-item-wrap .single-plus{line-height: 41px;}
    .product-elem .price-item-wrap a.added_to_cart{padding:12.5px 15px;}
}
@media (max-width: 480px){
    .single-product .price-item-wrap div.counter{width:100%;margin-bottom:20px;}
    .single-product .price-item-wrap .button-type-1,.product-elem .price-item-wrap a.added_to_cart{width:100%;max-width: 100%;}
}

/*=============================*/
/*    28 WIDGETS    */
/*=============================*/
.widget[class*="widget_"] {
    background: #fff;
    padding: 22px 0px;
    border-radius: 5px;
    margin-bottom: 9px;
}
.modern-style .widget[class*="widget_"] {
    background: #342d2d;
}

.widget[class*="widget_"]>ul,.widget_nav_menu ul{
    padding: 0 15px;
}

.widget[class*="widget_"]>h4:first-child{
    font-size: 13px;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d3;
}
.widget[class*="widget_"]>ul>li,.widget_nav_menu ul>li{
    padding:7px 0;
    font-family: 'Montserrat', sans-serif
}

.widget[class*="widget_"]>ul>li>a,.widget_nav_menu ul>li>a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: rgba(77, 77, 78, 0.7);
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.widget[class*="widget_"] select  {
    background: transparent;
    border: 2px solid #d2d2d3;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 50px 0px 15px;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(77, 77, 78, 0.5);
    height: 40px;
    margin: 0 15px;
    width: auto;
    max-width: 90%;

}
.widget[class*="widget_"] table caption,.widget[class*="widget_"] table thead th,.widget[class*="widget_"] table tbody td,.widget[class*="widget_"] table tfoot td,.widget[class*="widget_"] .comment-author-link,.widget[class*="widget_"] .recentcomments{
    font-size: 13px;
    font-weight: 700;
    color: rgba(77, 77, 78, 0.7);
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.widget[class*="widget_"] table thead th,.widget[class*="widget_"] table tfoot td{
    font-size: 12px;
}
.widget[class*="widget_"] table tbody td{
    font-size: 12px;
    font-weight: 400;
}
.widget[class*="widget_"] table tfoot td{
    padding-top: 10px;
}

.widget[class*="widget_"] .recentcomments{
    font-size: 11px;
}

.widget[class*="widget_"] .rssSummary{
    font-size: 11px;
    font-weight: 400;
    color: rgba(77, 77, 78, 0.7);
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 7px;
    margin-top: 7px;
}
.widget[class*="widget_"] .rss-date{
    font-size: 12px;
    font-weight: 400;
    color: rgba(77, 77, 78, 0.7);
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
}
.widget[class*="widget_"] cite{
    font-size: 12px;
    font-weight: 700;
    color: rgba(77, 77, 78, 0.7);
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;

}

.widget[class*="widget_"] .search-form{
    padding: 0 15px;
    position: relative;
}
.widget[class*="widget_"] .search-form #searchsubmit{
    position: absolute;
    right: 20px;
    top:0;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
}
.widget[class*="widget_"] .search-form #searchsubmit:hover{
    color:rgba(77, 77, 78, 0.7);
}

body .widget[class*="widget_"] input.search-field{
    width: 100%;
    margin: 0;
    background: transparent;
    border: 2px solid #d2d2d3;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 50px 0px 15px;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(77, 77, 78, 0.5);
    height: 40px;
}
.widget[class*="widget_"] .textwidget{
    font-size: 13px;
    font-weight: 400;
    color: rgba(77, 77, 78, 0.7);
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 15px;
}

.widget[class*="widget_"] .textwidget p{
    margin-bottom: 20px;
}
.widget[class*="widget_"] .tagcloud{
    margin: 0 15px;
}

.widget[class*="widget_"] .tagcloud a{
    font-size: 14px!important;
    font-weight: 500;
    color: rgba(77, 77, 78, 0.7);
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 5px;
}

.widget[class*="widget_"] img{
    max-width: 100%;
}
.right-navigation .copy{
    padding: 0 10px;
}
.woocommerce .reg-form{
    min-height: 500px;
}
.post-type-archive-product .page-pagination{
    float: left;
}
.page-pagination a.current {
    box-shadow: 0px 12px 23px rgba(2, 2, 2, 0.24);
    text-decoration: none;
    color: rgba(77, 77, 78, 0.5);
    background: #fff;
}
.price-value{
    white-space: normal;
}

@media (max-width: 768px) {
    .gallery-title .title.h4 {
        font-size: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .gallery-title i{
        line-height: 0;
    }
}

.rs-hide-page-border .main-content {
    border: none;
/*    margin-top: 90px;*/
}
.rs-hide-page-border .main-content .index-baner {
    padding-top: 0;
}
.rs-hide-page-border .footer {
    margin: 0;
}
.rs-hide-page-border .aj-contact-solo .main-content {
    margin-top: 0;
}
.rs-hide-page-border .wrapper-full-scroll {
    padding-top: 0;
}
.item .project-item.type-2 .project-title .sub-title a {
    font-size: 14px;
    line-height: 14px;
    color: #a3de15;
    letter-spacing: 0px;
}
.single-product .point-circle-slider .swiper-slide {
    width: auto;
}
.single-product .point-circle-slider { position: absolute; left: 50px; bottom: 45px; right: 50px; }
.single-product .point-circle-slider .swiper-container { width: 100%; display: inherit }
.single-product .woocommerce-tabs ul.tabs li.active {
    border: 1.5px solid #4d4d4d;
    border-bottom: none;
    z-index: 5;
    background: #eceeeb;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    border-top: 1.5px solid #4d4d4d;
    padding: 20px 20px 3px 20px;
    margin-top: -7px;
}

ul.tabs.wc-tabs li.description_tab, ul.tabs.wc-tabs li.reviews_tab {
    width: 28%;
}
ul.tabs.wc-tabs li.additional_information_tab {
    width: 40%;
}
.button-type-3 > span {
    padding: 0 18px;
}
.button-type-3 > span.after-span {
    padding: 0 23px;
}
.col-md-3.int_one_product .card-item {
    min-height: 395px;
}
.solo-comment-slide .author-comm {
    max-width: 90%;
}
.solo-baner .solo-baner {
    padding-top: 30px;
}
.rs-solo-client {
    padding-top: 150px;
}
@media (max-width: 1366px) {
    .rs-solo-client {
        padding-top: 100px;
    }
    .solo-baner .solo-baner {
        padding-top: 0px;
    }
    .solo-projects-slider {
        top: -170px;
    }
    .solo-baner.solo-page4.revers-color {
        padding-top: 40px;
    }
}
.aj-contact-solo.solo-baner {
    margin: 0;
}
.column-50.about-mini-desc .simple-text-mini p {
    max-height: 350px;
    overflow-y: auto;
}
.client-mini-wrap .client-wrap-desc .simple-text-mini {
    font-size: 16px;
    line-height: 29px;
    color: #423c3c;
    font-family: 'GTWalsheimProLight';
}
.main-content.mini-page-tpl {
    margin-top: 0;
    border: none;
}
.mini-cl-link {
    font-family: 'GTWalsheimProRegular';
    color: #423c3c;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 15px;
    line-height: 22px;
    display: inline-block;
    opacity: 0.7;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
}
.mini-cl-link:hover {
    opacity: 1;
}
.full-about-item.type-2 .about-ind-section{
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'montserratthin';
    font-weight: 300;
    padding-bottom: 40px;
}
.mini-ab-text {
    max-height: 350px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 29px;
    color: #423c3c;
    font-family: 'GTWalsheimProLight';
    padding-bottom: 30px;
}
.full-h.video-slider .pagination.style-type-2 .swiper-pagination-bullet i {
    white-space: nowrap;
}
.simple-text.col-type-6.rs-tabs-cont-dec {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.rs-testi-solo-slider.rs-testi-solo-slider, .rs-testi-solo-slider .solo-baner {
    background: transparent;
}
.rs-index-serv-bann {
    overflow: hidden;
}
.about-mini-desc .simple-text-mini.rs-mini-about-desc {
    max-width: 85%;
    max-height: 170px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 29px;
    color: #423c3c;
    font-family: 'GTWalsheimProLight';
    margin-bottom: 30px;
}
.simple-text.md.rs-solo-desc-sl {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    color: #4d4d4e;
}
.main-content.solo-type.rs-solo-no-border {
    border: none;
}
.rs-solo-no-border .point-circle-slider {
    right: 0;
}
.rs-solo-no-border .point-circle-slider .swiper-slide {
    width: auto;
}
.rs-solo-no-border .point-circle-slider .swiper-container {
    width: 100%;
    display: inherit;
}
.rs-history-items-wrap {
    margin-top: -85px;
}
.rs-history-items-wrap .block-img {
    margin: 0px auto 15px;
}
@media (max-width: 768px) {
    .rs-history-items-wrap {
        margin-top: 0px;
    }
}
@media (max-width: 480px) {
    .solo-baner .main-img {
        position: relative;
        right: 0;
    }
    ul.tabs.wc-tabs li.description_tab a, ul.tabs.wc-tabs li.additional_information_tab a, ul.tabs.wc-tabs li.reviews_tab a {
        font-size: 10px;
    }
    .widget.widget-woof h4 {
        padding: 0 15px 15px;
    }
    .woof_price3_search_container .woof_container_inner .irs.irs-with-grid {
        padding: 0 15px;
    }
    .woocommerce-ordering select.orderby {
        max-width: 100%;
        margin: 0 10px;
        padding: 0 15px;
    }
    .card-item.full .text {
        padding: 15px;
    }
    .card-item.full .text .button-type-3.type-1 span.in-price {
        padding: 0 15px;
    }
    .int_one_product .card-item a.button-type-3 > span {
        padding: 0 10px;
    }
    .int_one_product .card-item a.button-type-3 span.after-span {
        padding: 0 20px 0 10px;
    }
    a.button-type-3.added span.after-span:after {
        right: 4px !important;
    }
    .single-product .woocommerce-tabs ul.tabs li.active {
        border-bottom: 1.5px solid #4d4d4d;
    }
    .blog-post-desc ul {
        padding-left: 0;
    }
    ul.tabs.wc-tabs li.description_tab, ul.tabs.wc-tabs li.reviews_tab,
    ul.tabs.wc-tabs li.additional_information_tab {
        width: 100%;
    }
    .rs-history-items-wrap {
        margin-top: 0px;
    }
}
.client-item.box-hover img {
    max-width: 70%;
}
.client-item img {
    max-width: 100%;
}
.service-popup-wrap .text .simple-text.mdl.col-type-2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    color: #4d4d4e;
}
.container-loading.container-loading-list {
    margin: 0 75px; 
}
.container-loading-list .title {
    padding-left: 0;
}
.container-loading-list .project-item .item-years {
    padding-right: 0;
    color: #8a8a8a;
}
.container-loading-list .sub-title {
    color: #8a8a8a;
}
.popup-ajax.type-center.ajax_portfolio.active {
    background: rgba(66, 60, 60, 0.9);
}
.popup-ajax.type-center.ajax-slider-grid.active {
  background: rgba(247, 247, 247, 0.9);
}
.container-loading-list .project-title { 
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.tax-product_cat #content .col-md-12 .simple-text.md.col-type-4 {
    min-height: 75px;
    margin-left: 15px;
}
.tax-product_cat #content form.woocommerce-ordering {
    margin-right: 15px;
}
@media screen and (max-width: 695px) {
    .tax-product_cat #content .col-md-12 .simple-text.md.col-type-4 {
        min-height: 50px;
        margin-left: 0px;
    }
    .tax-product_cat #content form.woocommerce-ordering {
        margin-right: 0px;
    }
}
@media screen and (max-width: 480px) {
    .tax-product_cat #content form.woocommerce-ordering  select.orderby{
        margin: 0 auto;
        margin-bottom: 25px;
    }
}
.rs-single-price-tab-item {
    margin-bottom: 30px;
}
.solo-baner.solo-page4.revers-color.active .filter-list .link-style-1 {
    color: #ccc;
}
@media (max-width: 991px) {
    .solo-projects-slider, .load_slide {
        top: -85px;
    }
    .solo-projects-slider.slider-grid {
        top: 85px;
    }
    .header.style-center.rs-solo-header-nav .logo {
        left: 0;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
}
.single-tt_portfolio .sliders-wrapp .swiper-container.single2-slider.full-h .swiper-wrapper {
    cursor: url('images/v-drag.png') 16 16, ew-resize !important;
}
#return-to-top {
    position: fixed;
    bottom: 65px;
    right: 90px;
    background: #000;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 555;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    opacity: 1;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.team-slide-item .folow a {
    backface-visibility: hidden;
}
p.rs-ban-custom-style {
    font-style: italic;
}
.map-wrapper {
    width: 100%;
}
@media (max-width: 768px) {
    .map-wrapper {
        width: 100%;
    }
    .rs-single-price-tab-item {
        margin-bottom: 15px;
    }
}
.image.rs-gal-video {
    position: relative;
}
.image.rs-gal-video .video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.solo-scr-disable {
    overflow: auto !important;
}
body.solo-scr-disable .main-content.solo-type.rs-solo-page-wrap {
    overflow: visible;
}
.post-navigation.rs-portfolio-single-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    max-width: 100%;
    width: auto;
    z-index: 1;
}
.single-tt_portfolio .post-navigation.rs-portfolio-single-nav {
    z-index: 0;
}
body.solo-scr-disable.overflow {overflow: hidden;}
.post-navigation.rs-portfolio-single-nav .right-post-nav.nav-arr {
    float: right;
}
/*body.solo-scr-disable .container-perspective.open-bottom {height:80vmin;}*/
.lightbox .lb-image {
    border: none;
}
.lb-dataContainer {
    width: 100% !important;
}
.lb-dataContainer .lb-details {
    display: none !important;
}
.lb-closeContainer {
    margin-right: 15px;
}
.lightbox .lb-image {
    margin: 0 auto;
}
.lb-outerContainer {
    background: transparent;
    width: 100% !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lb-container {
    position: relative;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 0.6 !important;
}
.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
    opacity: 1 !important;
} 
.lightbox {
    height: 100%;
}
.rs-first-portfolio {
    height: 850px;
    margin-top: 0px;
    max-width: 75%;
}
.portfolio-hide-slider-container{
    overflow: visible;
    transition: margin 1s;
    -ms-transition: margin 1s;
    -moz-transition: margin 1s;
    -webkit-transition: margin 1s;
}
.portfolio-hide-slider{
    overflow: visible;
}
.portfolio-hide-slider-container.ps-show{
    transition: margin 1s;
    -ms-transition: margin 1s;
    -moz-transition: margin 1s;
    -webkit-transition: margin 1s;
}
@media (min-width: 1368px) {
    .portfolio-hide-slider-container{
        margin: 500px auto;
    }
    .portfolio-hide-slider-container.ps-show{
        margin: 180px auto;
    }
}
@media (max-width: 1367px) {
    .portfolio-hide-slider-container{
        margin: 440px auto;
    }
    .portfolio-hide-slider-container.ps-show{
        margin: 135px auto;
    }
}
@media (max-width: 1025px) {
    .portfolio-hide-slider-container{
        margin: 440px auto;
    }
    .portfolio-hide-slider-container.ps-show{
        margin: 135px auto;
    }
}
@media (max-width: 769px) {
    .portfolio-hide-slider-container{
        margin: 350px auto;
    }
    .portfolio-hide-slider-container.ps-show{
        margin: 125px auto;
    }
}
@media (max-width: 481px) {
    .portfolio-hide-slider-container{
        margin: 475px auto;
    }
    .portfolio-hide-slider-container.ps-show{
        margin: 175px auto;
    }
}
.rs-first-portfolio.portfolio-hide-slider .portfolio-mobile-button{
    width: 35%;
    height: 45px;
    padding: 15px;
    text-align: center;
    white-space: nowrap;
    left: 32%;
    right: 32%;
    top: 50px;
    background-color: #fff;
    border: 2px #7f7f7f solid;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    z-index: 10;
}
.rs-first-portfolio.portfolio-hide-slider .portfolio-mobile-button{
    width: 45%;
    height: 45px;
    padding: 15px;
    text-align: center;
    white-space: nowrap;
    left: 27.5%;
    right: 27.5%;
    top: 40px;
    background-color: #fff;
    border: 2px #7f7f7f solid;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    z-index: 10;
}



@media (max-width: 1024px) {
    .rs-first-portfolio {
        height: 650px;
    }
/*    .single-page .main-baner-full {
        min-height: 1250px;
    }*/

}
@media (max-width: 992px) {
    .rs-first-portfolio.container-swich.swich-parent {
        padding-bottom: 0;
        margin-bottom: 75px;
    }
}
@media (max-width: 768px) { 
    .rs-first-portfolio {
        max-width: 90%;
        height: 400px;
    }
    #return-to-top {
        right: 15px;
    }
    .post-navigation.rs-portfolio-single-nav {
        display: none;
    }
    .post-navigation.rs-portfolio-single-nav .nav-arr {
        padding: 0 5px;
    }
/*    .single-page .main-baner-full {
        min-height: 950px;
    }*/
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    width: 50px;
}
body.single-product .main-baner-full.no-table {
    height: 90vmin;
}
@media (max-width: 991px) {
    body.single-product .main-baner-full.no-table {
        height: auto;
    }
}
@media (max-width: 1259px) {
    .blog-post-desc ul {
        padding-bottom: 4px;
    }
}
.service-nav li a {
    color: #7f7f7f;
}
.button-type-3 > span {
    padding: 0 15px;
}
.button-type-3 > span.after-span {
    padding: 0 23px 0 11px;
}
.container-int .item-type-1 .simple-text {
    min-height: 115px;
}
.rs-vertical-serv .service-caption {
    z-index: 5;
}
.right .service-caption.text-right {
    right: 0;
}
.service-desc.vertical-align .service-caption {
    padding: 0px 0px 50px 0px;
    text-align: left;
}
.rs-vertical-serv .video-block {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 450px;
}
.header-style-7.scroll-hidden.bg-scroll.active {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.header-style-7.scroll-hidden.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
form.rs-form-cart-page {
    margin: 0 25px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-right: 0;
    margin-left: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    margin-right: 25px;
}
.counter.rs-cart-counter {
    border-color: transparent;
    color: #777;
}
.counter.rs-cart-counter input {
    color: #777;
}
.woocommerce-cart .woocommerce-message {
    margin: 15px 25px !important;
}
.counter.rs-cart-counter .quantity {
    display: inline;
    margin-left: 14px;
}
.woocommerce .counter.rs-cart-counter .quantity .qty {
    width: 30px;
}
.rs-item-lab {
    border-radius: 16px;
    position: absolute;
    top: -11px;
    right: 0%;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 8px 2px 8px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    margin-right: 15px;
    white-space: nowrap;
}
.rs-item-lab:empty {
    display: none !important;
}
.menu-item-has-children ul li i.rs-item-lab {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 10px;
}
.header.mini-style .rs-item-lab {
    top: -7px;
}
.header.right-style .rs-item-lab {
    top: -20px;
}
.header.box-style.rs-hid-nav-click .rs-item-lab {
    top: 4px;
}
@media screen and (max-width: 991px) {
    .rs-vertical-serv .video-block {
        height: 350px;
    }
    .header.box-style.rs-hid-nav-click .menu-item-has-children .open-menu, 
    .right-navigation .menu-scrol li.menu-item-has-children .open-menu,
    .header.mini-style li.menu-item-has-children .open-menu {
        display: none;
    }
    .rs-item-lab {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        top: -3px;
        display: none;
    }
    .menu-item-has-children ul li i.rs-item-lab {
        top: 14px;
    }
    .header.box-style.rs-hid-nav-click .rs-item-lab {
        top: 21px;
    }
    .header.right-style .logo {
        top: 20px;
    }
    .admin-bar .header.right-style .logo {
        top: 60px;
    }
    .header.right-style .rs-item-lab, .header.mini-style .rs-item-lab {
        display: none;
    }
    .button-type-1 span, .button-type-1 span:before {
        line-height: inherit;
    }
    .mobile-toggle-slide.service-toggle {
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    .rs-vertical-serv .video-block {
        height: 300px;
    }
}
.cont-btn-area { 
    width: 100%;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #989898 0, #888888 100%);
    background-image: -moz-linear-gradient(0deg, #989898 0, #888888 100%);
    background-image: linear-gradient(0deg, #989898 0, #888888 100%);
    background-position: 50% 50%;
    min-height: 89px;
    padding-right: 75px;
}
.bg-grey.product-elem.rs-interio-product-single article {
    margin-bottom: 25px;
}
.single-product .bg-grey.product-elem.rs-interio-product-single .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: -2px;
}

@media screen and (max-width: 1258px) {
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: -5px;
    }
}
@media (max-width: 1024px) {
    .single-product .bg-grey.product-elem.rs-interio-product-single .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: -1px;
    }
}
.solo-scr-disable .fix-footer {
    position: relative;
    bottom: 10px;
}
.up-sells.upsells.products h2 {
    color: #4d4d4d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}
body.page.overflow .container-perspective.open-bottom {
    background: #7f7f7f;
}
.box-text {
    font-size: 17px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'DINOT-Light';
    font-weight: 300;
}

/*==========================*/
/*    29 WPML    */
/*==========================*/
/*menu-2,footer-2*/
.price-subtotal,.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.wpml-ls-statics-footer{display:none!important;}
.header-wpml{padding: 34px 0;position: absolute;right: 44px;top: 0;font-size: 13px;text-transform: uppercase;letter-spacing: 1.4px;text-align: left;}
.header-wpml *{font-family: 'Montserrat', sans-serif !important;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{padding-right:10px;}
.wpml-ls-legacy-dropdown,.wpml-ls-legacy-dropdown-click{width: auto;}
.header-wpml a,.footer-wpml a{transition:none;-webkit-transition: none;-ms-transition: none;-moz-transition: none;}
.header-wpml .wpml-ls-sub-menu{border: none;-webkit-transform: translateX(-35px);-moz-transform: translateX(-35px);-ms-transform: translateX(-35px);transform: translateX(-35px); -webkit-transition: all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);-moz-transition: all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);-ms-transition: all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);transition: all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);right:inherit;padding-top: 6px;}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click.active .wpml-ls-sub-menu{box-shadow: 0px 93px 122px rgba(2, 2, 2, 0.47);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{white-space: nowrap;width: 100%;padding: 8px 10px;border-width: 0 0px 1px 0px;border-bottom: 1px solid #f2f2f2;line-height: 16px;font-size: 10px;color: #4d4d4e;font-weight: 700;}
.wpml-ls-current-language >a{border:none;color: #1a205a;line-height: 12px;}
.wpml-ls-current-language >a img.wpml-ls-flag, .wpml-ls-current-language >a span{vertical-align:top;}
.wpml-ls-current-language >a span{line-height:11px;}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown .wpml-ls-current-language a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language a:focus{color: #1a205a;background: #fff;}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus{color:#fff;background: #7f7f7f;}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span,.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span{margin-left: 7px;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child a,.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:last-child a{border:none;}
.wpml-ls-legacy-list-vertical{border:none;}
.wpml-ls-legacy-list-vertical a,.wpml-ls-legacy-list-horizontal a{white-space: nowrap;width: 100%;padding: 8px 10px;border-width: 0 0px 1px 0px;border-bottom: 1px solid #f2f2f2;line-height: 16px;font-size: 10px;color: #4d4d4e;font-weight: 700;}
.wpml-ls-legacy-list-vertical .wpml-ls-current-language >a img.wpml-ls-flag, .wpml-ls-legacy-list-vertical .wpml-ls-current-language >a span,.wpml-ls-legacy-list-horizontal .wpml-ls-current-language >a span,.wpml-ls-legacy-list-horizontal .wpml-ls-current-language >a img.wpml-ls-flag{vertical-align:middle;}
.wpml-ls-legacy-list-vertical a:hover,.wpml-ls-legacy-list-vertical .wpml-ls-current-language >a,.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,.wpml-ls-legacy-list-horizontal a:hover{color: #fff;background: #7f7f7f;}
.scroll-hidden.active .wpml-ls-legacy-list-vertical li.wpml-ls-current-language a,.wpml-ls-legacy-list-vertical li:last-child a,.wpml-ls-legacy-list-horizontal a,.wpml-ls-legacy-list-horizontal li:last-child a{border:none;}
.wpml-ls-legacy-list-horizontal a{border-right:1px solid #f2f2f2;padding: 5px 10px;}
.scroll-hidden.active .wpml-ls-legacy-list-vertical li:not(.wpml-ls-current-language),.scroll-hidden.active .wpml-ls-legacy-list-horizontal li{visibility:hidden;opacity:0;}
.wpml-ls-legacy-list-vertical li,.wpml-ls-legacy-list-horizontal li{background:#fff;-webkit-transition: all 0.35s ease-out 0.35s;-moz-transition: all 0.35s ease-out 0.35s;-ms-transition: all 0.35s ease-out 0.35s;transition: all 0.35s ease-out 0.35s;}
.header-wpml.list-horizontal{right: 0;text-align: right;padding: 0 15px;top: 64px;width: 100%;}
.wpml-ls-legacy-list-horizontal{border:none;padding:0;}
.footer-wpml{text-align:right;margin-top: 15px;padding-right: 0;}
.footer-wpml .wpml-ls{display:inline-block;}
.footer-wpml .wpml-ls-sub-menu{top:inherit;bottom:100%;box-shadow:none !important;border: 1px solid #6d6d6d;right: inherit;text-align: left;margin-bottom: -1px;}
.footer-wpml .wpml-ls a{color: rgba(255, 255, 255, 0.4);}
.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language > a span,.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language > a span,.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language > a span{line-height: 12px;}
.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language > a,.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language > a,.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language > a,.footer-wpml .wpml-ls-legacy-list-vertical a{background: #484848;border: 1px solid #6d6d6d;}
.footer-wpml .wpml-ls-legacy-dropdown a,.footer-wpml .wpml-ls-legacy-list-vertical a,.footer-wpml .wpml-ls-legacy-dropdown-click a{font-size:14px;background: #484848;border-bottom: 1px solid #6d6d6d;font-weight:400;}
.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover,.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a:hover,.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language:hover>a,.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language a:hover,.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.footer-wpml .wpml-ls-legacy-dropdown a:focus,.footer-wpml .wpml-ls-legacy-list-vertical a:focus,.footer-wpml .wpml-ls-legacy-dropdown-click a:focus{color:#fff;background: #484848;}
.footer-wpml .wpml-ls-legacy-list-horizontal li{background: #7d7d7d;}
.footer-wpml .wpml-ls-legacy-list-horizontal li a{background: #7d7d7d;border-color: #6d6d6d;font-size: 14px;font-weight: 400;}
.footer-wpml .wpml-ls-legacy-list-horizontal li a:hover,.footer-wpml .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a{color:#fff;}
.footer-wpml .wpml-ls-legacy-list-horizontal a span.wpml-ls-native{line-height: 17px;}
.footer-wpml .wpml-ls-legacy-list-vertical{text-align:left;}
.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language > a,.footer-wpml .wpml-ls-legacy-list-vertical a{border-bottom:0;}
.footer-wpml .wpml-ls-legacy-list-vertical li:last-child a{border: 1px solid #6d6d6d;}
.footer-wpml .wpml-ls-legacy-list-vertical a:hover, .footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language > a{color:#fff;}
/*footer-1,header-1*/
.footer-1-w{display: inline-block;margin-top:0;float: right;font-family: 'Montserrat', sans-serif;}
.footer-1-w .wpml-ls-legacy-dropdown,.footer-1-w .wpml-ls-legacy-dropdown-click{margin-top: -4px;}
.footer-1-w .wpml-ls-legacy-list-horizontal{margin-top: -5px;}
.footer-1-w .wpml-ls-sub-menu{border-color:#bdbec0;}
.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown a,.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown-click a{background:#fff;color:#bdbec0;font-size: 13px;border-color:#bdbec0;padding: 5px 10px;line-height: 14px;}
.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown a:hover,.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown-click a:hover,.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a:hover{background: #bdbec0;}
.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown a img,.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown-click a img{margin-top: 1px;vertical-align:top;}
.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu img,.footer-1-w.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu img{margin-top: 3px;}
.footer-1-w.footer-wpml .wpml-ls-sub-menu a span{vertical-align: top;line-height: 19px;}
.footer-1-w.footer-wpml .wpml-ls-sub-menu a{line-height:18px;}
.footer-1-w.footer-wpml .wpml-ls-legacy-list-horizontal a,.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical a{background: #bdbec0;border-color:#fff;font-size: 13px;color: #fff;}
.footer-1-w.footer-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,.footer-1-w.footer-wpml .wpml-ls-legacy-list-horizontal a:hover,
.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a,.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical a:hover{color: #000;}
.footer-1-w.list-horizontal{display: block;float: none;clear: both;text-align: center;margin-top: 41px;padding-bottom: 30px;}
.footer-1-w.footer-wpml .wpml-ls-legacy-list-horizontal a img.wpml-ls-flag,.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical a img.wpml-ls-flag{vertical-align: top;margin-top: 2px;}
.footer-1-w.footer-wpml .wpml-ls-legacy-list-horizontal a span,.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical a span{vertical-align: top;line-height: 17px;}
.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical li:last-child a{border-color:#fff;}
.footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical{padding-bottom: 29px;}
.header-wpml.header-1-w{margin-right: 15px;}
.header-wpml.header-1-w .wpml-ls-legacy-dropdown .wpml-ls-current-language >a,.header-wpml.header-1-w .wpml-ls-legacy-dropdown-click .wpml-ls-current-language >a{border: 1px solid #4d4d4e;color:#4d4d4e;}
.header-wpml.header-1-w a{font-size: 13px;color:#4d4d4e;}
.header-wpml.header-1-w .wpml-ls-sub-menu a{font-size:10px;}
.header-wpml.header-1-w .wpml-ls-sub-menu a:hover{color:#fff;}
.header-wpml.header-1-w.list-horizontal{padding-right:0;margin-right: -8px;}
.header-wpml.header-1-w .wpml-ls-legacy-list-horizontal a,.header-wpml.header-1-w .wpml-ls-legacy-list-vertical a{font-size:10px;}
.header-wpml.header-1-w .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,.header-wpml.header-1-w .wpml-ls-legacy-list-horizontal a:hover,
.header-wpml.header-1-w .wpml-ls-legacy-list-vertical .wpml-ls-current-language a,.header-wpml.header-1-w .wpml-ls-legacy-list-vertical a:hover{color:#fff;}
/*footer-3,header-3*/
.footer-3-w.footer-wpml{float:right;margin: 6px 0 0;}
.footer-3-w .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu .wpml-ls-flag,.footer-3-w .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu .wpml-ls-flag{vertical-align:top;margin-top:2px;}
.footer-3-w .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a,.footer-3-w .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a{padding-top:6px;}
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown a,.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown-click a{background: #fff;color: #999;border-color: #999;line-height:13px;text-decoration: underline;}
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown a:focus,.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown a:hover,
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown-click a:focus,.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown-click a:hover,
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a{background:#999;color:#fff;}
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language>a span,
.footer-3-w.footer-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language>a span{line-height:11px;}
.footer-3-w.footer-wpml .wpml-ls-sub-menu{border-color: #999;}
.footer-3-w.list-horizontal{display:block;clear:both;padding-bottom: 10px !important;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-horizontal a{background: #999;color: #fff;border-color: #fff;line-height:13px;padding: 5px 10px;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-horizontal a:hover,.footer-3-w.footer-wpml .wpml-ls-legacy-list-horizontal a:focus,
.footer-3-w.footer-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{text-decoration:underline;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-flag{vertical-align:top;margin-top: 2px;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical a{background:#fff;color:#999;border-color:#999;line-height: 15px;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical a:hover,.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical a:focus,
.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a{background:#999;color:#fff;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a span{line-height:16px;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical{padding-bottom:25px;}
.footer-3-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-flag{vertical-align:top;margin-top:2px;}
.header-wpml.header-3-w{padding:0;top: 50%;right: 75px;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);letter-spacing:1px;z-index: 61;}
.header-wpml.header-3-w a{font-weight:100;text-transform: none;}
.header-wpml.header-3-w:not(.list-horizontal):not(.list-vertical) .wpml-ls-current-language >a{color: #4d4d4e;}
.header-wpml.header-3-w.list-horizontal,.header-wpml.header-3-w.list-vertical{margin-top: -35px;top: 100%;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;right: 0;-webkit-transition: all 0.35s ease-out;-ms-transition: all 0.35s ease-out;-moz-transition: all 0.35s ease-out;transition: all 0.35s ease-out;z-index:1;}
.bg-scroll .header-wpml.header-3-w.list-horizontal{margin-top: -5px;}
.header-wpml.header-3-w.list-horizontal .wpml-ls-current-language >a span{line-height:inherit;}
.header-wpml.header-3-w.list-vertical{margin:0;top:76.5%;}
.bg-scroll .header-wpml.header-3-w.list-vertical{top: 94%;}
/*footer-4,header-4*/
.footer-4-w.footer-wpml{float:right;margin-top: -3px;padding:0;}
.footer-4-w.footer-wpml a{font-size:13px!important;color: #7f7f7f;background:#fff !important;border-color:#7f7f7f !important;font-family: 'Montserrat', sans-serif;}
.footer-4-w.footer-wpml a:hover,.footer-4-w.footer-wpml a:focus,.footer-4-w.footer-wpml .wpml-ls-current-language:hover>a,
.footer-4-w.footer-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,
.footer-4-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a{color: #000!important;}
.footer-4-w.footer-wpml.list-horizontal{max-width:50%;}
.footer-4-w.footer-wpml .wpml-ls-legacy-list-horizontal a{padding: 5px 10px;background:#7f7f7f!important;color:#fff;border-color:#fff!important;line-height: 9px;}
.footer-4-w.footer-wpml .wpml-ls-legacy-list-horizontal a span.wpml-ls-native{line-height: 20px;}
.footer-list-vertical{height:auto;overflow:hidden;}
.footer-list-vertical .footer-4-w{margin-top:0;}
.footer-4-w.footer-wpml .wpml-ls-legacy-list-vertical a{background:#7f7f7f!important;color:#fff;border-color:#fff!important;line-height: 9px;}
.header-wpml.header-4-w{right:150px;z-index: 5;position: fixed;top: 60px;padding: 0;letter-spacing:normal;}
.header-wpml.header-4-w a{font-weight:100;}
.header-wpml.header-4-w .wpml-ls-sub-menu{right:0;left:inherit;}
.header-wpml.header-4-w:not(.list-horizontal):not(.list-vertical) .wpml-ls-current-language >a{color: #4d4d4e;}
.header-wpml.header-4-w.list-horizontal{width: auto;max-width: 80%;}
/*footer-5,header-5*/
.footer-5-w.footer-wpml{float:right;margin-top: -3px;padding:0;}
.footer-5-w.footer-wpml a{font-size:13px!important;color: #7f7f7f;background: #342d2d !important;font-family: 'Montserrat', sans-serif;border-color: #7f7f7f;}
.footer-5-w.footer-wpml.list-horizontal{float:none;clear:both;display:block;margin-top: 31px;margin-bottom: 6px;text-align: right;}
.footer-5-w.footer-wpml .wpml-ls-legacy-list-horizontal a,.footer-5-w.footer-wpml .wpml-ls-legacy-list-vertical a{padding: 5px 10px;background:#7f7f7f!important;color:#fff;border-color:#342d2d;line-height:9px;}
.footer-5-w.footer-wpml .wpml-ls-legacy-list-horizontal a:hover,.footer-5-w.footer-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,
.footer-5-w.footer-wpml .wpml-ls-legacy-list-vertical a:hover,.footer-5-w.footer-wpml .wpml-ls-legacy-list-vertical .wpml-ls-current-language a{color: #261e1e;}
.footer-5-w.footer-wpml .wpml-ls-legacy-list-horizontal a span.wpml-ls-native,.footer-5-w.footer-wpml .wpml-ls-legacy-list-vertical a span.wpml-ls-native{line-height: 20px;}
.footer-5-w.footer-wpml .wpml-ls-legacy-list-vertical li:last-child a{border-color: #342d2d;}
.header-wpml.header-5-w{right:22px;padding:0;top:46px;}
.header-wpml.header-5-w .wpml-ls-sub-menu{left: inherit;right:0;}
.header-wpml.header-5-w a{text-transform:none;font-weight:normal;letter-spacing:normal;}
.header-wpml.header-5-w:not(.list-horizontal):not(.list-vertical) .wpml-ls-current-language >a{color: #4d4d4e;}
.header-wpml.header-5-w.list-horizontal{width:calc(100% - 202px);}
/*header-6*/
.header-wpml.header-6-w{padding: 33px 0;letter-spacing: 1px;}
.header-wpml.header-6-w a{color: #888888;}
.header-wpml.header-6-w a:hover{color: #fff;}
.header-wpml.header-6-w:not(.list-horizontal):not(.list-vertical) .wpml-ls-current-language >a{color: #888888;border:1px solid #888888;}
.header-wpml.header-6-w.list-horizontal{padding:0;}
.header-wpml.header-6-w.list-horizontal .wpml-ls-current-language a,.header-wpml.header-6-w.list-vertical .wpml-ls-current-language a{color:#fff;}
/*header-7*/
.header-wpml.header-7-w:not(.list-horizontal):not(.list-vertical){display: inline-block;vertical-align: top;position: relative;top: inherit;right: inherit;padding-left: 74px;}
.header-wpml.header-7-w .wpml-ls-sub-menu{top:inherit;bottom:100%;box-shadow: none !important;padding:0;left:inherit;right:0;padding-bottom:6px;}
.lang-menu-7 .nav-menu{right: inherit;}
.lang-menu-7 .nav-menu ul li:first-child{margin-left:0;}
.lang-menu-7 .nav-menu ul li:last-child{margin-right:0;}
.header-wpml.header-7-w.list-horizontal{padding:0 15px;text-align: center;-webkit-transition: all 0.35s ease-out;-ms-transition: all 0.35s ease-out;-moz-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.header-wpml.header-7-w.list-vertical{top:inherit;bottom:0;}
/*header-8*/
.header-wpml.header-8-w:not(.list-horizontal):not(.list-vertical) .wpml-ls-current-language > a{border: 1px solid #6d6d6d;}
.header-wpml.header-8-w .wpml-ls-current-language:hover > a,.header-wpml.header-8-w .wpml-ls-current-language > a:focus{background:#342d2d;color:#fff;}
.header-wpml.header-8-w a:hover,.header-wpml.header-8-w.list-vertical .wpml-ls-current-language > a{color:#fff;}
.header-wpml.header-8-w a:focus{background:#342d2d;color:#fff;}
.header-wpml.header-8-w a{border-color: #6d6d6d;background:#342d2d;color: #7f7f7f;}
.header-wpml.header-8-w .wpml-ls-sub-menu{border: 1px solid #6d6d6d;margin-top:-1px;padding:0;}
.header-wpml.header-8-w.list-horizontal{padding:0;}
.header-wpml.header-8-w.list-horizontal a{background:#7f7f7f;color: #fff;border-color:#342d2d;}
.header-wpml.header-8-w.list-horizontal a:hover,.header-wpml.header-8-w.list-horizontal .wpml-ls-current-language > a{color: #261e1e;}
.header-wpml.header-8-w.list-horizontal .wpml-ls-current-language:hover > a{background:#7f7f7f;color: #261e1e;}

@media (max-width: 1400px){
    .header-wpml{padding:22px 0;}
    .header-wpml.list-horizontal:not(.header-4-w):not(.header-5-w){top: 46px;}
    .wpml-ls-legacy-list-horizontal a{padding: 2px 10px;}
    .footer.fixed{padding: 25px 90px;}
    .footer-4-w.footer-wpml{margin-top: -4px;}
    .header-wpml.header-6-w{padding: 21px 0;}
}
@media (max-width: 1290px){
    .header-wpml.header-3-w.list-horizontal{margin-top: -5px;}
    .header-wpml.header-3-w.list-vertical{top: 94%;}
    .header-wpml.header-4-w.list-horizontal{max-width: 70%;}
}
@media (max-width: 1199px){
    .header-wpml.header-4-w.list-horizontal{max-width: 68%;}
    .lang-menu-7 .nav-menu ul li{margin-left:50px;}
    .header-wpml.header-7-w{padding-left:54px;}
}
@media (max-width: 992px){
    .header-wpml.header-4-w{right: 70px;top: 22px;}
    .header-wpml.header-5-w{right: 70px;top: 20px;}
    .header-wpml.header-5-w:not(.list-horizontal):not(.list-vertical) .wpml-ls-current-language >a{border: 1px solid #4d4d4e;}
    .header-wpml.header-5-w .wpml-ls-sub-menu{padding-top: 18px;}
    .header-wpml.header-5-w.list-horizontal{width:calc(100% - 245px);}
    .header-style-7.lang-menu-7.scroll-hidden.active {-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}
    .header-style-7.lang-menu-7 > div{text-align:right;}
    .header-wpml.header-7-w:not(.list-vertical){padding-left: 0;padding-right: 15px;}
    .fixed-type-logo.lang_logo_7{top:22px!important;}
    .header-wpml.header-7-w.list-horizontal{text-align:right;width: calc(100% - 35px);}
    .header-wpml.header-7-w.list-horizontal{top:100% !important;}
    .bg-scroll .header-wpml.header-7-w.list-horizontal{top:50%!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}
    .header-wpml.header-7-w.list-vertical{top:0;bottom:inherit;padding-left:0;right:15px;}
}
@media (max-width: 991px){
    .header-wpml .wpml-ls-sub-menu{right:0;left:inherit;}
    .footer-wpml{text-align:center;padding-right:15px;}
    .footer-1-w.footer-wpml{padding-right:0;}
    .footer-3-w.footer-wpml{float:none;padding:0;}
    .footer-4-w.footer-wpml.list-horizontal{max-width:100%;float:none;width:100%;clear:both;margin-top: 36px;margin-bottom: 26px;}
    .header-wpml.header-1-w.list-horizontal{padding:0;}
    .header-wpml.header-7-w .wpml-ls-sub-menu{top:100%;bottom:inherit;padding-bottom:0;padding-top: 6px;}
}
@media (max-width: 768px){
    .footer-1-w{float:none;padding: 0;}
    .footer-1-w.list-horizontal{margin-top: 10px;padding-bottom: 5px;}
    .footer-1-w.footer-wpml .wpml-ls-legacy-list-vertical{padding-bottom: 4px;}
    .footer-4-w.footer-wpml{float:none;margin-top:0;}
    .footer.fixed{padding-left: 15px;padding-right:15px;}
    .footer-4-w.footer-wpml.list-horizontal{margin-bottom:0;}
    .footer-5-w.footer-wpml{float:none;margin-top:0;}
    .footer-5-w.footer-wpml.list-horizontal{margin-top:0;text-align:center;}
    .header-wpml.header-4-w.list-horizontal{max-width: 56%;}
    .header-wpml.header-8-w:not(.list-horizontal){right: 29px;}
}
@media (max-width: 480px){
    .header-wpml{letter-spacing:0;}
    .header .lang_logo .logo{left: 45px;-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0,-50%);}
    .header .lang_logo.lang-menu-1 .logo{left: 30px;}
    .lang-menu-1 .header-wpml.header-1-w{right: -8px;margin: 0;top: 15px;padding-bottom:0;}
    .lang-menu-1 .header-icon.vertical-align{-webkit-transform: translateY(-10%);-moz-transform: translateY(-10%);-ms-transform: translateY(-10%);transform: translateY(-10%);top: 10%;}
    .lang-menu-1 .header-wpml.header-1-w.list-horizontal{top: 46px;}
    .header-wpml.header-1-w .wpml-ls-item-legacy-list-vertical a{padding: 6px 10px;}
    .header-wpml.header-4-w{right: 50px;}
    .header-wpml.header-4-w.list-horizontal{max-width: 46%;}
    .header-wpml.header-5-w.list-horizontal{width:calc(100% - 215px);}
    .header-wpml.header-6-w:not(.list-horizontal){right:23px;}
    .fixed-type-logo.lang_logo_7{left: 33%;}
    .lang_logo.lang-menu-8 .logo{left: 29%;}
}
@media (max-width: 768px) {
    .map-wrapper{width: 100%;}
}
body.overflowh.solo-scr-disable{overflow: auto !important;}
body.overflowh.solo-scr-disable .main-content.solo-type.rs-solo-page-wrap{overflow: visible;}

.rs-interio-item-t-padd {
    padding: 0 15px;
}
.service-nav li.active a {
    color: #fff;
}
@media (max-width: 1366px) {
    .load_slide {
        top: -170px;
    }
}
.footer-mini {
    background: transparent;
}
p:empty {
    display: none !important;
}
#lightboxOverlay {
    width: 100% !important;
}
.in-gmap.map-wrapper.int-google-maps {
    width: 100%;
    position: absolute;
}
.box-type-7 .link {
    bottom: -75px;
}
.int-port-share {
    position: absolute;
}
span.social-c {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 55;
}
.single-desc .folow span {
    display: inline-block;
}
@media (max-width: 767px) {
    .in-gmap.map-wrapper.int-google-maps {
        position: relative;
        max-height: 680px;
    }
}
@media (max-width: 450px) {
    .container-loading.container-loading-list {
        margin: 0 15px;
    }
    .container-loading-list .project-title {
        display: block;
        flex-direction: inherit;
    }
    .container-loading-list .project-item .item-years {
        padding-right: 15px;
    }
    .container-loading-list .title {
        padding-left: 15px;
    }
}
.footer.top_image.fix-footer {
    position: relative;
    padding: 36px 90px 56px;
}
.single.single-post .main-baner-full {
    height: 90vmin;
    overflow: hidden;
}
.in-price del span {
    text-decoration: line-through;
}
.single.single-post article .simple-text.md.col-type-4 p {
    margin-bottom: 20px;
}
.single.single-post .blog-post-desc {
    left: auto;
}
.bl-single-wrapp {
    position: relative;
    height: inherit;
}
.post-prop-img, .single-prod-full-img {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.rs-interio-product-single .single-prod-full-img {
    position: relative;
    max-width: 100%;
    height: auto;
    top: 0;
    transform: translateY(0);
}
.rs-interio-product-single .blog-post-img .padd-wrap .full-h.rs-sin-prod-fw {
   height: auto;
}
.header.interio-opt-header.scroll-hidden.interio-admin-bar {
    margin-top: 0;
}
.header.interio-opt-header.scroll-hidden {
    position: absolute;
}
.header.interio-opt-header.scroll-hidden.int-sticky-enabled {
    position: fixed;
}

.style-fullpage.header.bg-scroll.interio-opt-header.int-sticky-enabled {
    background: #484848;
}
.rs-static-header.style-center {
    position: absolute;
}
.style-fullpage.header.bg-scroll.interio-opt-header.int-sticky-enabled.int-sticky-fixed{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.interio-opt-header.int-sticky-fixed.scroll-hidden.int-sticky-enabled.style-fullpage.bg-scroll {
    background: #484848;
}
.interio-opt-header.int-sticky-fixed.int-sticky-enabled {
    position: fixed;
}
.interio-opt-header.int-sticky-enabled.interio-admin-bar.int-sticky-enabled {
    margin-top: 30px;
}
.container-int .col-md-4.col-sm-4 .item-type-1 {
    margin-bottom: 30px;
}
@media (max-width: 400px) {
    .year-item b {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    .single.single-post .main-baner-full {
        height: 100%;
    }
}
@media (max-width: 768px) {
    .selectable:after {
        content: attr(data-original-title);
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 16px;
    }
    .tooltip.fade.bottom.in {
        display: none !important;
    }
}
@media (max-width: 450px) {
    .solo-project-slide .title {
        width: auto;
        max-width: 100%;
    }
    .solo-project-slide .title h4 span {
        font-size: 30px;
        line-height: 32px;
    }
    .solo-project-slide .title h4 {
        line-height: 40px;
        margin-bottom: 25px;
    }
    .solo-project-slide .title span {
        font-size: 18px
    }
}
.client-wrap-desc .simple-text-mini p {
    padding-bottom: 15px;
}
.simple-text nav ul ul {
    list-style-type: none;
}
.woocommerce span.onsale {
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.lb-cancel {
    width: 72px;
    height: 72px;
}
.rs-item-lab {
    font-size: 10px;
}
.woocommerce-cart input[type=number] {
    -moz-appearance: textfield !important;
}
.woocommerce-cart input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce-cart input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}
.counter.rs-cart-counter .quantity {
    margin-left: 0;
}
.contact-index-desc .adres-item {
    padding-bottom: 0;
}
.ccont-map-item {
    max-height: 90vh;
}
.single-tt_portfolio .close-nav-bar.type-2 {
    position: absolute;
    left: 0px;
    top: 31%;
}
@media (max-width: 768px) { 
    .single-tt_portfolio .close-nav-bar.type-2 {
        top: 66px;
    }
}
.container-perspective.open-bottom {
/*    height: 80vmin;*/
}
#return-to-top {
    display: none;
}

.rs-external-wrap {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-product .summary.entry-summary form.cart table {
    width: 100%;
    border: 1px solid #b1b1b1;
    margin-top: 25px;
}
.single-product .summary.entry-summary form.cart table td {
    padding: 12px;
}
.single-product .summary.entry-summary form.cart table td,
.single-product .summary.entry-summary form.cart table td a {
    color: #4d4d4e;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
}
.single-product .summary.entry-summary form.cart table td.price {
    color: rgba(77, 77, 78, 0.6);
}
.single_variation_wrap .single_variation .woocommerce-variation-price {
    display: none;
}
.cart.rs-grouped td.label {
    width: 50%;
}
.cart.rs-grouped td.rs-group-q {
    text-align: center;
}
.rs-grouped-add.button-type-1 {
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.rs-grouped-add.button-type-1:hover {
    color: #75acff;
    cursor: pointer;
}
.price-item-wrap.rs-grouped-price-wrap {
    margin-top: 50px;
    padding-bottom: 0px;
} 
.variations .value select, .variations .value select option {
    padding: 5px;
    font-size: 14px;
}
.woocommerce-tabs .pricelist {
    margin-bottom: 35px;
}
.single-product .summary.entry-summary form.cart table td {
    border: 1px solid #dddddd;
}
.contact-index-desc .adres-item {
    padding-bottom: 0;
}
.client-list .clients-item .simple-text.index-type {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 22px;
    font-family: 'montserratthin';
}
.client-list .clients-item .simple-text.index-type p:empty {
    display: none !important;
}
.rs-full-h .project-section.open-all {
    width: 100%;
    height: 100vmin;
    position: relative;
}
.rs-full-h .project-section {
    height: 100%;
}
.rs-full-h.rs-one-proj .circle-arrow-style .swiper-button {
    border: 2px solid #fff;
    color: #fff;
}
.rs-full-h.rs-one-proj .circle-arrow-style .swiper-button i:after {
    color: #fff;
}
.rs-vertical-serv .service-nav li a {
    width: 100%;
    display: block;
}
.project-section.open-all .all-full-project {
    z-index: 55;
}
.nav-page-pagination.fixed-nav li {
    margin: 0 auto 15px;
}
.full-main-slide-title h2 {
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: 800;
}
.tooltip-point {
    position: absolute;
    right: 0px;
    margin-right: 59px;
    top: -2px;
    font-size: 6px;
    z-index: 5;
    background: #75acff;
    color: #fff;
    border-radius: 10px;
    padding: 2px 4px 2px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    cursor: pointer;
    backface-visibility: hidden;
}
.nav-page-pagination.fixed-nav li span {
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(77, 77, 78, 0.7);
    margin: 0 auto 15px;
    border-radius: 50%;
    cursor: pointer;
}
.nav-page-pagination.fixed-nav li {
    position: relative;
}
.nav-page-pagination.right {
    right: 0px;
    width: 90px;
}
.fixed-nav li:hover .tooltip-point {
    opacity: 1;
    margin-right: 49px;
    z-index: 15;
}
.nav-page-pagination.fixed-nav.right {
    right: -90px;
    overflow: visible;
    z-index: 5;
}
.nav-page-pagination.fixed-nav.right {
    position: absolute;
}
.nav-page-pagination.fixed-nav li.active span {
    background: #4d4d4e;
}

.variations_form .variations .reset_variations {
    margin-left: 15px;
}
.single-product .summary.entry-summary .variations_form.cart .variations td.label {
    padding: 17px 12px;
}
.single-product .summary.entry-summary .cart.rs-grouped .group_table td.label,
.single-product .summary.entry-summary .cart.rs-grouped .group_table td.price {
    padding: 12px;
    vertical-align: middle;
}
@media (max-width: 450px) {
    .cart.rs-grouped .rs-group-q .counter.style-2 input[type='text']{
        padding: 5px 0px;
        max-width: 35px;
    }
    .single-product .summary.entry-summary .cart.rs-grouped .group_table td.label {
        padding: 12px;
    }
    .cart.rs-grouped .rs-group-q .counter.style-2 {
        min-width: 90px;
    }
    .single-product .summary.entry-summary form.cart table td, .single-product .summary.entry-summary form.cart table td a {
        font-size: 12px;
    }
}
.woocommerce a.button.button-type-3.ext-link-b span.after-span {
    padding-left: 22px;
}
.woocommerce a.button.button-type-3.ext-link-b:hover i, .woocommerce .card-item.full a.button.button-type-3.ext-link-b i {
    color:#fff;
}
.woocommerce .card-item.full a.button.button-type-3.ext-link-b:hover i {
    color: #515151;
}
.row-lg.row.rs-first-p-item {
    width: 100%;
}
.rs-first-portfolio-item {
    height: 850px;
    margin-top: 75px;
    margin-bottom: 75px;
    position: relative;
}
@media (max-width: 1400px) {
    .nav-page-pagination.fixed-nav.right {
        right: -60px;
    }
}
@media (max-width: 768px) {
    .rs-first-portfolio-item {
        height: 500px;
    }
}
@media (max-width: 450px) {
    .rs-first-portfolio-item {
        height: 350px;
    }
}
@media (max-width: 380px) {
    .rs-group-q .counter.style-2 {
        padding: 0px 10px;
    }
}
.layer-bg, .item .poster .layer-bg-3 {
    left: -35px;
    right: -35px;
    bottom: -35px;
    top: -35px;
}
.price-period-check ul.filter-list {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0;
}
.price-period-check ul.filter-list li {
    padding: 0;
    font-size: 11px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-align: center;
    padding: 0px 18px;
    height: 30px;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 0;
}
.price-period-check ul.filter-list li:before {
    display: none;
}
.price-period-check ul.filter-list li.active, .price-period-check ul.filter-list li:hover {
    background: #fff;
    color: #4d4d4e !important;
}
.tab-item-price.gutter-style .grid-sizer {
    width: 0;
}
.rs-static-header.style-center.interio-admin-bar, .interio-opt-header.int-sticky-enabled.interio-admin-bar.rs-static-header.style-center {
    margin-top: 0;
}
.no-menu {
    line-height: 32px;
}
.rs-hide-page-border .footer.interio-footer-1.footer-no-pl {
    display: block;
    text-align: center;
}
.rs-hide-page-border .footer.interio-footer-1.footer-no-pl .copyright {
    float: none;
}
.rs-hide-page-border .main-content.rs-page-border {
    border: 90px solid #fff;
    border-top: none;
    border-bottom: none;
}
.rs-hide-page-border .main-content.rs-page-border .col-md-12 {
    padding: 0 55px;
}
.tt-single .main-content.no-padd.bg-grey.rs-page-border {
        min-height: 80vh;
}
.rs-get-tag {
    display: none;
}
.blog-item.rs-sticky .title a{
    font-weight: 600;
}
.blog-item.rs-sticky {
    background: #ddd;
}
.rs-blog-no-pl .simple-text p img {
    margin: auto;
}
.wp-caption {
    max-width: 100% !important;
    width: auto !important;
} 
.load.posts {
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #4d4d4e;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    height: 75px;
    line-height: 75px;
    background: #eceeeb;
    box-shadow: 0px 35px 79px rgba(4, 5, 5, 0.4);
}
.load.posts .pagination {
    bottom: 0;
}
.load.posts .pagination a {
    font-size: 14px;
    color: #4d4d4e;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.load.posts .pagination .current {
    color: #7f7f7f;
}
.circle-solo-point .swiper-slide .slide-point .spinner-1{
    width:62px; 
    height:62px;
}
address {
    font-style: italic;
    line-height: 18px;
}
.post-author .image span {
    line-height: 76px;
}
.post-password-form input {
    padding: 5px;
}
.post-password-form input[type="submit"] {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: #4d4d4e;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.post-password-form input[type="submit"]:hover {
    cursor: pointer;
    background: #fff;
    color: #4d4d4e;
}
.rs-blog-no-pl .int-post-page a {
    opacity: 1;
    font-weight: 600;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.rs-blog-no-pl .int-post-page a:hover {
    opacity: 0.7;
}
.blog-layout-ajax p,
.blog-layout-ajax ol li {
    line-height: 20px;
}
.blog-layout-ajax p {
    margin-bottom: 10px;
}
.blog-layout-ajax ol li a {
    color: #000;
}
.post-navigation .sub-title-black {
    color: rgba(77, 77, 78, 0.5);
}

/*VARIABLE*/
.single_variation_wrap .single_variation .woocommerce-variation-price {
    display: block;
}
.woocommerce-variation.single_variation {
    max-width: 100% !important;
    clear: both;
    margin-bottom:20px;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: block;
    width: 100%;
}
.woocommerce-variation-add-to-cart.variations_button .quantity {
    max-width: 50px;
    display: inline-block;
    float: left;
    margin: 15px 20px 0 0;
}
.woocommerce-variation-add-to-cart.variations_button .quantity input {
    padding: 6px;
}
.woocommerce-variation-add-to-cart.variations_button button {
    display: inline-block;
    float: right !important;
    height: 55px;
    border-radius: 27px;
    background: #75acff !important;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.25s ease-out !important;
    -webkit-transition: all 0.25s ease-out !important;
    -ms-transition: all 0.25s ease-out !important;
    -moz-transition: all 0.25s ease-out !important;
    padding: 0 35px !important;
}
.woocommerce-variation-add-to-cart.variations_button button:hover {
    background: transparent !important;
    color: #75acff !important;
    border: 2px solid #75acff;
}
.woocommerce-variation-add-to-cart.variations_button button span,
.woocommerce-variation-add-to-cart.variations_button button i {
    transition: all 0.25s ease-out !important;
    -webkit-transition: all 0.25s ease-out !important;
    -ms-transition: all 0.25s ease-out !important;
    -moz-transition: all 0.25s ease-out !important;
}
.woocommerce-variation-add-to-cart.variations_button button:hover span{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.woocommerce-variation-price span.price {
    font-size: 36px;
    color: #b1b1b1;
    font-weight: 700;
    display: inline-block;
    line-height: 36px;
    font-family: 'Montserrat', sans-serif;
}
.pingbacks-comment .block-comment .text{padding-left:0;}
@media (max-width: 992px) {
    .woocommerce-variation-add-to-cart.variations_button button{height: 45px;}
}
@media (max-width: 480px) {
    .woocommerce-variation-add-to-cart.variations_button .quantity{width: 100%;max-width: 100%;margin-right: 0;text-align: center;margin-bottom: 20px;}
    .woocommerce-variation-add-to-cart.variations_button button{width: 100%;}
    .woocommerce-variation.single_variation{text-align:center;}
}