/* @override 
	http://windows:8080/css/universal.css
	http://aperol/css/universal.css
	http://www.aperol.com/css/universal.css
	http://windows/css/universal.css
	http://172.18.2.81/css/universal.css
	http://aperol.local/css/universal.css
	http://cms.aperol.com/css/universal.css
*/

/*Universal CSS  - elementi generici comuni a tutto il sito*/ 

/* DOCUMENT INFORMATION
	- Document: Universal CSS for ...
	- Version:  1.0.0
	- Client:   To be defined
	- Author:   Andrea Negri   
*/
/* CSS DIRECTORY
	1. =GLOBAL (html, scrollbar, ecc).
	2. =PRIMARY (body, primary divs)
	3. =HEADER
	4. =SIDEBAR
	5. =FOOTER
	6. =GENERAL STYLES (forms, tables, buttons, img, etc.)
	7. =GENERAL CLASSES (.clear, .center, .right, .left, etc.)
*/



/* =========RESPONSIVE-HELPERS========= */
.responsive-off .visible-xs,
.responsive-off .visible-sm,
.responsive-off .visible-md,
.responsive-off .visible-lg {
  display: none !important;
}

.responsive-off .hidden-xs,
.responsive-off .hidden-sm,
.responsive-off .hidden-md,
.responsive-off .hidden-lg {
  display: none !important;
}



/* =========GLOBAL========= */

html, body {
	height: 100%;
}

/* Setto a 16px per forzare lo standard */
html {font-size: 16px;font-size:100.01%}

/* =========PRIMARY========= */

/*Setto il font del body per avere una conversione 10 a 1 px em */
body {
	font-size:62.5%;
	min-width: 980px;
}

.container {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

.container._980 {
	width: 980px;
}

.container._960 {
	width: 960px;
}

header,
section#page {
	position: relative;
	z-index: 1;
}

section#page {
	background: url('/images/riflesso-body.png') no-repeat center top;
	margin-top: 51px;
	overflow:hidden;
}

body.homepage section#page {
	overflow: visible;
}

footer {
	z-index: 0;
}

header {
	z-index: 2;
}

section#page {
	min-height: 90px;
	top: -51px;
	position: relative;
	z-index: 1;
	/*background: blue;*/
}

/*body.homepage section#page {
	margin-top: -51px;
	top: 0;
}*/

.clear,
.clearfix {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.close-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}


/* =========HEADER========= */

header .bg {
	width: 100%;
	height: 75px;
	position: relative;
	background:  url('/images/header/bg.jpg') no-repeat top;
	border-bottom: 3px solid white;
}

header #service_menu{overflow: hidden;}

header #service_menu ul{
	height: 40px;
	background: turquoise;
	margin-top: 5px;
	line-height: 40px;
	font-size: 14px;
}

header #service_menu ul li{float: left;}

header #service_menu ul li a{
	height: 40px;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 1px;
	color: white;
}

header #service_menu ul.service_link,
header #service_menu ul.social {
	float: left;
	background: none;
}

header #service_menu ul.social li{border-left: 1px solid #c14211;}

header #service_menu ul.social li a {
	padding: 0;
	width: 38px;	
	cursor: pointer;
	border: 1px solid #e95d0f;
}

header #service_menu ul.social li a span {
	height: 100%;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

header #service_menu ul.social li a:hover span {
	background-position: 0 -40px;
}

header #service_menu ul.social li a.facebook span {
	background-image: url('/images/header/social/facebook.png');
}

header #service_menu ul.social li a.instagram span {
	background-image: url('/images/header/social/instagram.png');
}

header #service_menu ul.social li a.twitter span {
	background-image: url('/images/header/social/twitter.png');
}

header #service_menu ul.social li a.google span {
	background-image: url('/images/header/social/google.png');
}

header #service_menu ul.social li a.youtube span {
	background-image: url('/images/header/social/youtube.png');
}

/* Select Cambio Lingua */

.switch_lang_container{
	/*width: 55px;*/
	height: 40px;
	float: right;
	display: block;
	margin-top: 5px;
	background: url('/images/assets/splash_select.jpg') no-repeat top left;
}

.switch_lang_container .DivSelectyze {
	background-position: 0  0;
	background-repeat: no-repeat;
	width: auto;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	padding-right: 6px;
}
	
.switch_lang_container .DivSelectyze .selectyzeValue {
	padding-right: 26px;
	position:relative;
	z-index:10;
	display:block;
	text-decoration:none;
	font-size: 14px;
	line-height: 40px;
	color: white;
	text-indent: 10px;
	text-transform: uppercase;
	
	background: url('/images/assets/dd_arrow.png') no-repeat right center;	
}

.switch_lang_container .DivSelectyze:hover {
	background-position: 0 -40px;
}

.switch_lang_container .DivSelectyze ul {list-style:none;}

.switch_lang_container .DivSelectyze {
	/*position: relative;*/
}

.switch_lang_container .DivSelectyze ul.UlSelectize {
	position:absolute;
	z-index:9;
	display:none;	
	/*width: 55px;*/
	background: #626262;
	right: 0;
	/*width: 100%!important;*/
	/*min-width: 100%;*/
}

.switch_lang_container .DivSelectyze ul.UlSelectize li{float: none !important;}

.switch_lang_container .DivSelectyze ul.UlSelectize li a {
	
    display:block;
	text-decoration:none;
	height: 34px;
	color: white;
	font-size: 13px;
	line-height: 34px;
	text-transform: uppercase;
	
	padding-left: 16px;
	padding-right: 16px;
}

.switch_lang_container .DivSelectyze ul.UlSelectize li a:hover { background: #797979;}


/* Navigazione */


header nav {
	width: 984px;
	height: 51px;
	position: absolute;
	left: -2px;
	background: url('/images/header/nav-bg.png') no-repeat top;
	top: -27px;
}

header nav .logo,
header nav ul.pages {
	height: 46px;
	float: left;
	position: relative;
}

header nav .logo {
	left: 2px;
	width: 199px;
	position: relative;
	background: url('/images/header/bagliore-logo.png') no-repeat top;
}

header nav .logo a {
	height: 87px;
	width: 167px;
	display: block;
	position: relative;
	margin: 0px auto;

	background: url('/images/header/logo.png') no-repeat  top;
	top: -18px;
}

header nav .logo a:hover {
	opacity: 0.9;
}

header nav ul {
	/*background a dx per l'ultimo elemento del menu*/
	background: url('/images/header/ul-separator.gif') no-repeat right;
	padding-right: 1px;
}

header nav ul li {
	float: left;
	background: url('/images/header/ul-separator.gif') no-repeat left;
}

header nav ul li a {
    height: 46px;
    width: 130px;
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 1px;
    position: relative;
    z-index: 10;
}

header nav ul li a{
	display: table;
}

header nav ul li a span{
    display: table-cell;
    vertical-align: middle;
}

.switch_lang_container .DivSelectyze:hover,
.switch_lang_container .DivSelectyze .selectyzeValue:focus,
header #service_menu ul li a:hover,
header nav ul li.active a,
header nav ul li a:hover,
header nav ul li:hover a {
	background: url('/images/header/nav-active.gif') repeat-x left;
	color: white;
	text-shadow: 0 1px #7b1a0a;
}

header nav ul li.active a,
header nav ul li a:hover {
	background-position: left;
}

/*aperol spritz, attivo*/

header nav ul li.active.special {
	height: 46px!important;
}

header nav ul li.active.special a span {
}

header nav ul li.active.special a span img {
	margin-top: -10px;
}

header nav ul li.active.special a span span.img {
	background: red;
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
}

/*menù a comparsa*/

header nav ul li:hover ul.sub-pages {
	display: block;
}

header nav ul li ul.sub-pages {
	display: none;
}

header nav ul li ul.sub-pages {
	position: absolute;
	border-top: 2px solid #41403e;
	margin-left: 1px;
	background: none;
    z-index: 5;
}
header nav ul li ul.sub-pages li {
	background: none;
	float: none;
}

header nav ul li ul.sub-pages {
	z-index: 9
}

header nav ul li ul.sub-pages li a {
	background: #626262;
	text-shadow: none;
	text-align: left;
	text-transform: none;
	height: 34px;
	line-height: 34px;
	border: none;
	margin: 0;
	text-indent: 10px;
}

header nav ul li ul.sub-pages li a:hover {
	background: #797979;
}

/*spritz*/
/*
header nav ul li.spritz.active a {
	background: red;
	text-indent: -999px;
}*/
header nav ul li.special ul.sub-pages {
    display:block;
	border-top: none;
	z-index: 8;
}
header nav ul li.special ul.sub-pages li {
    float:left;
    background: transparent url("/images/header/ul-special-subpages-separator.gif") no-repeat left top;
}
header nav ul li.special ul.sub-pages li:first-child {
    background:none;
}

header nav ul li.special ul.sub-pages li:first-child a{
    width:130px;
    margin:0;
}

header nav ul li.special ul.sub-pages li a {
    width:129px;
    height: 37px;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    font-size:16px;
	background: transparent url("/images/header/nav-special-subpages.gif") repeat-x left top;
	border: none;
	margin: 0 0 0 1px;
}
header nav ul li.special ul.sub-pages li.active a,
header nav ul li.special ul.sub-pages li:hover a,
header nav ul li.special ul.sub-pages li a:hover,
header nav ul li.special ul.sub-pages li:hover a:hover {
    color: #fed300;
    background: transparent url("/images/header/nav-special-subpages-active.gif") repeat-x left top;
}


/* =========FOOTER========= */

footer {
	position: relative;
}

footer .content {
	width: 984px;
	height: 92px;
	left: -2px;
	position: relative;
	background: url('/images/footer/footer.png') no-repeat left top;
}

footer .bg {
	width: 100%;
	left: 0;
	height: 810px;
	position: absolute;
	bottom: -23px;
	background: url('/images/footer/bolle.jpg') no-repeat center;
	z-index: 0;
}

:not(ie) footer .bg {
	z-index: -1;
}

footer .newsletter {
	position: absolute;
	top: 13px;
	left: 10px;
}

footer .newsletter .label {
	color: #626262;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

footer .newsletter {
	font-size: 0;
	
}

footer .newsletter .email,
footer .newsletter .submit {
	display: inline-block;
	vertical-align: top;
}

footer .newsletter .email {
	height: 24px;
	width: 154px;
	line-height: 24px;
	border: 1px solid #d2d2d2;
	color: #898989;
	margin: 0;
	font-size: 14px;
}

footer .newsletter .email::-webkit-input-placeholder { /* WebKit browsers */
    color:    #898989;
}
footer .newsletter .email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #898989;
}
footer .newsletter .email::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #898989;
}
footer .newsletter .email:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #898989;
}
footer .newsletter .submit {
	height: 28px;
	border: none;
	margin: 0;
	background: #626262;
	text-transform: uppercase;
	color: #fff9e5;
	font-size: 14px;
	cursor: pointer;
}

footer .newsletter .submit:hover {
	background-color: #6a6a6a;
}


footer .drink-responsibly,
footer .sitemap {
	height: 44px;
	line-height: 44px;
}

footer .drink-responsibly {
}

footer .drink-responsibly {
	text-align: center;
	font-size: 21px;
	color: #959595;
	text-shadow: 0 1px 0 #ffffff;
}
footer .sitemap {
	text-align: center;
}
footer .sitemap ul {
	display: inline-block;
}

footer .sitemap ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 11px;
}

footer .sitemap ul {
	/*riallineo la lista*/
	margin-left: 10px;
}

footer .sitemap ul li a {
	color: #626262;
	text-transform: uppercase;
}

footer .copyright {
	color: white;
	text-align: center;
	font-size: 11px;
	margin-top: 6px;
}

/* =========SIDEBAR========= */

/* =========SPLASH PAGE========= */

body.splashpage{
	background-image: url('/images/splash/splash_back.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 400px;
	min-width: inherit;
}

#splash_container,
.splash_popup{
	width: 860px;
	margin: 0px auto;
/*	height: 330px;*/
	background: url('/images/splash/splash_shadow.png') no-repeat center 165px;
	position: absolute;
	margin-top: 235px;
	left: 50%;
	margin-left: -430px;
}

#splash_container {
	top: 50%;
	margin-top: -165px;
}

#splash_content,
.splash_content{
	width: 495px;
	height: auto;
	background: url('/images/splash/splash_content.jpg') left top repeat-x #f2eee2;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.35);
	margin: 0px auto;
}

#splash_content header,.splash_content header{
	position: relative;
	height: 45px;
	padding-bottom: 10px;
}

#splash_content header .splash_logo,.splash_content header .splash_logo{
	width: 142px;
	height: 84px;
	position: absolute;
	top: -41px;
	background: url('/images/splash/splash_logo.png') no-repeat;
	left: 50%;
	margin-left: -71px;
}

