@charset "utf-8";
/* CSS Document */

html {
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif !important;
	line-height: 1.3;
	color: #291D1D;
}

h1, h2, h3, h4, h5, h6, button, .button {
	font-family: 'Roboto', Arial, sans-serif !important;
	color: #291D1D;
}

body, .breadcrumbs, .content {
	background-color: #fff;
}

h1 a {
    display: block;
    width: 100%;
}


/* header */

.contain-to-grid, .mega-menu.top-bar, .mega-menu .top-bar-section ul li,
.mega-menu .top-bar-section ul li:hover:not(.has-form)>a, .mega-menu .top-bar-section li:not(.has-form) a:not(.button):hover,
.mega-menu .top-bar-section li:not(.has-form) a:not(.button), .mega-menu .top-bar-section .has-form {
	background: transparent;
}

.mmt-nav-main {
	border-top: 3px solid #fab721;
	border-bottom: 3px solid #fab721;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mmt-nav-sub {
	background:#312F2F;
	max-width: none;
}

.usato-nav {
	background: #E1231D;
}

 .mega-menu .top-bar-section .has-dropdown {
	position: static;
	a {
	 position: relative;
	 }
  }
  .mega-menu .top-bar-section .has-dropdown.moved {
	position: static;
	> a {
	  &:after {
		display: block;
	  }
	}
  }
  
  .mega-menu .m-menu {
	background: #fff;
    padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 3px solid #e1231d;
    border-left: 3px solid #e1231d;
	border-right: 3px solid #e1231d;  
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	visibility:hidden;
  	opacity:0;
  	transition:opacity 0.2s linear;
	a {
	  display: block;
	  opacity: .5;
	  transition: opacity .3s ease;
	  &:hover {
		opacity: 1;
	  }
	}
  }
  
  .mega-menu .columns li {
	&:not(:first-child) a {
	  border-top: 1px solid #262626;
	}
	&:not(:last-child) a {
	  border-bottom: 1px solid #4E4E4E;
	}
	a {
	  &:hover {
		i {
		   right: 3px;
		}
	  }
	}
  }
  .mega-menu .intro {
	.icon-play {
	  position: absolute;
	  color: rgba(0, 0, 0, 0.4);
	  font-size: 2.5em;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  transition: color .3s ease;
	}
	&:hover {
	  .icon-play {
		color: rgba(0, 0, 0, 0.7);
	  }
	}
  }
  .mega-menu .columns > img { 
	margin: 1em 0;
  }

  .top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
	  visibility: visible;
	  opacity: 1;
  }
  
  .mega-menu .info-wrap {
	h3 {
	  width: 50%;
	  padding-bottom: 5px;
	  border-bottom: 1px solid #4E4E4E;  
	}
  }
  
  .mega-menu .info {
	display: none;
  }
  
  .mega-menu .info-visible {
	display: block;
  }
  
  .mega-menu .dt {
	margin-top: 50px;
	text-align: center;
	font-size: 2em;
	padding: 0 20px;
  }
  
  .mega-menu .p {
	color: black;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
  }

  .mega-menu .menu-bg-image {
	display: none;
  }

.tab-bar {
    color: #291D1D;
    height: auto;
    line-height: 25;
	position: relative;
	background: #fff;
}

.tab-bar .columns:first-child {
	border-top: 3px solid #fab721;
	border-bottom: 3px solid #fab721;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab-bar-section.middle {
	width: auto;
}

.tab-bar .menu-icon {
	color: #e1231d;
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
	text-indent: 1.94444rem;
	transform: translate3d(0, 0, 0);
	width: 4rem;
}
  
.tab-bar .menu-icon span::after {
	  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
	  content: "";
	  display: block;
	  height: 0;
	  left: 17px;
	  position: absolute;
	  top: 50%;
	  width: 1.5rem;
}
  
  
.tab-bar .menu-icon {
	  color: #291D1D;
}
  
.tab-bar .title {
	  display: block;
	  line-height: 2.6rem;
	  margin-right: auto;
	  margin-left: auto;
	  max-width: 94px;
}

.tab-bar .title img {
	  margin: 0;
}
  
