@charset "UTF-8";

/* FONTS */

@font-face {
    font-family: 'gotham';
    src: url('../_fonts/gotham_book-webfont.eot');
    src: url('../_fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/gotham_book-webfont.woff2') format('woff2'),
         url('../_fonts/gotham_book-webfont.woff') format('woff'),
         url('../_fonts/gotham_book-webfont.ttf') format('truetype'),
         url('../_fonts/gotham_book-webfont.svg#gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('../_fonts/gotham-bold-webfont.eot');
    src: url('../_fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../_fonts/gotham-bold-webfont.woff') format('woff'),
         url('../_fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../_fonts/gotham-bold-webfont.svg#gotham') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_black';
    src: url('../_fonts/gotham-black-webfont.eot');
    src: url('../_fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../_fonts/gotham-black-webfont.woff') format('woff'),
         url('../_fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../_fonts/gotham-black-webfont.svg#gotham_black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_medium';
    src: url('../_fonts/gotham-medium-webfont.eot');
    src: url('../_fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../_fonts/gotham-medium-webfont.woff') format('woff'),
         url('../_fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../_fonts/gotham-medium-webfont.svg#gotham_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_light';
    src: url('../_fonts/gotham-light-webfont.eot');
    src: url('../_fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../_fonts/gotham-light-webfont.woff') format('woff'),
         url('../_fonts/gotham-light-webfont.ttf') format('truetype'),
         url('../_fonts/gotham-light-webfont.svg#gotham_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* COMMON */

body { margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; background: #0f314b; }
a { text-decoration: none; color: #10a0fe; }
a:hover { color: #fff; }

.wrapper { width: 100vw; height: auto; display: block; overflow: hidden; position: relative; }

.container, nav {
	display: block;
	overflow: hidden;
	position: relative;
	width: calc(100% -80px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	height: auto;
	min-height: 40px;
}

.container.black { background-color: #000; max-width: 1119px; }
.container.black.divider { background: url(../_img/bk-divider.png) center top repeat-y #000; }

header {
	position: fixed;
	display: block;
	overflow: visible;
	width: 100vw;
	top: 60px;
	height: 55px;
	background: url(../_img/bk-menu.png) top center repeat-y;
	margin: 0;
	padding: 0;
	z-index: 100;
}
header.opened { background-position: top left !important; }

nav { overflow: visible !important; }
nav #logo {
	overflow: hidden;
	display: inline-block;
	color: #fff;
    font-family: 'gotham_light';
	font-size: 190%;
	padding: 9px 15px 10px 0;
	background: #001248;
	width: auto !important;
	margin: 0 0 0 40px;
}

nav #logo::before {
	display: block;
	content: url(../_img/d-back.png);
	position: absolute;
	top: -24px;
	left: 40px;

}
nav #logo strong { font-family: 'gotham'; }


#anni {
	display: block;
	overflow: hidden;
	width: calc(100% - 80px);
	max-width: 1200px;	
	margin: 15px auto 0 auto;
	text-align: right;
	z-index: 1 !important;
}
#anni img { height: 130px; width: auto; }

#obscurer { width: 100vh; height: 100vh; display: none; z-index: 98 !important; margin:0; padding:0; background-color: #7abfec; position: fixed; top:0; left: 0; overflow:hidden; }

nav #menub {
	font-family: 'gotham';
	font-weight: bold;
	display: block;
	overflow: hidden;
	position: relative;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #12589a;
	padding: 18px 0 18px 40px;
}

nav #menub li {
	display: inline-block;
	padding: 0 13px 0 0;
	margin: 0 7px 0 0;
	border-right: 1px solid #fff;
	font-size: 90%;
}

nav #menub li a, nav #menub li.security a:hover { color: #fff; text-decoration: none; }
nav #menub li.logged a, nav #menub li.security a, nav #menub li a:hover { color: #77cfff; }
nav #menub li.security { background: url(../_img/lock.png) top left no-repeat; padding: 0 0 0 18px; margin: 0; border: none !important; }
nav #menub li.logged { padding: 0 0 0 0; margin: 0; border: none !important; }

nav #buttonmenu { display: none; overflow: hidden; width: 33px; height: 30px; background: url(../_img/button-mobile.png) top left no-repeat; float: right; margin-top: 12px; }
nav #buttonmenu:hover, nav #buttonmenu.active { background-position: bottom left !important; }

#menum {
	position: fixed;
	display: none;
	overflow: hidden;
	width: 300px;
	top: 0;
	right: 0;
	margin: 0 -350px 0 0;
	padding: 150px 25px 20px 25px;
	height: calc(100% - 120px) !important;
	background: #12589a;
	font-family: 'gotham';
	text-transform: uppercase;
	z-index: 99;
	list-style: none;
	text-align: right;
}

#menum > li { display: block; font-size: 160%; border-bottom: 1px dotted #2f83ba; }
#menum > li a { display: block; text-decoration: none; color: #fff !important; margin: 15px 0; }
#menum li.security a, #menum > li a:hover { color: #77cfff !important; }
#menum li.security { background: url(../_img/lock.png) center right no-repeat; padding: 0 22px 0 0; margin: 25px 0 0 0; border: none !important; font-size: 130%; }
#menum li.security a:hover { color: #fff !important; }


.cycle-slideshow > div {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100vw;
	height: 80vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slidetop {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100vw;
	height: 80vh;
	z-index: 0;
	border-bottom: solid 18px #000;
}

#slidetop .head h1 {
    font-family: 'gotham_light';
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 440%;
	font-weight: normal;
	line-height: 1.4em;
}

.wrapper.head { background: url(../_img/bk-head.png) top center; background-size: 100% 100%; z-index: 200; position: absolute !important; left: 0; bottom: 0; }

.wrapper.claim h2, #phone h2, .wrapper.claim p {
    font-family: 'gotham_light';
	display: block;
	overflow: hidden;
	position: relative;
	width: 70%;
	padding: 0 40px;
	max-width: 900px;
	margin: 35px auto;
	text-align: center;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3em;
}

.wrapper.claim a { color: #fff; }
.wrapper.claim a:hover, .wrapper.claim p big { color: #77cfff; }

#phone h2 { width: 90% !important; }
#phone { text-align: center !important }
#phone a {
	display: inline-block;
	width: auto;
	background: url(../_img/phone.png) bottom left no-repeat;
	min-height: 30px;
	color: #fff;
    font-family: 'gotham_light';
	font-size: 3vw;
	text-decoration: none;
	padding: 0 0 15px 35px;
	margin: 0 3% 60px 3%;
}
#phone a strong { font-family: 'gotham_black'; font-weight: normal; }

#corsi { background: url(../_img/bk-corsi.png) top left repeat; }

.thebox {
	display: block;
	overflow: hidden;
	position: relative;
	float: none;
	width: calc(100% - 80px);
	padding: 40px;
	color: #fff;
    font-family: 'gotham_light';
}

.box3x {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	min-height: 500px;
	width: calc((100% / 3) - 2px);
	margin: 0px 1px 2px 1px;
}

.box3x.pdf {
	display: block;
	overflow: hidden;
	position: relative;
	float: right;
	min-height: 500px;
	width: calc((100% / 2) - 2px);
	margin: 0px 1px 2px 1px;
}

a.pdf {	font-size: 180%; !important; font-family: 'gotham_medium' !important; }
.videomenu > img { width: 100% !important; height: auto !important; }

.boxinside {
	display: block;
	overflow: hidden;
	position: relative;
	height: 500px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
}

.boxinside  > a {
    font-family: 'gotham_light';
	position: absolute;
	overflow: hidden;
	padding: 25px 15px;
	margin: 0;
	width: calc(100% - 30px);
	bottom: 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 220%;
	background: rgba(18,88,154,0.65);
	height: 90px;
	text-decoration: none;
}

.boxinside:nth-child(even) a, .boxinside:nth-child(even) a { background: rgba(47,131,186,0.65) !important; }
.box3x:nth-child(1) .text, .box3x:nth-child(4) .text, .box3x:nth-child(7) .text { border: none !important; }
.boxinside a strong { font-family: 'gotham_medium' !important;  }
.boxinside a:hover { padding-bottom: 60px !important }

#gallery { background-color: #0a2437 !important; }
#gallery .box3x { height: auto !important; min-height: 300px !important; }
#gallery .boxinside {
	display: block;
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
}

#gallery .boxinside > a {
    font-family: 'gotham_light';
	position: absolute;
	overflow: hidden;
	padding: 15px 15px;
	height: 70px;
	margin: 0;
	width: calc(100% - 30px);
	bottom: 0;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 120%;
	background: rgba(18,88,154,0.65);
	text-decoration: none;
}


.box3x .text { width: 80% !important; padding: 20px 10% 0 10% !important; color: #fff !important; font-family: 'gotham_light' !important; border-left: 1px solid #12589a; }
.box3x .text h1, .box3x .text h2, .box3x .text h3, .thebox h1, .thebox h2 { color: #10a0fe !important; }
.box3x .text h1, .thebox h1 { font-size: 180% !important; margin: 0px !important; padding: 0 !important; }
.thebox h1 { width: 60%; font-size: 220% !important; }
.thebox h3 { width: 80%; font-size: 140% !important; }
.thebox p { padding-bottom: 20px; }
.thebox p ul { padding: 0px !important; }

.thevideo {
	height: 0;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}
.thevideo iframe,
.thevideo object,
.thevideo embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.puntate {
	text-align: right;
	padding-top: 20px;
    font-family: 'gotham';
    color: #fff;
}

.puntate span { float: left; margin-bottom: 12px; display: block; }

.puntate a {
    color: #10a0fe;
    padding: 0 0 24px 10px;
    margin-left: 10px;
    border-left: 1px solid #10a0fe;
    text-transform: uppercase;
}

.puntate a:hover { color: #fff; }

.clink {
	position: relative !important;
	display: block !important;
	overflow: hidden;
	background: url(../_img/bk-acquista.png) right center no-repeat !important;
	width: 200px !important;
	height: auto !important;
	color: #fff;
	font-family: 'gotham_light';
	font-size: 100% !important;
	padding: 10px 5% 10px 40px !important;
	margin: 40px 0 0 0 !important;
}
.clink:hover { width: 240px !important; }

#divider { height: 10px; }
#title, #divider { background: url(../_img/bk-medium.png) center top repeat-y; }
#title h2 { 
    font-family: 'gotham';
	display: block;
	overflow: hidden;
	position: relative;
	width: calc(100% - 80px);
	max-width: 1119px;
	margin: 0 auto;
	padding: 8px 40px;
	text-align: center;
	font-size: 250%;
	font-weight: normal;
	color: #10a0fe;
	background: #12589a;
}

.box2x {
    font-family: 'gotham_light';
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: calc((100% / 2) - 40px);
	padding: 0 0 30px 0;
	font-size: 90%;
}

.box2x h1, .box2x h2 {
	font-weight: normal;
	color: #10a0fe;
	width: 80%;
	padding: 0;
	margin: 0 0 30px 0;
}
.box2x:nth-child(even) { float: right; }

.box2x h1 { font-size: 200%; }
.box2x h2 { font-size: 160%; }
.box2x strong { font-family: 'gotham'; }

.box2x .banner { display: block; margin: 30px 0; width: calc(100% - 10px) !important; padding: 0px !important; border: 5px solid #2f83ba; background: #fff; }
.box2x .banner img { width: 100%; height: auto;  }

.container p a, .container table a { color: #10a0fe; }
.container p a:hover, .container table a:hover { color: #fff; }

/* MODULO */

.module { margin: 40px 0 0 0; width: 100% !important; }
.module td { padding: 0 5px 3px 0; }
.module input[type='text'] , .module input[type='email'] { margin: 0 0 0 30px; padding: 3px 6px; width: calc(100% - 42px); font-size: 80%; }
.module select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid #ccc;
    width: 150px;
    overflow: hidden;
    background: #fff url("../_img/arrowdown.gif") no-repeat 98% center;
    margin: 0 0 0 30px;
    padding: 3px 6px;
    font-size: 80%;
    }

.module select::-ms-expand { display: none; }
    
.module td small { float: right; margin-top: 15px; }
.module td a { color: #fff; text-decoration: underline; }
.module td a:hover { color: #2f83ba; }

.module textarea {
	width: calc(100% - 12px);
	padding: 6px;
	height: 140px !important;
	border: #999 1px solid;
    resize: none;
}

.module .login, .loginacq {
	display: inline-block;
	background: #12589a;
	padding: 10px;
	color: #fff;
	border: none;
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
	margin: 0px;
	width: auto;
	font-family: 'gotham';
	font-size: 120%;
	cursor: pointer;
}

.module .login:hover, .loginacq:hover { background-color: #2f83ba; }

.log { color: #fff !important; font-family: 'gotham'; text-align: center; font-size: 120%; }
.loginbox {
    font-family: 'gotham_light';
	display: block;
	overflow: hidden;
	border: 0px;
	margin: 0px auto;
	width: 530px;
	color: #fff;
}
.loginbox td {
	display: table-cell;
	overflow: hidden;
	padding: 0 0 10px 20px;
}
.loginbox input[type="text"], .loginbox input[type="password"] {
	padding: 4px;
	border: 1px solid #000;
	width: 260px;
}
.loginbox input[type="submit"], .logout {
	padding: 3px 15px;
	font-size: 100%;
	color: #fff !important;
	background: #12589a;
	border: 0px !important;
	cursor: pointer;
}
.logout { padding: 9px 15px; }
.loginbox input[type="submit"]:hover, .logout:hover { color: #10a0fe; }
#lostp { font-size: 65% !important; line-height: 5em; }
.privacybox { padding: 20px 0; border-top: 1px dotted #444; border-bottom: 1px dotted #444; margin-bottom: 30px; }

.acquista {
	display: block;
	margin: 30px auto 0 auto;
	padding: 20px 15px;
	font-size: 140%;
	color: #fff !important;
	border: 0px !important;
	cursor: pointer;
	width: 30%;
	background: #12589a;
}
.acquista:hover {
	background-color: #10a0f3;
}


/* FOOTER */

#footer { margin: 0; background: url(../_img/bk-footer.png) center top repeat-y; padding: 0; }
#footer h2 { 
	margin: 0;
	float: left;
	color: #fff;
    font-family: 'gotham_light';
	font-size: 140%;
	font-weight: normal;
	padding: 20px 40px;
	background: #2f83ba;
}
#footer h2 strong { font-family: 'gotham'; }

#footer #social {
	display: block;
	float: right;
	list-style: none;
	padding: 0;
	margin: 15px 40px 0 0;
}

#footer #social li { display: inline-block; }
#footer #social li a:hover, .box2x .banner:hover img { opacity: 0.6; filter: alpha(opacity=60); }
#colophone .container { padding: 20px 40px 40px 40px; }
#colophone .container .prointegra { float: right; margin-top: 20px; }

#bonificobox, #satispaybox { display: none; }

.thebox .videocorso {
	width: 60%;
	float: right;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.thebox .videomenu {
	width: 30%;
	float: left;
	display: block;
	overflow: hidden;
}

.thebox .videomenu span {
	overflow: hidden;
	display: block;
	margin: 30px 0 50px 0;
	font-size: 140%;
}

.thebox .videomenu ol {
	margin: 20px 0 40px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	list-style-position: outside;
}

.thebox .videomenu ol li {
	margin: 5px 0 0 0;
	padding:  5px 0 0 0;
	border-top: 1px dotted #222;
}

.thebox .videomenu ol li a { color: #10a0fe; }
.thebox .videomenu ol li a:hover { color: #fff; }
.thebox .videocorso h2, .thebox .videocorso h1 { width: 100%; margin-bottom: 20px !important; display: block; }

/* RESPONSIVE STUFF */

#slidetop .head h1, .box3x a, .clink, .acquista {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

header {
	transition: background-position 1s;
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	-o-transition: background-position 1s;
}

a {
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
}

@media screen and (min-width: 1198px) {
	#phone a { font-size: 220% !important; }
}

@media screen and (max-width: 1198px) {
	nav #menub { display: none !important; }
	nav #buttonmenu { display: block !important; }
	#footer h2 { padding-left: 0px !important; }
	#footer #social { margin-right: 0px !important }
}

@media screen and (max-width: 900px) {
	body { font-size: 120%; }
	#slidetop .head h1 { font-size: 350%; line-height: 1.7em; }
	.box3x { width: calc(100% - 2px) !important; margin-bottom: 40px !important; }
	.box3x.pdf { width: 80% !important; margin: 0 10% 40px 10% !important; }
	#content .box2x { width: 100% !important; }
	.box3x .text { border: none !important; }
	.container.divider { background-image: none !important; }
	#phone a { font-size: 240% !important; }
	.thebox .videocorso, .thebox .videomenu { width: 100%; float: none; }
	.thebox .videocorso.file { text-align: center !important; padding: 80px 0 80px 0; }
}