@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Pontano+Sans:400,600';

@font-face {
 font-family: "Montserrat - Light";
 src: url('../fonts/Montserrat-Light.eot');
 src: url('../fonts/Montserrat-Light.eot?iefix') format('eot'),
 url('../fonts/Montserrat-Light.woff')               format('woff'),
 url('../fonts/Montserrat-Light.ttf')                format('truetype');
}

/*@font-face {
 font-family: "Modern - N20";
 src: url('../fonts/MOD20.eot');
 src: url('../fonts/MOD20?iefix') format('eot'),
 url('../fonts/MOD20.woff')               format('woff'),
 url('../fonts/MOD20.ttf')                format('truetype');
}*/

/* new menu */
    ul.menu_top {
        /*
        float:left;
        margin: 8px 100px 0 0;
        border-radius:4px;
        background-color: white;
        list-style-type: none;
        z-index:+1;
        */
    }
    ul.menu_top li {
        /*float: left;*/
        position: relative;
       /* margin: 4px 2em 4px 4px;*/
            padding: 15px;
    }
    ul.menu_top li ul {
        visibility: hidden;
        position: absolute;
        top:100%;
        left:0px;
    /*    padding:0.5em;*/
        list-style-type: none;
        white-space:nowrap;
      /*  background-color: grey;*/
        border-radius:4px;
        z-index:+1;        
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 1px 1px 6px #bfbfbf;       
        left: 20px;
        padding-top: 10px;
        padding-left: 8px;
    }
    ul.menu_top li:hover > ul {
        visibility: visible;
        z-index: +2;
        display: block;
        text-align: left;        
    }
    ul.menu_top li ul li {
      /*  padding: 0;*/
       /* margin: 12px 4px;*/
        float:none;
        border:0;
        min-width:3em;
        display:block;
        padding: 15px;
        padding-left: 0px;
    }
    ul.menu_top li ul li ul {
        top:0;
        /*left:99%;*/
        left:100%;
        padding: 4px;
    }
    ul.menu_top a {
     /*   background-color:white;*/
        color:black;
        text-decoration:none;
        padding:4px;
        font-size:16px;
        font-family:"Montserrat - Light";
    }
    ul.menu_top a:hover, ul.menu_top a.haschildren.childselected, ul.menu_top a.selected {
        color:black;
        text-decoration:none;
    }
    ul.menu_top li a.haschildren:after {
        content:"\00A0\00A0\25BC";
    }









.hide{
    display: none !important;
}

.text-justify{
    text-align: justify !important
}

