
.slidebox{position:relative; margin:0 auto; overflow:hidden;}
.slidebox,.slidebox .slideboxSlide{width:880px;}
.slidebox,.slidebox .slideboxSlides,.slidebox .slideboxSlide{height:500px;}
.slidebox ul{position:relative; overflow:hidden; margin:0; padding:0; border:0; list-style-type:none;}
.slidebox ul li{float:left;}
.slidebox ul li .slideboxCaption{font-family:Verdana,Geneva,sans-serif; font-size:13px;}
.slideboxContainer{position:relative;}
.slideboxContainer .slideboxNext,.slideboxContainer .slideboxPrevious{position:absolute; display:block; width:21px; height:21px; top:50%; margin-top:-11px;}
.slideboxContainer .slideboxNext{right:0; margin-right:10px; background:url(simple_slidebox/slidebox_next.png) no-repeat;}
.slideboxContainer .slideboxNext:hover{background:url(simple_slidebox/slidebox_next_hover.png) no-repeat;}
.slideboxContainer .slideboxPrevious{margin-left:10px; background:url(simple_slidebox/slidebox_previous.png) no-repeat;}
.slideboxContainer .slideboxPrevious:hover{background:url(simple_slidebox/slidebox_previous_hover.png) no-repeat;}
.slideboxContainer .slideboxThumbs{position:absolute; bottom:10px; right:10px; text-align:center;}
.slideboxContainer .slideboxThumbs .slideboxThumb{display:inline-block; margin:0 3px; background:#666; min-width:10px; min-height:10px; text-decoration:none; font-size:12px; color:#fff;}
.slideboxContainer .slideboxThumbs .slideboxThumb:hover,.slideboxContainer .slideboxThumbs .selectedSlideboxThumb{background:#eaeaea; color:#666;}@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; }
}