@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: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanProBold';
    src: url('fonts/trajanpro-bold-webfont.eot');
    src: url('fonts/trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 16px;
	color: #555555;
    background-color: #333333;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
    line-height: 22px;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
}
#grad {
	position: absolute;
	width: 100%;
	height: 300px;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
	z-index: 1;
}
#grad_down {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 300px;
	background-image: url(images/grad_down.png);
	background-repeat: repeat-x;
	z-index: 1;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  z-index: 999999;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 999999;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
#logo {
	width: 400px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -200px;
	display: block;
	font-size: 32px;
    font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
	line-height: 48px;
	color: #FFFFFF !important;
	text-align: left;
	letter-spacing: 4px;
	z-index: 99;
}
#logo a {
	color: #FFFFFF !important;
}
#logo img {
	width: 400px;
}

#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: 240px;
	margin-left: 5%;
	padding-left: 5px;
	text-align: center;
	display: block;	
	z-index: 91;
}
.menubutt {
    display: inline-block;	
	margin: 10px 0 10px 0;
	font-size: 32px;
    font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #CCCCCC;
}
.submenubutt {
    font-size: 16px;
    display: inline-block;	
	margin-left: 4px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.active {
    color: #b60404 !important;
}
#ham, #x, #ham_black {
	position: absolute;
	right: 5%;
	top: 80px;
	width: 32px;
	height: 28px;
	cursor: pointer;
	z-index: 99;
}

#ham:hover, #x:hover, #ham_black:hover {
	opacity: .9;
}
#lang {
	position: absolute;
	left: 5%;
	top: 80px;
	width: 100px;
	z-index: 2000;
}
#lang a {
	width: 25px;
	display: inline-block;
	color: white;
	padding: 5px;
	text-align: center;
	border: 1px solid #999999;
}
#lang a:hover {
	border: 1px solid #FFFFFF;
}

.slideshow {
	width: 100%;
	height: 450px;
	z-index: 0;
	position: relative;
}
.slide {
    width: 100%;
	height: 450px;
    background-size: cover;
    background-position: center center;
	display: block;
}
.slideshow_full {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.slide_full {
    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%;
	min-width: 1200px;
	display: block;
	padding-top: 800px;
	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_4 {
	width: 19.7%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	display: inline-block;
	vertical-align: top;
}
.col_4 img, .col_3 img, .col_3_dx img, .col_2_sx img, .col_2_dx img {
	width: 100%;
}

.lefted {
	text-align: left;
}
.righted {
	text-align: right;
}

#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;
}
.hometitle {
    position: absolute;
	display: block;
	width: 90%;
	left: 5%;
	top: 350px;
	font-size: 40px;
    font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
    line-height: 40px;
    color: #FFFFFF;	
	letter-spacing: 2px;
	text-align: center;
	z-index: 2;
}
.title {
    display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0px;
	font-size: 48px;
    font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
    line-height: 48px;
    color: #333333;	
	z-index: 1;
}
.smalltitle {
    font-size: 32px;
    font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
	line-height: 32px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
	color: #333333;
}
.minititle {
    font-size: 24px;
    font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
	color: #333333;
}
.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: 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: 'TrajanProBold', Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	cursor: pointer;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.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: #871708;
	/* 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: #883300;
	filter: brightness(120%);
	/* color: #fb8404; */
	/* font-weight: bold !important; */
}

.mobile {
	display: none;
}
.nomobile {
	/* display: block; */
}


@media screen and (max-width: 1199px) {

	#logo {
		width: 300px;
		top: 36px;
		left: 5%;
	}
	#logo img {
		width: 300px;
	}
	#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: 'TrajanProRegular', Arial, Helvetica, sans-serif;
		line-height: 24px;	
		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;
	}
	#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: 20px;
		line-height: 20px;
	}
	.col_1, .col_2_sx, .col_2_dx, .col_3, .col_3_dx {
		width: 100%;
		margin-bottom: 50px;
	}
	.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;
	}
}

@keyframes scroll{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }