*{
	margin: 0;
	padding: 0;
}

.body-wrapper {
	/*overflow-x:hidden*/
	overflow:hidden
}

p{
	margin: 10px 0;
}



@font-face {
    font-family: gt_ebgaramond_regular;

    src: url(../fonts/fonts/ebgaramond12-regular-webfont.eot);
    src: url(../fonts/ebgaramond12-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/ebgaramond12-regular-webfont.woff2) format('woff2'),
         url(../fonts/ebgaramond12-regular-webfont.woff) format('woff'),
         url(../fonts/ebgaramond12-regular-webfont.ttf) format('truetype'),
         url(../fonts/ebgaramond12-regular-webfont.svg#ebgaramond12) format('svg');
    font-weight: normal;
    font-style: normal;

}



/* preload images */
/*
body:after{
    display:none;
    content:
    url(../img/btn_classiche_a.jpg)
    url(../img/btn_moderne_a.jpg)
    url(../img/btn_esterni_a.jpg)
}
*/





.txt-titolo1{
	font-family: gt_ebgaramond_regular;
	font-size: 48px;
	line-height: 48px;
	color: #798d81;
}

.txt-titolo2{
	font-family: gt_ebgaramond_regular;
	font-size: 28px;
	line-height: 28px;
	color: #798d81;
}

.txt-testo1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #6c6867;/*#4a4644;*/
}

.txt-link1, .txt-link1 A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #798d81;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}






#container{}

#container-top{
    background: #1e2730;
    width: 100%;
    position: relative;
}

.content{
    position: relative;    
    margin: auto;
    min-width:1024px;
    /*max-width: 1280px;*/
   	max-width: 1920px;
    /*background: #be0000;*/
}




/* HEAD HOME */
#fascia-head{
	height: 550px;
	width: 100%;
	overflow: hidden;
}
#fascia-head-img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -325px;
	z-index: 1;
}


#logo-top-left{
    background: transparent url(../img/logo-top-left.png) top left no-repeat;
    position: fixed;
    left: 50px;
    top:0;
    width: 130px;
    height: 130px;
	cursor: pointer;
    z-index: 10;
}

#logo-top-right{
	background: url(../img/logo-top-right.png) bottom right no-repeat;
    
    position: absolute;
    right: 0;
    top:0;
    width: 510px;
    height: 550px;
    z-index: 2;
}
#menu-top-right{
	
	position: fixed;
	top: 40px;
	/*right: 10px;*/
	right: 50px;
	width: 30px;
	height: 35px;
	cursor: pointer;
	background: url(../img/btn-menu.png) top right no-repeat;

	z-index: 9;
}
#menu-top-right-lbl{
	
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	font-weight: bold;
}
#title-top-right{
	position: absolute;
	bottom: 80px;
	right: 50px;
	font-family: gt_ebgaramond_regular;
	font-size: 56px;
	line-height: 46px;
	color: #fff;
	text-align: right;
}
#title-top-right-small{
	font-size: 40px;
}

#menu-lang{
	position: fixed;
	top: 30px;
	right: 10px;
	width: 30px;
	height: 35px;
	cursor: pointer;
}
#menu-lang-3{
	/*
	position: fixed;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 35px;
	cursor: pointer;
	*/
}
#menu-lang-lbl{
	 position: absolute;
	 top: 10px;
	 width: 100%;
	 text-align: center;

	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 line-height: 11px;
	 color: #ffffff;
	 font-weight: bold;
}
#menu-lang-select{
	position: fixed;
	top: 0;
	right: -50px;
	padding-top: 40px;
	width: 50px;
	height: 100%;
	background: #798d81
}

#menu-lang-select-2{
	position: fixed;
	top: 0;
	right: 10px;
	padding-top: 30px;
	width: 30px;
	height: 100px;
}
#menu-lang-select-3{
	position: absolute;
	top: 4px;
	right: 4px;
	padding-top: 0;
	/*
	position: fixed;
	top: 10px;
	right: 10px;
	padding-top: 0;
	width: 160px;
	height: 20px;
	*/
}
.menu-lang-select-item{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;

	margin: 0 0 10px 0;
}
.menu-lang-select-item-2{
	position: relative;
	cursor: pointer;
	margin: 0 0 3px 0;
	height:8px;
	width:30px;
}
.menu-lang-select-item-3 {
	position: relative;
	cursor: pointer;
	margin: 0 0 3px 4px;
	height: 8px;
	width: 30px;
	float: left;
}
.menu-lang-select-item-2 IMG {
	position: absolute;
	top:0;
	left:0;
}
.menu-lang-select-item-2.lang-selected IMG {
	margin-left:-1px;
	margin-top:-1px;
	border: 1px solid #ffffff;
}
/***/