.tab-bar .home {
	  display: block;
	  font-size: 30px;
	  line-height: 45px;
	  float: right;
	  color: #e1231d;
	  padding-right: 6px;
}
  
.tab-bar .home a {
	  color: #e1231d;
}
  
.tab-bar-section {
	  text-align: left;
	  position: static;

}
  
.left-small {
   border: none;
   width: 3.8rem;
   position: absolute;
   left: -0.5rem;
   background: #e1231d;
   top: 0;
   bottom: 0;
}
  
.menu-icon {
	  color: #ffffff;
}
  
.clearleft {
	  clear: left;
}

.mmt-nav-main .inline-list .button {
    background-color: #FAB721;
}

.mmt-nav-main .inline-list a:hover {
	color: #E1231D;
}

.mmt-nav-main .inline-list .button:hover {
	background-color: #FBC54D;
	color: #291D1D;
}

.mmt-nav-sub a, .mmt-nav-main a, .contain-to-grid a {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
}
.mmt-nav-sub .inline-list a {
    color: #FFF;
	padding: 0;
}
.mmt-nav-sub .inline-list a:hover {
    color: #FAB721;
}
.mmt-nav-sub .inline-list {
    width: max-content;
margin: 0 auto;
}
.mmt-nav-sub .inline-list > li {
  text-transform: uppercase;
  border-right: 1px solid #666;
  padding-right: 1.55rem;
  padding-left: 1.55rem;
}
.mmt-nav-sub .inline-list > li:last-child {
  border-right: none;
}
.mmt-nav-sub {
    padding-top: 12px;
    padding-bottom: 12px;
}
.mmt-nav-sub .float-right>li {
    margin-right: 0.5rem;
	margin-left: 30px;
	display: block;
	float: left;
}
.mmt-nav-sub .float-left>li {
    margin-left: 0.5rem;
	margin-right: 30px;
	display: block;
	float: left;
}
.mmt-nav-sub ul {
    font-size: 14px;
    line-height: inherit;
	font-weight: 400;
}
.contain-to-grid .mega-menu .top-bar-section ul li>a {
    font-size: 20px;
    line-height: inherit;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-bar.mega-menu {
    height: auto;
}
.contain-to-grid {
    padding-top: 0;
    padding-bottom: 0;
	margin-bottom: 10px;
}
.inline-list>li {
    margin-left: 25px;
}

.inline-list {
	margin-bottom: 0;
}
.mmt-nav-main .small-24 .inline-list {
	padding-bottom: 12px;
    padding-top: 12px;
}
.mmt-nav-main .inline-list.float-right li .button {
    padding: 9px !important;
}
.mmt-nav-main .inline-list.float-right li a {
	font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.mmt-nav-main .inline-list.float-right li a:hover {
	color: #e1231d;
}
.mmt-nav-main .inline-list.float-right li a.button:hover {
	color: #291D1D;
}
.mmt-nav-main .inline-list .language{ 
	padding: 0;
	padding-left: 25px;
	border-left: 2px solid #fab721;
}
.mmt-nav-main .inline-list .language .bandiere, {
    padding: 5px !important;
}
.mmt-nav-main .inline-list a {
    color: #291D1D;
}
.mega-menu .m-menu a {
    font-size: 14px !important;
}
.mega-menu .m-menu h3 a {
    font-size: 18px !important;
}
.header-logo {
    margin-right: 30px;
}
.header-logo img {
    max-width: 136px;
}
.mmt-nav-main .language .f-dropdown {
    max-width: 210px;
}
.mmt-nav-main .language #bandiere {
    width: 210px;
}
.mega-menu [class^="icon-"], .mega-menu [class*=" icon-"] {
   display: none;
}

.mega-menu .top-bar-section .dropdown li h3 a:hover {
	color: #E1231D;
}

.mega-menu .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: inherit;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mega-menu .top-bar-section li:hover a {
	border-bottom: 10px solid #b41c17;
	padding-bottom: 0 !important;
}

.top-bar-section li:hover .m-menu a {
	border: none;
}

.m-menu h3 {
	margin-bottom: 0;
}

.m-menu .medium-6 div:nth-child(2) {
	margin-top: 10px;
}

@media only screen and (min-width: 58.75em){
.mega-menu .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
    background-color: #fff;
	color: #E1231D;
    background: #fff;
}
}	
@media only screen and (min-width: 58.75em){
.mega-menu .top-bar-section .dropdown li a {
	color: #291D1D;
	text-overflow: ellipsis;
	overflow: hidden;
}
}
@media only screen and (min-width: 58.75em){
.mega-menu .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    background: #fff;
    color: #291D1D;
}
}
@media only screen and (min-width: 58.75em){
.mega-menu .top-bar-section li:not(.has-form) {
	padding-right: 30px;
	padding-left: 30px;
}

.mega-menu .top-bar-section li:not(.has-form):first-child {
	padding-left: 0;
}

.mega-menu .top-bar-section li:not(.has-form):last-child {
	padding-right: 0;
}

.mega-menu .top-bar-section .m-menu li:not(.has-form) a:not(.button),  .mega-menu .top-bar-section .m-menu li:not(.has-form) {
	padding: 0;
}

.mega-menu .top-bar-section li:not(.has-form) h3 a:not(.button) {
	margin-right: 0;
}
}
@media only screen and (min-width: 58.75em){
	.mega-menu .top-bar-section .has-dropdown>a {
    padding-right: 0 !important;
}
}



