.m-t-20{margin-top: 20px!important}
.m-t-100{margin-top: 100px!important}
.m-t-80{margin-top: 80px!important}

.m-b-50{margin-bottom: 50px!important}
.m-b-80{margin-bottom: 80px!important}

.p-t-0{padding-top: 0px!important}
.p-t-20{padding-top: 20px!important}
.p-t-60{padding-top: 60px!important}
.p-t-130{padding-top: 130px!important}

.p-b-30{padding-bottom: 30px!important}

.navbar{
    top: 0px!important;
}

#portfolio .tag-cloud-item:hover{
    color: #666!important;
}

.parallax .inner{
    padding-bottom: 100px;
}

.text-white {
    color: #fff !important;
}

.disabled-tp-bullets .tp-bullets{
    display: none;
}

.icon-box .icon img{
    padding: 10px;
}

.header-nav-wrapper.navbar-scrolltofixed{
    z-index: 9999999!important;
}

.agree .check-box label{
    position: relative;
    padding-left: 20px;
}
.agree .check-box label .agree-checkbox{
    position: absolute;
    left: 0px;
    top: 6px;
    width: auto;
    height: auto !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.products .product .product-details .product-title{
    margin-top: 30px;
}

#partners .inner,
#contact .inner{
    padding-bottom: 70px;
}

#about .inner{
    padding-bottom: 50px;
}

.testimonials .item blockquote{
    text-transform: unset;
}

.testimonials .item blockquote small {
    color: #d7d7d7;
}

.services-1 .icon-wrapper img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    width: 30px;
}

.social .icon-s-instagram{
    border-color: #864cbf;
    color: #864cbf;
}

.social a:hover .icon-s-instagram {
    background-color: #864cbf;
}

.date-blog{
    display: contents;
}

.date-blog-width{
    width: 50px;
}

li.active a{
    color: #595959;
}

#services .icon-box{
    min-height: 172px;
}

.product-no-image-260{
    height: 260px;
}

.product-no-image-260 img {
    height: 100%;
    object-fit: cover;
}

.tag-sale{
    background-color: unset;
    padding: 0px!important;
}

.tag-sale .tag-item{
    display: block;
    background-color: #65c178;
    text-align: center;
    padding: 4px 15px;
    margin-bottom: 2px;
}

.header-nav-wrapper.navbar-scrolltofixed{
    z-index: 1040!important;
}

ol, ul{
    padding-left: 15px;

}

ol{
    list-style: auto;
}

ul{
    list-style: initial;
    padding-left: 16px;
}

.entry-date ol,
.entry-date ul{
    list-style: none;
    padding: 0px;
}

.contact-area-map{
    height: 500px;
}

.partners .partner img{
    max-width: 150px;
    max-height: 100px;
    width: 100%;
}

.agree-checkbox{
    width: 100%;
    text-align: left;
    position: relative;
}

.agree-checkbox label{
    width: 100%;
    padding-left: 25px;
}
.agree-checkbox label input {
    position: absolute;
    left: 0px;
    width: 20px;
}

.float-none{
    float: unset!important;
    margin: 0px auto;
}

.custom-text h2{
    margin-top: 0;
    color: #2e2e2e;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;

    font-size: 20px;
    line-height: 30px;
}

.custom-text h2.section-title{
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 600;

}

h1.post-title,
.custom-text h2.section-title{
    color: var(--base-primary-title);
}

#services .inner{
    padding-bottom: 0px;
}

.agree-checkbox label{
    font-weight: unset;
}

.nav > li > a.active {
    color: #fff;
}

.circled ul{
    list-style: none;
    padding-left: 0px;
}

.circled ul li:before {
    color: var(--base-primary);
}

.circled ul li:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    font-family: 'fontello-circle';
    color: var(--base-primary);
    font-size: 8px;
}

.footer .social{
    margin: 0px!important;
}

.fullscreenbanner.revslider-initialised {
    overflow-y: hidden;
}

/** LANGUAGE MENU **/
.navigation > li.li_lang {
    float: right;
    border-left: none;
    width: 66px;
    margin-left: 0px;
    margin-right: 1px;
}

.navigation > li.li_lang > a{
    padding-left: 0px;
    padding-right: 0px;
}

.navigation > li.li_lang .sub-menu a {
    min-width: 20px;
    width: 65px!important;
    padding: 0px !important;
    padding-left: 2px!important;
    display: block;
    text-align: center;
}

.navbar.fixed .navigation > li.li_lang .sub-menu a {
    width: 68px!important;
}

li.li_lang > ul {
    top: 100px;
}

li.li_lang ul {
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    -moz-transition: top .2s ease, opacity .2s ease;
    -ms-transition: top .2s ease, opacity .2s ease;
    -o-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}

li.li_lang ul {
    position: absolute;
    top: 49px;
    z-index: 999;
    padding: 0 0;
    background: var(--base-primary-menu-bg);
    left: -17px;
    list-style-type: none;
}

.navbar.default li.li_lang:hover ul{
    top: 75px;
}

.navbar.fixed li.li_lang:hover ul{
    top: 58px;
}

li.li_lang:hover ul {
    left: auto;
    opacity: 1;
}

li.li_lang ul li a{
    color: white;
}

li.li_lang ul li{
    border-right: 1px solid rgba(255,255,255, 0.06);
    border-left: 1px solid rgba(255,255,255, 0.06);
    border-top: 1px solid rgba(255,255,255, 0.06);
    padding: 15px 0px;
}

.navbar-nav > li.li_lang > a {
    text-align: center;
    display: block;
    padding: 30px 0px 25px 0px;
}