/* HEAD PAGE */
#fascia-head-page{
	height: 400px;
	width: 100%;
	overflow: hidden;
}
#fascia-head-page-img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -325px;
	z-index: 1;
}


#logo-top-page-left{
    background: transparent url(../img/logo-top-page-left.png) bottom left no-repeat;
	opacity: 0.8;
    
    position: absolute;
    left: 0;
    bottom:0;
    width: 550px;
    height: 130px;
    z-index: 2;
}

#logo-top-page-right{
	background: url(../img/logo-top-page-right.png) top right no-repeat;
	opacity: 0.8;
    
	position: fixed;
    right: 0;
    top:23px;
    width: 450px;
    height: 160px;
	z-index: 10;
}
/***/



/* PRODOTTI */

#fascia-prodotti{
	min-width: 1024px;
}

.prodotti-item{
	position: relative;
	float: left;
	height: 280px;
	width: 25%;
}
.prodotti-item-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}
.prodotti-item-img{
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent center center no-repeat;
	z-index: 3;
	overflow: hidden;
}
.prodotti-item-img IMG {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
}
/***/




#main-menu{
	display: none;
	
	position: fixed;
	top:0;
	left:0;
	width: 100%;
    min-width:1024px;
	height: 100%;
	z-index: 10;
	background: rgba(122,142,130,0.9);
}
#main-menu-bg{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: url(../img/main-menu-bg.png) top right no-repeat;
	z-index: 2;
}
#main-menu-bg-content{
	position: relative;
	margin-top: 150px;
	text-align: center;	
}
.main-menu-item{
	font-family: gt_ebgaramond_regular;
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
	cursor: pointer;
}
#main-menu-close{
	position: absolute;
	top:50px;
	right:50px;
	width: 50px;
	height: 50px;
	background: url(../img/btn-close.jpg) top center no-repeat;
	cursor: pointer;
	z-index: 3;
}
#main-menu-close-lbl{
	
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	font-weight: bold;
}







#menu-prodotti{
	height: 425px;
	width: 100%;
	overflow: hidden;
}
.menu-prodotti-item{
	position: relative;
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	overflow: hidden;
	cursor: pointer;
	
	background: transparent center center no-repeat;
}
.menu-prodotti-item-lbl{
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.menu-prodotti-item#btn-classiche{
	background-image: url(../img/btn_classiche.jpg);
}
.menu-prodotti-item#btn-moderne{
	background-image: url(../img/btn_moderne.jpg);
}
.menu-prodotti-item#btn-esterni{
	background-image: url(../img/btn_esterni.jpg);
}
.menu-prodotti-item#btn-classiche:hover{
	background-image: url(../img/btn_classiche_a.jpg);
}
.menu-prodotti-item#btn-moderne:hover{
	background-image: url(../img/btn_moderne_a.jpg);
}
.menu-prodotti-item#btn-esterni:hover{
	background-image: url(../img/btn_esterni_a.jpg);
}











.label{
	position: relative;
	/*height: 250px;*/
	min-height: 250px;
	width: 100%;
	background: #1b1716;
}
.label-content{
	font-family: gt_ebgaramond_regular;
	font-size: 36px;
	padding: 60px;
	color: #6b6766;
	text-align: center;
}
.label-content-small{
	font-size: 22px;
}
.label-left{
	position: absolute;
	left:0;
	width: 130px;
	height: 100%;
	background: transparent url(../img/label-left-130.png) top left no-repeat;
}
.label-right{
	position: absolute;
	right:0;
	width: 250px;
	height: 100%;
	background: transparent url(../img/label-right-250.png) top left no-repeat;
}