#splash_content .country_language_label,.splash_content .country_language_label{
	text-align: center;
	text-transform: uppercase;
	font-family: sans-serif;
	margin-bottom: 10px;
	width: 100%;
	font: 20px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #606163;
}
/* =========SPLASH OVERLAY========= */
.splash-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
}
.splash-overlay .generic_background_popup_grey {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.splash-overlay .generic_popup {
    position:absolute;
    z-index:1;
}
.splash-overlay .splash_popup {
    margin:0;
}

/* Select Splash Page */

.country_language_list{
	width: 234px;
	margin: 0px auto;
	margin-bottom: 25px;
}

.country_language_list .DivSelectyze { position:relative;margin-top:15px;}

.country_language_list .DivSelectyze .selectyzeValue {
	position:relative;
	z-index:10;
	display:block;
	text-decoration:none;
	height: 38px;
	font-size: 24px;
	line-height: 38px;
	color: white;
	text-indent: 10px;
	text-transform: uppercase;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	background: url('/images/assets/splash_select.jpg') no-repeat top left;
}

.country_language_list .DivSelectyze ul {list-style:none;}

.country_language_list .DivSelectyze .UlSelectize {
	position:absolute;
	z-index:9;
	display:none;
	background: #626262;
	width: 100%;
}

.switch_lang_container .UlSelectize {
	text-shadow: none!important;
	width: auto!important;
}

.country_language_list .DivSelectyze li a {
	display:block;
	text-decoration:none;
	height: 42px;
	color: white;
	font-size: 23px;
	line-height: 42px;
	text-indent: 10px;
	text-transform: uppercase;
	text-shadow: none!important;
}

.DivSelectyze li a:hover {
	background: #797979;
	text-shadow: none!important;
}

.optgroupTitle { display:block; }


/** Legal age section **/

.legal_age_selection{padding-top: 20px;}

.legal_age_label{margin-bottom: 20px; color: #606163;}

.legal_age_label p{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
    font-weight:bold;
}

.legal_age_label p em{
	display: block;
	/*text-transform: lowercase;*/
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
    text-transform: none;
}

.legal_age_checkbox{
	margin: 0px auto;
	color: #606163;
	text-align: center;
	padding-bottom: 10px;
}



.legal_age_checkbox > div{
	width: 42px;
	text-align: center;
}

.legal_age_checkbox > div .check{margin-bottom: 5px;}
.legal_age_checkbox label{
    font-size: 18px;
    font-style: italic;
    line-height: 35px;
    margin-right: 10px;
    /*float: left;*/
    display: inline-block;
    font-weight: bold;
}
.legal_age_checkbox input{
    height: 35px;
    width: 35px;
     display: inline-block;
    text-align: center;
    /*border: 2px solid #E95D0F;*/
     border: 2px solid #d3cdc1;
    background: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    /*float: left;*/
    margin-right:10px;
    color:#c4bcac;
}

.legal_age_checkbox .year
{
    width:70px;
}
.legal_age_checkbox {
	text-align: center;
}

.legal_age_checkbox .submit {
	display: block;
}

.legal_age_checkbox .enterBtn {
    color:#FFF;
    font-weight:600;
    font-size:20px;
    text-transform: uppercase;
    padding:10px;
    border:1px solid #EF7E38;
    background-color:#EF7E38;
    background: -moz-linear-gradient(top,  #EF7E38 0%, #E95D0E 50%, #EF7E38 50%, #E95D0E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EF7E38), color-stop(50%,#E95D0E), color-stop(50%,#EF7E38), color-stop(100%,#E95D0E));
    background: -webkit-linear-gradient(top,  #EF7E38 0%,#E95D0E 50%,#EF7E38 50%,#E95D0E 100%);
    background: -o-linear-gradient(top,  #EF7E38 0%,#E95D0E 50%,#EF7E38 50%,#E95D0E 100%);
    background: -ms-linear-gradient(top,  #EF7E38 0%,#E95D0E 50%,#EF7E38 50%,#E95D0E 100%);
    background: linear-gradient(to bottom, #EF7E38 0%,#E95D0E 50%,#EF7E38 50%,#E95D0E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF7E38', endColorstr='#E95D0E',GradientType=0 );

    display:inline-block;
    margin:10px auto 0;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,.3); /* Firefox */  
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.3); /* Safari, Chrome */  
    box-shadow: 0px 2px 3px rgba(0,0,0,.3); /* CSS3 */
}

.legal_age_checkbox p.input-error-message{

    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: red;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top:10px;
}
.splash-aperol {
    width:100%;
    margin:20px auto;
    text-align:center;
}


body.splashpage #frm div.splash-page-sitemap-link a {
	/*font-size: 0!important;
	height: 0;
	width: 0;
	visibility: hidden;*/
    position: absolute;
    left: 10px;
    bottom: 8px;
    z-index: 9999998;
    color: #f08010;
    font-family: 'Lato',sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    text-align: right;
}

/* =========SIDEBAR========= */

/* =========SPLASH PAGE========= */

/* =========GENERAL STYLES========= */

/*nav laterale*/

#side-menu {
	-webkit-backface-visibility: hidden!important; 
	-webkit-transform: translateZ(0)!important;
	position: fixed!important;
	z-index: 999;
	top: 300px;
	background: url('/images/world/side-menu-bg.gif') repeat-x center;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#side-menu,
#side-menu ul,
#side-menu ul li,
#side-menu ul li a {
	display: block;
}

#side-menu ul li {
	display: block;
	padding-right: 20px;
}

#side-menu ul {
	overflow: hidden;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side-menu ul li a {
	color: #626262;	
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-transform: uppercase;
	
	overflow: hidden;
	background:  url('/images/world/side-menu-li-off.png') no-repeat left;
	padding-left: 34px;
	
	
	margin-top: 4px;
	text-decoration: none;
	
	/*white-space: nowrap;*/
	
}

/*:not(#ie_lt8) #side-menu ul li a {
	padding-right: 0;
}*/

#side-menu ul li a.selected {
	background:  url('/images/world/side-menu-li-on.png') no-repeat left;
}

#side-menu ul li a:hover {
	color: #858585;
}


/*zoom immagini*/


/*.image-zoom {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	background: url('/images/overlay-bg.png') left top;
	cursor: pointer;
}

.image-zoom.horizontal {
	display: table;
}

.image-zoom.horizontal .content {
	display: table-cell;
	vertical-align: middle;
}

.image-zoom .content {
	width: 100%;
	height: 100%;
}

.image-zoom img {
	cursor: pointer;
	position: relative;
}

.image-zoom.vertical img {
	max-height: 98%;
	height: 98%;
	width: auto;
	top: 1%;
}

.image-zoom.horizontal img {
	max-width: 98%;
	width: 98%;
	top: 0!important;
	height: auto;
}*/

.image-zoom {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	background: url('/images/overlay-bg.png') left top;
	cursor: pointer;
}


.image-zoom {
	display: table;
}

.image-zoom .content {
	display: table-cell;
	vertical-align: middle;
}

.image-zoom .content {
	width: 100%;
	height: 100%;
}

.image-zoom img {
	cursor: pointer;
	position: relative;
}



/* =========GENERAL CLASSES========= */


/* =========HOMEPAGE========= */

/*visore principale*/

#hp-slideshow {
	height: 478px;
	border-bottom: 3px solid white;
	overflow: hidden;
	position: relative;
}

#hp-slideshow .swipe {
	overflow: hidden;
	visibility: hidden;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	position: relative;
	-moz-box-shadow: 0 0 11px rgb(132, 53, 9);
	-webkit-box-shadow: 0 0 11px rgb(132, 53, 9);
	box-shadow: 0 0 11px rgb(132, 53, 9);
}

#hp-slideshow .slide .slide-link {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  z-index: 2;
  overflow: hidden!important;
  background: url(/images/1x1_trans.png);
}



#hp-slideshow .swipe-wrap {
	overflow: hidden;
	position: relative;
}
#hp-slideshow .swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;
}

#hp-slideshow .swipe-wrap .slide {
	height: 478px;
}

#hp-slideshow .slider-previous,
#hp-slideshow .slider-next {
	width: 65px;
	height: 66px;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -33px;
	cursor: pointer;
}

#hp-slideshow .slider-previous:hover,
#hp-slideshow .slider-next:hover {
	opacity: 0.8;
}

#hp-slideshow .slider-previous {
	left: 10px;
	background: url('/images/carousel-arrow-sx.png') no-repeat left top;
}
#hp-slideshow .slider-next {
	right: 10px;
	background: url('/images/carousel-arrow-dx.png') no-repeat left top;
}

#hp-slideshow .position {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
}

#hp-slideshow.events-on .position {
	bottom: 64px;
}

#hp-slideshow .position ul li {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url('/images/hp-slider-nav-off.png') no-repeat center;
	margin-right: 2px;
	cursor: pointer;
}

#hp-slideshow .position ul {
	margin-left: -2px;
	position: relative;
}

#hp-slideshow .position ul li.on {
	background: url('/images/hp-slider-nav-on.png') no-repeat center;
}

#hp-slider div.swipe-wrap div.slide.image {
	/*background: white!important;*/
	/*background: #f5f5f5 url('https://dl.dropboxusercontent.com/u/4334179/invito-consumer.jpg') no-repeat left top!important;*/
}

#hp-slider div.swipe-wrap div.slide.image img.mobile {
	display: none;
}

/* @group events carousel */

#events-carousel {
	bottom: 0;
	width: 100%;
	font-size: 20px;
	margin-top: -112px;
}

#events-carousel .label {
	float: left;
	z-index: 1;
	position: relative;
	padding-left: 6px;
}

#events-carousel .label .bg2 {
	background: url('/images/homepage/events-carousel/label-bg-sx.png') no-repeat left top;
	padding-top: 4px;
	padding-left: 4px;
}

#events-carousel .label .bg3 {
	background: url('/images/homepage/events-carousel/label-bg-dx.png') no-repeat right top;
	padding-right: 10px;
}


#events-carousel .label .bg3,
#events-carousel .label .bg2,
#events-carousel .label .bg1,
#events-carousel .bg-top,
#events-carousel .bg {
	background: none!important;
}

#events-carousel .label span {
	background: url('/images/homepage/events-carousel/label-bg.gif') repeat-x center;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px 10px;
	color: white;
	text-transform: uppercase;
	font-size: 25px;
	margin-right: -6px;
	margin-left: 0;
}


#events-carousel {
	overflow: hidden;
}
#events-carousel .content {
	position: relative;
	z-index: 0;
	width: 960px;
	margin: 0px auto;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#events-carousel .bg {
	width: 968px;
	margin: 0px auto;
	background: url('/images/homepage/events-carousel/content-bg.png') no-repeat center bottom;
	
	height: 100%;
	position: relative;
}

#events-carousel .bg-top {
	width: 968px;
	height: 4px;
	background:  url('/images/homepage/events-carousel/content-bg-top.png') no-repeat right bottom;
	position: absolute;
	top: -4px;
	right: 0;
}

#events-carousel .content #events-slider.swipe {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#events-carousel .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

#events-carousel .swipe-wrap {
	overflow: hidden;
	position: relative;
}
#events-carousel .swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;
}

#events-carousel .swipe-wrap .slide {
/*	height: 97px;*/
}

#events-carousel .slider-previous,
#events-carousel .slider-next {
	width: 43px;
	height: 44px;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
}

#events-carousel .slider-previous:hover,
#events-carousel .slider-next:hover {
	opacity: 0.8;
}

#events-carousel .slider-previous {
	left: -20px;
	background: url('/images/carousel-arrow-sx-small.png') no-repeat left top;
}
#events-carousel .slider-next {
	right: -20px;
	background: url('/images/carousel-arrow-dx-small.png') no-repeat left top;
}

#events-carousel .position {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 3px solid white;
	text-align: center;
	position: relative;
	width: 100%;
}

#events-carousel .position ul li {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url('/images/hp-slider-nav-off.png') no-repeat center;
	margin-right: 2px;
	cursor: pointer;
}

#events-carousel .position ul {
	margin-left: -2px;
}

#events-carousel .position ul li.on {
	background: url('/images/hp-slider-nav-on.png') no-repeat center;
}

#events-carousel .slide .wrap {
	min-height: 58px;
	overflow: hidden;
	margin: 10px auto 0;
	width: 920px;
	white-space: nowrap;
}

#events-carousel .event {
	display: inline-block;
	width: 294px;
	margin-right: 10px;
	color: white;
	white-space: normal;
	vertical-align: top;
	position: relative;
}


#events-carousel .event span.img {
	height: auto;
	width: 90px;
	display: block;
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
}



#events-carousel .event span.img img {
	/*height: 100%;*/
	width: 100%;
	display: inline-block;
}

#events-carousel .event a {
	color: white;
}

/*#events-carousel .event a:hover * {
	color: white;
	opacity: 0.8!important;
}*/

#events-carousel .event .date,
#events-carousel .event .name,
#events-carousel .event .place {
	padding-left: 100px;
	font-size: 14px;
	display: block;
	font-size: 14px;
	line-height: 16px;
}

#events-carousel .event .name {
	text-transform: uppercase;
}

/* @end */


/*MODULI HOMEPAGE*/


body.homepage #page #hp-blocks {
	background: url('/images/homepage/hp-blocks-bg.png') repeat-x left top;
	padding-top: 60px;
}

body.homepage #page #hp-blocks.events-on {
	padding-top: 30px;
}

/*titolo con background arancione, che si sovrappone a visore*/

body.homepage #hp-blocks {
}

body.homepage #hp-blocks .title.orange {
	height: 94px;
	background: url('/images/homepage/title-orange-bg.png') no-repeat left top;
	float: left;
	position: absolute;
	left: -5px;
	top: -108px;
	z-index: 99999999;
}


body.homepage #hp-blocks .title.orange .end {
	background: url('/images/homepage/title-orange-bg-end.png') no-repeat right top;
	padding-right: 15px;
	margin-left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


body.homepage #hp-blocks .title.orange h2 {
	color: white;
	font-size: 45px;
	text-transform: uppercase;
	left: 5px;
	position: relative;
	top: 7px;
	padding-left: 20px;
	padding-right: 18px;
}

/*carousel spritz life*/


section.spritz-life {
	/*padding-top: 60px;*/
}

#hp-carousel {
/*	margin-bottom: 40px;*/
}

#hp-carousel {
	position: relative;
}
#hp-carousel .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

#hp-carousel .swipe-wrap {
	overflow: hidden;
	position: relative;
}
#hp-carousel .swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;
}

#hp-carousel .swipe-wrap .slide {
	height: 240px;
	overflow: hidden;
}

#hp-carousel .slider-previous,
#hp-carousel .slider-next {
	width: 43px;
	height: 44px;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
}

#hp-carousel .slider-previous:hover,
#hp-carousel .slider-next:hover {
	opacity: 0.8;
}

#hp-carousel .slider-previous {
	left: -50px;
	background: url('/images/carousel-arrow-sx-small.png') no-repeat left top;
}
#hp-carousel .slider-next {
	right: -50px;
	background: url('/images/carousel-arrow-dx-small.png') no-repeat left top;
}

@media (max-width: 1080px) {
	#hp-carousel .slider-previous {
		left: -20px;
	}
	#hp-carousel .slider-next {
		right: -20px;
	}
}

#hp-carousel .position {
	text-align: center;
	width: 100%;
	z-index: 9;
	margin: 10px 0;
}

#hp-carousel .position ul li {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url('/images/hp-slider-nav-off.png') no-repeat center;
	margin-right: 2px;
	cursor: pointer;
}

#hp-carousel .position ul {
	margin-left: -2px;
}

#hp-carousel .position ul li.on {
	background: url('/images/hp-slider-nav-on.png') no-repeat center;
}

/*elementi carousel*/

#hp-carousel .slide .one-item,
#hp-carousel .slide .two-items {
	height: 100%;
	width: 479px;
}

#hp-carousel .slide .one-item .item,
#hp-carousel .slide .two-items .item {
	height: 100%;
}

#hp-carousel .slide .one-item .item {
	width: 100%;
}

#hp-carousel .slide .two-items .item.left {
	width: 238px;
}

#hp-carousel .slide .two-items .item.right {
	width: 239px;
}

#hp-carousel .slide .item {
	background-repeat: no-repeat;
	background-position: left top;
    float:left;
	height: 100%;
    margin-right:2px;
}

#hp-carousel .slide .item.single_column {
	width: 238px;
}
#hp-carousel .slide .item.double_column {
	width: 478px;
}


#hp-carousel .scale-controller {
	display: none;
	pointer-events: none;
}

/*background giallo in hover sui blocchi*/
#hp-blocks a.yellow {
	display: block;
	height: 100%;
	width: 100%;
	background-position-y: 240px;
}

#hp-blocks a.yellow:hover {
	background: url('/images/homepage/carousel-hover-bg.png') repeat-x top;
}

#hp-blocks a.yellow span {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
}



#hp-blocks a.yellow:hover span {
	opacity: 1;
	background: url('/images/homepage/carousel-icon.png') no-repeat center;
}

#hp-carousel .slide .item.video a span {
	opacity: 1;
	background: url('/images/homepage/carousel-icon-video.png') no-repeat center;
}

/*separatore*/
.divider {
	position: relative;
	margin-top: 29px;
	border-top: 3px solid #fff9e5;
	height: 32px;
	background:  url('/images/divider-shadow.png') no-repeat left top;
}

.divider.spritz-life {
	margin-top: 0;
}

body.homepage .divider.spritz-life:last-child {
	display: none;
}

/*crosslinks*/

section#hp-crosslinks {
	height: 240px;
}

#hp-crosslinks .element.mobile{
	display: none;
}

section#hp-crosslinks .ricetta,
section#hp-crosslinks .storia,
section#hp-crosslinks .cocktails {
	height: 240px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	position: relative;
	
	background-position: center top;
	background-repeat: no-repeat;
}

section#hp-crosslinks .ricetta,
section#hp-crosslinks .cocktails {
	width: 240px;
}