@media only screen and (min-width: 75em){
.mega-menu [class^="icon-"], .mega-menu [class*=" icon-"] {
	font-size: 35px;
	top: 15px;
	position: absolute;
	left: 0;
	display: block;
 }

 .mega-menu .medium-6.columns div, .mega-menu .medium-24.columns div {
	position: relative;
	padding-left: 3rem;
	padding-right: 3rem;
	float: left;
 }

 .search-bar.large-6 {
	width: 35%;
}
}


@media only screen and (min-width: 93em) {
.search-bar.large-6 {
	width: 48%;
}

.mega-menu .menu-bg-image {
	position: absolute;
    right: 0;
	bottom: 0;
	display: block;
}
}

.mega-menu .top-bar-section .has-dropdown>a:after {
	display: none;
}

/* OFF-CANVAS */

ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.off-canvas {
	background: #eee;
}

ul.off-canvas-list {
	border-bottom: 3px solid #e1231d;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

ul.off-canvas-list li label {
	background: #e1231d;
	color: #fff;
	border: none;
	font-weight: bold;
	margin-bottom: 0.5rem;
	padding-top: 0.3rem;
	font-size: 18px;
	padding-left: 0.5rem;
	text-transform: uppercase;
	padding-bottom: 0.2rem;
}
.title-bar {
   border-top: 3px solid #fab721;
   border-bottom: 3px solid #fab721;
   padding-top: 0;
   padding-bottom: 0;
   position: relative;
   background: #fff;
}
.title-bar .menu-icon {
   display: block;
   height: 100%;
   padding: 0;
   margin: 0;
   position: relative;
   width: 100%;
}
.menu-icon:after {
   content: '';
   position: absolute;
   display: block;
   width: 1.7rem;
   height: 2px;
   right: 1rem;
left: 1rem;
   background: #ffffff;
   transform: translate3d(0, 0, 0);
   top: 19px;
   box-shadow: 0 7px 0 #ffffff, 0 14px 0 #fefefe;
}

.menu-icon:hover:after {
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #fefefe;
}

@media only screen and (min-width: 40.062em) {
	.menu-icon:after {
		top: 40px;
	}
	footer .footer-slogan h2 {
		display: inline;
		vertical-align: middle;
	}
}
.title-bar-title span {
   display: block;
   line-height: 2.6rem;
   margin-right: auto;
   margin-left: auto;
   max-width: 94px;
}
.title-bar-title {
   display: block; 
   width: 100%;
}
.title-bar-left .search-bar {
  padding-left: 3.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.title-bar-left {
   float: left;
   position: relative;
   padding-top: 5px;
   padding-bottom: 5px;
   width: 100%;
}
ul.off-canvas-list:first-child, ul.off-canvas-list:last-child {
    border: none;
	padding-bottom: 0;
}
.left-submenu .back>a {
	color: #fff;
	border: none !important;
	padding: 0.5rem 0.6666667rem;
	font-size: 16px;
	font-weight: 400;
}

ul.off-canvas-list li a {
	padding: 0.5rem 0.6666667rem;
	display: block;
    transition: background 300ms ease;
	color: #291D1D;
	font-size: 16px;
	font-weight: 400;
	padding-left: 1rem;
}

ul.off-canvas-list li a:hover {
	background: #ccc;
}

.off-canvas-wrapper {
	background: #eee;
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after, .left-submenu .back>a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 5px;
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\f0da";
	margin-left: .5rem;
	float: right;
}

.left-submenu .back>a:before {
    content: "\f0d9";
	margin-right: .5rem;
}

.large-24.columns.header-sezione {
    height: 46px;
    position: relative;
}

/* MAIN */

/* BLOCCHI GENERICI */

.b_block_1, .c_block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.b_block_1_1 .columns, .b_block_1_2 .columns, .c_block_1 .columns, .c_block_2 .columns,
.c_block_3 .columns, .c_block_4 .columns, .c_block_5 .columns {
	margin-top: 10px;
	margin-bottom: 10px;
}

.b_block_1_1 .columns .columns, .b_block_1_2 .columns .columns, .c_block_1 .columns .columns, .c_block_2 .columns .columns,
.c_block_3 .columns .columns, .c_block_4 .columns .columns, .c_block_5 .columns .columns {
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
}

.b_block_1_1_1 .menu > li > a, .c_block_2 .menu > li > a, 
.c_block_4 .menu > li > a, .c_block_5 .menu > li > a {
	padding-top: 0;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.mmt-nav-sub .menu>li>a i {
	margin: 0;
}

#main .menu-left {
    border-left: 2px solid #E1231D;
    padding-left: 1rem;
}

#formRicerca {
    width: 100%;
    padding: 0.75rem 0rem 0rem 0rem;
    position: relative;
    margin-bottom: 0.75rem;
}

#formRicerca input {
    height: 36px;
    position: relative;
    box-shadow: none;
    transition: none;
    padding: 5px 42px 5px 10px;
    border-color: #fab721;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 5px;
}

