/**************************************/
/*   CSS Reset   			          */
/**************************************/

body{
	background:url('../img/general/sfondo.jpg') no-repeat  center top fixed #FFF;
	background-size: cover;
	padding:0px; margin:0px;
	font-family:Arial,Helvetica,Garuda, sans-serif;
	font-size:13px; font-weight:normal; font-style:normal;
	line-height:18px; color:#333;
}

body#home {
	height: 100%;
	width: 100%;
	min-height: 900px;
	position: absolute;
}

h1,h2,h3,h4,h5,h6,em,strong,pre,code{
	padding:0px; margin:0px;
	font-size:100%; font-weight: normal; font-style: normal;
}

h1,h2,h3,h4,h5,h6{ 
	color:#333;
	margin:10px 0px 0px 0px; padding:0px;
}
h1 { 
	font-size:24px; line-height:27px; 
	margin:0px 0px 10px 0px; padding:0px;
}
h2 { font-size:22px; line-height:25px; }
h3 { font-size:20px; line-height:23px; }
h4 { font-size:18px; line-height:21px; }
h5 { font-size:16px; line-height:19px; }
h6 { font-size:15px; line-height:18px; }

table { 
	font-size:inherit; 
	font:100%; 
}

img { border:none; }

p { padding:0.75em 0em; margin:0em; }

strong { font-weight:bold; }
em{ font-style: italic; }

a:active,a:focus { outline:none; }
a { text-decoration:none; color:#000; }
a:hover{ text-decoration:none; }

.clear{ clear: both; }
.justifyfull{ text-align:justify; }
.clearfix{ *zoom:1; }
.clearfix:after{ 
	content:" "; 
	display:block;
	clear:both;
}

.hide{ display:none; }

/********************/
/* GENERAL          */
/********************/

#container{
	width:100%;
	margin:0; padding:0px;
	overflow:hidden;
	background:#fff;
	background:rgba(255,255,255,0.7);
}

body#home #container {
	position:relative;
	z-index: 15;
	width:960px;
	margin:0 auto;
	background:none;
}

#content{
	width:960px;
	margin:0 auto; padding:40px 0px;
}
#contentLeft{
	float:left;
	width:74%;
}
#contentRight{
	float:right;
	width:23%;
}

#header{
	position:relative;
	z-index:999;
	width:100%; height:155px;
	background: url('../img/general/headerBg.png') repeat-x 0 0;
}

#headerInner {
	width:960px;
	height: 155px;
	margin:0 auto;
	position: relative;
}
a#phone{
	display: none;
	width: 32px; height: 32px;
	position: fixed;
	right:13px; top:27px;
	margin: 0px; padding: 0px;
	z-index: 1000;
	background:url(../img/general/phoneMobile.png) center center no-repeat;
}
a#logo{ 
	display:block;
	width:552px; height:106px;
	margin:0px; padding:0px; 
	position:absolute;
	left:-150px; top:0px;
}
a#logo img{
	width:100%; height:auto;
	margin:0px; padding:0px; 
	border:none;
} 
#top-menu{
	position:absolute;
	top:4px; right:337px;
	text-transform:uppercase;
}
#sidebar h3{
	font-size:18px; line-height:21px;
	margin:0px; padding:4px 9px;
	background:#ddd;
	border-bottom:1px solid #aaa;
}
#sidebar #sidebarContent{
	padding:5px 0px; margin:0px;
}

/* Effetto over */

.hover{
    position: absolute;
    left:0px; top:0px;
    width: 100%; height: 100%;
    margin: 0px; padding: 0px;
    background: #CE1115;
    background: rgba(206, 17, 21, 0.7);
    z-index:10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	opacity:0.0;    
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;    
}
.hoverTable{
	display: table;
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
}
.hoverCell{
	display: table-cell;
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	text-align: center;
	vertical-align: middle;
}
.hoverCell i{
	color: #fff;
	font-size: 35px;
}
.hover:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;    
}

#homePhoneWrap {
	position: absolute;
	width:100%; height: 733px;
	left:0; bottom:0;
	background:url('../img/general/homePhone.png') no-repeat center bottom;
	z-index: 10;
}

#homePhoneWrap #homePhoneInner {
	position: absolute;
	width:960px;
	bottom:155px;
	left:50%;
	margin-left:-480px;
	overflow: hidden;
}

#homePhoneInner #text {
	float:right;
	width:34%;
}

#homePhoneInner #otherServices {
	float:left;
	margin-left: 313px;
}

#homePhoneInner #otherServices img {
	display: block;
	margin:10px 0;
}

#homeServices {
	margin:50px 0 0 322px;
}

#homeServices > h1 {
	font-size:40px;
	line-height: 42px;
	font-weight: bold;
	color:#fff;
	margin:0 0 22px 0;
	text-shadow:2px 2px 5px #545454;
}

#homeServicesInner {
	overflow: hidden;
}

#homeServicesInner a.service {
	width:48%; height: 72px;
	padding-left:67px;
	box-sizing: border-box;
	display: block;
	float:left;
	margin-left:24px;
}

#homeServicesInner a.service:nth-child(odd) {
	margin-left: 0;
}

#homeServicesInner a.service.service1 {
	background:url('../img/general/service1.png') no-repeat left center;
}
#homeServicesInner a.service.service2 {
	background:url('../img/general/service2.png') no-repeat left center;
}
#homeServicesInner a.service.service3 {
	background:url('../img/general/service3.png') no-repeat left center;
}
#homeServicesInner a.service.service4 {
	background:url('../img/general/service4.png') no-repeat left center;
}
#homeServicesInner a.service.service5 {
	background:url('../img/general/service5.png') no-repeat left center;
}
#homeServicesInner a.service.service6 {
	background:url('../img/general/service6.png') no-repeat left center;
}

