@charset "UTF-8";

@font-face { 
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/BebasNeue-webfont.woff') format('woff'), 
	url('fonts/BebasNeue-webfont.ttf') format('truetype'), 
	url('fonts/BebasNeue-webfont.svg#wf') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaMediumRegular';
    src: url('fonts/helvetica-medium-webfont.eot');
    src: url('fonts/helvetica-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-medium-webfont.woff') format('woff'),
         url('fonts/helvetica-medium-webfont.ttf') format('truetype'),
         url('fonts/helvetica-medium-webfont.svg#HelveticaMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 16px;
	color: #333333;
    background-color: #333333;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
    line-height: 22px;
}

#logo {
	width: 70%;
	position: absolute;
	top: 10px;
	left: 15%;
	display: block;
	text-align: center;
	z-index: 99;
}
#logo img {
	width: 360px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#navigation {
    position: absolute;
	top: 0;
	left: 0;
    height: 100%;
    width: 100%;
	background-color: rgba(255, 255, 255, 0.97);
	vertical-align: middle;
	/* border-bottom: 1px solid #E1E1E1; */
	z-index: 90;
}
#menu {
	width: 90%;
	height: 30px;
	margin-top: 274px;
	margin-left: 5%;
	padding-left: 5px;
	text-align: left;
	display: block;	
	z-index: 91;
}
.menubutt {
    display: inline-block;	
	margin: 20px 0;
	font-size: 48px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	color: #CCCCCC;
}
.submenubutt {
    font-size: 16px;
    display: inline-block;	
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.active {
    color: #b60404 !important;
}
#ham, #x {
	position: absolute;
	right: 5%;
	top: 80px;
	width: 32px;
	height: 28px;
	cursor: pointer;
	z-index: 99;
}
#ham:hover, #x:hover {
	opacity: .9;
}

.slideshow {
	width: 100%;
	height: 600px;
	z-index: 0;
	position: relative;
	margin-top: 10px;
	filter: brightness(50%);
	/* border-radius: 5%; */
}
.slide {
    width: 100%;
	height: 600px;
    background-size: cover;
    background-position: center center;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* border-radius: 50px; */
}
.slideshow_full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	margin-top: 0;
	filter: brightness(50%);
}
.slide_full {
    width: 100%;
	height: 100%;
	display: block;
    background-size: cover;
    background-position: center center;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#container {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: white;
	background-image: url(images/back.jpg);
	background-size: cover; 
	background-position: center;
}
#content {
	width: 90%;
	min-width: 1024px;
	display: block;
	margin: 0 auto;
}
audio {
	width: 90%;
	position: absolute;
    height: 35px;
	margin-top:-95px;
	border-radius: 0;	
	background-color: transparent;
}
audio::-webkit-media-controls-panel {
    -webkit-justify-content: center;
    height: 35px;
}
#playbutt, #pausebutt {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 400px;
	margin-left:-50px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
#soundbutt {
	width: 80px;
	position: absolute;
	left: 50%;
	top: 425px;
	margin-left:-40px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
#playbutt:hover, #pausebutt:hover, .partner:hover {
	filter: brightness(120%);
}

#partners {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.partner {
	margin: 0 0 20px 0;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
p {
	margin-bottom: 12px;
}
.col_1 {
	width: 100%;
	display: block;
	vertical-align: top;
}
.col_2_sx {
	width: 47%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}
.col_2_dx {
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
}
.col_3 {
	width: 29.8%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}
.col_3_dx {
	width: 29.7%;
	display: inline-block;
	vertical-align: top;
}
.col_3 img, .col_3_dx img {
	width: 100%;
}
.col_6 {
	width: 22.5%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}
.col_6_dx {
	width: 22.5%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}
