﻿/******************************************/

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size:62.5%;
	background-color: black;
}

.wrapper {
    position:fixed;
    top:50%;
    left:50%;
    z-index:99999999;
}

.checkCookie{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    text-align: center;
    z-index: 50;
    display: none;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.54);
    background: #121212;
}
 
.centerCookie{
    position: relative;
    width: 900px;
    margin: 0 auto;
}
 
.checkCookie p{
    position:relative;
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 2px;
    font-family: 'Raleway', sans-serif;
}

.chiudicookie{
    position: relative;
    float: right;
    margin-top: -7px;
    padding-top: 2px;
}
 
#chiudicookie img{
    cursor: pointer;
    margin-left: 5px;
    width: 21px;
    padding: 3px;
    background-color: #E26746;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
 
.privacy{
    position:relative;
    float:right;
    width:auto;
    margin-right:10px;
    margin-top:23px;
    color:#fff;
    font-size:1.3em;
     font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.privacy:hover{
	color:#333;
	text-decoration:underline;
}
 
.privacylink {
    color: #FFF;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
    padding-left: 24px;
}
 
.privacylink:hover{
    color:#000;
}

.privacylink a:link, .privacylink a:visited{
    color: #FFF;
}

.privacylink:hover{
    color:#000;
}

.chiudicookie{
    position: relative;
    float: right;
}
 
#chiudicookie img{
    cursor: pointer;
    margin-left: 5px;
    width: 20px;
}

.orientation{
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	padding-top:20%;
	padding-left:25%;
	background-image:url('../img/png/sfondo_orientation.png');
	background-repeat:repeat;
	text-align:center;
	z-index:100;	
}

.orientation div{
	position:relative;
	float:left;
	width:200px;
	height:400px;
}

.orientation span{
	position:relative;
	float:left;
	clear:both
}

.orientation .testo{
	position:relative;
	float:left;
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	text-transform:uppercase;
}

/*************************** Header *****************************/

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.45);
    z-index: 3;
    background: #4C4C4C;
}

/*
* Tutto lo stile del menù è contenuto nel css menu.css
*/

.linkLingue{
	position:absolute;
	top:5px;
	right:0;
	height:20px;
	width:auto;
	padding:0 3px;
}

.linkLingue span{
	position:relative;
	display:inline;
	float:left;
	height:20px;
	width:auto;	
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
	color:#FFF;
	text-transform:uppercase;
}

.linkLingue span a{
	padding:0 5px;
	cursor:pointer;
	text-decoration:none;
}

.linkLingue span a:link, .linkLingue span a:visited{
	color: #FFF;
	font-weight: 900;
}

.linkLingue span a:active, .linkLingue span a:hover{
	color: #E26746;
	text-decoration:underline;
}

/*************************** Area logo *****************************/

.areaLogo{
	position:fixed;
	top:54px;
	left:20px;
	width:180px;
	height:auto;
	z-index:1;	
}

.logo{
	position:relative;
	float:left;
	width:180px;
	height:165px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #fff;
}

.logo img{
	width:180px;
	height:auto;
	/* background-color:#FFFFFF; */
	margin-top: 12px;
}

.linkTariffa{
	position:relative;
	float:left;
	width:180px;
	height:40px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #E26746;
	border-radius:0 0 3px 3px;
}