#homeServicesInner a.service div {
	margin-top:16px;
	height: 40px;
	display: table;
	width:auto;
	background:#CC1A0D;
}

#homeServicesInner a.service div span {
	display: table-cell;
	vertical-align: middle;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 10px 0 17px;
}

div.titleWrap {
	position: relative;
}

div.titleWrap > h1 {
	padding-right: 210px;
}

div.titleWrap p#togglePreventivo {
	position: absolute;
	right:0; top:0;
}

/* Elementi dei form */

input[type="text"],
input[type="button"],
input[type="password"],
select,
textarea{
    width:100%; height:auto;
	font-family:Arial,Helvetica,Garuda, sans-serif;
	font-size:13px; font-weight:normal; font-style:normal;
	color:#555; line-height: 18px;
    padding:12px 10px; margin:0px;
	border:1px solid #c9c9c9;
	box-sizing:border-box;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
textarea{ max-height: 130px; }

input[type="text"]:focus,
input[type="button"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
	color:#000;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	outline:none;	
}

input[type="text"],
input[type="button"],
input[type="password"]
input[type="submit"],
textarea,
button{
	-webkit-appearance:none;
	border-radius:0;
	-webkit-border-radius:0;
}

#newsletterPlatform{ width:45%; }
#newsletterPlatform input[type="text"]{
	display:block;
	margin:8px 0px;
}

input[type="submit"],
button,
input[type="reset"]{
    background:#ce1115;
	font-family:Arial,Helvetica,Garuda, sans-serif;
	font-size:13px; font-weight:normal; font-style:normal;
    color:#fff;
	text-transform:uppercase; text-align:center;
    height:37px; line-height:37px;
    margin:14px 0px; padding:0px;
    width:45%; max-width: 200px;
	border:none;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
input[type="submit"]:hover,
button:hover,
input[type="reset"]:hover{
	cursor:pointer;
    background:#A00A0D;
}

#certificazioni-header{
	position: absolute;
	right:10px; top:23px;
}
#certificazioni-footer{
	display: none;
	margin: 0px; padding:0px;
	text-align: center;
}

/*************************/
/* MULTILINGUA CSS       */
/*************************/

div.multilingua{ 
	position:absolute;
	right:0px; top:42px;
	height:13px; 
	padding:0px; margin:0px; 
	overflow:hidden;
}
div.multilingua .language{ 
	background:url(../img/general/bg-multilingua-icons.png) no-repeat top left;
	display:block; 
	float:left; margin:0px 0px 0px 4px;
	width:18px; height:13px; 
	text-indent:-8000px; 
	cursor:pointer;
}
div.multilingua .language:first-child{ margin-left:0; }

/* ---  gestione evento hover e stato attivo --- */
div.multilingua .it:hover,
div.multilingua .it.active{ background-position:0px -13px; }

div.multilingua .es:hover,
div.multilingua .es.active{ background-position:-18px -13px; }

div.multilingua .fr:hover,
div.multilingua .fr.active{ background-position:-36px -13px; }

div.multilingua .de:hover,
div.multilingua .de.active{ background-position:-54px -13px; }

div.multilingua .en:hover,
div.multilingua .en.active{ background-position:-72px -13px; }

/* ---  aspetto di default e stato disattivato --- */
div.multilingua .it,
div.multilingua .it.disabled:hover{ background-position:0px 0px; }

div.multilingua .es,
div.multilingua .es.disabled:hover{ background-position:-18px 0px;}

div.multilingua .fr,
div.multilingua .fr.disabled:hover{ background-position:-36px 0px;}

div.multilingua .de,
div.multilingua .de.disabled:hover{ background-position:-54px 0px;}

div.multilingua .en,
div.multilingua .en.disabled:hover{ background-position:-72px 0px;}

/****************/
/*  MENU        */
/****************/

#menuToggle{
	display:none;
	position:absolute;
	font-size:17px;
	margin:0px; padding:8px;
	right:0px; bottom:10px;
	background:#ddd;
	color:#fff;
	cursor:pointer;
}
#menu{
	position:absolute;
	left:0px; bottom:5px;
	width:100%; height:40px;
	margin:0px; padding:0px;
	background:none;
}

/* REGOLE GENERICHE PER TUTTI I LIVELLI */
#menu ul {
	list-style:none;
	padding:0px; margin:0px;
	background-color:#3C3B42;
	width:200px;
	z-index:999;
}
#menu ul li{
	position:relative;
	display:block;
	margin:0px; padding:0px;
}

#menu ul li a{
	display:block;
	color:#fff;
	font-size:14px;
	font-weight: 700;
	margin:0px; padding:8px 15px;
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease;
}
#menu ul li > a:hover,
#menu ul li.active > a,
#menu ul li.hovering > a{ 
	background-color:#ce1115;
	text-decoration:none; 
	color:#fff;
}

#menu > ul > li.active > a {
	padding-left:48px;
	background-image:url('../img/general/menuActive.png');
	background-repeat:no-repeat;
	background-position:10px center;
}

/* REGOLE SPECIFICHE PER IL PRIMO LIVELLO */
#menu > ul{ 
	background-color:transparent; 
	width:100%;
} 
#menu > ul > li{
	border-bottom:none;
	float:left;
}
#menu > ul > li > a{ 
	padding:11px 15px;
	text-transform:uppercase; 
}

/* REGOLE SPECIFICHE PER IL SECONDO LIVELLO */
#menu ul ul{ 
	display:none;
	position:absolute;
	left:0px; top:36px;
}
#menu ul li.hovering  > ul,
#menu ul li:hover > ul { display: block; }

