html,body{
		margin:0 auto; 
		padding: 0;
		text-align:center;
		width: 100%;
		height: 100%;
		font: 100% Arial, Helvetica, sans-serif;
}

body {
	background-color: transparent;
	/* Stops Mobile Safari from auto-adjusting font-sizes */
	-webkit-text-size-adjust: 100%; 
}

a{
	text-decoration: none;
}

a:hover{
	color: #FF713C;
	text-decoration:underline;
}

p{
	margin: 10px 0px 10px 0px;
}

img {
	border: 0;
}

.wrapper {
	width: 100%; 
	padding: 0px 0px 0px 0px; 
	margin:0 auto; 
	text-align: center;
	position:relative; 
	z-index:2; 
}

.clearer{
	clear: both;
	line-height: 0;
}

/*  GENERAL HEADER  */
	#header { 
		/*height: 107px;*/
		background: url(../images/header_background.png) repeat-x;
		text-align: right;
		background-size:contain;
		width: 100%;
		position:relative;
	}
	
	#logo{
       /* position:absolute;
        right:0;
        top:0;*/

	}
	#logo img{
		width: 32%;
	}
	
    /* MENU */
    #main_menu{
	    /*margin: 40px 0 0 0px;*/
	    float: left;
		z-index:1000;
		position:absolute;
		bottom:8%;
    }

 

    #main_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #main_menu li {
        float: left;
		padding: 2px 0 2px 0;
    }

    #main_menu li a, .dropbtn {
        display: inline-block;
        color: #333;
        text-align: center;
        padding: 0 15px;
        text-decoration: none;
	    font-size:16px;
	    font-weight:normal;
        text-transform:uppercase;
    }

    #main_menu li a:hover, .dropdown:hover .dropbtn{
   
	    color: #fff;
    }


    #main_menu li.dropdown {
        display: inline-block;
    }

    #main_menu .dropdown-content {
        display: none;
        position: absolute;
	    padding-top:10px;
        background-color: #fff;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    z-index:10000;
        
    }

    #main_menu .dropdown-content a {
        color: #333;
        padding: 5px 15px 5px 20px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px !important;
        font-weight:normal;
    }

    #main_menu .dropdown-content a:hover {
	    color: #bbb;
    }

    #main_menu .dropdown:hover .dropdown-content {
        display: block;
    }

	#menu_item_1.selected,#menu_item_1.selected a,#menu_item_1:hover{
		background-color:#DADA9A;
		color: #222;
	}
	#menu_item_2.selected,#menu_item_2.selected a,#menu_item_2:hover{
		background-color:#5AC3B4;
		color: #fff;
	}
	#menu_item_3.selected,#menu_item_3.selected a,#menu_item_3:hover{
		background-color:#929935;
		color: #fff;
	}
	#menu_item_4.selected,#menu_item_4.selected a,#menu_item_4:hover{
		background-color:#9E1961;
		color: #fff;
	}
	#menu_item_5.selected,#menu_item_5.selected a,#menu_item_5:hover{
		background-color:#D4C6B3;
		color: #fff;
	}
	#menu_item_6.selected,#menu_item_6.selected a,#menu_item_6:hover{
		background-color:#A6A9A9;
		color: #fff;
	}

   #mobile_menu{
	    display:none;
	    position:absolute;
	    left:10px;
	    top:29px;
	    z-index:1001;
	    padding: 4px;
        background-color:#fff;
        text-align:left;
    }

    #mobile_menu ul{
	    list-style-type: disc;
		padding-left: 20px;
    }
    #mobile_menu ul li{
	    margin:6px 4px 6px 0px;
    }
    #mobile_menu ul li ul li{
	    margin:4px 4px 4px 4px;
    }
    #mobile_menu ul li ul{
	    list-style-type: circle;
		padding-left: 30px;
    }

    #mobile_menu ul li a{
	    color:#333;
    }
    #mobile_menu ul li a:hover{
	    color:#444;
    }

	#mobile_menu_item_stickers{
		padding-top:20px;
	}

    #mobile_menu_button{
	    display:none;
	    position:absolute;
	    left:10px;
	    top:5px;
    }
    #mobile_menu_button img{
	    width:25px;
    }
    /* *** */


	
	
	#search_form{
		position: absolute;
		top: 62px;
		left: 353px;
		text-align: left;
	}
	#search_form input{
		font-size: 11px;
		border:1px solid #bbb;
		padding:1px 3px 1px 3px;
		width: 100px;
		text-align: left;
	}		
	
	#lang{
		position: absolute;
		top: 3px;
		right: 5px;
	}
	.lang_item{
		float: left;
		font-size: 10px;
		padding:0px 3px 0px 3px;
		border:1px solid #bbb;
		margin-left:4px; 
	}
	.lang_item a{
		color: #333;
		font-weight: bold;
	}
	

