/*---- GENERALI ----*/

body{
font-weight: 300;
color: #878787;
font-size: 16px;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/static/font/texgyreadventor-regular-webfont.eot');
    src: url('/static/font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/static/font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/static/font/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('/static/font/texgyreadventor-bold-webfont.eot');
    src: url('/static/font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/font/texgyreadventor-bold-webfont.woff') format('woff'),
         url('/static/font/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('/static/font/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a{
color: #878787;
transition: all 0.2s linear;
  		-o-transition: all 0.2s linear;
  		-moz-transition: all 0.2s linear;
  		-webkit-transition: all 0.2s linear;
}

a:hover{
	text-decoration: none;
}

div{
	transition: all 0.2s linear;
	  	-o-transition: all 0.2s linear;
	  	-moz-transition: all 0.2s linear;
	  	-webkit-transition: all 0.2s linear;
}

h1{
	margin-top: 0;
	font-family: 'texgyreadventorbold';
}

h2{
	font-family: 'texgyreadventorregular';
}

p{
	color: #3f3e3e;
}

ul{
list-style: none;
padding: 0;
margin: 0;
}

img{
	max-width: 100%;
}

.clear{
	clear: both;
}

#hamburger{
	display: none;
}

.lingue-mob{
	display: none;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 12px;
}

	.lingue-mob button{
		background: transparent;
		border: 0;
		padding: 0;
	}

#menu{
	display: none;
}
	
	#menu ul li a{
		text-transform: none;
		margin-bottom: 0;
		color: #878787;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 18px;
		font-family: 'texgyreadventorbold';
	}
	
	#menu ul li a:hover{
		color: #e30513;
	}
	
	#menu ul li.social-mob a{
		padding-right: 0;
		margin-right: 10px;
	}
	
	#menu ul li.lingua-mob a{
		font-weight: 300;
		font-size: 16px;
	}
	
.fascia-top{
	background: white;
}
	
.testata{
	position: fixed;
	width: 100%;
	z-index: 1;
}

	.testata-mob{
		display: none;
	}

.main{
	position: relative;
	z-index: 0;
	padding-top: 185px;
}

.top-logo{
	padding-top: 36px;
	padding-bottom: 26px;
	height: 149px;
}