/* REGOLE SPECIFICHE PER IL TERZO LIVELLO */
#menu ul ul ul{ left:200px; top:0px; }


/*************************/
/* CERCA NEL SITO        */
/*************************/

#search {
	position:absolute;
	top:28px; right:470px;
	width:295px;
}
input.searchfield{
	padding: 8px 9px;
}
.searchfield{
	width:80%;
	max-width:220px;
}
input.searchbutton{
	width:22%;
	max-width:70px; 
	margin:0px;
}

/*********************/
/*  SLIDESHOW        */
/*********************/

#slidersContainer {
	position:relative;
	width:100%; height:310px;
	margin:2px 0px; padding:0px;
	overflow:hidden;
}
#sliders{
	width:100%;
	margin:0px; padding:0px;
}
#sliders img{
	margin:0px; padding:0px;
	border:none;
}

#rightSlide{
	position:absolute;
	top:0px; left:0px;
	width:28%; height:310px;
	margin:0px; padding:0px;
	overflow:hidden;
	z-index:998;
	background:url(../img/general/bgblack60.png) left top repeat;
}
#rightSlide #custom-caption{
	padding:35px 25px; margin:0px;
	color:#fff;
}
#rightSlide #custom-caption h1{
	font-size:22px; line-height:25px;
	color:#fff;
}
#rightSlide #custom-caption span{
	display:block;
}
#rightSlide #custom-caption a.link{
	display:block;
	text-transform:uppercase; text-align:left;
	font-weight:bold; color:#fff;
	margin:8px 0px; padding:0px;
}

/* paginazione slideshow */
#custom-pager{
	position:absolute;
	bottom:12px; right:12px;
	z-index:998;
}

#custom-pager a{
	padding:2px 5px; margin:0px 2px 0px 0px;
	background:url(../img/general/bgblack60.png) left top repeat;
	color:#fff;
}
#custom-pager a:hover,
#custom-pager a.cycle-pager-active{
	background:#fff;
	color:#000;
}

/********************/
/*  ADDTHIS         */
/********************/

.addthis_sharing_toolbox{
	position:absolute;
	right:0px; top:118px;
}
body.singolaNews .addthis_sharing_toolbox{
	right:0px; top:68px;
}
body#newsList .addthis_sharing_toolbox .at4-icon.aticon-facebook,
body#newsList .addthis_20x20_style .at15nc.at15t_facebook{
    background-image:url(../img/general/facebook.png); 
    background-position:left top !important;
    background-repeat:no-repeat; 
}
body#newsList .addthis_sharing_toolbox .at4-icon.aticon-email,
body#newsList .addthis_20x20_style .at15nc.at15t_email{
    background-image:url(../img/general/mail.png); 
    background-position:left top !important;
    background-repeat:no-repeat; 
}
body#newsList .addthis_sharing_toolbox .at4-icon.aticon-print,
body#newsList .addthis_20x20_style .at15nc.at15t_print{
    background-image:url(../img/general/print.png); 
    background-position:left top !important;
    background-repeat:no-repeat; 
}

/****************/
/*  NEWS        */
/****************/

h1#h1Title{
	font-size:21px; line-height:24px;
	margin:0px 0px 20px 0px; padding:0px;
}
a.contRead{
	display:inline-block;
	font-size:15px; line-height:18px;
	text-transform:uppercase;
	color:#fff;
	background:#ce1115;
	margin:5px 0px 0px 0px; padding:10px 17px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;	
}
a.contRead:hover{ 
	color:#fff;
	padding:10px 35px 10px 17px; 
}
#mainNews{ 
	padding:0px 0px 30px 0px; margin:0px;
	overflow:hidden; 
}	
h3#otherNews{ 
	margin:0px 0px 50px 0px; padding:25px 0px 10px 0px;
	border-bottom:1px solid #ccc;
	text-transform:none;
}
#mainNews a#wrapperImg,
#mainNews div#wrapperImg{
	display:block;
	width:100%;
	margin:0px 0px 27px 0px; padding:0px;
}
#mainNews a#wrapperImg img,
#mainNews div#wrapperImg img{
	width:100%; height:auto;
	margin:0px; padding:0px;
	border:none;
}
#mainNews #leftMainNews{
	float:left;
	width:18.5%;
	text-align:right;
}
#mainNews #leftMainNews p{
	font-size:22px; line-height:25px;
	margin:0px; padding:0px;
	text-align:right;
	color:#000;
}
#mainNews #rightMainNews{
	float:right;
	width:77.0%;
	text-align:left;
}
#mainNews #rightMainNews h1,
#mainNews #rightMainNews h2,
#mainNews #rightMainNews h3,
#mainNews #rightMainNews h4,
#mainNews #rightMainNews h5,
#mainNews #rightMainNews h6{
	text-align:left;
}
#mainNews #rightMainNews p{
	font-size:13px; color:#000; line-height:18px;
	text-align:left;
}
#mainNews #rightMainNews p:first-child{
	padding-top:0px;
}

#mainNews #rightMainNews .immagineGalleria_prettyPhoto img,
#mainNews #rightMainNews .immagineGalleria_prettyPhoto{
    width:81px !important; 
	height:81px !important;
}

/*********************/
/*  NEWS ELENCO      */
/*********************/