li.li_lang ul{
    right: -1px!important;
}

li.li_lang ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer .pull-left p{
    padding-top: 5px;
}

.custom-row{
    float: unset!important;
    display: inline-block;
    padding: 0px 5px;
}

ol{
    list-style-position: inside;
    padding-left: 0px!important;
}

.galleries-container img{
    width: 100%;
}

.galleries-container ul{
    list-style-type: none;
}

.galleries-container ul li{
    padding-left: unset;
    padding-right: unset;
    margin-left: 3px;
    margin-bottom: 6px;
    width: 384px;
    display: inline-block;
}

.navfake .navigation .btn.nav-next-item{
    margin-right: 0px;
}

.galleries-container ul{
    padding-left: unset;
    padding-right: unset;
}

.contact-area-map iframe{
    width: 100%;
}

.map-image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: left;
}

.map-with-image .map-image-box{
    padding: 0px;
}

.map-with-image .position-left.contact-area-map{
    padding-left: 0px;
    padding-right: 15px;
}

.map-with-image .position-right.contact-area-map{
    padding-left: 15px;
    padding-right: 0px;
}

.field-label.custom-style-file{
    text-align: left;
    padding-bottom: 5px;
    color: #737373;
}

.alertify,
.alertify-log {
    font-family: 'Raleway', sans-serif;
}

.hero-section .inline-YTPlayer {
    width: 100% !important;
}

.inline-YTPlayer {
    max-width: none !important;
    width: 100%;
}

.page-type-22 #block-1 .section {
    margin-top: 162px;
}

.btn_mute {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    opacity: .8;
    transition: all .4s;
    transform: scale(1.3);
    z-index: 10;
}

.inline-YTPlayer .YTPOverlay{
    cursor: default!important;
}

.btn_mute svg {
    width: 22px;
    height: 30px;
    margin: 10px 14px;
    fill: white;
}

.hero-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0;
    z-index: -1;
}

.hero-item.player {
    height: calc(100vh - 74px) !important;
    padding: 0 !important;
}

.mbYTP_wrapper {
    z-index: -9 !important;
}

.hero-section{
    margin-top: 76px;
}

.hero-item {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.section .light-wrapper .revolution ul li{
    top: unset!important;
}

.image-wrapper {
    height: calc(100vh - 74px);
    object-fit: cover;
    background-color: black;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
}

.image-wrapper img{
    height: 100%;
}

.hero-section .disable-cookies-image{
    width: 100%;
    height: calc(100vh - 74px);
}

.hero-section .disable-cookies-image {
    transition: opacity 2s ease-out;
    opacity: 1;
}

.hero-section .disable-cookies-image.fade-out {
    opacity: 0;
}

.hero-section .disable-cookies-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

@media only screen and (min-width: 1200px) {
    .preparedtoleave .basic-gallery li img{
        max-width: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .map-image-box,
    .contact-area-map{
        margin-bottom: 0px!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .map-with-image .contact-area-map{
        padding-left: 15px!important;
    }
}

@media only screen and (max-width: 990px) {

    .galleries-container ul li{
        width: 360px;
    }

    .navfake dark-wrapper{
        width: 100%;
    }

    #partners .col-md-4{
        width: 33.33333333%;
    }

    .navbar-nav > li.li_lang > a{
        display: inline-block;
    }

    .navigation > li.li_lang{
        float: unset;
        width: 100%;
    }

    li.li_lang ul,
    li.li_lang ul li{
        border: 0px;
        display: inline-block;
        opacity: 1;
    }

    li.li_lang ul,
    li.li_lang:hover ul{
        left: 32px!important;
    }

    .navbar.fixed .navigation > li.li_lang .sub-menu a,
    .navigation > li.li_lang .sub-menu a{
        width: 22px!important;
    }


    .navbar.default li.li_lang:hover ul,
    .navbar.fixed li.li_lang:hover ul{
        top: 8px;
    }

    .navbar.fixed .navigation > li.li_lang .sub-menu a{
        padding: 0px!important;
    }

    li.li_lang ul li{
        padding: 0px;
        padding-right: 8px;

    }

    li.li_lang ul{
        left: 50px;
    }

    .navigation > li.li_lang .sub-menu a{
        padding: 0px!important;
        padding-bottom: 10px!important;
    }

    li.li_lang ul {
        top: 8px;
    }

    .product-summary h2 {
        margin-top: 20px!important;
    }
}

@media only screen and (max-width: 768px) {
    #partners .col-sm-1 {
        width: 100%;
    }

    .hero-section{
        position: relative;
        aspect-ratio: 16 / 9;
    }

    .hero-item.player {
        height: 0px !important;
        padding-bottom: 56.25%!important;
    }

    .btn_mute svg {
        width: 14px;
        height: 28px;
        margin: 2px 9px;
        fill: white;
    }

    .btn_mute {
        width: 32px;
        height: 32px;
    }

    .hero-section {
        margin-top: 70px;
    }

    .hero-section iframe{
        aspect-ratio: 16 / 9;
    }
}

@media only screen and (max-width: 740px) {
    .galleries-container ul li{
        width: 100%;
        padding: 0px 15px;
        margin-left: unset;
    }
}

@media only screen and (max-width: 400px) {
    .caption.small.sfb{
        font-size: 10px!important;
    }

    .product-summary h2 {
        margin-top: 20px!important;
    }

    .navbar-brand img{
        max-width: 120px;
        height: auto;
    }

    .btn.responsive-menu {
        margin: 23px 0 0 0 !important;
    }
}