section#hp-crosslinks .cocktails {
	margin-right: 0;
}
section#hp-crosslinks .storia {
	width: 476px;
}

section#hp-crosslinks h4 {
	color: white;
	font-size: 45px;
	text-transform: uppercase;
	position: absolute;
	line-height: 28px;
}

section#hp-crosslinks .ricetta h4 {
	top: 14px;
	left: 9px;
}
section#hp-crosslinks .storia h4 {
	bottom: 14px;
	left: 9px;
}

section#hp-crosslinks .cocktails {
	overflow: hidden;
}

section#hp-crosslinks .cocktails .container {
	width: 242px;
}
section#hp-crosslinks .cocktails .block {
	height: 119px;
	width: 119px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
section#hp-crosslinks .cocktails .block h6 {
	font-size: 20px;
	color: white;
	line-height: 119px;
	text-align: center;
	text-transform: uppercase;
}
section#hp-crosslinks .cocktails .block.txt {
	background: url('/images/homepage/cocktails-txt-bg.jpg') repeat-x left top;
}

/****homepage international******/

body.homepage.international section#hp-crosslinks {
	/*margin-bottom: 32px;*/
}

body.homepage.international section#hp-crosslinks {
	margin-bottom: 32px;
}

body.homepage.international #hp-blocks .title.orange h2 .yellow {
	font-size: 30px;
}

body.homepage.international #hp-blocks #hp-carousel {
	margin-bottom: 0px;
}

body.homepage.international #hp-blocks section.spritz-life h4 {
	color: white;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 12px;
	margin-top: -9px;
}

/* =========APEROL WORLD========= */


/******struttura base******/
body.aperol-product section#product {
	/*background: url('/images/bg.jpg') no-repeat left top;*/
	height: 1220px;

	overflow: hidden;

	position: relative;
	padding-top: 53px;
}

body.aperol-product section#product .container {
	height: 100%;
	position: relative;
}

body.aperol-product section#product .pack {
	/*background-color: blue!important;*/
	height: 1252px;
	width: 440px;
	position: absolute;
	display: block;
	left: -55px;
}

body.aperol-product section#product .bottle {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}
body.aperol-product section#product .pack .bg-light {
	background: url('/images/world/bagliore-xl.png') no-repeat left top;
	width: 874px;
	height: 742px;
	position: absolute;
	top: 114px;
	z-index: 0;
	left: -213px;
	z-index: 1;
	
	pointer-events: none;
}

body.aperol-product section#product .description {
	/*background-color: gray!important;*/
	height: 100%;
	width: 540px;
	position: absolute;
	left: 420px;
}

body.aperol-product section#product .description .plus {
	height: 243px;
}

body.aperol-product section#product .description .plus .bg {
	height: 100%;
	width: 9000px;
	left: -4500px;
	position: absolute;
	z-index: 0;
	top: 0;
}

body.aperol-product section#product .description .plus.color .bg,
body.aperol-product section#product .description .plus.strenght .bg {
	background: #d04e19;
}

body.aperol-product section#product .description .plus.taste .bg {
	background: #e95d0f;
}

/*headline*/
body.aperol-product section#product .description .headline {
	height: 491px;
	display: table;
	position: relative;
	z-index: 3;
}

body.aperol-product section#product .description .headline {
	color: white;
}

body.aperol-product section#product  .headline h1 {
	font-size: 45px;
	text-transform: uppercase;
}

body.aperol-product section#product .description .headline .content {
	display: table-cell;
	vertical-align: middle;
}

/******plus******/
body.aperol-product section#product .description .plus {
	position: relative;
}
body.aperol-product section#product .description .plus .content {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: table;
}

body.aperol-product section#product .description p {
	font-size: 30px;
	color: white;
	position: relative;
}

body.aperol-product section#product .description .plus .txt {
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

#product div.container div.headline div.content p {
	font-size: 20px;
	line-height: 24px;
	color: white;
}

body.aperol-product section#product .description .plus .txt h4 {
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #8c3a13;
	position: relative;
}

body.aperol-product section#product .description .plus .artwork {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 320px;
}
/*artworks*/
body.aperol-product section#product .description .plus .elem1,
body.aperol-product section#product .description .plus .elem2,
body.aperol-product section#product .description .plus .bagliore {
	position: absolute;
	
	height: 30px;
	width: 90px;
}

body.aperol-product section#product .description .plus .bagliore {
	background: url('/images/world/plus-bagliore.png') no-repeat left top;
	width: 381px;
	height: 332px;
	z-index: 0;
}
body.aperol-product section#product .description .plus .elem1 {
	z-index: 1;
}
body.aperol-product section#product .description .plus .elem2 {
	z-index: 2;
}

/*artworks > color*/
body.aperol-product section#product .description .plus.color .elem1 {
	background: url('/images/world/plus-color-elem1.png') no-repeat left top;
	
	width: 211px;
	height: 190px;
	
	top: 33px;
	left: -23px;
}

body.aperol-product section#product .description .plus.color .elem2 {
	background: url('/images/world/plus-color-elem2.png') no-repeat left top;
	
	width: 289px;
	height: 231px;
	
	top: 69px;
	left: -26px;
}

body.aperol-product section#product .description .plus.color .bagliore {
	left: -79px;
	top: -26px;
}


/*artworks > taste*/
body.aperol-product section#product .description .plus.taste .elem1 {
	background: url('/images/world/plus-taste-elem1.png') no-repeat left top;
	
	width: 304px;
	height: 150px;
	
	top: 30px;
	left: -8px;
}

body.aperol-product section#product .description .plus.taste .elem2 {
	background: url('/images/world/plus-taste-elem2.png') no-repeat left top;
	
	width: 132px;
	height: 155px;
	
	top: 86px;
	margin-left: 87px;
}

body.aperol-product section#product .description .plus.taste .bagliore {
	left: -64px;
	top: -26px;
}


/*artworks > strenght*/
body.aperol-product section#product .description .plus.strenght .elem1 {
	background: url('/images/world/plus-strenght-elem1.png') no-repeat left top;
	
	width: 166px;
	height: 222px;
	
	top: 16px;
	margin-left: 15px;
}

body.aperol-product section#product .description .plus.strenght .elem2 {
	background: url('/images/world/plus-strenght-elem2.png') no-repeat left top;
	
	width: 164px;
	height: 164px;
	margin-left: 62px;
	top: 45px;
}

body.aperol-product section#product .description .plus.strenght .bagliore {
	left: -64px;
	top: -26px;
}


/******tasting notes******/

body.aperol-product section#tasting-notes {
	height: 600px;
}

body.aperol-product section#tasting-notes .bg1,
body.aperol-product section#tasting-notes .bg2,
body.aperol-product section#tasting-notes .bg3 {
	/*background: red;*/
	height: 100%;
}

body.aperol-product section#tasting-notes .bg1 {
	background:  url('/images/world/tasting-notes-bg1.jpg') repeat top;
}

body.aperol-product section#tasting-notes .bg2 {
	background: url('/images/world/tasting-notes-bg2.png') repeat top;
}

body.aperol-product section#tasting-notes .bg3 {
	background: url('/images/world/tasting-notes-bg3.png') repeat-x top;
}
/*titolo e bicchiere*/

body.aperol-product section#tasting-notes .container {
	display: table;
	height: 100%;
}

body.aperol-product section#tasting-notes .content {
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
}


body.aperol-product section#tasting-notes .title {
	/*height: 273px;*/
	position: relative;
	margin-bottom: 20px;
}

body.aperol-product section#tasting-notes .title .left,
body.aperol-product section#tasting-notes .title .right {
	position: absolute;
	float: none;
	top: 50%;
	margin-top: -31px;
	height: 62px;
	width: 310px;
	
	color: white;
	font-size: 85px;
	line-height: 62px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000000;
}

body.aperol-product section#tasting-notes .title .left {
	left: 20px;
	text-align: right;
}

body.aperol-product section#tasting-notes .title .right {
	right: 20px;
	text-align: left;
}

body.aperol-product section#tasting-notes .title .glass {
	width: 273px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -136px;
    bottom: -18px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

body.aperol-product section#tasting-notes .title .glass img {
	width: 100%;
}

body.aperol-product section#tasting-notes {
	overflow: hidden;
}

body.aperol-product section#tasting-notes .notes .note {
	float: left;
	width: 230px;
	
	text-align: center;
	margin-right: 20px;
	position: relative;
}



body.aperol-product section#tasting-notes .notes .note.color {
	margin: 0!important;
}

body.aperol-product section#tasting-notes .notes .note h5 {
	font-size: 38px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ec9f64;
	margin-bottom: 5px;
}

body.aperol-product section#tasting-notes .notes .note p {
	color: white;
	font-size: 17px;
	line-height: 20px;
	text-shadow: 0 1px 0 #751e06;
}


/******cocktails******/

body.aperol-product section#cocktails {
	height: 600px;
	background: url('/images/world/cocktails-bg1.gif') repeat-x left top;
	overflow: hidden;
}

body.aperol-product section#cocktails .bg2 {
	height: 100%;
	background: url('/images/world/cocktails-bg2.png') no-repeat top;
}

body.aperol-product section#cocktails .container {
	height: 100%;
}

body.aperol-product section#cocktails .cocktail {
	/*nascondo i cocktail per animarli via js*/
	display: none;
}

body.aperol-product section#cocktails .txt {
	width: 640px;
	position: relative;
	z-index: 1;
}

body.aperol-product section#cocktails .title {
	padding-top: 30px;
	padding-bottom: 50px;
}

body.aperol-product section#cocktails h1 {
	width: 640px;
	font-size: 85px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0;
	line-height: 66px;
	padding-top: 40px;
	
}

body.aperol-product section#cocktails .title .cocktail-name {
	font-size: 45px;
	text-transform: uppercase;
	color: white;
}



body.aperol-product section#cocktails .title .time {
	display: block;
	height: 0px;
	text-transform: none;
}

body.aperol-product section#cocktails .title .time time,
body.aperol-product section#cocktails .title .time {
	font-size: 22px;
}



body.aperol-product section#cocktails  ul.share,
body.aperol-product section#cocktails  ul.share li {
	display: inline-block;
	vertical-align: text-bottom;
}
body.aperol-product section#cocktails  ul.share {

}

body.aperol-product section#cocktails  ul.share li {
	width: 52px;
	height: 54px;
}

body.aperol-product section#cocktails  ul.share li.facebook {
	background: url('/images/world/cocktails-share-fb.png') no-repeat left top;
}
body.aperol-product section#cocktails  ul.share li.twitter {
	background: url('/images/world/cocktails-share-tw.png') no-repeat left top;
}
body.aperol-product section#cocktails  ul.share li:hover {
	opacity: 0.85;
}
body.aperol-product section#cocktails  ul.share li a {
	height: 100%;
	width: 100%;
	display: block;
}

body.aperol-product section#cocktails .recipe {
	
}

body.aperol-product section#cocktails .recipe .ingredients {
	background: url('/images/world/cocktails-recipe-separator.png') no-repeat right bottom;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #eead3f;
	padding-bottom: 16px;
}

body.aperol-product section#cocktails .recipe .preparation {
	padding-top: 5px;
	color: white;
	font-size: 20px;
	line-height: 24px;
}

body.aperol-product section#cocktails .recipe .preparation li {
	list-style-type: disc;
	list-style-position: inside;
}


body.aperol-product section#cocktails .glass {
	position: absolute;
	height: 100%;
	width: 340px;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	text-align: center;
}

body.aperol-product section#cocktails .glass img {
	margin-top: 40px;
}

body.aperol-product section#cocktails .glass-bg-light {
	background: url('/images/world/bagliore-xl.png') no-repeat left top;
	width: 874px;
	height: 742px;
	position: absolute;
	z-index: 0;
	
	pointer-events: none;
	top: -70px;
	right: -250px;
}


body.aperol-product section#cocktails time
{
    font-size: 16px;
}

/*menu cocktail*/
body.aperol-product section#cocktails .navigation {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
body.aperol-product section#cocktails .navigation,
body.aperol-product section#cocktails .navigation * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.aperol-product section#cocktails .navigation ul {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -2px;
	z-index: 2!important;
	position: relative;
}
body.aperol-product section#cocktails .navigation ul li {
	background-repeat: no-repeat;
	background-color: white;
	width: 78px;
	height: 78px;
	color: white;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2px;
	cursor: pointer;
}

body.aperol-product section#cocktails .navigation ul li a {
	font-size: 16px;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-font-smoothing: subpixel-antialiased!important;
	font-smoothing: subpixel-antialiased!important;
    color: #FFF;
}

body.aperol-product section#cocktails .navigation ul li a {
	display: table;
	width: 100%;
}

body.aperol-product section#cocktails .navigation ul li a span {
	display: none;
	vertical-align: middle;
}

body.aperol-product section#cocktails .navigation ul li.active a,
body.aperol-product section#cocktails .navigation ul li:hover a{
	background: url('/images/world/cocktails-nav-bg-active.gif') repeat-x left!important;
}

body.aperol-product section#cocktails .navigation ul li.active a span,
body.aperol-product section#cocktails .navigation ul li:hover a span{
	display: table-cell;
}


@media (max-width: 1080px) {
	body.aperol-product section#cocktails div.bg2 div.container,
	body.aperol-product #tasting-notes .container {
		width: 860px;
	}
	
	body.aperol-product section#cocktails div.txt {
		width: 550px;
	}
	
	body.aperol-product section#tasting-notes .notes .note {
		float: left;
		width: 207px;
		
		text-align: center;
		margin-right: 10px;
		position: relative;
	}
	
	body.aperol-product section#tasting-notes .notes .note h5{
		font-size: 31px;
	}
	
	
	body.aperol-product section#tasting-notes .title .left,
	body.aperol-product section#tasting-notes .title .right {
		width: 260px;
		font-size: 70px;
	}
	
	
	body.aperol-product section#tasting-notes .title .left {
		left: 20px;
		text-align: right;
	}
	body.aperol-product section#tasting-notes .title .right {
		right: 20px;
		text-align: left;
	}
}



/* =========APEROL SPRITZ========= */

#spritz_submenu {
	width: 100%;
	z-index: 999998999999;
	position: absolute;
	top: 103px;
}

#spritz_submenu .submenu_container{
	margin: 0px auto;
}

#spritz_submenu .submenu_container ul{
	min-width: 420px;
	text-align: center;
	font-size: 0px;
}

#spritz_submenu ul li{
	display: inline-block;
	min-width: 145px;
	height: 38px;
	margin: 0px;
	border-left: 2px solid #ad3b18;
}

#spritz_submenu ul li.first{
	border: 0px;
}

#spritz_submenu ul li a{
	display: block;
	line-height: 38px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	background: url(/images/backs/submenu_gradient.jpg) repeat-x;
}

#spritz_submenu ul li a:hover,
#spritz_submenu ul li.selected a{
	color: #fed300;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	background-position: 0px -38px;
}


#inner_nav{
	position: fixed;
}

#ready_to_spritz {
	height: 978px;
	clear: both;
	overflow: auto;
    position:relative;
    z-index:0;
    background: url(/images/backs/pattern-ready-to-spritz.jpg) repeat center top;
}


#ready_to_spritz .bg{
	background: url(/images/backs/ready_to_spritz.jpg) no-repeat center top;
}

#spritz_recipe_animation{
	padding-top: 100px;
	position: relative;
}