.news{
	overflow:hidden;
	margin:0px 0px 35px 0px; padding:0px;
}
.news .news-image{
	float:left;
	width:18.5%;
}
.news .news-image a{
	display:block;
	width:100%;
	margin:0px; padding:0px;
	outline:none;
	background:#321b14;
}
.news .news-image a img{
	width:100%; height:auto;
	margin:0px; padding:0px;
	border:none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.news:hover .news-image a img{
	opacity:0.6;
}
.news .news-content{
	width:77.0%;
	float:right;
}
.news .news-content a{ color:#000; }
.news .news-content a.contRead{
	float:left;
}
.news .news-content a.titleData{
	float:left;
	text-align:left;
	padding:0px 0px 0px 21px;
}
.news .news-content a.titleData h3{
	margin:0px 0px 3px 0px; padding:0px;
	font-size:16px; font-weight:bold; line-height:19px;
	text-align:left; text-transform:none;
	color:#000;
}
.news .news-content a.titleData h6{
	margin:0px; padding:0px;
	font-size:13px; line-height:18px;
	color:#444;
	text-align:left; text-transform:none;
}
.news .news-content p{
	clear:both;
	text-align:left;
}
.news .news-content a.contRead{ 
	margin:0px 0px 6px 0px; 
	color:#fff;
}
.news .news-content a.contRead:hover{ 
	color:#fff;
}
body.singolaNews #sidebar{
    clear:both;
    margin:0;
    padding:17px 0px 0px 0px;
}
body.singolaNews #sidebar #sidebarContent{
	padding:14px 12px;
}

/*********************/
/*  PAGINAZIONE      */
/*********************/

#pagination{ 
	clear:both;
	padding:0px 0px 30px 0px; 
}

#pagination .pagination-title,
#pagination .pagination-current,
#pagination .page {
	display:block;
	float:left;
	padding:0 5px;
}
.img-left-news {
    border:1px solid #A9A9A9;
    float:left;
    margin: 7px 15px 15px 0;
    padding: 5px;
    width: 35%;
}

/*************************/
/*  CERCA NEL SITO       */
/*************************/

.ajaxSearch_grpResultName,
.ajaxSearch_resultsInfos,
.paging1 {
	display:none;
}
.ajaxSearch_result {
	padding:10px 0 14px; margin:10px 0;
	border-bottom:1px solid #DDD;	
}
.ajaxSearch_resultLink {
	display:block;
	padding:0 0 2px;
	font-size:22px;
}

/***************/
/*  FOOTER     */
/***************/

#footer{
	clear:both;
	position:relative;
	background:#7e92b7;
	background:rgba(126,146,183,0.8);
	height:87px;
	width: 100%;
	box-sizing: border-box;
	margin:0 0 41px 0; padding:0;
}

#footer #footerInner {
	width:960px;
	position: relative;
	height: 87px;
	box-sizing: border-box;
	padding-top: 10px;
	margin:0 auto;
}

body#home #footer {
	position: absolute;
	bottom:0;
	z-index: 15;
}

#footer #footerInner #scw {
	position: absolute;
	right:0;
	bottom:-28px;
	font-size:12px;
	color:#8c8c8c;
}

/********************/
/*  MENU FOOTER     */
/********************/

#menuFooter{
	margin:0px; padding:8px 0px;
}
#menuFooter ul{
	padding:0px; margin:0px;	
	list-style:none;
}
#menuFooter ul li{
	display:inline;
}
#menuFooter ul li a{
	color:#333;
	padding:0px; margin:0px 0px 0px 7px;
}
#menuFooter ul li:first-child a{
	margin:0px;
}

#menuFooter ul li a:hover,
#menuFooter ul li.active a{
	text-decoration: underline;
}

/***********************/
/*  INFO AZIENDALI     */
/***********************/

#infoAzienda{
	color:#fff;
	text-align:left;
	margin:0; padding:0px;
}
#infoAzienda p{
	color:#fff;
	text-align:left;
	margin:0px; padding:0.5em 0em;
	font-size:95%;
}

/******************/
/*  SOCIALS       */
/******************/

div#socials{
	position:absolute;
	right:15px; top:20px;
	margin:0px; padding:0px;
	max-width:220px; min-height:28px;
	overflow:hidden;
}
div#socials ul{
	margin:0px; padding:0px;
	list-style:none;
}
div#socials ul li{ 
	display:block;
	float:left; 
	line-height:28px;
	margin:0px; padding:0px;
}
div#socials ul li a{
	display:block;
	width:28px; height:28px; line-height: 28px;
	font-size:28px; color:#222;
	text-align: center;
	margin:0px 0px 0px 2px; padding:0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
div#socials ul li a#Facebook:hover{ color:#3a589b; }
div#socials ul li a#Twitter:hover{ color:#598dca; }
div#socials ul li a#Youtube:hover{ color:#cf3427; } 
div#socials ul li a#Google:hover{ color:#4285f4; } 
div#socials ul li a#Linkedin:hover{ color:#007ab9; } 
div#socials ul li a#Pinterest:hover{ color:#bd081c; }
div#socials ul li a#Instagram:hover{ color:#a27359; } 

/****************************/
/*  LOGO SICOMUNICAWEB      */
/****************************/

a#logoSicomunicaweb { 
	display:block; 
	width:25px; height:17px; 
	position:absolute; 
	right:15px; bottom:20px; 
	padding:0px; margin:0px;
	background: url("../img/general/SCW_small.png") left -17px no-repeat; 
}
a#logoSicomunicaweb:hover { background-position: left 0px; }


/*********************/
/*  MODALE           */
/*********************/

a#login-modal{
	display: block;
	padding: 5px 12px; margin: 0px 0px 12px 0px;
	text-transform: uppercase;
	background: #f0f0f0;
}
.modal-overlay { background:rgba(0,0,0,0.75); }

