
body { color: #59595E; font-family: "Open Sans", Arial, Helvetica, sans-serif!important; font-size: 14px; font-weight: 300; background: url('../img/bg-body.jpg') repeat top center #fff; }

/* TIPOGRAPHY */
.extrasmall { font-size: 12px; }
.small { font-size: 13px; }
.normal { font-size: 14px; }
.medium { font-size: 18px; }
.large { font-size: 34px; }
.extralarge { font-size: 42px; }
h1 { font-size: 34px; line-height: 120%; }
h2 { font-size: 28px; line-height: 120%; }
h5 { font-size: 18px; line-height: 120%; }
.box .tit h1, .box .tit h2 { font-size: 26px; }
h1, h2, h3, h4, h5, .box .tit { font-weight: 300; }
.box .txt { line-height: 160%; }
.template-content .txt, .template-content .col-sx-testo, .template-content .col-dx-testo { line-height: 180%; }
.tit-master { font-size: 18px; color: #19191A; font-weight: 300; text-align: center; margin-bottom: 30px; padding-bottom: 15px; background: url('../img/icona-linea-piccola.png') no-repeat center bottom; }
.tit-img { padding-left: 40px; background: url('../img/icona-freccia-dx.png') no-repeat left center; }
.link-img { padding-left: 30px; background: url('../img/icona-freccia-dx.png') no-repeat left center; background-size: 22px; line-height: 18px; }
h5 { font-weight: 400; color: #000; }

/* COLOR */
.bg-light-grey { background: #F3F3F3!important; }
.bg-loud { background: #BB2D47!important; }
.bg-quiet { background: green!important; }

.loud, .red { color: #BB2D47!important; }
.black { color: #191919!important; }
.box .tit, .box .tit a, h1, h2, h3, h4, h5 { color: #191919; }

.grey { color: #59595E!important; }

/* HEADER */ /* FOOTER */
#header, #footer { width: 100%; position: relative; margin: 0 auto; }
#footer { border-top: 1px solid #EBEBEB; background: #fff; }
#header { background: #BB2D47; width: 100%; position: relative; margin: 0 auto; color: #fff; }
#header a, #header a:hover { color: #fff; }
#header .logo { background: #B12B43; border-right: 1px solid #9D283B; margin: 0; text-align: center; }
#header .logo img { max-width: 125px; width: 100%; }
#header .header-top { border-bottom: 1px solid #9D283B; }
#header .navbar-default { background-color: #BB2D47!important; border: none; }
#header .navbar { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#header .navbar-nav.nav-social { padding: 10px 15px; }
#header .box-social { border-right: 1px solid #9D283B; }

#header .box-search { display: none; border-right: 1px solid #9D283B; border-left: 1px solid #9D283B; }
#header .box-search .navbar-form { margin: 0; padding: 0px 10px 0 0; }
#header .box-search .form-control { width: 100%; background-color: #BB2D47!important; border: none!important; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; box-shadow: none; color: #fff!important; font-size: 13px; height: 30px; padding: 6px 12px; }
#header .box-search ::-webkit-input-placeholder { color: #FFFFFF; }
#header .box-search :-moz-placeholder { color: #FFFFFF; }
#header .box-search ::-moz-placeholder { color: #FFFFFF; }
#header .box-search :-ms-input-placeholder { color: #FFFFFF; }
#header .form-control::-moz-placeholder { color: #fff; }
#header .form-control:-webkit-input-placeholder, #header .form-control::-webkit-input-placeholder, header .form-control:-ms-input-placeholder { color: #fff; }
#header .box-search .btn-default { width: 20px; height: 30px; padding: 0; background-color: #BB2D47!important; border-color: #BB2D47!important; color: #fff; text-align: center; }
#header .icon-search { width: 20px; }
.popover.master-menu-lingua { background-color: #fff; border-radius: 0!important; border: none!important; font-size: 13px; font-style: normal; font-weight: 400; box-shadow: 0 0 0 rgba(0, 0, 0, 0); font-family: "Open Sans", Arial, Helvetica, sans-serif!important; }

.popover.master-menu-lingua.bottom > .arrow { border-bottom-color: rgba(0, 0, 0, 0)!important; }
.master-menu-lingua .popover-content ul li { border-bottom: none!important; }

@media (min-width: 768px) {
    #header .header-top, #header .header-menu { position: relative; }
    #header .logo { width: 155px; height: 100px; position: absolute; right: 0; left: 0; z-index: 100; }
    #header .logo img { margin-top: 10px; }
    #header .header { padding-left: 155px; height: 100px; }
    #header .box-search { width: 120px; height: 40px; }
    #header .box-search .navbar-form { padding-top: 5px; }
}

@media (min-width: 992px) {
    #header .logo { width: 195px; height: 120px; }
    #header .logo img { margin-top: 20px; }
    #header .header { padding-left: 195px; height: 120px; }
    #header .header-menu, #header .header-top { padding: 3px 15px 5px 15px; }
    /* MM: fix altezza */
    #header .navbar-nav.nav-social { padding-top: 15px; padding-bottom: 15px; }
    #header .box-search { width: 150px; height: 50px; }
    #header .box-search .navbar-form { padding-top: 10px; }
}

@media (min-width: 1380px) {
    #header .header-menu, #header .header-top { padding: 3px 30px; }
    /* MM: fix altezza */
}

@media (max-width: 991px) {
    #header .header-top { padding: 0 15px 5px 15px; }
    #header .box-search ::-webkit-input-placeholder { color: #BB2D47; }
    #header .box-search :-moz-placeholder { color: #BB2D47; }
    #header .box-search ::-moz-placeholder { color: #BB2D47; }
    #header .box-search :-ms-input-placeholder { color: #BB2D47; }
}

@media (max-width: 767px) {
    #header .header-top { padding: 0 15px; }
    #header .logo { width: 125px; height: 80px; }
    #header .logo img { margin-top: 10px; margin-bottom: 10px; max-width: 85px; }
}

/* MENU */
.navbar-nav > li, .navbar-nav > li > a { margin: 0; padding: 0; line-height: 100%; display: block; float: none; }
.nav.nav-pills li, .nav.nav-pills li a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#header .icon { width: 20px; height: 20px; opacity: 1; color: #fff; float: left; margin-right: 5px; }
#header .newsletter .icon { padding-top: 3px; width: 16px; height: 20px; }
#header .navbar-nav > li, #header .navbar-nav > li > a { display: block; float: left; margin: 0; padding: 0; }
#header .navbar-nav > li > a { margin-right: 10px; font-size: 13px; font-weight: 600; color: #fff; line-height: 20px; }
#header .navbar-nav.nav-social > li > a { margin-right: 4px; }
#header .navbar-nav.nav-social > li > a > .icon { width: auto; height: 20px; margin-right: 0; }
#header .nav.navbar-nav > li > a:hover, #footer .nav.navbar-nav > li > a:hover { background: none; }
#header .menuzord, #header .menuzord-menu > li { font-weight: 400; border: none; }
#header .menuzord, #header .menuzord-menu > li > a { color: #fff; line-height: 100%; cursor: pointer; }
#header .menuzord-menu > li > a:hover, #header .menuzord-menu > li.active a { color: #fff; }
#header .menuzord-menu > li.active a { font-weight: 600; }

#header .menuzord-menu ul.dropdown, #header .menuzord-menu ul.dropdown li ul.dropdown { padding: 9px 0 0 0; z-index: 999; }
#header .menuzord-menu ul.dropdown li ul.dropdown { border-top: 1px solid #CCCCCC; padding: 0; }
#header .menuzord-menu ul.dropdown { background: url('../img/bg-menu-top.png') no-repeat 15px top; max-width: 250px; white-space: normal; line-height: 18px; }
#header .menuzord-menu ul.dropdown > li ul { background: none; }


#header .menuzord-menu ul.dropdown > li { border: none; }
#header .menuzord-menu ul.dropdown > li > a, #header .menuzord-menu ul.dropdown > li.active > a { color: #2C2C2C; padding: 15px 30px 15px 20px; font-size: 14px; font-weight: 300; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; background-color: none; display: block; background: #fff!important; }
#header .menuzord-menu ul.dropdown > li:hover > a { background-color: #F3F3F3!important; background: #F3F3F3!important; }
#header .dropdown-menu { font-size: 13px; background-color: #fff; border: 1px solid #ddd; border-radius: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); float: left; left: auto; right: 0; min-width: 160px; padding: 0; margin: 0; }
#header .menuzord-menu ul.dropdown > li.figlie > a, #header .menuzord-menu ul.dropdown > li.active.figlie > a { background: url('../img/caret-right-arrow-menu-off.png') no-repeat right 15px center #fff!important; }
#header .menuzord-menu ul.dropdown > li.figlie:hover > a { background: url('../img/caret-right-arrow-menu-on.png') no-repeat right 15px center #F3F3F3!important; }

#header .dropdown-menu > li { margin: 0; padding: 0; }
#header .dropdown-menu > li > a { padding: 10px 15px; color: #2C2C2C; font-size: 13px; }
#header .menuzord a.showhide { height: 30px; margin: 10px 0 0 0; background: #BB2D47; padding: 0; }
#header .menuzord a.showhide em { margin-top: 5px; width: 30px; background: #fff; }
#header .caret { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; margin-left: 5px; }
#header .menuzord-menu li .indicator { margin-right: 15px; padding: 0; width: 90%; line-height: 100%; height: auto; text-align: right; }

.footer-navb, .footer-txt { margin-bottom: 30px; }
.footer-navb .navbar-nav > li, .footer-txt, .footer-txt a { padding-bottom: 15px; font-size: 14px!important; font-weight: 300; color: #59595E; }
.footer-navb .navbar-nav > li, .footer-navb .navbar-nav > li > a { color: #59595E; clear: both; line-height: 20px; }
.footer-navb .navbar-nav li.title, .footer-txt .title { font-size: 18px; padding-bottom: 25px; margin-bottom: 25px; color: #000000; text-transform: uppercase; background: url('../img/icona-linea-piccola.png') no-repeat left bottom; line-height: 105%; }
.footer-navb .navbar-nav li.title a { color: #000000; }
.footer-navb .navbar-nav li a:hover { color: #B82C46; }
.footer-navb .icon { width: 20px; height: 20px; opacity: 0.8; float: left; margin-right: 5px; }
.footer-txt { line-height: 180%; }
.footer-loghi, .footer-credits { width: 50%; float: left; }
.footer-loghi img { width: auto; max-width: 100%; display: inline-block; margin-right: 30px; }
.footer-loghi img { float: left; }
.footer-credits img { float: right; }

@media (min-width: 992px) {
    #header .menuzord-menu li .indicator { display: none; }
    #header .menuzord-menu > li > a { margin: 19px 10px 15px 0px; font-size: 13px; }
}

@media (min-width: 1279px) {
    #header .menuzord-menu > li > a { margin: 19px 30px 15px 0px; font-size: 14px; }
}

@media (min-width: 1380px) {
    #header .menuzord-menu > li > a { margin: 19px 40px 15px 0px; font-size: 15px; }
}

@media (max-width: 991px) {
    #header .menuzord-menu li .indicator { display: block; }
    #header .header-top .container-fluid .row { position: relative; }
    #header .menuzord { position: absolute; z-index: 199; width: 100%; top: 0; right: 0; }
    #header .menuzord-menu.menuzord-indented { border: none; border-top: 1px solid #9D283B; margin: 10px 0 0 0; padding: 15px 0; background-color: #BB2D47; }
    #header .menuzord-menu > li.menu-btn { margin-left: 0; }
    #header .menuzord-menu > li { padding: 0; margin: 0; }
    #header .menuzord-menu > li > a { padding: 0 39px 10px 30px; margin: 0 0 10px 0; border: none; border-bottom: 1px solid #9D283B; }
    #header .menuzord-menu > li:last-child > a { border: none; }
    #header .menuzord-menu > li.menu-btn { border: none; }
    #header .menuzord-menu ul.dropdown, #header .menuzord-menu ul.dropdown li ul.dropdown { padding: 0 0 20px 0; border: none; }
    #header .menuzord-menu ul.dropdown > li { margin: 0; padding: 0; }
    #header .menuzord-menu ul.dropdown > li > a, #header .menuzord-menu ul.dropdown > li > a:hover { margin: 0; }
    #header .menuzord-menu ul.dropdown { max-width: 100%; margin-top: -10px; }
    #footer .footer-credits ul.sponsor li img { width: 200px; }
}

@media (max-width: 767px) {
    #header .menuzord a.showhide { margin: 20px 0; }
}

@media (max-width: 480px) {
    #footer .footer-loghi, #footer .footer-credits { width: 100%!important; float: none; text-align: center; }
    #footer .footer-loghi img { width: auto; max-width: 100%; display: inline-block; margin-right: 30px; }
    #footer .footer-loghi img { float: left; }
    #footer ul.sponsor li { float: none!important; display: inline-block!important; margin: 0 10px 15px 10px!important; }
    #footer .footer-loghi ul.sponsor li img { float: none; display: inline-block; }
    #footer .footer-credits ul.sponsor li img { width: 130px; float: none; display: inline-block; }
}

/* MENU FOOTER MOBILE */
.menu-footer-mobile .nav.nav-pills li { background: #fff; margin-bottom: 2px; }
.menu-footer-mobile .nav.nav-pills li a { padding: 15px 25px; font-size: 20px; background: url('../img/caret-bottom-off.png') no-repeat right 15px center #F3F3F3; color: #2C2C2C; text-transform: uppercase; font-weight: 400; cursor: pointer; }
.menu-footer-mobile .nav.nav-pills li a:hover { background: url('../img/caret-bottom-off.png') no-repeat right 15px center #e5e5e5; }
.menu-footer-mobile .nav.nav-pills li a.collapsed { background: url('../img/caret-bottom-on.png') no-repeat right center 15px #F3F3F3; }

.menu-footer-mobile .nav.nav-pills li a .caret { text-align: right; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px dashed; }

.menu-footer-mobile .nav.nav-pills li .icon { width: 20px; float: left; margin-right: 5px; }
.menu-footer-mobile .nav.nav-pills li ul { background: #fff; padding: 30px 0; }
.menu-footer-mobile .nav.nav-pills li ul li a { padding: 5px 30px; font-size: 18px; background: none; color: #59595E; text-transform: none; font-weight: 300; }
.menu-footer-mobile .nav.nav-pills li ul li a:hover { background: none; }

/* NAVIGATION */
.box-navigation .nav.nav-pills li { background: none; }
.box-navigation .nav.nav-pills li a { padding: 15px 15px; font-size: 14px; margin-bottom: 0; border-bottom: 1px solid #fff; background: #F3F3F3; color: #2C2C2C; font-weight: 300; }
.box-navigation .nav.nav-pills li .caret-right { display: none!important; }
.box-navigation .nav.nav-pills li.selected .caret-right { display: block!important; }
.box-navigation .nav.nav-pills li.selected ul li .caret-right { display: none!important; }
.box-navigation .nav.nav-pills li.selected ul li.selected .caret-right { display: block!important; }

.box-navigation .nav.nav-pills li a:hover, .box-navigation .nav.nav-pills li.selected a { background: #E5E5E5; }
.box-navigation .nav.nav-pills li.selected ul li a { background: #F3F3F3; }
.box-navigation .nav.nav-pills li.selected ul li a:hover { background: #E5E5E5; }
.box-navigation .nav.nav-pills li ul li.selected a { background: #e5e5e5; }
.box-navigation .nav-stacked > li + li { margin-left: 0; margin-top: 0; }

/* Bottoni ICONE */
.btn.btn-master { background: #BB2D47; border: 1px solid #BB2D47; padding: 13px 30px; color: #fff; font-size: 14px; font-weight: 600; text-transform: uppercase; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.btn.btn-master .icon { width: 20px; float: left; margin-right: 5px; }
.btn.btn-master.btn-dark { background: #191919; border: 1px solid #191919; }
.btn.btn-master:hover { background: #191919; border: 1px solid #191919; }
.btn.btn-master.btn-dark:hover { background: #BB2D47; border: 1px solid #BB2D47; }
.btn.btn-master.btn-light { font-size: 14px; padding: 13px 30px; color: #191919; border: 1px solid #474849; background: none; }
.btn.btn-master.btn-light:hover { color: #fff; background: #BB2D47; border: 1px solid #BB2D47; }
.btn.btn-link { font-size: 16px; color: #B82C46; padding-left: 32px; background: url('../img/icona-freccia-dx.png') no-repeat left center; font-weight: 300; text-transform: none; text-decoration: none; border: none; }
.btn.btn-link:hover { color: #59595e; }

.btn.btn-master.btn-white { color: #fff; border: 1px solid #fff; background: none; }
.btn.btn-master.btn-white:hover { background: rgba(0,0,0,0.2); color: #fff; }


/* FORM */
.label-master { margin-bottom: 3px; }
.label-txt { font-size: 18px; font-weight: 300; }
.checkbox label, .radio label { color: #666; }
.form-group { margin-bottom: 20px; }
.form-control.form-control-master, textarea.textarea-master { height: 50px; background: #fff; font-size: 18px; font-weight: 300; color: #2C2C2C; border: 1px solid #DDDDDD; border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; box-shadow: none; font-family: "Open Sans", Arial, Helvetica, sans-serif!important; }
textarea.textarea-master { height: 130px; display: block; width: 100%; }
.form-control.form-control-master:focus { border: 1px solid #333333; }
.form-control.form-control-master:invalid { border: 2px solid #BB2D47; }

@media (min-width: 992px) {
    .template-form .container-fluid.margin-x-big { max-width: 730px!important; margin-left: auto!important; margin-right: auto!important; }
}

/* CONTENUTI box e template*/
#content { background: #fff; width: 100%; position: relative; margin: 0 auto; }

.box { margin: 0 auto; position: relative; }
.box .tit { padding-bottom: 0; }
.box .tit, .box .txt, .box .cat { display: block; }
.template, .template-content, .template-int { position: relative; }
.template-content { background: #fff; }

@media (min-width: 992px) {
    .col-sx-testo { padding-right: 50px; }
    .col-dx-testo { padding-left: 50px; }
}

.template-content .txt a:hover { color: #BB2D47; }
.template-content .txt ul { padding: 30px 0 30px 15px; }
.template-content .txt ul li { padding-bottom: 10px; }
ul.sponsor, ul.sponsor li { padding: 0!important; margin: 0!important; width: 100%; list-style-type: none; }
ul.sponsor li { float: left; margin: 0 15px 15px 0!important; width: auto; height: auto; }
ul.sponsor li a { height: 100px; display: table-cell; vertical-align: middle; border: 1px solid #EEEEEE; text-align: center; line-height: 100%; padding: 10px!important; }
ul.sponsor li img { max-height: 100%; height: auto; width: auto; max-width: auto; display: block; float: none; margin: 0 auto; }
#footer ul.sponsor li a { height: auto; max-height: 200px; border: none; }
#footer .footer-credits ul.sponsor li { float: right; margin: 0 0 15px 15px!important; }

.contentSocial .template-content { background: #f3f3f3; }
.contentSocial .template-content #ctl00_cphBody_mcsToolsBreadcrumbs_pnlSlot { display: none; }
.contentSocial .template-content .textarea { text-align: center; }
.template-social { background: #f3f3f3; }
.template-social.padding-y-big { padding-top: 15px!important; }
.template-social .twitter-user a { color: #BB2D47!important; }
.template-social .twitter-user a:hover { color: #BB2D47!important; }
.template-social .twitter-user a:hover strong { color: #BB2D47!important; }
.template-social .twitter-text a { color: #BB2D47!important; }
.template-social .twitter-text a:hover { color: #BB2D47!important; }
.template-social .section-intro a:hover { color: #BB2D47!important; }
.template-social li.dcsns-twitter a:hover { color: #BB2D47!important; text-decoration: none!important; }

/* template banner full */
@media (min-width: 992px) {
    .template-banner-full .box .textarea { padding: 30px 15px 50px 15px; }
    .template-banner-full .box .tit h1 { font-size: 22px; }
    .template-banner-full .btn-link { bottom: 10px; left: 15px; position: absolute; z-index: 100; display: block; }
}

@media (min-width: 1279px) {
    .template-banner-full .box .textarea { padding-top: 10%; }
    .template-banner-full .btn-link { bottom: 30px; }
    .template-banner-full .box .tit h1 { font-size: 28px; }
}

@media (min-width: 1340px) {
    .template-banner-full .box .textarea { padding-top: 15%; }
    .template-banner-full .btn-link { bottom: 50px; }
}

@media (max-width: 991px) {
    .template-banner-full .box .textarea { padding: 30px 15px; }
    .template-banner-full .border-r-w, .template-banner-full .border-l-w { border-right: none!important; border-left: none!important; }
    .template-banner-full .box .tit h1 { font-size: 26px; }
    .template-banner-full .btn-link { margin-bottom: 30px; margin-left: 15px; position: relative; display: inline-block; }
}

@media (max-width: 767px) {
    ul.sponsor li a { height: 80px; }
    .box-navigation .nav.nav-pills li a { font-size: 18px; }
}

@media (max-width: 480px) {
    ul.sponsor li a { height: 60px; }
}
/* template evidence */
.template-evidence .box .textarea, .template-evidence-footer .box .textarea { padding: 30px 30px 15px 30px; }

@media (min-width: 768px) {
    .template-evidence .box { padding-bottom: 60px; }
    .template-evidence .btn-link { bottom: 30px; left: 30px; position: absolute; z-index: 100; display: block; }
}

@media (min-width: 1280px) {
    .template-evidence .box { padding-bottom: 90px; }
}

@media (max-width: 767px) {
    .template-evidence .btn-link { margin-bottom: 30px; margin-left: 30px; position: relative; display: inline-block; }
    .template-evidence .border-r-w, .template-evidence .border-l-w { border-right: none!important; border-left: none!important; }
}
/* template news */
@media (min-width: 992px) {
    .template-news .btn-link { bottom: 15px; left: 30px; position: absolute; z-index: 100; display: block; }
}

@media (min-width: 1280px) {
    .template-news .btn-link { bottom: 30px; }
}

@media (max-width: 991px) {
    .template-news .btn-link { margin-top: 30px; position: relative; bottom: auto; display: inline-block; }
}
/* template banner full over */
.template-banner-full-over .textarea { max-width: 80%; }
.template-banner-full-over { text-align: center; }
/* template info */
.template-info .fa { color: #868686; font-size: 14px; margin-right: 5px; }
.template-info .fa.fa-map-marker { font-size: 18px; }
.template-info .fa.fa-heart { font-size: 13px; }
.template-info strong { font-weight: 400; }
/* breadcrumb + share */
.breadcrumb { list-style: none; background-color: #fff!important; padding: 0; margin: 0; }
.breadcrumb > li + li::before { padding: 0 8px; content: "/\00a0"; color: #191919; }
.breadcrumb a { color: #191919; font-size: 14px; font-weight: 300; }
.share, .social-share { display: inline-block; float: left; padding: 15px 15px 0 0; margin-right: 15px; min-height: 50px; border-right: 1px solid #E1E1E1; color: #000000; }
.social-share { padding: 10px 15px 0 0; }
.share a, .social-share a { color: #000000; }
.share img { float: left; width: auto; height: auto; max-height: 20px; margin-right: 10px; }
.social-share img { float: left; }

/* GALLERY */
.box-photo .img a, .box-video .img a { width: 100%; display: block; background: url('../img/overlay-blank.png') no-repeat center center rgba(0,0,0,0); transition: background 0.5s ease-in-out 0s; -webkit-transition: background 0.5s ease-in-out 0s; }
.box-photo .img a:hover { background: url('../img/overlay-photo.png') no-repeat center center rgba(0,0,0,0.4); }
.box-video .img a:hover { background: url('../img/overlay-video.png') no-repeat center center rgba(0,0,0,0.4); }

.gallery-list-evidence .box { background: #F3F3F3; }
.gallery-list-evidence .box .img { margin-right: 15px; width: 40%; float: left; }
.gallery-list-evidence .box .tit { padding: 15px; }

@media (max-width: 640px) {
    .gallery-list .col-xs-4 { width: 100%; }
}

/* visori - carousel */
.carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; margin: auto; }
a.carousel-control { width: 22px; height: 46px; position: absolute; top: 50%; margin: -25px 15px 0 15px; background: none; z-index: 999; }
.carousel-caption { bottom: 20%; text-shadow: 0 1px 2px rgba(0, 0, 0, 0); }
.carousel-caption, .carousel-caption a, .carousel-caption a h1 { color: #fff; }
.carousel-control.left, .carousel-control.right { background-image: none; background-repeat: no-repeat; background: none; }

.visore-home:after, .visore-txt:after, .visore:after, .visore-int:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.visore-home, .visore { width: 100%; display: block; position: relative; padding: 0; margin: 0; overflow: hidden; }
.visore-txt .carousel-inner > .item > img, .visore-txt .carousel-inner > .item > a > img { min-height: 280px; max-height: 450px; height: auto; width: 100%; margin: auto; }
.visore-txt .carousel-caption { color: #fff; padding: 0 0 70px 0; bottom: 0; left: 0; text-shadow: 0 0 0 rgba(0, 0, 0, 0); text-align: left; width: 100%; }
.visore-txt .carousel-caption h1, .visore-txt .carousel-caption h2 { color: #fff; display: block; clear: both; }
.visore-home .visore-txt, .visore .visore-txt { left: 0; right: 0; top: auto; position: absolute; z-index: 110; margin: auto; }

.visore-int-2-col { background: url(/static/img/bg-visore-int-mostre.jpg) center right; }

.visore-int-2-col .box .tit h1 { font-size: 36px; font-weight: 300!important; }
.visore-int-2-col .box .data { font-size: 24px; }
.visore-int-2-col .box .txt { font-size: 16px; line-height: 160%; }
.visore-int-2-col .textarea { width: 80%; left: 50%; top: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); position: absolute; margin: 0px auto; height: auto; z-index: 100; }

@media (max-width: 1280px) {
    .visore-int-2-col .box .tit h1 { font-size: 30px; font-weight: 300!important; }
    .visore-int-2-col .box .data { font-size: 20px; }
    .visore-int-2-col .box .txt { font-size: 14px; line-height: 160%; }
}

@media (max-width: 991px) {
    .visore-int-2-col .box .tit h1 { font-size: 30px; font-weight: 300!important; }
    .visore-int-2-col img.img-spacer { display: none; }
    .visore-int-2-col .textarea { padding: 60px 0; width: 80%; left: auto; top: auto; transform: translate(0,0); -ms-transform: translate(0,0); -webkit-transform: translate(0,0); position: relative; }
}


/* STRUTTURA  */
#header, #content, #footer { max-width: 1400px; }

.container-fluid.margin-x-big { margin-left: 60px!important; margin-right: 60px!important; }
.contentMostra .container-fluid.margin-x-big { margin-right: 20px!important; }

@media (max-width: 991px) {
    .container-fluid.margin-x-big { margin-left: 30px!important; margin-right: 30px!important; }
}

/* TEMPLATE 2 colonne */
.template-2-col .col-sx, .template-2-col .col-dx { margin-right: 0; margin-left: 0; }

@media (min-width: 768px) {
    .template-2-col .col-sm-8.col-sx-1 { width: 67%; }
    .template-2-col .col-sm-4.col-dx-1 { width: 25%; float: right; }
    .contentMostra { width: 67%; float: left; }
    .col-sx-over { width: 25%; margin-top: 160px; margin-right: 60px; padding-left: 30px; float: right; }
}

@media (max-width: 767px) {
    .template-2-col .col-sx, .template-2-col .col-dx { margin-right: 0; margin-left: 0; }
}

.caret-right { background: url('../img/caret-right-arrow.png') no-repeat right center; height: 11px; margin-top: 5px; width: 6px; display: block; float: right; vertical-align: top; }

/* IDEABOX */
.ideaboxTimeline .it-minibox > span { border-radius: 200px !important; width: 80px; height: 80px; padding-top: 27px !important; font-size: 1.3em !important; background: #BB2D47 !important; }
.ideaboxTimeline .it-content { background: #F0F0F0 !important; border: 0 !important; border-radius: 0 !important; }
.ideaboxTimeline .it-content h2 { margin-bottom: 25px !important; }
.ideaboxTimeline .it-content h2 a { text-decoration: none !important; color: #202020 !important; font-size: 1.2em !important; }
.ideaboxTimeline .it-content .it-infobar { margin-top: 50px !important; }
.ideaboxTimeline .it-content > .it-infobar > em { color: #BB2D47 !important; }
.ideaboxTimeline .it-box { border: 0 !important; }


/* 2022 */
