@charset "utf-8";
/* CSS Document */

a, a:visited {
	color: #fff;
}

a:hover, a:focus {
    color: #FAD441;
}
.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button_hilite, a.button_hilite {
    background-color: #FAD441;
    color: #FFFFFF;
}
.button_hilite, a.button_hilite {
    background-color: #FAD441;
    color: #FFFFFF;
}
.button_hilite:hover, a.button_hilite:hover {
    background-color: #374045;
    color: #FFFFFF;
}
.section_big_title h1 strong {
    color: #FAD441;
}
.section_featured_texts h3 a:hover {
    color: #FAD441;
}
.breadcrumb a:hover {
    color: #FAD441;
}
.post_meta a:hover {
    color: #FAD441;
}
.portfolio_filter div.current {
    background-color: #FAD441;
}
.next:hover, .prev:hover {
    background-color: #FAD441;
}
.pagination .links a:hover {
    background-color: #FAD441;
}
.info h2 {
    background-color: #FAD441;
}
#footer a:hover {
    color: #FAD441;
}
.footer_pic img:hover {
    border: 3px solid #FAD441;
}
.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
    background-color: #FAD441;
}
.tp-caption.big_blue {
    background-color: #FAD441 !important;
}


/* Custom Nav */


.custom_menu #menu {
	background-image: url(../images/sito/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.custom_menu #menu > ul > li > a {
    background-color: #FAD441 ;
}


.custom_menu #menu {
    /*background: #0ad1e5 url('../images/grad_menu.png') top left repeat-x;*/
	/*background: #3e40af url('../images/grad_menu.png') top left repeat-x;*/
}
.custom_menu  #menu > ul > li > a .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu  #menu > ul > li > a:hover .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu #menu > ul > li {
    /*background: none;
    padding:0;*/
	
	background: url('../images/main_nav_bgr_sep_dark.png') right top no-repeat;	
}
.custom_menu #menu > ul > li > a {
    /*background: #0ad1e5 url('../images/grad_menu.png') top left repeat-x;*/
	 background: transparent url('../images/grad_menu.png') top left repeat-x;
    text-shadow: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
	border: 1px solid transparent;
}

/* my custom 
.custom_menu #menu > ul > li.industria:hover > a {
    background: #fc8b06;
    color: #fff;
	border: 1px solid #FAD441;
}

.custom_menu #menu > ul > li.industria > a:hover {
    background: #fc8b06;
    color: #fff;
}


.custom_menu #menu > ul > li.industria > div {
	background: #fc8b06;
    border: none;
    box-shadow: none;
    left: 0;
}

.custom_menu #menu > ul > li.sistemi_industriali:hover > a {
    background: #316956;
    color: #fff;
}

.custom_menu #menu > ul > li.sistemi_industriali > a:hover {
    background: #316956;
    color: #fff;
}


.custom_menu #menu > ul > li.sistemi_industriali > div {
  
	background: #316956;
    border: none;
    box-shadow: none;
    left: 0;
}


.custom_menu #menu > ul > li.it:hover > a {
    background: #4ba3fc;
    color: #fff;
}

.custom_menu #menu > ul > li.it > a:hover {
    background: #4ba3fc;
    color: #fff;
}


.custom_menu #menu > ul > li.it > div {
	background: #4ba3fc;
    border: none;
    box-shadow: none;
    left: 0;
}
*/



.custom_menu #menu > ul > li:hover > a {
    /*background: #404040;*/
	background-color: transparent;
    color: #fff;
	border: 1px solid #FAD441;
}
.custom_menu #menu > ul > li > a:hover {
    /*background: #404040;*/
	background-color: transparent;
    color: #fff;
}
.custom_menu #menu > ul > li > a > span {
    background: none;
    padding: 0;
}
.custom_menu #menu > ul > li > div {
    /*background: url('../images/sito/bg_fascia.png') top left; /* background sottomenu */
	background: #163d2a none;
    border: none;
    box-shadow: none;
    left: 0;
}



.custom_menu #menu > ul > li > div > ul {
    border-top: none;
}
.custom_menu #menu > ul > li ul > li > a {
    color: #fff;
    text-shadow: none;
}
.custom_menu #menu > ul > li ul > li > a {
    
}

.custom_menu #menu > ul > li ul > li > a {
    background: url("../images/main_nav_bgr_sep_vertical_dark.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}

.custom_menu #menu > ul > li ul > li > a > span {
    background: url('../images/arrow_left_tiny_dark.png') -20px center no-repeat;
}
.custom_menu #menu > ul > li ul > li > a:hover > span {
    background: url('../images/arrow_left_tiny_dark.png') left center no-repeat;
}
.custom_menu #menu > ul > li ul > li > a.last_submenu_item{
    background: none;
}
/* Custom Nav : End */