.modal {
	display:none;   
	position:fixed;
    top:50%; left:50%;   
	width:360px; height:274px;
    margin:-137px 0px 0px -180px;
	overflow:hidden;
	background:#fff;
	border:none;	
}
.modal-title {
	position:relative;
	background:#ED7400; 
	color:#FFF; 
	padding:15px; margin:0px; 
	font-weight:bold; font-size:14px;
	text-transform: uppercase;
}
.modal-close {
	position: absolute;
	top:15px; right:15px;
	padding:0px; margin:0px;
	width:15px; height:15px;
	overflow:hidden;
    border:none;
    font-size:16px; font-weight:normal;
    color:#fff;
    cursor: pointer;
}
.modal-close:active,
.modal-close:focus {
	outline: 0;
}
.modal-content{
	padding:24px 18px;
	min-height:80px;
	overflow:auto;
}
.modal-content p#reminderTitle{
    padding:0px 5px 15px 5px;
    margin:0px;
	color:#333;
}
.modal .submit{ 
	width:49%; 
	margin:10px 0px 13px 0px;
}
.modal .username,
.modal .password {
	margin:0px 0px 8px 0px;
}
.submit.logout {
	display: block;
    color: #FFF;	
    width: 180px;	
    height: 28px;
    margin: 10px 2px 0 0;
	text-align: center;
	float: left;
}
.submit.logout span {
	position: relative;
	top: 7px;
}

/*********************/
/*  FORM             */
/*********************/

/* body#contattaci #content{
	margin:0px; padding:25px 0px;
	overflow:hidden;
} */
body#contattaci #form{
	margin:0px; padding:22px 0px;
	overflow: hidden;
}
body#contattaci #form .leftForm{
	float:left;
	width:36%;
}
body#contattaci #form .rightForm{
	float: right;
	width:61%;
}
#form label {
	display:block;
    color:#666;
	padding:15px 0 0;
}
#form .hide-label{ display: none; }
body#contattaci #form textarea{ max-height: 200px; }
.box-error {
	padding:15px; margin:0px 0px 18px 0px; 
	color:#000;
	font-size:13px;
	background:#f0f0f0;
	border:none; 	
}
#form input{ margin:0px 0px 8px 0px; }
#form .prv{ 
	clear: both;
	padding:7px 0px; 
}
#form .prv input{
	width:auto;
	margin:8px 4px 0 0;
	border:none;
	padding:0;
}
#form input[type="submit"]{ margin:10px 0px 0px 0px; }

/**************************/
/*  GOOGLE MAPS           */
/**************************/

.gmap{
	width:100%; height:370px;
	border:none;
	padding:0px; margin:0px;
}
.gmap iframe{
	width:100%; height:100%;
	margin:0px; padding:0px;
	border:none;
}

/**************************/
/*  NEWSLETTER            */
/**************************/

a#subscribeNewlsetter{
	position:absolute;
	right:0px; top:9px;
	color:#333;
}

.TXNewsletters_form{ 
	width:45%;
	margin:0px; padding:10px 0px;
}
.TXNewsletters_form label{
	display:none;
} 
.TXNewsletters_form label[for="Subscribesi"]{
	display:block;
	float:left;
	padding:7px 0px 0px 5px; margin:0px;
}
.TXNewsletters_form input[type="checkbox"]{
	width:auto;
	margin:8px 4px 0 0; padding:0px;
	border:none;
	float:left;
}
.TXNewsletters_form_item{ margin:8px 0px; }


/**************/
/* IMAGES     */
/**************/

.img-right {
    border: 1px solid #A9A9A9;
    float: right;
    margin: 5px 0 5px 15px;
    padding: 5px;
}
.img-left {
    border: 1px solid #A9A9A9;
    float: left;
    margin: 5px 15px 5px 0;
    padding: 5px;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;	
	border: 1px solid #A9A9A9;	
}
.img-left-noborder {
    float: left;
    padding: 0 10px 5px 0;    
}
.img-right-noborder {
    float: right;
    padding: 0 0 5px 10px;
}
.img-center-noborder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;	
}

/*********************/
/*  STORE LOCATOR    */
/*********************/

#distributori h1,
#clienti h1{ 
	font-size:15px; 
	padding:0px 0px 8px 0px;
}
#formRicerca{
	width:100%;
	margin:0px; padding:24px 0px;
	overflow:hidden;
}
#formRicerca p{
	float:left;
	text-transform:uppercase;
	color:#000; font-weight:bold;
	height:34px; line-height:34px;
	margin:0px; padding:0px 50px 0px 0px;
}
#formRicerca select{
	float:left;
	margin:0px 4px; padding:0px 10px;
	width:22%; height:34px; line-height:34px;
}
form#store_search .submit{ 
	float:right; margin:0px; 
	width:86px; height:34px; line-height:30px;
}
#mapcanvas{
	width:100%; height:468px;
	margin:0px; padding:0px;
}

