@charset "UTF-8";

* { outline: none; }

body {
	margin: 0px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.spacer_30{
	height: 30px;
	position: relative;
}

.wrapper {
	max-width: 1280px;
	margin: auto;
}

#head_desktop .logo {
	left: 52px;
	position: absolute;
}
	#head_desktop .logo img {
		height:100%
	}

#head_desktop {
	background-color: #bd121a;
	height: 111px;
	text-align: center;
	top: auto;
	position: relative;
}

#head_desktop.hide {
	visibility: hidden;
	top: -111px;
	position: absolute;
}

#head_desktop #menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#head_desktop #menu li {
	display: inline-block;
	font-family: 'ubunturegular';
	font-size: 11px;
	color: #ffffff;
	vertical-align: middle;
	height: 111px;
	line-height: 111px;
}

#head_desktop #menu li.separator {
	font-size: 9px;
	padding-left: 9px;
	padding-right: 9px;
	color: #cd5050;
}

@media only screen and (max-width: 1280px)  {

	#head_desktop #menu{
		margin-left: 80px;
	}

	#head_desktop #menu li.separator{
		padding: 0 4px;
	}

}


#head_desktop #menu li a {
	color: #ffffff;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	transition:All 400ms ease;
	-webkit-transition:All 400ms ease-out;
	-moz-transition:All 400ms ease-out;
	-o-transition:All 400ms ease-out;
}

/*#head_desktop #language {
	font-family: 'ubunturegular';
	font-size: 11px;
	color: #ffffff;
	border-left: 1px solid #ca4148;
	height: 111px;
	line-height: 111px;
	vertical-align: top;
	padding-left: 50px;
	padding-right: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
}*/

#head_desktop #menu li a.hover {
	color: #cd5050;
}

#head_desktop .submenu {
	background-color: #eaeaea;
	position: absolute;
	width: 100%;
	z-index: 100;
	display: none;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
	min-height: 290px;
}

#head_desktop .submenu ul.col1 {
	padding: 0px;
	margin-top: 22px;
	margin-bottom: 22px;
	display: inline-block;
}

#head_desktop .submenu ul.col1 li {
	display: block;
	font-family: 'ubunturegular';
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#head_desktop .submenu ul.col1 li a {
	display: block;
	color: #878787;
	padding-right: 30px;
	text-transform: uppercase;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#head_desktop .submenu ul.col1 li a.hover {
	color: #5b5b5b;
}

#head_desktop .submenu .col2 {
	background-color: #ffffff;
	position: relative;
	min-height: 225px;
}

#head_desktop .submenu .col2 .item {
	display: none;
}

#head_desktop .submenu .col2 .product {
	margin-left: 30px;
	display: inline-block;
}

#head_desktop .submenu .col2 .product .productItem {
	display: none;
	position: relative;
}

#head_desktop .submenu .col2 .product .productItem img {
	height: 220px;
}

#head_desktop .submenu .col2 .product .productItem .text {
	padding-top: 155px;
}

#head_desktop .submenu .col2 .product .productItem .name {
	margin: 0px;
	font-family: 'ubunturegular';
	font-size: 22px;
	color: #c10d0e;
}

#head_desktop .submenu .col2 .product .productItem .description {
	margin: 0px;
	font-family: 'ubuntulight';
	font-size: 15px;
	color: #878787;
}

#head_desktop .submenu .col2 .arrow {
	position: absolute;
	left: -6px;
	top: 27px;
}

#head_desktop .submenu .col2 ul {
	padding: 0px;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
}

#head_desktop .submenu .col2 ul li {
	display: block;
	font-family: 'ubunturegular';
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

#head_desktop .submenu .col2 ul li sup {
	font-family: 'ubunturegular';
	font-size: 9px;
	color: #c10d0e;
}

#head_desktop .submenu .col2 ul li a {
	display: inline-block;
	color: #878787;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#head_desktop .submenu .col2 ul li a.hover {
	color: #5b5b5b;
}

