@charset "UTF-8";
/* CSS Document */

body, html {
    
	
} 
h1 {
	color: #294977;
	font-size: 35px;
	font-weight: 600;
	font-family: 'Ubuntu','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', sans-serif
}

h5 {
	color: #3b3b3b;
	font-size: 27px;
	font-weight: 600;
	font-family: 'Ubuntu','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', sans-serif
}

.logo-opzioni{ margin-bottom:1em; margin-top: 1em;}

.logo-all{vertical-align: bottom;}

.img-full {
	width: 100%;
}

.sottotitolo{
	color: #294977;
	font-size: 22px;
	font-weight: 200;
	font-family: 'Ubuntu','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', sans-serif
}

.sottotitolo-2{
	color: #3b3b3b;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Ubuntu','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	margin-top: 1em;
}
.sottotitolo-3 {font-size: 1.2em; }

.grassetto{ font-weight: 600;}

.centrato{ text-align: center;
	margin: 0 auto;}

.all-verticale{ vertical-align: 10em;}

.box{	
	color: #000000;
	font-size: 16px;
	font-family: 'Ubuntu','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 
	'DejaVu Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	
}

ul li{list-style: circle;
line-height: 1.5em;
font-size: 17px;
font-weight: 100;
color: #000000;
	font-family: 'Ubuntu','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 
	'DejaVu Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	}

	.link-footer{ font-weight: bold; font-size: 14px; font-family: 'Gill Sans', 'Gill Sans MT','Myriad Pro',  Helvetica, Arial, sans-serif;}

.txt{font-size: 12px; font-family: 'Gill Sans', 'Gill Sans MT','Myriad Pro',  Helvetica, Arial, sans-serif;}

button, .button {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    border: 1px solid #ffa914;
    padding: 17px 30px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffa914;
    color: #fff;
    font-weight: 600;
    border-radius: 43px;
    min-width: 170px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.header .signin {
	border-radius: 0;
	padding: 0;
	height: 40px;
	
}

.video-option{ width:100%;}

@media (min-width: 1023px)
{body, html {
    width: 100%;
	margin: 1.5em;
} 
.video-option{ width:560px;}}
	
@media (min-width: 768px){
.action-wrapper button {
    font-size: 10px;
    min-width: 20px;
    margin-left: 6px;
}
}
@media (max-width: 769px){
	.logo-opzioni{ width: 100% ;}
}