@font-face {
    font-family: 'DINAlternateLightRegular';
    src: url('fonts/din_alternate_light-webfont.eot');
    src: url('fonts/din_alternate_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_alternate_light-webfont.woff') format('woff'),
         url('fonts/din_alternate_light-webfont.ttf') format('truetype'),
         url('fonts/din_alternate_light-webfont.svg#DINAlternateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINAlternateMediumRegular';
    src: url('fonts/din_alternate_medium-webfont.eot');
    src: url('fonts/din_alternate_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_alternate_medium-webfont.woff') format('woff'),
         url('fonts/din_alternate_medium-webfont.ttf') format('truetype'),
         url('fonts/din_alternate_medium-webfont.svg#DINAlternateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'DINAlternateLightRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
	width: 200px;
	height: 500px;
	z-index: 8;
}
#nav {
    position: fixed;
	margin-left: 2%;
	margin-top: 245px;
	display: block;
	height: 200px;
}
#logo {
    font-size: 32px;
	position: fixed;
	left: 2%;
	top: 60px;
	display: block;
}
#logo img{
    width: 180px;
}
.menuitem {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 3px;
	margin-bottom: 7px;
	cursor: pointer;
	color: #666666 !Important;
}
.submenuitem {
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #666666 !Important;
}
.active {
	font-weight: bold;
	color: #992F21 !important;
}
#home {
	width: 96%;
	margin-top: 200px;
	margin-left: 2%;
	margin-right: 2%;
	display: block;
	line-height: 32px;
	z-index: 9;
}
#slideshow {
    position: relative;
    top: 0;
	left: 255px;
	width: 80%;
    z-index: -2;
}
.slide {
	background-size: cover;
	background-position: center center;
}
#slideshow_mobile {
    position: relative;
    top: 0;
	left: 0;
	width: 100%;
	height: 80%;
    z-index: -2;
}
.slide_mobile {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#content {
	width: 70%;
	margin-left: 20%;
	margin-top: 247px;
	display: block;
}
.ig img {
	width: 20px;
	margin-left: 2px;
}
.text {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.col_1 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.col_2 {
	width: 50%;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top;
}
.separatore {
	display: block;
	clear: both;
	width: 100%;
	height: 60px;
}
.voce {
	font-family: 'DINAlternateMediumRegular', Arial, Helvetica, sans-serif; 
	font-size: 24px;
	line-height: 28px;
	color: #999999;
	margin-right: 10px;
	letter-spacing:-1px;
}
.loca {
	width: 80%;
	float: right;
}

/* ELEMENTI MASONRY */
.gallery_list {
	width: 100%; 
	text-align: center;
}
.product_gallery_ico {
	width: 425px;
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

#footer {
    text-align: left;
	width: 96%;
	position: fixed;
	bottom: 2%;
	margin: 10% 2% 2% 2%;
    font-size: 12px;
	line-height: 16px;
    opacity: .6;
	z-index: -1;
}
.text a:link, .text a:visited {
    text-decoration: none;
    color: #992F21;

}
.text a:active, .text a:hover {
	text-decoration: underline;
	color: #992F21;
}

.voce {
	text-decoration: none;
}


a.menuitem:hover, a.menuitem:active {
	text-decoration: none !important;
	color: #992F21 !Important;
}

a.submenuitem:hover, a.submenuitem:active {
	text-decoration: none !important;
	color: #992F21 !Important;
}

.mobile {
	display: none;
}


#fancybox-title-float-wrap td {
    font-family: 'DINAlternateLightRegular', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: black !important;
}

#fancybox-right-ico {
    background-image: url('images/arrow_next.png') !important;
    background-position: center center !important;
    background-repeat:no-repeat;
}
#fancybox-right {
    right: -70px;
}
#fancybox-left-ico {
    background-image: url('images/arrow_prev.png') !important;
    background-position: center center !important;
    background-repeat:no-repeat;
}
#fancybox-left {
    left: -70px;
}

#fancybox-close {
    display: inline;
    background: transparent url('images/close.png') center center !important;
    background-repeat: no-repeat !important;
    right: -50px !important;
    top: 0px !important;
}

.mobile {
	display:none !important;
}


@media screen and (max-width: 999px) {

	.mobile {
		display:block !important;
	}

	.nomobile {
	display:none !important;
	}

	#loading {
		display: none;
	}
	.loca {
		width: 70%;
		float: left;
	}
	#content {
    width: 90%;
    margin-left: 5%;
    margin-top: 140px;
    display: block;
	}

	#footer {
    text-align: left;
    width: 90%;
    position: relative;
    bottom: 0;
    margin: 0 5%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    opacity: .6;
    margin-top: 50px;
	}
	#nav {
    position: fixed;
    padding-left: 5%;
	padding-top: 10%;
    top: 91px;
    padding-right: 5%;
    margin-top: 0;
    margin-left: 0;
    width: 90%;
    background-color: white;
    height: 100%;
    display: none;
	}

	#butt_cose {
		margin-top:25px;
	}

	#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 90px;
    z-index: 8;
    border-bottom: 1px solid #d7d7d7;
	}

	#logo {
    font-size: 25px;
    position: fixed;
    left: 5%;
    top: 23px;
    display: block;
	}
	#logo img {
		width: 210px;
	}
	.product_gallery_ico {
    width: 100% !important;
	}

	.dida_mobile {
		margin-bottom: 22px;
		margin-top:10px;
	}


	.col_2 {
	    width: 100%;
	    margin-left: 0;
	    display: inline-block;
	    margin-top: 30px;
	    vertical-align: top;
	}

	.col_1 {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}

	b, strong, .active {
		font-family: 'DINAlternateMediumRegular';
	}

	#ham {
    width: 24px;
    position: fixed;
    right: 8%;
    top: 35px;
	}

	#butt_opere, #butt_mostre, #butt_apparati {
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 95% center;
}

}