/*  END GENERAL HEADER  */



/*  GENERAL FOOTER  */
#footer{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: url(../images/1x1_50.png) repeat;
	margin: 0px 0px 0px 0px;
	z-index:0;
}

.footer_followus{
	float: left;
	margin: 6px 0px 0px 15px;
	padding: 2px 0 4px 0;
}
.footer_followus_title{
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 15px 0px 0px;
}
.footer_followus_button{
	float: left;
	margin: 0px 3px 0px 3px;
}

.footer_links{
	float:right;
	margin:5px 15px 0px 0px; 
	text-align:right; 
	line-height:0.9em;
	font-size:0.8em; 
	font-weight:bold;
}

.footer_bottom{
	float:right;
	margin:10px 15px 2px 15px; 
	text-align:left; 
	line-height:0.8em;
	
}
.footer_bottom_item{
	float:left;
	margin:0px 10px 0px 0px; 
	text-align:left;
	font-size: 0.70em;
	color: #444;
}
.footer_bottom_item a{
	color: #444;
}

/*  END GENERAL FOOTER  */




/*  HOME MENU  */

#menu{
	margin: 30px 30px 0px 30px;
}
#menu1{
	width: 20%;
	height: 200px;
	float: left;
	margin: 0px 0px 0px 0px;
	min-width: 150px;
	text-align:left;
	cursor: pointer;
}
#menu1_1{
	height: 20%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu1_1:hover, .menu1_1_selected{
	background-color: #faf7cd !important;
	color: #222 !important;
}
#menu1_1:hover .menu_label a{
	color: #222 !important;
}
#menu1_2{
	height: 50%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu1_2:hover, .menu1_2_selected{
	background-color: #ffffff !important;
	color: #222 !important;
	
}
#menu1_2:hover .menu_label a, .menu1_2_selected .menu_label a{
	color: #222 !important;
}

#menu1_3{
	height: 30%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu1_3:hover, .menu1_3_selected{
	background-color: #e5dccf !important;
}

#menu2{
	width: 20%;
	height: 202px;
	float: left;
	margin: 0px 0px 0px 0px;
	min-width: 150px;
	text-align:left;
	cursor: pointer;
}
#menu2_1{
	height: 60%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu2_1:hover, .menu2_1_selected{
	background-color: #64bfb3 !important;
}

#menu2_2{
	height: 40%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu2_2:hover, .menu2_2_selected{
	background-color: #a2185b !important;
	color: #fff !important;
}

/*#menu2_3{
	height: 15%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu2_3:hover, .menu2_3_selected{
	background-color: #999a1e !important;
	color: #fff !important;
}
*/
#menu3{
	width: 20%;
	height: 200px;
	float: left;
	margin: 0px 0px 0px 0px;
	min-width: 150px;
	text-align:left;
	cursor: pointer;
}
.menu_item{
	cursor: pointer;
}

#menu3_1{
	height: 30%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu3_1:hover, .menu3_1_selected{
	background-color: #ffffff !important;
}
div#menu3_1:hover .menu_label a, .menu3_1_selected .menu_label a{
	color: #222;
}
#menu3_2{
	height: 50%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu3_2:hover, .menu3_2_selected{
	background-color: #c7c6c6 !important;
}

#menu3_3{
	height: 20%;
	border: 1px solid #fff;
	background: url(../images/1x1.png) repeat;
}
#menu3_3:hover, .menu3_3_selected{
	/*background-color: #94c11f !important;*/
	background-color: #999a1e !important;
	color: #fff !important;
}

.menu_label{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px 0px 5px;
}
.menu_label a{
	color: #fff;
	font-size: 0.9em
}
.menu_label a:hover{
	text-decoration: none;
}

#menu_list{
	float: left;
	margin: 0px 0px 0px 15px;
	width: 340px;
	max-height: 581px;
	overflow: hidden;
	text-align:left;
	z-index: 1000;
}
.menu_list_item{
	padding: 0px 0px 0px 0px;
	background-color: #fff; 
	float:left; 
	margin: 0px 0px 0px 0px; 
	border: 2px solid #f3f3f3;
	cursor: pointer;
	text-align: center;
	font-size: 0.8em
	/*line-height: 58px;*/


}
.menu_list_item:hover{
	background-color: #f2f2f2;
}