header{
    text-align: right;
    overflow: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

header.active{
    background-color: #fff;
    overflow: inherit;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 15px 30px;
}

header .logo{
    vertical-align: middle;
    float: left
}

nav{
    display: inline-block;
    padding: 0 30px;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

nav.active{
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

nav ul li{
    display: inline-block;
    font-family: "Montserrat - Light";
    padding: 15px;
    cursor: pointer;
    position: relative;
    /*
    transform: translateX(20px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    */
}

nav.active ul li{
    /*
    transform: translateX(0px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    */
}


.dropdown{
    display: block;
    text-align: right;
    padding: 15px;
    position: absolute;
    top: 90%;
    z-index: 999;
    right: 0;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 6px #bfbfbf;
    /*transform: translateY(15px);*/
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.dropdown li{
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

nav > ul > li:hover{
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

nav > ul > li:hover > .dropdown{
    opacity: 1;
    top: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

#dropdownborse{
    text-align: left;
    right: -120px;
}
#dropdowncopriabiti{
    
}

.menu-button{
    font-family: 'Montserrat - Light';
    display: inline-block;
    font-size: 1.3em;
    margin-top: .5em;
    cursor: pointer
}

.menu-button img {
    width: 30px;
}

.slider-caption{
    /*font-family: "Modern - N20";*/
    font-family: 'Arial';
    color: #503518;
    font-size: 5em
}

.slider-caption small{
    font-family: "Pontano Sans";
    display: block;
    text-align: right;
    font-size: .25em;
    line-height: 1em;
    color: #5b5b5b;
}

.slider-caption .square{
    width: 200px;
    height: 200px;
    border: 7px solid #fff;
    display: inline-block;
    position: absolute;
    top: -.8em;
    left: -104px;
    z-index: -1;
}

.mid-left{
    text-align: left
}

.mid-right{
    text-align: right
}

.mid-title{
    font-family: "Montserrat";
    color: #2b2b2b;
    font-size: 1em;
    display: block;
    margin: 20px 0
}

.big-title{
    font-family: "Montserrat";
    color: #2b2b2b;
    font-size: 1.7em;
    display: block;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase
}

.big-title .mid-line{
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 30px;
    background-color: #2b2b2b;
    margin-left: 10px;
    margin-right: 10px;
}

.big-title small{
    font-family: "Pontano Sans";
    color: #a3a3a3;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: .5em;
    padding: 10px 0;

}

.mid-title small{
display: block;
font-family: 'Pontano Sans';
box-sizing: border-box;
font-variant: small-caps;
font-size: 1.1em;
color: #6f6f6f;
}

.mid-title.left small{
margin-left: 40px;
text-align: left;
}

.mid-title.right small{
margin-right: 40px;
text-align: right;
}

.mid-title.left{
    text-align: left
}

.mid-title.right{
    text-align: right
}

.mid-title.left .mid-line{
    margin-right: 10px
}

.mid-title.right .mid-line{
    margin-left: 10px
}

.mid-title .mid-line{
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 30px;
    background-color: #2b2b2b
}

.mid-descr p{
    text-align: justify;
    font-family: "Pontano Sans";
    line-height: 1.2em
}

.mid-descr.left{
    margin-left: 40px
}

.mid-descr.left p{
    text-align: justify;
    font-family: "Pontano Sans";
    line-height: 1.2em
}

.mid-descr.right{
    margin-right: 40px
}

.mid-descr.right p{
    text-align: justify;
    font-family: "Pontano Sans";
    line-height: 1.2em;
    -moz-text-align-last: right; /* Code for Firefox */
    text-align-last: right;
}

.mid-links{
    display: block;
    margin: 20px 0
}

.mid-links.left{
    text-align: right
}

.mid-links.right{
    text-align: left
}

.mid-links.left a{
    padding-left: 20px
}

.mid-links.right a{
    padding-right: 20px
}

.mid-links.right{
    text-align: left
}

.mid-links a{
    font-family: "Pontano Sans";
    border-top: 1px solid #2b2b2b;
    margin: 0 5px;
    font-size: 1.1em;
    box-sizing: border-box;
    padding: 5px 0;
    display: inline-block
}

.mid-img.left{
    width: 110px;
    margin-left: 40px;
    margin-top: -40px;
}

.mid-img.right{
    margin-right: 40px;
    width: 170px;
    margin-top: -20px;
}

.clear-space{
    display: block;
    height: 80px
}

#car-wrapper .highlight{
    height: 240px;
    background-color: #d6d6d6;
    box-sizing: border-box;
    border: 3px solid #e8e8e8;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

#car-wrapper .highlight .highlight-hover-content{
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background-color: rgba(255,255,255,.6);
    box-sizing: border-box;
    padding: 15px;
    z-index: 999;
    transform: scale(1.2);
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

#car-wrapper .highlight:hover .highlight-hover-content{
    transform: scale(1);
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

#car-wrapper .highlight .highlight-hover-content .inner-content{
    border: 1px solid #2b2b2b;
    box-sizing: border-box;
    height: 100%;
}

#car-wrapper .highlight .highlight-hover-content .inner-content:before{
    content:"";
    height: 100%;
    width: 1%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

#car-wrapper .highlight .highlight-hover-content .inner-content .content{
    vertical-align: middle;
    display: inline-block;
    width: 99%;
    margin-left: -4px;
}


#car-wrapper .highlight .highlight-hover-content .inner-content .mid-title{
    text-align: center;
    text-transform: uppercase;
    width: 97%
}

#car-wrapper .highlight .highlight-hover-content .inner-content .description{
    text-align: center;
    font-family: "Pontano Sans";
    font-variant: small-caps;
    width: 97%
}

#car-wrapper .highlight img{
    height: 100%;
    width: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    box-sizing: border-box;
    margin: auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

#car-wrapper .highlight:hover img{
transform: scale(1.2);
transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
}

footer{
    font-family: "Pontano Sans";
    padding: 50px 0 !important;
    background-color: #eae5dd;
    overflow: hidden;
    z-index: 0
}

footer .content{
    margin-left: 40px
}

footer .content p{
    line-height: 1.2em
}

.footer-social-bar li{
    display: inline-block;
    vertical-align: middle
}

.footer-social-bar > li:first-of-type{
    margin-right: 10px
}

.footer-social-bar li img{
    width: 30px
}

.footer-nl-wrapper .mid-title{
    text-align: center
}

.nl-subscription{
    text-align: center
}

.nl-subscription input{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #2b2b2b;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    vertical-align: bottom
}

.nl-subscription button{
    outline: none;
    background-color: transparent;
    border: 0
}

.nl-subscription button i{
    font-size: 2em;
    vertical-align: bottom;
}

