/*--------------------------------------------------
I N I T
www.websolute.it
website by websolute
--------------------------------------------------*/


/*--------------------------------------------------
Body & altro
--------------------------------------------------*/
body { font-family: 'Roboto', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; text-rendering: optimizeLegibility; overflow-x: hidden; height: auto !important; background: #bc0018; font-size: 18px; color: #3b3b3b; -webkit-font-smoothing: antialiased; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }
.clear { clear: both; }
.no-b { margin: 0 !important; }
.red { color: #bc0018; }


/*--------------------------------------------------
Link
--------------------------------------------------*/
a { color: #3b3b3b; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover, a:focus { color: #3b3b3b; text-decoration: none; }
.btn { color: #fff; font-size: 16px; text-transform: uppercase; border: none; border-radius: 0px; background: #3b3b3b; box-shadow: none; padding: 11px 34px; font-family: 'Roboto Condensed', sans-serif; border: none; font-weight: 700; }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: none; outline-offset: 0; box-shadow: none; }
.btn:hover, .btn:focus, .btn:active { background: #bc0018 !important; color: #fff; box-shadow: none; box-shadow: none; outline: none; }
.btn-large { font-size: 22px; padding: 14px 36px; }
.btn-sm { padding: 6px 10px; font-size: 12px; }
.our-products .btn { margin-bottom: 20px; display: inline-block; margin-right: 15px; }

/* MD */
@media (min-width:992px) and (max-width:1199px) {
    .our-products .btn { margin-bottom: 20px; }
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
    .our-products .btn { margin-bottom: 20px; }
}
/* XS */
@media (max-width:767px) {
    .btn { padding: 8px 14px; margin-bottom: 20px; }
    .our-products .btn { margin-bottom: 20px; }
}


/*--------------------------------------------------
Struttura
--------------------------------------------------*/
.wrapper { background: #bc0018; margin: 20px auto 40px auto; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; /*overflow: hidden;*/ max-width: 1600px; padding: 0 20px; }
.inner { padding-top: 120px; padding-bottom: 120px; }
.inner-md { padding-top: 100px; padding-bottom: 100px; }
.inner-sm { padding-top: 80px; padding-bottom: 80px; }
.inner-xs { padding-top: 40px; padding-bottom: 40px; }
.inner-top-lg { padding-top: 120px; }
.inner-top-md { padding-top: 100px; }
.inner-top-sm { padding-top: 80px; }
.inner-top-xs { padding-top: 40px; }
.inner-bottom-lg { padding-bottom: 120px; }
.inner-bottom-md { padding-bottom: 100px; }
.inner-bottom-sm { padding-bottom: 80px; }
.inner-bottom-xs { padding-bottom: 40px; }
.inner-left-lg { padding-left: 75px; }
.inner-left-md { padding-left: 60px; }
.inner-left-sm { padding-left: 45px; }
.inner-left-xs { padding-left: 30px; }
.inner-right-lg { padding-right: 75px; }
.inner-right-md { padding-right: 60px; }
.inner-right-sm { padding-right: 45px; }
.inner-right-xs { padding-right: 30px; }
.outer { margin-top: 120px; margin-bottom: 120px; }
.outer-md { margin-top: 100px; margin-bottom: 100px; }
.outer-sm { margin-top: 80px; margin-bottom: 80px; }
.outer-xs { margin-top: 40px; margin-bottom: 40px; }
.outer-top { margin-top: 120px; }
.outer-top-md { margin-top: 100px; }
.outer-top-sm { margin-top: 80px; }
.outer-top-xs { margin-top: 40px; }
.outer-bottom { margin-bottom: 120px; }
.outer-bottom-md { margin-bottom: 100px; }
.outer-bottom-sm { margin-bottom: 80px; }
.outer-bottom-xs { margin-bottom: 40px; }
.center-block { float: none; }
.text-col { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 60px; -webkit-column-gap: 60px; column-gap: 60px; }


/*--------------------------------------------------
Typography
--------------------------------------------------*/
p { margin-bottom: 20px; }
h1, .h1, h2, h3, h4, h5, h6 { letter-spacing: 0.025em; color: #3b3b3b; margin-top: 0; /*word-wrap: break-word;*/ }
h1, .h1 { font-size: 40px; line-height: 130%; margin-bottom: 30px; font-family: 'Roboto Condensed', sans-serif; font-weight: 100; color: #bc0018; line-height: 1.1; }
h2 { font-size: 20px; line-height: 130%; margin-bottom: 30px; font-weight: 400; line-height: 1.1; }
h3 { font-size: 30px; line-height: 150%; margin-bottom: 20px; font-weight: 400; line-height: 1.1; }
h4 { font-size: 16px; line-height: 150%; margin-bottom: 15px; }
h5 { font-size: 14px; line-height: 160%; margin-bottom: 13px; }
h6 { font-size: 12px; line-height: 160%; margin-bottom: 10px; }
header p { font-size: 22px; line-height: 150%; }
p + h2, p + h3 { padding-top: 15px; }
.text-small { font-size: 16px; line-height: 160%; }
.text-normal { font-size: inherit; line-height: inherit; }
h2 + .text-small { margin-top: -5px; }
header h2 + .text-small { margin-top: 0; }
figure { margin: 0; padding: 0; }
figure img { width: 100%; height: auto; }
.print-wrap { text-align: center; margin-top: 10px; }
.print-wrap a.ico-print { background: url(/img/print-ico.png) no-repeat left top; width: 35px; height: 31px; display: inline-block; opacity: 0.85; }
.print-wrap a.ico-print:hover { opacity: 1; }
.text-seo { margin-bottom: 40px; }

#fancy-home { width: 40vw; }
#fancy-home .container { padding: 0; max-width: 100%; }
#fancy-home .sRegMessageSurvey { height: 90vh; overflow-y: scroll; overflow-x: hidden; padding-right: 30px; background: #fff; }
#fancy-home .sRegMessageSurvey .tit { font-size: 40px; line-height: 130%; margin-bottom: 30px; font-family: 'Roboto Condensed', sans-serif; font-weight: 100; color: #bc0018; line-height: 1.1; }
#fancy-home .sRegMessageSurvey img { width: 100%; margin: 10px 0px; }
/* MD */
@media (min-width:992px) and (max-width:1199px) {
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
    #fancy-home { width: 70vw; }
}
/* XS */
@media (max-width:767px) {
    h1 { font-size: 30px; }
    h2, h3 { font-size: 18px; }
    p, .desc { font-size: 17px; }
    #fancy-home { width: 70vw; }
}


/*--------------------------------------------------
List
--------------------------------------------------*/
ol { position: relative; padding-left: 22px; }
ul { position: relative; padding-left: 22px; }
ul.arrowed li,
ul.circled li,
ol li { margin-bottom: 5px; }
ul.arrowed, ul.circled { list-style: none; }
ul.arrowed li:before { font-family: FontAwesome; content: '\f105'; font-weight: normal; color: #1ABB9C; margin-top: 1px; margin-left: -15px; vertical-align: top; position: absolute; }
ul.circled li:before { font-family: FontAwesome; content: '\f10c'; font-size: 8px; font-weight: normal; color: #1ABB9C; padding-top: 2px; margin-left: -18px; vertical-align: top; position: absolute; }
ul.contacts { padding-left: 0; }
ul.contacts li { margin-bottom: 5px; }


/*--------------------------------------------------
Form
--------------------------------------------------*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border: 1px solid #BCC7D1; box-shadow: none; }
.form-control { border-radius: 0; }
input[type=submit] { padding: 0 20px; }
.radio label, .checkbox label { line-height: 1.5; }
form input.error, form textarea.error, form select.error { border-color: #c00 !important; box-shadow: 0 0 2px #ff9494 !important; }
form input[type="file"].error { border-bottom: 1px solid #c00 !important; box-shadow: 0 0 2px #ff9494 !important; }
.checkbox input[type=checkbox].error + a { color: #d00; }
form label.error { color: #d00; border-bottom: 1px dotted #d00; display: inline-block; }
.divNotify, .form_message_ok, .form_message_ko { display: none; text-align: center; margin: 20px 0 40px; }
.form_message_ko { color: #d00; font-weight: bold; }
.divNotify #contLoading span { display: inline-block; vertical-align: top; margin-top: 20px; }
.divNotify #contLoading img { margin-right: 20px; }
/*.lost-password { border-left: 1px solid #eee; margin-left: 10px; padding-left: 10px;}*/
/* placeholder */
.form-control::-webkit-input-placeholder { color: #C2C7CC; }
.form-control:-moz-placeholder { color: #C2C7CC; }
.form-control::-moz-placeholder { color: #C2C7CC; }
.form-control:-ms-input-placeholder { color: #C2C7CC; }
.dark-bg .form-control::-webkit-input-placeholder { color: #828e99; }
.dark-bg .form-control:-moz-placeholder { color: #828E99; }
.dark-bg .form-control::-moz-placeholder { color: #828E99; }
.dark-bg .form-control:-ms-input-placeholder { color: #828E99; }
.search .form-control::-webkit-input-placeholder { color: #C2C7CC; }
.search .form-control:-moz-placeholder { color: #C2C7CC; }
.search .form-control::-moz-placeholder { color: #C2C7CC; }
.search .form-control:-ms-input-placeholder { color: #C2C7CC; }
input:focus::-webkit-input-placeholder { color: transparent !important; }
input:focus:-moz-placeholder { color: transparent !important; }
input:focus::-moz-placeholder { color: transparent !important; }
input:focus:-ms-input-placeholder { color: transparent !important; }
.form-control.file { height: auto; }
/* XS */
@media (max-width: 767px) {
    .form-inline select.form-control { width: 100%; }
}


/*--------------------------------------------------
Area Riservata
--------------------------------------------------*/
.navInArea input { border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); margin-right: 4px; padding: 2px 4px; }
.file-box strong { background: #eee; padding: 4px; display: block; border-bottom: 1px solid #ddd; }
.file-box strong i.fa { margin-right: 3px; }
.file-box .desc { padding-left: 4px; margin-top: 8px; }
.file-box .links { font-size: 14px; margin-top: 5px; padding-left: 4px; }
.file-box .links a { margin-right: 10px; }


/*--------------------------------------------------
Hero
--------------------------------------------------*/
#hero h1 { font-size: 78px; line-height: 110%; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 0; }
#hero p { font-size: 22px; line-height: 135%; margin-top: 17px; }
.img-bg, .img-bg-center { background-position: center !important; background-size: cover; }


/*---------------------------------------------------
Content
---------------------------------------------------*/
.content img { max-width: 100%; margin: 30px 0; }
.content .video-wrap { margin: 40px 0; }
.content ul, .content ol { margin-top: 40px; margin-bottom: 40px; }
.content .col-md-6:first-child .cta { padding-right: 30px; }
.content .col-md-6:last-child .cta { padding-left: 30px; }


/*--------------------------------------------------
Blockquote
--------------------------------------------------*/
blockquote { position: relative; padding: 0 40px 0 0; margin: 0; border: none; }
blockquote p { font-size: 22px; line-height: 160%; font-style: italic; }
blockquote footer, blockquote small, blockquote .small { color: #506A85; font-size: 14px; line-height: 150%; font-weight: 700; }
blockquote:before { position: absolute; right: 0; bottom: 0; font-family: FontAwesome; content: '\f10e'; font-size: 40px; line-height: 100%; }
blockquote footer:before, blockquote small:before, blockquote .small:before { margin-right: 10px; }
blockquote footer:before, blockquote small:before, blockquote .small:before, blockquote footer:after, blockquote small:after, blockquote .small:after { content: ''; display: inline-block; width: 20px; height: 1px; background-color: #506A85; margin-bottom: .28em; }
.white blockquote :before, .white blockquote :after { background-color: #fff !important; }
cite { font-style: normal; }
blockquote footer:after, blockquote small:after, blockquote .small:after { margin-left: 10px; }


/*--------------------------------------------------
Top Header
--------------------------------------------------*/
#top-header { background: #2d3e50; padding: 8px 0; color: #748493; font-size: 13px; line-height: 1; }
#top-header .info { padding: 5px 0 0; }
#top-header .info span { margin-left: 12px; white-space: nowrap; margin-bottom: 4px; display: inline-block; }
#top-header a { color: #748493; }
#top-header .fa { margin-right: 4px; }
#top-header a:hover, #top-header a.active { color: #cdd7e1; }
/* XS */
@media (max-width: 767px) {
    #top-header { display: none; }
}


/*--------------------------------------------------
Header
--------------------------------------------------*/
#header { padding: 10px 20px; background: #3b3b3b; position: relative; z-index: 10; margin-bottom: 20px; }
#header .logo img { height: 90px; }
#header .logo-app { position: absolute; z-index: 100; left: 225px; top: 5px; }
#header .logo-app img { height: 45px; /*width: 140px; height: auto;*/ }
/* fixed */
#header.clone { position: fixed; left: 0; top: 0; width: 100%; margin-top: calc(-100%); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; background: transparent; padding: 0px 0px; }
#header.clone .fluid { max-width: 1560px; margin: 0 auto; background: #3b3b3b; padding: 10px 20px; }
#header.clone.visibile { margin-top: 0; }

/* fixed menu */
@media (max-width:1620px) {
    #header.clone .fluid { margin: 0 20px; }
}

/* MD */
@media (min-width:992px) and (max-width:1199px) {
    #header .logo-app img { width: 130px; height: auto; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    #header .logo-app { left: 170px; top: 6px; }
    #header .logo img { height: 70px; }
    #header .logo-app img { width: 120px; height: auto; }
}
/* XS */
@media (max-width: 767px) {
    #header .logo img { height: 50px; }
    #header .logo-app img { width: 70px; height: auto; }
    #header .logo-app { left: 130px; top: 6px; }
}


/*--------------------------------------------------
Navbar
--------------------------------------------------*/
#menu .nav { }
#menu ul > li { position: relative; z-index: 10; }
#menu ul > li span { position: relative; }
#menu ul > li span:after { content: ""; display: block; height: 1px; width: 1%; position: absolute; bottom: -1px; left: 0; background-color: #ccc; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#menu ul > li .container { display: none; }
#menu ul > li > a { font-size: 18px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 300; color: #fff; padding: 5px 10px; border: none; border-radius: 0; bottom: 0; z-index: 1; background: none; white-space: nowrap; }


#menu ul > li.openMiniCart > a { padding-right: 0; }
#menu ul > li > a:hover, #menu ul > li.active a, #menu ul > li:hover a, #menu ul > li.on a { background-color: transparent; border-color: none; color: #fff; }
#menu ul > li > a:hover span:after, #menu ul > li.on > a span:after { opacity: 1; width: 100%; }
#menu ul > li > ul a:hover span:after { display: none !important; }


#menu ul > li > ul, .sec-menu ul li ul { display: none; position: absolute; left: -20px; list-style: none; margin: 0; padding: 0; width: 160px; background: #fff; border: 1px solid #E6E9ED; border-bottom-width: 2px; border-bottom-color: transparent; border-radius: 0px !important; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); z-index: 1; border-top: none; border-top-left-radius: 0; border-bottom-left-radius: 0; }
#menu ul > li:hover { z-index: 11; }
#menu ul > li:hover > ul { z-index: 10; display: block; }
#menu ul > li > ul > li, .sec-menu ul li ul li { background: none; border: none; border-top: 1px solid #E6E9ED; display: block; }
#menu ul > li > ul > li > a, .sec-menu ul li ul li a { display: block; line-height: 18px; padding: 8px 14px !important; color: #13242e !important; text-transform: uppercase; white-space: normal; font-size: 13px !important; border: none; border-radius: 0; }
#menu ul > li > ul > li > a:hover, #menu ul > li > ul > li.active > a:hover { background: #c00 !important; color: #FFF !important; font-weight: 300; }
#menu ul > li > ul > li > ul { left: 100%; top: 0; z-index: 0; border-bottom-left-radius: 0; }
/* search form */
#menu li.dropdown-search-box > ul { right: 0; width: auto; }
#menu li.dropdown-search-box .search { position: relative; white-space: nowrap; }
#menu li.dropdown-search-box .search input[type="search"] { background: #FFF; padding-right: 40px; }
#menu li.dropdown-search-box .search .btn-submit { position: absolute; right: 19px; top: 4px; padding: 7px 10px; }
/* mini cart */
#miniCart { display: none; }
#menu li.openMiniCart:hover #miniCart, #menu li.openMiniCart.active #miniCart { display: block !important; }

.sec-menu { }
.sec-menu ul { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; margin-bottom: 14px; margin-top: 16px; margin-right: 6px; }
.sec-menu ul li { float: left; list-style-type: none; padding-left: 16px; margin-left: 15px; position: relative; }
/*.sec-menu ul li.lingua-paese, .sec-menu ul li.search-nav { margin-right:5px;}*/
.sec-menu ul li:hover ul { display: block; }
.sec-menu ul li a, .sec-menu ul li { font-size: 12px; color: #d2d2d2; font-weight: 400; }
.sec-menu ul li a { }
.sec-menu ul li a i { margin-right: 6px; }
.sec-menu ul li.verde a, .sec-menu ul li a span.verde, .sec-menu ul li span.verde, .sec-menu ul li.lingua a.on { color: #3cc6d6; font-weight: 400; }
.sec-menu ul li a.mainCart { background: url(/img/bag-ico.png) no-repeat left -96px; padding-left: 19px; }
.sec-menu ul li.lingua a { margin-left: 6px; }
.sec-menu ul li.cta-sec { padding-left: 0; }
.sec-menu ul li.cta-sec a { background-color: #c00; padding: 6px 10px; border-right: 4px solid #000; border-bottom: 4px solid #000; color: #fff; font-weight: 700; text-transform: uppercase; }
.sec-menu ul li ul { z-index: 20; left: 0; }
.sec-menu ul li ul li { padding-left: 0; margin-left: 0; float: none; }
.sec-menu ul li ul li a { text-transform: none; }

/* service */
#service-menu { background-color: #ebebeb; margin-bottom: 24px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#service-menu ul { float: right; padding: 0; margin: 0; }
#service-menu ul li { list-style-type: none; float: right; position: relative; }
#service-menu ul li a.sqaure { width: 135px; height: 28px; line-height: 32px; margin-left: 1px; background-color: #cacaca; display: inline-block; text-align: center; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 400; }
#service-menu ul li.social { margin-right: 40px; }
#service-menu ul li.social a { height: 28px; line-height: 32px; color: #939494; margin-left: 15px; font-size: 16px; display: inline-block; }
#service-menu ul li a.sqaure i { font-size: 13px; padding-left: 5px; }

.search-nav { position: relative; margin-top: -4px; }
.search-nav input { width: 110px !important; background-color: #3b3b3b; padding: 0px 10px; color: #d2d2d2 !important; font-size: 12px; box-shadow: none; height: 26px; /*line-height: 26px;*/ width: 100px; border: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; font-weight: 400; }
.lang_3 .search-nav input { width: 180px !important; }
.lang_5 .search-nav input { width: 120px !important; }
.lang_7 .search-nav input { width: 160px !important; }
.lang_9 .search-nav input { width: 120px !important; }
.lang_13 .search-nav input { width: 120px !important; }
.search-nav input:focus { border: none; width: 120px !important; color: #fff !important; }
.lang_3 .search-nav input:focus, .lang_7 .search-nav input:focus { width: 180px !important; }
.search-nav button { position: absolute; height: 26px; line-height: 26px; width: 25px; left: 0px; top: 0; color: #d2d2d2; background-color: transparent; border: none; font-size: 11px; overflow: hidden; }


/* Lang */
#service-menu ul.lang { top: 29px; right: 0px; left: auto; padding: 0; padding-left: 0; list-style: none; width: 135px; position: absolute; z-index: 30; text-align: center; border-radius: 0; box-shadow: none; background-color: #cacaca; border: none; min-width: 135px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#service-menu ul.lang li { float: none; text-align: left; }
ul.lang li:hover ul.lang { display: block; }
ul.lang ul.lang:after { top: -6px; width: 100%; background-color: transparent; height: 7px; left: 0; content: " "; display: block; position: absolute; }
ul.lang li a { color: #fff; display: block; font-size: 12px; padding: 8px 12px 6px 12px; margin-bottom: 0px; float: none; font-weight: 400; }
ul.lang li.active a i { color: #999; float: right; margin-top: 2px; }
ul.lang li a:hover,
ul.lang li.active a { color: #fff; background-color: #b5b4b4; }
ul.lang li a:hover { text-decoration: none; }

#service-menu ul.seach { top: 29px; left: 1px; padding: 0; padding-left: 0; list-style: none; width: 271px; position: absolute; background: #f2f2f2; z-index: 30; text-align: center; border-radius: 0; box-shadow: none; background-color: #cacaca; border: none; min-width: 135px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#service-menu ul.seach .btn { border-radius: 0; color: #000; background-color: #b5b4b4; padding: 6px 12px; border: none; color: #999 !important; }
#service-menu ul.seach .btn i { color: #fff; }
#service-menu ul.seach .btn:hover { background-color: #b5b4b4 !important; color: #dbedf5 !important; }
#service-menu ul.seach li { float: none; }
#service-menu ul.seach li input { border: none; box-shadow: none; }
#service-menu ul.seach .input-group { position: relative; }
#service-menu ul.seach .input-group button { position: absolute; right: 0; top: 0; background: #b5b4b4; z-index: 2; }
.wrap-form .closed { position: absolute; right: 10px; top: 0; width: 9px; height: 9px; background: url(/img/form-close.png) no-repeat left top; display: inline-block; padding: 0; }


.language:hover .dropdown-menu { }

.submenu { background-color: #f2f2f2; overflow: hidden !important; height: 0; }
.submenu .container { padding-left: 0; padding-right: 0; }
.submenu ul { margin: 0; padding: 0; }
.submenu ul li { list-style-type: none; }
.submenu ul li a { font-size: 14px; color: #817c7e; }
.submenu ul li.tit { font-size: 22px; color: #231f20; border-bottom: 1px solid #231f20; text-transform: capitalize; margin-bottom: 20px; }
.submenu ul li.sub-tit { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; margin-top: 20px; }
.submenu ul li.sub-tit span { font-weight: 400; }
.submenu ul li.cta a { color: #e51937; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 13px; }
.submenu .col-md-4 .item { background-color: #fff; }
.submenu .col-md-4 .item .wrap { padding: 14px; }
.submenu .col-md-4 .item img { width: 100%; }
.submenu .col-md-4 .item .wrap .titolo { font-size: 20px; margin-bottom: 2px; }
.submenu .col-md-4 .item .wrap .cta a { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 13px; color: #e51937; }

/* LG */
@media (min-width:1366px) {
    .lang_8 #menu ul > li > a { font-size: 17px; padding: 5px 6px; }
    .lang_3 #menu ul > li > a { font-size: 16px; padding: 5px 6px; }
    .lang_13 #menu ul > li > a { font-size: 15px; padding: 5px 5px; }
    .lang_17 #menu ul > li > a { font-size: 17px; padding: 5px 6px; }
}

/* MD */
@media (min-width:1200px) and (max-width:1365px) {
    .lang_8 #menu ul > li > a { font-size: 15px; padding: 5px 4px; }
    .lang_7 #menu ul > li > a { padding: 5px 4px; }
    .lang_3 #menu ul > li > a { font-size: 14px; padding: 5px 4px; }
    .lang_9 #menu ul > li > a { font-size: 17px; padding: 5px 5px; }
    .lang_13 #menu ul > li > a { font-size: 13px; padding: 5px 4px; }
    .lang_17 #menu ul > li > a { font-size: 15px; padding: 5px 4px; }
}

/* MD */
@media (min-width:992px) and (max-width:1199px) {
    #menu ul > li > a { font-size: 16px; padding: 5px 6px; }
    .lang_8 #menu ul > li > a { font-size: 12px; padding: 5px 2px; }
    .lang_7 #menu ul > li > a { font-size: 14px; padding: 5px 4px; }
    .lang_3 #menu ul > li > a { font-size: 12px; padding: 5px 2px; }
    .lang_9 #menu ul > li > a { font-size: 15px; padding: 5px 3px; }
    .lang_13 #menu ul > li > a { font-size: 11px; padding: 5px 2px; }
    .lang_17 #menu ul > li > a { font-size: 12px; padding: 5px 2px; }
}

@media (min-width:992px) {
    #menu ul > li:last-child > ul > li > ul { left: -160px; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    #menu ul > li > a { font-size: 12px; padding: 5px 4px; }
    #menu .nav { /*margin-right: -10px;*/ }
    .sec-menu ul { margin-right: 0px; margin-bottom: 8px; margin-top: 10px; }
}
/* XS */
@media (max-width: 767px) {
    .sec-menu, #menu { display: none; }
}


/*--------------------------------------------------
Menu Mobile
--------------------------------------------------*/
#menu-mobile { display: none; text-align: right; }
.navbar-toggle { margin: 10px -5px 0 0; padding: 0; color: #d2d2d2; z-index: 1010; }
.navbar-toggle .fa { font-size: 30px; }
.navbar-toggle span { display: none; font-size: 10px; margin-top: -4px; line-height: 1; }
#nav-mobile { /*position: fixed;*/ top: 97px; left: 0; width: 100%; background: #3b3b3b; text-align: left; padding: 0 20px; text-transform: uppercase; font-size: 14px; z-index: 1000; overflow: hidden; height: 0; }
.open-mobile #nav-mobile { overflow-y: auto; overflow-x: hidden; }
#nav-mobile .nav li { border-bottom: 1px solid #fff; margin-bottom: -1px; }
#nav-mobile .nav li > a { color: #fff; display: block; padding: 10px 0; }
#nav-mobile .nav li.on > a { color: #fff; }
#nav-mobile .nav li > a:hover { background: none; color: #fff; }
#nav-mobile .nav li ul { display: block; margin: 0; padding: 0; list-style: none; border-top: 1px solid #fff; font-size: 13px; }
#nav-mobile .nav li > ul > li > a { padding: 10px 15px 10px 35px; color: #fff; }
#nav-mobile .nav li > ul > li > a:hover { color: #fff; background-color: transparent; }
#nav-mobile .nav li > ul { display: none; }
#nav-mobile .nav li > ul > li > ul > li > a { padding: 10px 15px 10px 70px; color: #fff; }

#nav-mobile .nav li > ul > li > ul > li > a:hover { color: #fff; background-color: transparent; }
/* serach form */
#nav-mobile > ul { width: 100%; }
#nav-mobile .search { position: relative; white-space: nowrap; box-shadow: none; }
#nav-mobile .search input[type="search"] { background: #FFF; padding-right: 40px; }
#nav-mobile .search .btn-submit { position: absolute; right: 18px; top: 13px; padding: 3px 10px; }
/* social media */
#nav-mobile .social-media { border-top: 1px solid #e6e9ed; padding-top: 10px; }
#nav-mobile .social-media a { color: #979696; font-size: 20px; padding: 5px 10px; width: 40px; height: 40px; font-size: 14px; color: #fff; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: transparent;; }

#nav-mobile > ul.secondario { background-color: rgba(255, 255, 255, 0.15); margin-top: 20px; }
#nav-mobile ul.secondario li { border: none; }
#nav-mobile ul.secondario li > a, #nav-mobile ul.secondario li ul li a, #nav-mobile ul.secondario li ul li a:hover { color: #fff; padding: 3px 0 4px 8px; text-transform: lowercase; }
#nav-mobile ul.secondario li > a i { margin-right: 4px; }
#nav-mobile ul.secondario li > a:hover { color: #fff; }
#nav-mobile ul.secondario li.rosso > a { color: #fff; font-weight: 400; text-transform: uppercase; background-color: #bc0018; }
#nav-mobile ul.secondario li ul { padding-left: 20px; margin-bottom: 10px; border-top: none; }

.social_share { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 14px; }
.social_share .share_links { margin-top: 5px; }


/* XS */
@media (max-width: 767px) {
    #menu-mobile { display: block; }
}


/*--------------------------------------------------
Drop country
--------------------------------------------------*/
#drop_country .overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: #000; filter: alpha(opacity=40); z-index: 101; display: none; }
.rgba #drop_country .overlay { background: rgba(255,255,255,.4); }
.drop_country_wrap { position: fixed; top: 110px; left: 50%; width: 900px; margin: 0 0 0 -450px; z-index: 110; padding: 30px; background: #4a4a4a; display: none; }
.drop_country_wrap .close { position: absolute; top: 5px; right: 5px; z-index: 1; width: 30px; height: 30px; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; filter: alpha(opacity=100); }
.drop_country_wrap .close:after { content: 'x'; color: #fff; top: -2px; font-size: 14px; font-weight: normal; text-align: center; left: 0; position: absolute; z-index: 1; width: 15px; }
.csscolumns .drop_country_wrap .close:after, .csscolumns .drop_country_wrap .close:before { content: ' '; position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin: -1px 0 0 -6px; -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
.csscolumns .drop_country_wrap .close:before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.drop_country_wrap .logo { text-align: center; }
.drop_country_wrap .tit { color: #c3c2c2; font-size: 15px; font-weight: 900; text-transform: uppercase; padding: 5px 20px; text-align: left; margin: 20px 0 10px; }
.drop_country_wrap ul { margin: 0; padding: 0; list-style: none; }
.drop_country_wrap ul li { margin: 0; padding: 0; float: left; width: 50%; white-space: nowrap; }
.drop_country_wrap ul li * { color: #c3c2c2; position: relative; z-index: 1; font-size: 15px; display: inline-block; padding-left: 20px; cursor: pointer; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.csscolumns .drop_country_wrap ul { -moz-columns: 4; columns: 4; -moz-column-gap: 10px; column-gap: 10px; -webkit-columns: 4; -webkit-column-gap: 10px; }
.csscolumns .drop_country_wrap li { float: none; }
.csscolumns .drop_country_wrap .lang_wrap ul { /*-moz-columns: 1; columns: 1; -moz-column-gap: 0; column-gap: 0; -webkit-columns: 1; -webkit-column-gap: 10px;*/ }
.csscolumns .drop_country_wrap .continent_wrap ul { -moz-columns: 3; -webkit-columns: 3; columns: 3; }
.drop_country_wrap .lang_wrap li { float: none; width: 100%; }
.drop_country_wrap *.active, .drop_country_wrap *:hover { color: #fff; }
.csscolumns .drop_country_wrap *.active:before, .csscolumns .drop_country_wrap *.active:after { content: ' '; position: absolute; top: 13px; left: 8px; width: 5px; height: 1px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.csscolumns .drop_country_wrap *.active:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); width: 8px; left: 10px; top: 12px; }
.drop_country_wrap ul li.international { margin-top: 15px; padding-top: 10px; display: inline-block; position: relative; }
.drop_country_wrap ul li.international:before { content: ' '; position: absolute; background: #747980; width: 20px; height: 1px; top: 0px; left: 20px; z-index: 1; }
.drop_country_wrap .action { text-align: right; display: block; float: none; margin: 20px 0 0; clear: both; }
.drop_country_wrap .action span { font-weight: normal; color: #c3c2c2; font-size: 14px; }
.drop_country_wrap .action a.change_country, .drop_country_wrap .action a.change_continent { color: #c3c2c2; font-size: 14px; font-weight: normal; text-decoration: underline; }
.drop_country_wrap .action a.change_country:hover, .drop_country_wrap .action a.change_continent:hover { color: #fff; }
.drop_country_wrap .cta { color: #fff; border-color: #fff; background: none; padding: 10px 18px; border: 1px solid #fff; cursor: pointer; margin-left: 10px; text-transform: uppercase; font-weight: 900; }
.drop_country_wrap .change_lang_btn, #confirm_btn { display: none; }
.drop_country_wrap .cta:hover { background-color: #fff; color: #4a4a4a; }
.drop_country_wrap .country_wrap, .drop_country_wrap .lang_wrap { display: none; }
.drop_country_wrap select { width: 86%; margin: 0 20px; color: #000 !important; display: none; }

/* MD */
@media (min-width:992px) and (max-width:1199px) {
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
}

/* XS */
@media (max-width:899px) {
    .drop_country_wrap { width: 100%; top: 0; left: 0; margin: 0; padding: 10px; }
    .drop_country_wrap .cta { padding: 2px 7px; }
    .drop_country_wrap select { display: block; }
    .drop_country_wrap ul { display: none; }
}


/*--------------------------------------------------
Mini Carrello
--------------------------------------------------*/
#miniCart { width: 280px; position: absolute; z-index: 10; top: 55px; right: 0; background-color: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.175); padding: 7px; }
.prev-cart-item { background-color: #f5f5f5; margin-bottom: 5px; padding: 8px; line-height: 1.1em; font-size: 11px; position: relative; }
.prev-cart-item .edit-item, .prev-cart-item .delete-item { background-color: rgb(170, 170, 170); display: block; position: absolute; width: 14px; height: 14px; top: 8px; right: 8px; }
.prev-cart-item .edit-item:hover, .prev-cart-item .delete-item:hover { background-color: #5c5c5c; -moz-transition: all linear 0.2s; -o-transition: all linear 0.2s; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; }
.prev-cart-item .edit-item { right: 24px; }
.prev-cart-item .edit-item i { display: block; position: relative; width: 9px; height: 9px; top: 3px; left: 3px; background-position: -80px -120px; }
.prev-cart-item .delete-item i { display: block; position: relative; width: 9px; height: 9px; top: 3px; left: 3px; background-position: -100px -120px; }
.prev-cart-item a { }
.prev-cart-item a > img { width: 60px; height: 60px; }
.prev-cart-item-info { width: 130px; padding-top: 2px; margin-left: 9px; }
.prev-cart-item-info .item-brand { text-transform: uppercase; margin-bottom: 5px; }
.prev-cart-item-info .item-name { margin-bottom: 5px; }
.prev-cart-item-info .item-purchase-info { margin-bottom: 5px; }
.total-cart { font-size: 13px; text-transform: uppercase; font-weight: 700; }
.main-cta.checkout { margin-top: 8px; }
.view-cart-link { margin: 8px 0; font-size: 12px; }
.prev-cart-item .item-purchase-info .price { font-size: 14px; line-height: 20px; }
.prev-cart-item .delete-item { text-align: center; color: #fff; font-size: 10px; line-height: 14px; }
.prev-cart-item .item-brand { font-size: 12px; font-weight: 400; text-transform: none; margin: 0 0 5px 0; line-height: 1.1em; }
.miniCartWrap { max-height: 330px; overflow-y: auto; margin-bottom: 5px; }
.miniCartWrap .prev-cart-item:last-child { margin-bottom: 0; }
#miniCart .empty { background-color: #f5f5f5; padding: 8px; line-height: 1.1em; font-size: 11px; }
#miniCart .btn { background-color: #1abb9c !important; }


/*--------------------------------------------------
Social Media
--------------------------------------------------*/
.social-media a { margin: 0 0 0 5px; padding: 5px 8px; text-align: center; display: inline-block; opacity: .95; color: #73879C; }
.social-media a:hover { color: #fff; }
.social-media i { margin: 0 !important; }
.facebook:hover { background: #42569E; }
.twitter:hover { background: #42ABDB; }
.instagram:hover { background: #4B7394; }
.google-plus:hover { background: #2B2B2B; }
.pinterest:hover { background: #C22130; }
.dribbble:hover { background: #D13F79; }


/*--------------------------------------------------
Big Slideshow
--------------------------------------------------*/
.big-slideshow { width: 100%; position: relative; z-index: 1; margin-bottom: 0; padding: 0; overflow: hidden; margin-bottom: 20px; }
.big-slideshow .container { z-index: 3; }
.big-slideshow div.item { position: relative; float: left; }
.big-slideshow div.item img { width: 100%; height: auto; }
.big-slideshow .pag { text-align: center; white-space: nowrap; clear: both; position: absolute; z-index: 10; left: 30px; bottom: 20px; }
.big-slideshow .pag span { display: none; }
.big-slideshow .pag a { display: inline-block; width: 10px; height: 10px; background: #fff; margin: 0 5px; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); border: 2px solid #fff; }
.big-slideshow .pag a:hover { background: none; }
.big-slideshow .pag a.selected { background: none; -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); -webkit-transform: scale(1.3); transform: scale(1.3); }
.big-slideshow .nav a { font-size: 80px; line-height: 1; color: rgb(255, 255, 255); width: 60px; text-align: center; margin-top: -60px; position: absolute; z-index: 10; top: 50%; left: -20px; opacity: 0; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.big-slideshow .nav a.right { left: auto; right: -20px; }
.big-slideshow:hover .nav a { opacity: .5; left: 0; }
.big-slideshow:hover .nav a.right { right: 0; left: auto; }
.big-slideshow:hover .nav a:hover { opacity: 1; }


/*--------------------------------------------------
Big Slideshow
--------------------------------------------------*/
.slick-list.draggable { cursor: url(openhand.cur), e-resize; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }
.slick-list.draggable:active { cursor: url(closedhand.cur), e-resize; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }
.slick-slide img { pointer-events: none; }
#big-slideshow { height: 0; overflow: hidden; margin-bottom: 0px; }
#big-slideshow .item img { position: relative; z-index: 1; margin-top: 0; top: 0; left: 0; width: 100%; height: auto; }
.big-slideshow .vertical-wrap { position: relative; }
#big-slideshow .item .box { padding: 0 0 2px 0; color: #fff; position: absolute; z-index: 10; height: auto; top: 47%; -moz-transform: translateY(-47%); -ms-transform: translateY(-47%); -o-transform: translateY(-47%); -webkit-transform: translateY(-47%); transform: translateY(-47%); left: 10%; width: 33%; }
#big-slideshow .item .tit { font-size: 60px; position: relative; color: #3b3b3b; width: auto; margin: 0 0 20px 0; line-height: 1; font-family: 'Roboto Condensed', sans-serif; font-weight: 100; letter-spacing: -4px; text-transform: uppercase; }
#big-slideshow .item .tit br { display: none; }
#big-slideshow .item .txt { font-size: 20px; color: #fff; padding: 0 20px 40px; position: relative; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
#big-slideshow .item .cta { padding: 0 0 0 2px; position: relative; }
#big-slideshow .item .cta .btn { background-color: transparent; border: 1px solid #3b3b3b; color: #3b3b3b; }
#big-slideshow .item .cta .btn:hover { background-color: #3b3b3b !important; color: #fff; }
#big-slideshow .slick-prev, #big-slideshow .slick-next { width: 40px; height: 40px; background: rgba(59, 59, 59, 0.5); }
#big-slideshow .slick-prev:before { font-family: FontAwesome; content: "\f104"; }
#big-slideshow .slick-next:before { font-family: FontAwesome; content: "\f105"; }
#big-slideshow .slick-prev:before, #big-slideshow .slick-next:before { font-size: 40px; }
#small-slideshow { height: 0; overflow: hidden; margin-bottom: 0px; }
#small-slideshow .item img { position: relative; z-index: 1; margin-top: 0; top: 0; left: 0; width: 100%; height: auto; }
.big-slideshow .vertical-wrap { position: relative; }
#small-slideshow .item .box { padding: 0; color: #fff; position: absolute; z-index: 10; height: auto; top: 47%; -moz-transform: translateY(-47%); -ms-transform: translateY(-47%); -o-transform: translateY(-47%); -webkit-transform: translateY(-47%); transform: translateY(-47%); left: 0; width: 100%; text-align: center; }
#small-slideshow .item .tit { font-size: 50px; position: relative; color: #fff; width: auto; margin: 0 0 20px 0; line-height: 1; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 700; }
#small-slideshow .item .txt { font-size: 30px; color: #fff; padding: 0 20px 40px; position: relative; text-shadow: none; }
#small-slideshow .item .cta { padding: 0 0 0 2px; position: relative; }
#small-slideshow .item .cta .btn { background-color: transparent; border: 1px solid #3b3b3b; color: #3b3b3b; }
#small-slideshow .item .cta .btn:hover { background-color: #3b3b3b !important; color: #fff; }

#small-slideshow .item .cta .btn-large.customer-support { background-color: #bc0018 !important; color: #fff !important; border: none !important; }
#small-slideshow .item .cta .btn-large.customer-support:hover { background-color: #bc0018 !important; }
.btn-large.contact-support { margin-right: 20px; background-color: #fff !important; color: #bc0018 !important; border: none !important; }
.btn-large.contact-support:hover { background-color: #FFF !important; }


#scheda-slideshow { height: 0; overflow: hidden; margin-bottom: 0px; }
#scheda-slideshow .item { position: relative; }
#scheda-slideshow .item img { position: relative; z-index: 1; margin-top: 0; top: 0; left: 0; width: 100%; height: auto; }
.big-slideshow .vertical-wrap { position: relative; }
#scheda-slideshow .item .box { padding: 0; color: #fff; position: absolute; z-index: 10; height: auto; top: 47%; transform: translateY(-47%); left: 0; width: 100%; text-align: center; }
#scheda-slideshow .item .tit { font-size: 50px; position: relative; color: #fff; width: auto; margin: 0 0 20px 0; line-height: 1; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 700; }
#scheda-slideshow .item .txt { font-size: 30px; color: #fff; padding: 0 20px 40px; position: relative; text-shadow: none; }
#scheda-slideshow .item .cta { padding: 0 0 0 2px; position: relative; }
#scheda-slideshow .item .cta .btn { background-color: transparent; border: 1px solid #3b3b3b; color: #3b3b3b; }
#scheda-slideshow .item .cta .btn:hover { background-color: #3b3b3b !important; color: #fff; }

.sec-technoslide { background-color: #fff; }
#technoslide { height: 0; overflow: hidden; margin-bottom: 0px; max-height: 442px; }
#technoslide .item img { position: relative; z-index: 1; margin-top: 0; top: 0; left: 0; width: 100%; height: auto; }
#technoslide .item .box { padding: 0; color: #fff; position: absolute; z-index: 10; height: auto; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 2%; width: 40%; }
#technoslide .item .box.first { top: 84%; width: 92%; text-align: center; }
#technoslide .item .tit { font-size: 25px; position: relative; color: #3b3b3b; width: auto; margin: 0 0 20px 0; line-height: 1.2; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; }
.lang_3 #technoslide .item .tit { font-size: 23px; }
#technoslide .item .tit span { left: auto !important; font-weight: 400 !important; top: auto !important; position: relative !important; }
#techno-nav { background-color: #efefef; padding: 20px 0 10px 0; margin-bottom: 0; }
#techno-nav:after { content: ""; display: block; position: absolute; left: 2%; width: 97%; height: 1px; bottom: 15px; background-color: #3b3b3b; z-index: 0; }
.wrap-nav-tch .slick-prev { left: -26px; top: 47%; }
.wrap-nav-tch .slick-next { right: -26px; top: 47%; }
.wrap-nav-tch .slick-prev:before, .wrap-nav-tch .slick-next:before { font-size: 20px; color: #333; opacity: 0.75; }
.wrap-nav-tch .slick-next:before { font-family: FontAwesome; content: "\f105"; font-size: 30px; color: #666; }
.wrap-nav-tch .slick-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 30px; color: #666; }

.wrap-nav-tch { margin-bottom: 0; }
.wrap-nav-tch .slick-list { z-index: 20; }
.wrap-nav-tch .item { float: left; height: 40px; cursor: pointer; font-family: 'Roboto Condensed', sans-serif; text-align: center; font-size: 16px; font-weight: 400; z-index: 6; }
.wrap-nav-tch .item:after { content: ""; display: block; width: 12px; height: 12px; background-color: #333; position: absolute; left: 50%; margin-left: -5px; bottom: 0; z-index: 8; }
.wrap-nav-tch .item.on { color: #bc0018; }
.wrap-nav-tch .item.on:after { background-color: #bc0018; }
.barra-avanzamento { position: relative; background-color: #efefef; }
.barra-avanzamento .wrap { margin: 0 20px 0px 20px; position: relative; }
.barra-avanzamento img { width: 100%; height: 35PX; }
.barra-avanzamento .maschera { position: absolute; right: 0px; width: 600px; bottom: 0; height: 35px; background-color: #efefef; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

/* arrows */
#scheda-slideshow .slick-prev, #scheda-slideshow .slick-next, .slick-zoom { display: inline-block; width: 45px; height: 45px; background-color: #3b3b3b; top: 0; line-height: 69px; color: #d2d2d2; margin-top: 0; z-index: 6; text-align: center; }
.slick-zoom { position: absolute; right: 60px; line-height: 45px; }
.slick-zoom.fake { right: 60px; z-index: 19; }
.slick-zoom:hover { color: #fff; }
.slick-zoom:before { content: "\f002"; font-family: FontAwesome; font-size: 22px; }
#scheda-slideshow .slick-prev { left: auto; right: 90px; }
#scheda-slideshow .slick-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 36px; }
#scheda-slideshow .slick-prev:hover { left: auto; right: 90px; }
#scheda-slideshow .slick-next { right: 0px; }
#scheda-slideshow .slick-next:before { font-family: FontAwesome; content: "\f105"; font-size: 36px; }
#scheda-slideshow .slick-next:hover { right: 0px; }
/* arrows */
#big-slideshow .slick-prev { left: 30px; z-index: 10; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#big-slideshow .slick-prev:before { content: "\f104"; }
#big-slideshow .slick-prev:hover { left: 25px; background: rgba(59, 59, 59, 1); }
#big-slideshow .slick-next { right: 30px; z-index: 10; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#big-slideshow .slick-next:before { content: "\f105"; }
#big-slideshow .slick-next:hover { right: 25px; background: rgba(59, 59, 59, 1); }
/* dots */
#small-slideshow .slick-dots { bottom: 15%; margin-bottom: 0; }
#small-slideshow .slick-dots li { height: 17px; width: 17px; }
#small-slideshow .slick-dots li button { }
#small-slideshow .slick-dots li button:after { display: none; }
#small-slideshow .slick-dots li button:before { display: none; }
#small-slideshow .slick-dots li button { font-family: Arial; background-color: #fff; border: 3px solid #fff; height: 17px; width: 17px; border-radius: 0px; padding: 0; }
#small-slideshow .slick-dots li.slick-active button { box-shadow: none; text-shadow: none; opacity: 1; outline: none; background-color: #bc0018; }

.slide-news .slick-dots { bottom: -30px; margin-bottom: 0; right: 0; width: auto; }
.slide-news .slick-dots li { height: 17px; width: 17px; }
.slide-news .slick-dots li button { }
.slide-news .slick-dots li button:after { display: none; }
.slide-news .slick-dots li button:before { display: none; }
.slide-news .slick-dots li button { font-family: Arial; background-color: #fff; border: 3px solid #bc0018; height: 17px; width: 17px; border-radius: 0px; padding: 0; }
.slide-news .slick-dots li.slick-active button { box-shadow: none; text-shadow: none; opacity: 1; outline: none; background-color: #bc0018; }

.relatednews .slick-dots { bottom: -30px; margin-bottom: 0; left: 0; width: 100%; }
.relatednews .slick-dots li { height: 17px; width: 17px; }
.relatednews .slick-dots li button { }
.relatednews .slick-dots li button:after { display: none; }
.relatednews .slick-dots li button:before { display: none; }
.relatednews .slick-dots li button { font-family: Arial; background-color: #fff; border: 3px solid #bc0018; height: 17px; width: 17px; border-radius: 0px; padding: 0; }
.relatednews .slick-dots li.slick-active button { box-shadow: none; text-shadow: none; opacity: 1; outline: none; background-color: #bc0018; }

/* LG */
@media (min-width:1366px) {
}

/* MD */
@media (min-width:1200px) and (max-width:1365px) {
    #big-slideshow .item .tit { font-size: 42px; }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    #big-slideshow .item .tit { font-size: 40px; }
    #technoslide .item .tit { font-size: 20px; }
    .lang_3 #technoslide .item .tit { font-size: 19px; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    #big-slideshow .item .tit { font-size: 32px; letter-spacing: -2px; }
    .wrap-nav-tch { padding: 0 40px; background-color: #efefef; /*width:auto;*/ width: 700px; margin-left: auto; margin-right: auto; }
    #techno-nav:after { left: 5%; width: 91%; bottom: 25px; }
    #technoslide .item .tit { font-size: 16px; }
    .lang_3 #technoslide .item .tit { font-size: 14px; }
    #techno-nav { margin-bottom: 0; padding: 20px 0; }
    .barra-avanzamento { display: none; }
    #technoslide .item .box.first { top: 84%; width: 92%; }
    #big-slideshow .item .cta .btn { padding: 6px 18px; }
}
/* XS */
@media (max-width: 767px) {
    #big-slideshow .item .tit { font-size: 30px; letter-spacing: normal; }
    #big-slideshow .item .box { padding: 10px 20px 2px 20px; color: #fff; position: relative; z-index: 10; height: auto; top: auto; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; left: auto; background-color: #fff; width: 100%; }
    #big-slideshow .vertical-wrap .container { padding-left: 0; padding-right: 0; }

    #small-slideshow .item .tit { font-size: 30px; color: #3b3b3b; margin-bottom: 10px; }
    #small-slideshow .item .box { padding: 10px 20px 0px 20px; color: #3b3b3b; position: relative; z-index: 10; height: auto; top: auto; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; left: auto; background-color: #fff; }
    #small-slideshow .vertical-wrap .container { padding-left: 0; padding-right: 0; }
    #small-slideshow .item .txt { font-size: 30px; color: #3b3b3b; padding: 0 20px 20px; line-height: 1.1; position: relative; text-shadow: none; }
    .wrap-nav-tch { padding: 0 40px; margin: 0 15px; background-color: #efefef; }
    #techno-nav:after { left: 8%; width: 83%; bottom: 25px; }
    .wrap-nav-tch .item { font-size: 14px; }
    #techno-nav { margin-bottom: 0; margin-bottom: 0; padding: 20px 0; }
    #technoslide .item .tit { font-size: 16px; color: #3b3b3b; margin-bottom: 10px; }
    #technoslide .item .box { padding: 0px; width: 100%; color: #3b3b3b; position: relative; z-index: 10; height: auto; top: auto !important; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; left: auto; background-color: #fff; padding: 20px 0 10px 0; text-align: left !important; width: 100% !important; }
    #technoslide .vertical-wrap .container { padding-left: 0; padding-right: 0; }
    #technoslide .item .txt { font-size: 30px; color: #3b3b3b; padding: 0 20px 20px; line-height: 1.1; position: relative; text-shadow: none; }
    .barra-avanzamento { display: none; }
    /*.sec-technoslide { display: -webkit-box; display: -moz-box; display: box;  -webkit-box-orient: vertical;  -moz-box-orient: vertical;  box-orient: vertical;}
    .sec-technoslide #technoslide {  -webkit-box-ordinal-group: 2;  -moz-box-ordinal-group: 2;  box-ordinal-group: 2;}
    .sec-technoslide .wrap-nav-tch {  -webkit-box-ordinal-group: 1;   -moz-box-ordinal-group: 1;  box-ordinal-group: 1; }*/

}


/*--------------------------------------------------
Cover
--------------------------------------------------*/
#cover { margin-bottom: 40px; }
#cover img { width: 100%; display: block; margin: 0 auto; }


/*--------------------------------------------------
Breadcrumb
--------------------------------------------------*/
#breadcrumb { margin: -16px 0 6px 0; }
.breadcrumb { background: none; color: #fff; font-size: 11px; margin: 0; padding: 0; font-weight: 400; width: 100%; white-space: nowrap; overflow: hidden; }
.breadcrumb a { color: #fff; }
.breadcrumb li { white-space: nowrap; float: left; }
.breadcrumb > .active { color: #fff; }


/*--------------------------------------------------
Fasce
--------------------------------------------------*/
.spacer { width: 110px; height: 2px; margin: 0 auto 0 auto; background-color: #bc0018; margin-bottom: 30px; }
.section { background-color: #fff; margin-bottom: 20px; padding: 40px 0; }
section.our-products { margin-bottom: 0; position: relative; }
section.our-products .cta { position: relative; z-index: 2; }
section.our-products:after { content: ""; position: absolute; left: 50%; display: block; background-color: #fff; width: 50px; height: 50px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: -25px; bottom: -15px; z-index: 1; }
section.mega-ask { padding-top: 70px; background: url(/img/back-grad.png) repeat-x #313131; }
section.mega-ask h1 { color: #fff; }
section.mega-ask .cta .btn-large { background-color: #bc0018; }
section.history .blockquote { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 24px; font-style: italic; line-height: 1.1; }
.section.video { background: url(/img/video-home.jpg) no-repeat center top; background-size: cover; padding: 100px 0; }
.section.video h1, .section.video h2 { color: #fff; }
.section.video .cta .btn { background-color: transparent; border: 1px solid #fff; color: #fff; }
.section.video .cta .btn:hover { background-color: #fff !important; color: #bc0018; }
.section.video .tutti-video { margin-top: 10px; }
.section.video .tutti-video a { color: #fff; font-size: 14px; font-weight: 400; text-decoration: underline; margin-top: 10px; }
section.case-news { background-color: transparent; margin-bottom: 20px; }
section.case-news img { width: 100%; margin-bottom: 30px; }
section.case-news .col-md-6 .wrap { background-color: #fff; padding: 40px 80px; }
section.case-news .cta a, section.case-news-italia .cta a { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: #bc0018; font-size: 16px; text-transform: uppercase; }
section.case-news-italia .col-md-6 .wrap { padding: 0px 80px; }
section.case-news-italia .col-md-6 .wrap img { width: 100%; }
section.home-nl { background-color: #313131; }
section.home-nl .text { color: #d2d2d2; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 700; font-size: 20px; display: inline-block; vertical-align: middle; }
section.home-nl .nl-form { position: relative; display: inline-block; top: -2px; vertical-align: middle; }
section.home-nl .nl-form input { width: 270px; border-radius: 0; margin-left: 20px; }
section.home-nl .nl-form button { position: absolute; right: 0; top: 0; width: 40px; height: 34px; text-align: center; border: none; font-size: 30px; line-height: 30px; color: #d2d2d2; background-color: transparent; }
section.top-scheda { padding: 0; }
section.top-scheda .slider { }
section.top-scheda .slider img { width: 100%; }
section.top-scheda .text .cat { font-weight: 700; font-size: 20px; text-transform: uppercase; margin-bottom: 2px; }
section.top-scheda .text .wrap { padding: 10%; }
section.top-scheda .text .cta { margin-bottom: 30px; }
section.top-scheda .text .cta .btn-large { background-color: #bc0018; }
section.top-scheda .text ul { margin: 0; padding: 0; }
section.top-scheda .text ul li { list-style-type: none; margin-bottom: 8px; }
section.top-scheda .text ul li a { font-size: 16px; font-weight: 700; }
section.top-scheda .text ul li a i { font-size: 28px; margin-right: 5px; bottom: -5px; position: relative; }
section.top-scheda .text ul li.instock-btn { text-align: center; padding-top: 20px; width: 261px; }
section.top-scheda .text ul li.instock-btn a { background-color: #bc0018; }
section.description .desc { margin-bottom: 20px; }
section.description .desc2, section.description .cta .hide-more { display: none; }
section.description .cta a { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: #bc0018; font-size: 16px; text-transform: uppercase; }
section.description .cta a i { margin-right: 5px; }
section.fascia-tabella { }
section.fascia-tabella .tabella-fake { margin-bottom: 60px; }
section.fascia-tabella .tabella-fake .btn { padding: 4px 50px; background-color: #bc0018; }
section.fascia-tabella .tabella-fake.tabella3 .btn { padding: 4px 30px; background-color: #bc0018; }
section.fascia-tabella .tabella-fake.tabella3 .btn.disabled { background-color: #ccc; cursor: default; }
section.fascia-tabella .tabella-fake.tabella3 .btn.disabled:hover { background-color: #ccc !important; }
section.fascia-tabella .tabella-fake .titolo { font-weight: 700; font-size: 18px; text-transform: uppercase; margin-bottom: 2px; border: none !important; }
section.fascia-tabella .tabella-fake .row { border-top: 1px solid #3b3b3b; padding: 7px 0; margin-right: 0; }
section.fascia-tabella .tabella-fake div { /*padding-left:0;*/ }
section.fascia-tabella .cta .btn-large { background-color: #bc0018; }
.form-parcheggio-wrap { display: none; }
section.fascia-tabella .form-nascosto { display: none; margin-top: 20px; overflow: hidden; }
section.fascia-tabella .form-nascosto form { padding: 40px; background-color: #3b3b3b; }
section.fascia-tabella .form-nascosto form label { color: #fff; font-weight: 300; margin-bottom: 4px; }
section.fascia-tabella .form-nascosto .checkbox a { color: #fff; text-decoration: underline; font-size: 14px; }
section.fascia-tabella .form-nascosto .obbl_fields { font-size: 14px; margin: 0px 0px 20px; color: #fff; }
section.fascia-tabella .form-nascosto .obbl_fields a { color: #fff; }
section.fascia-tabella .tabella-fake.tabella2 { font-size: 14px; }
section.fascia-tabella .tabella-fake.tabella3 { font-weight: 400; }
section.fascia-tabella .tabella-fake.tabella2 .titolo { font-size: 14px; line-height: 1; }
section.fascia-tabella .text { font-size: 18px; margin-bottom: 20px; }
section.fascia-tabella .text strong { margin-bottom: 20px; }
section.fascia-tabella .tabella-fake.tabella3 img { width: 100%; }
/*section.fascia-tabella .tabella-fake.tabella3 img.immagine { display:none; }*/
section.fascia-tabella .tabella-fake.tabella3 .row div { padding-left: 5px; padding-right: 5px; line-height: 1; }
section.fascia-tabella .model { /*text-transform: uppercase;*/ }
section.listing-usato { font-size: 16px; }
section.listing-usato img { width: 100%; }
section.listing-usato .item { margin-bottom: 30px; }
section.listing-usato .dati-usato div { margin-bottom: 2px; }
section.listing-usato .dati-usato .cta { margin-top: 20px; }
section.listing-usato .dati-usato .cta .btn { padding: 4px 30px; }
.form-horizontal .form-group { margin-right: 0px; margin-left: 0px; }
.form-parcheggio { display: none; }
section.automat { background-color: #fff; margin-bottom: 20px; }
section.automat .wrap { padding: 10% 10% 0 10%; }
section.automat img { width: 100%; }
section.related { }
section.related img { width: 100%; margin-bottom: 20px; }
section.interested { }
section.interested img { width: 100%; margin-bottom: 20px; }
section.related a, section.interested a { display: inline-block; -moz-transition: opacity 0.2s linear, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -o-transition: opacity 0.2s linear, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: opacity 0.2s linear, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; transition: opacity 0.2s linear, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; padding: 15px; }
.no-touch section.related a:hover, section.interested a:hover { -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); -webkit-transform: scale(1.04); transform: scale(1.04); z-index: 49; opacity: 1; }
section.prod-scelta { }
section.prod-scelta .wrap { background-color: #fff; }
section.prod-scelta .wrap img { width: 100%; margin-bottom: 40px; }
section.listing-news { }
section.listing-news .wrap .item { position: relative; margin-bottom: 40px; }
section.listing-news .wrap img { /*width: 100%;*/ margin-bottom: 20px; width: auto; height: 170px; }

.tab-bold { font-weight: bold !important; }
section.pronto-vendita h1 { text-transform: uppercase; }
section.pronto-vendita .desc { margin-top: 10px; font-weight: 500; font-size: 24px; }


/* MD */
@media (min-width:992px) and (max-width:1199px) {
    section .listing-news .wrap img { width: 100%; height: auto; }
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
    section.listing-news .wrap img { width: 100%; height: auto; }
}
/* XS */
@media (max-width:767px) {
    section.listing-news .wrap img { width: 100%; height: auto; }
}

section.listing-news .wrap h2 { text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 5px; }
section.listing-news .wrap .data { font-size: 15px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: #9f9e9e; }
section.listing-news .wrap .text { margin-bottom: 20px; font-size: 16px; padding-bottom: 20px; }
section.listing-news .wrap p { margin-bottom: 0; }
section.listing-news .wrap .cta { position: absolute; left: 15px; bottom: 0; }
section.listing-news .wrap .cta a { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: #bc0018; font-size: 16px; text-transform: uppercase; }

section.listing-result { }
section.listing-result .wrap .item { position: relative; margin-bottom: 40px; border-bottom: 1px solid #ccc; overflow: hidden; }
section.listing-result .wrap img { max-width: 150px; margin-bottom: 20px; float: left; }
section.listing-result .wrap h2 { text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 20px; }
section.listing-result .wrap .data { font-size: 15px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: #9f9e9e; }
section.listing-result .wrap .text { margin-bottom: 20px; font-size: 16px; padding-bottom: 20px; float: left; width: 100%; }
section.listing-result .wrap p { margin-bottom: 0; }
section.listing-result .wrap .cta { position: absolute; left: 15px; bottom: 10px; }
section.listing-result .wrap .cta a { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: #bc0018; font-size: 16px; text-transform: uppercase; }
section.video-list .wrap-img { position: relative; }
section.video-list .wrap-img:before { content: ""; display: block; height: 50px; width: 50px; background: url(/img/playvideo.png) no-repeat left top; z-index: 5; top: 50%; left: 50%; margin-left: -25px; position: absolute; margin-top: -35px; }
section.video-list .wrap .item { position: relative; margin-bottom: 60px; }
section.video-list .wrap img { width: 100%; margin-bottom: 20px; position: relative; z-index: 4; }
section.video-list .wrap h2 { text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 5px; height: 70px; }
section.video-list .wrap .data { font-size: 15px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: #9f9e9e; }
section.video-list .wrap .text { margin-bottom: 20px; font-size: 16px; padding-bottom: 20px; }
section.video-list .wrap .cta { position: absolute; left: 15px; bottom: 0; }
section.video-list .wrap .cta a { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: #bc0018; font-size: 16px; text-transform: uppercase; }
section.gmap-cont { background-color: #fff; margin-bottom: 20px; }
section#contatti .cta { margin-top: 40px; }
section#contatti .cta .btn { background-color: #bc0018; }
section.app-scelta .wrap h1 { font-size: 30px; height: 64px; line-height: 0.9; margin-bottom; }
/* area riservata */
section.video-list.area-segreta .video-secret-guarda { }
section.video-list.area-segreta .filename { display: block; margin-top: 10px; }
section.video-list.area-segreta .video-secret-down { }
section.video-list.area-segreta .video-secret-guarda a, section.video-list.area-segreta .video-secret-down a { font-size: 15px; font-weight: 700; }
section.video-list.area-segreta .video-secret-guarda a i, section.video-list.area-segreta .video-secret-down a i { margin-right: 4px; }
section.video-list.area-segreta .file-video i, section.video-list.area-segreta .file-pdf i { font-size: 60px; color: #C2C7CC; }

section.generico #big-slideshow { margin-bottom: 40px; }
section.generico .text img { max-width: 100%; }
section.generico .cta { margin-top: 20px; }
section.generico .cta .btn { background-color: #bc0018; }
section.generico .img_right { float: right; padding: 20px; border: 1px solid #c2c2c2; margin: 20px; }

/* paginazioni */
.cta-pagination { margin-top: 20px; }
.cta-pagination ul { margin: 0; padding: 0; }
.cta-pagination ul li { list-style-type: none; display: inline-block; padding: 0 4px; }
.cta-pagination a { font-size: 14px; font-weight: 700; text-transform: uppercase; color: #13242e; font-weight: 300; }
.cta-pagination a.active { color: #bc0018; cursor: default; }
.cta-pagination ul li i { color: #333; font-size: 12px; }

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    section.app-scelta .wrap h1 { font-size: 30px; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .section.video { padding: 60px 0; }
    section.case-news .col-md-6 { margin-bottom: 20px; }
    section.case-news { margin-bottom: 0px; }
    section.case-news-italia .col-md-6 .wrap img { margin-bottom: 30px; }
    section.app-scelta .wrap h1 { font-size: 30px; }
    section.top-scheda .text h1 { line-height: 0.8; }
    section.listing-usato img { margin-bottom: 20px; }
}
/* XS */
@media (max-width: 767px) {
    .section { padding: 20px 0; }
    .section.video { padding: 20px 0; }
    section.case-news { margin-bottom: 0px; }
    section.case-news .col-md-6 { margin-bottom: 20px; }
    section.case-news .col-md-6.events { margin-bottom: 20px; }
    section.case-news .col-md-6 .wrap { padding: 20px 20px; }
    section.case-news-italia .col-md-6 .wrap { padding: 0px 20px; }
    section.case-news-italia .col-md-6 .wrap img { margin-bottom: 30px; }
    section.home-nl .nl-form { display: block; }
    section.home-nl .nl-form input { width: 100%; margin-left: 0; }
    section.home-nl .text { margin-bottom: 20px; }
    section.fascia-tabella .tabella-fake { font-size: 14px; margin-bottom: 40px; }
    section.fascia-tabella .tabella-fake .btn { padding: 4px 10px; }
    section.video-list .wrap .item { height: auto !important; }
    section.video-list .wrap .text { padding-bottom: 0; }
    section.video-list .wrap .cta { position: relative; bottom: auto; left: auto; }
    section.video-list .wrap .item { height: auto !important; margin-bottom: 40px; }
    section.video-list .wrap .text { padding-bottom: 0; }
    section.video-list .wrap h2 { height: auto; }
    section.video-list .wrap .cta { position: relative; bottom: auto; left: auto; }
    section.fascia-tabella .form-nascosto form { padding: 0px; }
    section.fascia-tabella .form-nascosto .obbl_fields { font-size: 12px; margin: 10px 0px 20px; }
    section.fascia-tabella .tabella-fake .row { margin-right: -30px; margin-left: -30px; }
    section.fascia-tabella .tabella-fake.tabella3 img { margin-bottom: 10px; }
    /*section.fascia-tabella .tabella-fake.tabella3 img.immagine { display:block;}
    section.fascia-tabella .tabella-fake.tabella3 img.icona { display:none;}*/
    .section.video .tutti-video { margin-top: -10px; }
    section#contatti h1 { text-align: center; }
    section#contatti .cta { margin-bottom: 40px; }
    section.fascia-tabella .tabella-fake.tabella2 .titolo { display: none; }
    section.fascia-tabella .tabella-fake.tabella2 .col-md-2 { margin-bottom: 5px; text-align: left; }
    section.fascia-tabella .tabella-fake div.col-md-2:before, section.fascia-tabella .tabella-fake div.labels:before { content: attr(data-name) ": "; color: #9c9c9c; text-transform: uppercase; }
    section.fascia-tabella .tabella-fake div.labels { margin-bottom: 10px; }
    section.fascia-tabella .tabella-fake.tabella3 div.col-md-2:before { content: ""; }
    section.fascia-tabella .tabella-fake.tabella3 div.labels:before { content: attr(data-name) ": "; }
    section.fascia-tabella .tabella-fake.tabella3 .row div { padding-left: 15px; padding-right: 15px; line-height: 1; }
    section.fascia-tabella .tabella-fake.tabella3 .cta { margin-top: 10px; }
    section.top-scheda .text h1 { line-height: 1; }
    section.app-scelta .wrap h1 { height: auto; }
    .section.video h1 br { display: none; }
    section.listing-usato img { margin-bottom: 20px; }
    section.generico .img_right { width: 100%; float: none; margin: 0px 0px 20px 0px; }
    .breadcrumb li:last-child { text-overflow: ellipsis; overflow: hidden; max-width: 50%; }
}


/*--------------------------------------------------
Aside
--------------------------------------------------*/
aside { font-size: 16px; line-height: 160%; }
aside p { margin-bottom: 15px; }
aside .txt-btn { font-size: 100%; }
aside .thumb figure { margin: 0; }

.sidebox { margin-bottom: 25px; }
.sidebox h4 { margin-bottom: 5px; }
.scrollbox { max-height: 150px; overflow-y: auto; padding: 0 5px; }
.scrollbox label { display: block; }
.pricebox { padding: 5px 0 0; }
.pricebox input { width: 70px; border: 1px solid #ddd; padding: 3px 5px; }
.pricebox span { margin: 0 5px; }
.slider-wrapper { padding: 20px 0 10px 0; max-width: 200px; }
.ui-slider-horizontal { height: 6px; border: 1px solid #aaa; }
.ui-slider .ui-slider-handle { height: 14px; width: 14px; box-shadow: none !important; outline: none !important; border: 1px solid #aaa; }
.ui-slider-horizontal .ui-slider-range { background: #1abb9c; }
.filterbox { font-size: 14px; margin-bottom: 20px; background: #f5f7fa; padding: 8px 10px; }
.filterbox h4 { margin-bottom: 5px; font-size: 14px; border-bottom: 1px solid #ddd; padding-bottom: 5px; }
.filterbox a { color: #73879c; }
.filterbox a:hover { color: #2d3e4e; }
.filterbox ul.arrowed { padding-left: 15px; }
.filterbox ul.arrowed li:before { margin-left: -12px; }
.filterbox ul.arrowed li li { margin-bottom: 0; }

.selectionbox { border: 1px solid #ddd; background: #fff; }
.selectionbox a { display: block; padding-left: 20px; position: relative; }
.selectionbox a:before { content: '\f057'; position: absolute; z-index: 1; top: 0; left: 2px; font-family: FontAwesome; color: #2d3e4e; }
.selectionbox .filtervalue { color: #1abb9c; font-weight: bold; }


/*--------------------------------------------------
Fancybox
--------------------------------------------------*/
.fancybox-close { right: 0; }
.fancybox-prev span { background: none; }
.fancybox-prev span:after { content: '\f053'; font-family: FontAwesome; color: #000; font-size: 30px; }
.fancybox-next span { background: none; text-align: right; }
.fancybox-next span:after { content: '\f054'; font-family: FontAwesome; color: #000; font-size: 30px; }
.fancybox-outer video { width: 100%; }
.fancybox-inner { overflow: hidden !important; }
.fancybox-skin { background:#fff;}

/*--------------------------------------------------
Chi siamo
--------------------------------------------------*/
#chisiamo .fa { color: #1abb9c; }


/*--------------------------------------------------
Prodotti
--------------------------------------------------*/
#prodotti { padding: 20px 0 80px; }
.prod-box { margin-top: 0px; }
.prod-box h2 { text-transform: uppercase; margin-top: 15px; font-size: 18px; }
.prod-box .prod-img { border: 1px solid #ddd; padding: 2px; background: #fff; overflow: hidden; }
.prod-box img { width: 100%; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.prod-box:hover img { -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }
.prod-box .prod-desc { font-size: 13px; }
#prodotto .tit { margin-bottom: 30px; }
#prodotto h2 { margin: 10px 0; }
#prodotto h2 + ul { margin-top: 10px; }
#altri-prodotti { margin: 80px 0; }


/*--------------------------------------------------
Box Price
--------------------------------------------------*/
.box-price { padding: 20px; background: #eee; margin-bottom: 20px; }
.box-price .price { white-space: nowrap; font-size: 30px; line-height: .8; padding: 12px 0 0 0; }


/*--------------------------------------------------
Blog
--------------------------------------------------*/
.meta { margin: 0; padding: 0; list-style: none; font-size: 14px; margin-bottom: 25px; }
.meta li { margin: 0px 6px; display: inline-block; }
.meta li a { margin: 0 6px 0 0; color: rgba(115,135,156,.6); }
.meta li a:hover { color: rgba(115,135,156,1); }
.meta li:after { content: "|"; margin-left: 12px; }
.meta li:last-child:after { content: ""; }
.post-content { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #E6E9ED; }
.post-content h2 { margin-top: 25px; }
ul.last-articles { margin: 20px 0 60px; padding: 20px 0; list-style: none; font-size: 14px; border-top: 1px solid #e6e9ed; border-bottom: 1px solid #e6e9ed; }
ul.last-articles li:first-child { float: left; }
ul.last-articles li:first-child:before { content: '\f053'; font-family: FontAwesome; margin: 0 10px; }
ul.last-articles li:last-child { float: right; }
ul.last-articles li:last-child:after { content: '\f054'; font-family: FontAwesome; margin: 0 10px; }


/*--------------------------------------------------
Risultati Ricerca
--------------------------------------------------*/
#risultati { padding: 40px 0 60px; }
#risultati .result-list { margin-top: 60px; }
#risultati .prod-box { position: relative; }
#risultati .prod-box:before, #risultati .prod-box:after { content: ' '; display: table; }
#risultati .prod-box:after { clear: both; }
#risultati .prod-box .prod-img { float: left; width: 120px; margin: 15px 30px 20px 0; }
#risultati .prod-box .prod-img img { max-width: 100%; }
#risultati .prod-box .img { float: left; width: 120px; margin: 0 30px 20px 0; }
#risultati .prod-box .img img { max-width: 100%; }


/*--------------------------------------------------
Gmap
--------------------------------------------------*/
#gmap { width: 100%; height: 0; padding-bottom: 30%; position: relative; }
#googlemap { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.map-popup { padding: 10px; min-width: 280px; }
/* SM */
@media (min-width:768px) and (max-width:991px) {
    #gmap { padding-bottom: 6 0%; }
}
/* XS */
@media (max-width:767px) {
    #gmap { padding-bottom: 100%; }
}


/*--------------------------------------------------
Quote
--------------------------------------------------*/
#quote { background: url(/img/parallax-1.jpg) no-repeat 50% 0; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,.1); box-shadow: inset 0 2px 3px rgba(0,0,0,.05); }
#quote footer { color: #fff; }
#quote blockquote footer:before, #quote blockquote footer:after { background: #fff; }
/* XS */
@media (max-width:767px) {
    #quote { background-size: cover; }
}


/*--------------------------------------------------
News & Eventi
--------------------------------------------------*/
#news .tit { margin-bottom: 30px; }
#news .link { padding-top: 30px; display: inline-block; }
.news-box { margin-bottom: 30px; }
.news-box .link { font-size: 14px; }
.news-box .data { font-size: 12px; color: #878787; margin-bottom: 5px; }
.news-box .img { width: 100%; margin-bottom: 10px; }
.news-box .img img { width: 100%; }
.news-box .abstract { font-size: 14px; color: #666; line-height: 1.4; }
.news-box .abstract:hover { color: #094871; }


/*--------------------------------------------------
News List
--------------------------------------------------*/
.news-box { }
.news-box a { display: block; margin-bottom: 10px; overflow: hidden; position: relative; z-index: 1; background: #000; }
.news-box a img { width: 100%; -moz-transition: all .35s ease-out; -o-transition: all .35s ease-out; -webkit-transition: all .35s ease-out; transition: all .35s ease-out; }
.news-box a:hover img { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .9; }
.news-box a::after { content: ' '; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; border: 2px solid rgba(0,0,0,0); }
.news-box a:hover::after { border: 8px solid rgba(0,0,0,.3); }
.news-date { font-size: 12px; }
.news-title { font-size: 16px; font-weight: bold; margin: 5px 0 10px; }
.news-text { font-size: 14px; }


/*--------------------------------------------------
Prods
--------------------------------------------------*/
.product-name h1 { font-size: 30px; }
.price-box { margin-bottom: 20px; }
.old-price { margin: 0; display: inline-block; margin-right: 10px; }
.old-price .price-label { white-space: nowrap; color: #999; display: none; }
.old-price .price { font-size: 23px; text-decoration: line-through; color: #999; }
.special-price { margin: 0; padding: 0; display: inline-block; }
.special-price .price-label { font-size: 13px; font-weight: bold; white-space: nowrap; color: #cd5033; display: none; }
.special-price .price { font-weight: bold; font-size: 23px; }
.product-slider img { width: 100%; }
.product-slider .flex-control-thumbs li { width: 15%; float: left; margin: 10px 10px 0 0; box-shadow: none; }
.product-slider .flex-control-thumbs li img { border: 1px solid #ccc; }
.product-slider .flex-control-thumbs li img.flex-active { border: 1px solid #aaa; }
.short-description { font-size: 16px; margin-bottom: 20px; }
.qty-controller { background: rgb(238, 238, 238); float: left; padding: 10px; position: relative; z-index: 1; }
.qty-controller span { width: 18px; height: 18px; position: absolute; text-align: center; color: #fff; background: #506A85; top: 10px; right: 10px; font-size: 10px; line-height: 18px; }
.qty-controller span.decr { top: 29px; }
.qty-controller input { background: #fff; border: none; width: 50px; padding: 6px 5px; margin-right: 20px; }
.add-to-box { float: left; padding: 10px; background: #eee; position: relative; z-index: 1; }
#prodotto .share_links { clear: both; padding-top: 15px; border-top: 1px solid #eee; margin-top: 100px; }
#prodotto .share_links span { font-size: 16px; }
#prodotto .share_links a { width: 35px; }
#prodotto .custom { margin-bottom: 20px; }
#prodotto .custom select { width: 80%; }
.prod-item { font-size: 14px; }
.prod-item a { display: block; margin-bottom: 10px; position: relative; overflow: hidden; }
.prod-item a::after { content: ' '; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; border: 2px solid rgba(0,0,0,0); }
.prod-item a:hover::after { border: 8px solid rgba(0,0,0,.2); }
.prod-item .thumb-prod-sale { position: absolute; top: 10px; left: 25px; padding: 0 4px; background-color: #1abb9c; color: #fff; font-weight: bold; text-align: center; border: 1px solid #1abb9c; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.prod-item .thumb-prod-name { font-weight: bold; }
.prod-item .thumb-prod-price .price { text-decoration: line-through; color: #999; }
.prod-item .thumb-prod-price .special-price { font-weight: bold; }
.prod-item img { width: 100%; vertical-align: middle; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.prod-item a:hover img { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .95; }


/*--------------------------------------------------
Lista Prodotti
--------------------------------------------------*/
.lista-prodotti { }
.list { padding-top: 40px; }
.lista-prodotti .prod-item { margin-bottom: 30px; }
.list .prod-box { margin-bottom: 30px; }
.list .img { padding: 20px 20px 10px; }
.list .img img { max-width: 100%; margin-bottom: 7px; }
.list .tit { font-size: 20px; margin-bottom: 5px; min-height: 40px; }
.list .cat { text-transform: uppercase; color: #094871; font-weight: 300; font-size: 11px; min-height: 28px; }
.list .desc { font-size: 13px; color: #333; margin-top: 10px; border-top: 1px solid #ececec; padding: 9px 15px 0 0; }


/*--------------------------------------------------
Page Filter
--------------------------------------------------*/
.page-filter { padding: 10px 10px 5px; background: #f5f7fa; margin-bottom: 30px; font-size: 16px; }
.page-filter .pagination { margin: 0; }
.page-filter label { font-weight: normal; margin-right: 10px; }
.page-filter select { border: 1px solid #dddddd; padding: 7px; }


/*--------------------------------------------------
Panel Group
--------------------------------------------------*/
.panel-group { margin: 0; }
.panel-group .panel { background: #F5F7FA; border: 1px solid #E6E9ED; border-bottom-width: 2px; border-radius: 3px; box-shadow: none; }
.panel-title { font-size: 15px; line-height: 1.42857; font-weight: 700; text-transform: uppercase; }
.panel-title > a, .panel-title > a:hover { background: #EDF0F2; }
.panel-title > a.collapsed { background: #F5F7FA; color: #506A85; }
.panel-title > a span { display: block; position: relative; top: 0; color: #506A85; padding-right: 25px; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; }
.panel-title > a.collapsed span:after { content: "\f078"; }
.panel-title > a span:after { font-family: FontAwesome; content: "\f077"; position: absolute; top: 0; right: 0; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; }
.panel-title > a:hover span, .panel-title > a.collapsed:hover span { color: #1abb9c !important; }

.panel-group .panel-heading + .panel-collapse .panel-body { font-size: 16px; border-top-color: #E6E9ED; }
.panel-body { padding: 25px; }


/*--------------------------------------------------
Paginazione
--------------------------------------------------*/
.paginazone { text-align: center; }
.pagination > li > a, .pagination > li > span { color: #094871; }
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #094871; border-color: #094871; }


/*--------------------------------------------------
Single News
--------------------------------------------------*/
#single-news { padding: 40px 0; font-size: 14px; }
#single-news .tit { font-size: 30px; margin-bottom: 5px; }
#single-news .data { font-size: 12px; color: #878787; margin: 0 0 20px 2px; }
#single-news img, #single-news p { margin-bottom: 20px; }
#single-news img { max-width: 100%; }


/*--------------------------------------------------
Correlati
--------------------------------------------------*/
.correlati-slider { position: relative; z-index: 1; padding: 0; box-shadow: none; -webkit-box-shadow: none; border: none; }
.correlati-slider li { width: 20% !imporant; }
.correlati-slider li img { width: 100%; }
.correlati-slider li .image { margin: 0; }
.correlati-slider li .image p { margin: 0; }
.correlati-slider li .image img { margin: 0; }
.correlati-slider .slides { margin: 0 !important; }


/*--------------------------------------------------
Request
--------------------------------------------------*/
.request { background: url(/img/parallax-3.jpg) no-repeat 50% 0 #e5e5e5; box-shadow: inset 0 2px 3px rgba(0,0,0,.05); }
/* XS */
@media (max-width: 767px) {
    .request { padding: 20px 0 40px; background-size: cover; }
    .request .cta { margin-top: 10px; }
}


/*--------------------------------------------------
Cerca rivenditori
--------------------------------------------------*/
#mapResults .dealer .dealer-popup img { width: 25px; position: relative; top: 2px; margin-right: 4px; }
#mapResults .dealer .dealer-info { padding-left: 32px; position: relative; top: -25px; font-size: 13px; }


/*--------------------------------------------------
Contatti
--------------------------------------------------*/
#contatti { padding: 40px 0 60px; }
#contatti label { font-weight: normal; text-align: left; padding-top: 4px; }
#contatti em { color: #c00; margin-right: 4px; }
div.submit { margin-top: 20px; }
ul.contacts { margin: 0 0 30px; padding: 0; list-style: none; }
ul.contacts li { padding-left: 30px; position: relative; z-index: 1; margin-bottom: 4px; }
ul.contacts li i.fa { text-align: center; width: 30px; position: absolute; top: 4px; left: 0; }
ul.contacts li a { color: #73879C; }
.error { border-color: #c00; }
input[type="checkbox"] { position: relative; z-index: 1; }
input[type="checkbox"].error:after { content: ' '; display: block; width: 100%; border-bottom: 1px solid #c00; height: 16px; }
label.error { color: #c00; border-color: none; }
#thankyou { display: none; }

.prev-form .form-horizontal label { font-weight: 300; font-size: 16px; margin-bottom: 5px; }
.form-group { }
.prev-form .form-group input, .prev-form select { box-shadow: none; border: none; background-color: #ececec; border-bottom: 1px solid #4b4b4b; background-color: #f4f2f2; }
.prev-form textarea { box-shadow: none; border: none; background-color: #f4f2f2; border-bottom: 1px solid #4b4b4b; height: 110px; }
.prev-form .obbl_fields { font-size: 14px; margin-bottom: 5px; }
.prev-form button { background-color: #bc0018; }
.reserved { background-color: #bc0018; padding: 11px 34px !important; }
.prev-form input[type="file"] { display: block; background-color: #fff; border: none; font-size: 14px; }
.sRegMessage { margin-bottom: 20px; font-weight: 400; color: #03a115; }

/*--------------------------------------------------
Video
--------------------------------------------------*/
.video-wrap { height: 0; padding-bottom: 56.2%; position: relative; z-index: 1; overflow: hidden; }
.video-wrap iframe { width: 100%; height: 100%; }


/*--------------------------------------------------
Prefooter
--------------------------------------------------*/
#prefooter { line-height: 1.5; line-height: 1.8; padding: 45px 0 35px; background: #2F4052; color: #A3B1BF; font-size: 12px; }
#prefooter .tit { font-weight: 400; font-size: 12px; color: #fff; margin-bottom: 5px; }
#prefooter a { color: #79B4B4; }
#prefooter a:hover { color: #1abb9c; }
/* XS */
@media (max-width: 767px) {
    #prefooter { padding: 30px 0 40px; }
    #prefooter .tit { margin-top: 20px; }
    #prefooter .foot-box { margin-top: 10px; }
}


/*--------------------------------------------------
Newsletter
--------------------------------------------------*/
.newsletter-form { position: relative; }
.newsletter-form input[type="email"] { font-size: 14px; background: rgba(255, 255, 255, 0.15); -webkit-border-radius: 3px; border-radius: 3px; border: none; color: #FFF !important; width: 100%; padding-right: 40px; }
.newsletter-form input[type="email"]:focus { background: rgba(255, 255, 255, 0.2); }
.newsletter-form .btn-submit { top: -1px; position: absolute; right: 0; margin-top: 5px; margin-right: 5px; color: #FFF !important; padding: 7px 10px; }


#video-hp { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.4); }
#video-hp .cont-video { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 100%; }
#video-hp .cont-video iframe { max-width: 100%; }
#video-hp .cont-video .close { position: absolute; z-index: 3; top: 0px; right: -30px; width: 30px; height: 30px; cursor: pointer; background: url(/img/close.png) no-repeat center #000; opacity: 1; }

/*--------------------------------------------------
Footer
--------------------------------------------------*/
#footer { padding: 30px 0 35px; color: #fff; font-size: 12px; }
#footer a { color: #fff; }
#footer a:hover { color: #fff; }
#footer ul { margin: 0; padding: 0; list-style: none; position: static; }
#footer ul.outer-top-xs { margin-top: 40px; }
#footer ul.riga-2 { margin-top: -14px; }
#footer ul li { display: inline-block; padding-right: 10px; margin-right: 5px; /*border-right: 1px solid #30495b;*/ }
#footer ul li:last-child { border: none; padding-right: 0; margin-right: 0; }
#footer ul li.certificati { float: right; padding-right: 0; margin-right: 0; }
#footer ul li.certificati img { width: 80px; margin-top: -15px; /*border: 4px solid #fff;*/ }
#footer img { margin: 0 3px; }
#footer .linkedin { }
#footer .linkedin a { position: relative; z-index: 1; height: 16px; display: block; }
#footer .linkedin a:after { content: '\f08c'; font-family: 'FontAwesome'; font-size: 24px; position: absolute; z-index: 2; top: 50%; left: 0; transform: translate(0,-40%); }
#footer .youtube { margin-left: 16px; }
#footer .youtube a { position: relative; z-index: 1; height: 16px; display: block; }
#footer .youtube a:after { content: '\f167'; font-family: 'FontAwesome'; font-size: 24px; position: absolute; z-index: 2; top: 50%; left: 0; transform: translate(0,-40%); }
#footer .facebook { margin-left: 16px; }
#footer .facebook a { position: relative; z-index: 1; height: 16px; display: block; }
#footer .facebook a:after { content: '\f082'; font-family: 'FontAwesome'; font-size: 24px; position: absolute; z-index: 2; top: 50%; left: 0; transform: translate(0,-40%); }
/* XS */
@media (max-width: 767px) {
    #footer { padding-top: 0; padding-bottom: 50px; }
    #footer .footer-links { text-align: left; margin-top: 10px; }
    #footer .footer-agency { text-align: left; margin-top: 10px; }
    #footer ul { position: static; }
    #footer ul li { padding-right: 0; }
    #footer ul li.pull-right { display: block; width: 100%; text-align: center; position: absolute; left: 0; bottom: -50px; }
    #footer ul.outer-top-xs { margin-top: 20px; }
    #footer a { text-decoration: underline; }
    #footer ul li.pull-right a { text-decoration: none; }
    #footer ul.riga-2 { margin-top: 0px; }
    #footer ul li.certificati { float: none; margin: 20px auto; text-align: center; }
}

/*--------------------------------------------------
Accept Cookie
--------------------------------------------------*/
#acceptcookie { position: fixed; text-align: center; padding: 10px 30px; background: #ccc; border-top: 1px solid #bbb; color: rgb(82, 82, 82); font-size: 13px; line-height: 1; bottom: 0; left: 50%; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 100%; max-width: 1600px; z-index: 100; }
#acceptcookie a { color: rgb(0, 0, 0); }
#acceptcookie button { box-shadow: rgb(34, 140, 185) 0px -2px 0px inset; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; margin-left: 4px; background: #30ade7; color: #fff; border: none; font-size: 13px; padding: 4px 8px; }
#acceptcookie button:hover { background: #1e95cd; }

/* -------------------------------------------
cookie
------------------------------------------- */
.cookie-adv { position: fixed; padding: 15px 50px 15px 30px; background: #3b3b3b; color: #fff; font: 11px/14px 'OpenSansRegular', Arial, Helvetica, sans-serif; bottom: 0; width: 100%; z-index: 100; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /*opacity: 0.80;*/ }
.cookie-adv > div { text-align: center; }
.cookie-adv.full-width { max-width: none; }
.cookie-adv a { color: #fff; text-decoration: underline; }
.cookie-adv .chiudi { border: none; position: absolute; z-index: 110; top: 14px; right: 20px; /* Clonare e modificare l’immagine all’occorrenza */ background: url('/img/close-bar.png') no-repeat; width: 18px; height: 18px; }
.menage-cookie-css #container { padding-bottom: 70px; }
.menage-cookie-css .torna_su { display: none !important; }



/*--------------------------------------------------
mediaquery
--------------------------------------------------*/
/* LG */
@media (min-width:1200px) {
}
/* MD */
@media (min-width:992px) and (max-width:1199px) {
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
}
/* XS */
@media (max-width:767px) {
    section.generico .cta { text-align: center; }
}


@media (max-width: 991px) {
    #menu-mobile { display: block; }
    .sec-menu, #menu { display: none; }
    .navbar-toggle { display: block; }
    .navbar-form .form-control { width: 100%; }
    .navbar-form { padding: 10px 15px; }
}

.form-parcheggio-wrap-survey .obbl_fields .chiudi { display: none; }


/*--------------------------------------------------
Fonts
--------------------------------------------------*/
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900);*/
