@charset "utf-8";

/**************** CSS per popup iniziale di emergenza  ******************/

.areaPopUp{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(18, 18, 18, 0.81);
}

.boxPopUp{
    position: fixed;
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 700px;
	height: 80%;
	padding: 5px;
	border: none;
	background-color: transparent;
	z-index: 999;
}

.areaTestoPopUp{
	padding: 10px;
	position: relative;
	float: left;
	width: 700px;
	height: 90%;
	margin-top: 10px;
}

.areaTestoPopUp.boxpopup{
    background-color: #FFF;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);    
}

.areaTestoPopUp .contenutoScroll{
	width: 98%;
	height: 98%;
	margin-top: 5px !important;
    z-index: 5;
}

.contenutoScrollP{
	width: 98%;
	height: 98%;
	margin-top: 5px !important;
    z-index: 5;
}

.areaTestoPopUp h2{
	position: relative;
	float: left;
	width: 95%;
	height: auto;
	line-height: 140%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	color: #CECECE;
	margin-bottom:10px;
	border-bottom: 1px solid #454545;
}

.areaTestoPopUp h3{
	position: relative;
	float: left;
	width: 95%;
	height: auto;
	line-height: 140%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	color: #B49B49;
	margin-bottom:10px;
}

.areaTestoPopUp p{
    position: relative;
    float: left;
    width: 97%;
    height: auto;
    margin-top: 10px;
    line-height: 130%;
    font-size: 1.6em;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
}

.areaTestoPopUp p a{
    font-size: 1em;
    color: #FFFFFF;
    font-weight:900
    
}

.areaTestoPopUp span{
    position: relative;
    float: left;
    width: 97%;
    height: auto;
    margin-top: 10px;
    line-height: 130%;
    font-size: 1.4em;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
}

.areaTestoPopUp strong {
	color: #B49B49;
}

.areaTestoPopUp .sezione{
    position: relative;
    float: left;
    width: 99%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    clear: both;
}

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

.riga.datiS{
    padding-left: 5px;
    text-align: left;
    margin-top: 0;
    padding: 3px 0;
    background-color: #606060;
    color: #fff;
    padding-left: 5px;
    font-size: 1.3em;
}

.riga.datiP{
    padding-left: 5px;
    text-align: left;
    background-color: #BC9B52;
    color: #fff;
        padding-left: 5px;
    font-size: 1.3em;
}

.riga.privacyP{
    padding-left: 5px;
    text-align: left;
    background-color: #A66B6B;
    color: #fff;
        padding-left: 5px;
    font-size: 1.3em;
}

.riga.cookieP{
    padding-left: 5px;
    text-align: left;
    background-color: #88AB8A;
    color: #fff;
        padding-left: 5px;
    font-size: 1.3em;
}

.testoPrivacy{}

.testoCookie{}

.chiudiPopup{
    position: absolute !important;
    top: -30px;
    right: -30px;
    width: auto;
    margin: 0;
    float: none;
    cursor: pointer;
}

.chiudiPopup img{
	width: 45px;
	height: auto;
}