﻿@charset "utf-8";

@font-face {
    font-family: 'Integral CF Demi';
    src: url('../fonts/IntegralCF-DemiBoldOblique.woff2') format('woff2'),
        url('../fonts/IntegralCF-DemiBoldOblique.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-RegularOblique.woff2') format('woff2'),
        url('../fonts/IntegralCF-RegularOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-Heavy.woff2') format('woff2'),
        url('../fonts/IntegralCF-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF Extra';
    src: url('../fonts/IntegralCF-ExtraBoldOblique.woff2') format('woff2'),
        url('../fonts/IntegralCF-ExtraBoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-MediumOblique.woff2') format('woff2'),
        url('../fonts/IntegralCF-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-HeavyOblique.woff2') format('woff2'),
        url('../fonts/IntegralCF-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-Bold.woff2') format('woff2'),
        url('../fonts/IntegralCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-Medium.woff2') format('woff2'),
        url('../fonts/IntegralCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF Demi';
    src: url('../fonts/IntegralCF-DemiBold.woff2') format('woff2'),
        url('../fonts/IntegralCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF';
    src: url('../fonts/IntegralCF-BoldOblique.woff2') format('woff2'),
        url('../fonts/IntegralCF-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Integral CF Extra';
    src: url('../fonts/IntegralCF-ExtraBold.woff2') format('woff2'),
        url('../fonts/IntegralCF-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{ font-size:16px; font-family: 'Montserrat', sans-serif !important; color:#000;}
.container{ max-width:1000px;}
form{ margin:0px;}
.container-fluid{ max-width:1720px;}
.mfp-bg{ z-index:999000; background:rgba(0,0,0,0.75);}
.mfp-wrap{ z-index:9999000;}
.mfp-arrow{ border-radius:0px !important}
.mfp-arrow:hover{ background:#111;}
.mfp-close:hover:before{ color:#111;}
.mfp-bottom-bar{ display:none;}
.mfp-close{ width:40px; height:40px; background:#fff; color:#111; text-shadow:0px 0px 0px #000; opacity:1; border-radius:0px; padding:0px;}
.mfp-close:before{ content:""; width:100%; height:100%; background:url(../images/icon-remove.png); background-size:30px 30px; background-position:center center; background-repeat:no-repeat;}
::selection{ background:#2b2273; color:#fff;}
::-moz-selection{ background:#2b2273; color:#fff;}
.preloader{ background-image:url(../images/loading.gif); background-size:100px auto; z-index:999999999;}
h1, h2, h3, h4, h5, h6{ font-family: 'Integral CF', sans-serif; text-transform:uppercase; font-weight:400;}
a{ color:#111; font-weight:400; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
a.green{ color:#2b2273;}
a:hover, .widget a:not(.btn):hover{ color:#111;}
p, li{ color:#000; font-size:18px; line-height:24px; font-weight:400;}
p{ margin-bottom:15px;}
p strong{ font-weight:700;}
ul p{ line-height:22px;}
.container{ padding:0 20px;}
.container-fluid{ padding:0 60px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.small0{ margin:0 -0px !important;}
.row.small0 [class*="col-"]{ padding:0 0px !important;}
.row.small5{ margin:0 -5px;}
.row.small5 [class*="col-"]{ padding:0 5px;}
.row.small10{ margin:0 -10px;}
.row.small10 [class*="col-"]{ padding:0 10px;}
.row.small15{ margin:0 -15px;}
.row.small15 [class*="col-"]{ padding:0 15px;}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], textarea, select{ height:44px; font-size:14px; font-weight:300; background:#fff; border-radius:0px; font-weight:400; border:1px solid #e1e1e1;}
select{ width:100%; padding:0 15px;}
input[type=file]{ width:100%; padding:10px; background:#fff; border:1px solid #e1e1e1;}
.form-group > label{ font-size:16px; font-weight:400;}
.chosen-container{ border-radius:0px; background:#fff;}
.chosen-container-single .chosen-single span{ font-size:14px; font-weight:300;}
.chosen-container .chosen-results li{ font-size:14px;}
.chosen-container .chosen-results{ max-height:200px;}
.chosen-container-single .chosen-single{ text-decoration:none !important; color:#333 !important;}
.chosen-container-single .chosen-single div:after{ font-size:20px;}
textarea{ background:#fff; height:120px;}
.form-group{ margin-bottom:10px;}
.btn{ font-family: 'Montserrat', sans-serif; font-size:13px; font-weight:700; height:auto; padding:12px 25px; border-radius:0px; text-decoration:none;}
.btn.btn-primary{ height:auto !important; line-height:24px !important; text-transform:uppercase; background:#8772b3; border:1px solid #8772b3; color:#fff; vertical-align:top;}
.btn.btn-default{ height:auto !important; line-height:24px !important; text-transform:uppercase; background:#2b2273; border:1px solid #2b2273; color:#fff; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#2b2273; border-color:#2b2273; color:#fff;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#2b2273; border-color:#2b2273; color:#fff;}
.btn-readmore{ padding:0px; position:relative; color:#222; font-size:16px; padding-right:15px; font-weight:700;}
.btn-readmore:before{ content:"\f105"; font-family:FontAwesome; position:absolute; right:0px; font-size:14px; color:#222; font-weight:400;}
.btn-readmore:after{ content:""; width:0px; height:1px; position:absolute; left:0px; bottom:0px; background:#2b2273; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.btn-readmore:hover{ color:#000;}
.btn-readmore:hover:before{ color:#000;}
.btn-readmore:hover:after{ width:100%;}
.btn-readmore.white{ color:#fff;}
.btn-readmore.white:before{ color:#fff;}
.btn-readmore.white:after{ background:#fff;}
.btn-readmore.white:hover{ color:#2b2273;}
.btn-readmore.white:hover:before{ color:#2b2273;}
.btn-readmore.white:hover:after{ width:100%;}

.navbar-toggle{ width:40px; height:40px; background:none; float:right !important; line-height:40px; margin-top:0px !important; margin-right:0px !important;  background-image:url(../images/icon-toggle.png); background-size:100% auto; background-position:center center; background-repeat:no-repeat; position:absolute; top:15px; right:20px;}
.navbar-toggle.active{ background-color:#fff; background-image:url(../images/icon-remove.png);}
.navbar-toggle i{ display:none;}
.is-sticky .navbar-toggle{ top:10px !important;}
.navbar-toggle:hover i{ color:#fff;}
label span{ color:#111;}
.check + input[type="submit"]{ margin-top:20px;}
.row.row-eq-height{display:flex}
hr.site{ max-width:1600px; height:0px; margin-top:0px; margin-bottom:0px; }
.paginazione{ width:100%; float:left;}
ul.pagination{ width:auto; display:inline-block; margin-bottom:0px !important;}
ul.pagination li{ margin-bottom:0px !important;}
ul.pagination li a{ font-weight:400; color:#777; border-radius:50% !important;}
ul.pagination .prev{ background:#000 !important; border:1px solid #000 !important; color:#fff;}
ul.pagination .prev:hover, ul.pagination .prev:focus{ background:#111 !important; border:1px solid #111 !important; color:#fff !important;}
ul.pagination .next{  background:#000 !important; border:1px solid #000 !important; color:#fff;}
ul.pagination .next:hover, ul.pagination .next:focus{ background:#111 !important; border:1px solid #111 !important; color:#fff !important;}
ul.pagination li.active a, ul.pagination li.active a:hover{ background:#2b2273 !important; border:1px solid #2b2273 !important; color:#fff !important;}
ul.pagination li a:hover, ul.pagination li a:focus{ color:#111 !important;}
.remark{ position:absolute; left:-9999px; overflow:hidden;}
.player{ height:0; overflow:hidden; padding-bottom: 56.25%; padding-top:30px; position:relative;}
.player iframe{ height:100%; left:0; position:absolute; top:0; width:100%;}
.player + p{ margin-top:30px;}
.pt0{ padding-top:0px !important;}
.pb0{ padding-bottom:0px !important;}
.pb40{ padding-bottom:40px !important;}
.mb60{ margin-bottom:60px !important;}
.scalegrey{ filter:grayscale(1); -webkit-filter: grayscale(1); filter:grayscale(100%);}
.container-fluid hr{ max-width:100%;}
hr{ max-width:100%;}
hr.hr-stroke{ border-style:solid;}
.form .row{ margin:0 -5px;}
.form .row + .row{ margin-top:0px !important;}
.form .row [class*="col-"]{ padding:0 5px;}
.check{ width:100%; float:left; margin-bottom:4px;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:400; color:#5c5c5c; vertical-align:top;}
.check label:before{ width:20px; height:20px; left:0px; background:#fff; border:1px solid #e1e1e1; content:""; position:absolute; margin-right:10px; cursor:pointer;}
.check input[type=checkbox]:checked + label:before { font-family:FontAwesome; content:"\f00c"; text-align: center; line-height:18px; font-size:12px; color:#111;}
.check label span{ min-height:20px; display:inline-block; padding-left:30px; font-size:13px; color:#000; line-height:20px; float:left;}
.check label span a{ color:#2b2273; text-decoration:underline;}
.check label span a:hover{ text-decoration:underline;}

.topbar{ min-height:40px; position:relative; z-index:222; background:none; border-bottom:1px solid #e1e1e1;}
.topbar .left{ width:33.33%; float:left;}
.topbar .center{ width:33.33%; float:left; text-align:center;}
.topbar .center p{ font-size:14px; line-height:30px; margin-top:5px;}
.topbar .right{ float:right;}

.topbar .social{ width:auto; float:left; margin:10px 10px 0 0;}
.topbar .social span.text{ font-size:14px; line-height:20px; float:left; margin-right:10px;}
.topbar .social ul{ float:left; margin:0; width:auto; line-height:normal;}
.topbar .social li{ width:auto; float:left; margin:0 3px 0 0;}
.topbar .social li a{ float:left; position:relative; border-radius:50%; background:#000; color:#fff;}
.topbar .social li a span.circle{ width:20px; height:20px; float:left; text-align:center; line-height:20px;}
.topbar .social li a span.circle i{ font-size:10px; line-height:20px; vertical-align:top;}
.topbar .social li.facebook a:hover{ background:#3b5999;}
.topbar .social li.instagram a:hover{ background:#e4405f;}
.topbar .social li.youtube a:hover{ background:#cd201f;}

.topbar .languages{ float:left; position:relative;}
.topbar .languages .current{ float:left; cursor:pointer; margin:10px 20px 0 0;}
.topbar .languages .current a{ float:left; display:inline-block; text-align:center; position:relative; font-size:14px; line-height:20px; padding-left:30px; padding-right:15px; color:#000;}
.topbar .languages .current a:before{ content:""; width:20px; height:14px; position:absolute; top:3px; left:0px; background-size:100% auto; background-repeat:no-repeat;}
.topbar .languages .current.it a:before{ background-image:url(../images/flag-it.png);}
.topbar .languages .current.en a:before{ background-image:url(../images/flag-uk.png);}
.topbar .languages .current.at a:before{ background-image:url(../images/flag-at.png);}
.topbar .languages .current.de a:before{ background-image:url(../images/flag-de.png);}
.topbar .languages .current.es a:before{ background-image:url(../images/flag-es.png);}
.topbar .languages .current.fr a:before{ background-image:url(../images/flag-fr.png);}
.topbar .languages .current.ot a:before{ background-image:url(../images/flag-global.png);}
.topbar .languages .current.cz a:before{ background-image:url(../images/flag-cz.png);}
.topbar .languages .current.us a:before{ background-image:url(../images/flag-us.png);}
.topbar .languages .current a:after{ content:"\f107"; font-family:FontAwesome; font-size:15px; position:absolute; right:0px;}
.topbar .languages .current.active a:after{ content:"\f106";}
.topbar .languages .list{ display:none; width:250px; top:39px; position:absolute; z-index:9999;}
.topbar .languages .list > ul{ margin:0px; padding:0px; float:left; position:relative; padding:30px; background:#fff; border:1px solid #e1e1e1;}
.topbar .languages .list > ul > li{ width:100%; float:left; margin:0 0 15px 0;}
.topbar .languages .list > ul > li:last-child{ margin-bottom:0px;}
.topbar .languages .list > ul > li > a{ float:left; display:inline-block; text-align:center; line-height:21px; padding-left:40px; color:#000; font-size:14px;}
.topbar .languages .list > ul > li > a:before{ content:""; width:30px; height:21px; position:absolute; left:0px; background-size:100% auto; background-repeat:no-repeat;}
.topbar .languages .list > ul > li > a:hover{ color:#2b2273;}
.topbar .languages .list > ul > li.active > a{ font-weight:700; color:#000;}
.topbar .languages .list > ul > li.it > a:before{ background-image:url(../images/flag-it.png);}
.topbar .languages .list > ul > li.us > a:before{ background-image:url(../images/flag-us.png);}
.topbar .languages .list > ul > li.uk > a:before{ background-image:url(../images/flag-uk.png);}
.topbar .languages .list > ul > li.at > a:before{ background-image:url(../images/flag-at.png);}
.topbar .languages .list > ul > li.de > a:before{ background-image:url(../images/flag-de.png);}
.topbar .languages .list > ul > li.es > a:before{ background-image:url(../images/flag-es.png);}
.topbar .languages .list > ul > li.fr > a:before{ background-image:url(../images/flag-fr.png);}
.topbar .languages .list > ul > li.ot > a:before{ background-image:url(../images/flag-global.png);}
.topbar .languages .list > ul > li.cz > a:before{ background-image:url(../images/flag-cz.png);}
.topbar .languages .list ul li .languages-list{ clear:both; width:100%; float:left; margin:10px 0 0 0;}
.topbar .languages .list ul li .languages-list ul{ margin:0px; padding:0px;}
.topbar .languages .list ul li .languages-list li{ float:left; font-size:13px; margin-right:5px; padding-right:7px; line-height:18px;}
.topbar .languages .list ul li .languages-list li:after{ content:"|"; position:absolute; right:0px; color:#666;}
.topbar .languages .list ul li .languages-list li:last-child{ padding-right:0px; margin-right:0px;}
.topbar .languages .list ul li .languages-list li:last-child:after{ display:none;}
.topbar .languages .list ul li .languages-list li.active a{ font-weight:700;}
.topbar .languages .list ul li .languages-list li a:hover{ color:#000; text-decoration:underline;}

.navbar-ecommerce{ line-height:20px; float:left; position:relative; margin:10px 0 0 0;}
.navbar-ecommerce .link-cart{ width:auto; padding:0px; font-size:14px; line-height:20px; color:#000; padding-left:25px; position:relative;}
.navbar-ecommerce .link-cart:before{ content:""; width:20px; height:20px; position:absolute; left:0px; background-image:url(../images/icon-add-black.png); background-size:16px 16px; background-position:center center; background-repeat:no-repeat; }
.navbar-ecommerce .cart-list{ background:#fff; right:0px; margin-top:9px; z-index:4; border:1px solid #e1e1e1; z-index:9999;}
.navbar-ecommerce .cart-list li{ padding:15px 20px; border-bottom:1px solid #e1e1e1;}
.navbar-ecommerce .cart-list li p{ width:173px; line-height:16px;}
.navbar-ecommerce .cart-list li p a{ font-family:'Montserrat', sans-serif; color:#222; font-weight:700;}
.navbar-ecommerce .cart-list li p a:hover{ color:#222;}
.navbar-ecommerce .cart-list .amount{ color:#000;}
.navbar-ecommerce .cart-list .remove{ width:auto; float:left; font-size:12px; line-height:16px; margin:10px 0 0 0; padding:0px;}
.navbar-ecommerce .cart-list .remove:hover{ color:#000; text-decoration:underline;}
.navbar-ecommerce .cart-list li .quantity{ margin-top:0px; font-size:13px; line-height:18px;}
.navbar-ecommerce .cart-list li .cart-img{ width:85px;}
.navbar-ecommerce .cart-list li .cart-img img{ width:70px; margin-top:0px;}
.navbar-ecommerce .cart-list .total{ width:100%; text-align:center; padding:10px 20px;}
.navbar-ecommerce .cart-list .total strong{ color:#111;}
.navbar-ecommerce .cart-list .total .amount{ color:#111; width:100%; text-align:center; float:none;}
.navbar-ecommerce .cart-list .buttons{ padding-top:0px; background:#fff;}
.navbar-ecommerce .cart-list .buttons .btn{ width:100%; background:#2b2273; border-color:#2b2273; color:#000; padding:10px 25px;}
.navbar-ecommerce .cart-list .buttons .btn:hover{ background:#000; border-color:#000; color:#fff;}
.navbar-ecommerce .badge{ width:auto; min-width:20px; height:auto; background:none; position:static; padding:0px; top:auto; border-radius:10px; line-height:20px; margin:0px; color:#000; font-family:'Montserrat', sans-serif; font-size:14px; left:auto; font-weight:700;}

.navbar-account{ line-height:20px; float:left; position:relative; margin:10px 20px 0 0;}
.navbar-account .link-account{ width:auto; padding:0px; font-size:14px; line-height:20px; color:#000; padding-left:25px; position:relative; display:inline-block; vertical-align:middle;}
.navbar-account .link-account:before{ content:""; width:20px; height:20px; position:absolute; left:0px; background-image:url(../images/icon-user-black.png); background-size:16px 16px; background-position:center center; background-repeat:no-repeat; }

.sticky-wrapper{ height:auto !important;}

.header{ width:100% !important; height:101px; position:relative; float:left; text-align:center; font-family: 'Montserrat', sans-serif; background:#fff; border-bottom:1px solid #e1e1e1; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.header .navbar{}
.header .col-md-3{ width:20%;}
.header .col-md-6{ width:60%; position:static;}
.header a.navbar-brand{ float:none; display:inline-block; line-height:100px; font-size:0px; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear;}
.header a.navbar-brand img{ max-height:45px; margin:0px; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear;}
.header .navbar-collapse{ max-height:80px; padding:0px; text-align:center; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.header .navbar{ position:static;}
.header .navbar-nav{ float:none; display:inline-block; text-transform:none;}
.header .navbar-nav > li > a{ font-family: 'Montserrat', sans-serif; font-size:16px; color:#000; font-weight:400; padding:0; margin:0px 10px; border:0px; font-weight:700; line-height:100px;}
.header .navbar-nav > li.dropdown > a:after{ display:none;}
.header .navbar-nav > li > a span{ display:inline-block; line-height:35px; position:relative;}
.header .navbar-nav > li > a span:after{ content:""; width:0px; height:1px; position:absolute; left:0px !important; margin:0px !important; top:auto !important; bottom:0px; background:#2b2273; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .navbar-nav > li.active > a{ color:#000;}
.header .navbar-nav > li.active > a span:after{ width:100%;}
.header .navbar-nav > li.linkmenunegozi a{ color:#000;}
.header .navbar-nav > li > a span{ line-height:40px;}
.header .navbar-nav > li > a:hover{ color:#111;}
.header .navbar-nav > li > a:hover span:after{ width:100%;}
.header .navbar-nav > li.quote a{ margin-right:0px; font-family: 'Montserrat', sans-serif; padding:0 15px; font-size:13px; height:50px; line-height:48px; font-weight:700; background:#111; border:1px solid #111; color:#fff; font-weight:700;}
.header .navbar-nav > li.quote a:after{ display:none;}
.header .navbar-nav > li.quote a:hover{ background:none; border-color:#111; color:#111;}
.header .dropdown-menu:before{ content:""; border-style:solid; border-width: 0 7.5px 7px 7.5px; border-color: transparent transparent #2b2273 transparent; position:absolute; left:10px; top:-12px;}
.header .sfHover .dropdown-toggle{ color:#000 !important;}
.header .dropdown-menu{ min-width:250px; background:#fff; padding:20px 0; left:0px; margin-top:-5px !important; border:0px; text-transform:none; z-index:4; border-radius:0px;}
.header .dropdown-menu > li{ }
.header .dropdown-menu > li > a{ font-family: 'Montserrat', sans-serif;  min-width:auto; font-size:16px; border-bottom:1px solid rgba(0,0,0,0.1); line-height:16px; color:#333; white-space:normal; text-transform:none; font-weight:300; padding:7px 20px;}
.header .dropdown-menu > li:last-child > a{ border:0px !important;}
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus{ color:#fff; background:#2b2273;}
.header .navbar-nav > li > span.aprisottomenu{ display:none; width:22px; height:22px; float:right; position:absolute; right:0px; top:2px; cursor:pointer; text-align:center; vertical-align:middle;}
.header .navbar-nav > li > span.aprisottomenu:before{ content:"\f107"; font-family:FontAwesome; width:inherit; height:inherit; font-size:22px; line-height:28px; position:absolute; left:0px; top:0px; color:#333; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .navbar-nav > li > span.aprisottomenu.aperto:before{ transform: rotate(180deg); color:#2b2273; margin-top:4px;}

.navbar-search{ width:100% !important; height:auto !important; float:left; position:relative; padding-top:25px; z-index:3; background:none; text-align:center; right:auto;}
.navbar-search .item{ width:100%;  max-width:400px; position:relative; display:inline-block;}
.navbar-search .item a{ width:50px; height:50px; position:absolute; top:0px; right:0px; background:url(../images/icon-search.png); padding:10px; background-size:100% 100%; color:#fff; font-size:20px; line-height:50px; text-align:center;}
.navbar-search input[type=text]{ width:100%; height:50px; line-height:50px; background:#fff; border:1px solid #e1e1e1; padding:0 20px; padding-right:50px; font-size:15px; font-weight:400; text-align:left; color:#333;}
.navbar-search input[type=text]:focus{ border:1px solid #2b2273;}
.navbar-search input[type=text]::placeholder{ color:#000;}


.header .navbar-nav > li.category:hover .sf-mega{ display:block;}

.header .sf-mega{ }
.header .sf-mega h5, .header .sf-mega h6{ font-size:18px; color:#000; font-weight:700; text-transform:none; padding:0px;}
.header .sf-mega.dropdown-menu:before{ display:none;}
.header .sf-mega, .header .sf-mega.reverse-list{ width:100%; min-width:100%; left:0px !important; right:auto !important; z-index:9999; padding:20px 0 40px 0; border-bottom:1px solid #e1e1e1}
.header .sf-mega .container-fluid{ padding:0 60px;}
.header .sf-mega .container{ width:100%; max-width:1720px; padding:0 60px;}
.header .sf-mega .divtable{ margin:0 -30px;}
.header .sf-mega .divcell{ padding:0 30px; border-right:1px solid #e1e1e1;}
.header .sf-mega .divcell:last-child{ border:0px;}
.header .sf-mega .divcell ul li a:hover{ background:#023399;}
.header .sf-mega .divcell ul.col2{ column-count:2; column-gap:20px; column-fill:auto;}
.header .sf-mega .divcell ul.col3{ column-count:3; column-gap:20px; column-fill:auto;}
.header .sf-mega .divcell ul li{ font-size:15px; line-height:24px; padding:0px;}
.header .sf-mega .divcell ul li a:before{ content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; font-size:14px; color:#000;}
.header .sf-mega .divcell ul li a{ padding:0px; padding-left:20px; color:#000; text-transform:none;}
.header .sf-mega .divcell ul li a:hover{ background:none; text-decoration:underline;}
.header .sf-mega .divcell ul li ul{ display:none !important; visibility:hidden !important; opacity:0 !important; margin:0px !important; margin-bottom:10px !important; padding:3px 20px;}
.header .sf-mega .divcell ul li ul li a{ color:#999; padding:0px; text-transform:uppercase; font-size:11px; line-height:20px;}
.header .sf-mega .divcell ul li ul li a:before{ display:none;}

.header .sf-mega .item-category{ position:relative; background-size:cover; background-position:center center;}
.header .sf-mega .item-category .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:2; overflow:hidden; text-indent:-9999px; border:0px solid #2b2273; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.header .sf-mega .item-category .image{ display:block;}
.header .sf-mega .item-category .image-mobile{ display:none;}
.header .sf-mega .item-category .text{ width:100%; position:absolute; left:0px; bottom:0px; padding:30px; z-index:1;}
.header .sf-mega .item-category .text h4{ width:auto; float:left; padding:7px 10px; font-size:24px; line-height:30px; font-weight:700; text-transform:none; background:rgba(256,256,256,0.75); color:#000;}
.header .sf-mega .item-category .link a:hover{ border-width:5px;}
.header .sf-mega .item-category.disabled{ filter: grayscale(100%);}
.header .sf-mega .item-category.disabled .link{ display:none;}

.is-sticky .header{ height:61px; z-index:9999 !important;}
.is-sticky .header .navbar-collapse{ max-height:60px;}
.is-sticky .header a.navbar-brand{ line-height:60px;}
.is-sticky .header a.navbar-brand img{ max-height:30px;}
.is-sticky .header .navbar-nav > li > a{ line-height:60px;}
.is-sticky .navbar-search{ padding-top:10px;}
.is-sticky .navbar-search input[type=text]{ height:40px; line-height:40px;}
.is-sticky .navbar-search .item a{ width:40px; height:40px; line-height:40px;}

.wrapper{ width:100%;}
.content{}
.content .row + .row{ margin-top:0px;}

.block{ padding:60px 0; position:relative;}
.block.grey{ background:#f7f7f7;}
.block.pt0{ padding-top:0px;}
.block.pb0{ padding-bottom:0px;}
.block h2{ font-size:34px; line-height:38px; color:#000; margin-bottom:20px; font-weight:700; text-transform:none;}
.block h2 span{ color:#333;}
.block h3{ font-size:20px; line-height:24px; color:#000; margin-bottom:20px; text-transform:none; font-weight:400;}
.block p + h3{ margin-top:20px;}
.block p + .btn{ margin-top:20px;}
.block .img-titolo{ max-width:100%; height:auto; margin-bottom:80px;}
.block ul{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child{ margin-bottom:0px;}
.block li{ position:relative; margin-bottom:3px; padding-left:20px;}
.block li:last-child{ margin-bottom:0px;}
.block li:before{ content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; font-size:16px; color:#2b2273;}
.block .columns2{ margin-top:30px; column-count:2; column-gap:30px; }

.block .title-block{ width:100%; display:inline-block; margin-bottom:40px;}
.block .title-block h2{ font-size:30px; line-height:30px;}
.block .title-block h3{ margin-bottom:0px;}
.block .title-block h3 + p{ margin-top:20px;}

.visual{ width:100%; height:calc(100vh - 140px); position:relative; z-index:2; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.visual .container{ height:inherit; position:relative;}
.visual .container-fluid{ height:inherit; position:relative;}
.visual:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);}
.visual:after{ content:""; width:500px; height:100%; position:absolute; right:60px; bottom:-60px; z-index:1; background-image:url(../images/symbol-line.png); background-position:bottom center; background-size:100% auto; background-repeat:no-repeat;}
.visual .row{ height:inherit;}
.visual [class*="col-"]{ height:inherit; position:relative;}
.visual .slide-wrap{ width:100%; height:100%; position:absolute; display:table; left:20px; z-index:2;}
.visual .slide{ display:table-cell; vertical-align:bottom; padding-bottom:100px;}
.visual .slide .box a{ display:inline-block;}
.visual .slide .box a:hover{ opacity:0.9;}
.visual .slide h3{ color:#fff; font-size:20px; line-height:26px; font-weight:300; position:relative; z-index:2; margin-bottom:30px; text-transform:none;}
.visual .slide h2{ font-family: 'Montserrat', sans-serif; color:#fff; font-size:40px; line-height:44px; font-weight:normal; position:relative; z-index:2; margin-bottom:20px; text-transform:none; font-weight:700;}
.visual .slide p{ font-size:20px; line-height:28px; color:#fff; position:relative; z-index:2; margin-bottom:25px;}
.visual .slide .btn-readmore:before{ content:"\f107";}
.visual .slide .btn{ position:relative; z-index:2;}
.visual .slide .btn.btn-primary{ margin-right:5px;}
.visualprev{ width:40px; height:40px; left:30px; background-image:url(../images/arrow-prev.png); background-size:40px 40px; margin-top:-20px;}
.visualprev:hover{}
.visualnext{ width:40px; height:40px; right:30px; background-image:url(../images/arrow-next.png); background-size:40px 40px; margin-top:-20px;}
.visualnext:hover{}

.title{ padding:40px 0; position:relative; border-radius:0px; background-size:cover; background-position:center center; overflow:hidden; background:#f7f7f7;}
.title .slide h1, .title .slide h2{ color:#000; text-transform:none; font-size:40px; line-height:44px; font-weight:700; position:relative; z-index:2; margin-bottom:0px;}
.title .breadcrumb{ position:relative; color:#000; font-size:13px; z-index:2; text-transform:none;}
.title .breadcrumb a{ color:#000; padding:0 8px 0 2px; position:relative;}
.title .breadcrumb a:before{ content:"|"; position:absolute; top:0px; right:0px; line-height:15px;}
.title .breadcrumb a:first-child{ padding-left:0px;}
.title .breadcrumb a:last-child{ padding-right:0px;}
.title .breadcrumb a:last-child:before{ display:none;}
.title .breadcrumb a:hover{ color:#333;}

.cta{ padding:60px 0; text-align:left; position:relative; overflow:hidden; text-align:center;}
.cta:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; background:rgba(0,0,0,0.7);}
.cta.image { background-repeat:no-repeat; background-position:center center; background-size:cover;}
.cta .text .img-arrow{ width:32px; margin-bottom:20px; position:relative; z-index:2;}
.cta .text h2{ font-family: 'BodoniFLF'; color:#fff; font-size:100px; line-height:100px; font-weight:900; position:relative; z-index:2; margin-bottom:30px;}
.cta .text h3{ max-width:800px; display:inline-block; color:#fff; font-size:22px; line-height:26px; text-transform:none; font-weight:400; position:relative; z-index:2; margin-bottom:25px;}
.cta .text .btn{ position:relative; z-index:2; margin:0px;}
.cta .text .btn.btn-default{ border-color:#fff; color:#fff;}
.cta .text .btn.btn-default:hover{ background:#fff; color:#111;}

.block.categories{ width:100%; padding:0 0 60px 0;}
.block.categories .row{ margin:0 -10px;}
.block.categories [class*="col-"]{ padding:0 10px;}
.block.categories .text{ padding-top:60px; padding-right:30px;}
.block.categories .item { width:100%; display:inline-block; position:relative; padding-top:0px; text-align:center; padding:30px 10px; background:#e1e1e1; border-radius:0px; margin-top:-30px;}
.block.categories .item .icon{ width:160px; border-radius:0px; margin:0 auto; padding:10px; margin-bottom:10px; border:1px solid #fff; margin-top:-55px;}
.block.categories .item .icon .hover{ width:100%; position:absolute; top:0px; left:0px; opacity:0; border-radius:0px; overflow:hidden; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.categories .item.one{ background:#c8102e;}
.block.categories .item.one .icon{ background:#c8102e;}
.block.categories .item.two{ background:#ffad00;}
.block.categories .item.two .icon{ background:#ffad00;}
.block.categories .item.three{ background:#45aeb1;}
.block.categories .item.three .icon{ background:#45aeb1;}
.block.categories .item h2{ color:#fff; font-size:24px; letter-spacing:0px; margin-bottom:10px;}
.block.categories .item p{ color:#fff; margin-bottom:0px; padding:0 10px;}
.block.categories .item span{ width:100%; display:inline-block; text-align:center; font-family:'Muli', sans-serif; font-size:24px; font-weight:700; display:none;}
.block.categories .item:hover .icon .hover{ opacity:1;}

.block.catalogs-home .row{ margin:0 -5px;}
.block.catalogs-home [class*="col-"]{ padding:0 5px;}

.block.icons{ position:relative; background:url(../images/bg01.jpg); background-size:cover; z-index:2;}
.block.icons .container-fluid{ padding:0px;}
.block.icons .row{ margin:0px;}
.block.icons .row [class*="col-"]{ padding:0px;}
.block.icons .item{ position:relative; padding:30px;}
.block.icons .item h2{ margin-bottom:5px;}
.block.icons .item .btn{ margin-top:20px;}

.block.icons-shop{ position:relative; text-align:center;}
.block.icons-shop .item{ position:relative; display:inline-block; min-height:60px; padding:5px 0 0 90px;}
.block.icons-shop .item .icon{ width:60px; height:60px; padding:0px; border-radius:50%; background:#2b2273; background:none; position:absolute; left:0px; top:0px; margin-bottom:0px;}
.block.icons-shop .item .text{ text-align:left;}
.block.icons-shop .item .text h2{ font-size:24px; color:#000; line-height:28px; margin-bottom:5px; font-weight:700; text-transform:none;}
.block.icons-shop .item .text h2 a{ color:#000; font-weight:700;}
.block.icons-shop .item .text h2 a:hover{ color:#2b2273;}
.block.icons-shop .item .text h3{ font-size:16px; color:#666; line-height:18px; text-transform:none; margin-bottom:0px; font-weight:400;}

.block.presentation{}
.block.presentation h2{}
.block.presentation.black{ background:url(../images/bgdark.jpg) no-repeat center top; background-color:#313131;}
.block.presentation.black h2{ color:#fff;}
.block.presentation.black p, .block.presentation.black li{ color:#e1e1e1;}
.block.presentation .main-image{ width:100%; margin-bottom:40px;}
.block.presentation .image + p{ margin-top:30px;}
.block.presentation .btn{ margin-top:20px; text-decoration:none;}
.block.presentation .btn.btn-primary{ color:#fff;}
.block.presentation.center .main-image{ margin-bottom:0px;}
.block.presentation.center h2{ margin-bottom:20px;}
.block.presentation.center h2 a{ font-weight:900;}
.block.presentation .row + .row{ margin-top:40px;}
.block.presentation a{ font-weight:700; color:#000; text-decoration:underline;}
.block.presentation a:hover{ text-decoration:none;}
.block.presentation a.green{ color:#2b2273;}

.block.presentation.informativa table{ width:100%; margin-bottom:20px;}
.block.presentation.informativa table th, .block.presentation.informativa table td{ padding:5px; border:1px solid #e1e1e1;}

.block.numbers{ text-align:center;}
.block.numbers .countup{ margin-bottom:0px;}
.block.numbers .countup > *{ font-size:70px; line-height:70px; vertical-align:top; margin-bottom:0px; color:#000; font-weight:700;}
.block.numbers .countup .countup-sign{ font-size:30px; line-height:70px; vertical-align:top; font-weight:300;}
.block.numbers h2{ margin-bottom:0px;}
.block.numbers p{ font-size:20px; line-height:26px;}

.block.years{ text-align:center; padding-bottom:40px;}
.block.years .row{ margin:0 -20px;}
.block.years .row [class*="col-"]{ width:20%; padding:0px 20px;}
.block.years .item{ margin-bottom:20px; padding:0 40px;}
.block.years .item h2{ font-size:50px; line-height:50px; font-weight:700; margin-bottom:0px;}
.block.years .item p{ font-size:18px; line-height:24px; margin:0px;}


.block.map{ padding:0px;}
.block.map .iframe{ width:100%; height:500px; border-radius:0px;}
.block.map .iframe .map-content{ padding:15px; font-size:14px; line-height:20px; margin-bottom:0px;}
.block.map .iframe .map-content h2{ font-size:20px; line-height:24px; color:#222; font-weight:700; margin-bottom:5px;}
.block.map .iframe .map-content p{ font-size:14px; line-height:20px; margin-bottom:0px;}
.block.map .iframe .map-content a{ display:inline-block; font-weight:700; margin-top:5px; text-decoration:underline;}
.block.map .iframe .map-content a:hover{ text-decoration:none;}

.block.customers.grey{ background:rgba(0,0,0,0.03);}
.block.customers .item{ border-right:1px dashed #e1e1e1;}
.block.customers h2{ font-size:28px; line-height:34px; margin-bottom:10px;}
.block.customers h3{ font-size:16px; line-height:22px; font-weight:300; margin-bottom:20px;}
.block.customers .border-left{ border-left:1px dashed #e1e1e1;}
.block.customers .border-right{ border-right:1px dashed #e1e1e1;}
.block.customers img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.customers:hover img{ -webkit-filter: grayscale(0%); filter: grayscale(0%);}

.block.partners{ text-align:center; padding:60px 0;}
.block.partners .top{ margin-bottom:40px;}
.block.partners .top h2{ font-size:28px; line-height:34px; margin-bottom:10px;}
.block.partners .top h3{ font-size:16px; line-height:22px; font-weight:300;}
.block.partners img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.partners img:hover{ -webkit-filter: grayscale(0%); filter: grayscale(0%);}
.block.partners .row{ margin:0 -15px;}
.block.partners [class*="col-"]{ padding:0 15px;}

.block.project .gallery .item{ margin-top:25px;}
.block.project .gallery .item:first-child{ margin-top:0px;}
.block.project .gallery .item.video{ height:0; overflow:hidden; padding-bottom: 56.25%; padding-top: 30px; position: relative;}
.block.project .gallery .item.video iframe{ height:100%; left:0; position:absolute; top:0; width:100%; border:1px solid #efefef; box-shadow:1px 1px 2px rgba(0,0,0,0.05);}
.block.project .gallery .item.image img{ width:100%; height:auto; border:1px solid #efefef; box-shadow:1px 1px 2px rgba(0,0,0,0.05);}
.block.project .gallery .item.post{ margin-top:0px;}
.block.project .gallery .item.post + .item{ margin-top:0px;}
.block.project .gallery .item.post blockquote{ margin-bottom:20px;}
.block.project .gallery .item.post img{ background:#fff; border:1px solid #efefef; box-shadow:1px 1px 2px rgba(0,0,0,0.05); filter:grayscale(1); -webkit-filter: grayscale(1); filter:grayscale(100%); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.project .gallery .item.post:hover img{ filter:grayscale(0); -webkit-filter: grayscale(0); filter:grayscale(0%);}
.block.project .gallery .item.post p{ font-family: 'Muli', sans-serif; text-transform:none; color:#777; font-style:normal; font-size:16px; margin:0px;}
.block.project .gallery .item.post h5{ font-weight:900; color:#111;}
.block.project .gallery .item.post h5 small{ text-transform:none; color:#000; line-height:18px; margin:0px;}

.block.team{ background:#f7f7f7;}
.block.team h2{ font-size:28px; line-height:30px; margin-bottom:5px;}
.block.team h3{ font-size:16px; line-height:22px; font-weight:300; margin-bottom:20px;}
.block.team .LI-badge-container.vertical.dark{ width:100% !important;}
.block.team .LI-badge-container.vertical.dark .LI-profile-pic-container{ background-size:cover !important;}
.block.team .LI-badge-container.vertical.dark .LI-profile-pic{ left:50% !important; margin-left:-60px !important;}
.block.team .LI-badge-container.vertical.dark .more-info{ display:none !important;}
.block.team .item .row{ margin-left:-10px; margin-right:-10px;}
.block.team .item .row + .row{ margin-top:0px;}
.block.team .item [class*="col-"]{ padding:0 10px;}
.block.team .item h4{ color:#777; font-weight:900; font-size:20px; line-height:20px; margin-bottom:5px;}
.block.team .item h5{ color:#000; font-size:14px; line-height:20px; font-weight:300; text-transform:none; margin-bottom:20px;}

.block.blog{ padding:60px 0; background:#f7f7f7;}
.block.blog .top h2{ font-size:28px; line-height:34px; margin-bottom:0px;}
.block.blog .top h3{ font-size:16px; line-height:22px; font-weight:300; margin-bottom:20px;}
.block.blog .arrows{ margin-left:-6px;}
.block.blog .slider-arrow{ width:24px; height:24px; float:left; position:relative; margin:0px; top:0px; left:0px; right:0px;}
.block.blog .slider-arrow:hover, .block.blog .slider-arrow:focus{ color:#111;}
.block.blog li{ padding-left:0px;}
.block.blog .item{ padding:0 15px; line-height:22px;}
.block.blog .item h3{ font-size:16px; text-transform:uppercase; line-height:22px;}
.block.blog .item h3 a{ color:#777; font-weight:900;}
.block.blog .item a:hover, .block.blog .item a:focus{ color:#111;}
.block.blog .all{ clear:both; display:inline-block; width:100%; margin:10px 0;}
.block.blog .all a{ font-size:14px; color:#777;}
.block.blog .all a:hover, .block.blog .all a:focus{ color:#111;}

.block.service{ width:100%; padding:0px; position:relative; background:#fff; background-size:cover; background-position:center center;}
.block.service:before{ content:""; width:50%; height:100%; position:absolute; background-position:center center; background-size:cover;}
.block.service:after{ content:""; width:50%; height:100%; position:absolute; background-color:rgba(0,0,0,0.1); background-size:cover;}
.block.service.image-left:before{ left:0px; top:0px;}
.block.service.image-left:after{ left:0px; top:0px;}
.block.service.image-right:before{ right:0px; top:0px;}
.block.service.image-right:after{ right:0px; top:0px;}
.block.service .block-text:before{ content:""; width:76px; height:100%; position:absolute; background-position:center center; z-index:1;}
.block.service.image-left .block-text:before{  left:-76px; background-image:url(../images/arrow-right.png);}
.block.service.image-right .block-text:before{ right:-76px; background-image:url(../images/arrow-left.png);}
.block.service .text{ padding:90px 0; position:relative; z-index:2;}
.block.service.image-left .text{ padding-left:30px;}
.block.service.image-right .text{ padding-right:30px;}
.block.service .image{ display:none}
.block.service .image img{ width:100%; height:auto;}
.block.service img.img-right{ float:right; margin:0 0 15px 15px;}
.block.service .btn{ margin-top:10px;}

.block.service.grey{ background:#e5e5e5;}

.block.service.black{ background:#000;}
.block.service.black h2{ color:#fff;}
.block.service.black h3{ color:#e1e1e1;}
.block.service.black p{ color:#e1e1e1;}

.block.service.orange{ background-color:#d4732d;}
.block.service.orange:after{ display:none;}
.block.service.orange h2{ color:#fff;}
.block.service.orange h3{ color:#fff;}
.block.service.orange h4{ color:#fff;}
.block.service.orange h4:before{ background:#fff;}
.block.service.orange h4:after{ background:#fff;}
.block.service.orange p{ color:#fff;}


.block.service.big{ padding:300px 0;}
.block.service.big.small{ padding:100px 0;}
.block.service.big.text-right .text{ }
/*.block.service.big:before{ content:""; width:100%; height:200px; position:absolute; left:0px; bottom:0px; z-index:1; background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );}*/
.block.service.big:after{ width:100%; top:0px; left:0px; background-color:rgba(0,0,0,0.4);}
.block.service.big .text{ padding:0px;}
.block.service.big .btn{ clear:both;}

.block.service.nobackground:after{ display:none;}
.block.service.nobackground .text h3{ color:#313859;}
.block.service.nobackground .text h4{ color:#000;}

.block.box-presentation{ width:100%; padding:0px 5%; position:relative;}

.block.archive{ padding-bottom:40px;}
.block.archive .item{ margin-bottom:40px; }
.block.archive .item .row{ margin:0px -20px;}
.block.archive .item [class*="col-"]{ padding:0px 20px;}
.block.archive .item .image{ margin-bottom:30px;}
.block.archive .item .image a{ display:block; position:relative;}
.block.archive .item span.date{ width:auto; height:auto; padding:10px; padding-bottom:0px; position:absolute; z-index:2; text-align:left; border-radius:0px; border-top-left-radius:0px; left:0px; bottom:0px; background:#fff; z-index:1;}
.block.archive .item span.date span.day{ display:inline-block; vertical-align:bottom; font-size:28px; line-height:21px; font-weight:700; color:#000;}
.block.archive .item span.date span.month{ display:inline-block;  vertical-align:bottom; font-size:14px; line-height:21px; font-weight:400; text-transform:none; color:#000;}
.block.archive .item span.date span.month:before{ content:"|"; line-height:21px; display:inline-block; margin:0 5px; color:#999;}
.block.archive .item .text{ padding-left:80px;}
.block.archive .item .bottom{ padding-left:0px; padding-bottom:0px;}
.block.archive .item .bottom h2{ font-size:26px; line-height:30px;}
.block.archive .item .bottom p{ max-width:90%; margin-bottom:0px;}
.block.archive .item .bottom .btn{ margin-top:10px;}
.block.archive .item.big{ position:relative;}
.block.archive .item.big span.date{ bottom:auto; top:0px; padding:10px; padding-top:0px;}
.block.archive .item.big .image{ margin:0px;}
.block.archive .item.big .bottom{ width:100%; position:absolute; padding:20px; bottom:0px;}
.block.archive .item.big .bottom .inner{ width:100%; max-width:500px; padding:30px; background:#fff;}
.block.archive .item.big .bottom .inner p{ max-width:100%;}

.block.archive.archive-page{ padding-bottom:80px;}
.block.archive.archive-page hr.site{ margin:40px 0;}
.block.archive.archive-page .row.lista{ display:flex; flex-wrap:wrap;}
.block.archive.archive-page .row.lista:before, .block.archive.archive-page .row.lista:after{ content:none;}
.block.archive.archive-page .row .colonna:nth-child(2n+1){ clear:both;}
.block.archive.archive-page .item{ margin:0px; margin-bottom:40px;}
.block.archive.archive-page .item .image{ margin:0px;}
.block.archive.archive-page .item h2{ font-size:28px; line-height:32px; margin-bottom:10px;}
.block.archive.archive-page .item p{ max-width:800px;}
.block.archive.archive-page .item .btn-readmore{ margin-top:0px;}

.block.post .main-image{ position:relative; margin:5px 0 0 0;}
.block.post img + p{ margin-top:0px;}
.block.post .block-title{ width:100%; float:left; position:relative; margin-bottom:40px;}
.block.post .block-title h1{ font-size:34px; line-height:38px; color:#000; font-weight:700; text-transform:none; margin-bottom:0px;}
.block.post .block-title .info-post{ float:left; margin-top:10px;}
.block.post .block-title .info-post .info{ width:auto; float:left; margin:0 20px 0 0;}
.block.post .block-title .info-post .info.tags a{ font-size:12px; color:#333; padding:5px 10px; background:#f7f7f7;}
.block.post .block-title .info-post .info.tags a:hover{ background:#ea1d24; color:#fff;}
.block.post .block-title .info-post span{ color:#333; font-weight:700;}
.block.post .block-title span.date{ width:auto; display:inline-block; text-align:left; z-index:1; margin-bottom:20px;}
.block.post .block-title span.date span.day{ display:inline-block; vertical-align:bottom; font-size:28px; line-height:21px; font-weight:700; color:#000;}
.block.post .block-title span.date span.month{ display:inline-block;  vertical-align:bottom; font-size:14px; line-height:21px; font-weight:400; text-transform:none; color:#000;}
.block.post .block-title span.date span.month:before{ content:"|"; line-height:21px; display:inline-block; margin:0 5px; color:#999;}
.block.post .text{ margin-bottom:40px;}
.block.post .video-text .video{ position:relative; padding-bottom:56.25%; height:0;}
.block.post .video-text .video iframe{ position:absolute; top:0; left:0; width:100%; height:100%;}
.block.post .text.image-right .main{ width:700px; float:right; margin:5px 0 40px 40px;}
.block.post .gallery{ width:100%; float:left; margin:0 0 30px 0;}
.block.post .gallery ul{ margin:0 -10px;}
.block.post .gallery li{ width:25%; float:left; margin:10px 0; padding:0 10px;}
.block.post .gallery li:before{ display:none;}
.block.post .image-full{ margin-bottom:40px;}
.block.post .video-full{ margin-bottom:40px;}
.block.post .video-full .video{ position:relative; padding-bottom:56.25%; height:0;}
.block.post .video-full .video iframe{ position:absolute; top:0; left:0; width:100%; height:100%;}
.block.post .share{ width:100%; float:left; border-top:1px solid #e1e1e1; padding:20px 0;}
.block.post .share .text{ line-height:30px; float:left; margin:0 30px 0 0;}
.block.post .share .actions{ float:right;}

.block.offer .main-image{ margin-bottom:1px; position:relative;}
.block.offer .main-image .original-label{ font-family: 'Muli', sans-serif; position:absolute; z-index:2; background:#000; font-size:14px; height:35px; line-height:35px; font-weight:900; padding:0 15px;  color:#fff; left:0px; bottom:50px;}
.block.offer .main-image .price-label{ font-family: 'Muli', sans-serif; position:absolute; z-index:2; background:#007686; font-size:18px; height:50px; line-height:50px; font-weight:900; padding:0 15px;  color:#fff; left:0px; bottom:0px;}
.block.offer.works .gallery{ margin-top:30px;}
.block.offer .gallery .row{ margin:0 -0.5px;}
.block.offer .gallery [class*="col-"]{ padding:0 0.5px;}
.block.offer .gallery .figure{ margin-bottom:1px;}
.block.offer .over{ width:0px; height:100%; position:absolute; z-index:1; left:0px; background:rgba(0,71,80,0.4); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.offer a:hover .over{ width:100%;  background:rgba(0,71,80,0.7);}

.block.mailing{ width:100%; display:inline-block; padding:40px 0; background:#fff;}
.block.mailing .left{ width:auto; float:left;}
.block.mailing h4{ font-size:22px; color:#fff; font-weight:900; margin-bottom:5px;}
.block.mailing p{ font-size:16px; color:#fff; font-weight:300;}
.block.mailing .right{ width:auto; float:right;}
.block.mailing .right input[type="text"]{ width:350px; height:50px; line-height:50px;  float:left; color:#000; margin-right:10px; border:1px solid rgba(255,255,255,0.2); background:#fff;}
.block.mailing .right input[type="text"]::placeholder{ color:#000;}


.block.contacts .row.lista{ margin:0 -40px;}
.block.contacts .row.lista > [class*="col-"]{ padding:0 40px;}
.block.contacts .main h3{ font-weight:700; margin-bottom:5px;}
.block.contacts .main p + h3{ margin-top:15px;}
.block.contacts .main hr.site{ margin:20px 0;}
.block.contacts .social{ clear:both; width:auto; float:left; margin-top:5px;}
.block.contacts .social ul{ margin:0; width:auto; float:left;}
.block.contacts .social li{ width:auto; float:left; padding:0px; margin:0 5px 0 0;}
.block.contacts .social li:before{ display:none;}
.block.contacts .social li:last-child{ margin-bottom:0px;}
.block.contacts .social li a{ float:left; position:relative; border-radius:50%; background:#000; color:#fff;}
.block.contacts .social li a span.circle{ width:32px; height:32px; float:left; text-align:center; line-height:32px;}
.block.contacts .social li a span.circle i{ font-size:16px; line-height:32px; vertical-align:inherit;}
.block.contacts .social li.facebook a:hover{ background:#3b5999; border-color:#3b5999; color:#fff;}
.block.contacts .social li.youtube a:hover{ background:#cd201f; border-color:#cd201f; color:#fff;}
.block.contacts .social li.instagram a:hover{ background:#e4405f; border-color:#e4405f; color:#fff;}

.block.contacts .login h2{ margin-bottom:0px;}
.block.contacts .signup h2{ margin-bottom:0px;}
.block.contacts .password-recovery{ margin-top:20px;}
.block.contacts .password-recovery p{ font-size:14px; line-height:18px;}
.block.contacts .password-recovery a:hover{ color:#000; text-decoration:underline;}
.block.contacts .form-group.provincia .chosen-search{ display:block; padding:10px 10px;}
.block.contacts .form-group.provincia .chosen-search input{ height:35px; line-height:35px;}

.block.contacts .sidebar li{ margin-bottom:0px;}
.block.contacts .sidebar li:before{ content:"\f105"}
.block.contacts .documents + .documents{ margin-top:30px;}
.block.contacts .documents ul{ width:100%; margin:0px; padding:0 0.5px; display:inline-block;}
.block.contacts .documents li{ width:33.33%; float:left; padding:0px 0.5px; margin-bottom:1px;}
.block.contacts .documents li:before{ display:none;}
.block.contacts .documents li a:before{ content:"\f1c1"; font-family:FontAwesome; position:absolute; top:20px; line-height:40px; font-size:40px;}
.block.contacts .documents li a{ width:100%; display:inline-block; background:#111; border:1px solid #111; color:#fff; position:relative; padding:20px; padding-top:65px;}
.block.contacts .documents li a:hover{ background:none; color:#111;}
.block.contacts .documents li a:hover:before{ color:#111;}
.block.contacts .documents.all li a{ background:#007686; border:1px solid #007686;}
.block.contacts .documents.all li a:hover{ background:none; color:#007686;}
.block.contacts .documents.all li a:hover:before{ color:#007686;}

.block.schedules .table-bordered > thead > tr > th,
.block.schedules .table-bordered > thead > tr > td{ border-bottom:3px solid #fff;}
.block.schedules th{ background:#111; color:#fff;}
.block.schedules a{ color:#111; font-weight:900;}
.block.schedules .table-bordered > thead > tr > th,
.block.schedules .table-bordered > tbody > tr > th,
.block.schedules .table-bordered > tfoot > tr > th,
.block.schedules .table-bordered > thead > tr > td,
.block.schedules .table-bordered > tbody > tr > td,
.block.schedules .table-bordered > tfoot > tr > td{ border:1px solid #fff;}
.block.schedules tbody tr:nth-child(even) td{ background:rgba(193,158,195,0.3);}

.block.focus .row{ margin:0px -40px; display:flex; flex-wrap:wrap;}
.block.focus .row:before, .block.focus .row:after{ content:none;}
.block.focus .row [class*="col-"]{ padding:0 40px; position:relative;}
.block.focus .row [class*="col-"].pull-right{ order:2;}
.block.focus .row.row0{ margin:0px;}
.block.focus .row.row0 [class*="col-"]{ padding:0px;}
.block.focus .background{ width:100%; height:100%; background-size:cover; background-position:center center;}
.block.focus .row.row0 .text{ padding:80px;}
.block.focus .text{ padding:80px 0;}
.block.focus .text .inner{ max-width:90%; display:inline-block;}
.block.focus .text.black{ background:#000; background: rgb(0,0,0); background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);}
.block.focus .text.black.background:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/background-intro.jpg); background-size:cover; opacity:0.1; filter: grayscale(100%);}
.block.focus .text.black h2{ color:#fff;}
.block.focus .text.black h2 strong{ background:#2b2273; color:#000; padding:5px 15px;}
.block.focus .text.black h3{ color:#fff;}
.block.focus .text.black p{ color:#fff;}

.block.brands{ position:relative; overflow:hidden;}
.block.brands:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/brands.jpg); background-size:cover; background-position:center center;}
.block.brands .logos .row{ margin:0px -1px; margin-top:1px;}
.block.brands .logos [class*="col-"]{ padding:0px 1px;}
.block.brands .logos figure{ margin:2px 0; border:1px solid #fff;}
.block.brands .logos figure a{ opacity:0.85; display:block; /*-webkit-filter: grayscale(100%); filter: grayscale(100%);*/}
.block.brands .logos figure a:hover{ opacity:1; -webkit-filter: grayscale(0%); filter: grayscale(0%);}
.block.brands .logos.grey figure a{ -webkit-filter: grayscale(100%); filter: grayscale(100%);}

.block.brands h2{ color:#fff;}
.block.brands h3{ color:#000;}

.block.products-section{}
.block.products-section .row{ position:relative; margin:0px -10px;}
.block.products-section .row [class*="col-"]{ padding:0px 10px;}
.block.products-section .row.row-prodotti span span:nth-child(3n+1) [class*="col-"]{ clear:both;}
.block.products-section .row.row-prodotti:before, .block.products-section .row.row-prodotti:after{ display:none;}

#caroselloprodotti .item{ margin-bottom:0px !important;}

.block.products-section .item{ width:100%; float:left; position:relative; overflow:hidden; margin-bottom:40px; box-sizing: border-box;}
.block.products-section .item .sticker{ opacity:1; height:30px; line-height:30px; padding:0 15px; text-transform:none; font-size:13px; font-weight:400; position:absolute; left:auto; top:auto; background:#999; color:#fff; transform-origin:0% 100%; transform: rotate(90deg); margin-top:-30px;}
.block.products-section .item .product-image{ width:100%; float:left; display:inline-block; position:relative; font-size:0px; padding:0px; z-index:3; margin-bottom:20px; }
.block.products-section .item .product-image a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; background:rgba(0,0,0,0.03); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.block.products-section .item .product-image img{ padding:20px;}
.block.products-section .item .bottom{ width:100%; padding-left:20px; z-index:3; float:left; border-left:1px solid #e1e1e1;}
.block.products-section .item .bottom h3{ font-size:20px; line-height:24px; position:relative; margin-bottom:15px; z-index:4;}
.block.products-section .item .bottom h3 a{ font-weight:700;}
.block.products-section .item .bottom h3 a:hover, .block.products-section .item .bottom h3 a:focus{ color:#2b2273;}
.block.products-section .item .bottom h4{ font-size:16px; line-height:24px; position:relative; color:#666; text-transform:none; margin-bottom:0px; z-index:4;}
.block.products-section .item .bottom .price{ position:relative; z-index:3; font-family: 'Montserrat', sans-serif; font-size:16px; line-height:20px;}
.block.products-section .item .bottom .price del{ font-size:0.9em; color:#999;}
.block.products-section .item .bottom .price ins{ color:#000;}
.block.products-section .item .bottom .add-cart{ display:none;}
.block.products-section .item .bottom .add-cart .btn{ position:relative; z-index:3; width:50px; height:50px; padding:0px; background-image:url(../images/icon-add.png); background-size:100% 100%; text-indent:-9999px; overflow:hidden;}
.block.products-section .item .bottom .add-cart .btn:hover{ background-color:#111; border-color:#111;}
.block.products-section .item .bottom .add-cart .product-quantity{ position:relative; z-index:3; margin-right:5px;}
.block.products-section .item .bottom .add-cart .product-quantity input[type=text]{ width:50px; height:50px; padding:0px;}

.productsprev{ width:40px; height:40px; left:-60px; background:none; background-image:url(../images/arrow-prev-black.png); background-size:100% auto; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity:0.3; margin-top:-20px;}
.productsprev:hover{ opacity:1;}
.productsnext{ width:40px; height:40px; right:-60px; background:none; background-image:url(../images/arrow-next-black.png); background-size:100% auto; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity:0.3; margin-top:-20px;}
.productsnext:hover{ opacity:1;}

.block.products-section .item:hover{}
.block.products-section .item:hover .sticker{ opacity:1;}
.block.products-section .item:hover .product-image a:before{ background:rgba(0,0,0,0.06);}

.block.products-section.carousel .item.prodotto:hover .bottom{background:none;}
.block.products-section.carousel .item.prodotto:hover .bottom .view-more{ display:none;}

.block.products-section.collection{ padding-top:0px;}
.block.products-section.collection .item{ margin:0px; margin-top:-45px;}


.block.products-section .category{ width:100%; float:left; position:relative; border-radius:0px; overflow:hidden; margin:6px 0;}
.block.products-section .category .title-main h2{ position:absolute; left:20px; bottom:20px; color:#fff; z-index:4; margin:0px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category .product-image{ width:100%; float:left; display:inline-block; position:relative; font-size:0px; padding:0px; z-index:3; margin-bottom:0px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category .product-image:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.3); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category .center{ width:100%; position:absolute; padding:0 30px; text-align:center; top:-100%; z-index:4; opacity:0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category .center .icon-category img{width:200px; border-radius:0px; overflow:hidden; margin:0 auto; margin-bottom:20px;}
.block.products-section .category .center h2{ font-size:36px; line-height:36px; margin-bottom:10px; color:#fff;}
.block.products-section .category .center h3{ width:100%; padding:0 30px; color:#fff; display:inline-block;}
.block.products-section .category .center .btn:hover{ background:none; border-color:#fff; color:#fff;}
.block.products-section .category.small .center .icon-category img{ width:100px; margin-bottom:10px;}
.block.products-section .category.small .center h3{ width:100%;}

.block.products-section .category.lab .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:5;}
.block.products-section .category.lab .product-image:before{ background:rgba(0,0,0,0);}
.block.products-section .category.lab .product-image-hover{ width:100%; height:100%; position:absolute; left:0px; top:0px; opacity:0; z-index:3; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category.lab .product-image-hover:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.3);}
.block.products-section .category.lab .title-main h2{ opacity:0;}
.block.products-section .category.lab:hover .product-image-hover{ opacity:1;}

.block.products-section .category.offerte .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:5;}
.block.products-section .category.offerte .product-image:before{ background:rgba(0,0,0,0);}
.block.products-section .category.offerte .product-image-hover{ width:100%; height:100%; position:absolute; left:0px; top:0px; opacity:0; z-index:3; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category.offerte .product-image-hover:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.3);}
.block.products-section .category.offerte .title-main h2{ opacity:0;}
.block.products-section .category.offerte:hover .product-image-hover{ opacity:1;}

.block.products-section .category.animali .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:5;}
.block.products-section .category.animali .center{ top:50%; transform:translateY(-50%); opacity:1;}
.block.products-section .category.animali .title-main h2{ opacity:0;}
.block.products-section .category.animali .product-image{ -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category.animali:hover .product-image{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);transform:scale(1.1);}

.block.products-section .category.prodotti .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:5;}
.block.products-section .category.prodotti .center{ top:50%; transform:translateY(-50%); opacity:1;}
.block.products-section .category.prodotti .title-main h2{ opacity:0;}
.block.products-section .category.prodotti .product-image{ -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.products-section .category.prodotti:hover .product-image{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);transform:scale(1.1);}

.block.products-section .category:hover{}
.block.products-section .category:before{ background:rgba(0,0,0,0.0); }
.block.products-section .category:hover .product-image{}
.block.products-section .category:hover .product-image:before{ background:rgba(0,0,0,0.5)}
.block.products-section .category:hover .center{ opacity:1; top:50%; transform: translateY(-50%);}
.block.products-section .category:hover .btn:hover{ background:none;}
.block.products-section .category:hover .title-main h2{ opacity:0;}




.block.products-section .category.scatole{ border:5px solid #c8102e;}
.block.products-section .category.scatole .btn{ background:#c8102e;}
.block.products-section .category.contenitori{ border:5px solid #ffad00;}
.block.products-section .category.contenitori .btn{ background:#ffad00;}
.block.products-section .category.organizer{ border:5px solid #45aeb1;}
.block.products-section .category.organizer .btn{ background:#45aeb1;}

.block.products-section .calltoaction{ margin-top:6px; position:relative; text-align:center; padding:40px; border-radius:0px; background:url(../images/calltoaction.jpg); background-size:cover; background-position:center center;}
.block.products-section .calltoaction:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.5);}
.block.products-section .calltoaction .text{ position:relative; z-index:2;}
.block.products-section .calltoaction .text h2{ margin-bottom:0px;}
.block.products-section .calltoaction .text h3{ color:#fff;}
.block.products-section .calltoaction .text .btn:hover{ color:#fff; border-color:#fff; background:none;}

.block.products-section .item-social{ margin:6px 0; position:relative; background-size:cover; border-radius:0px; overflow:hidden;}
.block.products-section .item-social a{ width:100%; height:100%; position:absolute; left:0px; top:0px;}
.block.products-section .item-social a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.35);}
.block.products-section .item-social a:hover:before{ background:rgba(0,0,0,0);}
.block.products-section .item-social a span.center{ position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); text-align:center;}
.block.products-section .item-social a span.center span.icon{ width:150px; height:150px; display:inline-block; background:rgba(255,255,255,0.9); font-size:50px; color:#fff; text-align:center; border-radius:0px;}
.block.products-section .item-social a span.center span.icon i{ line-height:150px;}
.block.products-section .item-social a span.center span.text{ font-family: 'Muli', serif; width:100%; display:inline-block; text-align:center; font-size:24px; line-height:28px; font-weight:700; color:#fff; text-transform:uppercase;}

.block.products-section .item-social.facebook a{ border:10px solid #3b5000;}
.block.products-section .item-social.facebook a span.center span.icon{ background:#3b5000;}
.block.products-section .item-social.facebook a span.center span.icon i{ color:#fff;}
.block.products-section .item-social.facebook a:hover{ background:#3b5000;}
.block.products-section .item-social.facebook a:hover span.center span.icon{ background:#fff;}
.block.products-section .item-social.facebook a:hover span.center span.icon i{ color:#3b5000;}
.block.products-section .item-social.instagram a{ border:10px solid #e4405f;}
.block.products-section .item-social.instagram a span.center span.icon{ background:#e4405f;}
.block.products-section .item-social.instagram a span.center span.icon i{ color:#fff;}
.block.products-section .item-social.instagram a:hover{ background:#e4405f;}
.block.products-section .item-social.instagram a:hover span.center span.icon{ background:#fff;}
.block.products-section .item-social.instagram a:hover span.center span.icon i{ color:#e4405f;}


.block.category-home{ }
.block.category-home h3{ margin-bottom:0px;}
.block.category-home .container-fluid{ padding:0px;}
.block.category-home .row{ margin:0px -5px;}
.block.category-home .row [class*="col-"]{ padding:0px 5px;}
.block.category-home .box{ padding-right:30px;}

.block.category-home .item-news-home{ margin-bottom:10px; position:relative; background-size:auto 100%; background-position:center center; overflow:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius:10px;}
.block.category-home .item-news-home:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; z-index:2;}
.block.category-home .item-news-home:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; z-index:2;}
.block.category-home .item-news-home .item{ width:100%; position:absolute; bottom:0px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.category-home .item-news-home .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:9000;}
.block.category-home .item-news-home .model{ position:absolute; left:0px; top:0px; opacity:0; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.block.category-home .item-news-home .model img{ width:100%; height:auto;}
.block.category-home .item-news-home .model:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.05);}
.block.category-home .item-news-home .item:before{ content:""; width:100%; height:100%; position:absolute; left:0px; bottom:0px; /* background:rgba(103,157,63,0.8); */}
.block.category-home .item-news-home .item .top h2{ width:100%; text-align:left; margin-bottom:0px; color:#fff; font-size:24px; line-height:28px; text-transform:none;}
.block.category-home .item-news-home .item .top{ width:100%; text-align:right; display:inline-block; position:absolute; z-index:2; padding:20px; left:0px; z-index:2; opacity:1; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; transform: rotate(-90deg); transform-origin: left top 0;}
.block.category-home .item-news-home .item .bottom{ width:100%; position:absolute; z-index:2; padding:30px; bottom:0px; margin-bottom:-100%; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; transition-delay:0.2s; overflow:hidden;}
.block.category-home .item-news-home .item .bottom h2{ width:90%; float:left; font-weight:300; font-size:34px; color:#2b2273; line-height:38px; font-weight:700; margin-bottom:10px;}
.block.category-home .item-news-home .item .bottom p{ width:90%; float:left; font-weight:400; color:#222; margin-bottom:0px;}
.block.category-home .item-news-home .item .bottom .btn{ clear:both; float:left; position:relative; margin-top:10px;}

.block.category-home .item-news-home:hover .model{ opacity:1;}
.block.category-home .item-news-home:hover{ background-size:auto 105%;}
.block.category-home .item-news-home:hover:before{ background:rgba(255,255,255,0.75)}
.block.category-home .item-news-home:hover:after{ background:rgba(0,0,0,0.05);}
.block.category-home .item-news-home:hover .item .top{ opacity:0;}
.block.category-home .item-news-home:hover .item .bottom{ margin-bottom:0%;}

.block.category-home.dark{ background:#333;}
.block.category-home.dark h2{ color:#fff;}
.block.category-home.dark h3{ color:#e1e1e1;}
.block.category-home.dark .btn.btn-default{ border-color:#fff; color:#fff;}
.block.category-home.dark .btn.btn-default:hover{ border-color:#fff; background:#fff; color:#111;}

.block.company-home{ background:url(../images/bg-company-home.jpg) no-repeat; background-size:cover; background-position:center center; overflow:hidden;}
.block.company-home .partners{ text-align:center; margin-top:40px;}
.block.company-home .partners p{ font-size:14px; line-height:18px; margin-bottom:15px;}
.block.company-home .partners img{ height:75px; display:inline-block;}


.sticker{ width:auto; height:auto; padding:10px; font-size:13px; line-height:16px; background:#2b2273; border-radius:0px; position:absolute; z-index:5; left:30px; top:30px; font-weight:700; text-transform:uppercase; border-radius:0px;}

.block.search{ padding:40px 0; background:#111;}
.block.search h2{ color:#fff; margin:0px;}
.block.search h3{ margin:0px; color:#000;}
.block.search .item{ position:relative;}
.block.search .item input[type="text"]{ height:50px; line-height:50px; font-size:15px; background:#fff; border-color:#d9d9d9; padding-right:60px;}
.block.search .item a{ width:50px; height:50px; background:none; position:absolute; right:0px; text-align:center; color:#111; right:0px; top:0px;}
.block.search .item a i{ vertical-align:top; line-height:50px;}

.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#e1e1e1;}
.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal .modal-dialog{ margin:0px; overflow:auto !important;}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal-form{ padding:0px;}
.modal p, .modal li{ font-size:16px; line-height:24px; color:#000;}
.modal ul{ margin:0px; padding:0px; margin-bottom:15px;}
.modal li{ position:relative; margin-bottom:3px; padding-left:20px;}
.modal li:last-child{ margin-bottom:0px;}
.modal li:before{ content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; font-size:16px; color:#2b2273;}
.modal a{ color:#2b2273; text-decoration:underline;}
.modal a:hover{ color:#2b2273; text-decoration:none;}
.modal .modal-header{ padding:10px 30px; padding-right:70px; background-color:#f7f7f7; border-radius:0px;}
.modal .modal-header .modal-title{ color:#000; font-size:20px; line-height:26px; margin-top:5px; text-transform:none; font-weight:700;}
.modal .modal-dialog{ overflow:hidden;}
.modal .modal-content{ background:#fff; border-radius:0px; border:0px;}
.modal .modal-content hr{ border-color:#d9d9d9; margin:15px auto; width:100%;}
.modal .modal-content .form-group > label{ color:#777;}
.modal .modal-content .form-group input[type="text"],
.modal .modal-content .form-group input[type="email"],
.modal .modal-content .form-group input[type="password"],
.modal .modal-content .form-group textarea{ background:#fff; border-color:#e1e1e1;}
.modal .close{ width:32px; height:32px; position:absolute; background-color:#fff; background-image:url(../images/icon-remove.png); background-size:100% 100%; top:16px; right:16px; text-shadow:0px 0px 0px #000; opacity:1;}
.modal-body .video { position: relative; padding-bottom: 56.25%; height:0;}
.modal-body .video iframe{ position:absolute; top:0; left:0; width:100%; height:100%;}
.modal-body .form{ text-align:left; margin-top:20px;}

.sidebar{ padding:40px; width:100%; height:100%; float:left; background:#f7f7f7;}
.sidebar .widget{ width:100%; max-width:100%; display:inline-block; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #e1e1e1; }
.sidebar .widget:first-child{ padding-top:0px;}
.sidebar .widget h3 {font-size:18px; line-height:24px; font-weight:700; text-transform:none; color:#000; margin-bottom:0px; position:relative;}
.sidebar .widget h3 a{ display:block; padding-right:26px; position:relative;}
.sidebar .widget ul {margin:0px; margin-top:15px;}
.sidebar .widget ul li{ width:100%; float:left; padding-left:0px; margin-bottom:5px;}
.sidebar .widget ul li:last-child{ margin-bottom:0px;}
.sidebar .widget ul li:before{ display:none;}
.sidebar .widget:last-child{ border:0px; padding-bottom:0px; margin-bottom:0px;}
.sidebar .widget .check{ margin-bottom:0px;}
.sidebar .widget .check label{ cursor:pointer;}
.sidebar .widget .check label span{ color:#000; font-size:14px; line-height:20px; padding-left:35px;}
.sidebar .widget .check label:before{ background:#fff; }
.sidebar .widget.attivi ul{ margin:0px; padding:0px; margin-top:5px;}
.sidebar .widget.attivi li{ width:auto; padding:0px; float:left; margin:5px 5px 0 0;}
.sidebar .widget.attivi li:before{ display:none;}
.sidebar .widget.attivi li a{ float:left; padding:3px 15px; padding-left:30px; float:left; font-size:12px; line-height:20px; background:#000; color:#2b2273; font-weight:400; text-decoration:none;}
.sidebar .widget.attivi li a:before{ content:""; width:10px; height:10px; background:url(../images/icon-close-white.png); position:absolute; left:10px; top:8px; background-size:100% auto; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.sidebar .widget.attivi li a:hover{ background:#000; color:#fff;}
.sidebar .widget.attivi li a:hover:before{ color:#fff;}
.sidebar .widget.attivi .reset{ width:100%; float:left; text-align:left; margin-top:10px;}
.sidebar .widget.attivi .reset a{ font-size:14px; text-decoration:underline; font-weight:700;}
.sidebar .widget.attivi .reset a:hover{ text-decoration:none;}
.sidebar .widget.category h3{ font-size:22px; line-height:20px;}
.sidebar .widget.category li{ font-size:16px; line-height:22px; position:relative; margin-bottom:3px; padding-left:20px;}
.sidebar .widget.category li:before{ content:"\f061"; font-family:FontAwesome; display:block; position:absolute; left:0px; font-size:10px; color:#666;}
.sidebar .widget.category li a{}


.product-item{ margin-bottom:40px;}
.product-item .row{ margin:0 -20px;}
.product-item [class*="col-"]{ padding:0 20px;}
.product-item h2{ font-size:22px; line-height:26px; font-weight:900; color:#0060af; text-transform:uppercase; margin-bottom:0px;}
.product-item h3{ font-size:18px; font-weight:700; color:#333; text-transform:uppercase; margin-bottom:5px;}
.product-item strong{ font-weight:700; color:#333;}
.product-item .product-varianti{ margin-bottom:20px;}
.product-item .product-varianti .chosen-container-single{ min-width:200px;}
.product-item .price{ width:100%; float:left; position:relative; font-size:24px; z-index:3; padding:10px 0; font-weight:700; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}
.product-item .price h3{ width:auto; color:#000; min-width:140px; float:left; line-height:50px; margin-bottom:0px; text-transform:none;}
.product-item .price del{ font-size:0.6em; line-height:50px; vertical-align:top; color:#666; display:inline-block;}
.product-item .price ins{ color:#111; line-height:50px; vertical-align:top; display:inline-block;}
.product-item .choose{ width:100%; float:left; padding:20px 0;}
.product-item .choose + .choose{ padding-top:0px;}
.product-item .choose .text{ min-width:140px; float:left; }
.product-item .choose .text h3{ width:auto; color:#000; display:inline-block; vertical-align:middle; line-height:46px; margin:0px; text-transform:none;}
.product-item .choose .text a.info{ display:inline-block; vertical-align:middle; margin-left:10px;}
.product-item .choose .text a.info:hover, .product-item .choose .text a.info:focus{ color:#000;}
.product-item .choose .chosen-container-single .chosen-single span{ font-size:16px; font-weight:400;}
.product-item .choose .chosen-container-single .chosen-single{ height:44px; line-height:44px;}
.product-item .choose .chosen-container-single .chosen-single div:after{ line-height:44px; font-size:20px;}
.product-item .choose .chosen-container{ max-width:350px; float:left; margin-right:10px;}
.product-item .product-quantity{ float:left; position:relative; z-index:3; margin-right:5px; line-height:normal;}
.product-item .product-quantity p{ line-height:50px;}
.product-item .product-quantity input[type=text]{ width:50px; height:50px; font-size:22px; padding:0px;}
.product-item .boxAggiungi{ padding:20px 0; width:100%; float:left; border-top:1px solid #e1e1e1;}
.product-item .boxAggiungi h3{ width:auto; color:#000; min-width:140px; line-height:50px; float:left; margin:0px; text-transform:none;}
.product-item .info-products{ width:100%; float:left; margin-bottom:10px; }
.product-item .info-products li{ width:auto; float:left; padding-left:0px; font-size:16px; line-height:22px;}
.product-item .info-products li:after{ content:"|"; float:left; margin:0 10px; color:#e1e1e1;}
.product-item .info-products li:before{ display:none;}
.product-item .info-products li .name{ float:left; font-weight:700; margin:0 10px 0 0;}
.product-item .info-products li .field{ float:left;}
.product-item .info-products li .field a{ float:left;}
.product-item .info-products li .field a:after{ content:"/"; float:left; margin:0 7px; color:#e1e1e1;}
.product-item .info-products li .field a:first-child:after{ display:none;}
.product-item .info-products li .field a:hover{ color:#000; text-decoration:underline;}
.product-item .info-products li:last-child:after{ display:none;}
.product-item .info-box{ width:100%; display:inline-block; margin-bottom:40px;}
.product-item .info-box h1{ font-size:40px; line-height:44px; color:#000; font-weight:700; text-transform:none; margin-bottom:20px;}
.product-item .info-box h3{ font-size:20px; line-height:26px; color:#666; font-weight:300; margin-bottom:0px; text-transform:none;}
.product-item .info-box blockquote{ padding:0px; border:0px; font-size:14px; line-height:18px; font-style:normal; margin:0px; margin-top:30px;}
.product-item .info-box a{ color:#c36624; text-decoration:underline;}
.product-item .info-box a:hover{ text-decoration:none;}
.product-item .info-box .descProdotto{ margin-bottom:20px;}
.product-item .share{ width:100%; float:left; margin-top:40px;}
.product-item .share .text{ width:auto; float:left; line-height:30px;}
.product-item .share .actions{ float:left; margin-left:10px;}
.product-item .main{ position:relative; overflow:hidden;}
.product-item .main a{ width:100%; display:inline-block;}
.product-item .main a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; background:rgba(0,0,0,0.03); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.product-item .main img{ width:100%; height:auto; padding:40px;}
.product-item .gallery{ width:100%; display:inline-block; margin:20px 0 0 0;}
.product-item .gallery ul{ margin:0 -10px;}
.product-item .gallery li{ width:25%; padding:0 10px; float:left;}
.product-item .gallery li:before{ display:none;}
.product-item .gallery li a{ float:left; position:relative;}
.product-item .gallery li a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; background:rgba(0,0,0,0.03); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}


.product-item .back-products{ width:100%; display:inline-block; margin:10px 0 0 0;}
.product-item .back-products a{ position:relative; padding-left:15px; line-height:20px; color:#2b2273; vertical-align:top;}
.product-item .back-products a:before{ content:"\f104"; font-family:FontAwesome; font-size:14px; width:10px; height:20px; position:absolute; left:0px; line-height:20px; text-align:center;}
.product-item .back-products a:hover{ text-decoration:underline;}

.block.products-section .riga{ display:flex; flex-wrap:wrap; margin-left:-25px; margin-right:-25px;}
.block.products-section .riga:before, .block.products-section .riga:after{ content:none;}
.block.products-section .riga > [class*="col-"]{ padding:0px 25px;}
.block.products-section .riga > .pull-right{ order:2;}
.block.products-section .riga > .col-lg-3{ width:22%;}
.block.products-section .riga > .col-lg-9{ width:78%;}
.block.products-section .colonnaprodotti .row > [class*="col-"]:nth-last-child(1) .item{ margin-bottom:0px;}
.block.products-section .colonnaprodotti .row > [class*="col-"]:nth-last-child(2) .item{ margin-bottom:0px;}
.block.products-section .colonnaprodotti .row > [class*="col-"]:nth-last-child(3) .item{ margin-bottom:0px;}
.block.products-section .pagination{ margin-top:80px;}

.block.products-section.details .row{ margin:0 -30px;}
.block.products-section.details [class*="col-"]{ padding:0 30px;}
.block.products-section.details .product-item{ margin-bottom:0px;}

.block.full-gallery .row{ margin:0 -5px;}
.block.full-gallery [class*="col-"]{ padding:0 5px;}
.block.full-gallery figure{ border-radius:0px; overflow:hidden;}
.block.full-gallery figure img{ width:100%; height:auto;}


.block.icons-category{ padding:60px 0; position:relative;}
.block.icons-category li{ margin-bottom:0px;}
.block.icons-category .item{ width:100%; float:left; min-height:90px; position:relative; padding:0 0 0 100px; z-index:2;}
.block.icons-category .item .link{ height:inherit;}
.block.icons-category .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; text-indent:-9999px; overflow:hidden; z-index:3;}
.block.icons-category .item .icon{ width:90px; height:90px; position:absolute; border-radius:0px; left:0px; top:0px; padding:5px; border:1px solid #2b2273; margin-bottom:0px; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.block.icons-category .item .icon img{ border-radius:0px; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.block.icons-category .item h2{ font-size:22px; color:#222; line-height:24px; margin-bottom:3px;}
.block.icons-category .item h3{ font-size:16px; line-height:19px; margin-bottom:0px;}
.block.icons-category .item .center{ position:absolute; top:50%; transform: translateY(-50%);}

.block.icons-category .item:hover .icon{ border-color:#222;}
.block.icons-category .item:hover .icon img{ background:#222;}

.block.icons-category.internal-page{}
.block.icons-category.internal-page .item{ margin:10px 0; min-height:120px; padding-left:130px;}
.block.icons-category.internal-page .icon{ width:120px; height:120px;}

.block.icons-category-center{ margin-top:-60px; padding:0; padding-bottom:20px; position:relative;}
.block.icons-category-center .row{ text-align:center; margin:0px;}
.block.icons-category-center [class*="col-"]{ width:auto; float:none; padding:0px 5px; display:inline-block;}
.block.icons-category-center .item{ width:auto; min-width:120px; float:left; text-align:center; position:relative; height:auto; z-index:2;}
.block.icons-category-center .item .link{ height:inherit;}
.block.icons-category-center .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; text-indent:-9999px; overflow:hidden; z-index:3;}
.block.icons-category-center .item .icon{ width:120px; text-align:center; border-radius:0px; padding:5px; background:#fff; border:1px solid #222; margin-bottom:0px; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.block.icons-category-center .item .icon img{ border-radius:0px; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.block.icons-category-center .item .icon span{ display:none; font-family:'Muli', sans-serif; opacity:0; width:100%; text-align:center; position:absolute; position:absolute; left:0px; top:50%; transform: translateY(-50%); font-size:18px; letter-spacing:-0.5px; color:#fff; font-weight:700; text-transform:uppercase; padding:5px;}
.block.icons-category-center .item h2{ margin-top:10px; font-size:18px; color:#2b2273; line-height:18px; margin-bottom:0px;}
.block.icons-category-center .item h3{ display:none; font-size:16px; line-height:19px; margin-bottom:0px;}
.block.icons-category-center .item .center{ text-align:center;}

.block.icons-category-center .item:hover .icon{  background:#2b2273; border-color:#2b2273;}
.block.icons-category-center .item:hover .icon span{ opacity:1;}
.block.icons-category-center .item:hover .icon img{ opacity:1; background:#2b2273;}

.block.paginashop h2{ margin-bottom:0px;}

.btnMeno{ width:25px; height:50px; background:#000; color:#fff; border-radius:0px; border:0px; font-size:20px;}
.btnMeno:hover{ background:#333;}
.btnPiu{ width:25px; height:50px; background:#000; color:#fff; border-radius:0px; border:0px; font-size:20px;}
.btnPiu:hover{ background:#333;}

.listacheck input{ float:left; margin:5px 7px 0 0;}
.listacheck label{ font-weight:400;}

.infoBoxSpedizione{ min-height:80px; padding:20px; background:#f7f7f7; position:relative; padding-left:80px; margin-top:20px;}
.infoBoxSpedizione i{ width:40px; height:40px; border-radius:0px; background:#2b2273; position:absolute; left:20px; font-size:20px; color:#fff; line-height:40px; text-align:center;}
.infoBoxSpedizione a{ color:#2b2273;}
.infoBoxSpedizione a:hover{ text-decoration:underline;}
.infoBoxSpedizione p{ margin-top:8px; font-size:16px;}

.block.dashboard-page{ text-align:center;}

.block.dashboard-page .dashboard-icons{ margin-top:60px; text-align:center;}
.block.dashboard-page .dashboard-icons li{ min-width:100px; padding:0px; display:inline-block; vertical-align:top; text-align:center; margin:0 20px;}
.block.dashboard-page .dashboard-icons li:first-child{ margin-left:0px;}
.block.dashboard-page .dashboard-icons li:before{ display:none;}
.block.dashboard-page .dashboard-icons li a{ width:100%; padding-top:110px; position:relative; font-size:16px; line-height:20px; display:inline-block;}
.block.dashboard-page .dashboard-icons li a:before{ content:""; width:100px; height:100px; position:absolute; left:50%; margin-left:-50px; top:0px; background-color:#f7f7f7; border-radius:50%; background-size:100% auto; background-repeat:no-repeat; background-size:48px 48px; background-repeat:no-repeat; background-position:center center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.dashboard-page .dashboard-icons li a:hover:before{ background-color:#e1e1e1;}
.block.dashboard-page .dashboard-icons li.profilo a:before{ background-image:url(../images/icon-user-black.png);}
.block.dashboard-page .dashboard-icons li.storico a:before{ background-image:url(../images/icon-storico-black.png); background-size:40px 40px;}
.block.dashboard-page .dashboard-icons li.carrello a:before{ background-image:url(../images/icon-add-black.png);}
.block.dashboard-page .dashboard-icons li.logout a:before{ background-image:url(../images/icon-logout-black.png); background-size:40px 40px;}

.bntloggato{ float:right;}

.popup-overlay{ width:100%; height:100%; position:fixed; left:0px; top:0px; text-align:left; padding:0 30px; background:rgba(0,0,0,0.4); z-index:9999000;}
.popup-overlay .popup{ width:100%; position:relative; max-width:600px; text-align:center; padding:40px; background:#fff; top:50%; left:50%; transform: translate(-50%, -50%); border-radius:0px;}
.popup-overlay .popup h2{ font-size:24px; line-height:28px; color:#000; margin-bottom:20px; font-weight:700; text-transform:none;}

.promo-box{width:90%; max-width:100%; position:static; margin-top:0px; margin-left:5%; margin-right:5%; padding:0px; right:auto; margin-bottom:5px;}
.promo-box .container-fluid{width:100%; max-width:1920px; margin:0 auto; padding:0px;}
.promo-box .item{ position:relative; padding:15px; border-radius:0px; min-height:71px; background:#222; border-top:5px solid #2b2273; color:#fff; text-align:center;}
.promo-box .item p:before{ content:""; width:36px; height:36px; position:absolute; left:0px; top:0px; background-image:url(../images/promo-icon.png); background-size:100% auto; border:1px solid #fff; border-radius:0px;}
.promo-box .item p{ color:#fff; font-size:15px; position:relative; line-height:20px; display:inline-block; padding-left:45px; padding-top:7px;}
.promo-box .item a{ color:#fff; font-size:15px; line-height:20px; left:0px; font-weight:300; text-decoration:underline;}
.promo-box .item a:hover{ text-decoration:none;}

.block.presentation .newsletter-box{ padding:30px; background:#2b2273;}
.block.presentation .newsletter-box h2{ color:#fff; margin-bottom:5px;}
.block.presentation .newsletter-box h3{ color:#fff;}
.block.presentation .newsletter-box .btn{ border:1px solid #fff; color:#fff;}
.block.presentation .check label span{ color:#fff;}
.block.presentation .check label span a{ text-decoration:underline;}

.products-section .left{ width:50%; height:100%; position:absolute; left:0px; top:0px; background-color:#e1e1e1; background-image:url(../images/bg-home01.jpg); background-size:cover; background-position:center center;}
.products-section .pdleft{ padding-left:40px;}
.products-section .pdright{ padding-right:40px;}

.title-home{ width:100%; float:left; margin-bottom:60px;}
.title-home .text{ float:left;}
.title-home .text h2{ margin-bottom:5px; position:relative;}
.title-home .text h2 a, .title-home h2 a:hover, .title-home h2 a:focus{ color:#2b2273;}
.title-home .text h3{ margin-bottom:0px;}
.title-home .action{ float:right;}
.title-home .action .btn{ margin-top:0px;}

.block.book{ padding:60px 0; position:relative; background:#2b2273;}
.block.book:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/cta.jpg); background-size:cover; opacity:0.2; background-position:center center; filter: grayscale(100%);}
.block.book h2{ font-size:30px; line-height:30px; color:#fff; margin:0 0 10px 0;}
.block.book h3{ font-size:20px; line-height:26px; margin:0px; color:#fff;}
.block.book .item{ padding:0 20px; text-align:left;}
.block.book .btn{ float:right; border-color:#fff; background:none; color:#fff;}
.block.book .btn:before{ color:#fff;}
.block.book .btn:hover{ background:#fff; color:#000;}


.block.presentation.abouthome{ }
.block.presentation.abouthome img.intro{ max-width:360px; margin-top:30px;}
.block.presentation.abouthome:before{ content:""; width:55%; height:100%; position:absolute; left:0px; top:0px; background:#e8f2f6;}
.block.presentation.abouthome .item-wrap{ margin-top:30px;}
.block.presentation.abouthome .item{ margin-bottom:30px;}
.block.presentation.abouthome .item .image{ border-radius:50%; padding:5px; border:1px solid #2b2273; overflow:hidden;}
.block.presentation.abouthome .item .image img{ border-radius:50%;}
.block.presentation.abouthome .item h3{ margin-bottom:10px; font-weight:700; color:#333;}
.block.presentation.abouthome .item:last-child{ margin-bottom:0px;}


.block.block-collection .images{ border:1px solid #e1e1e1;}

.form-checkout .row{ margin:0 -5px;}
.form-checkout [class*="col-"]{ padding:0 5px;}
.cart tbody th.product-quantity{ text-align:center;}
.cart tbody th.product-subtotal{ text-align:center;}
.cart tbody th.product-price{ text-align:center;}
.cart_totals .table{ max-width:100%;}
.cart .product-name{ padding-left:0px;}
.cart .product-quantity input[type=text]{ width:70px; height:50px; font-size:22px;}
.cart td.product-price, .cart td.product-subtotal{ color:#333;}
.wc-proceed-to-checkout .btn{ margin-top:0px !important;}
.cart_totals .table{ color:#333;}
.cart_totals .table > tbody > tr.order-total > *{ color:#333;}
.carrello-checkout{ margin-top:60px;}
.carrello-checkout .cart tbody th.product-subtotal{ text-align:right;}

.block.video .videoiframe{position: relative;padding-bottom: 56.25%; height: 0;}
.block.video .videoiframe iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.block.full-gallery .container-fluid{ padding:0px;}
.block.full-gallery .row{ margin:0px;}
.block.full-gallery .top{ margin-bottom:30px;}
.block.full-gallery .row [class*="col-"]{ width:20%; padding:0px;}
.block.full-gallery .row .figure{ margin:0; position:relative;}
.block.full-gallery .row .figure a{ display:inline-block;}
.block.full-gallery .row .figure a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.05); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.block.full-gallery .row .figure a:hover:before{ background:rgba(255,255,255,0.5);}

.utenteNonLoggato{ margin-bottom:20px; text-align:center; padding:20px; background:#f7f7f7; border-radius:10px;}
.utenteNonLoggato p{ font-size:14px; line-height:22px; color:#000;}

.block.testimonials{ }
.block.testimonials .container-fluid{}
.block.testimonials .box{ padding:100px 0; text-align:center;}
.block.testimonials .box.grey{ background:#f7f7f7;}
.block.testimonials .box:before{ content:""; width:100%; height:100%; position:absolute; z-index:2; left:0px; top:0px; background:rgba(255,255,255,0.5);}
.block.testimonials .box:after{ content:""; width:100%; height:100%; position:absolute; z-index:1; left:0px; top:0px;  background-size:cover; background-position:center center; filter: grayscale(50%);}
.block.testimonials .box .inner{ width:100%; max-width:800px; display:inline-block; position:relative; z-index:3;}
.block.testimonials .box .image{ width:150px; height:150px; border-radius:50%; overflow:hidden; margin-bottom:20px; display:inline-block; padding:10px; border:1px solid #e1e1e1;}
.block.testimonials .box .image img{ border-radius:50%;}
.block.testimonials .box h2{ margin-bottom:5px;}
.block.testimonials .box p{ max-width:600px; display:inline-block;}
.testimonialsprev{ width:40px; height:40px; left:60px; background-color:transparent; background-image:url(../images/arrow-prev-black.png); background-size:100% auto; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity:0.3;}
.testimonialsprev:hover{ background-color:transparent; opacity:1;}
.testimonialsnext{ width:40px; height:40px; right:60px; background-color:transparent; background-image:url(../images/arrow-next-black.png); background-size:100% auto; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity:0.3;}
.testimonialsnext:hover{ background-color:transparent; opacity:1;}

.block.testimonials.internal-page .box{ padding:80px 0;}


.block.store-locator-home .ministore{ margin-top:30px;}
.block.store-locator-home .ministore .row{ margin:0 -5px;}
.block.store-locator-home .ministore .row [class*="col-"]{ padding:0px 5px;}
.block.store-locator-home .ministore .item{ margin-bottom:10px; background:#000; background: rgb(0,0,0); background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%); padding:20px; position:relative; overflow:hidden; background:#f7f7f7;}
.block.store-locator-home .ministore .item:before{ content:""; width:150px; height:150px; position:absolute; right:-20px; top:20px; background:url(../images/symbol-store.png); background-size:100% auto; background-repeat:no-repeat; background-position:top center; opacity:0.2;}
.block.store-locator-home .ministore .item h4{ font-size:18px; line-height:24px; margin-bottom:5px; color:#000; font-weight:700; text-transform:none; position:relative; z-index:2; }
.block.store-locator-home .ministore .item p{ font-size:14px; line-height:18px; color:#666; position:relative; z-index:2;}

.block.filters{ padding:40px 0; }
.block.filters .row{ display:flex; flex-wrap:wrap;}
.block.filters .row:before, .block.filters .row:after{ content:none;}
.block.filters [class*="col-"]{ height:100%; display:flex; align-items:center;}
.block.filters h2{ color:#000; font-size:30px; margin:0;}
.block.filters h3{ color:#666; margin:0px;}
.block.filters .text{ width:auto; float:left;}
.block.filters .form{ width:auto; float:left; padding:10px; padding-left:40px; margin-left:40px; border-left:1px solid #e1e1e1;}
.block.filters .group{ margin:0 -10px;}
.block.filters .group .field{ float:left; padding:0 10px;}
.block.filters .group .field .wrap{ position:relative;}
.block.filters .group .field input[type="search"]{ width:350px; height:50px; font-weight:400; background:#fff; padding-right:70px;}
.block.filters .group .field span{ width:50px; height:50px; position:absolute; top:0px; right:0px; background:url(../images/icon-search.png); padding:10px; background-size:100% 100%; color:#fff; font-size:20px; line-height:50px; text-align:center;}
.block.filters .group .send{ width:auto; float:left; padding:0 10px;}
.block.filters .group .send input{ float:right; height:50px; margin:0px !important;}
.block.filters .group .list{ width:auto; float:left; padding:0 10px;}
.block.filters .form .btn{ margin:0px;}

.block.legend .item-wrap .item{ width:auto; min-height:50px; float:left; margin:0 30px 0 0; padding-left:70px; position:relative;}
.block.legend .item-wrap .item .color{ width:50px; height:50px; position:absolute; left:0px; background:#000; border-radius:50%; overflow:inherit;}
.block.legend .item-wrap .item .color:before{ content:""; width:50px; height:50px; position:absolute; right:-5px; background:url(../images/symbol-line-strong.png); background-size:100% auto; background-repeat:no-repeat; background-position:center center; opacity:0.5;}
.block.legend .item-wrap .item .image{ width:50px; height:50px; position:absolute; left:0px; overflow:inherit;}
.block.legend .item-wrap .item.gold .color{ background: rgb(205,171,43); background: linear-gradient(90deg, rgba(205,171,43,1) 0%, rgba(139,120,5,1) 100%);}
.block.legend .item-wrap .item.silver .color{ background: rgb(181,181,181); background: linear-gradient(90deg, rgba(181,181,181,1) 0%, rgba(153,152,150,1) 100%);}
.block.legend .item-wrap .item.bronze .color{ background: rgb(179,104,24); background: linear-gradient(90deg, rgba(179,104,24,1) 0%, rgba(121,64,10,1) 100%);}
.block.legend .item-wrap .item.store .color{ background: rgb(208,59,59); background: linear-gradient(90deg, rgba(208,59,59,1) 0%, rgba(161,16,16,1) 100%);}
.block.legend .item-wrap .item .text{ padding-top:3px;}
.block.legend .item-wrap .item .text h3{ font-size:18px; font-weight:700; margin-bottom:0px;}
.block.legend .item-wrap .item .text p{ font-size:15px; line-height:20px;}

.block.store-locator{}
.block.store-locator .row{ margin:0 -15px; display:flex; flex-wrap:wrap;}
.block.store-locator .row:before, .block.store-locator .row:after{ content:none;}
.block.store-locator .row [class*="col-"]{ padding:0px 15px; margin-bottom:30px;}
.block.store-locator .item{ height:100%; margin-bottom:0px; background:#000; background: rgb(0,0,0); background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%); padding:30px; padding-top:60px; position:relative; overflow:hidden; background:#f7f7f7;}
.block.store-locator .item .sticker{ position:absolute; left:30px; top:0px; background:#000; color:#fff; font-size:11px; font-weight:400; padding:5px 10px; line-height:20px;}
.block.store-locator .item .sticker.store{ background: rgb(208,59,59); background: linear-gradient(90deg, rgba(208,59,59,1) 0%, rgba(161,16,16,1) 100%);}
.block.store-locator .item .sticker.bronze{ background: rgb(179,104,24); background: linear-gradient(90deg, rgba(179,104,24,1) 0%, rgba(121,64,10,1) 100%);}
.block.store-locator .item .sticker.silver{ background: rgb(181,181,181); background: linear-gradient(90deg, rgba(181,181,181,1) 0%, rgba(153,152,150,1) 100%);}
.block.store-locator .item .sticker.gold{ background: rgb(205,171,43); background: linear-gradient(90deg, rgba(205,171,43,1) 0%, rgba(139,120,5,1) 100%);}
.block.store-locator .item:before{ content:""; width:150px; height:150px; position:absolute; right:-20px; top:20px; background:url(../images/symbol-store.png); background-size:100% auto; background-repeat:no-repeat; background-position:top center; opacity:0.2;}
.block.store-locator .item .text h4{ font-size:18px; line-height:24px; margin-bottom:5px; color:#000; font-weight:700; text-transform:none; position:relative; z-index:2; }
.block.store-locator .item .text p{ font-size:16px; line-height:22px; color:#666; position:relative; z-index:2;}
.block.store-locator .item .text p:last-child{ margin-bottom:0px;}
.block.store-locator .item .actions{ position:absolute; right:20px; top:20px; z-index:2;}
.block.store-locator .item .actions li{ clear:both; padding-left:0px; float:left; margin:0 0 5px 0;}
.block.store-locator .item .actions li a{ width:32px; height:32px; float:left; position:relative; background:#000; color:#fff; border-radius:50%; text-indent:-9999px; background-size:16px 16px; background-repeat:no-repeat; background-position:center center;}
.block.store-locator .item .actions li.web a{ background-image:url(../images/icon-link.png);}
.block.store-locator .item .actions li.email a{ background-image:url(../images/icon-mail.png);}
.block.store-locator .item .actions li a:hover{ background-color:#2b2273;}
.block.store-locator .item .actions li:before{ display:none;}

.block.comparison{ text-align:left;}
.block.comparison .row + .row{ margin-top:40px;}
.block.comparison hr.site{ margin:30px 0; border:0px;}
.block.comparison .box{ width:100%;}
.block.comparison .box .row + .row{ margin-top:0px;}
.block.comparison .box h2{ font-size:18px; text-transform:uppercase; background:#000; color:#2b2273; padding:5px 40px; margin-bottom:10px; text-align:left;}
.block.comparison .box .row.list{ margin-left:0px; margin-right:0px; display:flex; flex-wrap:wrap;}
.block.comparison .box .row.list:before, .block.comparison .box .row.list:after{ content:none;}
.block.comparison .box .row.list [class*="col-"]{ padding:0; display:flex; border-right:0px solid #e1e1e1;}
.block.comparison .box .row.list .item{ width:100%; padding:40px; text-align:left; position:relative; overflow:hidden;}
.block.comparison .box .row.list .item h3{ font-size:26px; line-height:32px; font-weight:700; margin-bottom:10px;}
.block.comparison .box .row.list .item h3 strong{ padding:0 10px; background:#2b2273;}
.block.comparison .box .row.list .item p{ max-width:600px; display:inline-block;}
.block.comparison .box .row.list .item p:last-child{ margin-bottom:0px;}
.block.comparison .box .row.list .item.one{ background:#f7f7f7; opacity:0.5;}
.block.comparison .box .row.list .item.one h3{ }
.block.comparison .box .row.list .item.one p{}
.block.comparison .box .row.list .item.two{ background:#f3f3f3;}
.block.comparison .box .row.list .item.two:before{ content:""; width:300px; height:300px; position:absolute; top:20px; right:-20px; background:url(../images/symbol-store.png); background-size:100% auto; background-repeat:no-repeat; opacity:0.2;}
.block.comparison .box .row.list .item.two h3{ color:#000;}
.block.comparison .box .row.list .item.two p{ color:#000;}

.block.fastlight .image{ margin-bottom:40px;}
.block.fastlight .box{ margin:20px 0; text-align:center; padding:40px; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}
.block.fastlight .box .btn{ margin-top:0px;}

.footer{ width:100%; position:relative; overflow:hidden; display:inline-block; width:100%; float:left; background:#fff; padding:30px 0; border-top:1px solid #e1e1e1;}
.footer:before{ content:""; width:20%; height:100%; position:absolute; right:60px; top:60px; background:url(../images/symbol.png); background-position:top center; background-size:100% auto; background-repeat:no-repeat; opacity:0.05;}
.footer hr.divider-footer{ max-width:100%; margin-top:40px; margin-bottom:20px; background:none; border-top:1px solid #e1e1e1;}
.footer .footer-row{ padding:0px; text-align:center;}
.footer .footer-row .col-md-3{ width:20%;}
.footer .footer-row .logo-wrap .logo{ width:auto; display:inline-block;}
.footer .footer-row .logo-wrap .logo img{ max-height:50px;}
.footer .footer-row .widget{ text-align:left;}
.footer .footer-row .widget h4{ font-family:'Montserrat', sans-serif; width:100%; display:inline-block; font-size:18px; line-height:24px; font-weight:700; margin-bottom:0px; color:#000; text-transform:none;}
.footer .footer-row .widget strong{ font-weight:700; color:#000;}
.footer .footer-row .widget p, .footer .footer-row .widget a{ font-weight:400; font-size:14px; line-height:20px; color:#000;}
.footer .footer-row .widget p{ margin-bottom:10px;}
.footer .footer-row .widget.widget-company h4{ margin-bottom:10px;}
.footer .footer-row .widget.widget-company img{ width:100%; max-width:135px; margin-bottom:20px;}
.footer .footer-row .widget.widget-services ul{ margin-top:10px; margin-bottom:0px;}
.footer .footer-row .widget.widget-services li{ position:relative; margin-bottom:0px; line-height:20px; padding-left:15px;}
.footer .footer-row .widget.widget-services li:before{ content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; font-size:14px; color:#000;}
.footer .footer-row .widget.widget-services li a:hover{ color:#000;}

.footer .footer-row .social{ clear:both; width:auto; float:left; margin-top:20px;}
.footer .footer-row .social ul{ margin:0; width:auto; float:left;}
.footer .footer-row .social li{ width:auto; float:left; margin:0 5px 5px 0;}
.footer .footer-row .social li:last-child{ margin-bottom:0px;}
.footer .footer-row .social li a{ float:left; position:relative; border-radius:50%; background:#000; color:#fff;}
.footer .footer-row .social li a span.circle{ width:32px; height:32px; float:left; text-align:center; line-height:32px;}
.footer .footer-row .social li a span.circle i{ font-size:16px; line-height:32px; vertical-align:inherit;}
.footer .footer-row .social li.facebook a:hover{ background:#3b5999; border-color:#3b5999; color:#fff;}
.footer .footer-row .social li.youtube a:hover{ background:#cd201f; border-color:#cd201f; color:#fff;}
.footer .footer-row .social li.instagram a:hover{ background:#e4405f; border-color:#e4405f; color:#fff;}

.footer .footer-row .widget.widget-contacts .newsletter-box{ width:100%; max-width:450px; float:right; display:inline-block; background:#333; padding:25px; border-radius:0px;}
.footer .footer-row .widget.widget-contacts .newsletter-box h4{ font-size:20px; line-height:24px; font-weight:700; margin-bottom:10px;}
.footer .footer-row .widget.widget-contacts .newsletter-box h5{ font-size:15px; color:#fff; line-height:20px; text-transform:none; font-weight:300;}
.footer .footer-row .widget.widget-contacts .newsletter-box .check label:before{ width:16px; height:16px; top:0px; background:#fff; border:0px; border-radius:2px;}
.footer .footer-row .widget.widget-contacts .newsletter-box .check label span{ padding-left:25px; font-size:11px; line-height:16px;}
.footer .footer-row .widget.widget-contacts .newsletter-box .check label span a{ font-size:11px; line-height:14px;}
.footer .footer-row .widget.widget-contacts .newsletter-box .padding{ position:relative;}
.footer .footer-row .widget.widget-contacts .newsletter-box input[type="text"]{ background:#fff;}
.footer .footer-row .widget.widget-contacts .newsletter-box input[type="text"]::placeholder{ color:#333;}
.footer .footer-row .widget.widget-contacts .newsletter-box .check + input[type="submit"]{ margin-top:10px;}
.footer .footer-row .widget.widget-contacts .newsletter-box .btn{ width:120px; height:38px !important; line-height:36px !important; padding:0 15px; font-size:14px; background:none; border-color:#fff;}
.footer .footer-row .widget.widget-contacts .newsletter-box .btn:hover{ background:#fff; color:#111;}
.footer > *:nth-child(2n){ background:none;}
.footer .footer-extra{ padding:0px; background:none; text-align:center;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra p{ color:#000; font-size:12px; line-height:20px; font-weight:400; margin:0px;}
.footer .footer-extra a{ color:#000; font-weight:400;}
.footer .footer-extra a:hover{ color:#000;}
/*
.ui-menu.ui-autocomplete .ui-menu-item { font-size: 14px; }
.ui-menu.ui-autocomplete .ui-menu-item-wrapper { padding: 7px 20px; }
.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active { background: #ffcc00; border-color: #ffcc00; color: #fff; }*/

.ui-autocomplete { background:#fff; width:350px !important; max-height:300px; overflow:auto; margin-top:-3px; border-bottom-right-radius:0px; border-bottom-left-radius:0px; z-index:99999 !important; position:absolute !important; border:1px solid #e1e1e1; margin-top:-1px;}
.ui-autocomplete li{ padding:10px 15px 10px 15px; font-size:16px; line-height:24px; border-bottom:1px solid #e1e1e1; color:#666; cursor:pointer;}
.ui-autocomplete li a{ color:#000;}
.ui-autocomplete li:last-child{ border-bottom-width:0px;}
.ui-autocomplete li:hover{ background:#000; color:#2b2273;}
.ui-autocomplete li p.ui-menu-item-wrapper{ height:40px; vertical-align:middle; display:table-cell; line-height:18px;}
.ui-autocomplete li p.ui-menu-item-wrapper a:hover{ color:#000;}
.ui-autocomplete li p.ui-menu-item-wrapper span{ font-size:12px; color:#666;}
.ui-autocomplete li p.ui-menu-item-wrapper:hover span{ color:#666;}
.ui-autocomplete .clear.ui-menu-item-wrapper{ display:none;}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{ background:none; border:0px;}

.boxAggiungi.prodottoNonDisponibile .boxMessaggio{ width:100%; padding:20px; background-color: #f7f7f7; text-align:center;}

.colonnasidebar > div{ height:100%;}

.filters-btn{ display:none;}

.pannello-spedizioni{ margin-bottom:40px;}

.banner-fixed{ position:fixed; width:350px; right:30px; bottom:60px; z-index:9999; overflow:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.banner-fixed.nascondi{ opacity:0; visibility:hidden;}

.captchaField {margin-bottom: 15px;}

.videofb{ height:0; overflow:hidden; padding-bottom:42.4%; position: relative; margin-top:30px;}
.videofb iframe{ height:100%; left:0; position:absolute; top:0; width:100%; border:1px solid #efefef; box-shadow:1px 1px 2px rgba(0,0,0,0.05);}

a.linkpopup{ position:relative;}
a.linkpopup:after{ content:"\f105"; font-family:FontAwesome; display:inline-block; margin-left:10px; font-size:16px;}

.block.choise{ padding-bottom:40px;}
.block.choise .item{ position:relative; background-size:cover; background-position:center center; margin-bottom:20px;}
.block.choise .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:2; overflow:hidden; text-indent:-9999px; border:0px solid #2b2273; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.block.choise .item .image{ display:block;}
.block.choise .item .text{ width:100%; position:absolute; left:0px; bottom:0px; padding:30px; z-index:1;}
.block.choise .item .text h4{ width:auto; float:left; padding:7px 10px; font-size:24px; line-height:30px; font-weight:700; text-transform:none; background:rgba(256,256,256,0.75); color:#000;}
.block.choise .item .link a:hover{ border-width:5px;}


@media (max-width:1800px) {
	
	.productsprev{ left:-30px;}
	.productsnext{ right:-30px;}
	
}


@media (max-width:1400px) {
	
	.header .navbar-nav > li.home{ display:none;}
	.header .navbar-nav > li > a{ margin:0 7px;}
	
	.block.products-section .riga > .colonnasidebar{ width:25%;}
	.block.products-section .riga > .colonnaprodotti{ width:75%;}
	.sidebar{ padding:30px;}
	
}


@media (max-width: 1300px) {
	
	.header a.navbar-brand img{ max-height:40px;}
	.header .navbar-nav > li > a{ margin:0 7px;}
	.header .col-md-3{ width:auto; padding:0px;}
	.header .col-md-6{ width:auto; float:right; padding:0px;}
	.header .navbar .row{ margin:0px;}
	.header .sf-mega .divtable{ margin:0 -30px;}
	.header .navbar-collapse{ margin:0px !important;}
	.navbar-search{ margin-left:20px;}
	.navbar-search .item{ max-width:175px; float:left;}
	
	.block.focus.focus-intro .row .text{ padding:60px;}

}


@media (max-width: 1200px) {
	
	p, li{ font-size:16px; line-height:22px;}
	
	.header{ height:81px;}
	.header a.navbar-brand{ line-height:80px;}
	.header a.navbar-brand img{ max-height:35px;}
	.header .navbar-nav > li > a{ font-size:15px; margin:0 5px; line-height:80px;}
	.navbar-search input[type=text]{ height:40px; line-height:40px; padding-right:40px;}
	.navbar-search .item a{ width:40px; height:40px;}
	.navbar-search{ padding-top:20px; margin-left:10px;}
	
	.header .sf-mega .item-category .text{ padding:20px;}
	.header .sf-mega .item-category .text h4{ font-size:20px; line-height:24px;}
	
	.visual{ height:calc(100vh - 120px);}
	.visual .container{ width:970px !important;}
	.visual:after{ width:300px; height:300px; bottom:-30px;}
	
	.block.focus .row .text{ padding:50px;}
	.block.focus .text .inner{ max-width:100%;}
	.block.focus.focus-collezione .row .text{ padding:40px 0;}
	
	.block.icons-category-center .item{ min-width:100px;}
	.block.icons-category-center .item .icon{ width:100px; height:100px;}
	.block.icons-category-center .item h2{ font-size:16px;}
	
	.block.products-section .category .center h3{ display:none;}
	.block.products-section .item-social a span.center span.icon{ width:100px; height:100px; font-size:40px;}
	.block.products-section .item-social a span.center span.icon i{ line-height:100px;}	
	
	.block.filters .row{ display:block; flex-wrap:unset;}
	.block.filters .row [class*="col-"]{ display:block;}
	
	.block.filters .text{ width:100%; float:left; margin:0 0 20px 0;}
	.block.filters .form{ width:100%; float:left; padding:0px; margin:0px; border:0px;}
	
	.block.years .item{ padding:0 20px;}
	.block.years .item h2{ font-size:40px; line-height:40px;}
	.block.years .item p{ font-size:16px; line-height:20px;}
	
	.block.legend{ padding:50px 0;}
	.block.legend .item-wrap .item{ width:50%; float:left; padding-right:10px; margin:10px 0;}
	.block.legend .item-wrap .item:nth-child(2n+1){ clear:both;}
	
	.block.products-section .riga > .colonnasidebar{ width:30%;}
	.block.products-section .riga > .colonnaprodotti{ width:70%;}
	
	.block.products-section .row.row-prodotti span span:nth-child(3n+1) [class*="col-"]{ clear:none;}
	.block.products-section .row.row-prodotti span span:nth-child(2n+1) [class*="col-"]{ clear:both;}
	
	.product-item .choose .chosen-container{ max-width:250px;}
	
}

@media (max-width: 1008px) {

	.middle{ margin:0px !important;}

	.block{ padding:60px 0;}
	
	.header a.navbar-brand img{ max-height:30px;}
	.header .navbar-nav > li > a{ font-size:14px;}
	.navbar-search .item{ max-width:150px;}
	
	.header .sf-mega .item-category .text h4{ font-size:16px; line-height:20px;}
	
	.block.years .item{ padding:0 5px;}
	
	
	
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}
	
}

@media (max-width: 991px) {
	
	.navbar-toggle{ display:block;}
	
	.topbar .social{ margin-right:0px;}
	.topbar .social span.text{ font-size:12px; line-height:18px;}
	.topbar .social li a span.circle{ width:18px; height:18px; line-height:18px}
	.topbar .languages .current a{ font-size:12px;}
	.topbar .social li a span.circle i{ line-height:18px;}
	.topbar .navbar-account{ line-height:18px;}
	.topbar .navbar-account .link-account:before{ width:18px; height:18px;}
	.topbar .navbar-account .link-account{ font-size:12px; line-height:18px;}
	.topbar .navbar-ecommerce{ line-height:18px;}
	.topbar .navbar-ecommerce .link-cart:before{ width:18px; height:18px;}
	.topbar .navbar-ecommerce .link-cart{ font-size:12px; line-height:18px;}
	

	.header{ height:70px;}
	.header .navigation-logo{ text-align:center !important;}
	.header .col-md-6{ width:100%;}
	
	.header a.navbar-brand{ float:none; display:inline-block; line-height:70px;}
	.header a.navbar-brand img{ max-height:30px;}
	
	.header .navbar-collapse{ max-height:none;}
	.header .navbar-collapse.in{ }
	.header .navbar-nav{ width:100%; float:left; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:20px;}
	.header .navbar-nav > li.home{ display:block;}
	.header .navbar-nav > li{ clear:both; width:100%; float:left; position:relative !important; border-bottom:1px solid #e1e1e1; overflow:hidden;}
	.header .navbar-nav > li:last-child{ border-bottom-width:0px;}
	.header .navbar-nav > li > a span:after{ display:none !important;}
	.header .navbar-nav > li > a{ line-height:30px !important; font-size:16px; border-left:0px !important; margin:0px; text-align:left;}
	.header .navbar-nav > li.active > a{ color:#2b2273;}
	.header .navbar-nav > li > a span:before{ display:none;}
	.header .dropdown-menu:before{ display:none;}
	.header .dropdown-menu > li > a{ color:#000; line-height:24px;}
	.header .dropdown-menu > li > a:hover{ color:#333;}
	.header .navbar-nav > li.quote{ margin-top:15px;}
	.header .navbar-nav > li.quote a{ text-align:center; border:1px solid #111 !important; line-height:46px !important;}
	.header .navbar-nav > li > a span{ line-height:30px;}
	.header .navbar-search{ padding-top:15px; display:none;}
	.header .navbar-nav > li > span.aprisottomenu{ display:inline-block;}
	.navbar-ecommerce .cart-list{ display:none;}
	
	.header .sf-mega{ clear:both; width:100% !important; float:left !important; position:static !important; left:auto !important; right:auto !important; padding:20px 0 !important; border:0px !important; display:none !important; overflow:hidden;}
	.header .sf-mega.open{ display:block !important;}
	.header .sf-mega .container{ width:100%; float:left; padding:0px !important;}
	.header .sf-mega .divtable{ width:calc(100% + 20px); height:auto; display:block; margin:0 -10px; border-collapse:unset;}
	.header .sf-mega .divtable:before, .header .sf-mega .divtable:after{ display:none;}
	.header .sf-mega .divcell{ display:block; width:33.33% !important; float:left; padding:0 10px; margin:0px !important; border:0px !important;}
	
	
	.navbar-toggle{ right:60px;}
	
	.is-sticky .header{ height:auto !important;}
	.is-sticky .header a.navbar-brand img{ max-height:20px;}
	.is-sticky .header .navbar-collapse{ max-height:none !important;}
	
	.title{ padding:30px 0;}
	
	.block.service{ padding:60px 0;}
	.block.products-section.collection{ padding-top:60px; padding-bottom:50px;}
	.block.products-section.collection .item{ margin:0px; margin-bottom:10px;}
	
	.block.presentation.small{ padding:40px 0;}
	
	.block.service [class*="col-"]{ margin:0px !important;}
	
	.block.full-gallery [class*="col-"]{ padding:5px;}

	
	.block.blog .top{ display:inline-block; margin-bottom:30px;}
	.block.blog .item{ padding:0px;}
	
	.visual .container{ width:750px !important;}
	
	.block.contacts .form{ margin-bottom:30px;}
	
	.block.portfolio.home .bottom .text{ max-width:100%;}
	.block.portfolio.company .colonna{ margin-top:20px;}
	.block.portfolio.company .colonna .figure .mask-info{ position:static; bottom:0px; padding:30px;}
	.block.portfolio.company .colonna figure .btn{ display:none;}
	
	.block.service .pull-right{ float:none !important;}
	.block.service:before{ background:none !important;}
	.block.service:after{ background:none !important;}
	.block.service .text{ padding:0px; margin:0px;}
	.block.service .image{ display:block; margin-bottom:30px;}
	.block.service .image + .text{ margin-top:20px;}
	.block.service.image-left .text{ padding-left:0px;}
	.block.service.image-right .text{ padding-right:0px;}
	
	.block.contacts .documents li{ width:50%;}
	
	.block.contacts .social{ margin-bottom:40px;}
	
	.products-section .left{ display:none;}
	
	.block.category-home .category .text-right{ text-align:left;}
	.block.category-home .item{ padding-left:0px;}
	
	.products-section .pdright{ padding-right:20px;}
	.products-section .pdleft{ padding-left:20px;}
	
	.block.service.orange:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.8) !important;}
	.block.category-home.dark{ padding-top:30px;}
	.block.category-home .box{ padding:30px;}	
	
	.block.presentation.abouthome.orange [class*="col-"]:first-child{ margin-top:0px;}
	.block.presentation.abouthome.orange [class*="col-"]{ margin-top:20px;}	
	
	.block.archive.home{ padding-bottom:40px;}
	.block.archive.home .item{ margin-bottom:20px;}
	
	.block.presentation .images{ margin-bottom:20px;}
	
	.block.presentation.abouthome:before{ display:none;}
	.block.products-section.details .product-item .main{ margin-bottom:20px;}
	
	.block.filters .group{ margin:0px -10px;}
	.block.filters .group .field{ width:100%; padding:0 10px; margin-bottom:20px;}
	.block.filters .group .field input[type="search"]{ width:100% !important;}
	.block.filters .group .send{ width:50%; float:left; padding:0 10px;}
	.block.filters .group .send input[type="submit"]{ width:100%;}
	.block.filters .group .list{ width:50%; float:left; padding:0 10px;}
	.block.filters .group .list a.btn{ width:100%;}
	
	.block.contacts .main .row [class*="col-"]{ margin-bottom:10px;}
	.block.contacts .main .row [class*="col-"].last-child{ margin-bottom:0px;}
	
	.block.focus .row.row0 [class*="col-"]{ width:100%;}
	.block.focus .background{ height:0px; padding-bottom:66.7%;}
	.block.focus.focus-intro .row .text{ height:auto; padding:40px;}
	
	.block.focus.focus-collezione .row .text{ padding:0px; padding-top:40px; text-align:center;}
	.block.focus.focus-collezione .row .text h2 br{ display:none;}
	
	.title-home{ width:100%; float:left; margin-bottom:40px; text-align:center;}
	.title-home .text{ width:100%; float:left;}
	.title-home .action{ width:100%; float:left; margin-top:15px;}
	
	.block.archive .item.big span.date{ top:auto; bottom:0px; padding:10px; padding-bottom:0px;}
	.block.archive .item.big .image{ margin-bottom:30px;}
	.block.archive .item.big .bottom{ width:100%; position:static; left:auto; bottom:auto; padding:0px;}
	.block.archive .item.big .bottom .inner{ max-width:100%; padding:0px; background:none;}
	
	.block.products-section.details [class*="col-"]{ width:100%;}
	
	.block.products-section .riga > .colonnasidebar{ width:35%;}
	.block.products-section .riga > .colonnaprodotti{ width:65%;}

	.footer{ padding:20px 0;}
	.footer .footer-extra p{ text-align:left;}
	.footer .footer-row{ padding:20px 0;}
	.footer .footer-row [class*=col-]{ width:25%; float:left; margin:0px;}
	.footer .footer-row .widget{ width:100%; padding:10px 0;}
	.footer .footer-row .widget.widget-contacts span{ float:none;}
	.footer .footer-row .widget.widget-social{ display:inline-block; padding:10px 0;}
	.footer .footer-row .widget.widget-social ul{ float:none; text-align:center;}
	.footer .footer-row .widget.widget-social li{ float:none; display:inline-block;}
	.footer .footer-row .social{ margin-top:10px;}
	.footer .footer-row .col-two, .footer .footer-row .col-three{ width:50% !important; float:left;}
	.footer .footer-extra{ padding-top:20px;}
	.footer .footer-extra p{ line-height:16px; text-align:center;}
	.footer .footer-extra .text-right{ text-align:center;}
	
	select{ display:block !important; width:100%; -webkit-appearance:none; padding:10px 15px; font-size:14px; line-height:22px; border:1px solid #e1e1e1;}
	.chosen-container{ display:none !important;}
	
	.product-item .choose select{ display:block !important; width:100%; max-width:250px; float:left;}
	.product-item .choose .chosen-container{ display:none !important;}
	
	.ui-autocomplete{ width:calc(100% - 120px) !important;}


}

@media (min-width: 769px) {
	.sidebar{ display:block !important;}
}

@media (max-width: 768px) {
	
	p, li{ font-size:15px; line-height:21px;}
	
	.form-group > label{ font-size:14px;}
	.container-fluid{ padding:0 20px;}
	.preloader{ background-size:40px 40px;}
	
	.topbar .left{ width:auto;}
	.topbar .right{ width:auto;}
	.topbar .social span.text{ display:none;}
	.topbar .languages .current{ margin-right:15px;}
	.topbar .navbar-account{ margin-right:15px;}
	.topbar .navbar-account .link-account{ width:18px; text-indent:-9999px; overflow:hidden;}
	.topbar .languages .list{ width:200px;}
	.topbar .languages .list > ul{ padding:20px;}
	.topbar .languages .list > ul > li{ margin-bottom:15px;}
	
	.header a.navbar-brand img{ max-height:30px;}
	
	.header .sf-mega{ padding:5px 0 !important;}
	.header .sf-mega .divcell{ width:100% !important; margin:5px 0 !important;}
	.header .sf-mega .item-category{ background-position:top center;}
	.header .sf-mega .item-category .image{ display:none;}
	.header .sf-mega .item-category .image-mobile{ display:block;}
	.header .sf-mega .item-category .image-mobile:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.35057773109243695) 0%, rgba(0,0,0,0) 100%);}
	.header .sf-mega .item-category .text{ padding:15px;}
	
	.navbar-toggle{ right:20px;}

	.title .slide{ padding:0px;}
	.title .slide h1, .title .slide h2{ font-size:32px; line-height:32px;}

	.block.icons-category-center{ margin:0px; padding:20px;}	
	
	.block{ padding:40px 0;}
	.block h2{ font-size:26px; line-height:30px;}
	.block h3{ font-size:18px; line-height:22px;}
	.block.filters h2{ font-size:26px; line-height:30px;}
	
	.product-item .info-box h1{ font-size:26px; line-height:30px;}
	
	.visual{ height:450px;}
	.visual .slide-wrap{ position:relative; left:auto;}
	.visual .slide{ position:relative; left:auto; bottom:auto; padding:0px; vertical-align:middle;}
	.visual .slide .box{ text-align:center; padding:0 30px;}
	.visual .slide h2{ font-size:32px; line-height:32px;}
	.visual .slide h2 br{ display:none;}
	.visual .slide p{ font-size:16px; line-height:24px;}
	.visualprev{ left:10px;}
	.visualnext{ right:10px;}
	.visual:after{ width:200px; height:200px; bottom:-10px; right:20px;}
	
	.block.presentation.informativa .tabella{ width:100%; overflow:scroll;}
	.block.presentation.informativa table{ font-size:15px;}
	
	.block.icons .container{ padding:0px;}
	.block.icons [class*="col-"]{ margin-bottom:0px;}
	.block.icons .item:before{ display:none;}
	.block.welcome .col-md-4{ margin-top:30px;}
	.block.post .col-md-4{ margin-top:30px;}
	.block.presentation .col-md-6:first-child{ margin-bottom:30px;}
	
	.block.welcome .col-md-12 + .col-md-4{ margin-top:0px;}
	.block.welcome .col-md-6{ margin-bottom:30px;}
	.block.welcome .col-md-6:last-child{ margin-bottom:0px;}
	.block.welcome .col-md-6 p{ margin-bottom:0px;}
	.block.welcome .col-md-6 p + h3{ margin-top:30px;}
	
	.block.partners .col-xs-4{ width:33.33333333%;}
	
	.block.team .profile{ margin-bottom:30px;}
	.block.team .col-sm-12{ margin-bottom:40px;}
	.block.team .col-sm-12:last-child{ margin-bottom:0px;}
	
	.block.book .item.left{ width:100%; border:0px; margin-bottom:20px;}
	.block.book .item{ width:100%; text-align:center;}
	.block.book h2{ text-align:center;}
	.block.book h3{ text-align:center;}
	
	.block.project .gallery{ margin-bottom:20px;}
	.block.project .gallery .item.post blockquote{ margin-top:20px;}
	.block.project .gallery .item.post img{ max-width:150px;}
	
	.block.mailing .left{ margin-bottom:20px;}
	.block.mailing .right{ width:100%; float:left;}
	.block.mailing .right input[type="text"]{ width:100%; margin:0 0 5px 0;}
	
	.block.contacts .documents li{ width:100%;}
	
	.modal-sm, .modal-md{ margin:20px;}
	
	.block.icons .item{ min-height:80px; margin-bottom:10px;}
	
	.footer .footer-row .col-md-3{ width:100%;}

	.block.products-section.details [class*="col-"]{ width:100%; float:left; clear:both;}
	.product-item .item-wrap .item.video a:before{ width:30px; height:30px; font-size:16px; line-height:30px;}
	
	
	
	.product-item .product-quantity input[type=text]{ width:70px;}
	.product-item .btn.btn-primary{ height:auto !important; background-image:none; padding-left:20px;}
	
	.block.icons-shop{ padding:10px 0;}
	.block.icons-shop .item{ margin:10px 0;}
	
	.topbar .slogan{ font-size:12px;}
	.topbar .submenu li a{ font-size:12px;}
	.block.category-home .row [class*="col-"]{ width:100%;}
	
	.sidebar{ max-width:100%;}
	
	.cart tbody th{ display:none;}
	.cart tbody .cart_item + .cart_item td{ padding-top:10px;}
	.cart tbody tr.cart_item{ width:100%; float:left; display:block; border-bottom:1px solid #e1e1e1;}
	.cart tbody tr.cart_item td{ width:100%; float:left; padding:10px 0; text-align:center !important; white-space:normal;}
	.cart tbody tr.cart_item td:before{ content:attr(data-label); width:100%; display:inline-block; vertical-align:middle; margin-bottom:5px; font-size:12px; line-height:20px; font-weight:700; text-transform:uppercase;}
	.block.rivenditori table td.actions-wrap{ margin:0px; float:left;}
	.cart tbody tr.cart_item td.product-thumbnail{ padding-bottom:0px !important;}
	.cart tbody tr.cart_item td.product-price{ width:33.33%; line-height:30px;}
	.cart tbody tr.cart_item td.product-quantity { width:33.33%; margin-right:0px;}
	.cart tbody tr.cart_item td.product-quantity input[type=text]{ font-size:18px; height:30px;}
	.cart tbody tr.cart_item td.product-subtotal{ width:33.33%; line-height:30px;}
	.cart tbody tr.cart_item td.product-a{ padding-top:0px !important;}
	.cart tbody tr.cart_item td.product-a a{ font-size:20px;}
	.cart tbody tr:last-child td{ border:0px;}
	
	.cart tbody td.actions .btn{ padding:5px 12px; font-size:11px; line-height:16px;}
	
	.cart tbody tr.cart_item td.product-thumbnail:before{ display:none;}
	.cart tbody tr.cart_item td.product-name:before{ display:none;}
	.cart tbody tr.cart_item td.product-a:before{ display:none;}

	.listacheck input{ margin-top:1px;}
	.listacheck label{ width:90%; float:left; line-height:18px;}
	
	.form-checkout{ margin-bottom:20px;}
	
	.carrello-checkout{ margin:40px 0;}
	
	.dashboard-icons li{ width:50%; float:left; margin:0px; margin-bottom:20px;}
	.wc-proceed-to-checkout .btn + .btn{ margin-top:10px !important;}
	.wc-proceed-to-checkout .btn{ width:100%;}

	.block.presentation.abouthome .row .col-sm-4{ width:30%; float:left;}
	.block.presentation.abouthome .row .col-sm-8{ width:70%; float:left;}
	
	.block.contacts [class*="col-"].pull-right{ width:100%;}
	
	.block.store-locator .row{}
	.block.store-locator [class*="col-"]{ width:50%;}
	
	.block.fastlight .box{ margin:10px 0; padding:20px;}
	.block.comparison .box .row.list .item{ padding:30px;}
	.block.comparison .box .row.list [class*="col-"]{ width:100%;}
	.block.comparison .box .row.list .item p{ max-width:100%;}
	
	.block.icons-shop .row [class*="col-"]{ width:100%; text-align:left;}
	
	.block.focus .row .text{ padding:40px 20px;}
	.block.focus .row [class*="col-"]{ width:100%; float:left;}	

	.block.years .row [class*="col-"]{ width:50%; float:left;}
	.block.years .row [class*="col-"]:nth-child(2n + 1){ clear:both;}
	.block.years .item{ padding:0px;}
	
	.block.products-section .item .sticker{ padding:0 7px; height:24px; line-height:24px; margin-top:-24px; font-size:11px;}
	.block.products-section .item .product-image img{ padding:10px;}
	.block.products-section .item .bottom{ padding-left:15px;}
	.block.products-section .item .bottom h4{ font-size:13px; line-height:20px;}
	.block.products-section .item .bottom h3{font-size:18px; line-height:22px;}
	
	.productsprev{ left:-15px;}
	.productsnext{ right:-15px;}
	
	.block.products-section .riga{ margin:0 -15px;}
	.block.products-section .riga > [class*="col-"]{ padding:0 15px;}
	.block.products-section .pagination{ margin-top:40px;}
	.block.products-section .riga > .colonnasidebar{ width:100%; margin-bottom:20px;}
	.block.products-section .riga > .colonnaprodotti{ width:100%;}
	.block.products-section .row.row-prodotti [class*="col-"]{ width:50%; float:left;}
	.block.products-section .row.row-prodotti span span:nth-child(2n+1) [class*="col-"]{ clear:both;}
	
	.product-item .main img{ padding:20px;}
	
	.block.dashboard-page .dashboard-icons ul{ display:flex; flex-wrap:wrap;}
	.block.dashboard-page .dashboard-icons li{ width:50%; float:left; padding:0 10px; margin:0px; margin-bottom:20px;}

	.footer .footer-row img.madeinitaly{ float:left; margin-top:40px;}
	.footer .footer-row .social{ clear:both; float:left;}
	.footer .footer-row .social li{ clear:none; margin-right:10px;}
	.footer:before{ width:100%; left:0px; background-position:bottom center;}
	.footer .footer-row .logo-wrap { text-align:center;}
	.footer .footer-row .logo-wrap [class*="col-"]{ text-align:center !important;}
	.footer .footer-row .logo-wrap .logo{ max-width:50%; float:none; display:inline-block;}
	.footer .footer-row .social{ float:none; display:inline-block;}
	
	.ui-autocomplete{ width:calc(100% - 40px) !important;}
	
	.filters-btn{ padding:10px 15px; float:left; background:#f7f7f7; padding-left:45px; font-size:15px; line-height:24px; margin-bottom:5px; display:block;}
	.filters-btn:before{ content:""; width:24px; height:24px; position:absolute; top:10px; left:25px; background-image:url(../images/icon-filter-black.png); background-size:100% auto; background-repeat:no-repeat;}
	.filters-btn span{ font-weight:700;}
	.filters-btn:hover, .filters-btn:focus{ background:#2b2273; color:#000;}
	
	.filters-btn.filtriAttivi{ background:#000; color:#fff;}
	.filters-btn.filtriAttivi:before{ background-image:url(../images/icon-filter-white.png);}
	.filters-btn.filtriAttivi:hover, .filters-btn.filtriAttivi:focus{ background:#2b2273; color:#000;}
	.filters-btn.filtriAttivi:hover:before{ background-image:url(../images/icon-filter-black.png);}
	
	.sidebar{ display:none; height:auto; padding:20px;}
	.sidebar .widget.attivi h3{ display:none;}
	.sidebar .widget.attivi ul{ margin:0px;}
	
	.banner-fixed{ display:none !important;}
	
	.modal p, .modal li{ font-size:15px; line-height:21px;}
}

@media (max-width: 479px) {
	
	.visualnext{ width:30px; height:30px; background-size:100% auto; margin-top:-15px;}
	.visualprev{ width:30px; height:30px; background-size:100% auto; margin-top:-15px;}
	
	.productsnext{ width:30px; height:30px; background-size:100% auto; margin-top:-15px;}
	.productsprev{ width:30px; height:30px; background-size:100% auto; margin-top:-15px;}
	
	[class*=col-xs-] .navbar-toggle{ line-height:40px; height:40px; float:right !important;}
	[class*=col-xs-]{ text-align:left;}
	
	.topbar .languages .current a{ padding-left:25px;}
	
	.title .breadcrumb{ font-size:12px;}
	
	.block.focus .row.row0 .text .btn{ width:100%;}
	
	.block.filters .group .field{ margin-bottom:10px;}
	.block.filters .group .send{ width:100%; margin-bottom:20px;}
	.block.filters .group .list{ width:100%;}
	
	.block.store-locator .row [class*="col-"]{ width:100%;}
	
	.block.map .iframe{ height:400px;}
	
	.block.years .item p{ font-size:14px; line-height:18px;}
	
	.block.icons-shop .item{ min-height:40px; padding-left:55px; padding-top:0px;}
	.block.icons-shop .item .icon{ width:40px; height:40px;}
	.block.icons-shop .item .text{}
	.block.icons-shop .item .text h2{ font-size:18px; line-height:22px; margin-bottom:0px;}
	.block.icons-shop .item .text h3{ font-size:12px; line-height:16px;}
	
	.block.legend{ padding:30px 0;}
	.block.legend .item-wrap .item .text h3{ font-size:16px; line-height:20px;}
	.block.legend .item-wrap .item .text p{ font-size:12px; line-height:16px;}
	
	.block.products-section .item .bottom h3{ font-size:16px; line-height:20px;}
	.block.products-section .pagination{ margin-top:20px;}
	
	.modal{ padding:20px;}
	
	ul.pagination .prev, ul.pagination .next{ width:40px; height:40px; line-height:36px;}
	ul.pagination .prev, ul.pagination .next{ display:block !important;}
	ul.pagination .prev{ margin-right:10px;}
	ul.pagination .next{ margin-left:10px;}
	.pagination li a{ width:32px; height:32px; line-height:28px; font-size:14px;}
	
	.product-item .choose{ display:flex; flex-wrap:nowrap; align-items:center;}
	.product-item .choose .text{ min-width:auto;}
	.product-item .choose .text h3{ line-height:22px;}
	.product-item .choose .chosen-container{ max-width:175px; margin-left:auto; margin-right:0px;}
	
	.product-item .choose select{ max-width:175px; margin-left:auto; margin-right:0px;}
	
	.product-item .share{ text-align:center; margin-top:20px;}
	.product-item .share .text{ width:100%; text-align:center;}
	.product-item .share .actions{ float:none; display:inline-block; margin-top:10px;}
	
	.product-item .boxAggiungi{ display:flex; flex-wrap:wrap; align-items:center;}
	.product-item .boxAggiungi h3{ min-width:auto; width:100%; line-height:24px; margin-bottom:10px;}
	.product-item .boxAggiungi .product-quantity input[type=text]{ width:50px;}
	.product-item .boxAggiungi .btn.btn-default{ width:calc(100% - 55px); float:left;}

	.popup-overlay .popup{ padding:30px;}
	.popup-overlay .popup .btn{ width:100%;}

	
}

@media (max-width: 380px) {


}

/* Accessibilità */

a:focus{ color:#8772b3; outline:#8772b3 solid 4px; outline-offset:4px;}

.chosen-container{ display:none !important;}
select{ display:block !important;}

.modal .close:focus{ outline:#8772b3 solid 4px; outline-offset:0px;}

.skip-link{ position: absolute; top:-60px; left:20px; font-size:12px; text-transform:uppercase; background:#8772b3; color:#fff; padding:5px 15px; z-index:9999999; text-decoration: none; font-weight:bold; border-radius:0px; transition: top 0.3s ease;}
.skip-link:hover, .skip-link:focus{ color:#fff;}
.skip-link:focus{ top:20px;}

.check input[type=checkbox]{ display: block !important; position: absolute; opacity:0; pointer-events:none; width:1px; height:1px; margin:0px; padding:0px; border:0px;}
.check input[type=checkbox]:focus + label:before{ outline:#000 solid 2px;}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, textarea:focus, select:focus{border:2px solid #000;}

.btn:focus{ outline:#8772b3 solid 4px !important; outline-offset:4px;}