#formRicerca span {
    position: absolute;
    right: 0;
    top: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 1px;
    font-size: 20px;
    line-height: 18px;
    color: #291D1D;
    background-color: #FAB721;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#formRicerca span:hover, #formRicerca span:focus {
	cursor: pointer;
}

@media only screen and (min-width: 40.062em) {
	#formRicerca {
		padding: 0.5rem 0 0.5rem 0;
		margin-bottom: 1rem;
	}
	
	#formRicerca span {
		right: 0;
		top: 0.45rem;
	}
}

@media only screen and (min-width: 64.062em) {
	#formRicerca {
		padding: 0;
		background: transparent;
	}

	#formRicerca span {
		right: 0;
		top: -1px;
	}
}


input::-moz-placeholder {
    color: #666;
}


input::-webkit-input-placeholder {
    color: #666;
}

input:-ms-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

textarea::-moz-placeholder {
    color: #666;
}


textarea::-webkit-input-placeholder {
    color: #666;
}

textarea:-ms-input-placeholder {
    color: #666;
}

textarea:-moz-placeholder {
    color: #666;
}



/* FOOTER */

footer, footer .accordion, footer .accordion-content {
	background: #312f2f;
}

footer .footer-slogan {
	background-color: #E1231D;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .footer-slogan h2 {
	color: #fff;
	font-size: 22px;
	margin-top: .5rem;
	margin-bottom: 0;
	text-align: left;
}

footer .footer-slogan img {
	max-width: 95px;
    margin-right: 1rem;
}

footer .footer-address {
	background: #222222;
	padding: 1rem;
}

footer .footer-address address {
	color: #fff;
	font-style: inherit;
	line-height: 1.6;
	font-size: 16px;
}

footer .footer-address .menu .fa {
	font-size: 24px;
}

footer .footer-address .menu a {
	padding-top: 0;
	padding-bottom: 1rem;
}

footer .footer-address .align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer-address .menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
footer .footer-address .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footer-address .menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer-address .menu li>a>i {
	margin-right: 0;
}

footer a {
	color: #fff;
}

footer p {
	color: #fff;
	font-size: 16px;
}