.menu_list_item_img{
	width: 69px;
	height: 54px;
	overflow: hidden;
	text-align: center;
	border: 0;
}

.menu_list_item_img a img{
	width: 77px;
	/*max-height: 57px;*/
	/*display:table-cell; 
	vertical-align:middle;*/
	
}

/* END HOME MENU */




/* GENERAL CONTENT Styles */

	
#content{

}

#content_box{
	float: left;
	width: 100%;
}


#content_item_box{
	display: none;
	position: absolute;
	left: 20px;
	top: 80px;
}

.content_nav_button{
	float: left;
	margin: 10px 0px 0px 0px;
}
.content_nav_button img{
	width: 16px;
}

.content_item_info{
	float: left;
	min-width: 100px;
	margin: 0px 5px 0px 5px;
}
#content_item_info_title{
	background: #fefef3;
	color: #575656;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 10px 3px 10px 3px;
	text-transform: uppercase;
}
#content_item_info_description{
	display: none;
	background: #fcf7c0;
	min-height: 30px;
	font-size: 0.85em;
	padding: 10px 3px 10px 3px;
}

#content_section_button{
	position: absolute;
	left: 30px;
	top: 20px;
	padding: 3px 5px 4px 5px;
	text-transform: uppercase;
	/*float: right;
	margin: 10px 50px 0px 0px;
	*/
}
#content_section_button a{
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
}

.content_section_button_home{
	margin: 10px 20px 0px 0px;
	background-color: #e3e3e3;
	border: 1px solid #fff;
}
.content_section_button_home a{
	color: #fff;
	font-size: 0.85em;
	font-weight: normal;
	text-decoration: none;
}

.content_section_title{
	color: #222;
	font-size: 1.8em;
	font-weight: normal;
	margin: 8px 0px 10px 15px;
	text-align: left;
	float: left;
	padding: 1px 3px 1px 3px;
	border: 1px solid #fff;
}

.content_text{
	color: #222;
	font-size: 0.85em;
	line-height: 1.1em;
}



#large_img_container{
	margin:0 auto; 
	text-align:center; 
}

#large_img_container table {
	margin:0 auto; 
	text-align:center; 
	padding:0; 
	border: 0;
}


#btnPrevImg{
	margin: 50px 5px 0px 0px;
}
#btnNextImg{
	margin: 50px 0px 0px 5px;
}



#img_box #img{
	/*max-width:720px;*/
}
/* END GENERAL CONTENT Styles */


/*  ****************************************************************/ 
/*  ***********   PROJECTS  *****************************************/ 
/*  ****************************************************************/ 

#img{
	/*max-height: 80%;*/
}

#imgThumbsContainer{
	width:900px;
	height: 80px;
	position: relative;
	overflow:hidden;
	text-align: center;
	margin: 0 auto;
}

#imgThumbs{
	/*width:250px;
	margin: 0 auto;
	text-align: center;
	position: relative !important;*/
	
}

#imgThumbs ul{
	list-style:none; 
	margin:0; 
	padding:0;
	white-space:nowrap;
}

.imgThumbs_item{
	display: inline;
	margin: 0px 2px 0px 0px;
	white-space: nowrap;
}

.imgThumbs_item a img{
	height:70px;
}

.content_section_button_projects{
	background-color: #64bfb3;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	width: 130px;
	text-align: left;
}

#project_category_list{
	position: absolute;
	left: 20px;
	top: 30px;
	background-color: rgba(255,255,255,.6);
}
.project_category_item{
	text-transform: uppercase;	
	border: 1px solid #fff;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	min-width: 100px;
	text-align: left;
	background: url(../images/1x1_20.png) repeat;
}
#project_category_item_1{

}
#project_category_item_1:hover, .project_category_item_1_selected {
	background-color: #a2185b;
	color: #fff;
}
#project_category_item_2{

}
#project_category_item_2:hover, .project_category_item_2_selected {
	background-color: #eee;
	color: #333;
}
#project_category_item_3{

}
#project_category_item_3:hover, .project_category_item_3_selected {
	background-color: #94c11f;
	color: #fff;
}
#project_category_item_4{

}
#project_category_item_4:hover, .project_category_item_4_selected {
	background-color: #e5dccf;
	color: #333;
}

