@charset "UTF-8";
#header {
	background-color: #cdcdcd;
}
#header-center {
	width: 1170px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
.link-semplice {
	color: #ff4d4e;
	text-decoration: underline;
	transition: all 0.3s linear;
	font-weight: 800;
}
.link-semplice:hover {
	color: #333;
	text-decoration: underline;
}




#news {
	background-color: #CCCCCC;
	padding: 15px;
	margin-bottom: 25px;
	border-radius: 20px;
	border: 4px dashed #414141;
}

#news h3 {
	font-size: 40px;
	font-weight: bold;
}

.logo {
	float: left;
}
#header-menu {
	float: right;
	margin-top: 55px;
	margin-left: 50px;
}
#content {
	margin: auto;
	width: 1170px;
	overflow: hidden;
}
#titolo-corso {
	background-color: #fffab5;
	color: #000000;
	padding: 15px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 2px;
}
#titolo-corso h1 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
    margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#titolo-corso h2 {
	text-align: center;
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
}
#titolo-corso h3 {
	font-family: 'BenchNine', sans-serif;
	text-transform: lowercase;
	font-size: 30px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 15px;
	font-weight: 300;
}
#img-concorso {
	float: left;
	width: 50%;
	height: 326px;
	background: url(https://www.istitutocappellari.it/polizia/commissari/img/img-concorso.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
} 
#img-concorso a:link, #img-concorso a:visited {
	display: block;
	text-decoration: none;
	height: 100%;
	transition: all 0.5s linear;
}
#img-concorso a:hover {
	background-color: rgba(0,0,0,0.5);
}

#img-corso {
	float: left;
	width: 50%;
	height: 326px;
	background: url(https://www.istitutocappellari.it/polizia/commissari/img/img-corso.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 1px #fff;
} 
#img-corso a:link, #img-corso a:visited {
	display: block;
	text-decoration: none;
	height: 100%;
	transition: all 0.5s linear;
}
#img-corso a:hover {
	background-color: rgba(0,0,0,0.5);
}
#img-depliant {
	float: left;
	width: 50%;
	height: 326px;
	background: url(https://www.istitutocappellari.it/polizia/commissari/img/img-depliant.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
} 
#img-depliant a:link, #img-depliant a:visited {
	display: block;
	text-decoration: none;
	height: 100%;
	transition: all 0.5s linear;
}
#img-depliant a:hover {
	background-color: rgba(0,0,0,0.5);
}
#img-video {
	float: left;
	width: 50%;
	height: 326px;
	background: url(https://www.istitutocappellari.it/polizia/commissari/img/img-video.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 1px #fff;
} 
#img-video a:link, #img-video a:visited {
	display: block;
	text-decoration: none;
	height: 100%;
	transition: all 0.5s linear;
}
#img-video a:hover {
	background-color: rgba(0,0,0,0.5);
}
#content-immagini {
	overflow: hidden;
}
#content-immagini h1 {
	font-family: 'BenchNine', sans-serif;
	color: #FFF;
	font-size: 55px;
	font-weight: 300;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 85px;
	padding-bottom: 10px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 15px;
	text-shadow: 0 0 15px #000000;
}
#content-immagini h2 {
	font-family: 'BenchNine', sans-serif;
	color: #FFF;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	text-shadow: 0 0 15px #000000;
}

#concorso img {max-width: 100%;
margin-bottom:15px;}

#concorso, #dettaglio-convenzioni {
	margin-top: 0px;
	width: 65%;
	float: left;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 35px;
}
#concorso h1, #dettaglio-convenzioni h1 {
	color: #373737;
	font-size: 60px;
	font-weight: 300;
	padding-bottom: 15px;
}
#concorso p, #dettaglio-convenzioni p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #373737;
	text-align: left;
}
#concorso p strong, #dettaglio-convenzioni p strong {
	font-weight: 600;
}
#concorso h2, #dettaglio-convenzioni h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff4d4e;
	padding-bottom: 2px;
	margin-bottom: 5px;
	line-height: 120%;
}
#concorso h2 span, #dettaglio-convenzioni h2 span {
	background-color: #ff4d4e;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