.search_results{
	clear:both;
	padding:25px 0px 0px 0px; margin:0px;
}
.search_results p#summary{
	color:#333;
	margin:0px; padding:0px;
}
.search_results p#summary b{
	text-transform:uppercase;
	color:#000;
}
.search_results .regione{
	clear:both;
	margin:0px; padding:25px 0px 0px 0px;
	list-style:none;
	overflow:hidden;
}
.search_results .regione h2.regioneh2{
	font-size:20px; line-height:20px;
	margin:0px; padding:11px;
	color:#000; text-transform:uppercase;
	background:#ddd;
}
.search_results .regione p.provincia{
	clear:both;
	margin:0px 0px 25px 0px; padding:21px 0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
.search_results .regione p.provincia span{
	background:#f68b1f;
	color:#fff;
	padding:7px 35px 7px 15px;
}
.search_results .regione p.citta{ display:none; }

.rivenditore{
	float:left;
	width:30.00%;
	margin:0px 3% 0px 0px;
	height:170px;
}
.rivenditore .hide.address{
	display:none;
}
.rivenditore a.map-link{
	display:block;
	height:100%;
	margin:0px; padding:0px 0px 0px 43px;
	background:url(../img/general/piker.png) left top no-repeat;
	color:#000;
}
.rivenditore a.map-link p.nome{
	font-size:15px; font-weight:bold;
	color:#000;
	margin:0px; padding:2px 0px 7px 0px; 
}
.rivenditore a.map-link p.address{
	font-style:italic;
	margin:0px; padding:0px 0px 15px 0px;
}
.rivenditore a.map-link p.tel,
.rivenditore a.map-link p.mail{
	margin:0px; padding:7px 0px 7px 31px;
	height:16px; line-height:16px;
	color:#000;
	background-position:left center;
	background-repeat:no-repeat;
}
.rivenditore a.map-link p.tel{
	background-image:url(../img/general/mailStore.png);	
}
.rivenditore a.map-link p.mail{
	background-image:url(../img/general/phone.png);	
}
.gm-style-iw p{ margin:0px; padding:0.5em 0em; }
.gm-style-iw p.nome{
	text-transform:uppercase;
	font-size:16px; line-height:17px;
	font-weight:bold; color:#000;
	margin:0px; padding:8px 0px 10px 0px;
}
.gm-style-iw p.tel,
.gm-style-iw p.mail{
	color:#000;
	padding:0.25em 0em;
}
.gm-style-iw p.tel b,
.gm-style-iw p.mail b{
	padding:0px 5px 0px 0px;
}

.gm-style-iw p.tel{
	padding:1.2em 0em 0.25em 0em;
}

/*****************/
/*  COLORBOX     */
/*****************/

#colorbox,
#cboxOverlay,
#cboxWrapper{
	position:absolute; 
	top:0; left:0; 
	z-index:9999; 
	overflow:hidden;
	outline:none;
}
#cboxOverlay{ 
	position:fixed; 
	width:100%; height:100%;
}
#cboxMiddleLeft,
#cboxBottomLeft{ clear:left; }
#cboxContent{ position:relative; }
#cboxLoadedContent{ overflow:auto; }
#cboxTitle{ margin:0;}
#cboxLoadingOverlay,
#cboxLoadingGraphic{ 
	position:absolute; 
	top:0; left:0; 
	width:100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow{ cursor:pointer; }
.cboxPhoto{
	float:left; 
	margin:auto; 
	border:0; 
	display:block;
}
.cboxIframe{ 
	width:100%; 
	height:100%; 
	display:block; 
	border:0;
}

#cboxOverlay{ background:#000; }
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight{ display:none; }
#cboxContent{ background:none; overflow:visible; }
#cboxLoadedContent{ margin-bottom:5px; }
#cboxLoadingOverlay{ background:url(../img/colorbox/loading_background.png) no-repeat center center; }
#cboxLoadingGraphic{ background:url(../img/colorbox/loading.gif) no-repeat center center; }
#cboxTitle{ 
	position:absolute; 
	bottom:-25px; left:0; 
	text-align:center; 
	width:100%; 
	font-weight:bold; 
	color:#7C7C7C;
}
#cboxCurrent{ 
	position:absolute; 
	bottom:-25px; left:58px; 
	font-weight:bold; 
	color:#7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow{	display:none; }
#cboxPrevious{ left:0px; background-position: -51px -25px;}
#cboxPrevious.hover{ background-position:-51px 0px; }
#cboxNext{ left:27px; background-position:-75px -25px; }
#cboxNext.hover{ background-position:-75px 0px; display:none; }
#cboxClose{ right:0; background-position:-100px -25px; }
#cboxClose.hover{ background-position:-100px 0px; }
.cboxSlideshow_on #cboxSlideshow{ background-position:-125px 0px; right:27px; }
.cboxSlideshow_on #cboxSlideshow.hover{ background-position:-150px 0px; }
.cboxSlideshow_off #cboxSlideshow{ background-position:-150px -25px; right:27px; }
.cboxSlideshow_off #cboxSlideshow.hover{ background-position:-125px 0px; }

		
/*************************/
/* CATALOGO PRODOTTI     */
/*************************/

/* Preview delle categorie di prodotti */

.menu_sec_preview{
	margin:0px; padding:15px 0px;
	overflow:hidden;
}
.menu_sec_preview ul,
#relatedProduct ul{ 
	margin:0px; padding:0px; 
	list-style:none; 
	overflow: hidden;
}
#relatedProduct ul{ padding:25px 0px 0px 0px; }

.menu_sec_preview ul li,
#relatedProduct  ul li{ 
	display:block; 
	padding:0px; margin:0px 0.5% 12px 0.5%; 
	width:24.2%; height:auto;
	float:left; 
	overflow:hidden;
	border:none;
}
#relatedProduct  ul li{ 
	width:19.2%; height:auto; 
}
.menu_sec_preview ul li:first-child,
#relatedProduct  ul li:first-child{ 
	margin:0px 0.5% 12px 0px; 
}
.menu_sec_preview ul li:nth-child(4n),
#relatedProduct  ul li:nth-child(5n){
	margin:0px 0px 12px 0.5%; 
}
.menu_sec_preview ul li a,
#relatedProduct ul li a{
	display:block; 
	width:100%; height:100%;
	margin: 0px; padding: 0px;
	position:relative; 
	overflow: hidden;
} 

.menu_sec_preview ul li a img,
#relatedProduct ul li a img{ 
	width:100%; height:auto; 
	margin:0px; padding:0px;
	border:none;
}
.menu_sec_preview ul li a h2,
#relatedProduct ul li a h2{
	font-size: 20px; line-height:24px;
	text-transform: uppercase;
	color:#fff;
	margin:0px; padding: 0px;
}
#relatedProduct ul li a h2{
	font-size: 17px; line-height:20px;
}

