@charset "utf-8";

/* ---------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------*/
body {color: #333; font-family: 'Montserrat', Arial, Helvetica, sans-serif;font-size: 14px;line-height: 20px;overflow-x: hidden;padding: 0 !important; letter-spacing: 0px; background-color: #222 !important;}

.form-group label:not(.error) {  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important; }
.form-group-default .form-control { border: none !important;  height: 25px; min-height: 25px; padding-top: 0 !important; padding-bottom: 0 !important; }

.cleaner { width:100%; clear:both; height:0px; }
.cleaner20 { width:100%; clear:both; height:20px; }



/* ---------------------------------------------------------------
H
-----------------------------------------------------------------*/
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #111;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400 !important; 
    line-height: auto;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;     
    text-transform: none !important;
}
h1, .h1, .heading h1 { font-size: 40px; line-height: 42px; margin:0; font-family: 'Rubik Mono One', sans-serif !important; }
h2, .h2, .heading h2 { font-size: 35px; line-height: 40px; margin:0; }
h3, .h3, .heading h3 { font-size: 28px; line-height: 32px; margin:0; }
h4, .heading h4 { font-size: 20px; line-height: 26px; margin:0; }
h5, .heading h5 { font-size: 16px; line-height: 20px; margin:0; }
h6, .heading h6 { font-size: 14px; line-height: 18px; margin:0; }

.heading h2, .heading h3 { margin-top:10px; }

.underline { text-decoration: underline !important; }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px; 
    background-color: #F9F9F9;
    border-left: 5px solid #eee;
}