#concorso a:link, #concorso a:visited, #dettaglio-convenzioni a:link, #dettaglio-convenzioni a:visited, #depliant a:link, #depliant a:visited {
	color: #ff4d4e;
	transition: all 0.3s linear;
}
#concorso a:hover, #dettaglio-convenzioni a:hover, #depliant a:hover {
	color: #373737;
}
#concorso ul, #dettaglio-convenzioni ul {
	list-style-type: square;
	margin-left: 15px;
}
#concorso ul li, #dettaglio-convenzioni ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #373737;
	line-height: 24px;
	margin-bottom: 3px;
	/*text-align: justify;*/
}
#concorso ul li strong, #dettaglio-convenzioni ul li strong {
	font-weight: 600;
}
#ultime-date {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
}
#ultime-date h1 {
	color: #373737;
	font-size: 60px;
	font-weight: 300;
	padding-bottom: 15px;
	text-align: right;
	margin-top: 35px;
	margin-right: 25px;
}
#form-partner {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
}
#form-partner h1 {
	color: #ffffff;
	background-color: #ff4d4e;
	font-size: 41px;
	width: 100%;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	margin-right: 25px;
	text-transform: uppercase;
}
.clear {
	clear: both;
}




#main-successi {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
}
#successi {
	background-color: #227bbf;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	overflow: hidden;
	border: 1px solid #006ec2;
	margin-right: 5px;
}
#successi a:link, #successi a:visited {
	display: block;
	opacity: 1;
	color: #FFF;
}
#successi a:hover {
	opacity: 0.8;
	color: #414141;
}
#successi-icon {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #006ec2;
	width: 20%;
	height: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#successi-icon .fa {
	margin: auto;
	width: 20px;
	display: block;
}
#successi-scritte h1 {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-top: 25px;
}
#successi-scritte {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 80%;
	float: right;
}





#main-bando-link {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
}
#bando-link {
	background-color: #1bdcff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	overflow: hidden;
	border: 1px solid #12b8d6;
	margin-right: 5px;
}
#bando-link a:link, #bando-link a:visited {
	display: block;
	opacity: 1;
	color: #FFF;
}
#bando-link a:hover {
	opacity: 0.8;
	color: #414141;
}
#bando-link-icon {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #12b8d6;
	width: 20%;
	height: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#bando-link-icon .fa {
	margin: auto;
	width: 20px;
	display: block;
}
#bando-link-scritte h1 {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-top: 25px;
}
#bando-link-scritte {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 80%;
	float: right;
}


#main-newsletter {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
}
#newsletter {
	background-color: #22beb8;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	overflow: hidden;
	border: 1px solid #19afaa;
	margin-right: 5px;
}
#newsletter a:link, #newsletter a:visited {
	display: block;
	opacity: 1;
	color: #FFF;
}
#newsletter a:hover {
	opacity: 0.8;
	color: #414141;
}
#newsletter-icon {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #19afaa;
	width: 20%;
	height: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#newsletter-icon .fa {
	margin: auto;
	width: 20px;
	display: block;
}
#newsletter-scritte h1 {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-top: 25px;
}
#newsletter-scritte {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 80%;
	float: right;
}


#main-banner {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
}
#banner {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	margin-right: 5px;
}
#banner a {
	display: block;
	width:100%;
	height: auto;
}
#banner a img {
	width:100%;
	height: auto;
}


#dettaglio-corso {
	background-color: #414141;
	overflow: hidden;
}

#corso {
	margin-top: 35px;
	width: 65%;
	float: left;
	overflow: hidden;
	margin-bottom: 35px;
	padding-right: 30px;
}
#corso h1 {
	color: #ff4d4e;
	font-size: 60px;
	font-weight: 300;
	padding-bottom: 15px;
}
#corso p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding-top: 5px;
	color: #ccc;
	padding-bottom: 5px;
	text-align: justify;
}
#corso p strong {
	font-weight: 600;
}
#corso h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff4d4e;
	padding-bottom: 2px;
	margin-bottom: 5px;
	line-height: 120%;
}
#corso h2 span {
	background-color: #ff4d4e;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
#corso a:link, #corso a:visited {
	color: #ff4d4e;
	transition: all 0.3s linear;
}
#corso a:hover {
	color: #ccc;
}
#corso ul {
	list-style-type: square;
	color: #ccc;
	margin-left: 15px;
}
#corso ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #ccc;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}
#corso ul li strong {
	font-weight: 600;
}
#corso-chiaro {
	margin-top: 35px;
	width: 65%;
	float: left;
	overflow: hidden;
	margin-bottom: 35px;
	padding-right: 30px;
}
#corso-chiaro h1 {
	color: #ff4d4e;
	font-size: 60px;
	font-weight: 300;
	padding-bottom: 15px;
}
#corso-chiaro p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding-top: 5px;
	color: #373737;
	padding-bottom: 5px;
	text-align: justify;
}
#corso-chiaro p strong {
	font-weight: 600;
}
#corso-chiaro h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff4d4e;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#corso-chiaro h2 span {
	background-color: #ff4d4e;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