.col_6 img, .col_6_dx img {
	width: 100%;
	border-radius: 20%;
}
.butt_puntate {
	cursor: pointer;
	filter: brightness(50%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.butt_puntate:hover {
	filter: brightness(100%);
}
.butt_puntate img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#gallery {
	width: 102%; 
	margin: 50px auto; 
}
.element {
	width: 31.6%;
	margin: -5px 20px 20px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.element img {
	width: 100%;
}
li {
	margin-left: 25px;
}
.title {
    display: block;
	width: 90%;
	margin-left: 0;
	margin-top: 420px;
	font-size: 48px;
    font-family: 'Roboto-Black', Arial, Helvetica, sans-serif;
    line-height: 40px;
	font-weight: bold;
    color: #333333;	
	z-index: 1;
}
.smalltitle {
    font-size: 32px;
    font-family: 'Roboto-Black', Arial, Helvetica, sans-serif;
	line-height: 32px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #333333;
}
.centered {
	position: absolute;
	color: white;
	text-align: center;
}
.area {
    padding: 2%;
    margin-bottom: 16px;
    margin-top: 4px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 86%;
}
#newsletter {
	width: 90%;
	padding: 3% 5%;
	border-top: 1px solid #EFEFEF;
	background-color: #EFEFEF;
}
.download_icon {
	width: 32px;
	margin-bottom: -12px;
	opacity: .8;
}
.download_icon:hover {
	opacity: 1;
}
.up-link {
	width: 40px !important;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.up-link img {
	width: 40px !important;
}

#footer {
    background-color: #000000;
    width: 90%;
	padding: 3% 5%;
	color: white;
	font-size: 12px;
	line-height: 18px;
}
.footer_sx {
    float: left;
}
.footer_dx {
    float: right;
}
#footer a:link, #footer a:visited {
	color: white;
	opacity: .8;
}
#footer a:active, #footer a:hover {
	color: white;
	opacity: 1;
}

b, strong {
    font-weight: bold;
}
.butt {
    color: white !Important;
    background-color: #333333;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
}
.butt:hover {
    background-color: #000000;
}
.separatore {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
	position: relative;
}
.miniseparatore {
	width: 100%;
	height: 15px;
	display: block;
	clear: both;
	position: relative;
}

a:link, a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold !important;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
a:hover, a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold !important;
}

.mobile {
	display: none;
}
.nomobile {
	/* display: block; */
}


@media screen and (max-width: 1023px) {

	#logo {
		width: 100%;
		position: absolute;
		top: 20px;
		left: 0;
		text-align: center;
	}
	#logo img {
		width: 60%;
		margin: 0 auto;
	}
	#ham, #x {
		right: 5%;
		top: 36px;
		width: 32px;
		height: 28px;
	}
	#menu {
		width: 90%;
		height: 30px;
		margin-top: 100px;
		margin-left: 5%;
		padding-left: 5px;
		text-align: left;
		display: block;	
		z-index: 91;
	}
	.menubutt {
		display: inline-block;	
		margin-bottom: 10px;
		font-size: 18px;
		font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
		line-height: 24px;
		font-weight: bold;		
		color: #333333;
	}
	.submenubutt {
		font-size: 12px;
		display: inline-block;	
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;
		margin-bottom: 0px;
		margin-left: 10px;
		letter-spacing: -0.5px;
	}
	.player_mobile {
		margin-top: 380px !important;
		width: 84% !important;
		margin-left: 3% !important;
	}
	#playbutt, #pausebutt {
		width: 100px;
		position: absolute;
		left: 50%;
		top: 350px;
		margin-left:-50px;
	}
	#soundbutt {
		width: 80px;
		position: absolute;
		left: 50%;
		top: 375px;
		margin-left:-40px;
	}
	#content {
		min-width: auto;
	}
	.slideshow {
		height: 240px;
	}
	.slide {
		height: 240px;
	}
	.title {
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
		margin-top: 20px;
	}
	.smalltitle {
		font-size: 24px;
		line-height: 24px;
	}
	.fromtop {
		margin-top: 90% !important;
	}
	.puntate {
		width: 200% !important;
		margin-left: -50% !important;
	}
	.col_1, .col_2_sx, .col_2_dx, .col_3, .col_3_dx {
		width: 100%;
		margin-bottom: 50px;
	}
	.col_6 {
		width: 49%;
		margin: 0.1%;
		display: inline-block;
		vertical-align: top;
	}
	.col_6 img, .col_6_dx img {
		width: 100%;
		border-radius: 0;
	}
	.up-link {
		width: 48px;
		display: block;
		margin: 0 auto;
		text-align: left;
	}
	.area {
		padding: 2%;
		margin-bottom: 2px;
		margin-top: 4px;
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
		width: 86%;
	}
	#gallery {
		width: 100%; 
		margin: 0 auto; 
	}
	.element {
		width: 31%;
		margin: 0 1%;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.element img {
		width: 100%;
	}
	.mobile {
		display: block;
	}
	.nomobile {
		display: none;
	}
}