/* server per i contatti dentro contacts.css */
@media screen and (max-width: 930px) {
	#top nav.dx {
		display:none !important; /* sono le icone dei social */
	}
	
	.contact_04 {
		width:100% !important;	
	}
}


.header_left .lang{
  margin-top: 2px;
} 

.header_left .cufon{
  margin-top: 9px;
} 

img {
    vertical-align: middle;
    border: none;
}
a {
    text-decoration: none;
    color: #000;
}
#top {
    width:100%;
    height: 32px;
    background: url(https://graphistudio-images.s3-accelerate.amazonaws.com/wrapper/bg_top.png) repeat-x;
    position: relative;
    z-index: 100;
}
#top nav.sx{
    font:normal 13px 'fm', sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
    float: left;
    text-align: left;
    min-width: 370px; /* perchè deve starci AREA CLIENTI e WEBSITE */
}
.lang {
    width: 60px;
    height: 28px;
    float: left;
    font:normal 13px 'fm', sans-serif;
    color: #fff;
    text-align: left;
    position: relative;
}
.sel {
    width: 50px;
    padding-left: 6px;
    height: 28px;
    line-height: 24px;
    cursor: pointer;
    background: url(https://graphistudio-images.s3-accelerate.amazonaws.com/wrapper/arrow_lang.png) 35px center no-repeat;
    color: #fff;
}

.account_sel {
    background: url(https://graphistudio-images.s3-accelerate.amazonaws.com/wrapper/arrow_lang.png) no-repeat right;
    color: #fff;
}

.unsel {
	display:none;
}

.lang ul {
    margin: 0px;
    padding: 0px;
    width: 49px;
    position: absolute;
    left:0px;
    top:28px;
    display: none;
    background: #333333;
    padding-bottom: 5px;
}
.lang ul li{
    width: 59px;
    height: 28px;
    display: block;
}
.lang ul li a{
    width: 53px;
    padding-left: 6px;
    height: 28px;
    display: block;
    line-height: 28px;
}

.lang .lingue {
    margin: 0px;
    padding: 0px;
    width: 49px;
    position: absolute;
    left:0px;
    top:28px;
    display: none;
    background: #333333;
    padding-bottom: 5px;
}
/*
.lang .lingue div{
    width: 59px;
    height: 28px;
    display: block;
}
*/

.lang .lingue div{
    width: 53px;
    padding-left: 6px;
    height: 28px;
    display: block;
    line-height: 28px;
	cursor:pointer;
}



#top nav a{
    color: #fff;
}
#top nav.sx a.ac{
    display:block;
    float:left;
    height: 30px; /* 32px; */
    padding: 0px 30px;
}
#top nav.sx a.ac:hover, #top nav.sx a.ac.active{
    background: #d10509;
}

#top nav.dx{
    font:normal 13px 'fm', sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
    float: right;
    text-align: right;
    padding-right: 20px;
	color:#FFF;
}
#top nav.dx a.ac, #top nav.dx div.ac{
    margin: 0px 20px; /*  0px 30px; */
    text-transform: uppercase;
}
#top nav.dx span.ac{
    margin: 0px 20px; /*  0px 30px; */
}

#top nav.dx img{
    margin: 0px 10px;
    position: relative;
    top:-2px;
}


.clearfix_big {
	padding-left:75px !important;	
}

.profName{
    background: url(https://graphistudio-images.s3-accelerate.amazonaws.com/wrapper/arrow_lang.png) right center no-repeat;
    padding-right: 15px;
}

.overlay_primaNavigazione{
    position: fixed;    
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    cursor: pointer;
    z-index: 101;
}
#black_info{
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000; 
}
#blocco_info1 img,#blocco_info2 img{
    position: absolute;
    top: -65px;
    left: 115px;
}
#blocco_info1{
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    width: 308px;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 80px;
    padding: 45px 35px 25px;
    border-radius: 10px;
}
#blocco_info2{
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    width: 308px;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 45px 35px 25px;
    border-radius: 10px;
}

footer{
    width:100%;
    background:#404040;
    border-top: 1px solid #fff;
}
.footer{
	width: 100%; 
	max-width: 980px; 
	margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
.footer span{
    font-size: 10px;
    position: relative;
    top:-4px;
}
.footer a{
    color: #fff;
}
.footer p{
    margin-bottom: 0px;
	text-align:center !important;
}
.social_footer img{
    margin: 0px 15px;
}
.footer_social{
    width: 100%;
    background: #333333;
    padding-top: 25px;
    padding-bottom: 25px;
}
.centra_social{
    margin: auto;
    width: 500px;
}

#scrollToTop{
    position: fixed;
    bottom: -5px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
    /* Firefox */
    -moz-transition: all 0.5s ease;
    /* WebKit */
    -webkit-transition: all 0.5s ease;
    /* Opera */
    -o-transition: all 0.5s ease;
    /* Standard */
    transition: all 0.5s ease;
}
#scrollToTop.visible:hover{    
    bottom: 0px;
}
#scrollToTop.visible{    
    opacity: 1;
    filter: alpha(opacity = 100);
}

.profiloSub{
    margin: 0px;
    padding: 0px 18px;
    width: 140px;
    position: absolute;
    right:343px;
    top:30px;
    display: none;
    background: #333333;
    padding-bottom: 5px;
}