#project_category_item_5{

}
#project_category_item_5:hover, .project_category_item_5_selected {
	background-color: #a2185b;
	color: #fff;
}
#project_category_item_6{

}
#project_category_item_6:hover, .project_category_item_6_selected {
	background-color: #94c11f;
	color: #fff;
}
#project_category_item_7{

}
#project_category_item_7:hover, .project_category_item_7_selected {
	background-color: #94c11f;
	color: #fff;
}
#project_category_item_8{

}
#project_category_item_8:hover, .project_category_item_8_selected {
	background-color: #e5dccf;
	color: #333;
}

#project_category_item_9{

}
#project_category_item_9:hover, .project_category_item_9_selected {
	background-color: #e5dccf;
	color: #333;
}
#project_category_item_10{

}
#project_category_item_10:hover, .project_category_item_10_selected {
	background-color: #e5dccf;
	color: #333;
}

#project_category_item_11:hover, .project_category_item_11_selected {
	background-color: #DADA9A;
	color: #333;
}


#project_category_list #item_description{
	margin-top:50px;
	font-size:12px;
	max-width:200px;
	text-align: justify;
	line-height: 18px;	
	padding:0 5px 0 5px;
}

/*  ************************************************************* */
/*  ************************************************************* */


/*  ****************************************************************/ 
/*  ***********   INSTALLATIONS (SHOP WINDOWS)*********************/ 


.content_section_button_installations{
	background-color: #64bfb3;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	width: 150px;
	text-align: left;
}

/*  ****************************************************************/ 
/*  ***********   CONTACTS *****************************************/ 
/*  ****************************************************************/ 


#contacts_info{
	float:left; 
	width:35%; 
	text-align:left;
	margin: 60px 0px 0px 2%;
}

.contacts_title{
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
	font-size: 1.3em;
	font-weight: bold;
}
.contacts_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
	font-size: 1.0em;
}
.contacts_text a{
	color: #8D8D8D;
	text-decoration: none;
}
.contacts_text a:hover{
	color: #ff4f16;
	text-decoration: none;
}

#map_canvas{
	border: 5px solid #fff;
	width: 600px;
	height: 400px;
	float: right; 
	margin: 3% 2% 0 0;
}

/*  ****************************************************************/ 
/*  ***********   FINE CONTACTS ************************************/ 
/*  ****************************************************************/ 

/*  ************************************************************* */
/*  ************************************************************* */
/*  *********  SEZIONE PRESS  *********************** */
/*  ************************************************************* */
/*  ************************************************************* */


/* box con copertine a scorrimento orizzontale */

#scrolling_box_press_buttons{
	/*margin: 10px 0px 10px 20px;
	float: left;*/
	margin: 15px auto 0;
	width:840px;
	position: relative;
	text-align: center;
}
#scrolling_box_press_button_left{
	margin: 30px 5px 0px 0px;
}

#scrolling_box_press_button_right{
	margin: 30px 0px 0px 5px;
}


#scrolling_box_press_container{
	position:relative; 
	margin: 0 auto;
	height:105px;
	overflow:hidden;
	width:840px;
}


.scrolling_box_press_content_text{
	color: #787878;
	font-size: 10px;
}

.scrolling_box_press_content_text a{
	color: #787878;
	text-decoration: none;
}
.scrolling_box_press_content_text a:hover{
	color: #ff4f16;
	text-decoration: none;
}

.press_magazine_details{
	clear: both;
	margin: 0px 0px 0px -5px;
	text-align: center;
	/*float: left;*/
}

.press_magazine_details img{
	/*width: 900px;*/
}

/*  PRESS grid */

.press_grid{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;

}

.press_grid_item{
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 8px 0px;
	float: left;
	text-align: center;
	width: 60px;
	height: 81px;	

}

.press_grid_item a{
	color: #787878;
	text-decoration: none;

}

.press_item a:hover{
	color: #ff4f16;
	text-decoration: none;
}