.spritz_recipe_ingredient{
	float: left;
	height: 645px;
	position: relative;
	width: 325px;
	margin-left: 1px;
	/*background: url(/images/backs/ingredient_back.png) no-repeat center bottom rgba(255,255,255,0);*/
}

@media (max-width: 1080px) {
	#spritz_recipe_animation.container{
		width: 920px!important;
	}

	.spritz_recipe_ingredient{
		width: 305px;

	}
	
	#ready_to_spritz div.container {
		width: 860px;
	}

	#aperol_spritz_video div.container {
		width: 860px;
	}

	#aperol_spritz_video div.container div.left {
		width: 590px;	
	}
	#aperol_spritz_video div.container div.right {
		width: 262px;
	}
	
	#aperol_spritz_video .right #video_cocktail{
		left: 0px!important;
	}
}




/* Raggi situati dietro i numeri */

.ingredient_rays{
	width: 250px;
	height: 240px; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

#third .ingredient_rays{left: -60px;}
#second .ingredient_rays{left: 0px;}
#first .ingredient_rays{left: -10px;}

/* Numeri del countdown */

.ingredient_number{
	position: absolute;
	top: 60px;
	width: 83px;
	height: 104px;
	z-index: 2;
}

#third .ingredient_number{left: 90px;}
#second .ingredient_number{left: 95px;}
#first .ingredient_number{left: 100px;}

/* Titoli ingredienti */

.ingredient_title{
	height: 85px;
	z-index: 3;
	top: 138px;
	position: absolute;
	text-indent: -9999px;
}

.ingredient_title img{
	display: block;
}

#third .ingredient_title{
	width: 232px;
	right: 5px;
}
#second .ingredient_title{
	width: 130px;
	right: 30px;
}
#first .ingredient_title{
	width: 140px;
	right: 40px;
}

/* Bottiglie */

.ingredient_bottle{
	width: 260px;
	height: 580px;
	background-repeat: no-repeat;
	bottom: 0;
	position: absolute;
	z-index: 1;
	right: 0px;
	
	
	background-color: transparent;
}

#ready_to_spritz .container h1 {
	font-size: 85px;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

#ready_to_spritz .container h3{
	font-size: 23px;
    color: white;
    text-align: center;
    width: 100%;
    padding-left: 0;
}


/** Video section **/

#aperol_spritz_video{
	min-height: 600px;
	background: url('/images/spritz_recipe/spritz_video_back.jpg') no-repeat #cd4101 center bottom;
    position:relative;
    z-index:0;
}

#aperol_spritz_video #video_gradient{
	width: 100%;
	height: 350px;
	background: url('/images/backs/spritz_video.png') repeat-x;
	position: absolute;
}

#aperol_spritz_video .left{
	width: 640px;
}

#aperol_spritz_video .left h2{
	color: white;
	margin-top: 30px;
	font-size: 60px;
	text-transform: uppercase;
}

#aperol_spritz_video .left p{
	padding-right: 20px;
	color: white;
	font-size: 22px;
	line-height: 28px;
}

#aperol_spritz_video .right{
	width: 340px;
	position: relative;
}

#aperol_spritz_video .right #video_cocktail{
	position: absolute;
	background: url('/images/spritz_recipe/video_cocktail.png') no-repeat;
	width: 262px;
	height: 325px;
	top: -60px;
	left: -20px;
}
#aperol_spritz_video .video .jp-interface {
	width: 100%;
	/*display: none;*/
}

#aperol_spritz_video .player-container {
	margin: 10px 0;
	/*width: 590px;*/
}

/* @group ready to serve */

#ready_to_serve  {
	height: auto;
	position: relative;
	background: url('/images/spritz_recipe/ready-to-serve-bg-repeat-bottom.jpg') repeat left top;
}


#ready_to_serve  .bg-repeat-1{
	position: relative;
	background: url('/images/spritz_recipe/ready-to-serve-bg-repeat.jpg') repeat-x left top;
}


#ready_to_serve .container{
	position: relative;
}

#ready_to_serve .pack {
	height: 600px;
	background-repeat: none;
	background-position: center;
	width: 655px;
	margin-left: -20px;
}

#ready_to_serve .pack img.mobile{
	display: none;
}

#ready_to_serve .txt {
	position: absolute;
	right: 0;
	top: 0;
	height: 600px;
	display: table;
	width: 380px;
}

#ready_to_serve .txt .content {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	color: white;
}

#ready_to_serve .txt h2 {
	font-size: 86px;
	line-height: 80px;
}

#ready_to_serve .txt p {
	font-size: 21px;
	margin-top: 13px;
	line-height: 26px;
}

/* @end */


/* =========TEMPLATE EDITORIALI & EXTRA========= */

section .container h1#section_title{
    margin-top: 65px;
    font-size: 70px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Links & Colors */

section#sitemap .container ul li,
section#sitemap .container ul li a.sitemap_page,
section#sitemap .container ul ul li a.sitemap_subpage,
section#faqlist #more_ques a,
section#sitemap #secondary_pages ul li a{color:white;text-transform: uppercase;padding: 5px;}

section#sitemap #main_pages ul li,
section#faqlist #more_ques a {overflow:hidden;height:30px;line-height:30px;font-size:28px;}

section#sitemap #secondary_pages ul li{height: 20px; line-height: 20px;}
section#sitemap #secondary_pages ul li a{font-size: 20px;}

section#sitemap #main_pages ul li a span,
section#sitemap #secondary_pages ul li a span,
section#faqlist #more_ques a span{display:inline-block;width:30px;height:20px;background:url(/images/assets/link_arrow.png) center center no-repeat;visibility: hidden;}
section#sitemap #main_pages ul li a:hover span,
section#sitemap #secondary_pages ul li a:hover span,
section#faqlist #more_ques a:hover span{background-position: 75% center;visibility: visible;}


/* Generic Text Page */

.generic_text_container {color:White;margin-top: 50px;}
.generic_text_container h4{margin-bottom: 5px; font-size: 18px; text-transform: uppercase;}
.generic_text_container p {margin-bottom: 25px;font-size: 18px;line-height: 22px;}

/* Editorial template */

section#editorial_content{margin-top: 50px;}
section#editorial #main_image{max-width: 980px;margin: 0px auto;border: 2px solid white;box-shadow: 1px 0px 6px rgba(0,0,0,0.5);margin-bottom: 40px;}
section#editorial #sub_image{
	max-width: 415px;
	float:right;
	border: 2px solid white;
	box-shadow: 1px 0px 6px rgba(0,0,0,0.5);
	margin-left: 20px;
	margin-bottom: 10px;
}
section#editorial_content #editorial_first_text{ border-bottom: 5px solid white;}
section#editorial_content #editorial_second_text{padding-top:20px;background: url(/images/divider-shadow.png) top center no-repeat;}
section#editorial_content p{color: white;font-size: 18px; line-height: 22px;margin-bottom: 20px;}
section#editorial_content #editorial_second_text #editorial_second_text_content{
	width: 100%;
	float:left;
}

section#editorial_content h4{font-size: 18px; margin-bottom: 5px;text-transform: uppercase;color: white;}

/** Sitemap **/

section#sitemap .container ul li{margin-bottom:20px;}
section#sitemap .container ul ul{float: left;}
section#sitemap .container ul ul li{float: left;margin-right: 0px;}
section#sitemap #main_pages .sitemap_page.sitemap_page_parent{float:left;}
section#sitemap #main_pages .sitemap_page.sitemap_page_parent:after{content:"/";}
section#sitemap #main_pages{margin-top: 80px;border-bottom: 5px solid white;}
section#sitemap #secondary_pages{padding-top: 40px;background: url(/images/divider-shadow.png) top center no-repeat;}
section#sitemap #secondary_pages ul li a{display: table;}
section#sitemap #secondary_pages ul li a span{vertical-align: middle;}



/** Contact Us **/

section .container h1 strong{font-size: 38px;display:block;}
#contact_form h1#section_title{margin-bottom: 20px;}
#contact_form p.intro,
#contact_form .results-container {color:white;font-size:18px;line-height: 24px;margin-bottom: 20px;}

#contact_form .results-container .error-summary {
	font-weight: 600;
	font-size: 22px;
}

#contact_form p.intro span{display:block;font-size:16px;}

#contact_form section.group{border-bottom: 1px solid #b34000;padding: 10px 0px;}
#contact_form .form-row{padding: 10px 0px;}
#contact_form .form-row span, #contact_form .form-row label, #contact_form .form-row p{color: white;}
#contact_form .form-row span, #contact_form .form-row label{font-size: 16px;}
#contact_form .form-row .left{
	margin-right: 15px;
	/*height:auto;*/
}

#contact_form input,
#contact_form textarea {
	font-size: 16px;
}

#contact_form .form-row input.name, 
#contact_form .form-row input.email, 
#contact_form .form-row input.address{
	width: 400px;
	height: 36px;
	border:1px solid #c15316;
	text-indent: 10px;
	line-height: 36px;
}

#contact_form .form-row input.name.error, 
#contact_form .form-row input.email.error, 
#contact_form .form-row input.address.error{border-color:#F00;}

#contact_form .form-row input.name, 
#contact_form .form-row input.email, 
#contact_form .form-row input.address,
#contact_form .selectyzeValue,
#contact_form .form-row textarea{color: #898989;}
#contact_form .form-row .title_text{display:block;margin-bottom: 10px; text-transform: uppercase;color: white;font-size: 18px;}
#contact_form .form-row .left.date{margin-right: 120px;}
#contact_form .form-row .gender{min-width: 500px;}
#contact_form .form-row .gender .styledRadio{float:left;margin-right: 5px;}
#contact_form .form-row .gender label{float: left; margin-right: 15px;line-height: 24px;display:block;}
#contact_form .form-row span.disclaim{line-height: 36px;}
#contact_form .form-row div#consumption{margin-bottom: 25px;}
#contact_form .form-row textarea{width: 100%;min-height: 125px;}
#contact_form .form-row .styledCheckbox{float:left;display:block;}
#contact_form .form-row.check p{font-size: 16px;line-height: 16px;
	margin-left: 45px;
	text-transform: none;
}
#contact_form .form-row .subscription_text{
	font-size: 16px;
	line-height: 27px;
	color:white;
	text-transform: uppercase;
	/*margin-left: 45px;*/
}
#contact_form .form-row .captcha p{margin-bottom: 15px;text-transform: uppercase;}
#contact_form .form-row .captcha{float:none;display:inline-block;vertical-align:bottom}
#contact_form .form-row left.captcha{margin-right:25px;}
#contact_form .form-row #recaptcha_image{float: left;margin-right: 15px;}
#contact_form .form-row .recaptcha_links{float:right;width: 210px;}
#contact_form .form-row .recaptcha_links a{color: white;text-transform:uppercase; text-decoration:underline;margin-bottom: 5px;font-size: 14px;line-height: 20px;}
#contact_form .form-row .recaptcha_links a:hover{text-decoration:none;}
#contact_form div#submit{width:165px; height: 50px;margin: 25px 0px 40px 0px;}
#contact_form div#submit .submit-button{width:165px; height: 50px; background: url('/images/assets/submit_back.gif') repeat-x top left; border: 0px; font-size: 22px; color: white;text-transform: uppercase;box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);}
#contact_form .submit-button:hover{cursor: pointer;}
#contact_form .error-container .error-summary {
    font-weight: bold;
    margin:12px 25px;
    color: #FFF;
}
#contact_form .error-container {
    margin:25px 0;
    font-size:16px;
}
#contact_form .error-container label{
    color: #FFF;
    padding:10px;
    border:1px solid #FFF;
    display: inline-block;
    width:44%;
    margin:1%;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

/* - Contact Us Select */

#contact_form .country_select_container,
#contact_form .dm,
#contact_form .year,
#contact_form .consumo{
	height: 36px;
	background: url(/images/assets/dd_arrow_form.gif) no-repeat right center white;
}

#contact_form .country_select_container,
#contact_form .countries_list .UlSelectize,
#contact_form .consumo, 
#contact_form .consumo .UlSelectize{width: 400px;}
#contact_form .dm{width: 80px;float:left;margin-right:10px;}
#contact_form .year{width: 110px;float:left;}

#contact_form .consumo{float:left;margin-right: 20px;}

#contact_form .selectyzeValue {
    position:relative;
	z-index:10;
	display:block;
	text-decoration:none;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-indent: 10px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

#contact_form select{
	background: red!important;
	border: none!important;
	/*height: 0px!important;*/
	opacity: 0!important;
	position: absolute!important;
	width: 0px!important;
	z-index: 999999!important;
}

#contact_form .UlSelectize{
    position:absolute;
	z-index:9;
	display:none;
	background: #626262;
	max-height: 168px;
	overflow-y: auto;
	}
	
#contact_form .dm .UlSelectize{width: 80px;}
#contact_form .year .UlSelectize{width: 110px;}

#contact_form .dm .UlSelectize,
#contact_form .year .UlSelectize{z-index: 11 !important;}

#contact_form .UlSelectize li a {
    display:block;
	text-decoration:none;
	height: 28px;
	color: white;
	font-size: 15px;
	line-height: 28px;
	text-indent: 10px;
}

#contact_form .UlSelectize   li a:hover {
    color:#fff;
    background-color:#2a98c1;/** gradient bgcolors */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84d8f8), to(#0ab2f1)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #84d8f8, #0ab2f1); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #84d8f8, #0ab2f1); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #84d8f8, #0ab2f1); /* IE10 */
    background-image: -o-linear-gradient(top, #84d8f8, #0ab2f1); /* Opera 11.10+ */
    background-image: linear-gradient(top, #84d8f8, #0ab2f1);
}

#contact_form .countries_list .optgroupTitle {
    margin-top:15px;
    font-size:16px;
    padding-left:10px;
    background-color:#0fb1ef;
    color:#fff;
    font-size:35px;
}

/* Faq */


#faq_questions {color:white;}
#faq_questions li h4{font-size: 18px;text-transform: uppercase; margin-bottom: 5px;}
#faq_questions li {font-size: 16px;margin-bottom: 25px;}

section#faqlist #more_ques a{display:inline-block; height: auto!important;
}


/* =========EVENTI========= */

/*body.aperolspritz-events .head,
body.aperolspritz-eventmodule .head {
	height: 300px;
	background: #f5f5f5 url('/images/bg.jpg') no-repeat left top;
}*/

body.aperolspritz-events section#page,
body.aperolspritz-eventmodule section#page {
	padding-top: 67px;
}

body.aperolspritz-events section.head,
body.aperolspritz-eventmodule section.head {
	height: 40px;
}

body.aperolspritz-events section.head h1,
body.aperolspritz-eventmodule section.head h1 {
	font-size: 40px;
	line-height: 40px;
	color: white;
	text-transform: uppercase;
	width: 720px;
}

body.aperolspritz-events section.head .gallery-link,
body.aperolspritz-eventmodule section.head .gallery-link {
	/*width: 240px;*/
}

body.aperolspritz-events section.head .gallery-link a,
body.aperolspritz-eventmodule section.head .gallery-link a {
	border: 1px solid #ffffff;
	height: 40px;
	width: 100%;
	display: table;
	background: url('/images/basic-gradient-orange.png') repeat-x left;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	padding: 4px 10px 4px 4px;
	cursor: pointer;
	margin-top: 0;
}
body.aperolspritz-events section.head .gallery-link a:hover,
body.aperolspritz-eventmodule section.head .gallery-link a:hover {
	opacity: 0.85;
}

