/* ================
GENERALI
==================*/
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif !important;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.page {
	max-width: 1168px;
	display: block;
	margin: 0 auto;
}
.red_bg {
	background-color: #e1251b;
}
.blue_bg {
	background-color: #002d74;
}
.white_bg {
	background-color: #fff;
}
.center-txt {
	text-align: center;
}
.no-gutters {
	padding:0px;
}
.gutter-right {
	padding-right:5px;
}
@media screen and (max-width: 736px) {
	.gutter-right {
		padding-right: 0px;
		padding-bottom:5px;
	}
}

.blu-txt {
	color:#002d74;
}
.red-txt {
	color:#e1251b;
}
.bold-txt {
	font-weight: 900;
}
h1 {
	text-transform: uppercase;
}
/* ================
MENU
==================*/
#menu {
	padding-top:13px;
	height: 78px;
	position: relative;
	z-index: 1040;
}
#logo {
	display: inline-block;
	float: left;
	margin-right: 70px;
}
ul#menu_ul {
	display: inline-block;
	float: left;
}
ul#menu_ul li {
	list-style-type: none;
	float: left;
	height: 78px;
	margin-right: 30px;
}
ul#menu_ul li.active, ul#menu_ul li:hover {
	border-bottom:8px solid #e1251b;
	height: 65px;
}
ul#menu_ul li a {
	font-weight: 800;
	font-size: 16px;
	padding-top:10px;
	display: block;
	color: #002d74;
}
ul#menu_ul li a:hover {
	color:#0099cc;
	text-decoration: none;
}
ul#menu_ul li.active a, ul#menu_ul li:hover a  {
	color:#0099cc;
}

#menu_bar {
	background-color: #002d74;
	height: 25px;
}
.centered {
	display: block;
	margin: 0 auto;
}
/* ================
HOME
==================*/
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #000;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #000;
	border-radius: 10px;
}
.carousel-control {
	color:#000;
}
.carousel-control:hover {
	color:#000;
}
#myCarousel:after {
	/*content: url('../img/slide_footer.png');*/
	position: absolute;
	bottom:-5px;
	left: 0;
	max-width: 100%;
}
/* ================
LOGIN
==================*/
#login form {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
#login {
	background-color: #fff;
	-weblit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 1000;
	display: block;
}
.login_height {
	height: 0px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-weblit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow: hidden;
}
.login_padding {
	height: 180px;
	padding: 30px;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-weblit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	z-index:1000;
	position: relative;
}
button[type='submit'] {
	background-color: #002d74;
	color:#fff;
	display: block;
	margin: 0 auto;
	border:none;
	padding: 10px 25px;
	margin-top:20px;
}
button[type='submit']:hover {
	background-color: #e1251b;
}
hr.hr {
	border-top:1px solid #002d74;
	max-width: 80%;
	display: block;
	margin: 10px auto;
}
.border-right {
	border-right:1px solid #002d74;
}
label {
	color: #002d74;
}
.form-control {
	border-radius: 0px!important;
}

/* ================
SCOPRI
==================*/

.reg {
	z-index: 1000;
	position: relative;
	top: 4%;
	right: 20%;
	left: 20%;
	margin-bottom: -10vh;
	margin-top: 10vh;
	display: block;
	max-width: 100%
}
@media screen and (max-width: 768px) {
.reg {
	left:2%;
}
}

.box {
	border-top-width: 38px;
	border-top-style: solid;
	border-bottom-width: 38px;
	border-bottom-style: solid;
	border-right-width: 76px;
	border-right-style: solid;
	border-left-width: 76px;
	border-left-style: solid;
	border-color: #15427c;
	}

.spazio {
	margin: 5%!important;
	text-align: justify!important;
}
/* ================
FORM
==================*/
#errore {
	max-width: 70%;
	display: block;
	margin: 30px auto;
	text-align: center;
	padding:20px;
	border:2px solid #e1251b;
}
form#registrazione {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	form#registrazione {
		max-width: 100%;
	}
}

label {
	font-weight: 400;
}
.form-group {
	margin-bottom: 45px;
}
button[type="submit"] {

}

/* ================
FORM promozioni
==================*/