.linkTariffa a{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.linkTariffa a:hover{
	text-decoration: underline;
}


.linkTariffa .testo{
	position:relative;
	float:left;
	width:138px;
	height:40px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.linkTariffa .testo h2{
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	line-height: 239%;
	text-transform:uppercase;
}

.linkTariffa .freccia{
	position:relative;
	float:left;
	width:40px;
	height:auto;
	margin:0;
	margin-top:5px;
	padding:0;
	font-size: 2.8em;
	color:#FFFFFF;
	text-align:center;
	overflow:hidden;
}

/*************************** Area Testo ***************************/

.chiudiTesto{
	position:absolute;
	top:1px;
	right:5px;
	width:35px;
	height:35px;
	color:#FFFFFF;
	font-size:35px;
	cursor:pointer;
	z-index:10;
}

.apriTesto{
	position:absolute;
	right:5px;
	width:35px;
	height:35px;
	color:#FFFFFF;
	font-size:35px;
	cursor:pointer;
	z-index:10;
}

.flagApriTesto{
	position:fixed;
	bottom:29px;
	right:240px;
	width:60px;
	height:45px;
	background-image: url("../img/png/sfondo_areaTesto.png");
	background-repeat: repeat;
	border-radius:3px 0px 0px 0px;
	overflow:hidden;
	z-index:0;
	display:none;
}

.areaTesto{
	position:fixed;
	bottom:29px;
	left:20px;
	right:240px;
	width:auto;
	height:235px;
	padding:0 10px;
	border-radius:3px 0px 0px 0px;
	overflow:hidden;
	z-index:1;
	background: #121212;
}

.areaTesto h1{
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.areaTesto .titolo{
	position:relative;
	float: left;
	width:96%;
	height:auto;
	display: block;
	clear: both;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 1.7em;
	padding: 0;
	margin: 10px 0px 10px 0px;
	color: #E26746;
	text-shadow: 1px 1px 2px #000;
	font-weight: 900;
}

.areaTesto h2{
	position:absolute;
	top:0;
	width:auto;
	height:auto;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 1.6em;
	font-weight:normal;
	color:#FFF;	
}

.scrollbars{
	position:relative;
	width:98%;
	height: 78%;
	margin: 0;
    padding: 0;
}

.areaTesto .testo{
	position:relative;
	float:left;
	display:block;
	width:98%;
	height:auto;
}

.areaTesto span.testo{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    text-align:justify;
    font-size: 1.35em;
    line-height:150%;
    color:#FFF;
    font-weight: 600;
}

.areaTesto a:link{
    text-decoration: none;
	color:#DA922D;
}

.Prezzo{
    font-family:Arial, Helvetica, sans-serif;
    margin: 0 10px;
   	font-size: 1.55em;
}

.descrFont5M{
    font-family:Arial, Helvetica, sans-serif;
    margin-right: 5px;
   	font-size: 1.55em;    
}

.testoMotivi{
	position:relative;
	float:left;
	display:block;
	width:98%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
    margin: 0;
    padding: 0;   
}

.areaTesto h3{
    position:relative;
	float:left;
	width:auto;
	height:12px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight:normal;
	color:#FFF;	
}

.testoMotivi p{
	position:relative;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	text-align:justify;
	font-size: 1.35em;
	color:#FFF;
}
/*************************** Area Info ***************************/

.chiudiInfo{
	position:absolute;
	top:1px;
	right:5px;
	width:35px;
	height:35px;
	color:#FFFFFF;
	font-size:35px;
	cursor:pointer;
	z-index:10;
}

.apriInfo{
	position:absolute;
	right:5px;
	width:35px;
	height:35px;
	color:#FFFFFF;
	font-size:35px;
	cursor:pointer;
	z-index:10;
}

.flagApriInfo{
	position:fixed;
	bottom:29px;
	right:20px;
	width:60px;
	height:40px;
	background-image:url('../img/png/sfondo_area_info.png');
	background-repeat:repeat;
	border-radius:3px 0px 0px 0px;
	overflow:hidden;
	z-index:0;
	display:none;
}

.areaInfo{
	position:fixed;
	bottom:29px;
	right:20px;
	width:200px;
	height:210px;
	padding:10px;
	padding-top:15px;
	border-radius:0px 3px 0px 0px;
	overflow:hidden;
	z-index:0;
	background: #4C4C4C;
}

.areaInfo hr{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	border-color:#999999;
	color:#999999
}

/********* motivi ************/

.areaInfo .area_motivi{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	margin-top:5px;
	width:100%;
	height:35px;
	overflow:hidden;
}

.area_motivi .numero{
	position:relative;
	float:left;
	width: 25px;
	margin:0;
	height:100%;
	color:#FFFFFF;
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif
}

.area_motivi .titolo{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 166px;
	height:100%;
	margin-top:3px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	font-weight:normal;
	color:#FFF;
	line-height:130%;
}

.area_motivi .titolo a{
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer
}

.area_motivi .titolo a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}


/*********************/

/********* contatti ************/

.areaInfo .area_contatti{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.area_contatti a{
	cursor:pointer;
}

.area_contatti div{
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin:5px 0;
}

.area_contatti div .titolo{
	position:relative;
	float:left;
	width:90px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color:#FFF;
}

.area_contatti div .numero{
	position:relative;
	float:left;
	width:100px;
	padding:1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color:#FFF;
	background-color: #E26746;
}

.area_contatti div .testo{
	position:relative;
	float:left;
	width:100px;
	padding:1px 2px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	line-height:130%;
	font-weight:normal;
	color:#FFF;
	background-color: #E26746;
}

.area_contatti div .testo .titolo a{
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer
}

.area_contatti div .testo a:hover{
	text-decoration:underline
}

.area_contatti a{
	color:#fff;
	text-decoration:none;
}

/*****************************/

/********* social ************/

.area_social a{
	text-decoration:none;
    margin-right: 5px;
}

.areaInfo .area_social{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:5px;
}

.area_social .icona{
	color:#FFF;
	font-size: 1.8em;
}

.area_social .testo{
	color:#FFF;
	font-size: 1.6em;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin-left:5px;
}

/*****************************/

/********* tablet ************/

.areaInfo .area_tablet{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:0px;
}

.area_tablet .testo{
	position:relative;
	float:left;
	color:#FFF;
	font-size: 1.6em;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin-top:15px;
	margin-right:10px;
}

.area_tablet img{
	position:relative;
	float:left;
	margin-top:12px;
	width:22px;
	height:24px;
}

/********* privacy ************/

.riga {
    position: relative;
    float: left;
    width: 98%;
    height: auto;
    clear: both;
}

.sottotitoloBox {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 0.94em;
    color: #E26746;
    display: block;
}

.areaInfo .area_privacy{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin-top:15px;
    text-align: center;
}

.area_privacy .testo{
    color: #FFFFFF;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    font-weight:normal;
    margin-right:10px;
    cursor: pointer;
}

.area_privacy .testo a{
    color: #FFFFFF;
    font-size: 1.1em;
    text-decoration: none;
}

.area_privacy .testo:hover{
    color: #FFFFFF;
}

/*************************** Cambia struttura ***************************/

.cambiaStrutt{
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: 160px;
    height: auto;
    text-align: center;
}

.cambiaStrutt a{
    border: none;
    width: auto;
    height: auto;
    padding: 3px 5px;
    text-transform: uppercase;
    text-align: center;
	font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: normal;
    color: #FFF;
    background-color: #CEB06C;
    text-decoration: none;
}

.cambiaStrutt a:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*************************** Ticker ***************************/

.tickerOfferte{
	position:fixed;
	top:74px;
	right:0;
	width:365px;
	height:85px;
    display: none;
	background-image:url('../img/png/sfondo_ticker.png');
	background-repeat:repeat;
	border-radius:3px 0px 0px 3px;
	overflow:hidden;
	z-index:0;
}

.tickerSmall{
	position:fixed;
	top:74px;
	right:0;
    width:260px;
	height:255px;
    display: block;
	background-image:url('../img/png/sfondo_ticker.png');
	background-repeat:repeat;
	border-radius:3px 0px 0px 3px;
	overflow:hidden;
	z-index:0;
}

/*************************** Slide Testuali ***************************/

.rollTestoBackground{
	position: absolute;
	left: 50%;
	top: 55%;
	width: 550px;
    height: 120px;
	margin-left: -350px;
	margin-top: -75px;
    display: block;
	z-index: 1;
	overflow: hidden;
}

.rollTesto{
	width: 100%;
	text-align: center;
    overflow: hidden;
}

.rollTesto a{
	text-decoration: none;	
	color: #fff;
    cursor: pointer;
}

.rollTesto h2{
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: lighter;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 3.2em;
    line-height: 1.2;
	text-shadow: 2px 5px 7px #000000;
}

.rollTesto .sldbutt{
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #632423;
    width: 100px;
    height: auto;
    z-index: -1;
	font-family: 'Raleway', sans-serif;
   	text-shadow: 2px 2px 2px #000000;
    border-radius: 2px;
    padding: 10px 0;
	color: #fff;
    display: none;
}

.imgquoteleft{
    width: 50px;
    height: auto;
}

.imgquoteright{
    width: 50px;
    height: auto;
}

/*************************** Footer *****************************/

.footer{
	position:fixed;
	bottom: 0;
	left:0;
	width:100%;
	height:29px;
        background-image: url('../img/png/sfondo_footer.png');
        background-repeat: repeat;
	z-index:3;
}

.indirizzo{
	margin:10px 0 0 20px;
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	color:#fff;	
}

.indirizzo a:link{
	text-decoration: none;
	color: #E26746;
}

.indirizzo a:hover{
	text-decoration: none;
	color:#fff	
}


/***************************/
.slidedown_areaTesto{
	position:fixed;
	z-index:100;
	top:80px;
	left:300px;
}

.slideup_areaTesto{
	position:fixed;
	z-index:100;
	top:80px;
	left:400px;
}

.slidedown_areaInfo{
	position:fixed;
	z-index:100;
	left:300px;
	top:120px;
}

.slideup_areaInfo{
	position:fixed;
	z-index:100;
	left:400px;
	top:120px;
}

/*********************************************************/
@media only screen and (max-width:1160px) and (max-height:630px){
   .posizioneSlideTestuali{display: none!important;}
}

@media only screen and (max-height:630px){
    .header{height: 45px;}
    .nav{top:1px !important;}
    .tickerSmall, #tickerSmall{ top: 47px!important }
    .posizioneSlideTestuali {margin-left: -305px!important }   
}

@media only screen and (max-height:560px){
    .tickerSmall, #tickerSmall{ display: none!important; }
}

@media only screen and (max-height:450px){
    .posizioneSlideTestuali {top: 40%!important }
}

@media only screen and (max-height:530px){
    .areaTesto{ left:240px; }
}

@media screen and (orientation:landscape){
   .orientation{display: none;}
}

@media screen and (orientation:landscape){
   .orientation{display: none;}
}

@media screen and (orientation:portrait){
   .orientation{display: block;}
   .posizioneSlideTestuali{display: none!important;}
}