#relatedProduct{
	border-top:1px solid #ccc;
	padding: 17px 0px 0px 0px;
}
#relatedProduct h3{
	margin:0px; padding: 0px;
}


/* Scheda prodotto */

body#catalogo #contentLeft{
	width:50.00%;
	margin:0px; padding:0px;
	float:left;
}
body#catalogo #contentRight{
	width:46.00%;
	margin:0px; padding:0px;
	float:right;
}

#catProdotto{ 
	position: relative;
	margin: 0px; padding: 0px 0px 25px 0px;
}
h2#catNumber{
	font-size:15px; line-height:15px;
	margin:0px; padding:0px 0px 4px 0px;
}
h1#prodName{
    display:block;
    font-size:25px;
    line-height:28px;
    margin:0px 0px 15px 0px;
    padding: 0px 0px 14px 0px;
    border-bottom: 1px solid #cccccc;
}

/* Navigazione next and prev */

#navigator{
	position: absolute;
	right:0px; top:17px;
	margin:0px; padding: 0px;
}
#navigator ul{
	margin: 0px; padding: 0px;
	list-style: none;
	overflow: hidden;
}
#navigator ul li{
	float: left;
	margin: 0px; padding: 0px;
}
#navigator ul li a{
	display: block;
	margin: 0px; padding: 0px 8px;
	color: #000;
	font-size: 24px;
}

/* Addthis */
a.at-svc-email,
a.at-svc-wowbored,
a.at-svc-print{
	background-color:none !important;
}	
.at-share-tbx-element .at-share-btn{
	margin:0 5px !important;
}	
.addthis_sharing_toolbox{ 
	padding:0px 0px 0px 0px !important;
	float:right !important; 
	position:static !important;
}
.at15t_email,
.at16nc.at16t_email{
	background-position:left top !important;
}
.at4-icon.aticon-email{
	background:url("../img/general/mail.png") left top no-repeat #fff !important;
}	
.at4-icon.aticon-print{
	background:url("../img/general/print.png") left top no-repeat #fff !important;
}	

/* Toggle preventivo */
p#togglePreventivo{
	cursor:pointer;
	background:#ce1115;
	font-weight:bold; color:#fff;
	width:200px; height:35px; line-height:35px;
	margin:0px; padding:0px;
	text-transform:uppercase; text-align:center;
	border:none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p#togglePreventivo:hover{
	background:#A00A0D;
	padding:0px 5px;
} 
#overlay{
	display:none;
	position:fixed;
	left:0px; top:0px;
	width:100%; height:100%;
	margin:0px; padding:0px;
	background:#000;
	background:rgba(0,0,0,0.75);
	z-index:1000;
}
#contactSpeed{
	position:fixed;
	left:50%; top:-150%;
	background:#fff;
	width:380px;	
	margin:0px 0px 0px -216px; padding:42px 26px 30px 26px;
	z-index:1001;
}
#contactSpeed h1{
	margin:0px; padding:0px;
	text-transform:uppercase;
	font-size:20px; font-weight:bold; color:#000;
	line-height:23px;
	border-bottom:none;
}
#contactSpeed #form{
	float:none;
	width:100%;
	margin:0px; padding:10px 0px 0px 0px;
}
.prv{ padding:6px 0px; }
.prv a{ font-weight:bold; color:#000; }

#contactSpeed #closeForm{
	position:absolute;
	right:0px; top:0px;
	background:#ce1115; color:#fff;
	margin:0px; padding:5px 12px;
	cursor:pointer;
}

/* Galleria prodotto */

img#mainImage{
	clear: both;
	width:100%; height:auto;
	margin:0px; padding:0px;
}
#thumbs{
	width:100%;
	margin:0px; padding:15px 0px;
}
#thumbs ul{
	margin: 0px; padding: 0px;
	list-style: none;
	overflow: hidden;
}
#thumbs ul li{
	float:left;
	width:23.9%; height: auto;
	margin:0px 0.7% 0px 0.7%; padding:0px;
	position:relative;
	cursor: pointer;
}
#thumbs ul li:first-child{
	margin:0px 0.7% 0px 0px;
}
#thumbs ul li:nth-child(4n){
	margin:0px 0px 0px 0.7%;
}
#thumbs ul li img{
	display: block;
	width:100%;
	margin:0px; padding:0px;
	border:none;
}

/* Dettagli prodotto */

#prodDetails{
	clear: both;
	padding:10px 0px 15px 0px; margin:0px 0px 30px 0px;
	border-bottom:1px solid #ccc;
}

/* Scheda tecnica */

a#schedaTecnica{
	display:block;
	height:29px; line-height:29px;
	margin:25px 0px 30px 0px; 
	padding:0px 0px 0px 44px;
	font-weight:bold; color:#ea4c3a;	
	background-image:url(../img/general/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;		
}
a#schedaTecnica:hover{
	background-position:5px center;
}

/* Caratteristiche */

#caratteristiche{ 
	clear:both;
	padding:35px 0px 35px 0px;	
}
#caratteristiche ul#navCaratt{
	margin:0px; padding:0px;
	list-style:none;
	overflow:hidden;
}
#caratteristiche ul#navCaratt li{
	float:left;
	margin:0px; padding:0px;
	height:32px; line-height:34px;
}
#caratteristiche ul#navCaratt li a{
	display:block;
	background:#cccccc;
	height:32px; line-height:34px;
	text-transform:uppercase;
	font-weight:bold; color:#888;
	margin:0px; padding:0px 23px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;				
}
#caratteristiche ul#navCaratt li a.active,
#caratteristiche ul#navCaratt li:hover a{
	background:#eeeeee;
	color:#333;	
}
#caratteristiche #tabs{
	background:#eeeeee;
	padding:18px 20px; margin:0px;
}

	
/****************************************/
/*  MAGNIFIC POP UP GALLERY             */
/****************************************/