body.aperolspritz-events section.head .gallery-link span,
body.aperolspritz-eventmodule section.head .gallery-link span {
	display: table-cell;
}

body.aperolspritz-events section.head .gallery-link span.img,
body.aperolspritz-eventmodule section.head .gallery-link span.img {
	height: 40px;
	width: 63px;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
}

body.aperolspritz-events section.head .gallery-link span.txt,
body.aperolspritz-eventmodule section.head .gallery-link span.txt {
	background: url('/images/arrow-right-white-13x20.png') no-repeat right;
	color: white;
	font-size: 15px;
	padding-left: 4px;
	text-transform: uppercase;
	vertical-align: middle;
	padding-right: 23px;
}


/*filtri*/

body.aperolspritz-events section.filters,
body.aperolspritz-eventmodule section.filters {
	margin-top: 10px;
}

body.aperolspritz-events section.filters .primary,
body.aperolspritz-eventmodule section.filters .primary {
	padding-bottom: 10px;
}


body.aperolspritz-events section.filters .primary .date,
body.aperolspritz-events section.filters .primary .location,
body.aperolspritz-eventmodule section.filters .primary .date,
body.aperolspritz-eventmodule section.filters .primary .location {
	background: url('/images/basic-gradient-gray.png') repeat-x left;
	font-size: 0;
	letter-spacing: 0;
	padding: 4px;
	
	width: 472px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
} 

body.aperolspritz-events section.filters .primary input,
body.aperolspritz-eventmodule section.filters .primary input {
	background: white;
	border: none;
	height: 27px;
	/*line-height: 27x;*/
	margin: 0;
	padding: 0;
	border: 2px solid #e9e3d7;
	color: #a0a0a0;
	padding-left: 6px;
	font-size: 14px;
	width: 176px;
	vertical-align: top;
}

body.aperolspritz-events section.filters .primary input#from,
body.aperolspritz-events section.filters .primary input#to,
body.aperolspritz-events section.filters .primary input#location,
body.aperolspritz-eventmodule section.filters .primary input#from,
body.aperolspritz-eventmodule section.filters .primary input#to,
body.aperolspritz-eventmodule section.filters .primary input#location {
	margin-right: 4px;
	padding-left: 30px;
}

body.aperolspritz-events section.filters .primary input#from,
body.aperolspritz-events section.filters .primary input#to,
body.aperolspritz-eventmodule section.filters .primary input#from,
body.aperolspritz-eventmodule section.filters .primary input#to {
	background: url('/images/calendar-input-icon.png') no-repeat 6px white;
}

body.aperolspritz-events section.filters .primary input#location,
body.aperolspritz-eventmodule section.filters .primary input#location {
	background: url('/images/location-input-icon.png') no-repeat 10px white;
	width: 391px;
}

body.aperolspritz-events section.filters .primary input.clear,
body.aperolspritz-eventmodule section.filters .primary input.clear  {
	border: none;
	width: 42px;
	height: 31px;
	padding: 0;
	cursor: pointer;
	background: url('/images/events-clear-input.png') no-repeat center #626262;
}

body.aperolspritz-events section.filters .primary input.clear:hover,
body.aperolspritz-eventmodule section.filters .primary input.clear:hover {
	background-color: #e95d0e;
}


#ui-datepicker-div {
	width: 204px;
	font-size: 14px;
}

/*filtri > categorie*/

body.aperolspritz-events section.filters .categories,
body.aperolspritz-eventmodule section.filters .categories {
	/*height: 38px;*/
	background: #f9f6ee;
	letter-spacing: 0;
	font-size: 0;
	
	padding: 3px;
	background: url('/images/basic-gradient-gray.png') repeat-x left;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
}
section.filters .categories.bars {
	margin-top: 10px;
}
body.aperolspritz-events section.filters .categories ul li.field,
body.aperolspritz-events section.filters .categories .label,
body.aperolspritz-eventmodule section.filters .categories ul li.field,
body.aperolspritz-eventmodule section.filters .categories .label {
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
}

body.aperolspritz-events section.filters .categories .label,
body.aperolspritz-eventmodule section.filters .categories .label {
	float: left;
	padding-left: 10px;
}

body.aperolspritz-events section.filters .categories .label .arrow-down,
body.aperolspritz-eventmodule section.filters .categories .label .arrow-down {
	position: absolute;
	height: 12px;
	width: 23px;
	background: url('/images/eventi/categories-arrow-down.png') no-repeat left top;
	left: 10px;
	
	
	display: none;
}

body.aperolspritz-events section.filters .categories ul,
body.aperolspritz-eventmodule section.filters .categories ul {
	float: right;
	width: 800px;
}

body.aperolspritz-events section.filters .categories ul li.field,
body.aperolspritz-eventmodule section.filters .categories ul li.field {
	display: inline-block;
	border-left: 1px solid #9e9e9e;
	background-image: url('/images/eventi/icone-filtri-eventi.png'); /*Overriden by CMS property*/
	background-repeat: no-repeat;
	/*width: 174px;*/
	height: 38px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	padding-right: 10px;
	vertical-align: top;
}

body.aperolspritz-events section.filters .categories ul li.field:hover,
body.aperolspritz-eventmodule section.filters .categories ul li.field:hover
{
	background-position-y: -38px;
}

body.aperolspritz-events section.filters .categories ul li.field a,
body.aperolspritz-eventmodule section.filters .categories ul li.field a  {
	color: #626262;
	display: block;
	padding-left: 42px;
	padding-right: 34px;
	background:  url('/images/eventi/checkbox-off.png') no-repeat right;
}

body.aperolspritz-events section.filters .categories ul li.field.active a,
body.aperolspritz-eventmodule section.filters .categories ul li.field.active a {
	background:  url('/images/eventi/checkbox-on.png') no-repeat right;
}


body.aperolspritz-events section.umbraco-custom-message {
	text-align: center;
	color: white;
	padding: 20px 0;
}

body.aperolspritz-events section.umbraco-custom-message h2,
body.aperolspritz-eventmodule section.umbraco-custom-message h2 {
	font-size: 50px;
}

body.aperolspritz-events section.umbraco-custom-message h3,
body.aperolspritz-eventmodule section.umbraco-custom-message h3 {
	font-size: 30px;
}

/*
*******************************************************************************************
*********************** NOT USED ANYMORE BECAUSE ICONS ARE FROM CMS ***********************
*******************************************************************************************
body.aperolspritz-events section.filters .categories ul li.field.clubs,
body.aperolspritz-eventmodule section.filters .categories ul li.field.clubs {
	background-position-y: 0px;
}
body.aperolspritz-events section.filters .categories ul li.field.beach,
body.aperolspritz-eventmodule section.filters .categories ul li.field.beach {
	background-position-y: -38px;
}
body.aperolspritz-events section.filters .categories ul li.field.mountain,
body.aperolspritz-eventmodule section.filters .categories ul li.field.mountain  {
	background-position-y: -76px;
}
body.aperolspritz-events section.filters .categories ul li.field.other,
body.aperolspritz-eventmodule section.filters .categories ul li.field.other  {
	background-position-y: -114px;
}
body.aperolspritz-events section.filters .categories ul li.field.clubs:hover,
body.aperolspritz-events section.filters .categories ul li.field.clubs.active,
body.aperolspritz-eventmodule section.filters .categories ul li.field.clubs:hover,
body.aperolspritz-eventmodule section.filters .categories ul li.field.clubs.active {
	background-position-y: -152px;
}
body.aperolspritz-events section.filters .categories ul li.field.beach:hover,
body.aperolspritz-events section.filters .categories ul li.field.beach.active,
body.aperolspritz-eventmodule section.filters .categories ul li.field.beach:hover,
body.aperolspritz-eventmodule section.filters .categories ul li.field.beach.active {
	background-position-y: -190px;
}
body.aperolspritz-events section.filters .categories ul li.field.mountain:hover,
body.aperolspritz-events section.filters .categories ul li.field.mountain.active,
body.aperolspritz-eventmodule section.filters .categories ul li.field.mountain:hover,
body.aperolspritz-eventmodule section.filters .categories ul li.field.mountain.active {
	background-position-y: -228px;
}
body.aperolspritz-events section.filters .categories ul li.field.other:hover,
body.aperolspritz-events section.filters .categories ul li.field.other.active,
body.aperolspritz-eventmodule section.filters .categories ul li.field.other:hover,
body.aperolspritz-eventmodule section.filters .categories ul li.field.other.active {
	background-position-y: -266px;
}
*/


/*submit dei filtri*/
body.aperolspritz-events section.filterSubmit,
body.aperolspritz-eventmodule section.filterSubmit {
	margin: 10px 0;
	text-align: center;
}

body.aperolspritz-events section.filterSubmit a#filterSubmit,
body.aperolspritz-eventmodule section.filterSubmit a#filterSubmit {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: url('/images/basic-gradient-gray.png') repeat-x left;
	letter-spacing: 0;
	padding: 4px 60px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	text-transform: uppercase;
	
	color: #626262;
	font-size: 14px;
}

/*risultati*/

body.aperolspritz-events section.results,
body.aperolspritz-eventmodule section.results {
	letter-spacing: 0;
	font-size: 0;
	margin-top: 23px;
	min-height: 100px;
}

body.aperolspritz-events section.results .container,
body.aperolspritz-eventmodule section.results .container {
	width: 984px;
	margin-left: -2px;
}

body.aperolspritz-events section.results .element,
body.aperolspritz-eventmodule section.results .element {
	height: 310px;
	width: 242px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
	font-size: 20px;
	
	background: white;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	
	overflow: hidden!important;
	position: relative;
	
	cursor: pointer;
}


body.aperolspritz-events section.results .element .place,
body.aperolspritz-eventmodule section.results .element .place {
	height: 50px;
	width: 242px;
	display: table;
	padding: 0 10px;
}

body.aperolspritz-events section.results .element .place .txt,
body.aperolspritz-eventmodule section.results .element .place .txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

body.aperolspritz-events section.results .element .image,
body.aperolspritz-eventmodule section.results .element .image {
	background-repeat: no-repeat!important;
	background-position: left top;
	height: 104px;
	overflow: hidden;
}

body.aperolspritz-events section.results .element .image img,
body.aperolspritz-eventmodule section.results .element .image img {
	width: 100%;
}