footer .accordion-title, footer .accordion-content {
    color: #fff;
	border: 0 !important;
	padding: 0;
}

footer .accordion-content a {
	color: #fff;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
}

footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

footer .footer-menu  {
	margin-top: 1rem;
}

footer .accordion-content .fa {
	font-size: 24px;
    margin-right: 1rem;
}

footer a:hover, footer a:focus {
	color: #FAB721;
}

footer a:hover h3, footer a:focus h3 {
    color: #FAB721;
}

footer .accordion-item {
	padding-left: 0;
	border-top: 2px solid #fff;
	padding-top: .5rem;
}

footer .accordion-item:last-child {
	border-bottom: 2px solid #fff;
	margin-bottom: .5rem;
}

footer .accordion-title:focus, .accordion-title:hover {
    background-color: #312f2f;
}

footer .accordion-title:before {
    margin-top: -.7rem;
    font-size: 24px;
}

footer .accordion-item.is-active .accordion-content {
	display: block !important;
} 

/* BACK TOP DESKTOP */

#back-top .fa {
	color: #fff;
    background: rgba(227,29,26,.4);
    padding: 15px;
    font-size: 17px;
    bottom: 125px;
    right: 0;
    position: fixed;
}




/* RICERCA HEADER */
.search-bar .gsc-control-cse, .search-bar table thead, .search-bar table tbody, .search-bartable tfoot {
	background: transparent;
	border: none;
}

.search-bar.float-right .gsst_a:hover {
	padding: 0;
	background: transparent !important;
}

.search-bar table.gsc-search-box {
	background:none;
	margin-bottom: 0;
}

.search-bar input {
	top:-2px;
	box-shadow:none !important;
}

.search-bar form.gsc-search-box {
	margin-bottom: 0;
}

.search-bar .gsc-input {
	padding-top: 0.2rem;
	padding-left: 0.5rem;
}

header .search-bar .gsc-input {
	padding-top: 0;
}

header .search-bar td.gsc-search-button {
	 padding-top: 0;
}

.search-bar table#gs_id50 {
	border:none;
	background: transparent;
}

.search-bar .gsst_a {
	padding-top: 0 !important;
    padding-right: 7px !important;
    padding-bottom: 0;
    border: 0;
}

.search-bar table {
	margin-bottom: 2px;
    margin-top: 2px;
	border:none;
	background: transparent;
}

.search-bar .gsc-input {
	border:none !important;
}

.search-bar  #gs_cb52 {
	vertical-align: middle;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.box-googlecse input.gsc-input {
	border:none !important;
}

.box-googlecse table {
	margin-bottom:0;
}

.box-googlecse .gsc-input {
	box-shadow: none;
}

.box-googlecse #gs_tti54 {
	padding-top: 0;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border: none !important;
	background-color: #fab721!important;
	margin-left: 0;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	margin-left: -3px !important;
	padding: 7px 10px !important;
}

.gsc-search-button {
	margin-left: -3px !important;
}

.search-bar td.gsc-search-button input {
	-webkit-box-sizing: inherit;
	box-sizing: initial;
	top:1px;
	width: 10px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: -23px;
	padding-bottom: 4px;
	padding-top: 6px;
}

.search-bar td.gsc-search-button input {
	top: -3px;
}

.search-bar .gsib_b {
    padding: 0;
}

.search-bar .cse .gsc-control-cse, .search-bar .gsc-control-cse {
	background: transparent;
	padding: 0;
	border: 0;
}

.search-bar.hide-for-small-only .gsib_a, .off-canvas-list .search-bar .gsib_a {
	padding-top: 0.1rem;
}

.search-bar.hide-for-small-only  td.gsc-search-button, .off-canvas-list .search-bar  td.gsc-search-button {
	padding-top: 0.3rem;
}

.search-bar.hide-for-small-only .gsc-input, .off-canvas-list .search-bar .gsc-input {
	padding-top: 0.1rem;
}

.search-bar.hide-for-small-only {
    width: 18rem;
	margin-top: 0.3rem;
	float: left;
}

header table.gsc-search-box td, .show-for-medium-only table.gsc-search-box td {
	vertical-align: middle;
	padding-top: 0;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
	box-shadow: none !important;
}

