@font-face {
	font-family: 'Titillium Web';
	src: url('fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

.error {
	color: red !important;
	font-size: 0.7em !important;
	break-after: always;
}

.titillium {
	font-family: 'Titillium Web', sans-serif;
}


body {
	/* 'Raleway', */
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 360;
	color: #666;
	overflow-x: hidden;

}

strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}


.titillium {
	font-family: 'Titillium Web', sans-serif;
}

.progressicon {
	display: block;
	padding-right: 2px;
	float: left;
	width: 12px !important;
	height: 12px !important;
}


.list-group-item {
	background-color: transparent !important;
}


.panelMsg-container {
	max-width: 280px;
	max-height: 50vh;
	background-color: #dae3f4 !important;
	overflow: scroll;
	overflow-x: hidden;
}

.panelMsg-popup {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 28px;
	z-index: 10000;
	max-width: 280px;
	max-height: 50vh;
	background-color: #dae3f4 !important;
	border-top: 8px solid #f1b600;
	border-bottom: 8px solid #f1b600;
}

.close-panel {
	background-color: #dae3f4 !important;
	padding: 0px;
	border: none;
	cursor: pointer;
	opacity: 1;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 280px;
	z-index: 10000;
}

.open-panel {
	background-color: #dae3f4 !important;
	padding: 0px;
	border: none;
	cursor: pointer;
	opacity: 1;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 280px;
	z-index: 10000;
}





.rowBluAlt {
	background-color: #f6f6f6 !important;
	border-bottom: thin 1px solid #ccc;
}

@media (max-width:576px) {
	.panelMsg-popup, .panelMsg-container, .close-panel, .open-panel {
		max-width: calc(100% - 28px);
		width: calc(100% - 28px);
		right: 14px;
	}

	.open-panel, .close-panel {
		bottom: 2px !important;
	}


	.panelMsg-popup {
		bottom: 48px !important;
	}
}




.firstContainer {
	margin-top: -40px;
	z-index: 1;
}

@media (max-width:576px) {
	.firstContainer {
		margin-top: 0px
	}
}





.paddingContestContainer {
	padding: 3rem !important;
}

@media (max-width:576px) {
	.paddingContestContainer {
		padding: 0.25rem !important;
	}
}






.titleContest {
	display: block;
	height: 300px;
	font-weight: bold;
	padding: 80px 0px 40px 80px;
}

.titleCTAContest {
	display: block;
	height: 100px;
}





.bgBlueLight {
	background-color: #dae3f4;
}


.panel-heading .chevron:after {
	content: "\f054";
}

.panel-heading.collapsed .chevron:after {
	content: "\f078";
}



.newsMargin {
	margin-top: 0px !important;
}



.visualHeader {
	height: 360px !important;
	border-top: 8px solid #f1b600;
	border-bottom: 8px solid #f1b600;
}

.visualHeaderMain {
	height: 480px !important;
	border-top: 8px solid #f1b600;
	border-bottom: 8px solid #f1b600;
}

.visualHeaderMainM {
	border-top: 8px solid #f1b600;
	border-bottom: 8px solid #f1b600;
}

.bt1grey {
	border-top: 0px solid #ccc;
	/*font-size:10px!important;*/
}

	.bt1grey:after {
		position: relative;
		content: '';
		width: 94%;
		height: 1px;
		background: #ccc;
		left: 3%;
		top: 0px;
	}


.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}


.tab-pane-scroll {
	width: 100%;
	height: 480px;
	overflow-y: scroll;
	overflow-x: hidden;
}















/* CLASSI PER TABS */

.nav-tabs .nav-link {
	background-color: #004c99 !important;
	color: white;
	border: 1px solid white;
	border-bottom: none !important;
}

	.nav-tabs .nav-link.active {
		background-color: #ffffff !important;
		color: #004c99;
		border: 1px solid #004c99;
		border-bottom: none !important;
	}










/* CLASSI PER NAVIGAZIONE */
/* ======================================================================================= */
/*Classi versione DeskTop*/
.navbar {
	padding: 6px 0px;
}


#sticky-wrap {
	top: -115px;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
	z-index: 11111;
}

	#sticky-wrap.stickyhead {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 11111;
	}




