@charset "UTF-8";

@font-face {
    font-family: 'Raleway-Regular-webfont';
    src: url('fonts/Raleway-Regular-webfont.eot');
    src: url('fonts/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Regular-webfont.woff2') format('woff2'),
        url('fonts/Raleway-Regular-webfont.woff') format('woff'),
        url('fonts/Raleway-Regular-webfont.ttf') format('truetype'),
        url('fonts/Raleway-Regular-webfont.svg#Raleway-Regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-Bold-webfont';
    src: url('fonts/Raleway-Bold-webfont.eot');
    src: url('fonts/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Raleway-Bold-webfont.woff') format('woff'),
         url('fonts/Raleway-Bold-webfont.ttf') format('truetype'),
         url('fonts/Raleway-Bold-webfont.svg#Raleway-Bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 16px;
	color: #333333;
    background-color: #000000;
	font-family: 'Raleway-Regular-webfont', Arial, sans-serif;
	font-weight: normal;
    line-height: 22px;
}

#logo {
	width: 270px;
	position: absolute;
	top: 60px;
	left: 5%;
	margin-left: -5px;
	display: block;
	z-index: 99;
}
#logo img {
	width: 270px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
#logo img:hover {
	opacity: .7;
}

#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: 265px;
	margin-left: 5%;
	padding-left: 0;
	text-align: left;
	display: block;	
	z-index: 91;
}
.menubutt {
    display: inline-block;	
	margin: 5px 0;
	font-size: 48px;
    font-family: 'Raleway-Bold-webfont', Arial, Helvetica, sans-serif;
    line-height: 52px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #333333;
}
.submenubutt {
    font-size: 16px;
    display: inline-block;	
    font-family: 'Raleway-Regular-webfont', 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;
}
.down {
    position: absolute;
    left: 50%;
	margin-left: -24px;
    bottom: 10%;    
    z-index: 100;
}
.down img {
	width: 48px;
    height: auto;
    border: 0;
}
.slideshow {
	width: 100%;
	height: 600px;
	z-index: 0;
	position: relative;
}
.slide {
    width: 100%;
	height: 600px;
    background-size: cover;
    background-position: center center;
}
.slideshow_full {
	width: 100%;
	height: 100%;
	z-index: 0;
}
.slide_full {
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
}
.slideshow_half {
	width: 100%;
	height: 70%;
	z-index: 0;
}
.slide_half {
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
}

#container {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: white;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#content {
	width: 90%;
	display: block;
	margin: 0 auto;
}
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_105 {
	width: 105%;
	display: block;
	vertical-align: top;
}
.gallery {
	width: 104%; 
	margin: 50px auto; 
}
.item {
	display: inline-block;
	width: 22.6%;
	height: 200px;
	margin: -5px 20px 70px 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item img {
	width: 100%;
}
.item_title {
	display: block;
	margin-top: 200px;
	position: absolute;
	font-weight: bold;
}
.item:hover {
	filter: brightness(120%);
}
.element {
	width: 18.2%;
	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: 94%;
	margin-left: 0;
	margin-top: 150px;
	font-size: 48px;
    font-family: 'Raleway-Bold-webfont', Arial, Helvetica, sans-serif;
    line-height: 52px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
    color: #333333;	
	z-index: 1;
}
.hometitle {
    position: absolute;
	display: block;
	width: 90%;
	left: 5%;
	top: 70%;
	font-size: 48px;
    font-family: 'Raleway-Bold-webfont', Arial, Helvetica, sans-serif;
    line-height: 52px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
    color: white;	
	text-align: center;
	z-index: 100;
}
.smalltitle {
    font-size: 24px;
    font-family: 'Raleway-Bold-webfont', Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #333333;
}
.bolded {
	font-weight: bold;
}
.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: 48px !important;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.up-link img {
	width: 48px !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: 'Raleway-Bold-webfont', 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;
	-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: #b60404;
}

.mobile {
	display: none;
}
.nomobile {
	/* display: block; */
}


@media screen and (max-width: 1199px) {

	#logo {
		width: 220px;
		top: 35px;
		left: 5%;
	}
	#logo img {
		width: 220px;
	}
	#ham, #x {
		right: 5%;
		top: 38px;
		width: 32px;
		height: 28px;
	}
	#menu {
		width: 90%;
		height: 30px;
		margin-top: 235px;
		margin-left: 5%;
		padding-left: 0;
		text-align: left;
		display: block;	
		z-index: 91;
	}
	.menubutt {
		display: inline-block;	
		margin-bottom: 10px;
		font-size: 32px;
		font-family: 'Raleway-Bold-webfont', Arial, Helvetica, sans-serif;
		line-height: 32px;
		font-weight: bold;		
		color: #333333;
	}
	.submenubutt {
		font-size: 12px;
		display: inline-block;	
		font-family: 'Raleway-Regular-webfont', Arial, Helvetica, sans-serif;
		margin-bottom: 0px;
		margin-left: 10px;
		letter-spacing: -0.5px;
	}
	#content {
		min-width: auto;
	}
	.slideshow {
		height: 240px;
	}
	.slide {
		height: 240px;
	}
	.hometitle {
		position: absolute;
		display: block;
		width: 90%;
		left: 5%;
		top: 60%;
		font-size: 32px;	
		line-height: 32px;
		text-align: center;
	}
	.down {
		position: absolute;
		left: 50%;
		margin-left: -24px;
		bottom: 5%; 
	}
	.title {
		font-size: 32px;
		line-height: 32px;
		font-weight: bold;
		margin-top: 120px;
	}
	.smalltitle {
		font-size: 20px;
		line-height: 20px;
	}
	.col_1, .col_2_sx, .col_2_dx, .col_3, .col_3_dx {
		width: 100%;
		margin-bottom: 50px;
		text-align: left !important;
	}
	.up-link {
		width: 48px;
		display: block;
		margin: 0 auto;
		text-align: left;
	}
	.item {
		display: block;
		width: 95%;
		height: 200px;
		margin: 0 0 80px 0;
	}
	.area {
		padding: 2%;
		margin-bottom: 2px;
		margin-top: 4px;
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
		width: 86%;
	}
	.gallery {
		width: 100%; 
		margin: 30px auto; 
	}
	.element {
		width: 98%;
		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;
	}
}