body.aperolspritz-events section.results .element .details,
body.aperolspritz-eventmodule section.results .element .details {
	font-size: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

body.aperolspritz-events section.results .element .details .date,
body.aperolspritz-eventmodule section.results .element .details .date {
	color: #444444;
}

body.aperolspritz-events section.results .element .details .title,
body.aperolspritz-eventmodule section.results .element .details .title {
	text-transform: uppercase;
	padding: 4px 0;
}

body.aperolspritz-events section.results .element .details,
body.aperolspritz-eventmodule section.results .element .details {
	color: #444444;
	font-size: 13px;
	line-height: 14px;
	height: 130px;
	overflow: hidden;
}

body.aperolspritz-events section.results .element.highlight .details,
body.aperolspritz-eventmodule section.results .element.highlight .details {
	height: auto;
}	

/*risultati > social*/

body.aperolspritz-events section.results .element .social,
body.aperolspritz-eventmodule section.results .element .social {
	width: 238px;
	height: 306px;
	background: url('/images/eventi/element-hover-bg.png') repeat;
	border: 2px solid white;
	position: absolute;
	text-align: center;
}

body.aperolspritz-events section.results .element .social .content,
body.aperolspritz-eventmodule section.results .element .social .content {
	display: table;
	width: 100%;
	height: 100%;
}


body.aperolspritz-events section.results .element .social .content .links,
body.aperolspritz-eventmodule section.results .element .social .content .links {
	vertical-align: middle;
	display: table-cell;
}

body.aperolspritz-events section.results .element .social .label,
body.aperolspritz-eventmodule section.results .element .social .label  {
	color: white;
	margin-bottom: 24px;
	text-transform: uppercase;
}

body.aperolspritz-events section.results .element .social .facebook,
body.aperolspritz-events section.results .element .social .twitter,
body.aperolspritz-eventmodule section.results .element .social .facebook,
body.aperolspritz-eventmodule section.results .element .social .twitter {
	height: 51px;
	width: 52px;
	display: inline-block;
	background-image: url('/images/eventi/social.png');
	background-position: left top;
	margin-right: 6px;
}

body.aperolspritz-events section.results .element .social .facebook,
body.aperolspritz-eventmodule section.results .element .social .facebook {
	background-position: left top;
}

body.aperolspritz-events section.results .element .social .twitter,
body.aperolspritz-eventmodule section.results .element .social .twitter {
	background-position: left -51px;
}

body.aperolspritz-events section.results .element .social,
body.aperolspritz-eventmodule section.results .element .social {
	display: none;
}

body.aperolspritz-events section.results .element:hover .social,
body.aperolspritz-eventmodule section.results .element:hover .social {
	display: block;
}

:not(#ie) body.aperolspritz-events section.results .element .social:hover,
:not(#ie) body.aperolspritz-eventmodule section.results .element .social:hover {
	/*display: block;*/
	opacity: 1;
}
:not(#ie) body.aperolspritz-events section.results .element .social,
:not(#ie) body.aperolspritz-eventmodule section.results .element .social {
	opacity: 0;
}

body.aperolspritz-events section.results .element .social .facebook:hover,
body.aperolspritz-events section.results .element .social .twitter:hover,
body.aperolspritz-eventmodule section.results .element .social .facebook:hover,
body.aperolspritz-eventmodule section.results .element .social .twitter:hover {
	opacity: 0.8;
}

/*risultati > highlight*/

body.aperolspritz-events section.results .element.highlight,
body.aperolspritz-eventmodule section.results .element.highlight {
	width: 488px;
	background: #3d3d3d;
}

body.aperolspritz-events section.results .element.highlight .details .date,
body.aperolspritz-events section.results .element.highlight .details p,
body.aperolspritz-eventmodule section.results .element.highlight .details .date,
body.aperolspritz-eventmodule section.results .element.highlight .details p  {
	color: white;
}
body.aperolspritz-events section.results .element.highlight .details .date,
body.aperolspritz-events section.results .element.highlight .details .title,
body.aperolspritz-events section.results .element.highlight .details .location,
body.aperolspritz-events section.results .element.highlight .details .city,
body.aperolspritz-eventmodule section.results .element.highlight .details .date,
body.aperolspritz-eventmodule section.results .element.highlight .details .title,
body.aperolspritz-eventmodule section.results .element.highlight .details .location,
body.aperolspritz-eventmodule section.results .element.highlight .details .city {
	font-size: 18px;
	line-height: 19px;
}

body.aperolspritz-events section.results .element.highlight .details .title,
body.aperolspritz-eventmodule section.results .element.highlight .details .title {
	font-weight: bold;
}	


body.aperolspritz-events section.results .element.highlight .details p,
body.aperolspritz-eventmodule section.results .element.highlight .details p {
	font-size: 16px;
	line-height: 18px;
}

body.aperolspritz-events section.results .element.highlight .image,
body.aperolspritz-eventmodule section.results .element.highlight .image {
	width: 244px;
	height: 310px;
	display: table-cell;
	/*display: none;*/
}

body.aperolspritz-events section.results .element.highlight .details,
body.aperolspritz-eventmodule section.results .element.highlight .details  {
	display: table-cell;
	vertical-align: top!important;
}

body.aperolspritz-events section.results .element.highlight .place,
body.aperolspritz-events section.results .element.highlight .details,
body.aperolspritz-eventmodule section.results .element.highlight .place,
body.aperolspritz-eventmodule section.results .element.highlight .details {
	
}

body.aperolspritz-events section.results .element .details p.full-txt,
body.aperolspritz-eventmodule section.results .element .details p.full-txt, 
body.aperolspritz-events section.results .element .details div.full-txt,
body.aperolspritz-eventmodule section.results .element .details div.full-txt {
	display: none;
}

/*risultati > hover sull'evento */

body.aperolspritz-events section.results .element .hover,
body.aperolspritz-eventmodule section.results .element .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

body.aperolspritz-events section.results .element:hover .hover,
body.aperolspritz-eventmodule section.results .element:hover .hover {
	display: block;
}

:not(#ie8) body.aperolspritz-events section.results .element .hover,
:not(#ie8) body.aperolspritz-eventmodule section.results .element .hover  {
	display: block;
	visibility: hidden;
}

:not(#ie8) body.aperolspritz-events section.results .element:hover .hover,
:not(#ie8) body.aperolspritz-eventmodule section.results .element:hover .hover  {
	visibility: visible;
}


:not(#ie8) body.aperolspritz-events section.results .element .hover .content,
:not(#ie8) body.aperolspritz-eventmodule section.results .element .hover .content {
	opacity: 0;
}

:not(#ie8) body.aperolspritz-events section.results .element:hover .hover .content,
:not(#ie8) body.aperolspritz-eventmodule section.results .element:hover .hover .content   {
	opacity: 1;
}

body.aperolspritz-events section.results .element .hover .content,
body.aperolspritz-eventmodule section.results .element .hover .content {
	position: absolute;
	background: url('/images/eventi/element-hover-bg.png') repeat left top;
	width: 100%;
	height: 100%;
	display: table;
}

body.aperolspritz-events section.results .element .hover .border,
body.aperolspritz-eventmodule section.results .element .hover .border {
	border: 1px solid white;
	height: 308px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

body.aperolspritz-events section.results .element .hover span,
body.aperolspritz-eventmodule section.results .element .hover span {
	color: white;
	text-align: center;
	background: url('/images/eventi/read-more.png') no-repeat center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	/*padding-left: 10px;*/
}

/*risultati > evento aperto*/

body.aperolspritz-events .element.overlay,
body.aperolspritz-eventmodule .element.overlay {
	position: absolute;
	width: 100%;
	z-index: 9;
	min-width: 980px;
}

body.aperolspritz-events .element.overlay .panel,
body.aperolspritz-eventmodule .element.overlay .panel  {
	background: #f2f0e9;
	position: absolute;
	top: 0;
	z-index: 7;
	width: 488px;
	/*top: 20px;*/
	left: 50%;
	margin-left: -244px;
}

body.aperolspritz-events .element.overlay .close-layer,
body.aperolspritz-eventmodule .element.overlay .close-layer  {
	position: fixed;
	z-index: 6;
	background: black;
	opacity: 0.4;
	/*display: none;*/
}

body.aperolspritz-events .element.overlay .place,
body.aperolspritz-eventmodule .element.overlay .place  {
	height: 50px;
	display: table;
	padding: 0 20px;
	/*width: 100%;*/
	width: auto;
}

body.aperolspritz-events .element.overlay .place .txt,
body.aperolspritz-eventmodule .element.overlay .place .txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
}

body.aperolspritz-events .element.overlay .image,
body.aperolspritz-eventmodule .element.overlay .image {
	height: 210px;
	width: 488px;
	overflow: hidden;
}

body.aperolspritz-events .element.overlay .details,
body.aperolspritz-eventmodule .element.overlay .details {
	padding: 20px;
	overflow: hidden;
}

body.aperolspritz-events .element.overlay .details .date,
body.aperolspritz-eventmodule .element.overlay .details .date {
	color: #444444;
	font-size: 18px;
}

body.aperolspritz-events .element.overlay .details .title,
body.aperolspritz-eventmodule .element.overlay .details .title {
	text-transform: uppercase;
	font-size: 18px;
	padding: 4px 0;
	margin-bottom: 10px;
	width: 344px;
}

body.aperolspritz-events .element.overlay .details,
body.aperolspritz-eventmodule .element.overlay .details {
	color: #444444;
	font-size: 15px;
	line-height: 19px;
}

body.aperolspritz-events .element.overlay .details a.gallery-link,
body.aperolspritz-eventmodule .element.overlay .details a.gallery-link {
	text-transform: uppercase;
	margin-top: 10px;
	color: #444444;
	display: inline-block;
	padding-left: 34px;
	background: url('/images/eventi/gallery-icon.png') no-repeat left;
	opacity: 0.8;
}

body.aperolspritz-events .element.overlay .details a.gallery-link:hover,
body.aperolspritz-eventmodule .element.overlay .details a.gallery-link:hover {
	opacity: 0.7;
}

body.aperolspritz-events .element.overlay .close-btn,
body.aperolspritz-eventmodule .element.overlay .close-btn {
	width: 39px;
	height: 39px;
	position: absolute;
	right: -39px;
	top: 0px;
	background: #002e67 url('/images/close-pop-up-icon.png') no-repeat center;
	cursor: pointer;
}
body.aperolspritz-events .element.overlay .close-btn:hover,
body.aperolspritz-eventmodule .element.overlay .close-btn:hover {
	background: #0b3a73 url('/images/close-pop-up-icon.png') no-repeat center;
}

body.aperolspritz-events .element.overlay .social,
body.aperolspritz-eventmodule .element.overlay .social {
	text-align: right;
	position: absolute;
	right: 20px;
	padding-top: 4px;
}

body.aperolspritz-events .element.overlay .social a,
body.aperolspritz-eventmodule .element.overlay .social a {
	background: url('/images/eventi/social-v2.png') no-repeat left;
	height: 37px;
	width: 36px;
	display: inline-block;
	margin-left: 6px;
}

body.aperolspritz-events .element.overlay .social a.facebook,
body.aperolspritz-eventmodule .element.overlay .social a.facebook {
	background-position: 0 0;
}

body.aperolspritz-events .element.overlay .social a.facebook:hover,
body.aperolspritz-eventmodule .element.overlay .social a.facebook:hover {
	background-position: 0 -37px;
}

body.aperolspritz-events .element.overlay .social a.twitter,
body.aperolspritz-eventmodule .element.overlay .social a.twitter  {
	background-position: -36px 0;
}

body.aperolspritz-events .element.overlay .social a.twitter:hover,
body.aperolspritz-eventmodule .element.overlay .social a.twitter:hover {
	background-position: -36px -37px;
}


/*risultati > btn read more*/

body.aperolspritz-events section.results div.more,
body.aperolspritz-eventmodule section.results div.more {
	height: 50px;
	margin: 20px 0;
	width: 100%;
	text-align: center;
	background: none!important;
}

body.aperolspritz-events section.results div.more a,
body.aperolspritz-eventmodule section.results div.more a {
	display: inline-block;
	height: 50px;
	
	background-image: url('/images/basic-gradient-orange.png')  ;
	background-repeat: repeat-x;
	background-position: left;
	
	font-size: 22px;
	line-height: 50px;
	color: white;
	text-transform: uppercase;
	padding: 0 20px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
	
}


body.aperolspritz-events section.results div.more a:hover,
body.aperolspritz-eventmodule section.results div.more a:hover {
	opacity: 0.8;
}

/* =========ADVERTISING========= */

body.aperol-advertising {
}

body.aperol-advertising #advertising-slider {
	height: 600px;
	border-bottom: 3px solid white;
	overflow: hidden;
	position: relative;
}

body.aperol-advertising .swipe {
  visibility: hidden;
  position: relative;
}
body.aperol-advertising .swipe-wrap {
  overflow: hidden;
  position: relative;
}
body.aperol-advertising .swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

body.aperol-advertising #slider .slide {
	position: relative;
	height: 600px;
	overflow: hidden!important;
}

body.aperol-advertising #slider .slide .bg {
  position: absolute; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: 0;
  overflow: hidden!important;
}




body.aperol-advertising #slider .slide .drag-helper,
.drag-helper {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

body.aperol-advertising #slider .slide .bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/*advertising > caption*/

body.aperol-advertising #slider .slide .caption {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 124px;
  font-size: 14px;
  z-index: 2;
}

body.aperol-advertising #slider .slide .caption .container {
  width: 804px;
  background: url('/images/aperolAdv/caption-bg.png') repeat left top;
  color: white;
}

body.aperol-advertising #slider .slide .caption .container div.txt {
	padding: 10px;
}

/*advertising > navigazione*/

body.aperol-advertising #advertising-slider .nav {
  position: absolute; 
  height: 123px;
  bottom: 0;
  border-top: 1px solid #bc4310;
  background: url('/images/aperolAdv/slider-nav-bg.png') repeat left top;
  z-index: 2;
  width: 100%;
  display: block;
}

body.aperol-advertising #advertising-slider .slider-previous,
body.aperol-advertising #advertising-slider .slider-next {
    width: 65px;
    height: 66px;
    position: absolute;
    z-index: 2;
	cursor: pointer;
	top: 30px;
}

body.aperol-advertising #advertising-slider .slider-previous:hover,
body.aperol-advertising #advertising-slider  .slider-next:hover {
    opacity: 0.8;
}

body.aperol-advertising #advertising-slider  .slider-previous {
    left: 10px;
    background: url('/images/carousel-arrow-sx.png') no-repeat left top;
}
body.aperol-advertising #advertising-slider  .slider-next {
    right: 10px;
    background: url('/images/carousel-arrow-dx.png') no-repeat left top;
}

body.aperol-advertising #advertising-slider .thumbnails {
	letter-spacing: 0;
	font-size: 0;
/*	background: white;*/
	
	width: 804px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	top: 17px;
	position: relative;
}

body.aperol-advertising #advertising-slider .thumbnails ul{
	position: relative;
}

body.aperol-advertising #advertising-slider .thumbnails li {
	display: inline-block;
	height: 90px;
	width: 160px;
	background: #f5f5f5;
	margin-right: 1px;
	cursor: pointer;
}

body.aperol-advertising #advertising-slider .thumbnails li .border {
	border: 2px solid white;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 156px;
	height: 86px;
	margin: 0;
}

body.aperol-advertising #advertising-slider .thumbnails li .border.video {
	background: url('/images/aperolAdv/thumbs-video.png') center 53% no-repeat;
}

body.aperol-advertising #advertising-slider .thumbnails li.active .border {
	width: 154px;
	height: 84px;
	border: 3px solid;
}

body.aperol-advertising #advertising-slider .thumbnails li span {
	height: 90px;
	width: 160px;
	display: block;
}

body.aperol-advertising #advertising-slider .thumbnails li.active span {
	opacity: 0.5;
}

/*video*/

body.aperol-advertising #slider .slide.video {
  background: black url('/images/aperolAdv/slide-video-bg.png') no-repeat center top;
}

body.aperol-advertising #slider .slide.video .video-container {
	top: 34px;
	position: relative;
/*	background: #f5f5f5 url('/images/bg.jpg') no-repeat left top;
	width: 644px;
	padding: 2px;
	margin: 0px auto;*/
	width: 644px;
	margin: 0 auto;
}

body.aperol-advertising #slider .slide.video .video-container .jp-jplayer-video {
	/*border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;*/
}

body.aperol-advertising #advertising-slider .slide.video .drag-helper {
	display: none;
}

body.aperol-advertising #advertising-slider .slide.video .player-container {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 648px; /* Set width & margin to your needs */
	margin: 0px auto;
	background: white;
}





/*video ----> rework con apertura al clic sull'immagine*/

body.aperol-advertising #slider div.swipe-wrap div.slide.video div.still {
	width: 644px;
	height: 361px;
	margin: 0 auto;
	position: relative;
	top: 52px;
}

body.aperol-advertising  #slider div.swipe-wrap div.slide.video div.still img {
	
}

body.aperol-advertising  #slider div.swipe-wrap div.slide.video div.still .icon {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/aperolAdv/play-icon-big.png') center 53% no-repeat;
	cursor: pointer;
}

/*video*/

body.aperol-advertising #video {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/overlay-bg.png') left top;
	display: none;
	z-index: 99999999999;
}

body.aperol-advertising #video #jplayer,
body.aperol-advertising #snappy-light-video-player-skin jplayer-container {
	z-index: 9;
	position: relative;
}

body.aperol-advertising #video .close-layer {
	z-index: 0;
}


body.aperol-advertising #snappy-light-video-player-skin jplayer-container {
	
}

body.aperol-advertising #video .inner {
	width: 100%;
	display: table;
	height: 100%;
	text-align: center;
}

body.aperol-advertising #video .inner .table-cell {
	/*display: none;*/
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

body.aperol-advertising #video .inner .table-cell .video-element {
	margin: 0 auto!important;
	width: 854px!important;
}

body.aperol-advertising div#jplayer.jp-jplayer.jp-jplayer-video,
body.aperol-advertising div#jplayer.jp-jplayer.jp-jplayer-video video {
	max-height: 480px;
}


body.aperol-advertising .jp-video-full div#jplayer.jp-jplayer.jp-jplayer-video,
body.aperol-advertising .jp-video-full video {
	max-height: none!important;
}



/*immagine*/

body.aperol-advertising #slider .slide.image {
}


body.aperol-advertising #slider .slide.image .open-zoom {
	position: absolute;
	height: 80px;
	width: 80px;
	z-index: 9;
	cursor: pointer;
	top: 29px;
	left: 50%;
	margin-left: 410px;
	
	
	background: url('/images/aperolAdv/slide-image-zoom.png') center 16px no-repeat;
}


.arrow_small {
    background:transparent url(/images/arrow_small.png) no-repeat left top;
    display:inline-block;
    width:12px;
    height: 8px;
    overflow:hidden;
}
.arrow_small_up {
    background-position:left top;
}
.arrow_small_down {
    background-position:left bottom;
}

/* =========MANCHESTER UNITED========= */


body.manchesterunited-optapage section#page {
	margin-bottom: 40px;	
}

body.manchesterunited-optapage  section.head {
	border-bottom: 4px solid #262626;
}

body.manchesterunited-optapage  section#main-visual,
body.manchesterunited-optapage  section.basic-visual {
	overflow: hidden;
	display: block;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	position: relative;
	-moz-box-shadow: 0 0 11px rgb(132, 53, 9);
	-webkit-box-shadow: 0 0 11px rgb(132, 53, 9);
	box-shadow: 0 0 11px rgb(132, 53, 9);
}
body.manchesterunited-optapage  section.basic-visual a.fbButton {
	position: absolute;
	top: 472px;
	left: 420px;
	display: block;
	z-index: 2;
}


body.manchesterunited-optapage  section#main-visual .img,
body.manchesterunited-optapage  section.basic-visual .img {
	height: 480px;
	background-repeat: no-repeat;
	background-position: center top;
}

body.manchesterunited-optapage  section.basic-visual .img {
	height: inherit;
}

/* @group stats */

body.manchesterunited-optapage  section#stats {
	background: url(/images/manchester/stats-bg.jpg) no-repeat center top;
}

body.manchesterunited-optapage  section#stats .stats {
	display: table;
	height: 420px;
	width: 100%;
	margin: 0px auto;
}