.nav-item {
	background-color: #fff !important;
	color: #004c99;
}

	.nav-item active {
		background-color: white;
		color: #004c99 !important;
	}

	.nav-item a, .nav-item a:active, .nav-item a:hover, .nav-item a:visited {
		color: #004c99;
	}




.dropdown-menu {
	border: 0px !important;
	border-radius: .25rem;
	font-size: 80% !important;
}

	.dropdown-menu a:hover {
		background-color: #efefef;
	}



.dropdown > .dropdown-menu {
	top: 200%;
	transition: 0.9s all ease-in-out;
	margin: 0px !important;
}

.dropdown:hover > .dropdown-menu {
	display: block;
	top: 100%;
}

.dropdown > .dropdown-toggle:active {
	pointer-events: none;
}






@media (max-width: 960px) {
	/*Classi versione DeskTop*/
	.nav-item {
		background-color: #fff !important;
		color: #004c99;
	}

		.nav-item active {
			background-color: white;
			color: #004c99 !important;
		}

		.nav-item a, .nav-item a:active, .nav-item a:hover, .nav-item a:visited {
			color: #004c99;
		}

	.dropdown-menu {
		border: 1px solid rgba(0,0,0,.15);
		border-radius: .25rem;
	}

	.newsMargin {
		margin-top: -60px !important;
	}


	.newsImg {
		height: 480px !important;
	}
}


@media ( max-width:720px) {
}





.bgMainMobile {
	background: #004b9c url(../images/bgMainMobile.png) repeat-x center top;
}



.tab-pane {
	padding: 0px;
	min-height: 320px !important;
	width: 100%;
	/*overflow-x: auto;*/
	/* se custom scroll bar >>> https://codepen.io/GhostRider/pen/GHaFw  */
}

.tabShadow {
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
}

.icon-wrapper {
	position: relative;
	float: left;
}

.paddingNav {
	padding: 10px !important;
}

.badge {
	/*
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    position: absolute !important;
    border-radius: 50%;
    background-color: #f1b700;
    right: 10px;
    top: 4px;
    color: white;
    font-weight: bold;
    */
}

/* sfumature di Blu */
.bold {
	font-weight: bold !important;
}

.bgMainBlue {
	background-color: #004c99 !important;
}

.colorMainBlue {
	color: #004c99 !important;
}

.borderMainBlue {
	border: 1px solid #004c99;
}


.selectBlue {
	/* styling */
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}


	/* arrows */

	.selectBlue.classic {
		background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
		background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
		background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
		background-repeat: no-repeat;
	}

		.selectBlue.classic:focus {
			background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
			background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
			background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
			background-repeat: no-repeat;
			border-color: grey;
			outline: 0;
		}

.btn-corner-sm {
	/*border-radius: 14px !important;*/
}


.btn-MainBlue {
	border-radius: 14px !important;
	color: #f1b700;
	font-weight: 500;
	background-color: #004c99;
	border-color: #004c99;
	margin-top: -0px !important;
	border-radius: 0px;
	-webkit-box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
	box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
}

	.btn-MainBlue:active {
		color: #f1b700;
		font-weight: 500;
		margin: 0px;
		border-radius: 0px;
	}

	.btn-MainBlue:hover {
		color: #f1b700;
		font-weight: 500;
		margin: 0px;
		border-radius: 0px;
	}


/* BOTTONI PER DOWNLOAD GUIDE E REGOLAMENTO*/
.btn-MainBlueEff {
	background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	transition: all 500ms ease-in-out;
}

	.btn-MainBlueEff:hover {
		background-position: 0;
		color: #004c99;
	}









.btn-inverted {
	font-family: 'Titillium Web', sans-serif;
	padding: 0 10px;
	font-weight: bold;
	color: #004c99;
	background-color: #ffffff;
	border-color: #dddddd;
	margin-top: -0px !important;
	border-radius: 2px;
	-webkit-box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
	box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
}

	.btn-inverted:active {
		color: #f1b600;
		font-weight: 500;
		margin: 0px;
		border-radius: 2px;
		background-color: #004c99;
	}

	.btn-inverted:hover {
		color: #f1b600;
		font-weight: 500;
		margin: 0px;
		border-radius: 2px;
		background-color: #004c99;
	}



