html, body {
	height: 100%;
}

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

.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;
}


h1 {font-size: 64px;}


.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;
}







/* MEDIAQUERIES */


/* IPAD */
@media screen and  (max-device-width: 768px){
	.titolo-h1 {
	top: 5% !important;
	}

footer ul {

	width: 100% !important;

}

}

/* SMARTPHONE */
@media screen and (max-device-width: 500px) {
	h1 {font-size: 36px;}

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

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

@media (min-width: 992px){
.col-md-6 {
    width: 50%;
    padding-left: 8%!important;
	padding-right: 8%!important;
}


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

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}