#corso-chiaro a:link, #corso-chiaro a:visited {
	color: #ff4d4e;
	transition: all 0.3s linear;
}
#corso-chiaro a:hover {
	color: #ccc;
}
#corso-chiaro ul {
	list-style-type: square;
	color: #373737;
	margin-left: 15px;
}
#corso-chiaro ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #373737;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}
#corso-chiaro ul li strong {
	font-weight: 600;
}
#pulsanti {
	float: right;
	width: 35%;
	padding-left: 35px;
	margin-bottom: 35px;
	margin-top: 120px;
}
#pulsanti h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff4d4e;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#pulsanti h2 span {
	background-color: #ff4d4e;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
#form-main a:link, #form-main a:visited {
	color: #FF4D4E;
	text-decoration: none;
	transition: all 0.5s linear;
}
#form-main a:hover {
	color: #fff;
	text-decoration: underline;
}
#compra {
	background-color: #ff9c00;
	margin-top: 10px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	margin-right: 5px;
	overflow: hidden;
	border: 1px solid #ff7e00;
}
#compra a:link, #compra a:visited {
	display: block;
	opacity: 1;
	color: #FFF;
}
#compra a:hover {
	opacity: 0.8;
	color: #414141;
}
#compra-icon {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #ff7e00;
	width: 20%;
	height: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#compra-icon .fa {
	margin: auto;
	width: 20px;
	display: block;
}
#compra-scritte h1 {
	font-weight: 700;
	font-size: 40px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-top: 15px;
}
#compra-scritte {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 80%;
	float: right;
}
#pulsante-depliant {
	background-color: #ff4d4d;
	margin-top: 10px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	margin-right: 5px;
	overflow: hidden;
	border: 1px solid #f12929;
}
#pulsante-depliant a:link, #pulsante-depliant a:visited {
	display: block;
	opacity: 1;
	color: #FFF;
}
#pulsante-depliant a:hover {
	opacity: 0.8;
	color: #414141;
}
#depliant-icon {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #f12929;
	width: 20%;
	height: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#depliant-icon .fa {
	margin: auto;
	width: 20px;
	display: block;
}
#depliant-scritte h1 {
	font-weight: 700;
	font-size: 40px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-top: 15px;
}
#depliant-scritte {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 80%;
	float: right;
}
#numero-verde {
	background-color: #34b44f;
	margin-top: 35px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	margin-right: 5px;
	overflow: hidden;
	border: 1px solid #24823A;
}
#numero-verde-icon {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #24823a;
	width: 20%;
	height: 100%;
	float: left;
	padding-top: 44px;
	padding-bottom: 44px;
}
#numero-verde-icon .fa {
	margin: auto;
	width: 20px;
	display: block;
}
#numero-verde-scritte h4 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 23px;
	padding-top: 10px;
}
#numero-verde-scritte h1 {
	font-weight: 700;
	font-size: 40px;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#numero-verde-scritte h3 {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 25px;
	padding-bottom: 10px;
}
#numero-verde-scritte {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 80%;
	float: right;
}