.text-small {
	font-size: 80%;
}

.borderGrey {
	border: 2px solid #cccccc;
}

.colorGreyDark {
	color: #595959;
}

.bgCover {
	background: url(../images/bgCover.jpg) no-repeat center center;
	background-size: cover;
}

.bgMainBlueLight {
	background-color: #004a99 !important;
}

.colorMainBlueLight {
	color: #004a99 !important;
}


.bgMainBlueLight {
	background-color: #317ed9 !important;
}

.colorMainBlueLight {
	color: #317ed9 !important;
}

.bgMainBlueLighter {
	background-color: #adc2dc !important;
}

.colorMainBlueLighter {
	color: #adc2dc !important;
}

.datiProfilo {
	padding-left: 24px;
	padding-right: 24px;
	line-height: 40px;
}


.fixed100 {
	height: 100px !important;
	width: auto;
	background-color: transparent;
	clear: both;
}

.rowNoPadding {
	flex-wrap: wrap;
	margin-right: -30px !important;
	margin-left: -30px !important;
}

.bgMainYellow {
	background-color: #f1b700 !important;
}

.colorMainYellow {
	color: #f1b700 !important;
}

.bgMainWhite {
	background-color: #ffffff !important;
}

.colorMainWhite {
	color: #ffffff !important;
}


.bgGreyLight {
	background-color: #dedede;
}

.logo-header {
	max-height: 30px !important;
}

.navbar-brand {
	padding: 0px !important;
}

.img-logo-header {
	width: 180px !important;
	max-width: 180px !important;
}


.preHeader {
	background-color: #004b9c;
	max-height: 36px !important;
}

.imgGray {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}



.shadowFooter {
	-webkit-box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
	box-shadow: -1px -8px 25px 0px rgba(0,0,0,0.15) !important;
}

.footerHR {
	height: 3px !important;
	background: transparent url(../images/_footer_hr.png) repeat-x left center;
}










.carousel-indicators {
	bottom: 30px;
}


@media (max-width:576px) {

	.carousel-indicators {
		bottom: 0px;
	}
}





.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border: 1px solid white !important;
	opacity: .5;
	transition: opacity .6s ease;
}

	.carousel-indicators li.active {
		background-color: white;
	}

.carousel-caption {
	position: absolute;
	right: 15%;
	left: 15%;
	bottom: 60px;
	z-index: 10000;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.carousel-item {
	width: 100%;
	height: 100%;
	max-height: 360px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
	background-image: none;
}




@media (max-width:576px) {
	/*
    .carousel-caption h1, .carousel-caption h2, .carousel-caption h3 {
        font-size: 80% !important;
    }

    .carousel-item {
        max-height: 360px;
    }
*/
}

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 62px; /* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 75%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: rgba(0, 76, 153, .98);
		transition-timing-function: ease-in-out;
		transition-duration: .5s;
		transition-property: left, visibility;
	}

		.offcanvas-collapse.open {
			left: 25%;
			visibility: visible;
		}
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

	.nav-scroller .nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 1rem;
		margin-top: -1px;
		overflow-x: auto;
		color: rgba(255, 255, 255, .75);
		text-align: center;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}


.nav-link {
	font-size: 80%;
	font-weight: 300;
	color: #004c99;
	padding-right: 10px;
}

	.nav-link:hover {
		color: #cccccc;
		border-bottom: 1px solid #ffffff;
	}

	.nav-link:active {
		color: #ffffff;
		background-color: #004c99;
		border-bottom: 1px solid #ffffff;
	}


@media (max-width: 960px) {
	.nav-link-MobileSmall {
		font-size: 10px !important;
	}
}






/* Usati nel menu laterale */
.nav-link-white {
	font-size: 100%;
	font-weight: 300;
	color: #ffffff;
	padding-right: 10px;
}

	.nav-link-white:hover {
		color: #cccccc;
		border-bottom: 1px solid #ffffff;
	}

.nav-link-blue {
	font-size: 80%;
	font-weight: 300;
	color: #004c99;
}

	.nav-link-blue:hover {
		color: #336699;
	}


table {
	margin-top: 10px !important;
}

td {
	/*font-size: 10px !important;*/
}

.tdbig {
	font-size: 14px !important;
}