/* 3rd level */
.subsub_menu {
	display: none;
	position: absolute;
	top: -3px;
	left:97%;

	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);

	border: 1px solid #ddd;		

	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);	
	
	z-index: 1021;
	padding: 3px 0 3px;
	
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;	
}
.dark_menu .subsub_menu {
	background: #4f5152;
	background-image: -moz-linear-gradient(#58595a,#414344);
	background-image: -o-linear-gradient(#58595a,#414344);
	background-image: -webkit-linear-gradient(#58595a,#414344);
	background-image: linear-gradient(#58595a,#414344);
	border: 1px solid #3b3d3e;

	box-shadow: none;	
}

.custom_menu .subsub_menu {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 100%;
}
/*
#menu > ul > li ul > li.active {
	position: relative;
}*/
/* 3rd level : End */


/* 4rd level */
.subsubsub_menu {
	display: none;
	position: absolute;
	top: -3px;
	left:97%;
	
	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);

	border: 1px solid #ddd;

	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
		
	z-index: 1021;
	padding: 3px 0 3px;
	
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;	
}
.dark_menu .subsubsub_menu {
	background: #4f5152;
	background-image: -moz-linear-gradient(#58595a,#414344);
	background-image: -o-linear-gradient(#58595a,#414344);
	background-image: -webkit-linear-gradient(#58595a,#414344);
	background-image: linear-gradient(#58595a,#414344);
	border: 1px solid #3b3d3e;
}	
.custom_menu .subsubsub_menu {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 100%;
}	

/* 4rd level : End */

#menu {
    border-radius: 0px;
}

#menu a{
	font-family: Tahoma, Geneva, sans-serif !important;
	letter-spacing: 2px;
}

li.current > a{
	background: none !important;
	color: #fff;
	text-shadow: 0px 1px 0px #222222;
	border: 1px solid #FAD441 !important;
	
}



/*######################## */

body {
    background-attachment: scroll;
    background-image: url("../images/sito/sfondo_imm_v2.gif");
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
}


#wrapper {
	background-image: url("../images/sito/bg_fascia.png");
	background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: #FAD441;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
}



.info h2 {
	font-size: 22px;
	color: #FAD441;
	
	background-image:url(../images/sito/bg_fascia.png);
	background-repeat: repeat;
	background-position: top left;
	
	background-color: transparent !important;
	
}

.info h3 {
	font-size: 18px;
}



.info p {
	background-image:url(../images/sito/bg_fascia.png);
	background-repeat: repeat;
	background-position: top left;
	padding: 5px;
	
}

.info p {
    color: #fff;
    text-shadow: 0 1px 0 #3C4549;
}

.info a.link {
    color: #fff;
    text-shadow: 0 1px 0 #3C4549;
}

.info a.link:hover {
	color: #FAD441;
}

.header  {
	margin-bottom: 10px;
}

.header_left img {
	margin: 25px 0 0 0px;
}

.header_right {
	position: relative;
	height: 120px;
	text-align: right;

}

.header_right a {
	color: #748188;
}

.header_right a:hover {
	color: #FAD441;
}


.header_right h1 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.form-language {
    float: right;
    margin-top: 20px;
}

.form-language img {
	
}


.page_heading {
	background: none;
	margin-top: 25px;
	
}

.page_heading h1 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    font-weight: 400;
	letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
    padding-right: 10px;
	background: none;
}

.title {
    background: none;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 20px 0 22px;
}

.title span {
    background: none repeat scroll 0 0 transparent;
    padding-right: 12px;
}

	
.no_tm {
	margin-top: 0;
}

.required {
    color: #FAD441;
}

.gallery_prima_dopo_description {
	padding-top: 55px;
}
	
#google_map iframe {
	height: 400px;
	
	margin-top: 15px;
}

.row.prodotti_strip {
	margin-bottom: 20px !important;
}

.justify {
	text-align: justify !important;
}
	

.right {
	text-align: right;
}

.center {
	text-align: center;
}

#footer {
	min-height: 35px;
}

#footer {
    background: none repeat scroll 0 0 #123424;
    border-radius: 0 0 5px 5px;
    border-top: 4px solid #FAD441;
    clear: both;
    color: #fff;
    font-size: 12px;
    min-height: 60px;
    overflow: auto;
}

#footer a {
	color: #748188;
}

.footer_btm {
    background: none repeat scroll 0 0 #123424;
    border-radius: 0 0 4px 4px;
    border-top: none;
    clear: both;
    overflow: auto;
    padding: 10px 20px;
}
	
#powered {
    float: left;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 1px;
}	

#powered:hover {
	color: #fff;
}

#footer #powered:hover a{
	color: #fff;
}

#footer #powered:hover a:hover{
	color: #FAD441;
}

#powered a {
	font-size: 13px;
}

a.social_icon_footer {
	margin-top: 10px;
}
	
	
	
.page_heading {
	margin-top: 15px;
}


.section_big_title h1 {
	margin-top: 10px;
}




.box_like_facebook {
	width: 296px;
	height: 196px;
	
	overflow: hidden;

border: 2px solid #000;
border-radius: 20px;
}


ul.documenti li {
    background: url("../images/pdf-icon.jpg") no-repeat scroll 0 3px transparent;
    padding:20px 0 0 60px;
	
	line-height: 50px;
}

.punto_vendita {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #FDFDFD 75%, #F7F7F7 100%) repeat scroll 0 0 transparent;
    border: 1px solid #CDCDCD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(50, 50, 50, 0.5);
    margin-bottom: 10px;
    padding: 10px;
}

a.punto_vendita_map_link,
a.store-map{
	color:#E23129;
	text-decoration: none;
}

a.punto_vendita_map_link:hover,
a.store-map:hover{
	color:#E23129;
	text-decoration: underline;
}

.punto_vendita {
	min-height: 130px;
}

.punto_vendita h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.punto_vendita p {
	margin-bottom: 5px;
}