.popup-gallery a {
	background-color: #e6e6e6;
	border: 1px solid #666;
	display: block;
	float: left;
	height: 174px;
	margin: 5px;
	padding: 5px;
	width: 174px;
}
.popup-gallery a img {
	height: auto;
	width: 100%;
}

/***********************/
/*  POP UP             */
/***********************/

.well{
	min-height:20px;
	padding:20px;
	margin:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:7px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-sizing:border-box;	
	font-weight:normal; font-style:normal;	
}

/***********************/
/*  GALLERY            */
/***********************/

body#news .gallery{ padding:15px 0px; }	
.popup-gallery a {
	border:none;
	display:block;
	float:left;
	width:23.5%;
	margin:5px; padding:0px;
	overflow:hidden;
	position:relative;
}
body#gallery .popup-gallery a {
	width:19.0%;
	margin:7px; padding:0px;
}
body#gallery .gallery{ padding: 20px 0px; }
.popup-gallery a img {
	height:auto; 
	width:100%;
	margin: 0px; padding: 0px;
	border:none;
}
#menu-toggle {
	display: none;
} 

#mobile-menu:not(.mm-menu) {
	display:none;
}

/***********************/
/*  MEDIA QUERIES      */
/***********************/

@media only screen and (max-width:980px) {
/* body{ color:#f00; } */
#container {
	width: 100% !important;
}
#footer #footerInner {
	width: 100%;
}
#homePhoneWrap #homePhoneInner {
	width: 100%;
	left:0;
	margin-left:0;
	background: rgba(242, 234, 225, 0.85);
	position:relative;
	bottom: auto;
}
#headerInner {
	width:100%;
}
#infoAzienda {
	padding-left:10px;
	box-sizing: border-box;
}
#footer #footerInner #scw {
	right:10px;
}
#homePhoneWrap {
	background: none;
	position:relative;
}
#homePhoneInner #otherServices {
	margin-left:10px;
}
#homePhoneInner #text {
    float: right;
    width: 50%;
    margin-right: 10px;
}
#homeServices {
	margin:40px auto;
}
#homeServices > h1 {
	padding-left:10px;
	box-sizing: border-box;
}
#homeServicesInner {
    padding-left: 10px;
    box-sizing: border-box;
}
#homePhoneWrap {
	height:auto;
}
#footer {
	position:relative !important;
	margin-top:20px !important;
}
#content {
	width:96%;
}
.popup-gallery a {
    float: none;
    width: 23%;
    margin: 5px 5px;
    display: inline-block;
    height: auto;
}
.popup-gallery {
	text-align:center;
}
}

@media only screen and (max-width:768px) {
/* body{ color:#0f0; } */
#homeServicesInner a.service {
	width:47%;
}
#homePhoneInner #text {
	width:45%;
}
.popup-gallery a {
	width:22%;
}
#contactSpeed {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	left: 0;
}
#form input {
	height: 35px;
}
textarea {
	height: 70px;
}
}

@media only screen and (max-width:600px) {
/* body{ color:#00f; } */
a#phone{ 
	display: block;
	top:40px;
}
table tr td {
	display:block;
	width:100% !important;
}
#menu {
	display:none;
}
#header {
	height:85px;
}
#menu-toggle {
    display: block;
    position: absolute;
    font-size: 30px;
    right: 60px;
    top: 40px;
    color: #CC1A0D;
}
body#contattaci #form .leftForm {
    float: none;
    width: 100%;
}
body#contattaci #form .rightForm {
    float: none;
    width: 100%;
}
#homePhoneInner #otherServices {
    width: 100%;
    float: none;
    margin: 0 auto !important;
}
#homePhoneInner #otherServices img {
    margin: 10px auto;
}
#homePhoneInner #text {
    width: 96%;
    margin: 0 auto;
}
#homeServicesInner a.service {
    width: 100%;
    margin: 5px auto!important;
}
a#logo {
    display: block;
    width: 450px;
    height: 85px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: -100px;
    top: auto;
    bottom: 0;
}
#headerInner {
	height:85px;
}
div.titleWrap p#togglePreventivo {
	position:relative;
}
div.titleWrap > h1 {
	padding-right:0;
}

/** CLASSE RESPONSIVE **/
img.responsive {
	width:100%;
	display:block;
	margin:10px 0;
	height:auto;
}

}

@media only screen and (max-width:480px) {
a#phone{
	top:28px;
}

/* body{ color:#ff0; } */
a#logo {
	width:360px;
	height:68px;
}
#headerInner {
	height:68px;
}
#header {
	height:68px;
}
#menu-toggle {
	top: 28px;
}
body {
	background-attachment:fixed;
	background-size:cover;
	background: url('../img/general/sfondo.jpg') 100% 100% #FFF;
}
#homeServicesInner a.service {
	width:96%;
}
.popup-gallery a {
    width: 46%;
}
#infoAzienda {
	padding-right:10px;
}
#footer, #footer #footerInner {
	height: auto;
}
#homeServices > h1 {
	font-size: 35px;
}
#content p img {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
}
#homeServicesInner a.service {
	font-size: 12px;
}
#certificazioni-header {
	display: none;
}
#certificazioni-footer {
    display: block;
    padding: 23px 0px;
}
}

@media only screen and (max-width:320px) {
/* body{ color:#0ff; } */
a#logo{
	width:235px; height: auto;
	left:-56px; top:15px;
}
#homeServices > h1 {
	font-size: 30px;
}
}	

@media only screen and (max-width:100px) {
/* body{ color:#f0f; } */
}