html, body {
	height: 100%;
}

body {
	font-family: verdana,arial,sans-serif;
	margin: 0; 
	padding: 0;
	color: #5a5a5a;
}

h1 {font-size: 36px; line-height: 150%;}
h1,h2,h3,h4 {
	font-family: 'Playfair Display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		
}

h3,h2 {color: #008ab0;}


.wrapper {overflow: hidden;}

.container {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	
	}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.row img.fullwidth {
	width: 100%;
	}

.row img.fullheight {
	height: 100%;
	}


.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.relative {
	position: relative;
	}

.absolute {
	position: absolute;
	}

.fixed {
	position: fixed;
	}


.boxshadow {box-shadow: 0px 0px 3px #000;}
.rounded {border-radius: 4px;}

.textleft {text-align: left !important;}
.textcenter {text-align: center !important;}


.space-top-10 {padding-top: 10px;}
.space-top-20 {padding-top: 20px;}
.space-top-40 {padding-top: 40px;}
.space-top-50 {padding-top: 50px;}
.space-top-80 {padding-top: 80px;}

.space-bottom-10 {padding-bottom: 10px;}
.space-bottom-20 {padding-bottom: 20px;}
.space-bottom-40 {padding-bottom: 40px;}
.space-bottom-50 {padding-bottom: 50px;}
.space-bottom-80 {padding-bottom: 80px;}

.content-1600 {
	max-width: 1600px;
	margin: auto;
}

.content-1400 {
	max-width: 1400px;
	margin: auto;
}





.titolo-h1 {
	width: 100%; left: 0; top: 20%; color: #fff; text-align: center;
}



form {display: block; margin: 10px; padding: 10px; width: 100%; float: left;}

form input[type="text"], form input[type="email"], form input[type="tel"],textarea, select {
	width: 80%;
	margin: 10px 10%;
	border: 1px solid #aaa;
	background: #fefefe;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 6px;
	box-shadow: 0px 0px 2px #bbb;
	padding: 6px;
	font-weight: lighter;
}

form input[type="text"]:focus, 
form input[type="email"]:focus, 
form input[type="tel"]:focus,
textarea:focus {
	background: #effbfc;
}

#wrap-dottore {
	width: 84%;
	margin: 10px 8%;
}

#wrap-dottore  label {
	width: 46%;
	margin: 4px 2%;
	/* clear: both; */
	float: left;
	box-sizing: border-box;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
	padding: 6px;
	background: #ededf0;
}

#wrap-dottore label:hover {background: #eeeef9}



form input[type=submit],form input[type=button], button {
	display: block;
	width: 80%;
	margin: auto;
	border: 1px solid #aaa;
	background: #035669;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 6px;
	box-shadow: 0px 0px 2px #bbb;
	padding: 6px;
	font-weight: bold;	
	min-width: 30%;
	text-transform: uppercase;
}

form input[type=submit]:hover,form input[type=button]:hover, button:hover {
	background: #035669;
}


#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	
	display: none;
	width: 360px;
	
	margin-top: -150px;
	margin-left: -180px;
	
	border: 1px solid #aaa;
	border-radius: 6px;
	box-shadow: 0px 0px 2px #bbb;	
	background: #effbfc;
	min-height: 100px;
	
	padding: 10px;
	
	}

#popup p, #popup a {
	text-decoration: none;
}


footer .site-info {text-align: center;}


footer ul {
	list-style: none;
	display: block;
	margin: auto;
	display: block;
	width: 40%;
}

footer ul  li {
	float: left;
	display: block;
	padding: 0 10px;
}



a.cta {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #035669;
	
	
	font-size: 16px;	
	padding: 6px; 
	
	border-radius: 6px;
}


.rad-logo {
	top: 50px;
	right: 4%;
	width: 150px;
}

.rad-10m-logo {
	top: 280px;
	right: 4%;
	width: 150px;
}



.h2-head-mobile {font-size: 18px; bottom: 20px;left: 10px;color: #fff;width: 50%;padding: 0 10px;text-shadow: 0 0 2px #000;display: block;margin: 0 !important;height: 33%;}
.rad-logo-mobile {top: 5px; left: 5px; width: 25%;}
.rad-10m-logo-mobile {top: 220px;left: 5px; width: 25%;}


#header {min-height: 600px}

/* MEDIAQUERIES */

.show-on-mobile {display: none;}
.show-on-desktop {}


/* IPAD */
@media screen and  (max-device-width: 990px){

		#foto2 {display: none !important;}
	.show-on-mobile {display: block !important;}
	.show-on-desktop {display: none !important;}

	
	.titolo-h1 {
	top: 5% !important;
	}

footer ul {

	width: 100% !important;

}

}

/* SMARTPHONE */
@media screen and (max-device-width: 500px) {

.rad-10m-logo-mobile {top: 120px;left: 5%; width: 25%;}
.rad-logo-mobile {    top: 10px;    left: 5%;    width: 25%;}

	h1 {font-size: 36px;}
	
	#wrap-dottore label {
		width: 100% !important;
		margin: 4px 0 !important;
	}	
	
}

@media screen and (max-width: 400px){
}

@media (min-width: 992px){
	
	#header {}	

	.col-md-6 {
		width: 50%;
		padding-left: 8%!important;
		padding-right: 8%!important;
	}


	.h2{ font-size:25px!important;}

}

@media (min-width: 1600px){
.rad-logo { width: 200px; }
.rad-10m-logo { width: 200px; }

#header {min-height: 800px;}	
}