body.manchesterunited-optapage  section#stats .stats .content {
	min-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}


body.manchesterunited-optapage  section#stats .stats .head {
	
}

body.manchesterunited-optapage  section#stats .stats .head h2 {
	font-size: 50px;
	text-transform: uppercase;
}

body.manchesterunited-optapage  section#stats .stats .head p {
	font-size: 20px;
	color: #313131;
}

/* @group items */

body.manchesterunited-optapage  section#stats .stats .items {
	margin-top: 20px;
	font-size: 0; /*resetto per inline-block*/
}

body.manchesterunited-optapage  section#stats .stats .item {
	width: 190px;
	height: 190px;
	font-size: 20px;
	background-color: #f5f5f5;
	vertical-align: top;
	display: inline-block;
	background: #b70f0d;
	margin-right: 2px;
	position: relative;
}

body.manchesterunited-optapage  section#stats .stats .item .content {
	position: absolute;
	width: 170px;
	padding: 4px 10px;
}

body.manchesterunited-optapage  section#stats .stats .item .txt {
	color: #fbd205;
}

body.manchesterunited-optapage  section#stats .stats .item .txt .n {
	font-size: 90px;
	line-height: 64px;
}

body.manchesterunited-optapage  section#stats .stats .item .txt .label {
	font-size: 20px;
	text-transform: uppercase;
}

/* @group backgrounds */

body.manchesterunited-optapage  section#stats .stats .item.matches {
	background-image: url(/images/manchester/stats-icon-matches.png);
	background-repeat: no-repeat;
	background-position: center 91px;
}

body.manchesterunited-optapage  section#stats .stats .item.wins {
	background-image: url(/images/manchester/stats-icon-wins.png);
	background-repeat: no-repeat;
	background-position: center 77px;
}

body.manchesterunited-optapage  section#stats .stats .item.losses {
	background-image: url(/images/manchester/stats-icon-losses.png);
	background-repeat: no-repeat;
	background-position: center -22px;
}

body.manchesterunited-optapage  section#stats .stats .item.draws {
	background-image: url(/images/manchester/stats-icon-draws.png);
	background-repeat: no-repeat;
	background-position: center;
}

body.manchesterunited-optapage  section#stats .stats .item.goals {
	background-image: url(/images/manchester/stats-icon-goals.png);
	background-repeat: no-repeat;
	background-position: 110px -15px;
}

/* @end */

body.manchesterunited-optapage  section#stats .stats .item.matches .txt,
body.manchesterunited-optapage  section#stats .stats .item.wins .txt,
body.manchesterunited-optapage  section#stats .stats .item.losses .txt{
	
}

body.manchesterunited-optapage  section#stats .stats .item.matches .txt .n,
body.manchesterunited-optapage  section#stats .stats .item.matches .txt .label,
body.manchesterunited-optapage  section#stats .stats .item.wins .txt .n,
body.manchesterunited-optapage  section#stats .stats .item.wins .txt .label,
body.manchesterunited-optapage  section#stats .stats .item.losses .txt .n,
body.manchesterunited-optapage  section#stats .stats .item.losses .txt .label {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/* @group item specifici */

body.manchesterunited-optapage  section#stats .stats .item.losses .content,
body.manchesterunited-optapage  section#stats .stats .item.goals .content {
	bottom: 7px;
}

body.manchesterunited-optapage  section#stats .stats .item.goals .content .n {
	margin-bottom: 6px;
}

body.manchesterunited-optapage  section#stats .stats .item.goals .content {
	text-align: left;
}

body.manchesterunited-optapage  section#stats .stats .item.draws .content  {
	height: 100%;
	width: 100%;
	padding: 0;
}

body.manchesterunited-optapage  section#stats .stats .item.draws .content .n,
body.manchesterunited-optapage  section#stats .stats .item.draws .content .label{
	position: absolute;
	height: 84px;
	width: 100%;
}

body.manchesterunited-optapage  section#stats .stats .item.draws .content .n {
	top: 0;
	line-height: 79px;
}

body.manchesterunited-optapage  section#stats .stats .item.draws .content .label {
	bottom: -6px;
}


/* @end */

/* @end */

/* @end */


/* @group ranking & schedule */

body.manchesterunited-optapage  section#ranking_schedule {
	position: relative;
	overflow: visible;
}

body.manchesterunited-optapage  section#ranking_schedule section#schedule,
body.manchesterunited-optapage  section#ranking_schedule section#ranking {
	display: none;
}

/*toggle buttons*/
body.manchesterunited-optapage  section#ranking_schedule .toggle-btns {
	position: absolute;
	width: 100%;
	bottom: -8px;
	height: 5px;
	z-index: 3;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns {
	border-top: 3px solid #fcb006;
	text-align: right;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a {
	height: 28px;
	display: inline-block;
	/*margin-top: 5px;*/
	font-size: 14px;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 10px 0 6px;
	-moz-box-shadow: 0 1px 1px #000000;
	box-shadow: 0 1px 1px #000000;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a span {
	vertical-align: top;	
	display: inline-block;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a .icon {
	height: 28px;
	width: 28px;
	padding-right: 3px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a.ranking {
	background: url(/images/manchester/toggle-buttons-bg-repeat-ranking.gif) 0 -10px repeat-x;
	color: black;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a.ranking .icon {
	background-image: url('/images/manchester/toggle-buttons-icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a.ranking:hover .icon {
	background-position: 0 2px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns.active.ranking a.ranking .icon {
	background-position: 0 -29px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns.active.ranking a.ranking:hover .icon {
	background-position: 0 -31px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a.schedule {
	background: url(/images/manchester/toggle-buttons-bg-repeat-schedule.gif) 0 -10px repeat-x;
	color: white;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a.schedule .icon {
	background-image: url('/images/manchester/toggle-buttons-icons.png');
	background-repeat: no-repeat;
	background-position: 0 -56px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns a.schedule:hover .icon {
	background-position: 0 -54px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns.active.schedule a.schedule .icon {
	background-position: 0 -85px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns.active.schedule a.schedule:hover .icon {
	background-position: 0 -87px;
}

body.manchesterunited-optapage  section#ranking_schedule .toggle-btns.active.schedule {
	border-top: 3px solid #d50009;
}

body.manchesterunited-optapage section#ranking,
body.manchesterunited-optapage section#schedule {
	overflow: hidden;
}

/* @group ranking */

body.manchesterunited-optapage section#ranking {
	/*display: none;*/
}

body.manchesterunited-optapage section#ranking table th ,
body.manchesterunited-optapage section#ranking table td {
	padding:0 10px;
}
body.manchesterunited-optapage section#ranking table td.team {
	min-width:334px;
}

body.manchesterunited-optapage section#ranking .content,
body.manchesterunited-optapage section#schedule .content {
	position: relative;
	padding: 50px 0;
	z-index: 2;	
}

body.manchesterunited-optapage section#ranking .content {
	background: #fcb006 url('/images/manchester/ranking-bg-3.png') no-repeat center top;
	border-top: 3px solid #fcb006;
	border-bottom: 1px solid #bd740d;
}

body.manchesterunited-optapage section#schedule .content {
	background: #d50009 url('/images/manchester/schedule-bg-3.png') no-repeat center top;
	border-top: 3px solid #d50009;
	border-bottom: 1px solid #8b0c06;
}


body.manchesterunited-optapage section#ranking .bg1,
body.manchesterunited-optapage section#ranking .bg2,
body.manchesterunited-optapage section#schedule .bg1,
body.manchesterunited-optapage section#schedule .bg2 {
	height: 126px;
	width: 100%;
	position: absolute;
}

body.manchesterunited-optapage section#ranking .bg1,
body.manchesterunited-optapage section#schedule .bg1 {
	top: 0;
	background: url('/images/manchester/ranking-bg-1.png') repeat-x top;
}

body.manchesterunited-optapage section#schedule .bg1 {
	background: url('/images/manchester/schedule-bg-1.png') repeat-x top;
}

body.manchesterunited-optapage section#ranking .bg2,
body.manchesterunited-optapage section#schedule .bg2 {
	bottom: 0;
	background: url('/images/manchester/ranking-bg-2.png') repeat-x top;
	border-bottom: 1px solid #fcb006;
}

body.manchesterunited-optapage section#schedule .bg2 {
	border-bottom: 1px solid #d50009;
}

body.manchesterunited-optapage section#schedule .bg2 {
	background: url('/images/manchester/schedule-bg-2.png') repeat-x bottom;
}

body.manchesterunited-optapage section#ranking h2,
body.manchesterunited-optapage section#schedule h2 {
	font-size: 37px;
	text-transform: uppercase;
}

body.manchesterunited-optapage section#ranking_schedule .data-head {
	text-transform: uppercase;
	position: relative;
	margin: 30px 0;
}

body.manchesterunited-optapage section#ranking_schedule .data-head .current {
	position: absolute;
	font-size: 30px;
	line-height: 27px;
	height: 30px;
	width: 100%;
	text-align: center;
}

body.manchesterunited-optapage section#ranking_schedule .data-head a {
	font-size: 18px;
	position: relative;
	z-index: 1;
	height: 30px;
	line-height: 30px;
	background-image: url('/images/manchester/ranking-data-head-icons.png');
	background-repeat: no-repeat;
	color: #de0c08;
}

body.manchesterunited-optapage section#ranking_schedule .data-head a:hover {
	color: #6e4204;
}

body.manchesterunited-optapage section#ranking_schedule .data-head a.left {
	background-position: left -30px;
	padding-left: 20px;
}

body.manchesterunited-optapage section#ranking_schedule .data-head a.left:hover {
	background-position: left -90px;
}

body.manchesterunited-optapage section#ranking_schedule .data-head a.right {
	background-position: right 0px;
	padding-right: 20px;
}

body.manchesterunited-optapage section#ranking_schedule .data-head a.right:hover {
	background-position: right -60px;
}

/* @group data */

body.manchesterunited-optapage section#ranking_schedule div.data {
	border-top: 1px solid #000000;
}

body.manchesterunited-optapage section#ranking_schedule p {
	padding:0 0 0 20px;
	font-weight: 600;
	font-size: 25px;
	margin-top: 20px;
}

body.manchesterunited-optapage section#ranking_schedule table {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0px 5px;
}

body.manchesterunited-optapage section#ranking_schedule table th,
body.manchesterunited-optapage section#ranking_schedule table td {
	height: 24px;
	line-height: 24px;
	text-align: left;
}

body.manchesterunited-optapage section#ranking_schedule table td {
	font-size: 18px;
}

body.manchesterunited-optapage section#ranking_schedule table td.pos,
body.manchesterunited-optapage section#ranking_schedule table th.pos {
	padding-left: 20px;
}

body.manchesterunited-optapage section#ranking_schedule div.data table tr.odd td {
	background: #fdd271;
}

body.manchesterunited-optapage section#ranking_schedule div.data table tr.even td{
	background: #fadd9d;
}

body.manchesterunited-optapage section#ranking_schedule div.data table tr:nth-child(odd) td {
	background: #fdd271;
}

body.manchesterunited-optapage section#ranking_schedule div.data table tr:nth-child(even) td {
	background: #fadd9d;
}

body.manchesterunited-optapage section#ranking_schedule div.data table th {
	color: black;
	font-size: 14px;
}

body.manchesterunited-optapage section#ranking_schedule table tr.highlight td {
	color: white;
}

/* @end */

/* @end */

/* @group schedule */

body.manchesterunited-optapage section#schedule {
	background: #d50009;
}

body.manchesterunited-optapage section#schedule .title,
body.manchesterunited-optapage section#schedule .data-head {
	color: white;
}

body.manchesterunited-optapage section#schedule .data-head a {
	color: #e66c6d;
}


body.manchesterunited-optapage section#schedule .data-head a.left,
body.manchesterunited-optapage section#schedule .data-head a.left:hover {
	background-position: left -150px;
}

body.manchesterunited-optapage section#schedule .data-head a.right,
body.manchesterunited-optapage section#schedule .data-head a.right:hover {
	background-position: right -120px;
}

body.manchesterunited-optapage section#schedule .data-head a:hover {
	color: white;
}

body.manchesterunited-optapage section#schedule .data-head .current span {
	display: block;
}

body.manchesterunited-optapage section#schedule .data-head .current {
	height: inherit;
	top: -10px;
}

body.manchesterunited-optapage section#schedule .data-head .current span.year {
	font-size: 16px;
}

/* @group data */

body.manchesterunited-optapage section#schedule .data table {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0px 7px;
}

body.manchesterunited-optapage section#schedule .data table td {
	background: url('/images/manchester/schedule-table-bg.png') repeat!important;
	height: 42px;
	line-height: 42px;
}

body.manchesterunited-optapage section#schedule .data table td.date {
	padding-left: 10px;
}

body.manchesterunited-optapage section#schedule .data table td.date,
body.manchesterunited-optapage section#schedule .data table td.time {
	font-size: 14px;
	color: white;
}

body.manchesterunited-optapage section#schedule .data table td.league {
	text-transform: uppercase;
	font-size: 11px;
	color: #e66c6d;
}

body.manchesterunited-optapage section#schedule .data table td.host {
	text-align: right;
	padding-right: 20px;
}

body.manchesterunited-optapage section#schedule .data table td.guest {
	padding-left: 20px;
}

body.manchesterunited-optapage section#schedule .data table td.vs,
body.manchesterunited-optapage section#schedule .data table td.score {
	font-size: 22px;
	text-align: center;
}

body.manchesterunited-optapage section#schedule .data table td.score {
	color: white;
}

body.manchesterunited-optapage section#schedule .data table td.host,
body.manchesterunited-optapage section#schedule .data table td.guest {
	font-size: 22px;
	width: 30%;
	position: relative;
}

body.manchesterunited-optapage section#schedule .data table tr.yet_to_come td.vs,
body.manchesterunited-optapage section#schedule .data table tr.yet_to_come td.score,
body.manchesterunited-optapage section#schedule .data table tr.yet_to_come td.host,
body.manchesterunited-optapage section#schedule .data table tr.yet_to_come td.guest {
	color: #450603;
}

body.manchesterunited-optapage section#schedule .data table tr.yet_to_come td.score {
	display: none;
}


/* @end */

/* @end */

/* @end */