.footer-bg{
    position: absolute;
    opacity: .7;
    width: 380px;
}

.footer-bg.left{
    bottom: -80px;
    left: -50px;
    z-index: -1
}

.footer-bg.right{
    bottom: -50px;
    right: -50px;
    z-index: -1

}

.footer-logo{
    padding-top: 50px
}

.footer-logo img{
    display: block;
    margin: auto
}

.prod-list-central-container{
    width: 60%;
    margin: 50px auto;
    position: relative
}

.prod-container{
    margin-top: 110px;
    margin-bottom: 110px
}

/*.prod-container .col-6x:nth-child(even) .prod-list-central-container{
top: 50px
}*/

/*.prod-container .col-6x:nth-child(odd) .prod-list-central-container{
top: -50px
}*/

.prod-list-central-container .squared-image-container{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background-color: #ebeaeb;
    background-image: url('../images/prod-bg.jpg');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
}

.prod-list-central-container:hover .squared-image-container{
    box-shadow: 0px 0px 22px #bdbdbd;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
}

.prod-list-central-container .squared-image-container .prod-img{
    position: absolute;
    bottom: 20px;
    right: -10%;
}

.prod-list-central-container .squared-image-container .prod-img.horizontal{
    width: 100%;
    height: auto;
}

.prod-list-central-container .squared-image-container .prod-img.vertical{
    width: auto;
    height: 98%;
}

.prod-list-central-container .squared-image-container .square-detail{
    box-sizing: border-box;
    position: absolute;
    bottom: -50px;
    left: -50px;
    cursor: pointer
}

.prod-list-central-container .squared-image-container .square-detail .square{
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 5px solid #d6d6d6;
    display: inline-block;
    position: relative
}