header input.gsc-input {
	font-size: 12px;
	line-height: 20px;
}

.off-canvas-list .search-bar #gsc-i-id3 {
	margin-top: 2px !important;
}

.off-canvas-list .search-bar {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 10px;
}

.off-canvas-list .search-bar td.gsc-search-button input {
	padding: 6px 10px 4px;
}

table tr th, table tr td {
	padding: 0;
}

.gsc-tabHeader.gsc-tabhActive {
	height: 30px !important;
	padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-tabHeader.gsc-tabhInactive {
	height: 30px !important;
	padding-left: 0 !important;
    padding-right: 0 !important;
	background-color: #777776 !important;
	color: #fff !important;
}

.gsc-refinementHeader.gsc-refinementhInactive {
	background-color: #FDF5C8 !important;
    padding: 0.25rem !important;
    margin-top: 0.75rem !important;
    padding-left: 0.5rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
    padding-right: 0.5rem !important;
}

.gsc-control-cse .gsc-table-result {
	border: 0 !important;
}

html>body .gsc-inline-block.gsc-selected-option-container {
	margin-right: 0.2rem !important; 
	width: 100px !important;
}

.gsc-above-wrapper-area-container {
	border-right: 0 !important;
	border-left: 0 !important;
}

.cse .gsc-resultsHeader, .gsc-resultsHeader {
	border: 0 !important;
}

.gsc-tabHeader {
	width: 70px !important;
}

gcsc-branding-img-noclear {
	display: inline-block !important;
}

.gsc-webResult .gsc-result {
	padding: 5px 0 5px 0 !important;
}

.gsc-tabsArea {
	border-color: #ccc !important;
}

.box-googlecse #gs_tti54.gsib_a {
	padding: 0 !important;
    margin: 0 !important;
    padding-left: 0.25rem !important;
    border: 0 !important;
    vertical-align: top !important;
}

.box-googlecse .gsc-search-button.gsc-search-button-v2 {
    width: 60px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-left: -13px;
    padding-left: 23px;
    padding-right: 23px;
    top: -3px;
    height: 25px;
	margin-top: 5px !important;
}

.box-googlecse #gs_id54 {
	border: none !important;
}

.box-googlecse .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-top: 2px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding-right: 10px !important;
	font-size: 16px !important;
}

.search-bar.show-for-medium-only.float-right {
    margin-left: 50px;
    width: 260px;
}

.search-bar.show-for-small-only .gscb_a {
	vertical-align: middle;
}

.search-bar.show-for-small-only a:hover, .search-bar.show-for-small-only a:focus {
	background: transparent;
}

@media only screen and (max-width: 40em) {

.gsc-control-cse .gsc-option-menu-container {
	margin-bottom: 3px;
}

.box-googlecse .gsc-search-button.gsc-search-button-v2 {
	margin-top: 7px !important;
}

}

@media only screen and (min-width: 40.063em) {
	
.search-bar.show-for-medium-down {
		width: 20rem;
		margin-top: 0.3rem;
}

.search-bar.show-for-medium-only td.gsc-search-button input {
	margin-left: -14px;
}

.search-bar.show-for-medium-only .cse .gsc-search-button input.gsc-search-button-v2, .search-bar.show-for-medium-only input.gsc-search-button-v2 {
	margin-top: 5px;
}

header .search-bar.float-right {
	margin-right: 10px;
}
}

@media only screen and (min-width: 64em) {

.search-bar.float-right {
	width: 220px;
	margin-top: 10px;
}
	
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
	box-shadow: none !important;
}
	
.search-bar td.gsc-search-button input {
	margin-left: -13px;
}
	
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin-top: 4px !important;
}

.search-bar td.gsc-search-button input {
	padding: 5px 5px 5px;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 12px;
	margin-top: 1px;
}

footer .accordion-title {
	pointer-events: none;
}

footer .accordion-title:before {
	display: none;
}

footer .accordion-content {
	display: block !important;
}

footer a:hover h3, footer a:focus h3 {
    color: #fff;
}

footer .accordion-item {
	padding-left: .75rem;
	border: none !important;
	padding-top: 0;
}
}