#fascia-progettazione{
	height: 425px;
	width: 100%;
	overflow: hidden;
}
#fascia-progettazione-left{
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	background: transparent url(../img/img_macchina_cucire.jpg) center center no-repeat;
	overflow: hidden;
}
#fascia-progettazione-right{
	float: left;
	height: 425px;
	width: 66.66%; width: calc((100%/3)*2);
	background: #edece7;
}
#fascia-progettazione-right-content{
	padding: 50px 100px;
}








#fascia-storia{
	height: 425px;
	width: 100%;
	overflow: hidden;
}
#fascia-storia-left{
	float: left;
	height: 425px;
	width: 66.66%; width: calc((100%/3)*2);
	background: #1b1716;
}
#fascia-storia-right{
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	background: transparent url(../img/img_storia.jpg) center center no-repeat;
	overflow: hidden;
}
#fascia-storia-left-content{
	padding: 50px 100px;
}









#fascia-company_1{
	height: 425px;
	width: 100%;
	overflow: hidden;
}
#fascia-company_1-left{
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	/*background: transparent url(../img/img_negozio.jpg) center center no-repeat;*/
	background: transparent url(../img/img_company_1.jpg) center center no-repeat;
	overflow: hidden;
}
#fascia-company_1-right{
	float: left;
	height: 425px;
	width: 66.66%; width: calc((100%/3)*2);
	background: #edece7 url(../img/bg-page-top-right.png) top right no-repeat;
}
#fascia-company_1-right-content{
	padding: 50px 100px;
}









#fascia-servizi_1{
	height: 425px;
	width: 100%;
	overflow: hidden;
}
#fascia-servizi_1-left{
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	background: transparent url(../img/img_servizi_1_left.jpg) center center no-repeat;
	overflow: hidden;
}
#fascia-servizi_1-right{
	float: left;
	height: 425px;
	width: 66.66%; width: calc((100%/3)*2);
	background: #edece7;
}
#fascia-servizi_1-right-content{
	padding: 50px 100px;
}








#fascia-company_2{
	height: 425px;
	width: 100%;
	overflow: hidden;
}
#fascia-company_2-left{
	float: left;
	height: 425px;
	width: 66.66%; width: calc((100%/3)*2);
	background: #edece7;
}
#fascia-company_2-left-content{
	padding: 50px 100px;
}
#fascia-company_2-right{
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	/*background: transparent url(../img/img_servizi_1_right.jpg) center center no-repeat;*/
	background: transparent url(../img/img_azienda_right.jpg) center center no-repeat;
	overflow: hidden;
}
#fascia-servizi_2-right{
	float: left;
	height: 425px;
	width: 33.33%; width: calc(100%/3);
	/*background: transparent url(../img/img_servizi_1_right.jpg) center center no-repeat;*/
	background: transparent url(../img/img_servizi_1_right.jpg) center center no-repeat;
	overflow: hidden;
}





#fascia-team_1{}
#fascia-team_1-content{
	/*height: 425px;*/
	background: #ffffff url(../img/bg-page-top-right-1.png) top right no-repeat;
}
#fascia-team_1-content-content{
	padding: 50px 100px;
}
.team-item{
	width: 100%;
	margin-bottom: 50px;
}
.team-foto{
	width: 30%;
	height: 600px;
    background: transparent url("../img/img_negozio.jpg") no-repeat scroll center center;
    overflow: hidden;
	float: left;
}
.team-testo{
	width: 70%;
	float: left;
}
.team-testo-content{
	padding: 0 20px;
}





#fascia-news{
	position: relative;
	height: 250px;
	width: 100%;
	overflow: hidden;
	background: #edece7;
}
#fascia-news-link-list{
	position: absolute;
	top: 60px;
	right:350px;
}
#fascia-news-data{
	font-size: 14px;
}
#fascia-news-titolo, .fascia-news-titolo{
	font-weight: bold;
	font-size:18px;
	line-height: 30px;
	color:#000;
}
#fascia-news-testo, .fascia-news-testo{
	font-size: 14px;
}
#fascia-news-left{
	position: absolute;
	left:0;
	height: 250px;
	width: 250px;
	background: #798d81;
}
#fascia-news-middle{
	float: left;
	height: 250px;
	margin: 0 250px;
}
#fascia-news-middle-content{
	padding: 40px 100px;
}
#fascia-news-right{
	position: absolute;
	right:0;
	height: 250px;
	width: 250px;
	background: url(../img/news-right.png) bottom right no-repeat;
}











