@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;
}

* {
	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: 30%;
	position: absolute;
	top: 50px;
	left: 10%;
	display: block;
	z-index: 99;
}
#logo img {
	width: 160px;
	/* margin-left:-8px; */
}
#logo img:hover {
	filter: brightness(120%);
}
#logo_centered {
	width: 160px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -80px;
	display: block;
	z-index: 99;
}
#logo_centered img {
	width: 160px;
}
#logo img:hover {
	filter: brightness(120%);
}

em {
	background-color: #fbd158;
	font-style: normal;
}
#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: 100%;
    height: 30px;
    margin-top: 270px;
    margin-left: 0%;
    padding-left: 0px;
    text-align: center;
    display: block;
	z-index: 91;
}
.menubutt {
    display: inline-block;	
	margin: 20px 0;
	font-size: 96px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
    line-height: 96px;
	font-weight: bold;
	color: #CCCCCC;
}
.submenubutt {
    display: inline-block;	
    font-size: 96px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
    line-height: 96px;
	font-weight: bold;
	text-align: center;
}
.active {
    color: #75a43c !important;
}
#ham, #x {
	position: absolute;
	right: 10%;
	top: 52px;
	margin-right: 10px;
	width: 33px;
	height: 31px;
	cursor: pointer;
	z-index: 99;
}
#ham:hover, #x:hover {
	opacity: .9;
}
#ig {
	position: absolute;
	right: 10%;
	margin-right: 72px;
	top: 55px;
	z-index: 99;
}
#ig:hover {
	opacity: .8;
}
#ig_sx {
	position: absolute;
	left: 10%;
	margin-left: 0px;
	top: 55px;
	z-index: 99;
}
#ig_sx:hover {
	opacity: .8;
}
#langs {
	position: absolute;
	right: 10%;
	margin-right: 120px;
	top: 55px;
	z-index: 99;
}
#langs_sx {
	position: absolute;
	left: 10%;
	margin-left: 60px;
	top: 55px;
	z-index: 99;
}
.slideshow {
	width: 100%;
	height: 600px;
	z-index: 0;
	position: relative;
}
.slide {
    width: 100%;
	height: 600px;
    background-size: cover;
    background-position: center center;
}

#container {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #f0f1eb;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#content {
	width: 70%;
	/* min-width: 1200px; */
	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;
	text-align: right;
}
.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;
	text-align: center;
}
.col_3_dx {
	width: 29.7%;
	display: inline-block;
	vertical-align: top;
}
.col_2_sx img, .col_2_dx img, .col_3 img, .col_3_dx img {
	height: auto;
    width: 100%;
}
img {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
img:hover {
	filter: brightness(110%);
}
.gallery {
	width: 102%; 
	margin: 50px auto; 
}
.element {
	width: 29.5%;
	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: 100%;
	margin-left: 0;
	margin-top: 150px;
	font-size: 96px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
    line-height: 90px;
	font-weight: bold;
    color: #333333;	
	z-index: 1;
}
.smalltitle {
    font-size: 24px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}
.bullet {
	margin-left: 0px;
	margin-top: 0px;
}
.chapter {
	width: 80%;
	margin: 0 auto;
}
.home {
    display: block;
	width: 94%;
	margin-left: 0;
	margin-top: 150px;
	z-index: 1;
}
.homebutt {
    display: inline-block;
	font-size: 80px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
    line-height: 80px !important;
	font-weight: bold;
    color: #333333;	
	padding-left: 35px;
	z-index: 1;
}
.homebutt span {
	font-size: 50px;
	position: absolute;
	margin-left: -35px;
	margin-top: 5px;
}
.home_new {
    display: block;
	min-height: 720px;
	width: 1024px;
	margin: 0 auto;
	text-transform: lowercase;
	z-index: 1;
}
.homebutt_new {
    width: 300px;
    height: 300px;
    border-radius: 50%; 
    display: block;
    position: absolute; 
    cursor: pointer;
    font-size: 32px;
    font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
    line-height: 32px !important;
    font-weight: bold;
}
.homebutt_new p {
	text-align: center;
	margin: 42% auto 0 auto;
	display: block;
}
.homebutt_new:hover {
	filter: brightness(110%);
}
.homebutt_1 {
	width: 240px;
    height: 240px;
    margin-left: 195px;
    margin-top: 400px;
}
.homebutt_2 {
	width: 300px;
	height: 300px;
	margin-left: 722px;
    margin-top: 290px;
}
.homebutt_3 {
	width: 200px;
    height: 200px;
    margin-left: 565px;
    margin-top: 515px;
}
.homebutt_4 {
	width: 200px;
    height: 200px;
    margin-left: 668px;
    margin-top: 90px;
}
.homebutt_5 {
	width: 200px;
    height: 200px;
    margin-left: 0px;
    margin-top: 312px;
}
.homebutt_6 {
	width: 240px;
    height: 240px;
    margin-left: 168px;
    margin-top: 140px;
}
.homebutt_7 {
	width: 300px;
	height: 300px;
	margin-left: 410px;
    margin-top: 215px;
}
.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: #333333;
    width: 70%;
	padding: 3% 15%;
	color: white;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.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;
}
.superbutt {
	border-radius: 4px;
	background-color: #333333;
	color: white !important;
	padding: 10px 15px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.superbutt:hover {
	background-color: #75a43c;
}
.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: #75a43c;
	font-weight: bold !important;
}