/* ---------------------------------------------------------------
HEADING
-----------------------------------------------------------------*/
.heading {  margin-bottom: 20px;}
.heading h1, .heading h2, .heading h3, .heading h4 {color: #333;}
.heading:after {border-top: 3px solid #884e28 !important; display: block;margin-top: 10px;width: 30px;content: " ";}
.heading.heading-center:after, .heading.title-center:after {margin: 15px auto 15px auto;}

.heading.no-border:after { border:0 !important; margin-top: 0px; }
.heading.heading-center.no-border:after, .heading.title-center.no-border:after {margin: 0px auto 0px auto;}

/* ---------------------------------------------------------------
SECTION HEADING
-----------------------------------------------------------------*/
.section-heading { position: relative; padding-bottom: 10px; margin-bottom: 30px; }
.section-heading:before { content: ""; position: absolute; bottom: 0; left: 50%; width: 200px; height: 1px; background-color: #ddd;margin-left: -100px;}
.section-heading:after {content: ""; position: absolute; bottom: 0; left: 50%; width: 50px; height: 1px; background-color: #5677b0; margin-left: -25px; transition: all 0.3s ease; }

/* ---------------------------------------------------------------
title page
-----------------------------------------------------------------*/
.title-page {font-size: 50px!important;font-weight: 300 !important;line-height: 1.1;margin-bottom: 30px; margin-top: 0px;}
.titolopagina { border-bottom: 1px solid #eee; margin-bottom:15px;}
.titolopagina h3 { font-size: 18px; line-height: 22px;  padding-bottom:13px;}
.titolopagina:after { border-top: 3px solid #e46f28 !important;  display: block;margin-top: 0px;  width: 60px; content: "";}

/* ---------------------------------------------------------------
title menu
-----------------------------------------------------------------*/
.titolomenu { border-bottom: 1px solid #eee;margin-bottom:10px;}
.titolomenu h6 { font-size: 13px; line-height: 17px; font-weight: 700 !important; padding-bottom:8px; text-transform: uppercase; }
.titolomenu:after { border-top: 3px solid #5fa7ed !important;  display: block; margin-top: 0px;  width: 25px; content: "";}

/* ---------------------------------------------------------------
SECTION
-----------------------------------------------------------------*/
section { padding: 50px 0;}
section#section-reviews { padding: 100px 0;}
@media (min-width: 481px) and (max-width: 768px) { section { padding: 35px 0;}section#section-reviews { padding: 40px 0;}}
@media all and (max-width: 480px) { section { padding: 25px 0;}section#section-reviews { padding: 30px 0;}}

/*-----------------------------------------------------------------------------------------------------*/
/* ALERT  */
/*-----------------------------------------------------------------------------------------------------*/
.alert i { margin-right:5px; }
.alert.alert-danger i { color: #a94442; }
.alert.alert-warning i { color: #8a6d3b; }
.alert.alert-info i { color: #31708f; }
.alert.alert-success i { color: #3c763d; }

/* ---------------------------------------------------------------
typography
-----------------------------------------------------------------*/
a:hover { color:#000; }
p, p.lead {color: #333; margin-bottom: 9px;}
.lead {margin-top: 15px;margin-bottom: 10px;font-size: 18px;font-weight: 300;line-height: 21px;}
.bold { font-weight:bold !important; }
strong { font-weight: 700 !important; }

.text-template, .color-template { color:#884e28 !important; }
.text-theme, .color-theme { color:#e11111 !important; } 
.text-grey { color:#666 !important; }
.text-grey-light  { color:#999 !important; }

.text-red { color:#ff0000; }
.text-green { color:#009542 !important; }

.text-underline { text-decoration: underline !important; }
.text-uppercase { text-transform: uppercase !important; }

.padding-none { padding:0;}
.list-large li { margin: 10px 0;}

.icon-box.color .icon i {
    background: #77A600;
    color: #fff;
}

/* ---------------------------------------------------------------
BACKGROUND
-----------------------------------------------------------------*/
.background-image { background-size: cover !important; background-position: top center !important; overflow: hidden; width: 100%; }

.background-colored { background-color: #884c2a !important; }
.background-dark { background-color: #222 !important; }
.background-white { background-color: #fff !important; }
.background-black { background-color: #000 !important; }
.background-grey { background-color: #f9f9f9 !important; border: 1px solid #eee; } 
.background-template { background-color: #e11111; }
.background-theme { background-color: #2b9e40; }

.background-pattern { background-image: url('/assets/img/pattern.png'); background-repeat: repeat; } 
.background-pattern-bn { background-image: url('/assets/img/pattern-bn.png'); background-repeat: repeat; } 


/* ---------------------------------------------------------------
youtube img bg + icona play
-----------------------------------------------------------------*/
.gallery-video-item {position: relative;margin-bottom: 10px;}
.icon-play-open {top: 50%;left: 50%;position: absolute;z-index: 1;margin-top: -22px;margin-left: -20px;width: 40px;height: 40px;}
.gallery-image-background.video {overflow: hidden;margin-bottom: 0px;background-size: cover;background-position: center center;z-index: 0;}

/* video col-6 */
.video-col-6 {height: 316px;}
@media (min-width: 992px) and (max-width: 1200px) {.video-col-6 {height: 245px;}} 
@media (min-width: 768px) and (max-width: 991px) {.video-col-6 {height: 198px;}}   
@media (min-width: 481px) and (max-width: 767px) {.video-col-6 {height: 247px;}}
@media (min-width: 412px) and (max-width: 480px) {.video-col-6 {height: 209px;}}
@media (min-width: 361px) and (max-width: 411px) {.video-col-6 {height: 247px;}}
@media all and (max-width: 480px) {.video-col-6 {height: 180px;}}

/* video col-4 */
.video-col-4 {height: 208px;}
@media (min-width: 992px) and (max-width: 1200px) {.video-col-4 {height: 170px;}} 
@media (min-width: 768px) and (max-width: 991px) {.video-col-4 {height: 129px;}}   
@media (min-width: 481px) and (max-width: 767px) {.video-col-4 {height: 247px;}}
@media (min-width: 412px) and (max-width: 480px) {.video-col-4 {height: 209px;}}
@media (min-width: 361px) and (max-width: 411px) {.video-col-4 {height: 247px;}}
@media all and (max-width: 360px) {.video-col-4 {height: 180px;}}



/* ---------------------------------------------------------------
IMG BG
-----------------------------------------------------------------*/
.image-background { height: 500px; overflow: hidden; margin-bottom: 0px; background-size: cover; background-position: center center; z-index: 0; }
.image-background-home-vantaggi { height: auto; } /*<section id="" class="image-background image-background-home-vantaggi" style="background-image:url('/assets/img/slider/02.jpg');">*/


/* ---------------------------------------------------------------
SEPARATOR
-----------------------------------------------------------------*/
.separator-newsletter {background-color: #eee;width: 100%; height: 2px;padding:0;margin: auto 0;}
.separator-ita { background-image: url('/assets/img/separator-ita.png'); background-repeat: no-repeat; background-position: top center; width:60px; text-align: center; margin:10px auto 0px auto; height: 3px; }
.separator-ita-left { background-position: top left; width:60px; text-align: left; margin:10px auto 0px 0;  }
.separator-madeinitaly { background-image: url('/assets/img/separator-item-ita.png'); background-repeat: repeat-y;  background-position: top center; width: 100%; height: 3px;}



#nav li:hover { background-color:#ff0000; padding-left:10; }
#nav li {
    display:block;
    background-color:#cccccc;
    -moz-transition-property:background-color,padding-left;
    -moz-transition-duration:1s;
    -webkit-transition-property:background-color, padding-left;
    -webkit-transition-duration:1s;
    -o-transition-property:background-color, padding-left;
    -o-transition-duration:1s;
    transition-property:background-color, padding-left;
    transition-duration:1s;
}


/* MOBILE icon home + ingue */
.seleziona-lingua-mobile {  float: right !important; padding: 10px 15px; display: inline-block;}
.btn-home-mobile { float: left !important;  padding: 10px 3px; display: inline-block;}


/* ---------------------------------------------------------------
BTN
-----------------------------------------------------------------*/
.button { padding: 14px 15px 14px 15px !important; font-size: 13px;line-height: 19px;font-weight: 400;letter-spacing: 1px;margin: 5px; border-style: solid; border-width: 1px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;  text-transform: uppercase !important; outline: 0;position: relative;white-space: normal;text-rendering: optimizelegibility; cursor: pointer; display:inline-block;
    -moz-transition-property:background-color,padding-left;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:background-color, padding-left;
    -webkit-transition-duration:0.5s;
    -o-transition-property:background-color, padding-left;
    -o-transition-duration:0.5s;
    transition-property:background-color, padding-left;
    transition-duration:0.5s;
}
.button, .button.white { background-color: #fff; border-color: #ddd; color: #333; } 
.button:hover, .button.white:hover { background-color: #ddd; } 

.button.template { background-color: #e11111; border-color: #b20606; color: #fff; } 
.button.template:hover { background-color: #b20606; }

.button.theme { background-color: #2b9e40; border-color: #137224; color: #fff; } 
.button.theme:hover { background-color: #137224; }    

.button.light { background-color: #eee; border-color: #ccc; color: #000; } 
.button.light:hover { background-color: #ccc; }

.button.grey { background-color: #ccc; border-color: #999; color: #000; } 
.button.grey:hover { background-color: #999; }

.button.dark { background-color: #333; border-color: #333; color: #fff; } 
.button.dark:hover { background-color: #555; }

.button.green { background-color: #77A600; border-color: #6e9a00; }
.button.green:hover { background-color: #77A600; border-color: #6e9a00; }

.button+.button { margin-right: 5px; margin-bottom: 5px; }

@media all and (max-width: 480px) {
    .button-centra-mobile { width: 100%; padding: auto; margin: 15px auto 10px auto; text-align:center; } 
    .button {padding: 12px 10px 12px 10px; line-height: 17px; letter-spacing: 0px; margin: 5px 0 5px 0;}
}

/* ---------------------------------------------------------------
centra contenuto
-----------------------------------------------------------------*/
.table-box { display: table; height: 100%; vertical-align: middle; width: 100%; }
.cells-wrap { display: table-cell; text-align: center; vertical-align: middle; color: #fff; padding: 0 20px; }

/* ---------------------------------------------------------------
RADIUS
-----------------------------------------------------------------*/
.rounded { border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
.rounded-b-l { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.rounded-b-r { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;}
.rounded-t-l { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px;}
.rounded-t-r { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px;}

/* ---------------------------------------------------------------
MODAL
-----------------------------------------------------------------*/
.modal-body     { padding-top:0; }
.modal-header   { padding-bottom:0px; }

/* ---------------------------------------------------------------
VIDEO
-----------------------------------------------------------------*/
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-top:30px; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ---------------------------------------------------------------
LIST GROUP > A
-----------------------------------------------------------------*/
.list-group { margin-top: 15px; margin-bottom: 0px;}
.list-group-item {position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;background-color: #fff;border: 1px solid #eee;border-top-right-radius: 0px;border-top-left-radius: 0px;}
.list-group-item img { padding-right: 9px;  float:left;}
.list-group-item span { }
.list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.list-group-item:last-child {margin-bottom: 0;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}

/* ---------------------------------------------------------------
LIST fullwidth
-----------------------------------------------------------------*/
.list-fullwidth { width: 100%; float: left; }  
.list-fullwidth ul li { width: 19%; display: inline-block;  padding: 0 20px; outline: 0; vertical-align: baseline; background: transparent;  list-style: none; background-color: transparent; }
.list-fullwidth ul li img { max-height: 150px; } 
.list-fullwidth ul li span { display: block; margin-top:10px; }    

/* ---------------------------------------------------------------
ALLEGATI
-----------------------------------------------------------------*/
.allegati {border-bottom: 0px solid #ddd;margin-bottom: 10px;margin-top:10px;padding-bottom: 0px;box-shadow: 1px 2px 1px #fff;background-color: #f9f9f9;   }

/*-----------------------------------------------------------------------------------------------------*/
/* WIDGET BOX GREY  */
/*-----------------------------------------------------------------------------------------------------*/
.widget-grey {margin-bottom: 15px;padding: 0px;box-shadow: 0px 0px 0px transparent;background-color: #ddd;border: 1px solid #ccc;}
.widget-white {margin-bottom: 15px;padding: 0px;box-shadow: 0px 0px 0px transparent;background-color: rgba(255,255,255,1);border: 1px solid #ddd;   }
.widget-padding { padding:20px; }
.widget-padding-large  { padding:40px; }
.widget-border { border: 1px solid #ccc; }
@media all and (max-width: 480px) { .widget-white, .widget-grey { margin-bottom: 10px;  }.widget-padding { padding:15px; }.widget-padding-large  { padding:15px; }}


/*-----------------------------------------------------------------------------------------------------*/
/* FORMATTAZIONI TESTI  */
/*-----------------------------------------------------------------------------------------------------*/
#testo-argomento { margin-bottom:30px; }
.formattazione-testo-argomento { border-left: 5px solid #eee;background-color: #f4f4f4; margin: 0; padding: 20px 20px 10px 20px;font-size: 16px; line-height: 22px; font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;}
.formattazione-testi, .formattazione-testi p { font-family: 'Montserrat', Arial, Helvetica, sans-serif !important ; font-size: 16px; line-height: 24px; }
.formattazione-testi { padding: 30px; margin:0; }
.formattazione-testi p, .formattazione-testo-argomento p { margin-bottom: 13px; }
.formattazione-testi ul, .formattazione-testo-argomento ul { margin: 0 0 13px 0; padding: 0;}
.formattazione-testi ul li, .formattazione-testo-argomento ul li {list-style: none;background-image: url('/assets/img/arrow.png');background-repeat: no-repeat;text-align: left;margin: 0;padding: 6px 12px;border-bottom: 1px solid #eee;border-top: 0 solid #eee;margin-bottom: 0px!important;}
.formattazione-testi ol, .formattazione-testo-argomento ol {margin: 0 0 13px 0;padding-left: 25px;}
.formattazione-testi ol li, .formattazione-testo-argomento ol li {text-align: left;margin: 0;padding: 6px 12px;border-bottom: 1px solid #eee;border-top: 0 solid #eee;}
.formattazione-testi b, .formattazione-testi strong, .formattazione-testo-argomento b, .formattazione-testo-argomento strong { font-weight: bold !important; }
.formattazione-testi a, .formattazione-testo-argomento a { text-decoration: underline !important ; }
.formattazione-testi a:hover, .formattazione-testo-argomento a:hover {  text-decoration:underline  !important ; color: #e11111; }



.formattazione-testi blockquote { padding: 10px 20px;  margin: 20px 0 20px; font-size: 18px; line-height: 24px; font-style: italic;   border-left: 5px solid #884e28; background-color: #f9f9f9; }

@media all and (max-width: 480px) { .formattazione-testi, .formattazione-testo-argomento { margin: 0px 0px; }}

/* ---------------------------------------------------------------
HEADER
-----------------------------------------------------------------*/
#logo img           { height: 72px; margin-top:9px; }
.logo-title         { font-size: 13px; letter-spacing: 1px; color:#ccc; }
@media all and (max-width: 480px) { .logo-title { font-size: 11px; letter-spacing: 1px; }}
#mainMenu>ul>li>a {border-bottom: 0 none;border-radius: 0;font-size: 12px;font-style: normal;font-weight: 800;height: 90px;line-height: 70px;margin-left: 0;margin-right: 0;outline: 0;padding: 10px 8px;text-transform: uppercase;letter-spacing: 1px;transition: all .3s ease-in-out 0s;}


/* ---------------------------------------------------------------
!!!! riduco alcuni elementi per farci stare il menu da 990 a 1200   !!!!!!
-----------------------------------------------------------------*/
@media (min-width: 991px) and (max-width: 1200px) {    
   .logo img { height: 44px !important; margin-top:20px !important; margin-left:-5px;}
    #header.header-sticky:not(.header-static) #logo img { margin-top:10px !important;}
    #mainMenu>ul>li>a {font-size: 11px !important;padding: 10px 6px !important;letter-spacing: 0px !important; }
    .search-top-desktop .form-control.cercanelsito {width: 95px;letter-spacing: 0px;font-size: 12px;}
    .search-top-desktop {width: 155px;}
}




/* ---------------------------------------------------------------
TOP BAR
-----------------------------------------------------------------*/
#topbar { letter-spacing: 1px; z-index:198; }
#topbar.topbar-transparent {background-color: transparent!important; border-bottom: 1px solid rgba(180,180,180,.5);}
.topbar-dropdown.float-right .title {padding: 1px 0px 0 0 !important; border-right: 1px solid #eee;border-color: rgba(0,0,0,.2);}
.topbar-dropdown .title img {margin-right: 0px;}
@media all and (max-width: 991px) { #topbar { padding-top:0px; }}


#header {
    position: relative;
    background-color: #884c2a;
    border-bottom: 0px solid #eee;
    z-index: 199!important;
}
#header.header-sticky #header-wrap {background-color: #884c2a;box-shadow: 0 0 10px rgba(0,0,0,.1);left: 0;position: fixed;top: 0;width: 100%;z-index: 199;}
.lines, .lines:after, .lines:before {
    background-color: #fff;
}
.headliner { float:left; position: relative; display: inline-block; }

/* ---------------------------------------------------------------
MENU
-----------------------------------------------------------------*/
#mainMenu>ul { height: 90px; }
#mainMenu>ul>li>a {border-bottom: 0 none;border-radius: 0;font-size: 13px;font-style: normal;font-weight: 400 !important;height: 90px;line-height: 70px;margin-left: 0;margin-right: 0;outline: 0;padding: 10px 10px;text-transform: uppercase;letter-spacing: 1px;transition: all .3s ease-in-out 0s;}
nav.main-menu ul li i {width: 18px !important; }
.header-dark .main-menu>ul>li>a {color: #fff !important;}
nav .main-menu .dropdown-menu a, nav .main-menu .dropdown-submenu>span.dropdown-menu-title-only, nav .main-menu a {color: #fff;}
nav .main-menu .dropdown-menu a, nav .main-menu .dropdown-submenu>span.dropdown-menu-title-only {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 13px;font-weight: 400;height: auto;padding: 10px 20px 10px 18px;position: relative;}
nav .main-menu .dropdown-menu .mega-menu-content a {border-bottom: medium none;padding: 8px 0;}
nav .main-menu .dropdown-menu .mega-menu-content .list-underline a {padding: 8px 0;border-bottom: 1px solid #eee !important;}
nav.mega-menu .mega-menu-content {padding: 20px;-webkit-box-shadow: 0 6px 12px rgba(79,83,103,.175);box-shadow: 0 6px 12px rgba(79,83,103,.175);}
nav .main-menu .dropdown-menu .mega-menu-content a:hover {padding: 8px 0px;}
nav .main-menu .dropdown-menu {border-top: 0px;}
nav.main-menu ul li i.fa-shopping-cart {padding-left: 0px;font-size: 18px !important;padding-right: 0px;text-align: center;}
#header #shopping-cart .shopping-cart-items, 
.shopping-cart-dropdown .shopping-cart-items {display: block;font-size: 11px;position: absolute;right: -6px;z-index: 1;top: 20px;width: 24px; height: 24px;line-height: 24px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px; background-color: #FF0000;color:#fff !important; font-weight: bold; text-align:center; }

#header #shopping-cart .shopping-cart-items {right: -15px;}
.shopping-cart-dropdown .subtotale {font-size: 20px;line-height: 24px;margin-top:15px;margin-bottom:5px;}
.btn-cart-menu  { float: right; border: 0 !important; margin: 15px 0px 0 15px !important; padding:0 !important;; }
.btn-cart-menu .button {  margin:0 !important; padding: 0 15px 0 18px !important; height: 50px; line-height: 50px; }
@media all and (max-width: 768px) { #shopping-cart>a>i {line-height: 90px; margin-right: 5px;}}
@media all and (max-width: 991px) { .search-top-desktop, .shopping-cart-dropdown, .user-menu-desktop  { display: none !important; }}

/* elementi solo mobile */
#shopping-cart,
#user-menu-mobile {display: none; }

/* form cerca nel sito */
.navbar-form {margin-left: 10px;margin-right: 0px;padding: 0px 10px 0 15px;border-top: 0px solid transparent;border-bottom: 0px solid transparent;margin-top: 0px;margin-bottom: 0px;height: 90px;line-height: 80px;}
#header.header-sticky:not(.header-static) nav#mainMenu .navbar-form {height: 60px;}
#header.header-sticky:not(.header-static) #mainMenu .navbar-form {line-height: 40px;}
#header.header-dark.header-navigation-light #shopping-cart a,
#header.header-sticky:not(.header-static) #logo img { height: 52px; padding: 6px 10px 0px 0; margin-top:0; }

/*ricerca solo per desktop */
.search-top-desktop  {width: 190px;padding: 20px 8px 0 15px;}
#header.header-sticky:not(.header-static) .search-top-desktop {padding-top:5px;}
.search-top-desktop .btn-search, .search-top-mobile .btn-search {width: 30px;height:44px;padding:0; margin:0; float:right;padding: 0px;background-color: transparent;border-color:  transparent;color: #fff; }
.search-top-desktop .btn-search img, .search-top-mobile .btn-search img { margin-left:-15px; margin-top:-3px;}

.search-top-desktop .form-control.cercanelsito, .search-top-mobile .form-control.cercanelsito  {width: 129px; float:left;border: 0px solid #ebebeb;border-bottom: 1px solid rgba(180,180,180,.5);background-color: transparent;color:#999;padding: 15px 0px 5px 0;letter-spacing: 1px; }  
.search-top-mobile  {width: auto;padding: 20px 8px 0 15px;}
/* SOLO MOBILE USER */
#header #top-search a i {position: absolute;right: 10px;line-height: 88px;color:#fff;}
#header #top-search form input {background-color: transparent;border-bottom: 1px solid #ddd;border: 0;border-radius: 0;box-shadow: none!important;font-size: 15px;height: 100%;letter-spacing: 1px;outline: 0;padding: 0 70px 0 0;color:#fff;}
#header.header-dark.header-navigation-light #top-search form input{color: #fff;}
#header.header-dark.header-navigation-light .lines, #header.header-dark.header-navigation-light .lines:after, #header.header-dark.header-navigation-light .lines:before {background-color: #fff;}
.x.tcon-transform .lines {background: 0 0!important;}
.tendina-menu-carrello {margin-right: -35px;}
.tendina-menu-user {margin-right: 25px;}
.tendina-menu-carrello:before,  .tendina-menu-user:before {content: '';position: absolute;border-right: 8px solid transparent;border-bottom: none;border-bottom: 8px solid #fff;border-left: 8px solid transparent;right: 20px;z-index: 50;margin-left: -8px;margin-top: -8px;}
nav.mega-menu li.mega-menu-item .mega-menu-title {display: block;font-size: 16px;font-style: normal;font-weight: 800;height: 50px;line-height: 32px;margin-left: 0;margin-right: 0;padding: 10px 0;text-transform: uppercase;}
@media all and (max-width: 990px) { 
    nav.mega-menu .mega-menu-content {padding: 0px; margin: 0 10px;}
    #mainMenu .mega-menu-title {border-bottom: 0px solid #777!important;color:#f56253;}
    #mainMenu .mega-menu-content a, #mainMenu ul>li>a, #mainMenu ul>li>span {border-bottom: 0px solid #777!important;}
}

/*--------------------------------------------------------------------------------------------------------------*/
/* MENU COLLAPSE */
/*-----------------------------------------------------------------------------------------------------------------------*/
@media all and (max-width: 991px) { 
    #mainMenu ul>li>a, #mainMenu ul>li>span {height: auto;line-height: 19px;outline: 0;padding: 13px 0;white-space: normal;}
    #mainMenu ul>li>a, #mainMenu ul>li>span {border-bottom: 0px solid #eee !important;border-top: 1px solid #56290f !important;}
    #header.header-sticky:not(.header-static) #mainMenu>ul>li>a {line-height: 19px;}
    #header.header-sticky:not(.header-static) #mainMenu>ul>li>a {height: auto;}
    .search-top-mobile {border-top: 1px solid #777 !important;}
    .search-top-mobile .cercanelsito {width: 78% !important;border-bottom: 0px solid rgba(180,180,180,.5) !important;background-color: transparent;color: #FFF !important;padding: 15px 0px 5px 0 !important;}
    .lines {width: 20px;}
    .nav-main-menu-responsive {height: 60px;line-height: 60px;margin-left: 0px;padding-left: 0px;}
    .icon-search-mobile { margin-right:15px;}
    #logo img {height: 40px;margin-top: 10px;padding: 0px 0px 0px 0;}
    .topbar-dropdown.float-right .title {border-right: 0px; border-left: 0px;}
    .topbar-dropdown.payoff {line-height: 15px;height: 15px;margin-top:5px; width: 100%;}
    img.img-cart {width: 30px;height: 27px;margin-top:20px;}
    #header #shopping-cart .shopping-cart-items, .shopping-cart-dropdown .shopping-cart-items {top: 10px;}
    .x.tcon-transform .lines::after, .x.tcon-transform .lines::before {width: 30px;}
}

/* ---------------------------------------------------------------
breadcrumb
-----------------------------------------------------------------*/
.albero-title {padding: 0;}
.albero-title ol  {margin: 15px 0;}
.albero-title ol li {padding-left: 0px; padding-right: 8px;    }
.pagina-con-titolo-laterale {  height: 25px; padding:0; margin:0; }
.breadcrumb { background-color: transparent; margin-bottom: 0; margin-top: 0px; text-align: right; padding: 0px 0px; margin: 0px; }
.breadcrumb li, .breadcrumb li a { letter-spacing:1px;color:#fff; text-transform: none; line-height: 18px;font-size: 13px; }
.breadcrumb>li+li:before {content: "/\00a0";padding: 0 5px;color: #ddd;}
.breadcrumb>.active {color: #fff;}
@media all and (max-width: 480px) { }



/* ---------------------------------------------------------------
LABEL SALE
-----------------------------------------------------------------*/
.product .product-sale, .product .product-sale-off {  background: #ffc300; } /* label su scheda prodotto */
.label-sale  { background-color: #ffc300; color:#fff; font-size: 12px;font-weight: 700;height: 48px;top: 10px;left: 10px;line-height: 48px;width: 48px;letter-spacing:1px; position: absolute;text-align: center;text-shadow: 1px 2px 1px rgba(0,0,0,.14);z-index: 5; border-radius: 50%;}
.label-circle  { background-color: #000; color:#fff; font-size: 12px;font-weight: 700;height: 48px;top: 10px;left: 10px;line-height: 48px;width: 48px;letter-spacing:1px; position: absolute;text-align: center;text-shadow: 1px 2px 1px rgba(0,0,0,.14);z-index: 5; border-radius: 50%;}
.label-best  { top: 0px; right: 10px; color:#fff; font-size: 12px; font-weight: 700; height: 56px; line-height: 48px; width: 49px; letter-spacing:1px; position: absolute; text-align: center; text-shadow: 1px 2px 1px rgba(0,0,0,.14);  z-index: 5;  background-position: top center !important; overflow: hidden; background-image:url('/assets/img/label-best.png'); background-repeat: no-repeat;}

.label-angular-right {  position: absolute; top:0; right:0; z-index:2; width:0; height:0;  margin:0; background:none; border-width:70px 0 0 70px; border-style:solid; border-color:#000 transparent transparent transparent;}
.label-angular-right-txt {
    position:absolute; top:-70px; right:-70px; width:100px; height:70px; padding:106px 0 3px 0;
    text-align:center; background:none; z-index: 3; color:#fff; font-weight: bold; font-size: 12px; line-height:20px; letter-spacing: 1px;
    -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);
}
.label-angular-left {  position: absolute; top:0; left:0; z-index:2; width:0; height:0;  margin:0; background:none; border-width:70px 70px 0 0; border-style:solid; border-color:#000 transparent transparent transparent;}
.label-angular-left-txt { background-color: #ff0000;
    position:absolute; top:-70px; left:-70px; width:100px; height:70px; padding:106px 0 0px 0;
    text-align:center; background:none; z-index: 3; color:#fff; font-weight: bold; font-size: 12px; line-height:20px; letter-spacing: 1px;
    -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
}

/* ---------------------------------------------------------------
ITEM BOX IMAGE
-----------------------------------------------------------------*/
.item-box-image { position: relative; }


/* ---------------------------------------------------------------
ITEM CATEGORY TRASITION 
-----------------------------------------------------------------*/

#list-category-transition .item-category-transition {  margin-top:10px; margin-bottom:10px; position: relative; }
#list-category-transition .item-category-transition .image { background-color: #fff; }
#list-category-transition .item-category-transition .title { background-color: #fff; text-align: center; position: relative; border: 1px solid #eee; border-top: 3px solid #884e28;   }
#list-category-transition .item-category-transition .title h4 {  text-align: center; padding:20px 10px 15px 10px; line-height: 20px; font-size: 15px;  font-weight: 400 !important; text-transform: uppercase !important;  }

#list-category-transition .item-category-transition .label-category { position: absolute;text-align: center;bottom: -30px;width:100%; margin: 0 auto;z-index: 5; }
#list-category-transition .item-category-transition .image-label { height: 48px; line-height: 48px; width: 48px; text-align: center; margin: 0 auto;}
#list-category-transition .item-category-transition .image-label img { border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
#list-category-transition .item-category-transition .button { margin:0 !important; text-align: center; }
#list-category-transition .item-category-transition .button i { font-size: 14px; margin:0; padding:0;}


img.centra-immagine{ display: block; margin: auto; text-align: center; }


/* ---------------------------------------------------------------
ITEM CAROUSEL (controllo altezza per colonna col-3) 

1. carousel argomenti
2. testo + foto su pagina categoria o argomento 
3. item shop category
-----------------------------------------------------------------*/
.height-col-2 { height: 274px; }
@media (min-width: 992px) and (max-width: 1200px) { .height-col-2 { height: 274px;}} 
@media (min-width: 769px) and (max-width: 991px) { .height-col-2 { height: 274px;}}   
@media (min-width: 481px) and (max-width: 768px) { .height-col-2 { height: 274px }}
@media all and (max-width: 480px) { .height-col-2 { height: 274px }}

.height-col-3 { height: 200px; }
@media (min-width: 992px) and (max-width: 1200px) { .height-col-3 { height: 274px;}} 
@media (min-width: 769px) and (max-width: 991px) { .height-col-3 { height: 274px;}}   
@media (min-width: 481px) and (max-width: 768px) { .height-col-3 { height: 274px }}
@media all and (max-width: 480px) { .height-col-3 { height: 274px }}

.height-col-4 { height: 200px; }
@media (min-width: 992px) and (max-width: 1200px) { .height-col-4 { height: 274px;}} 
@media (min-width: 769px) and (max-width: 991px) { .height-col-4 { height: 274px;}}   
@media (min-width: 481px) and (max-width: 768px) { .height-col-4 { height: 274px }}
@media all and (max-width: 480px) { .height-col-4 { height: 274px }}


/* ---------------------------------------------------------------
height slider + height slider pagina interna top
-----------------------------------------------------------------*/
.boxed-slider, .boxed-slider .owl-item { height: 400px; width: 100%; overflow: hidden; }
@media (min-width: 992px) and (max-width: 1200px) { .boxed-slider, .boxed-slider .owl-item { height: 400px;}} 
@media (min-width: 769px) and (max-width: 991px) { .boxed-slider, .boxed-slider .owl-item { height: 310px}}   
@media (min-width: 481px) and (max-width: 768px) { .boxed-slider, .boxed-slider .owl-item { height: 350px }}
@media all and (max-width: 480px) { .boxed-slider, .boxed-slider .owl-item { height: 350px !important; }}

.boxed-slider-page-inside, .boxed-slider-page-inside .owl-item { height: 450px; width: 100%; overflow: hidden; }
@media (min-width: 992px) and (max-width: 1200px) { .boxed-slider-page-inside, .boxed-slider-page-inside .owl-item { height: 420px;}} 
@media (min-width: 769px) and (max-width: 991px) { .boxed-slider-page-inside, .boxed-slider-page-inside .owl-item { height: 310px}}   
@media (min-width: 481px) and (max-width: 768px) { .boxed-slider-page-inside, .boxed-slider-page-inside .owl-item { height: 350px }}
@media all and (max-width: 480px) { .boxed-slider-page-inside, .boxed-slider-page-inside .owl-item { height: 350px !important; }}


/* ---------------------------------------------------------------
SLIDER TXT
-----------------------------------------------------------------*/
.owl-bg-img:after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);opacity: 1;transition: opacity 0.4s ease;z-index: 1;}
.owl-bg-img:after {content: "";height: auto;bottom: 0;left: 0;position: absolute;width: 100%;z-index: 1;}

#slider h1 { margin: 0; text-shadow: 1px 1px 1px rgba(0,0,0,.4); font-size: 40px;line-height: 44px; margin-top:0%;}
#slider h1:after {  border-top: 3px solid #fff !important; display: block;  margin: 10px auto; width: 30px; content: ""; display: none; }
#slider h3 { margin: 0px; padding-top:0px;  text-shadow: 1px 1px 1px rgba(0,0,0,.4); letter-spacing:1px;padding: 5px 0; }

.foto-didascalia-slider { text-align: center; margin: 0px auto; width:100%;  padding-bottom:20px; }
.foto-didascalia-slider img { max-width: 130px; min-height: 130px; text-align: center; margin: 0px auto; }

#slider .button.transparent { padding: 15px 20px !important; background-color: rgba(0,0,0,.4) !important; border:2px solid #fff; color: #fff; margin-top:20px !important;letter-spacing: 1px; opacity: 1; box-shadow: none;}
#slider .button.transparent:hover {  background-color: rgba(0,0,0,.9) !important; color:#fff !important; }
#slider .fa-angle-right { color:#fff !important; }
#slider  { position: relative; }
#slider .slider-text-content { width: 60%; }
#slider .slider-text-content h2 { margin-bottom:20px; }
#slider .lead {margin-top: 15px;margin-bottom: 10px;font-size: 20px;font-weight: bold;line-height: 21px;}




/* ---------------------------------------------------------------
OWL SLIDER
-----------------------------------------------------------------*/
.owl-controls .owl-nav {opacity: 1;}
.owl-theme .owl-controls .owl-nav .owl-prev {left: 0px;}
.owl-theme .owl-controls .owl-nav .owl-next {right: 0px;}
.owl-item .slider-content {opacity: 1 !important;padding: 0;}
.owl-bg-img {background-position: center center;background-repeat: no-repeat;background-size: cover;display: block;overflow: hidden;position: relative;width: 100%;}

.label-mit { text-align: center; float: right; width:150px; height:151px; z-index: 198; position: absolute; top:0; right:0 !important; background-image: url('/assets/img/label-mit.png'); background-repeat: no-repeat;  background-position: top right; }
.owl-bg-img:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 100%);opacity: 1;transition: opacity 0.4s ease;z-index: 1;}
.owl-bg-img:before {content: "";height: auto;bottom: 0;left: 0;position: absolute;width: 100%;z-index: 1;}
.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev { background: rgba(0,0,0,.4); color: #fff; font-size: 18px; height: 70px; position: absolute; text-align: center; width: 35px; cursor: hand;}
.owl-theme .owl-controls .owl-nav .owl-next { right: 0px; -moz-border-radius-topleft: 100px; -webkit-border-top-left-radius: 100px; border-top-left-radius: 100px;-moz-border-radius-bottomleft: 100px; -webkit-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px;  }
.owl-theme .owl-controls .owl-nav .owl-prev {left: 0px;-moz-border-radius-topright:100px; -webkit-border-top-right-radius: 100px; border-top-right-radius: 100px; -moz-border-radius-bottomright: 100px; -webkit-border-bottom-right-radius: 100px; border-bottom-right-radius:100px;}
.owl-theme .owl-controls .owl-nav .owl-next i, .owl-theme .owl-controls .owl-nav .owl-prev i { line-height: 60px;}
.owl-theme .owl-dots {margin-top: 10px;}

.owl-item.activeItem.active div { /* opacity:0.4;*/ border-bottom: 4px solid #009542; }

/* thumbs*/
.thumbs.owl-carousel.owl-theme .owl-controls .owl-nav div {top: 40%;}

/* owl double */
.big-images { margin-bottom:10px; }
.big-images img { display: none !important; /* questa img viene usata nella thumb fullscreen */ }
.big-images a.item-big-images { position: relative; }
.big-images a.item-big-images img {opacity: 1;}
.big-images a.item-big-images .dida { display:block; position: absolute; background-color: rgba(255,255,255,.8); color:#333; top: 6px; left:6px; width: 250px;  opacity: 1; z-index: 999; padding:10px; }
.big-images a.item-big-images .dida p { padding:10px 15px; text-align: left; margin:0; font-size: 13px; line-height: 17px;}

/* gallery scheda > stessa altezza immagini e immagini centrate */
.big-images img.img-responsive {max-width: 100% !important;height: auto !important;text-align: center !important;margin: 0 auto !important;}
@media all and (max-width: 767px) { .scheda-carousel.big-images img.img-responsive {width: auto !important;height: auto !important;text-align: center !important;margin: 0 auto !important;}  }


.height-col-big-images { height: 337px; }
.height-col-thumbs { height: 107px; }

@media (min-width: 992px) and (max-width: 1200px) { .height-col-big-images { height: 228px;}.height-col-thumbs { height: 91px;}} 
@media (min-width: 769px) and (max-width: 991px) { .height-col-big-images { height: 337px;}.height-col-thumbs { height: 274px;}}   
@media (min-width: 481px) and (max-width: 768px) { .height-col-big-images { height: 274px }.height-col-thumbs { height: 274px }}
@media all and (max-width: 480px) { .height-col-big-images{ height: 279px }.height-col-thumbs{ height: 91px }}

@media (min-width: 768px) and (max-width: 768px) { .height-col-big-images { height: 540px }.height-col-thumbs { height: 156px }}
@media (min-width: 1024px) and (max-width: 1024px) { .height-col-big-images { height: 288px }.height-col-thumbs { height: 274px }}


/* ---------------------------------------------------------------
ISOTOPE MASONRY GALLERY scheda annuncio
-----------------------------------------------------------------*/
.background-grey .portfolio-item {background-color: transparent;}
.portfolio-item-gallery {background-color: #fff;border: 1px solid #eee;}
.portfolio-item-gallery img {width: auto; text-align: center;margin: 0 auto; }
.portfolio-item-gallery .title-image-descr {padding: 10px;background-color: #fff;font-size: 14px;line-height: 17px;}
.portfolio-item-video {background-color: #fff;font-size: 14px;line-height: 17px;}
.portfolio-item-video .title-image-descr {padding: 5px 15px 15px 15px;background-color: #fff;font-size: 14px;line-height: 17px;}

/* ---------------------------------------------------------------
chi siamo / team
-----------------------------------------------------------------*/
#section-team .image-box-description h4 { padding-top:15px; }
#section-team .image-box-description>p.subtitle { padding-bottom:10px; font-weight: bold; color: #000; }
#section-team .social-icons li a {  background-color: #fff; margin-bottom:0;}
#section-team .social-icons li a.txtemail { float: left; height: auto; width: auto; line-height: 32px; padding-right:15px; padding-left:15px; background-color: #fff; font-size: 15px;}
#section-team .image-box-description {margin-bottom: 0px; padding:0;}
#section-team .social-icons.social-icons-border li a {  border: 1px solid #ccc;}
#section-team hr { border-top: 1px solid #ccc;}

/* ---------------------------------------------------------------
light gallery
-----------------------------------------------------------------*/
.wide.lg-on {  overflow: hidden; /* toglie lo scroll all'html quando la lightgallery è aperta */}
.lg-sub-html h4 {margin: 0;font-size: 15px;font-weight: bold; color:#fff !important;}
.lg-autoplay-button.lg-icon, .lg-fullscreen.lg-icon { display: none; } /* non riesco a toglierlo con il codice js */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #ff0000 !important;}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { width: auto !important;}
.lg-thumb-outer.lg-grab .lg-thumb-item img { width: auto !important; height: 76px; max-height: 76px !important;}


/* ---------------------------------------------------------------
PAGAMENTI
-----------------------------------------------------------------*/
.shop-footer-box-pagamenti {min-height: 260px;padding: 30px;border: 8px solid #fff;margin-bottom:15px;}
.logo-card { margin-top: 35px; }
@media (min-width: 481px) and (max-width: 1199px) { .shop-footer-box-pagamenti {padding: 15px;margin-bottom:10px;} }
@media all and (max-width: 480px) { .logo-card img { max-height: 25px; }}


/* ---------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/
.shop-footer-newsletter {}
footer { letter-spacing: 1px; }
.logo-footer { margin: 0px 0 25px 0; }
.footer-content { padding: 0px 0; color:#fff !important; }
.footer-content .text-white, .footer-content a { color:#fff !important; }
.copyright-content { border-top: 1px solid #222;min-height: 80px;padding: 25px 0 0 0; color:#ccc !important; }
.social-icons li a { float: left;height: 32px;width: 32px;line-height: 32px;font-size: 20px;text-align: center;margin: 0 8px 8px 0; }
.copyright-content, .copyright-content a { color:#ccc !important; }

.copyright-content .list-inline>li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.list-large li {
    margin: 10px 0; font-size: 16px !important; letter-spacing: 1px;
}

.footer-content p {
    margin: 10px 0; font-size: 16px !important; letter-spacing: 1px; color:#fff !important;
}
.footer-content .fa-recycle { color:#56290f !important; font-size: 26px !important; }
.footer-content .separator {
    color: #56290f !important;
}
.footer-content .seperator.dotted:before, .footer-content .seperator.dotted:after {
    border-bottom: 2px dotted #56290f !important;
}
.footer-content h3 {
    color: #411c07 !important;
}


@media all and (max-width: 768px) { 
    footer .widget {margin-bottom: 0px;}  
    .widget-contact-us .list-unstyled li { text-align: center;} 
    .footer-content { padding: 15px 0 15px 0;}
    #footer .social-icons {  width: 100%; margin: 20px auto 0 auto; }
    #footer .social-icons ul {  width: 160px; margin: 0 auto; }
    .social-icons { margin-top: 20px;}
    #footer .list-inline li {margin-left: 0px;}
    #footer .list-inline  {padding-left: auto; text-align: center; margin: 0 auto 15px auto;}
    .email-footer a { display: inline-block; line-height: 44px; }
    .shop-footer-newsletter .fa.fa-paper-plane {display: none;} 
    .logo-footer { margin: 0px 0 15px 0; }
    .logo-footer img { max-height: 100px; }
}

/* ---------------------------------------------------------------
GO TO  / COOKIE / NEWLOGIC
-----------------------------------------------------------------*/
.gototop-button {background-color: #333;}
a.gototop-button {color: #fff;bottom: 10px;}
#newlogic { padding-top:10px; float:right;  }
#firma { display: block;float:left; margin-right:0px;width: 129px; height: 12px;text-indent: -9999px;background: url('/assets/img/newlogic.png') no-repeat; opacity:0.4;    }


/* ---------------------------------------------------------------
FORM
-----------------------------------------------------------------*/
.radio label {padding-left: 30px !important;margin-top:6px !important;margin-bottom: 6px !important;line-height: 22px !important;font-size: 14px !important;white-space: normal !important; }
.radio label:before {width: 22px !important;height: 22px !important;}
.radio.radio-success input[type=radio]:checked+label:before {border-color: #5fa7ed !important;}
.checkbox input[type=checkbox]:checked+label:before {border-width: 11px !important;}
.checkbox label {padding-left: 30px !important;font-size: 14px !important;line-height: 22px !important;white-space: normal !important;margin-top:6px !important;margin-bottom: 6px !important;}
.checkbox label:before {width: 22px !important;height: 22px !important;}
.checkbox label::after {width: 22px !important;height: 22px !important;left: 4px !important;top:1px !important;font-size: 13px !important;}
.checkbox.check-success input[type=checkbox]:checked+label:before {border-color: #5fa7ed !important;}
input[type=checkbox], input[type=radio] {margin-right: 10px;width: 22px;height: 22px;color: #615449;cursor: pointer;background: #fff;border-radius: 100px;}
.form-group label:not(.error) {font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;font-size: 10px !important;text-transform: uppercase;font-weight: 400;color:#555 !important; letter-spacing: 1px;}
.form-group-default .form-control { border: none; height: 30px !important; min-height: 30px !important; padding: 0;margin-top: -4px;background: 0 0;}
.form-group-default textarea.form-control { height: auto !important; min-height: 200px !important;}
.testo-privacy { font-size: 11px; line-height: 13px !important; }
label.error {text-transform: none !important; background-color: #fddddd !important;color: #e42c3e !important;font-weight: 700 !important;padding: 1px 10px !important;font-size: 11px !important;letter-spacing: 1px !important;margin-top: 0px !important; border: 0 !important; display: inline-block !important;  }
.form-control.error, .sm-form-control.error {border: 1px solid rgba(0,0,0,.07);}
.form-control {font-family: 'Montserrat', Arial, Helvetica, sans-serif!important;font-size: 14px!important;line-height: 22px!important;margin-bottom: 10px!important;margin-bottom: 10px!important; color:#333!important;  color: #2c2c2c!important; outline: 0!important; height: 43px!important!important; min-height: 43px!important; padding: 13px 12px!important; line-height: normal!important; font-size: 14px!important; font-weight: 400!important; vertical-align: middle!important;   border-radius: 0px!important;-webkit-border-radius: 0px!important; -moz-border-radius: 0px!important;   margin-bottom: 0px!important; }
.form-group {margin-bottom: 0px!important;}
.accordion.fancy textarea.form-control {height: 115px;}
input[placeholder], [placeholder], *[placeholder] {color: 000 !important; opacity: 1;}
.form-input-bb .form-group {  margin-bottom: 10px !important;}
input[type=text]:focus, textarea:focus {  background-color: #fff !important; }
.select2-search input, .select2-search  { display: none;}
.form-group-default.form-group-default-select2 .select2-container .select2-choice {padding-top: 20px; height: 59px !important;}
.input-group-addon {
    background: #fff !important;
}
.form-group-attached>div.row>[class*=col-] {
    padding-right: 0!important;
    padding-left: 0!important;
}
input:-webkit-autofill {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
}


/* ---------------------------------------------------------------
VALIDAZIONE FORM
-----------------------------------------------------------------*/
label.error {background-color: #fddddd !important;color: #e42c3e !important;font-weight: 700 !important;padding: 1px 10px !important;font-size: 11px !important;letter-spacing: 1px !important;margin-top: 0px !important; border: 0 !important; display: inline-block !important;  }
.form-control.error, .sm-form-control.error {border: 1px solid rgba(0,0,0,.07);}



/* ---------------------------------------------------------------
TABLE
-----------------------------------------------------------------*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { 

    table {width:100% !important;}

    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr { border-bottom: 1px solid #ccc; padding-top:5px; padding-bottom:5px; }
    td { 
        border: none;
        border-bottom: transparent; 
        position: relative;
    }

}

/* ---------------------------------------------------------------
RESPONSIVE
-----------------------------------------------------------------*/
@media (min-width: 991px) and (max-width: 2500px) { .visible-lg { display: block !important; }.nascondi-lg { display: none !important; }} 
@media (min-width: 769px) and (max-width: 990px) { .visible-md { display: block !important; }.nascondi-md { display: none !important; }}   
@media (min-width: 481px) and (max-width: 768px) { .visible-sm { display: block !important; }.nascondi-sm { display: none !important; }}
@media all and (max-width: 480px) { .visible-xs { display: block !important; }.nascondi-xs { display: none !important; }}

.visible-desktop { display: block !important; }
.visible-mobile { display: none !important; }

@media all and (max-width: 991px) {   /* a 991 inizia il menu collapse */
    .visible-desktop { display: none !important; }
    .visible-mobile { display: block !important; }
}

/* ---------------------------------------------------------------
CAMBIO PADDING ROW + COL
-----------------------------------------------------------------*/
.row {margin-left: -7px;margin-right: -7px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
}

/* ---------------------------------------------------------------
RADIUS
-----------------------------------------------------------------*/
.r-t-l { -moz-border-radius-topleft: 3px;  -webkit-border-top-left-radius: 3px;  border-top-left-radius: 3px;}
.r-t-r { -moz-border-radius-topright: 3px;  -webkit-border-top-right-radius: 3px;  border-top-right-radius: 3px;  }
.r-b-l { -moz-border-radius-bottomleft: 3px;  -webkit-border-bottom-left-radius: 3px;  border-bottom-left-radius: 3px;  }
.r-b-r { -moz-border-radius-bottomright: 3px;  -webkit-border-bottom-right-radius: 3px;  border-bottom-right-radius: 3px; }

.r-t-l-0 { -moz-border-radius-topleft: 0px;  -webkit-border-top-left-radius: 0px;  border-top-left-radius: 0px;}
.r-t-r-0  { -moz-border-radius-topright: 0px;  -webkit-border-top-right-radius: 0px;  border-top-right-radius: 0px;  }
.r-b-l-0  { -moz-border-radius-bottomleft: 0px;  -webkit-border-bottom-left-radius: 0px;  border-bottom-left-radius: 0px;  }
.r-b-r-0  { -moz-border-radius-bottomright: 0px;  -webkit-border-bottom-right-radius: 0px;  border-bottom-right-radius: 0px; }


/* ---------------------------------------------------------------
BORDER
-----------------------------------------------------------------*/
.no-border { border:0 !important; }
.border-t-0 { border-top:0  !important; }
.border-r-0 { border-right:0  !important; }
.border-b-0 { border-bottom:0  !important; }
.border-l-0 { border-left:0  !important; }



::-webkit-input-placeholder { /* Chrome */
    color: #666 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #666 !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #666 !important;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #666 !important;
    opacity: 1 !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #444;
  -webkit-text-fill-color: #ad9778;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}


#newlogic { margin-bottom:15px; }


/* ---------------------------------------------------------------
setting altezza carousel FOTO A TUTTA PAGINA
-----------------------------------------------------------------*/
.fullheight { height: 1000px; width: 100%; overflow: hidden; }

@media (min-height: 1025px) and (max-height: 3000px) {  .fullheight { height: 1024px!important;}} 

@media (min-height: 1024px) and (max-height: 1024px)    { .fullheight { height: 1024px!important; }} 
@media (min-height: 991px) and (max-height: 1023px)     { .fullheight { height: 804px !important; }}
@media (min-height: 980px) and (max-height: 990px)      { .fullheight { height: 990px !important; }} 
@media (min-height: 769px) and (max-height: 979px)      { .fullheight { height: 960px !important; }}
@media (min-height: 768px) and (max-height: 768px)      { .fullheight { height: 768px !important; }}
@media (min-height: 736px) and (max-height: 736px)      { .fullheight { height: 676px !important; }}  
@media (min-height: 732px) and (max-height: 732px)      { .fullheight { height: 670px !important; }} 
@media (min-height: 667px) and (max-height: 667px)      { .fullheight { height: 609px !important; }}
@media (min-height: 640px) and (max-height: 640px)      { .fullheight { height: 580px !important; }}
@media (min-height: 568px) and (max-height: 568px)      { .fullheight { height: 508px !important; }}
@media (min-height: 414px) and (max-height: 414px)      { .fullheight { height: 354px !important; }}
@media (min-height: 375px) and (max-height: 375px)      { .fullheight { height: 315px !important; }}
@media (min-height: 360px) and (max-height: 360px)      { .fullheight { height: 300px !important; }}
@media (min-height: 320px) and (max-height: 320px)      { .fullheight { height: 270px !important; }}


@media (min-width: 1025px) and (max-width: 1200px) { 
} 
@media (min-width: 992px) and (max-width: 1024px) { 
} 
@media (min-width: 768px) and (max-width: 991px) {  
}   
@media (min-width: 481px) and (max-width: 767px) { 
}
@media all and (max-width: 480px) { 

}


@media all and (max-width: 991px) { 
    #slider h1 {  font-size: 30px;  line-height: 34px; }
    h1, .h1, .heading h1 {  font-size: 26px;  line-height: 30px; }
    h3, .h3, .heading h3 {  font-size: 22px;  line-height: 24px; }
    h4, .heading h4 { font-size: 20px; line-height: 26px; }
    .heading { margin-bottom: 0px; }
    #list-category-transition .item-category-transition .title h4 { padding: 12px 10px 12px 10px; }

    .separator, .seperator {  margin: 15px auto; }
    .list-fullwidth ul li { width: 30%; padding: 0 5px; }
    #slider .slider-text-content { width: 85%; margin-left:10%; }

    .slider-text-content .p-b-20 { padding-bottom: 0px!important; }
}

.list-inline { margin-bottom: 0px; }
#newlogic { padding-top: 15px;float: left; }

#certificazioni .list-fullwidth ul li { width: 20%; padding: 0 8px; }
.topbar-dropdown .title { border-left: 0px solid #eee; padding: 0 0px; }