#fascia-prodotti-descrizione{
	background: #ffffff url(../img/bg-page-top-right-1.png) top right no-repeat;
	/* height: 425px; */
	width: 100%;
	overflow: hidden;
}
#fascia-prodotti-descrizione-content{
	/* height: 425px; */
	/*background: #ffffff;*/
}
#fascia-prodotti-descrizione-content-content{
	padding: 50px 100px;
}








#contact{
	/*height: 425px;*/
	width: 100%;
	overflow: hidden;
}
#contact-content{
	/*height: 425px;*/
	background: #ffffff;
}
#contact-content-content{
	padding: 50px 100px;
}



#contact-form{}

#contact-form INPUT{
	width: 88%;
	margin: 5px;
	padding: 5px;
	height: 25px;
}

#contact-form TEXTAREA{
	width: 88%;
	height: 280px;
	margin: 5px;
	padding: 5px;
}

#contact-form INPUT, #contact-form TEXTAREA{
	font-size: 16px;
	font-family: gt_ebgaramond_regular;
	color: #798d81;
	border: 1px solid #798d81;
}
.gt-button{
	background: #798d81;
	/* border-radius: 4px; */
	cursor: pointer;
}
.gt-button:hover{
	background: #edece7;
}
.gt-button-content{
	padding: 0 20px;
	color: #ffffff;
	font-size: 16px;
	font-family: gt_ebgaramond_regular;
	text-align: center;
}
.form-error{
	border: 1px solid #cc0000!important;
	background: #FFFFED;
}



#fascia-footer{
	position: relative;
	height: 400px;
	width: 100%;
}
#fascia-footer-marchi{
	position: relative;
	height: 140px;
	width: 100%;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
#fascia-footer-contatti{
	position: relative;
	height: 300px;
	width: 100%;
	background: #1a1716;
}
#fascia-footer-contatti-content{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6867;
	padding-top: 30px;
}



#tessuti{
	margin-top: 50px;
}

.tessuti-item{
	float: left;
	margin: 0 20px 20px 0;
}

TD.tessuti-item{
	float: none;
	padding:0 15px;
}






#privacy{
	/*height: 425px;*/
	width: 100%;
	overflow: hidden;
}
#privacy-content{
	/*height: 425px;*/
	background: #ffffff;
}
#privacy-content-content{
	padding: 50px 100px;
}









#fascia-admin{
	position: relative;
	height:100%;
	width: 100%;
	overflow: hidden;
	background: #edece7;
}
#fascia-admin-link-list{
	
}
#fascia-admin-data{
	font-size: 14px;
}
#fascia-admin-titolo{
	font-weight: bold;
	font-size:18px;
	line-height: 30px;
	color:#000;
}
#fascia-admin-testo{
	font-size: 14px;
}
#fascia-admin-left{
	position: absolute;
	left:0;
	height: 100%;
	width: 250px;
	background: #798d81;
}
#fascia-admin-middle{
	float: left;
	margin: 0 250px;
}
#fascia-admin-middle-content{
	padding: 40px 100px;
}
#fascia-admin-right{
	position: absolute;
	right:0;
	height: 100%;
	width: 250px;
	background: url(../img/news-right.png) bottom right no-repeat;
}
#fascia-admin-menu{
	padding: 50px;
	background: #edece7;
	text-align: center;
	
	color: #798d81;
    font-family: gt_ebgaramond_regular;
    font-size: 20px;
}
.fascia-admin-menu-title{	
	color: #798d81;
    font-family: gt_ebgaramond_regular;
    font-size: 26px;
}
.fascia-admin-menu-item, .fascia-admin-menu-item a{	
	color: #798d81;
    font-family: gt_ebgaramond_regular;
    font-size: 22px;
    text-decoration: none;
}
.fascia-admin-menu-item.selected-item{
    text-decoration: underline;
}




/* upload prodotti */
.prodotti-list-item{
	position: relative;
	float: left;
	border: 1px solid #666;
	margin:0 0 5px 5px;
}
.prodotti-list-item-del{
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	color: #666;
	text-align: center;
	bottom: 0;
	right: 0;
	font-size: 10px;
	cursor: pointer;
}
/***/