.prod-list-central-container .squared-image-container .square-detail .square:before{
    content:"";
    background-position: center center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.prod-list-central-container .squared-image-container .square-detail .square.plus:before{
    background-image: url('../images/plus-icon.svg');
}

.prod-list-central-container .squared-image-container .square-detail .square.zoom:before{
    background-image: url('../images/lens-icon.svg');
    opacity: 1
}

.prod-list-central-container .squared-image-container:hover .square-detail .square:before{
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.prod-list-central-container .squared-image-container .square-detail p{
    display: inline-block;
    padding-left: 5px;
    font-family: "Montserrat";
    opacity: 0;
    transform: translateX(-5px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.prod-list-central-container .squared-image-container .square-detail.gal p{
    display: inline-block;
    padding-left: 5px;
    font-family: "Montserrat";
    opacity: 1;
    transform: translateX(-0px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.prod-list-central-container .squared-image-container:hover .square-detail p{
    opacity: 1;
    transform: translateX(0px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.prod-list-central-container .prod-title{
    box-sizing: border-box;
    padding-top: 80px;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: block;
    font-size: 1.3em;
}

.prod-list-central-container .prod-title span{
    display: block;
    font-family: "Pontano Sans";
    text-transform: none;
    font-variant: small-caps;
    font-size: .9em;
    margin-top: 5px
}

.left-sidebar{
    position: relative
}

.slider-element{
    background-color: rgba(255,255,255,.5);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 50px
}

.slider-element .cat-description{
    box-sizing: border-box;
    padding: 30px;
    border: 7px solid #ffffff;
    background-color: rgba(255,255,255,.5);
}

.slider-element h2{
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 20px 0
}

.slider-element p{
    font-family: "Pontano Sans";
    font-size: 1em;
    text-align: justify;
    line-height: 1.2em;
    color: #777777;
}


.data-table{
    display: block;
    box-sizing: border-box;
    padding: 20px 0
}

.data-table li{
    border-top: 1px solid #a3a3a3;
    box-sizing: border-box;
    padding: 10px 0
}

.data-table li{
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px 0
}

.data-table li:last-child{
    border-bottom: 1px solid #e0e0e0;
}

.data-table li div{
    box-sizing: border-box;
    vertical-align: top;
}

.data-table li label{
    color: #222222;
    font-family: "Montserrat"
}

.data-table li p{
    font-family: "Pontano Sans";
    color: #503518;
    line-height: 1.5em
}

.general-description{
    font-family: "Pontano Sans";
    color: #7b7b7b;
    line-height: 1.4em
}

.centered{
    text-align: center !important
}

.related-products{
    padding-top: 60px
}

.related-products h1{
    padding-bottom: 30px
}

.exclude-header{
    margin-top: 110px
}

.product-data{
    margin-top: 30px
}

.post-logo{
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    background-image: url('../images/icon-facebook.svg');
    background-position: center center;
    background-repeat: no-repeat
}

.post-title{
    margin-top: 0
}

.post-title small{
    display: block;
    box-sizing: border-box;
    font-family: "Pontano Sans";
    padding-left: 40px;
    line-height: 1.5em;
    color: #8c8c8c;
}

.post-image img{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #000;
}


.post-description p{
    line-height: 1.6em !important;
    padding-bottom: 10px;
    text-align: left !important
}

.post-description .hashtag{
    box-sizing: border-box;
    padding: 0px 5px;
    border: 1px solid #e0e0e0;
}

.post-like{
    font-family: "Montserrat";
    padding-top: 10px
}

.post-like .mid-line:first-child{
    width: 20px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.post-like .mid-line:last-child{
    width: 20px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.post-like img{
    width: 18px;
    vertical-align: bottom;
}

.closure-center {
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.closure-center p{
    box-sizing: border-box;
    font-family: "Pontano Sans";
    text-align: center;
    line-height: 1.5em
}

.logo-about{
    margin-bottom: 50px
}

.logo-about img{
    width: 70%;
    margin: auto;
    display: block;
}

.about-description .mid-descr{
    margin-top: 50px
}

.about-description .big-title{
    margin-bottom: 50px
}

.single-catalogue img {
    width: 100%
}

.single-catalogue.inner{
    margin-bottom: 30px
}

.single-catalogue.inner a {
    width: 70%;
    display: block;
    margin: auto;
}

.single-catalogue.hp img {
    width: 100%
}

#gmap{
    margin-bottom: 50px
}

.info-request{
    margin-left: 40px;
    margin-bottom: 40px
}

.info-request li{
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px 0
}

.info-request li.cf-logs{
    border-top: 0px solid transparent;
    padding: 0px
}

.info-request li:last-child{
    /*border-top: 1px solid #e0e0e0*/
}

.info-request .half{
    box-sizing: border-box;
    margin-right: -4px;
    display: inline-block;
    width: 49.9%
}

.info-request label{
    font-family: "Montserrat";
    width: 40%;
    display: inline-block
}

.info-request .full label{
    width: auto;
    margin-right: 20px
}

.info-request .full textarea{
    width: 80%;
    height: 150px
}

.info-request input , .info-request textarea{
    font-family: "Pontano Sans";
    outline: none;
    box-sizing: border-box;
    vertical-align: top;
    border: 0;
    background-color: transparent;
    resize: none;
	border-bottom: 1px solid #eae5dd

}

.info-request .privacy{
    border: 0;
    font-family: "Pontano Sans";
    color: #a3a3a3;
    text-align: justify
}

.info-request .privacy input{
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin: 0 10px 0 0;
}

.square-icon{
    width: 60px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    border: 5px solid #d6d6d6;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    vertical-align: bottom
}

button.send {
    background-color: transparent;
    border: 0;
    display: block;
    text-align: right;
    font-family: "Montserrat";
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    margin: 15px 0
}

button.send span{
    opacity: 0;
    display: inline-block;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

button.send:hover span{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.full-right p{
    text-align: right !important
}

.mobile-menu{
    box-sizing: border-box;
    font-family: "Montserrat - Light";
    padding: 10px 0;
    overflow: hidden;
    display: none;
    font-size: .7em;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.mobile-menu.active{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.mobile-menu span{
    color: #503518;
    display: block;
    padding: 5px 0
}

.mobile-menu a{
    display: block;
}

.mobile-menu a{
    display: block;
    padding: 3px 0;
}

.mobile-menu li{
    font-size: 1.3em;
    padding: 3px 0;
}

.cf-error{
    color: red;
    font-family: 'Montserrat';
    line-height: 1.5em;
    font-size: .8em;
}

.cf-valid{
    font-family: "Montserrat";
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #cec5c0;
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    background-image: url('../images/loading.svg');
    background-repeat: no-repeat;
    background-position: center center
}

.mobile-lang-selection a {
    display: inline-block;
    padding: 0 7px
}

.filter-wrapper{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 60px;
}

.filter-wrapper h2{
    font-family: 'Montserrat';
    font-size: 1.3em;
    position: relative
}

.filter-wrapper h2 > .icon{
    width: 1.3em;
    border: 3px solid #d6d6d6;
    height: 1.3em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*background-image: url(../images/plus-icon.svg);*/
    background-size: 58%;
    background-position: center center;
    background-repeat: no-repeat;
}

.filter-wrapper .single-filter{
    margin-top: 10px;
    margin-left: 2.8em;
}

.filter-wrapper .single-filter li{
    display: inline-block;
    color: #7b7b7b;
    font-family: 'Pontano Sans';
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #f7f7f7;
    cursor: pointer;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.filter-wrapper .single-filter li:hover, .filter-wrapper .single-filter li.active{
    background-color: #eae5dd;
    color: #000;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.back-page{
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 1em;
    color: #a3a3a3;
    outline: none;
    cursor: pointer;
}

.back-page:before{
    content: "";
    width: 2em;
    display: inline-block;
    height: 1em;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transform: translateY(.2em);
}

.home-popup-container{
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 99999;
    bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    overflow: scroll;
}

.home-popup{
    padding: 20px;
    width: 100%;
}

.home-popup-container .close{
    text-align: right;
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: .9em;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999999;
}

.home-popup p{
    margin-bottom: .5em
}

.home-popup b{
    color: #2B2B2C;
}

.home-popup .squared-image-container:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.home-popup .squared-image-container{
    height: auto !important;
}

.mfp-bg, .mfp-wrap{
    z-index: 9999999999 !important;
}

/* MEDIA START */

@media all and (max-width: 769px) and (orientation: portrait){                              /*ALL MOBILE PORTRAIT*/

    header{
        text-align: center
    }

    .menu-button{
        margin: 20px;
        float: none
    }

    nav{
        display: none
    }

    header .logo{
        float: none
    }

    .exclude-header{
        margin-top: 180px
    }

    .big-title{
        font-size: 1.5em
    }

    .info-request .half{
        width: 100%;
        padding: 10px 0;
    }

    .info-request .full textarea{
        width: 100%;
        height: 150px;
        margin-top: 20px
    }

    .contact-inner{
        display: none
    }

    button.send span{
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }

    /*.mobile-menu{
        display: none;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        z-index: -1;
        opacity: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
    }

    .mobile-menu.active{
        /*opacity: 1;*/
        /*transform: translateY(-0px);
        -webkit-transform: translateY(-0px);
        -moz-transform: translateY(-0px);
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
    }*/

    .featherlight .featherlight-content{
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
    }

    .featherlight .featherlight-image{
        width: 100% !important;
        height: auto !important;
    }
    
    .filter-wrapper .single-filter li{
        padding-top: 10px;
        display: block
    }




    
    
}

@media all and (max-width: 481px) and (orientation: portrait){                              /*SMARTPHONE PORTRAIT*/
    .slider-caption .square{
        width: 60px;
        height: 60px;
        border: 3px solid #fff;
        left: -30px;
    }

    .slider-caption small{
        font-size: .5em
    }

    .footer-bg{
        display: none
    }

    .prod-list-central-container{
        width: 75%
    }

    .prod-list-central-container .squared-image-container .square-detail .square{
        width: 80px;
        height: 80px;
    }

    .prod-list-central-container .squared-image-container .square-detail .square:before{
        opacity: 1
    }

    .prod-list-central-container .squared-image-container .square-detail p{
        opacity: 1;
        transform: translateX(0px)
    }

    .prod-list-central-container .squared-image-container .square-detail{
        bottom: -40px;
        left: -40px;
    }

    .prod-list-central-container .prod-title{
        padding-top: 70px
    }

    .prod-container .col-6x:nth-child(even) .prod-list-central-container , .prod-container .col-6x:nth-child(odd) .prod-list-central-container{
        top: 0
    }

    .left-sidebar{
        /*display: none*/
    }

    .slider-element{
        position: relative;
        padding: 200px 30px 50px 30px
    }

    .prod-container{
        /*margin-top: 200px;*/
        margin-bottom: 0
    }

}

@media all and (min-width: 481px) and (max-width: 769px) and (orientation: portrait){       /*TABLET PORTRAIT*/
    .slider-element{
        padding: 10px
    }
}

@media all and (max-width: 737px) and (orientation: landscape){       /*SMARTPHONE LANDSCAPE*/
    .slider-caption .square{
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        left: -50px;
    }

    nav{
        display: none
    }

    header .logo{
        width: 150px
    }

    .footer-bg{
        display: none
    }

    .clear-space{
        height: 50px
    }

    .slider-element{
        position: relative;
        padding: 130px 30px 50px 30px
    }


    .prod-list-central-container .squared-image-container .square-detail .square:before{
        opacity: 1
    }

    .prod-list-central-container .squared-image-container .square-detail p{
        opacity: 1;
        transform: translateX(0px)
    }
}

@media all and (min-width: 737px) and (max-width: 1025px) and (orientation: landscape){      /*TABLET LANDSCAPE*/
    .slider-element{
        padding: 10px
    }
}

@media all and (max-width: 320px) and (orientation: portrait){

}

@media all and (min-width: 737px) and (max-width: 1440px) and (orientation: landscape){

}