@media only screen and (min-width: 64.063em) and (max-width: 84.375em) {

.search-bar .gsib_b {
	display: none;
}
}

@media only screen and (min-width: 90.063em) {

header .search-bar.float-right {
	margin-right: 0px;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.search-bar td.gsc-search-button input {
	width: 30px;
	height: 25px;
}
}

/* IE9, IE8, IE7, IE6 */
.search-bar td.gsc-search-button input { 
	width: 30px\9; 
	height: 25px\9;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #fab721 !important;
	border-radius: 5px;
}

.gsc-search-button-v2 svg {
    fill: #291D1D !important;
}


/* MAIN */

.ricerca .search-bar form input {
    height: 36px;
    position: relative;
    box-shadow: none;
    transition: none;
    padding: 5px 42px 5px 10px;
    border-color: #fab721;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 5px;
}

.ricerca .search-bar .pulsRicerca {
    position: absolute;
    right: 0;
    top: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 1px;
    font-size: 20px;
    line-height: 18px;
    color: #291D1D;
    background-color: #FAB721;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ricerca .search-bar .pulsRicerca:hover, .ricerca .search-bar .pulsRicerca:focus {
    cursor: pointer;
}

.ricerca .search-bar {
    padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.ricerca .search-bar form {
    width: 100%;
    position: relative;
    padding-bottom: 12px;
    padding-top: 12px;
}

.ricerca hr.divider {
    border-bottom: 3px solid #FAB721;
}

.ricerca .ris.row, .ricerca .pagination {
	padding-left: 0;
	padding-right: 0;
}

.ricerca p {
	line-height: 1.3;
}

.ricerca h1 {
    font-weight: bold;
    text-transform: uppercase;
	color: #291D1D;
	margin-top: 2rem;
	line-height: 1.3;
}

.ris-img.small-9.medium-6.large-3.columns {
	width: 140px;
}

.ris-anteprima img {
	max-width: 120px;
	max-height: 150px;
}

.ris-tab li a {
	color: #291D1D;
	background-color: #ccc;
	margin-right: 0.5rem;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: 700;
}

.ris-tab li a:hover {
	background-color: #ddd;
}

.ris-tab li.current a {
	color: #e1231d;
	background-color: #ddd;
}

.ricerca .pagination li.current a {
	background-color: #e1231d;
	color: #fff;
	border: 1px solid #e1231d;
}

.ris-info span a {
    color: #291D1D;
    background-color: #ddd;
    margin-left: 0.25rem;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}

.ris-info a {
    color: #291D1D;
}

.ris-tab li a:hover, .ris:hover h2 a {
    color: #e1231d;
}

.ris:hover {
    box-shadow: 0 13px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 13px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 13px 20px rgba(0,0,0,0.2);
}

.ris-tab {
	border-bottom: 3px solid #ccc;
	margin-bottom: 0.5rem;
	overflow: auto;
}

.ricerca .subtitle {
	margin-top: 1.5rem;
	font-size: 20px;
}

.bloccoRis {
	border-top: 3px solid #ccc;
}

.bloccoRis .title0 {
	margin-top: 1rem;
	display: block;
	font-size: 20px;
	padding-left: 0.25rem;
}

.titoloPagina, .risultatiTrovati {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (min-width: 40.0625em) {
h1 {
    font-size: 35px;
}
.ris-title h2 {
    font-size: 20px;
}
.menu-icon:after {
    top: 18px;
}
}

@media only screen and (max-width: 40.0625em) {
.ricerca .ordina {
    float: left	!important;
}
.ricerca .subtitle {
	margin-top: 1rem !important;
	margin-right: 2rem;
}
.ris-title, .ris-img, .ris-info {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (max-width: 64.061em) {
.ricerca .search-bar {
	margin-top: 10px;
}
.ricerca h1 {
	margin-top: 1rem !important;
}
}

@media only screen and (min-width: 64.061em) {
.ricerca .search-bar {
    padding-left: 0;
    padding-right: 0;
}
}

@media only screen and (min-width: 360px) {
.ris-img + .ris-info.columns.end {
    width: calc(100% - 140px);
}
}

@media only screen and (max-width: 359px) {
.ris-img {
		margin-bottom: 1rem;
}
}

.ricerca .ordina {
	float: right;
}

h1 {
    font-size: 27px;
    margin-bottom: 1rem;
	text-align: left;
	margin-bottom: 2rem !important;
}

.ris {
    padding: 1.25rem;
	border-bottom: 3px solid #fab721;
}

.ris-title h2 {
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
}

.ris-title a {
    color: #291D1D;
}

.ris-title .ris-subtitle {
	font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.ris-title {
	margin-bottom: 1rem;
}

.ris p {
	margin-bottom: 1rem;
}

ul.pagination {
    display: block;
	text-align: center;
	margin: -1px 0 1.5rem;
	border-top: 1px solid #FAB721;
	padding-top: 1.5rem;
}

ul.pagination li {
    float: none;
	display: inline-block;
	margin-left: 0;
	margin: 0 0.5rem;
	height: auto;
}

ul.pagination li a, ul.pagination li.current span {
    border: 1px solid #333333;
    color: #333;
    font-size: 18px;
	line-height: 1.3;
	transition: none;
	padding: 0.25rem 0.65rem;
	border-radius: 5px;
}

ul.pagination li.current span {
	background-color: #e1231d;
	color: #fff;
	border: 1px solid #e1231d;
}

ul.pagination li a:hover, ul.pagination li a:focus {
	background-color: #e1231d;
	color: #fff;
	border: 1px solid #e1231d;
}

ul.pagination li.arrow a {
	border: none;
}

ul.pagination li.arrow a:hover, ul.pagination li.arrow a:focus {
	color: #e1231d;
	background: transparent;
}

.pagination hr {
	margin-left: 0;
	margin-right: 0;
}

.pagination .current {
	padding: 0;
	background: transparent;
}

@media only screen and (max-width: 40em) {ul.pagination {
    display: block;
	text-align: center;
	margin: 0 0 0.65rem;
	border: none;
}

ul.pagination li {
	margin: 0 0.15rem 1rem;
}

ul.pagination li.arrow a {
	border: 1px solid #333;
	padding-left: 0.75rem;
    padding-right: 0.75rem;
}

ul.pagination li.arrow a:hover, ul.pagination li.arrow a:focus {
	background-color: #e1231d;
	color: #fff;
	border: 1px solid #e1231d;
}
}

@media only screen and (min-width: 40.061em) and (max-width: 64.061em) {
	ul.pagination li.arrow a {
		border: 1px solid #333;
	}
	
	ul.pagination li.arrow a:hover, ul.pagination li.arrow a:focus {
		background-color: #e1231d;
		color: #fff;
		border: 1px solid #e1231d;
	}
}

@media only screen and (max-width: 64em) {
::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track:horizontal {
    border-radius: 10px;
    background-color: #ffffff;
}
}


/* OCCULTAMENTO P.IVA */
.modal-occultamento {
    color:#fff;
    max-width: 598px;
    border: 2px solid #fab721;
    background-color: #312e2e;
	border-radius: 5px;
	height: auto !important;
	min-height: 200px !important;
}

.modal-occultamento a {
	color: #fff;
	text-decoration: none;
}

.modal-occultamento a:hover{
	color: #fff;
	text-decoration: none;
}

.modal-occultamento p {
	padding: 0 1.375rem; 
}

.modal-occultamento span {
	text-align: center;
	display: block;
	margin-bottom: 1.5rem;
}

.modal-occultamento .modal-title {
    color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
    text-transform: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 64em) {
	.modal-occultamento.reveal-modal {
			min-height: inherit;
			padding: 1.875rem !important;
			width: 80% !important;
	}

}

@media only screen and (max-width: 40em) {
	.modal-occultamento.reveal-modal {
			padding: 0.5rem !important;
			padding-bottom: 1rem !important;
			width: 100% !important;
	}
}

.reveal .close-reveal-modal-occultamento {
    color: #fab721;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.3rem;
    right: 0.6rem;
    cursor: pointer;
}

ul.hide-for-large.privacy2021, ul.hide-for-large-up.privacy2021 {
    list-style-type: none;
    margin-left: 0.75rem;
}


div#iubenda-iframe-popup {
    background-color: #ffffff !important;
}