#head_desktop .submenu .col2 ul li a.all {
	color: #c10d0e;
}


#language{
	/* border-left: 1px solid #CB5359; */
	height: 111px;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
#language a{
	font-family: 'ubunturegular';
	font-size: 11px;
	color: #ffffff;
}
#language .sel{
	display: block;
	height: 111px;
	line-height: 111px;
}

#language .options{
	background: #BD121A;
	border-top: 1px solid #CB5359;
	display: none;
	position: absolute;
	right: 0;
	top: 111px;
	width: 100%;
	z-index: 10000;
}
#language .options a{
	border-bottom: 1px solid #CB5359;
	display: block;
	height: 40px;
	line-height: 40px;
}



#view {
	position: relative;
	padding-bottom: 26px;
}

#searchbar {
	height: 26px;
	background-color: #eaeaea;
	padding-left: 52px;
	padding-right: 52px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}

#searchbar .field, .search_sez{
	background-color: #c10d0e;
	background-image: url(../../img/search.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 18px;
	width: 157px;
	display: inline-block;
}
.search_sez{
	margin-bottom: 30px;
	margin-left: 13px;
	margin-top: 25px;
}

#searchbar .field input, .search_sez .autosearch{
	width: 130px;
	margin-left: 2px;
	border: none;
	font-family: 'ubunturegular';
	font-size: 10px;
	color: #ffffff;
	background: none;
}

#searchbar a {
	font-family: 'ubuntulight';
	font-size: 10px;
	color: #777777;
	line-height: 26px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#searchbar a.hover {
	color: #bd121a;
}

#searchbar span {
	font-family: 'ubuntulight';
	font-size: 10px;
	color: #777777;
	margin-left: 18px;
	margin-right: 18px;
	line-height: 26px;
}

#footer {
	background-color: #bd121a;
	position: relative;
}

#footer .wrapper {
	max-width: 998px;
	position: relative;
}

#footer table {
	margin-top: 34px;
	margin-bottom: 34px;
	display: inline-block;
	vertical-align: top;
}

#footer td {
	vertical-align: top;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer a {
	font-family: 'ubuntulight';
	font-size: 10px;
	color: #ffffff;
	margin-top: 5px;
	display: inline-block;
}

#footer a.title {
	margin-top: 0px;
	font-family: 'ubunturegular';
}

#footer hr {
	height: 1px;
	background-color: #ca4148;
	margin: 0px;
	border: none;
	margin-top: 6px;
	margin-bottom: 4px;
}

#footer #social {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100%;
	background-color: #a20a0a;
	font-family: 'wisdom_scriptregular';
	font-size: 14px;
	color: #ffffff;
	padding-left: 34px;
	padding-right: 34px;
}

#footer #social p {
	margin: 0px;
	margin-top: 34px;
}

#footer #social a {
	margin-top: 30px;
	margin-left: 5px;
}

/*#footer #social a:nth-of-type(2) {
	margin-right: 5px;
}*/

#footer #social hr {
	margin-top: 22px;
}

#overlayVideo {
	position: fixed;
	z-index: 100;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#overlayVideo .bg {
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#overlayVideo iframe {
	position: fixed;
	left: 50%;
	top: 50%;
}

#overlayVideo a {
	position: fixed;
	left: 50%;
	top: 50%;
	font-family: 'ubunturegular';
	font-size: 11px;
	color: #bd121a;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#overlayVideo a:hover {
	color: #ffffff;
}


.ui-autocomplete .ui-menu-item{
	font-family: 'ubunturegular';
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px;
}

.ui-autocomplete .ui-autocomplete-category{
	color: #c00d0e;
    font-family: 'wisdom_scriptregular';
    font-size: 16px;
	margin: 0;
	padding: 0;
}

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header{
	background: #EEE;
	border: none;
	font-weight: normal;
}