.mobile {
	display: none;
}
.nomobile {
	/* display: block; */
}


@media screen and (max-width: 1399px) {
	
	.homebutt {
		display: inline-block;
		font-size: 60px;
		font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
		line-height: 60px !important;
		font-weight: bold;
		color: #333333;	
		z-index: 1;
	}
	
}

@media screen and (max-width: 1199px) {

	#logo {
		width: 90%;
		top: 36px;
		left: 5%;
		font-size: 14px;
	}
	#logo img {
		width: 160px;
		/* margin-left: -6px; */
	}
	#logo_centered {
		width: 120px;
		position: absolute;
		top: 40px;
		left: 50%;
		margin-left: -60px;
		display: block;
		z-index: 99;
	}
	#logo_centered img {
		width: 120px;
	}
	#ham, #x {		
		right: 10%;
		top: 40px;
		margin-right: 5px;
		width: 33px;
		height: 31px;
		cursor: pointer;
		z-index: 99;
	}
	#ig {
		position: absolute;
		right: 5%;
		top: 40px;
		z-index: 99;
	}
	#ig_sx {
		position: absolute;
		left: 10%;
		margin-left: 0px;
		top: 40px;
		z-index: 99;
	}
	#langs {
		right: 15%;
		top: 40px;
	}
	#langs_sx {
		position: absolute;
		left: 10%;
		margin-left: 45px;
		top: 42px;
		z-index: 99;
	}
	#menu {
		width: 90%;
		height: 30px;
		margin-top: 230px;
		margin-left: 5%;
		padding-left: 5px;
		text-align: center;
		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 {
		width: 97%;
		font-size: 36px;
		display: inline-block;	
		margin-bottom: 10px;
		text-align: center;
		line-height: 36px;
		letter-spacing: -0.5px;
	}
	.chapter {
		width: 100%;
	}
	.home_new {
		display: block;
        min-height: 450px;
        width: 360px;
		margin: 200px auto 40px auto;
		z-index: 1;
	}
	.homebutt_new { 
		font-size: 16px;
		line-height: 16px !important;
		font-weight: bold;
	}
	.homebutt_1 {
		width: 100px;
        height: 100px;
        margin-left: 76px;
        margin-top: 180px;
	}
	.homebutt_2 {
		width: 200px;
        height: 200px;
        margin-left: 150px;
        margin-top: 236px;
	}
	.homebutt_3 {
		width: 82px;
        height: 82px;
        margin-left: 264px;
        margin-top: -6px;
	}
	.homebutt_4 {
		width: 100px;
		height: 100px;
		margin-left: 150px;
        margin-top: -26px;
	}
	.homebutt_5 {
		width: 100px;
		height: 100px;
		margin-left: -30px;
        margin-top: 150px;
	}
	.homebutt_6 {
		width: 120px;
		height: 120px;
		margin-left: 50px;
        margin-top: 50px;
	}
	.homebutt_7 {
		width: 150px;
        height: 150px;
        margin-left: 176px;
        margin-top: 76px;
	}
	#content {
		width: 90%;
		margin-left: 5%;
	}
	.slideshow {
		height: 240px;
	}
	.slide {
		height: 240px;
	}
	.title {
		font-size: 36px;
		line-height: 36px;
		font-weight: bold;
		margin-top: 20px;
	}
	.home {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 250px;
        margin-bottom: 40px;
		z-index: 1;
	}
	.homebutt {
		display: inline-block;
		font-size: 48px;
		font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
		line-height: 50px !important;
		font-weight: bold;
		color: #333333;	
		z-index: 1;
	}
	.smalltitle {
		font-size: 20px;
		line-height: 20px;
	}
	.col_2_sx, .col_2_dx {
		width: 100%;
		text-align: left;
	}
	.col_2_sx img, .col_2_dx img, .col_3 img, .col_3_dx img {
		width: 100%;
		height: auto;
	}
	.col_1, .col_2_sx, .col_2_dx, .col_3, .col_3_dx {
		width: 96%;
		margin-bottom: 20px;
	}
	.col_3 {
		text-align: center;
	}
	.separatore {
		height: 20px;
	}
	.up-link {
		width: 48px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.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%;
	}
	#footer {
		width: 90%;
		padding: 5%;
		text-align: center !important;
	}
	.mobile {
		display: block;
	}
	.nomobile {
		display: none;
	}
}