@import url('../fonts/fonts.css');

*{
	font-family: 'Roboto', sans-serif;
}


.header{
	min-height: 66px;
}

.header2{
	background-color: #1163a6;
	min-height: 192px;
	padding-top: 20px;
}

.footer{
	background-color: #1163a6;
	padding-bottom: 20px;
	padding-top: 10px;
}

.footer-text, .footer-text a{
	font-size: 15px;
	font-weight: 400;
	margin-top: 26px;
	color: white;
}

body{
	background-color: #dedede;
}

.riga-vuota{
	height: 5px;
	background-color: #dedede;
}

.content{
	max-width:1170px;
}

.inner-content{
	max-width:1040px;
	margin: 0 auto;
}

.container-fluid{
	background-color: white;
}

.content .fasciaPrimary {
	padding: 20px;
	background-color: #00467f;
}

.content .fasciaGrigia {
	padding: 20px;
	background-color: #dedede;
}

.content .fasciaBianca {
	padding: 20px;
	background-color: #fff;
}

.text-green{
	color: #65b561 !important;
}

.text-white{
	color: white;
}

.text-small-caps{
	font-variant: small-caps;
}

.span-info{
	color: white;
	background-color: #41983d;
	padding: 3px 8px;
	font-weight: bold;
}

small.text-white{
	font-size: 100%;
}

h1{
	font-size: 36px;
	color: white;
}

h2{
	font-size: 44px;
	color: white;
	line-height: 50px;
	padding-bottom: 36px;
}

h3{
	font-size: 24px;
	color: white;
}

h4{
	font-size: 18px;
	color: white;
	line-height: 33px;
}

h5.data{
	font-size: 18px;
	color: white;
	line-height: 33px;
	margin-bottom: 21px;
}

h6.luogo{
	font-size: 18px;
	color: white;
	line-height: 33px;
	
}

a > h4:hover{
	text-decoration: underline;
}

p{
	font-size: 16px;
}

.centered{
	margin: auto;
}

.row.sfondo{
	background-repeat: no-repeat;
	background-position: center;
}

.row.header{
	background-image: url('../images/header.png');
	min-height: 236px;
	margin-bottom: -100px;
}

.row.footer{
	background-image: url('../images/footer.png');
	min-height: 159px;
	margin-top: -75px;
}

.logo-edra{
	margin-top: 18px;
}

.push-5-r{
	margin-right: 5px;
}

.text-link{
	background-color: #004c90;
	color: white;
	padding: 12px 0px;
	margin-top: 40px;
	margin-bottom: -75px;
}

.tasto-link{
	position: relative;
	top: 13px;
	left: 25px;
}

.form-control:focus {
	border-color: #0087ff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0, 76, 144);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0, 76, 144);
}

input#struttura{
	margin-top: 22px;
}

label {
	font-weight: 500;
}

.modal-header .close {
	margin-top: -20px;
}

.inner-padding{
	padding: 20px 140px !important;
}

.elenco-testo li{
	margin-bottom: 13px;
	font-size: 16px;
}

.box-evento{
	padding: 20px;
	/*
		background-image: url('../images/pattern4.png');
		background-repeat: no-repeat;
		background-position: left center;
	*/
	background-color: #00467f;
}

.text-black{
	color: #333 !important;
}

.header{
	background: #1163a6;
	background: -moz-linear-gradient(-45deg, #1163a6 0%, #dbe8f2 100%);
	background: -webkit-linear-gradient(-45deg, #1163a6 0%,#dbe8f2 100%);
	background: linear-gradient(135deg, #1163a6 0%,#dbe8f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1163a6', endColorstr='#dbe8f2',GradientType=1 );
}

h6{
	font-size: 22px;
	color: #5f6061;
}

h4{
	font-size: 30px;
	color: #5f6061;
}

p{
	font-size: 18px;
	color: #5f6061;
}

.img-center{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.btn-preview{
	display: block;
	padding: 20px 50px;
	border: 2px solid #1163a6;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 500;
	color: #1163a6;
	margin-top: 30px;
}

.btn-preview-video {  
	display: block;
	border: 2px solid #1163a6;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 500;
	color: #1163a6;
    padding: 3px 50px;
    margin-top: 5px;
}

.btn-preview:hover, .btn-preview-video:hover {
	text-decoration: none;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
	background: #1163a6 !important;
}

.disclaimer{
	padding: 20px;
}

.outer-disclaimer{
	background-color: #efefef;
}

@media (max-width: 767px) {
	.text-right { 
		text-align:center 
	}
	
	h2{
		font-size: 30px;
		line-height: 40px;
	}
	
	.col-md-6{
		padding-top: 0px !important;
	}
	
	.footer-text span{
		display: none;
	}
	
	.footer-text a{
		display: block;
	}
}