@media screen and (max-width: 1018px) {

	#footer table {
		margin-left: 10px;
	}

	#footer #social {
		right: 10px;
	}

}

li.guida {
	display: none;
}


	/* Newsletter popup - Ventie30 */

	#list-builder {
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: #000;
			filter: alpha(opacity=80);
			opacity: 0.8;
			display: none;
			z-index: 9000;
	}
	#popup-box {
			position: absolute;
			top: 0;
			left: 0;
			font-family: 'ubunturegular', sans-serif;
	    font-size: 14px;
			width: 100%;
	    max-width: 960px;
			min-height: 100%;
			background: #FFF;
	    display: none;
			z-index: 9001;
	}
		@media only screen and (min-width: 768px) and (min-height: 915px) {

			#popup-box {
					position: fixed;
			    left: 50%;
			    top: 50%;
			    transform: translate(-50%, -50%);
					width: 98%;
					min-height: 360px;
					background: #FFF url('/img/newsletter-popup.jpg') no-repeat;
					background-size: cover;
					background-position: center;
			}
		}

		@media only screen and (max-width: 767px) {
			#popup-box::before {
					position: absolute;
					top: 0;
					left: 0;
					z-index: -1;
					display: block;
					content: " ";
					background: #FFF url('/img/newsletter-popup-header.jpg') no-repeat;
					width: 100%;
					height: 300px;
			}
			#popup-box::after {
					position: absolute;
					bottom: 0;
					right: 0;
					z-index: -1;
					display: block;
					content: " ";
					background: #FFF url('/img/newsletter-popup-footer.jpg') no-repeat;
					width: 82px;
					height: 86px;
			}
		}
		#popup-close {
			position: absolute;
			top: 0;
			right: 0;
			color: #FFF !important;
			background-color: #db0a16;
			cursor: pointer;
			font-size: 20px;
			font-weight: bold;
			width: 50px;
			padding: 13px 0;
			text-align: center;
			text-decoration: none !important;
		}
		#popup-box-content {
			padding: 60px 40px;
		}
			@media only screen and (min-width: 768px) and (min-height: 915px) {
				#popup-box-content {
					padding: 60px 40px 40px 55%;
				}
			}
		#popup-box h4 {
				color: #db0a16;
				font-size: 33px;
				font-weight: 900;
				line-height: 1;
		    margin: 0 0 20px;
		}
		#popup-box h5 {
				color: #222;
				font-size: 20px;
				font-weight: 400;
				line-height: 1.1;
		    margin: 0 0 1em;
		}
		#popup-box form {
		    margin-bottom: 0px;
		}
			#popup-box p {
				color: #777;
				font-size: 15px;
				font-weight: 300;
				margin: 15px 0;
			}
				#popup-box .privacy-consent {
					font-size: 13px;
				}
				#popup-box .fineprint, #popup-box .fineprint p {
					font-size: 10px;
				}
				#popup-box a {
					color: #db0a16;
					text-decoration: underline;
				}
			#popup-box input[type=text] {
				box-sizing : border-box;
				margin: 0 0 17px;
				padding: 10px;
    		background-color: rgba(0,0,0,.15);
		    border: 0 none;
		    width: 100%;
				color: #999;
				font-size: 24px;
				font-weight: 300;
			}
			#popup-box input[type=submit] {
				display: block;
				box-sizing : border-box;
				margin: 40px auto 0;
		    padding: 15px 60px;
		    border: 0 none;
				color: #FFF;
				background-color: #db0a16;
				font-size: 20px;
			}

@media only screen and (min-width: 768px) {
	#popup-box input[type="text"] {
			margin-right: 5px;
	}
	#popup-box input.lg {
			width: 100%;
	}
	#popup-box input.md {
			width: 195px;
	}
	#popup-box input.sm {
			width: 90px;
	}
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    font-family: 'ubuntulight';
}
