/* CSS PAGINA PRIVACY */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
.green {color:#06B208 !important;}
.red {color: #EF0A0E !important;}

.wrap_p {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
	margin:20px auto 20px auto !important;
	padding:25px;
	font-family: PT Sans !important;
	width:100%;
}

.wrap_p strong {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.wrap_p h1 {    
	color: #000;
    font-size: 38px;
	letter-spacing: normal;
}

.wrap_p h2 {    
	color: #000;
    font-size: 28px;
	letter-spacing: normal;
}

.wrap_p p {    
    font-size: 16px;
	text-align:justify
}

.addElementRow {
	margin-top:25px; 
	margin-bottom:25px; 
	border-bottom:#747474 1px solid;
	padding-bottom:20px;
}

.info_img {
	text-align:center !important;
}
.info_img img {
	max-width:100px;
	height:auto;
	margin:8px auto;
	padding:2px;
	border:none;
}

/* CSS BANNER */
#banner {
	-moz-box-shadow: 0 8px 25px black;
	-webkit-box-shadow: 0 8px 25px black;
	box-shadow: 0 8px 25px black;	
	border-top: 3px solid #999;
	bottom: 0;
	min-height: 58px;
	left: 0;
	margin: 0;
	position: fixed !important;
	width: 100%;
	z-index: 999999;
	display:none;
	background-color: #1B2839;
	vertical-align:middle;
	padding:10px 0 15px 0;
	opacity:0.9;
	display:block;
	visibility:visible;
}

.nascondi { 
	position:absolute; 
	top:-10px; 
	right:12%; 
	cursor:pointer;
	z-index: 999999;
	opacity:1;
}

.mantieni { 
	position:absolute; 
	top:-10px; 
	right:5%; 
	cursor:pointer;
	z-index: 999999;
	opacity:1;
}

#banner .nascondi > a { 
	background: #1E84B5;
	border:#FFF 1px solid;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-transform:uppercase; 
	color: #fff; 
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	padding:4px;
	font-size:13px !important;
	opacity:1;
}

#banner .mantieni > a { 
	background: #1E84B5;
	border:#FFF 1px solid;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-transform:uppercase; 
	color:#fff; 
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	padding:4px;
	font-size:13px !important;
	opacity:1;
}

#banner .mantieni > a:hover { 
	color: #fff;
	background: #222222;
}
#banner .nascondi > a:hover { 
	color: #fff;
	background: #222222;
}

.apri { 
	position:absolute; 
	top:0;
	right:5%; 
	cursor:pointer; 
	border-top: 2px solid #F60;
	border-right: 2px solid #F60; 
	border-left: 2px solid #F60; 
	width:200px; 
	background: #666;
	-moz-border-radius: 10px 10px 0 0px;
	-webkit-border-radius: 10px 10px 0 0px;
	border-radius: 10px 10px 0 0px; height:30px; 
	display:none;
	color:#FFF;
}
/*
.open{ 
	margin: 20px 0px 0px 50px;
}*/
#img_sx { 
	width: auto; 
	height: auto;
	float:left; 
	/*background-image:url(../images/logo-parisicar-light-gray-small.png);
	background-repeat:no-repeat;*/
	margin-top:-20px;
	margin-left:6px;
}

#testo { 
	margin:0 auto;
	padding:4px; 
	color:#FFF;
	font-size:13px;
	max-width:1200px;
	line-height:16px;
}


@media (max-width:1560px) {

.nascondi { 
	position:absolute; 
	top:-10px; 
	right:14%;
	cursor:pointer;
	z-index: 999999;
}

.mantieni { 
	position:absolute; 
	top:-10px; 
	right:5%; 
	cursor:pointer;
	z-index: 999999;
}

}

@media (max-width:1280px) {

.nascondi { 
	position:absolute; 
	top:-20px; 
	right:16%; 
	cursor:pointer;
	z-index: 999999;
}

.mantieni { 
	position:absolute; 
	top:-20px; 
	right:5%; 
	cursor:pointer;
	z-index: 999999;
}

}

@media (max-width:1024px) {

.nascondi { 
	position:absolute; 
	top:-20x; 
	right:18%; 
	cursor:pointer;
	z-index: 999999;
}

.mantieni { 
	position:absolute; 
	top:-20px; 
	right:5%; 
	cursor:pointer;
	z-index: 999999;
}

}


@media (max-width:980px) {

.nascondi { 
	position:absolute; 
	top:-20px; 
	right:20%; 
	cursor:pointer;
	z-index: 999999;
}

.mantieni { 
	position:absolute; 
	top:-20px; 
	right:4%; 
	cursor:pointer;
	z-index: 999999;
}

}

@media (max-width:768px) {
#img_sx{ 
	width:54px; 
	min-height:80px;
	float:left; 
	margin: -15px 4px 4px 5px;
}
#img_sx img{ 
	width: 100%; 
	height: auto;
}
#testo { 
	margin:0 auto;
	line-height:15px;
	padding:5px;
}
.nascondi { 
	position:absolute; 
	top:-40px; 
	right:60%;
	margin-right:-100px; 
	cursor:pointer;
}
.nascondi a { 
	padding:4px;
	background: #666;
	border:#FFF 1px solid;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.mantieni { 
	position:absolute; 
	top:-40px; 
	right:28%;
	margin-right:-100px; 
	cursor:pointer;
}
.mantieni a { 
	padding:4px;
	background: #666;
	border:#FFF 1px solid;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
}