.title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 2vw;
	text-align: center;
	color: #15427c;
}

@media (max-width: 1440px) {
	.title {
		font-size: 2vw;
		line-height: 1em;
		}
	}


@media (max-width: 1024px) {
	.title {
		font-size: 2.5vw;
		line-height: 1em;
		}
	}


@media (max-width: 800px) {
	.title {
		font-size: 3vw;
		}
	}

@media (max-width: 414px) {
	.title {
		font-size: 4vh;
		}
	}

@media (max-width: 360px) {
	.title {
		font-size: 2.5vh;
		}
	}


.text {
	color: #3d3937;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin:auto;
	font-size: 0.8vw;
	font-weight: 100;
	}	

@media (max-width: 1366px) {
	.text {
		font-size: 1.2vw;
		}
	}


@media (max-width: 1280px) {
	.text {
		font-size: 1.1vw;
		}
	}


@media (max-width: 1024px) {
	.text {
		font-size: 1.3vw;
		}
	}

@media (max-width: 736px) and (orientation: landscape) {
	.text {
		font-size: 2vw;
		margin-bottom: 10%;
		}
	}

@media (max-width: 600px) and (orientation: portrait) {
	.text {
		font-size: 2vw;
		}
	}


@media (max-width: 414px) {
	.text {
		font-size: 2vh;
		}
	}
	
@media (max-width: 384px) {
	.text {
		font-size: 2.2vh;
	}
}


@media (max-width: 320px) {
	.text {
		font-size: 2.3vh;
	}
}

.note {
	font-size: 0.6vw;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-align: left;
}

@media (max-width: 1024px) {
	.note {
	font-size: 0.9vw;
}
}

@media (max-width: 960px) {
	.note {
	font-size: 1.1vw;
}
}

@media (max-width: 414px) {
	.note {
	font-size: 1.5vh;
}
}


.u:hover {
	/* border-bottom: 3px solid #fff; */
	color: inherit;
 	background-color: rgba(9, 45, 116, 0.21); 
	padding: 2px 1px 2px 0;
	}

@media (max-width: 414px) {
	.u:hover {
	/* border-bottom: 1.5px solid #fff; */
	background-color: rgba(9, 45, 116, 0.21); 
	padding: 2px 1px 2px 0;
	}

}

.margin {
	margin-bottom: 10px;
	}	
	

@media (max-width:600px) {
	.paddington {
	margin-top: 3%;
	}
}


.hidemobile {
		display:block;
}

@media (max-width: 736px) {
	.hidemobile {
		display:none;
     }
} 


.showmobile {
		display:none;
}

@media (max-width: 736px) {
.showmobile {
		display:block;
}
	 
}