.press_grid_item_icon{
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.press_grid_item_icon a img{
	border: 1px solid #e42c88;
	padding: 0;
}
.press_grid_item_icon a:hover img{
	border: 1px solid #ff4f16;
	padding: 0;
}

.press_grid_item_name{
	color: #787878;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
}

/*  ****************************************************************/ 
/*  ***********   FINE PRESS *****************************************/ 
/*  ****************************************************************/ 

/*  ************************************************************* */
/*  ************************************************************* */
/*  *********  ABOUT US  *********************** */
/*  ************************************************************* */
/*  ************************************************************* */

#about_us_box{
	text-align: left;
	padding: 10px 20px 10px 15px;
	clear: both;
}
.about_us_title{
	color: #222;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}
.about_us_text{
	color: #222;
	font-size: 0.85em;
	line-height: 1.2em;
}
.about_us_text a{
	color: #222;
	text-decoration: none;
}
.about_us_text a:hover{
	text-decoration: underline;
}
/*  ****************************************************************/ 
/*  ***********   FINE ABOUT US *****************************************/ 
/*  ****************************************************************/ 




/*  ************************************************************/ 
/*  ***********   LINKS *****************************************/ 
/*  ************************************************************/ 

.links{
	margin: 30px auto 0px;
	width: 90%;
}
.links_item{
	display: inline-block;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 0px 5px;
	font-size: 1.0em;
	width: 100%;
}

.links_item_header{
	text-align: left;
	font-weight: bold;
	display: inline-block;
	width: 40%;
}

.links_item_url{
	color: #666666;
	text-align: left;
	display: inline-block;
	width: 40%;
	
}
.links_item_url a{
	color: #666666;
	text-decoration: none;
}
.links_item_url a:hover{
	color: #ff4f16;
	text-decoration: none;
}

.links_item_country{
	color: #666666;
	text-align: left;
	display: inline-block;
	padding: 2px 0px 2px 30px;
	width: 40%;
	font-weight: bold;
}
.links_item_country a{
	color: #666666;
}


/*  ****************************************************************/ 
/*  ***********   FINE LINK ****************************************/ 
/*  ****************************************************************/ 


/*  ************************************************************/ 
/*  ***********   NEWS *****************************************/ 
/*  ************************************************************/ 

#news_container{
	margin: 0 auto;
	text-align: center;
	max-width: 900px;
}

.news_section_title{
	color: #222;
	font-size: 1.7em;
	font-weight: normal;
	margin: 8px 0px 10px 15px;
	text-align: left;
	float: left;
	padding: 1px 3px 1px 3px;

}

.news_item{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	border-bottom: 3px solid #aaa;
	font-family: 'Cormorant Garamond', serif;
}

.news_item_image_container{
	max-width: 520px;
	float: right;
}

 
.news_item_image{
	float: right;
	text-align: right;
	padding: 0px 0px 10px 20px;
}
.news_item_image img{
	width: 500px;
}

.news_item_image_caption{
	font-size: 0.85em;
	font-style: italic;
}

.news_item_label{
	font-size: 0.85em;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

.news_item_title{
	font-size: 1.2em;
	font-weight:bold;
	text-align: left;
	margin: 5px 0px 3px 0px;
}
.news_item_title a{
	font-weight: bold;
	color: #333;
}

.news_item_subtitle{
	font-style: italic;
}

.news_item_text{
	text-align: justify;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.news_item_text a{
	text-decoration: underline;
	font-weight: bold;
	color:#444;
}
.news_item_text a:hover{
	color:#222;
}

/*  ************************************************************/ 
/*  ***********   FINE NEWS *************************************/ 
/*  ************************************************************/ 

/*  ************************************************************/
/* OVERRIDE CUSTOM VERT. SCROLLING */
.mCSB_container {
	margin-right: 10px;
}

/*  ************************************************************/
/* override colorbox */

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 1000;
}

#colorbox{
	/*margin-top: 65px !important;*/
}
#cboxContent {
    background:#fff !important;
	background-color:#fff !important;
	margin-top: 0 !important;
}
#cboxLoadedContent{
	border:0px solid #4f4f4f; 
	background: #fff !important;
	background-color:#fff !important;
	opacity: 1.0;
	filter:alpha(opacity=100);	/* For IE8 and earlier */
}
/* caso particolare home page*/
#homepage #cboxContent {
    background:transparent !important;
	background-color:transparent !important;
}
#homepage #cboxLoadedContent{
	background: transparent !important;
	background-color:transparent !important;
}


#cboxClose{
	position:absolute; 
	top:10px; 
	right:18px; 
	background:url(images/close.png) no-repeat;
	background-size: contain;
	width:24px; 
	height:24px; 
	overflow:hidden; 
	text-indent:-9999px;
}
#cboxClose:hover{
    background-position: unset;

}
.cboxIframe{
    background:none;
}
#cboxOverlay {
    opacity: 0 !important;
	top: 70px !important;
}

/* **** VIDEO.JS ********/

.video-js .vjs-big-play-button{
	bottom:50% !important;
	left:45% !important;
	top:auto !important;
}