.top-logo-mob{
	padding-top: 36px;
	padding-bottom: 26px;
}

	.cont-logo{
		text-align: center;
	}

	.logo{
		display: block;
		margin: 0 auto;
	}
	
	.logo-small{
		display: none;
	}
	
	.social{
		text-align: right;
		margin-bottom: 50px;
	}
	
	.social img{
		margin-left: 10px;
	}
	
	.login-lingue{
		text-align: right;
		font-size: 12px;
		font-family: 'texgyreadventorbold';
	}
	
		.login-lingue form{
			display: inline-block;
		}
	
		.login-lingue .btn-lingua{
			margin-left: 28px;
		}
		
		.login-lingue button, .lingua-mob button{
			background: transparent;
			border: 0;
			padding: 0;
		}
		
		.lingua-mob button{
			margin-left: 20px;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		
	.login-lingue a:hover{
		color: #e30513;
	}
		
.fascia-menu{
	background: #e6e6e6;
}

	.menu{
		height: 36px;
		text-align: center;
	}
	
		.menu a{
			display: inline-block;
			position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			font-size: 16px;
			margin-left: 16px;
			margin-right: 16px;
			font-weight: 500;
			font-family: 'texgyreadventorbold';
		}
		
		.menu a:hover{
			color: #e30513;
		}
		
		.menu a.btn-company{
			margin-left: 0;
		}
		
		.menu a.btn-contatti{
			margin-right: 0;
		}
		
.form-ricerca{
	height: 36px;
}
		
	.form-ricerca input{
		width: 80%;
		border: 0;
		position: relative;
		background: transparent;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	}
	
	.form-ricerca button{
		width: 17%;
		padding: 0;
		border: 0;
		background: transparent;
		position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	}
		
.slide-home{
	height: 823px;
	width: 100%;
	background-image: url('/static/img/operamed_home.jpg');
	background-position: center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	background-repeat: no-repeat;
}

	.slide-home h1{
		text-align: center;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 72px;
		font-weight: 700;
		color: white;
	}
	
.claim{
	height: 225px;
	background: #e5e6e6;
	margin-bottom: 55px;
}

	.claim h1{
		color: #e30513;
		text-align: center;
		font-size: 34px;
		font-weight: 300;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: 'texgyreadventorregular';
	}
	
	.claim h1 strong{
		font-family: 'texgyreadventorbold';
	}
	
.short{
	height: 196px;
	margin-bottom: 50px;
}

	.testo-short{
		position: relative;
		height: 196px;
	}
	
	.testo-short h1{
		color: #e30513;
		font-size: 21px;
		font-weight: 300;
	}
	
	.testo-short p{
		position: absolute;
		bottom: 0;
		left: 15px;
		width: 93%;
	}
	
.separatore{
	height: 40px;
	background: #e6e6e6;
}

.titolo-sezione{
	color: #e30513;
	font-size: 34px;
	margin-bottom: 45px;
	text-align: center;
	margin-top: 50px;
}

	.box-true{
		height: 317px;
		text-align: center;
	}
	
		.box-true h2{
			font-weight: 300;
			font-size: 34px;
			color: #e30513;
			margin-top: 20px;
		}
		
		.box-true h2 a{
			color: #e30513;
		}
		
.fascia-servizio{
	height: 225px;
	color: white;
	background-color: #e30513;
}

	.fascia-servizio .altezza{
		height: 225px;
	}
	
	.fascia-servizio h1{
		font-size: 34px;
		font-weight: 300;
		position: relative;
		font-family: 'texgyreadventorregular';
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.fascia-servizio h1 strong{
		font-family: 'texgyreadventorbold';
	}
	
	/*.fascia-servizio h2{
		font-family: 'texgyreadventorregular';
		font-weight: normal;
		font-size: 34px;
	}*/
	
	.fascia-servizio img{
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.freccia-nl{
		text-align: right;
	}
	
.box-ante-news{
	height: 500px;
	font-size: 21px;
}
	
.box-ante-news h1{
	font-size: 21px;
	color: #878787;
	margin-top: 25px;
	margin-bottom: 7px;
}

	.box-ante-news a:hover{
		color: #e30513;
	}

.form-home{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #878787;
}

	.form-home h1{
		color: white;
		font-size: 34px;
		font-family: 'texgyreadventorregular';
	}
	
	.form-home h1 strong{
		font-family: 'texgyreadventorbold';
	}
	
	.form-home input{
		width: 100%;
		height: 40px;
		background: #e5e6e6;
		font-size: 16px;
		border: none;
		padding-left: 12px;
		margin-bottom: 20px;
	}
	
	.form-home textarea{
		width: 100%;
		background: #e5e6e6;
		font-size: 16px;
		border: none;
		padding-left: 12px;
		margin-bottom: 20px;
	}
	
	.form-home a{
		color: white;
	}
	
	.form-home button.btn-default{
		background-color: white;
		border-radius: 0;
		color: #e30513;
		font-size: 21px;
		font-weight: 500;
		width: 100%;
		height: 40px;
		padding-top: 5px;
	}
	
	.privacy-form{
		color: white;
		font-size: 16px;
		margin-top: 30px;
	}
	
		.privacy-form p{
			color: white;
		}
	
		.privacy-form .checkbox{
			line-height: 47px;
		}
		
		.privacy-form .checkbox input{
			width: 20px;
		}
		
#carousel-company{
	margin-bottom: 50px;
}
		
		.carousel-control.left, .carousel-control.right {
		    background-image: none
		}
		
		#carousel-company .glyphicon-chevron-left:before {
	       content: " ";
	       display:block;
	       background:url('/static/img/slide-freccia-sx.png') no-repeat;
	       width:27px;
	       height:51px;
	    }
	    
	    #carousel-company .glyphicon-chevron-right:before {
	       content: " ";
	       display:block;
	       background:url('/static/img/slide-freccia-dx.png') no-repeat;
	       width:27px;
	       height:51px;
	    }
	    
	.pagina h1{
		font-size: 21px;
		color: #e30513;
		font-weight: 700;
		margin-bottom: 0;
	}
	
	.pagina h2{
		font-size: 21px;
		color: #e30513;
		font-weight: 300;
		margin-top: 5px;
	}
	
	.pagina p{
		color: #3f3e3e;
		letter-spacing: 0.50px;
	}
	
	.form-interna{
		padding-top: 20px;
	}
	
	.form-interna form{
		padding: 20px;
		padding-top: 10px;
		padding-bottom: 7px;
	}
	
		.form-interna p{
			font-size: 21px;
			color: white;
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 0px;
			line-height: 22px;
			font-family: 'texgyreadventorregular';
		}
		
		.form-interna p strong{
			font-family: 'texgyreadventorbold';
		}
		
		.form-interna input{
			margin-bottom: 0px;
		}
		
		.form-interna .privacy-form p{
			font-size: 14px;
			padding: 0;
			margin-bottom: 0;
		}
		
			.form-interna .privacy-form .checkbox{
				font-size: 12px;
				padding-top: 0;
				margin-top: -15px;
			}
			
		.form-interna .privacy-form{
			margin-top: 8px;
		}
		
	.elenco-news .box-ante-news{
		height: 600px;
	}
	
		.elenco-news .box-ante-news p{
			font-size: 16px;
			margin-top: 20px;
		}
		
		.elenco-news .box-ante-news a:hover{
			color: #e30513;
		}
		
