@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Giga Sans';
    src: url('fonts/GigaSans-Regular.eot');
    src: url('fonts/GigaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GigaSans-Regular.woff2') format('woff2'),
        url('fonts/GigaSans-Regular.woff') format('woff'),
        url('fonts/GigaSans-Regular.ttf') format('truetype'),
        url('fonts/GigaSans-Regular.svg#GigaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Giga Sans';
    src: url('fonts/GigaSans-SemiBold.eot');
    src: url('fonts/GigaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GigaSans-SemiBold.woff2') format('woff2'),
        url('fonts/GigaSans-SemiBold.woff') format('woff'),
        url('fonts/GigaSans-SemiBold.ttf') format('truetype'),
        url('fonts/GigaSans-SemiBold.svg#GigaSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
	padding:0;
	margin:0;
}

body {
	font-family: 'Giga Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
#container {
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}
#logo {
	font-family: 'Giga Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 32px;		
	float: left;	
	margin-top: 18px;
}
#navigation {
	width: 1200px;
	margin: 0 auto;
	display: block;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
}
#menu {
	width: 900px;
	float: right;
	margin-top: 20px;	
	margin-right: 2px;
	text-align: right;
}
.menubutt {
	font-family: 'Giga Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-left: 20px;
	font-size: 16px;	
}
#langs {
	font-weight: normal;
	margin-left: 40px;
	display: inline-block;
}
.cat {
	font-family: 'Giga Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;	
	display: block;
	margin-bottom: 5px;	
}
#slideshow {
	width: 1200px;
	margin: 0 auto;
}
.slide {
	width: 1200px;
	height: 720px;
	background-size: cover;
	background-position: center center;	
}

#slideshow_about {
		width:100%;
		height:270px;
	}

.slide_about {
		width: 100% !important;
		height:270px;
		background-size:cover;
		background-position:center center;
}

#footer {
	width: 100%;
	margin: 0;
	border-top: 1px solid #EFEFEF;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.content_1200 {
	width: 1200px;
	margin: 100px auto 0 auto;
	height: auto;
}
.col_left {
	width: 270px;	
	padding-bottom: 50px;
}
.col_right {
	width: 880px;	
	padding-bottom: 50px;
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.active {
	color: #CC0000 !important;
}
.separatore {
	display: block;
	width: 100%;
	height: 50px;	
}
.line {
	background-color: #EFEFEF;
	height: 1px;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
.video {
	width: 100%;
	height: auto;
	min-height: 500px;
	margin: 0 0 60px 0;
	display: block;
}
.player {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
.riga {
	width: 100%;
	height: 25px;
	display: block;
}
.anno {
	position: absolute;
}
.titolo {
	position: absolute;
	margin-left: 60px;
	display: inline-block;
}
.location {
	position: absolute;
	margin-left: 500px;
	display: inline-block;
}






.dida {
	margin-top:15px;	
}
.pic img {
	max-height: 600px;	
	max-width: 800px;	
	display: inline-block;
}
.titolo_mostra {
	background-color: black;
	color: white;
	font-family: 'dinbold';
	padding: 3px 11px 4px 13px;
	display: inline-block;
	margin-bottom: 10px;
}
.data_mostra {
	margin-bottom: 10px;
	display:inline-block;
	font-weight:900;
}
.data_mostra_nolink {
	margin-bottom: 10px;
	display:inline-block;
	font-weight:900;
}
.mostra {
	margin-bottom:40px;	
}
.press {
	margin-bottom:40px;
}
.press .square {
}
.press .data_mostra:hover > .square {
	background-color:#ccc;	
}
#fancybox-title-float-left {
	background:black !important;	
}
#fancybox-title-float-right {
	background:black !important;	
}
#fancybox-title-float-main {
	background:black !important;
	padding: 0 0 0px 0 !Important;
}

.pdf-icon {
	vertical-align:middle;
	margin-right: 4px;
	width:22px;	
	margin-top:-6px;
}
.file:hover > .pdf-icon {
	opacity:.3;
}
.mostra .data_mostra {
	font-weight:normal;
}
a:link {
    text-decoration:none;
	color:#494949;
}
a:visited {
     text-decoration:none;
	color:#494949;
}
a:hover {
     text-decoration:none;
	color:#ccc;
}
a:active {
     text-decoration:none;
	 color:#494949;
}
.nomobile {
	display:block;
}
.mobile {
	display:none;	
}

#totop {
	position: fixed;
    bottom: 22px;
    right: 5%;
    background-size: contain;
    opacity: 1;
}

@media screen and (max-width: 1220px) {
	
	.nomobile {
		display:none !Important;
	}	

	.riga {
    	width: 100%;
    	height: auto;
    	display: block;
    	margin-bottom: 20px;
	}

	.anno {
    	position: relative;
   	 	width: auto;
	}

	.titolo {
		position:relative;
		margin-left: 0;
		display: inline-block;
	}

	.location {
    	position: relative;
    	margin-left: 0;
    	display: block;
	}

	.slide_mobile {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	}

	.mobile {
		display:block ;	
	}	
	.ham {
    width: 29px;
    float: right;
	}	

	#navigation {
		width:100%;
		padding-top: 30px;
	}
	#logo {
		font-size: 19px;
		margin-top: 6px;
	}
	.wrapper {
		width:90%;
		margin-left:5%;	
	}	
	#slideshow_mobile {
		width:100% !Important;	
		height:300px !Important;
		margin: 0 auto;
	}	
	.content_1200 {
    width: 90%;
	}
	.slide_mobile {
		width:100%;
		height:300px !important;	
	}	
	#footer {
		width: 100%;
    	margin-left: 0;
    	font-size: 12px;
	}	
	.col_left {
		width:100%;	
		margin-bottom:20px;
		padding-bottom: 20px;
	}	
	.col_right {
		width:100%;	
	}	
	#footer .left, #footer .right {
		float:left;
		width: 100%;	
	}	
	.pic img {
		max-height: auto;
		display: block;
		width: 100%;
	}

	.player {
		min-height:200px;
	}	
	.video {
    height: 200px;
    min-height: 200px;
	}
	#menu {
		float: none;
		position: absolute;
		width: 100%;
		height: 100vh;
		padding-bottom: 60px;
		background-color: white;
		margin-top: 60px;
		z-index: 999;
		padding-top: 35px;	
		left:0;
		display: none;
	}	

	#langs {
    font-weight: normal;
    margin-left: 0px;
    display: block;
    text-align: center;
    padding-top: 40px;
	}

	.wrapper_navigation {
		width: 90%;
    margin-left: 0%;
    padding-left: 5%;
    padding-right:5%;
	}
	.menubutt {
    font-size: 17px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EFEFEF;
    margin-left: 0;
    text-align: center;
}	
	#footer .square {
		margin-right: 13px;
		margin-left: 10px;
	}

	#slideshow_about {
		width:100%;
		height:270px;
	}

	.slide_about {
		width: 100%;
		height:270px;
		background-size:cover;
		background-position:center center;
	}


#totop {
    position: fixed;
    bottom: 31px;
    right: 5%;
    background-size: contain;
    opacity: 1;
    display: block;
}
	
}