.form {
	font-size: 0.7vw;
	color: #3d3937;
	padding-left: 30px;
	padding-top: 12px;
	padding-right: 30px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

@media (max-width: 1280px) {
	.form {
	font-size: 1vw;
	}
}

@media (min-width: 980px) and (max-width: 1024px) {
	.form {
	  padding-start: 8px;
		-webkit-padding-start: 8px;
		-moz-padding-start: 8px;
	  padding-right: 0px;
	 font-size: 1.1vw;  
	}
}

@media (max-width: 960px) {
	.form {
  -webkit-padding-start: 4px;
  -moz-padding-start: 4px;
  padding-right: 8px;
  font-size: 2vh;
	}
}

@media (max-width: 800px) and (orientation: portrait) {
	.form {
  font-size: 0.9vh;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	.form {
  font-size: 1vh;
	}
}

@media (max-width: 736px) {
	.form {
 -webkit-padding-start: 25px;
  -moz-padding-start: 25px;
  padding-right: 61px;
  font-size: 2.5vh;
	}
}

@media (max-width: 667px) {
	.form {
  -webkit-padding-start: 38px; 
   -moz-padding-start: 38px;
  padding-right: 0px;
	}
}

@media (max-width: 480px) {
	.form {
     -webkit-padding-start: 3px; 
	  -moz-padding-start: 3px;
  	padding-top: 8px;
	padding-right: 3px;
	}
}

@media (max-width: 414px) {
	.form {
		font-size: 1.6vh;
		}
}

@media (max-width: 384px) {
	.form {
		font-size: 1.8vh;
		}
}

@media (max-width: 320px) {
	.form {
		font-size: 2.2vh;
		}
}

.privacy {
	font-size: 1vw;
	}

@media (max-width: 1280px) {
	.privacy {
	font-size: 1.3vw;
	}
	}

@media (max-width: 1024px) {
	.privacy {
	font-size: 1.4vw;
	}
	}

@media (max-width: 414px) {
	.privacy {
    font-size: 2.5vh;
	}
	}

select, input {
	background-color: inherit;
	color: #68696b;
}


.formselect_o {
	height: 28px;
	width:80%;
	font-size: 16px;
	background-color:transparent;
	border: 1px solid  #68696b;
}		

@media (max-width: 800px) and (orientation: portrait) {
	.formselect_o {
		font-size: 0.9vh;
		}
	}

@media (max-width: 768px) and (orientation: portrait) {
	.formselect_o {
		font-size: 1vh;
		}
	}


@media (max-width: 736px) {
	.formselect_o {
		width: 106%;
		font-size: 1.8vh;
		}
	}

@media (max-width: 667px) {
	.formselect_o {
		width: 91%; 
		}
	}

.forminput3 {
	height: 28px;
	width:91%;
	font-size: 16px;
 	background-color:transparent;
	border: 1px solid  #68696b;
}

@media (max-width: 1280px) {
	.forminput3 {
	font-size: 1.7vh;
		}
	}

@media (max-width: 960px) {
	.forminput3 {
	font-size: 2.3vh;
		}
	}

@media (max-width: 800px) and (orientation: portrait) {
	.forminput3 {
		font-size: 0.9vh;
		}
	}

@media (max-width: 768px) and (orientation: portrait) {
	.forminput3 {
		font-size: 1vh;
		}
	}


@media (max-width: 736px) {
	.forminput3 {
		width: 106%;
		font-size: 1.8vh;
		}
	}

@media (max-width: 667px) {
	.forminput3 {
		width: 91%;
		}
	}

@media (max-width: 414px) {
	.forminput3 {
		margin-bottom: 4px;
		}
	}

.formselect_s {
	height: 28px;
	width:28%;
	font-size: 16px;
	background-color:transparent;
	border: 1px solid  #68696b;
}

@media (max-width: 1280px) {
	.formselect_s {
	font-size: 1.7vh;
		}
	}

@media (max-width: 960px) {
	.formselect_s {
	font-size: 2.3vh;
		}
	}


@media (max-width: 768px) {
	.formselect_s {
		width:27%;
		}
	}

@media (max-width: 800px) and (orientation: portrait) {
	.formselect_s {
		font-size: 0.9vh;
		}
	}

@media (max-width: 768px) and (orientation: portrait) {
	.formselect_s {
		font-size: 1vh;
		}
	}
	
@media (max-width: 736px) {
	.formselect_s {
		width: 32%;
		font-size: 1.8vh;
		}
	}	
	
@media (max-width: 667px) {
	.formselect_s {
		width:29%;
		}
	}

.form_sc {
	height: 28px;
	width: 36%;
	font-size: 16px;
	background-color:transparent;
	border: 1px solid  #68696b;
}

@media (max-width: 1280px) {
	.form_sc {
	font-size: 1.7vh;
	width: 44%;
		}
	}

@media (max-width: 960px) {
	.form_sc {
	font-size: 2.3vh;
		}
	}


@media (max-width: 768px) {
	.form_sc {
		width: 36%;
		}
	}

@media (max-width: 800px) and (orientation: portrait) {
	.form_sc {
	font-size: 0.8vh;
	width: 42%;
		}
	}

@media (max-width: 768px) and (orientation: portrait) {
	.form_sc {
	font-size: 1vh;
	width: 43%;
		}
	}
	
@media (max-width: 736px) {
	.form_sc {
		width: 32%;
		font-size: 1.8vh;
		
		}
	}	
	
@media (max-width: 667px) {
	.form_sc {
		width: 36%;
		}
	}
			

/* ================
FOOTER
==================*/
#footer {
	margin-bottom:20px;
}