@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

@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;
}
@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: 'DINAlternateBlackRegular';
    src: url('fonts/din_alternate_black-webfont.eot');
    src: url('fonts/din_alternate_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_alternate_black-webfont.woff') format('woff'),
         url('fonts/din_alternate_black-webfont.ttf') format('truetype'),
         url('fonts/din_alternate_black-webfont.svg#DINAlternateBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	font-family: 'DINAlternateLightRegular', arial, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #404041;
	height: 100%;
	min-height: 100%;
	background-color: white;
}
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.mobile {
	display: none !Important;
}	
.no-mobile {
	/* display: block !Important; */
}

#navigation {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
#logo {
	width: 310px;
	float: left;
	margin-left: -15px;
}
.menubutt {
    margin: 0px 0px 0px 30px;
    display: inline-block;
}

.menubutt:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid #9b9b9b;
}

.subtitle {
    display: block;
    margin-bottom: 10px;
}
#contact_form_page {
	display: none;
}
.tendina {
    position: absolute;
    float: right;
    margin-left: -11px;
    text-align: left;
    margin-top: 18px;
    display: none;
}
.moreitem {
	width: 23.5%;
	height: 270px;
	margin: 0 1.2% 0 0;
	display: inline-block;
	vertical-align: top;
}
.moreitem img {
	width: 100%;
	max-height: 200px;
	vertical-align: top;
}

.submenubutt {
    display: block;
    width: 190px;
    padding: 1px 11px;
}

.workbutt {
	cursor: pointer;
}

#slideshow_work {
	width: 100% !Important;
	text-align: center;

}

.slide_work {
	height: 600px;
	margin: 0 auto;
	background-position: center center;
	background-size: contain;
	width: 100% !Important;
	background-repeat: no-repeat;
}

.menu {
    width: auto;
    float: right;
    margin-top: 21px;
}

#footer {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	padding: 5%;
}

.separatore {
	width: 100%;
	height: 50px;
	clear: both;
	display: block;
}

.related {
	width: 50%;
	padding: 0 0 0 5px;
    display: inline-block;
    margin-bottom: 12px;
	vertical-align: middle;
}
.related_img {
    height: 20px;
	width: auto;
	position: absolute;
}
.related b {
    display: block;
    margin-left: 30px;
}
.related:hover {
	opacity: .8;
}

#container {
    width: 100%;
    margin: 0 auto;
}

.linea {
	height: 1px;
	background-color: #ccc;
	width: 100%;
}

.box_img {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.box_img img {
	width: 100%;
}
.box_text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.first-box .box_img {
	width: 60%;
}

.first-box .box_text {
	width: 30%;
}

.copyright {
    float: left;
}

.social {
	float: right;
}
.social img {
    width: 26px;
    display: block;
}
#content {
	width: 300px;
	height: auto;
	padding: 20px 30px 25px 30px;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-top: 0px;
	margin-left:-180px;
	text-align: center;
	background-image: url(images/quad-white.png); 
	z-index: 999;
}
#content img {
	width: 100%;
	height: auto;
}

.slideshow {
	width: 100%;
	height: 100%;
	display: block;	
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.element {
    width: 45%;
    margin: 2%;
}

.element p {
    font-size: 14px;
    line-height: 18px;
}
.element span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #979797;
}
.presstitle {
    margin-left: 2%;
    margin-bottom: 10px;
    font-family: 'DINAlternateMediumRegular';
}

.big_title {
	 font-family: 'DINAlternateMediumRegular';
	 font-size: 20px;
}

.smalltitle {
	margin-bottom: 10px;
	display: block;
}

.area {
    border: 1px solid #ccc;
    width: 94%;
    font-size: 14px;
    padding: 3% 3%;
    margin-bottom: 20px;
    font-family: 'DINAlternatelightRegular';
}

#messaggio {
    border: 1px solid #ccc;
    display: block;
    width: 94%;
    font-size: 14px;
    padding: 3%;
    font-family: 'DINAlternatelightRegular';
    height: 30px;
}

.col_1, .col_2 {
	width: 48%;
	display: inline-block;
}

.col_1 {
	float: left;
}

.col_2 {
	float: right;
}

#bio {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#bio .text {
	padding-right: 50%;
}

.minicol_1 {
    float: left;
}

.minicol_2 {
    width: 93%;
    float: right;
}

.minicols {
    overflow: hidden;
    margin-bottom: 20px;
}



.gallery-work {
    width: 100%;
    overflow: hidden;
    text-align: justify;
}

.box_workshop .box_img {
	width: 20%;
margin-right: 6% !important;
}

.box_workshop .box_text {
	width: 72%;
}

.box_dettaglio .box_img {
	vertical-align: top;
}

.box_dettaglio .box_text {
	vertical-align: top;
}

elemento {
    color: #979797;
}

.price span {
    display: block;
    font-size: 21px;
    font-family: 'DINAlternateMediumRegular', arial, sans-serif;
    margin-bottom: 6px;
    color: #404041;
}



a:link, a:visited {
    color: #404041;
	text-decoration:none;
}
a:active, a:hover {
    color: #404041;
	text-decoration: none;
}

.butt {
    border: 2px solid #000000 !important;
    display: inline-block;
    padding: 5px 17px 4px 17px;
    line-height: 22px !important;
    color: #ffffff !Important;
    font-family: 'DINAlternateMediumRegular';
    background-color: #000000;
}

.active {
    color: black !Important;
    padding-bottom: 1px;
    border-bottom: 1px solid #9b9b9b;
}

.butt:hover {
	background-color: #ccc;
	border: 2px solid #ccc !important;
	color: white !Important;
}

#contactbutt {
	margin-top: 30px;
}

b, strong {
	font-family: 'DINAlternateMediumRegular';
	font-weight: normal;
}

.titolo {
	font-size: 20px;
}

#fancybox-right span {
    left: auto !important;
    right: 20px !important;
    visibility: visible !important;
}

#fancybox-left span {
    left: 20px !important;
    visibility: visible !important;
}

#fancybox-close {
    background-image: url(images/close.png) !important;
    background-position: 0 !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    top: 0px !important;
    right: -60px !important;
    width: 35px !important;
    height: 35px !important;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: none !important;
    width: 100% !important;
    box-shadow: 0px 0px 10px #0808083d;
}

#fancybox-left-ico {
    background-image: url(images/arrow_prev.png) !important;
    background-position: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 90% !important;
    background-repeat: no-repeat;
}

#fancybox-left {
    left: -70px !important;
}

#fancybox-right {
    right: -75px !important;
}

#fancybox-right-ico {
    background-image: url(images/arrow_next.png) !important;
    background-position: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 90% !important;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1200px) {

	body {
		font-size: 13px;
		line-height: 18px;
	}
	.slideshow {
		width: 100%;
		height: 100%;
		display: block;	
		position: absolute;
		top: 0;
		left: 0;	
		overflow: hidden;	
		z-index: 2;
	}
	#content {
		width: 220px;
		height: auto;
		padding: 15px 20px 15px 20px;
		position: absolute;
		top: 55%;
		left: 50%;
		margin-top: 0px;
		margin-left:-130px;
		text-align: center;
		/* background-image: url(images/quad_white.png); */
		z-index: 999;
	}
	#content img {
		width: 100%;
		height: auto;
	}

}