@font-face {
	font-family: 'entypo';
	src:url('fonts/controls/entypo.eot');
	src:url('fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('fonts/controls/entypo.woff') format('woff'),
		url('fonts/controls/entypo.ttf') format('truetype'),
		url('fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
/*
html, body { overflow: auto; }

body { position: relative; }

.CoverPop-open, .CoverPop-open body { overflow: hidden; }

#CoverPop-cover { display: none; position: fixed; overflow-y: scroll; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; -webkit-animation: fade-in .25s ease-in; -moz-animation-name: fade-in .25s ease-in; -ms-animation-name: fade-in .25s ease-in; -o-animation-name: fade-in .25s ease-in; animation-name: fade-in .25s ease-in; }
*/

#CoverPop-cover { display: none; position: fixed; }
.CoverPop-open #CoverPop-cover { display: block; }

@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

/* Custom Styles */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.splash { /*background-color: rgb(42,86,186); background-color: rgba(42,86,186,0.95);*/ background-image: url(/common/images/bg_splash_popup_discount.png); }

.splash-center { width: 500px; height: 430px; overflow: hidden; padding: 20px; background-image: url(/common/images/banner_home_sped_bg.jpg); position: fixed; right: 1%; bottom: 4%; z-index: 8; border: 1px solid #000; }

.splash-title { margin: 0 0 10px 0; }

.splash-txt_chiudi { margin: 0; font-size: 9px; font-weight: 800; }

.splash-txt_01 { margin: 80px 0 10px 0; font-size: 12px; }
	.splash-txt_01 h2 { font-size: 15px; font-weight: 700; }
	.splash-txt_01 a { font-size: 12px; font-weight: 700; color: #000; }

.splash-txt_02 { margin: 30px 0 10px 0; font-size: 12px; text-align: center; }
	.splash-txt_02 a { font-size: 12px; font-weight: 700; color: #000; }

.close-splash { margin: 40px 0 10px 0; font-size: 12px; text-align: center; }
	.close-splash a { background-color: #969696; color: #FFF; font-weight: 800; padding: 5px 20px 5px 20px; }
	.close-splash a:hover { color: #000; text-decoration: none; }

.input-text { width: 30%; margin-bottom: 10px; border: solid 1px #ccc; padding: 7px; display: inline-block; }

.submit-button { margin-bottom: 10px; background-color: #000; color: #FFF; font-weight: 700; font-family: 'Asap', sans-serif; font-size: 15px; padding: 5px 20px 5px 20px; border: none; cursor: pointer; text-transform: uppercase; }
			
.submit-button:hover { background-color: #090909; }

@media screen and (max-width: 420px) {
    .splash-center { margin: 0; }
}#cookie-bar {background:#FFF; color:#000; padding:10px; position:fixed; bottom:2%; left: 1%; width:250px; line-height: 11px; z-index:999999; border: solid 1px #000; font-size: 10px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#000; display:inline-block; text-decoration:none; padding:5px; margin-right:5px; margin-top:5px;}
#cookie-bar .cb-enable {background:#f1f1f1;}
#cookie-bar .cb-enable:hover {background:#e1e1e1;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#f1f1f1;}
#cookie-bar .cb-policy:hover {background:#e1e1e1;}