.ante-true{
	margin-bottom: 60px;
	min-height: 180px;
}
		
	.testo-ante-true{
		height: 180px;
		position: relative;
	}

	.ante-true h1{
		font-size: 21px;
		margin-bottom: 0px;
	}
	
		.ante-true a{
			color: #3f3e3e;
		}
		
		.ante-true a:hover{
			color: #e30513;
		}
	
	.ante-true h2{
		font-size: 21px;
		margin: 0;
		font-weight: 300;
	}
	
	.ante-true p{
		font-size: 16px;
		position: absolute;
		bottom: 0;
	}
	
.video-embed{
	height: 650px;
	margin-top: 60px;
}

.img-corr{
	margin-bottom: 0px;
}
	
.filtri{
	margin-bottom: 60px;
}

	.btn-filtro{
		display: block;
		height: 40px;
		padding-top: 5px;
		text-align: center;
		font-size: 21px;
		font-weight: 500;
		color: #e30513;
		background: #e5e6e6;
		margin-bottom: 20px;
		font-family: 'texgyreadventorbold';
	}
	
	.btn-filtro:hover, .filtro-selez{
		background: #e30513;
		color: white;
	}
	
.filtri-mobile{
	margin-bottom: 60px;
}

	.filtri-mobile button{
		width: 100%;
		border-radius: 0;
		background: #e30513;
		border: 0;
	}
	
	.filtri-mobile button:hover{
		background: #878787;
	}
	
.box-ante-realizzazioni{
	height: 400px;
}

	.box-ante-realizzazioni h1{
		margin-top: 20px;
		font-size: 21px;
	}
	
		.box-ante-realizzazioni h1 a{
			color: #878787;
		}
		
		.box-ante-realizzazioni h1 a:hover{
			color: #e30513;
		}
		
	p.dati-realizzazione{
		color: #e30513;
		font-family: 'texgyreadventorregular';
	}
	
.elenco-download a{
	display: inline-block;
	color: #878787;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 500;
}

.elenco-download a:hover{
	color: #e30513;
}

#form-registrazione{
	margin-bottom: 80px;
}

	#form-registrazione p label{
		display: inline-block;
		width: 25%;
		height: 30px;
	}
	
	#form-registrazione p input{
		width: 74%;
		height: 40px;
	}
	
	#form-registrazione p select{
		width: 74%;
		height: 40px;
	}
	
	#form-registrazione button.btn-default{
		color: white;
		border-radius: 0;
		box-shadow: none;
		border: 1px solid #ccc;
		background-color: #e30513;
		font-size: 21px;
		font-weight: 500;
		width: 100%;
		height: 40px;
		padding-top: 5px;
		width: 74%;
		margin-left: 25.5%;
		margin-top: 30px;
	}
	
	.recupera-pass{
		margin-left: 25.5%;
		font-size: 14px;
		margin-top: -30px;
		margin-bottom: 200px;
	}
	
	.reg-completa{
		height: 600px;
		font-size: 23px;
		text-align: center;
		margin-top: 60px;
	}
	
	#form-registrazione .errorlist li{
		color: #e30513;
		margin-top: 10px;
		margin-left: 25.5%;
	}
	
	#form-registrazione .helptext{
		margin-left: 25.5%;
	}
		
.footer{
	height: 270px;
	background: #e5e6e6;
	padding-top: 40px;
	font-size: 12px;
}

	.footer a:hover{
		color: #e30513;
	}
	
	