#depliant ul {
	color: #FF4D4E;
	list-style-type: square;
	padding-left: 35px;
	margin-top: 15px;
}
#depliant ul li a:link, #depliant ul li a:visited {
	color: #FF4D4E;
	font-family: 'Bench Nine', sans-serif;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	line-height: 18px;
	transition: all 0.5s linear;
}
#depliant ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#depliant-chiaro ul {
	color: #FF4D4E;
	list-style-type: square;
	padding-left: 35px;
	margin-top: 15px;
}
#depliant-chiaro ul li a:link, #depliant-chiaro ul li a:visited {
	color: #FF4D4E;
	font-family: 'Bench Nine', sans-serif;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	line-height: 18px;
	transition: all 0.5s linear;
}
#depliant-chiaro ul li a:hover {
	color: #373737;
	text-decoration: underline;
}
#convenzioni {
	margin: auto;
	width: 1170px;
	overflow: hidden;
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
}
#convenzioni h1 {
	font-size: 60px;
	text-align: center;
	color: #373737;
}
#convenzioni p {
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #373737;
}
.button-convenzioni {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: center;
	background-color: #FF4D4E;
	width: 20%;
	font-family: 'Bench Nine', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-radius: 3px;
	box-shadow: 0 5px 2px rgba(0,0,0,0.2);
	border: 1px solid #DF1D31;
	transition: all 0.5s linear;
}
.button-convenzioni:hover {
	background-color: #DF1D31;
}
#socialbar {
	background-image: url(../img/pattern-social.jpg);
	margin-top: 35px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: "Open Sans", sans-serif;
}
#footer {
	background-color: #414141;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer-main {
	width: 1170px;
	margin: auto;
	overflow: hidden;
}
#colonna-left {
	float: left;
	width: 40%;
}
#logo-footer {
	display: block;
	padding-bottom: 10px;
	width: 292px;
}
#colonna-right {
	float: left;
	width: 30%;
	padding-left: 20px;
}
#footer p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}
#colonna-left a:link, #colonna-left a:visited {
	color: #FF4D4E;
	text-decoration: none;
	transition: all 0.5s linear;
}
#colonna-left a:hover {
	color: #fff;
	text-decoration:underline;
}
#colonna-right ul li a:link, #colonna-right ul li a:visited {
	display: block;
	font-family: 'Bench Nine', sans-serif;
	color: #B5B5B5;
	text-decoration: none;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	transition: all 0.5s linear;
	margin-right: 20px;
}
#colonna-right ul li a:hover {
	padding-left: 15px;
	color: #FFF;
	border-bottom-color: #fff;
}
#credits {
	background-color: #292929;
	padding-top: 12px;
	padding-bottom: 12px;
}
#credits p {
	font-family: 'Bench Nine', sans-serif;
	color: #666;
	text-align: center;
	font-size: 12px;
}
#credits a:link, #credits a:visited {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s linear;
}
#credits a:hover {
	color: #ccff00;
}
.video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#stampa {
	margin-top: 35px;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 35px;
}
#stampa h1 {
	color: #373737;
	font-size: 60px;
	font-weight: 300;
	padding-bottom: 15px;
}
#stampa p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #373737;
	text-align: justify;
}
#stampa p strong {
	font-weight: 600;
}
#stampa h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff4d4e;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#stampa h2 span {
	background-color: #ff4d4e;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
#stampa a:link, #stampa a:visited {
	color: #ff4d4e;
	transition: all 0.3s linear;
}
#stampa a:hover {
	color: #373737;
}
#stampa ul {
	list-style-type: square;
	margin-left: 15px;
}
#stampa ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #373737;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}
#stampa ul li strong {
	font-weight: 600;
}
.tabella-prezzi-intestazione {
	background-color: #ededed;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #e0e0e0;
}
.tabella-prezzi-chiaro {
	background-color: #fbfbfb;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #e0e0e0;
}
.tabella-prezzi-giallo {
	background-color: #FFFF99;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #e0e0e0;
}
.tabella-prezzi-scuro {
	background-color: #f7f7f7;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #e0e0e0;
}
.depliant-titolo {
	font-size: 16px !important;
	padding: 10px 0px 2px 0px !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
@media screen and (max-width: 1170px) {
#header-center {
	width: 100%;
	margin: 0px;
}
.logo {
	display: block;
	margin: auto;
}
#header-menu {
	float: right;
	margin-top: 55px;
	margin-left: 50px;
}
#content {
	margin: auto;
	width: 100%;
}
#concorso, #dettaglio-convenzioni {
	padding-left: 5px;
	padding-right: 5px;
}
#ultime-date {
	padding-left: 20px;
}
#form-partner {
	padding-left: 20px;
}
#corso {
	padding-left: 5px;
	padding-right: 40px;
}
#corso-chiaro {
	padding-left: 5px;
	padding-right: 40px;
}
#pulsanti {
	padding-left: 20px;
}
#convenzioni {
	margin: auto;
	width: 100%;
}
#footer-main {
	width: 100%;
	margin: auto;
}
#colonna-left {
	margin-left: 5px;
}
#colonna-right {
	margin-right: 5px;
}
.button-convenzioni {
	width: 40%;
}
}
@media screen and (max-width: 1024px) {
#header-center {
	width: 100%;
	margin: 0px;
}
.logo {
	display: block;
	float: none;
	width: 449px;
	magin: auto;
}
#header-menu {
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}
#content {
	margin: auto;
	width: 100%;
}
#content-immagini h1 {
	font-size: 40px;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 100px;
}
#content-immagini h2 {
	font-size: 25px;
}
#concorso, #dettaglio-convenzioni {
	width: 55%;
	padding-left:5px;
}
#ultime-date {
	width: 45%;
	padding-left: 35px;
}
#form-partner {
	width: 45%;
	padding-left: 35px;
}
#corso {
	width: 55%;
	padding-left:5px;
}
#corso-chiaro {
	width: 55%;
	padding-left:5px;
}
#pulsanti {
	width: 45%;
	padding-left: 35px;
}
#convenzioni {
	margin: auto;
	width: 100%;
}
#colonna-left {
	width: 50%;
}
#colonna-right {
	width: 40%;
}
.button-convenzioni {
	width: 40%;
}
}
@media screen and (max-width: 768px) {
#header-center {
	width: 100%;
	margin: 0px;
}
.logo {
	width: 449px;
	float:none;
	max-width: 96%;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#header-menu {
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}
#content {
	margin: auto;
	width: 100%;
}
#img-corso {
	float: none;
	width: 100%;
	height: 326px;
	border-right: none;
	border-bottom: solid 1px #fff;
}
#img-concorso {
	float: none;
	width: 100%;
	height: 326px;
	border-right: none;
	border-bottom: solid 1px #fff;
}
#img-depliant {
	float: none;
	width: 100%;
	height: 326px;
	border-right: none;
	border-bottom: solid 1px #fff;
}
#img-video {
	float: none;
	width: 100%;
	height: 326px;
	border-right: none;
	border-bottom: solid 1px #fff;
}
#content-immagini h1 {
	font-size: 55px;
	border-bottom-width: 2px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#content-immagini h2 {
	font-size: 30px;
}
#concorso, #dettaglio-convenzioni {
	width: 100%;
	float: none;
	padding-left:5px;
}
#concorso p, #dettaglio-convenzioni p {
	text-align: left;
}
#concorso ul li, #dettaglio-convenzioni ul li {
	text-align: justify;
}
#ultime-date {
	width: 100%;
	float: none;
	padding-left: 5px;
}
#ultime-date h1 {
	text-align: left;
}
#form-partner {
	width: 100%;
	float: none;
	padding-left: 5px;
}
#form-partner h1 {
	text-align: center;
}
#main-successi {
	width: 100%;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}