/* @group matches */

	/* @group stili di base */
	
		body.manchesterunited-optapage #matches {
			background: black url('/images/manchester/matches-head-bg.png') no-repeat center top;
			border-bottom: 4px solid #ef6c0b;
		}
		
		/* @group head */
		
		body.manchesterunited-optapage #matches .head {
			/*padding: 45px 0 33px;*/
			padding: 41px 0 0 0;
			color: #fcfbfb;
			position: relative;
		}
		
		body.manchesterunited-optapage #matches .head * {
			text-shadow: 0 2px 1px #000000;
		}
				
		body.manchesterunited-optapage #matches .head span.date {
			font-size: 20px;
			display: block;
		}
		
		body.manchesterunited-optapage #matches .head .teams {
			
		}
		
		body.manchesterunited-optapage #matches .head .teams .host,
		body.manchesterunited-optapage #matches .head .teams .guest,
		body.manchesterunited-optapage #matches .head .teams .score {
			height: 100px;
			display: inline-block;
			font-size: 14px;
			/*padding-right: 10px;*/
		}
		
		body.manchesterunited-optapage #matches .head .teams .host,
		body.manchesterunited-optapage #matches .head .teams .guest {
			background-repeat: no-repeat;
			background-position: center;
		}
		
		body.manchesterunited-optapage #matches .head .teams .host,
		body.manchesterunited-optapage #matches .head .teams .guest,
		body.manchesterunited-optapage #matches .head .teams .score {
			width: 150px;
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		
		body.manchesterunited-optapage #matches .head .teams .guest {
			/*padding-right: 0;*/
		}
		
		body.manchesterunited-optapage #matches .head .teams .score {
			width: 160px;
			line-height: 51px;
			text-align: center;
			font-size: 36px;
			color: #d4d4d4;
		}
		
		body.manchesterunited-optapage #matches .head .teams .score .n1,
		body.manchesterunited-optapage #matches .head .teams .score .n2 {
			background: black url('/images/manchester/matches-head-score-bg.png') no-repeat center top;
			width: 51px;
			height: 51px;
			display: inline-block;
			text-align: center;
		}
		
		/* @end */
	
	/* @end */

	/* @group match carousel */
		
		body.manchesterunited-optapage #matches #not-live .head {
			width: 870px;
			margin: 0px auto;
		}
	
		/* @group controlli */
			
			body.manchesterunited-optapage #matches #not-live .head .controls {
				position: absolute;
				top: 50%;
				margin-top: -30px;
				height: 0;
				width: 100%;
			}
		
		
		
		body.manchesterunited-optapage #matches #not-live .head .controls a {
				display: block;
				background-image: url('/images/manchester/matches-head-controls.png');
				background-repeat: no-repeat;
				height: 60px;
				width: 60px;
				position: absolute;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .controls a.prev {
				background-position: left;
				left: -25px;
			}
			body.manchesterunited-optapage #matches #not-live .head .controls a.next {
				background-position: right;
				right: 0;
			}
			
			/* @end */
			body.manchesterunited-optapage #matches #not-live .head .items-mask {
				width:870px;
				height:129px;
				overflow:hidden;
				white-space:nowrap;
			}
			body.manchesterunited-optapage #matches #not-live .head .items {
				width:9999em;
				white-space:nowrap;
			}
			/* @group item */
			body.manchesterunited-optapage #matches #not-live .head .item {
				padding: 0 80px 0 40px;
				font-size: 0;
				display:inline-block;
				vertical-align: top;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .info {
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .info h3 {
				font-size: 30px;
				text-transform: uppercase;
				color:#e01a22;
			}
			body.manchesterunited-optapage #matches #not-live .head .item .info span.location,
			body.manchesterunited-optapage #matches #not-live .head .item .info span.competition {
				font-size: 16px;
				display: block;
				color: #bfbfbf;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .info span {
				margin: 6px 0 0 0;	
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .info span.competition {
				margin-top: 12px;
				text-transform: uppercase;
			}
						
			body.manchesterunited-optapage #matches #not-live .head .item .info,
			body.manchesterunited-optapage #matches #not-live .head .item .teams {
				display: inline-block;
				vertical-align: top;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .info {
				width: 270px;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .teams {
				width: 460px;
				margin-left: 20px;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .teams .host,
			body.manchesterunited-optapage #matches #not-live .head .item .teams .guest {
				position: relative;
			}
			body.manchesterunited-optapage #matches #not-live .head .item .teams .team-image ,
			body.manchesterunited-optapage #matches #live .head .item .teams .team-image {
				position: relative;
				height:93px;
			}
			body.manchesterunited-optapage #matches #not-live .head .item .teams span.team-name {
				position: absolute;
				width: 100%;
				left: 0;
				bottom: -20px;
				font-size: 14px;
				text-transform: uppercase;
				height: 20px;
				line-height: 20px;
			}
			
			body.manchesterunited-optapage #matches #not-live .head .item .teams span.team-name span {
				position: absolute;
				left: 0;
				width: 300px;
				left: 50%;
				margin-left: -150px;
				pointer-events: none;
			}
			
			/* @end */
	
	/* @end */

	/* @group live match */
	
		/* @group head */
		
		body.manchesterunited-optapage #matches #live .head .item .teams {
		}
		
		body.manchesterunited-optapage #matches #live .head .item .teams {
			width: 460px;
			margin: 0px auto;
		}
		
		body.manchesterunited-optapage #matches #live .head .item .teams .guest,
		body.manchesterunited-optapage #matches #live .head .item .teams .host {
			position: relative;
		}
		
		body.manchesterunited-optapage #matches #live .head .item .teams span.team-name {
			position: absolute;
			font-size: 24px;
			text-transform: uppercase;
			top: 34%;
			width: 230px;
		}
		
		body.manchesterunited-optapage #matches #live .head .item .teams .guest span.team-name {
			right: -240px;
			text-align: right;
		}
		
		
		body.manchesterunited-optapage #matches #live .head .item .teams .host span.team-name {
			left: -240px;
			text-align: left;
		}
		
		/*marcatori*/
		body.manchesterunited-optapage #matches #live .head .item .teams span.team-name span.scorers {
			margin-top: 6px;
			display: block;
			text-transform: none;
			font-size: 12px;
		}
		
		body.manchesterunited-optapage #matches #live .head .item .teams span.team-name span.scorers .scorer {
			margin-right:8px;
		}
		
		body.manchesterunited-optapage #matches #live .head .item .teams span.team-name span.scorers .scorer .m {
			margin-left: 2px;
			margin-right:8px;
		}
		
		body.manchesterunited-optapage #matches #live .head span.date {
			text-align: center;
		}
		
		body.manchesterunited-optapage #matches #live .head div.current-time {
			text-align: center;
			font-size: 28px;
			line-height: 0;
		}
		
		body.manchesterunited-optapage #matches #live .head div.current-time sup {
			vertical-align: super;
			font-size: 14px;
			line-height: 0;
		}
		
		/* @end */
	
		/* @group live match details */
		
			/* @group basic layout + backrounds */
			
			body.manchesterunited-optapage #matches #live #match-details {
				background: white;
				background: url('/images/manchester/live-match/bg-repeat-xy.png');
				position: relative;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .bg-repeat-y {
				background: url('/images/manchester/live-match/bg-repeat-y.png') repeat-y center top;
				width: 100%;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .bg-top {
				background: url('/images/manchester/live-match/bg-top.png') repeat-x center top;
				position: relative;
				z-index: 1;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .bg-bottom {
				background: url('/images/manchester/live-match/bg-bottom.png') repeat-x bottom;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .content {
				/**/background: url('/images/manchester/live-match/bg-top.png')  repeat-x center top;
				position: relative;
				z-index: 1;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .bg-img-top {
				height: 577px;
				position: absolute;
				top: 0;
				width: 1400px;
				left: 50%;
				margin-left: -700px;
				z-index: 0;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .bg-img-top .left,
			body.manchesterunited-optapage #matches #live #match-details .bg-img-top .right {
				height: 100%;
				width: 100%;
				position: absolute;
			}
			
			body.manchesterunited-optapage #matches #live #match-details .bg-img-top .left {
				background: url('/images/manchester/live-match/bg-top-img-left.jpg') no-repeat left top;
			}
			 
			body.manchesterunited-optapage #matches #live #match-details .bg-img-top .right {
				background: url('/images/manchester/live-match/bg-top-img-right.jpg') no-repeat right top;
			}
			
			/* @end */
		
			/* @group contents */
			
			body.manchesterunited-optapage #matches #live #match-details .match-details {
				padding: 20px 0 40px;
			}
			
				/* @group info */
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .info {
					text-align: center;
					color: #cac7c0;
					font-size: 16px;
					width: 100%;
					position: absolute;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .info span {
					display: block;
					line-height: 20px;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .info .competition {
					text-transform: uppercase;
					color: #726052;
				}
				
				/* @end */
			
				/* @group squadre, formazione e campo */
				
					/* @group struttura */
					
					body.manchesterunited-optapage #matches #live #match-details .container {
						width: 980px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data {
						font-size: 0;
						padding-top: 40px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field {
						display: inline-block;
						font-size: 14px;
						vertical-align: top;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team {
						width: 240px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest {
						margin-right: 0;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field {
						width: 500px;
					}
					
					/* @end */
				
					/* @group team */
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head {
						padding: 0 0 10px 0;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head *{
						text-shadow: none;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .head .logo,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .head .txt {
						float: left;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .head .logo,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .head .txt {
						float: right;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head .logo {
						width: 60px;
						height: 60px;
						text-align: left;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .head .logo {
						text-align: right;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head .logo img {
						height: 100%;
						width: auto;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head .txt {
						height: 60px;
						width: 160px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .head .txt {
						margin-left: 20px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .head .txt {
						text-align: right;
						margin-right: 20px;
					}

					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head .txt span{
						display: block;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head .txt .team-name {
						text-transform: uppercase;
						font-size: 18px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .head .txt .modulo {
						font-size: 18px;
						color: #b7b5ad;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players {
						font-size: 15px;
						color: white;
					}

					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players .players-list.substituion {
						margin: 70px 0 50px 0;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul {
						width: 100%;
						border-bottom: 1px solid #6f5d4f;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li {
						display: table;
						width: 100%;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li span {
						display: table-cell;
						height: 48px;
						line-height: 48px;
						border-top: 1px solid #6f5d4f;
						float: left;
					}

					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li span span {
						border-top: none;
					}
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li span span.events {
						float: right;
					}
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li span span.events {
						float: left;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li span {
						float: right;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li span.n {
						width: 10%;
						text-align: right;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li span.n {
						text-align: left;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li span.name {
						width: 84%;
						padding-right: 6%;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .players ul li span.name {
						text-align: left;
						padding-left: 6%;
						padding-right: 0;
						min-height: 48px;
						height: auto;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li span.name {
						text-align: right;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li ,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li .events span{
						background-repeat: no-repeat;
					}
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li .events span {
						display: inline-block;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li .yellow-card {
						background-image: url('/images/manchester/live-match/yellow-card.png');
						width: 24px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li .red-card {
						background-image: url('/images/manchester/live-match/red-card.png');
						width: 24px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li .replaced {
						background-image: url('/images/manchester/live-match/replaced.png');
						width: 20px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players  ul.substituion li .replaced {
						background-image: url('/images/manchester/live-match/replaced_in.png');
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team .players ul li .scorer {
						background-image: url('/images/manchester/live-match/scorer.png');
						width: 23px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .players ul li .yellow-card,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .players ul li .red-card,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .players ul li .replaced ,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.host .players ul li .scorer {
						background-position: right;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li .yellow-card,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li .red-card,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li .replaced ,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .team.guest .players ul li .scorer {
						background-position: left;
					}
					
					/* @end */
				
					/* @group campo */
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field {
						margin-top: 69px;
						position: relative;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .bg {
						height: 604px;
						margin: 0px auto;
						width: 407px;
						background: url('/images/manchester/live-match/field.jpg') no-repeat center;
						-moz-box-shadow: 0 0 24px #000000;
						box-shadow: 0 0 24px #000000;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content {
						height: 597px;
						width: 398px;
						left: 50%;
						margin-left: -200px;
						position: absolute;
						top: 4px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content {
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content ul {
						font-size: 0;
						text-align: center;
						margin-left: 34px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content ul li {
						display: inline-block;
						width: 47px;
						height: 52px;
						background-image: url('/images/manchester/live-match/players-icons.png');
						background-repeat: no-repeat;
						font-size: 22px;
						color: #434343;
						text-align: center;
						line-height: 45px;
						margin-right: 25px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .host ul li ,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .guest ul li {
						background-position: 0 -52px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .manchester ul li {
						background-position: 0 0;
					}
					
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .goalkeeper,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .defender,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .midfielder,
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .striker {
						position: absolute;
						width: 100%;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .host .goalkeeper {
						top: 27px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .host .defender {
						top: 95px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .host .midfielder {
						top: 163px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .host .striker {
						top: 231px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .guest .goalkeeper {
						bottom: 27px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .guest .defender {
						bottom: 95px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .guest .midfielder {
						bottom: 163px;
					}
					
					body.manchesterunited-optapage #matches #live #match-details .match-details .data .field .content .guest .striker {
						bottom: 231px;
					}
					
					/* @end */
				
				/* @end */
			
				/* @group live commentary */
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary {
					
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .title {
					font-size: 30px;
					text-transform: uppercase;
					padding-left: 10px;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame {
					border-top: 7px solid #df0d08;
					margin-top: 20px;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame {
					background: url('/images/manchester/live-match/live-commentary-bg-repeat.png') repeat;
					height: 540px;
					/*overflow: scroll;*/
					overflow-x: hidden;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .inner .event{
					padding: 14px 0;
					border-bottom: 1px solid #6f5d4f;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .inner .time,
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .inner .details {
					display: table-cell;
					vertical-align: middle;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .inner .time {
					width: 5%;
					min-width:36px;
					text-align: center;
					color: #fecd09;
					font-size: 15px;
					vertical-align: middle;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .inner .details {
					color: white;
					font-size: 14px;
					line-height: 18px;
				}
				
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .bg {
					background: url('/images/manchester/live-match/live-commentary-bg.png') no-repeat right top;
				}
				
				/* Tiny Scrollbar */
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame {
/*					width: 520px;
					margin: 20px 0 10px;*/
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .viewport {
					height: 540px;
					overflow: hidden;
					position: relative;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .overview {
					list-style: none;
					position: absolute;
					left: 0;
					top: 0;
					padding: 0;
					margin: 0;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .overview,
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .overview .inner ,
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .overview .inner .event{
					width:100%;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .scrollbar {
					position: relative;
					background-position: 0 0;
					float: right;
					width: 7px;
					overflow: hidden;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .track {
					background: url('/images/manchester/live-match/live-commentary-bg-repeat.png') repeat-x;
					height: 100%;
					width:13px;
					position: relative;
					padding: 0 1px;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .thumb {
					background: #fddc01;
					height: 20px;
					width: 25px;
					cursor: pointer;
					overflow: hidden;
					position: absolute;
					top: 0;
					left: -5px;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .thumb .end {
					background: green url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
					overflow: hidden;
					height: 5px;
					width: 25px;
				}
				body.manchesterunited-optapage #matches #live #match-details .match-details .live-commentary .frame .disable {
					display: none;
				}
				.noSelect {
					user-select: none;
					-o-user-select: none;
					-moz-user-select: none;
					-khtml-user-select: none;
					-webkit-user-select: none;
				}
				
				
				
				/* @end */
			
			/* @end */
		
		/* @end */
	
	/* @end */

/* @end */


/* =========IFRAME ========= */
body.generic-iframe section#page
{
    padding-top: 19px;
	background: #e85d0d;
}
body.generic-iframe header nav ul li.active.special a span img 
{
    margin-top: 0px;
}

#loversIframeContainer {
	margin: 0px auto;
	width: 810px;	
	background: #e85d0d;
}

#loversIframeContainer #loversIframe{
}

#iispeed_poweredby {display:none !important;}


/* =========GRIGLIA========= */


/*
.grid {
	height: 100%;
	top: 0;
	width: 1020px;
	left: 50%;
	margin-left: -510px;
	position: fixed;
	z-index: 999999999999999999999999999999999;
	background: url('/images/griglia.png') repeat-y top;
	pointer-events: none;
}

@media (min-width: 768px) and (max-width: 979px) {
	.grid {
		background: url('/images/griglia-tablet.png') repeat-y top;
	}
}
	
	