#successi-scritte h1 {
	font-size: 25px;
}
#main-bando-link {
	width: 100%;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}
#bando-link-scritte h1 {
	font-size: 25px;
}
#main-newsletter {
	width: 100%;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}
#newsletter-scritte h1 {
	font-size: 25px;
}
#main-banner {
	width: 100%;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}

#main-banner a {
	width: 100%;
	height: auto;
}
#main-banner a img {
	width: 100%;
	height: auto;
}
#corso {
	width: 100%;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}
#corso p {
	text-align: justify;
}
#corso ul li {
	text-align: justify;
}
#corso-chiaro {
	width: 100%;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}
#corso-chiaro p {
	text-align: justify;
}
#corso-chiaro ul li {
	text-align: justify;
}
#pulsanti {
	width: 100%;
	float: none;
	padding-left: 5px;
	margin-top: 15px;
}
#convenzioni {
	margin: auto;
	width: 100%;
}
#colonna-left {
	float: none;
	width: 100%;
}
#colonna-right {
	float: none;
	width: 100%;
	padding-top: 20px;
}
#logo-footer {
	margin: auto;
}
#footer p {
	text-align: center;
}
#colonna-right ul li a:link, #colonna-right ul li a:visited {
	text-align: center;
}
#colonna-right ul li a:hover {
	padding-left: 0px;
}
.button-convenzioni {
	width: 60%;
}
#stampa {
	width: 100%;
	max-width: 700px;
}
}
@media screen and (max-width: 480px) {
#header-center {
	width: 100%;
	margin: 0px;
}
.logo {
	float:none;
	margin: auto;
	max-width: 96%;
	padding-left: 10px;
	padding-right: 10px;
}
#header-menu {
	float: none;
	margin-top: 0px;
	margin-left: 0px;
}
#content {
	margin: auto;
	width: 100%;
}
#titolo-corso h1 {
	font-size: 40px;	
}
#titolo-corso h2 {
	font-size: 30px;
	padding-top: 0px;	
}
#titolo-corso h3 {
	padding-top: 25px;
	padding-bottom: 5px;	
}
#content-immagini h1 {
	font-size: 40px;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 110px;
}
#content-immagini h2 {
	font-size: 25px;
}
#convenzioni {
	margin: auto;
	width: 100%;
}
.button-convenzioni {
	width: 80%;
}
#stampa {
	width: 100%;
	max-width: 440px;
}
}