/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/*******************************|  FONTS  |*****************************************/
@font-face {
	font-family: 'Helvetica_light';
	src: url('../fonts/HelveticaNeueLt.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLt.woff') format('woff'), url('../fonts/HelveticaNeueLt.ttf') format('truetype'), url('../fonts/HelveticaNeueLt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica_thin';
	src: url('../fonts/HelveticaNeue-Thin.eot');
	src: local('☺'), url('../fonts/HelveticaNeue-Thin.woff') format('woff'), url('../fonts/HelveticaNeue-Thin.ttf') format('truetype'), url('../fonts/HelveticaNeue-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fonts/HelveticaNeueBd.eot');
	src: local('☺'), url('../fonts/HelveticaNeueBd.woff') format('woff'), url('../fonts/HelveticaNeueBd.ttf') format('truetype'), url('../fonts/HelveticaNeueBd-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* global */
html { font-size: 62.5%; } /* 62.5% == 1.0rem == 10px */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: sans-serif;
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.3;
	height: 100%;
    margin: 0pt;
    font-family:'Helvetica_light',Sans-Serif;
}

a {color:#000;}

.wrapper {
	margin: 0 auto;
	/*padding: 20px;*/
	max-width: 960px;
	background-color: #ffffff;
	height:100%;
}


/* grid */
.row {
	margin: 0 -10px;
	margin-bottom: 10px;
}
.row:last-child {
	margin-bottom: 0;
}
[class*="col-"] {
	padding: 10px;
}


@media all and ( min-width: 320px ) {

.col-1-2 {
    float: left;
    width: 100%;
  }
.col-1-2:nth-child(4n+1) {
    clear: both;
  }
.col-0-1 {
    float: left;
    width: 100%;
  }
.col-0-1:nth-child(4n+1) {
    clear: both;
  }
.col-0-2 {
    float: left;
    width: 100%;
  }
.col-0-2:nth-child(4n+1) {
    clear: both;
  }

}

@media all and ( min-width: 480px ) {

.col-1-2 {
    width: 50%;
  }
.col-1-2:nth-child(4n+1) {
    clear: none;
  }
.col-0-1 {
    width: 30%;
  }
.col-0-1:nth-child(4n+1) {
    clear: none;
  }
 .col-0-2 {
    width: 70%;
  }
.col-0-2:nth-child(4n+1) {
    clear: none;
  }

}
/***************************TOP E FOOTER****************************/

#header{
	/*float:left;*/
	position:fixed;
	width:100%;
	/*height:80px; CAMBIARE*/
	background-color:#ffffff;
	height:72px;
	z-index:10000;
}
.logo {
  z-index:10;
  width:200px;
  height:70px;
}

#footer{
    width:100%;
    height:30px;
    border-top: 1px solid #999999;
    margin-top:60px;
    margin-bottom:10px;

    padding-top: 10px;
}


.info{
	float:left;
	width:90%;
	text-align:left;
	font-size: 12px;
    font-size: 1.2rem;
	color: #999999;
}
.info a{color: #999999; text-decoration:underline;}
.info a:hover{color: #000000; text-decoration:underline;}

.social{
	float: right;
	width:10%;
	text-align:right;
}

/**************************HOME***************************************/
#hp_img{
	width:100%;
}

.hp_intro{
	width:100%;
	font-size:40px;
    /*font-size:0.04rem;*/
    font-size: 4.0rem;
	font-family: 'HelveticaNeue-Roman','sans-serif';
	/*margin-bottom:30px;*/
}

.hp_titolo{
	width:100%;
	font-size:120px;
    /*font-size:0.12rem;*/
    font-size: 12.0rem;
	font-family: 'HelveticaNeue-Bold','sans-serif';
}


/*********************4FRIENDS******************/
.single_sez_container{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
.single_sez{
	width:100%;
}
.barraSezione{
	width:100%;
	height:30px;
	border-bottom: 7px solid #000000;
}
.titoloSezione{
	width:100%;
	margin-top:5px;
	font-family:'HelveticaNeueBold',Sans-Serif;
	color:#000000;
	font-size:50px;
    /*font-size:5rem;*/
    font-size: 5.0rem;
	border-bottom:1px solid #000000;
}
.spazioTopServizi{
	width:100%;
	height:30px;
}
.showreel_box{
	position:relative;
	width:100%;
	height:100%;
}
.showreel_box_interno{
	width:100%;
	height:100%;
	margin:0; padding:0;
}
.showreel_img{
	position:relative;
	z-index:0;
	height:100%;
	width:100%;
	/*display:inline-block;*/
	margin:0; padding:0;
}
.showreel_ombra{
	position:relative;
	bottom:0;
	z-index:1;
	width:100%;
	height:85px;
	margin-top:-88px;
	background: url(../images/showreel/ombra.png) left bottom repeat;
}
.showreel_txt{
	position:relative;
	bottom:0;
	z-index:1;
	width:100%;
	height:45px;
	margin-top:-45px;
	padding:10px;
	padding-bottom:0;
	font-family:'HelveticaNeueBold',Sans-Serif;
	/*font-size:1.8rem;*/
    font-size: 20px;
    font-size: 2rem;
	color:#ffffff;
}

a.fancybox-link{text-decoration:none !important;}
a.fancybox-link:hover{text-decoration:none !important;}

.video_box{
	width:100%;
	border-bottom:1px solid #000;
}
.video_img{
	width:100%;
}
.video_txt{
	width:100%;
	padding:10px;
	padding-left:0;
	font-size:18px;
    /*font-size:1rem;*/
    font-size: 1.8rem;
	font-family: 'HelveticaNeueBold','sans-serif';
}

.hidden{
	display:none;
}
.btn_showHide{
	width:100%;
	padding:10px;
	text-align:center;
	border:1px solid #000;
	margin-bottom:20px;
	font-size:16px;
    /*font-size:0.9rem;*/
    font-size: 1.6rem;
	font-family: 'HelveticaNeueBold','sans-serif';
}

.itemClienti{
	width:100%;
	font-size: 28px;
    font-size: 2.8rem;
	color:#828282;
	font-family:'HelveticaNeueBold',Sans-Serif;
	padding-bottom:5px;
}
.servizi_titolo{
	width:100%;
	font-family:'HelveticaNeueBold',Sans-Serif;
	color:#000000;
	font-size:30px;
    font-size: 3rem;
	padding-top:10px;

	border-top: 1px solid #000;
}
.servizi_testo{
	width:100%;
	color:#999999;
	font-size:16px;
    font-size: 1.6rem;
}

.contatti_titolo{
	width:100%;
	font-family:'HelveticaNeueBold',Sans-Serif;
	color:#000000;
	font-size:20px;
    font-size: 2rem;
	padding-top:10px;

	border-top: 1px solid #000;
}
.contatti_testo{
	width:100%;
	color:#999999;
	font-size:16px;
    font-size: 1.6rem;
}
.contatti_testo a{
	color:#999999;
	text-decoration:underline;
}
.contatti_testo a:hover{
	color:#000;
	text-decoration:none;
}

.boxPartner{
	position:absolute;
	bottom:0;
	width:100%;
	color:#999999;
	font-size:13px;
    font-size: 1.3rem;
}
.top_mappa{
	border-top:1px solid #000;
	margin-bottom:10px;
	width:100%;

}

#map_canvas{

	height:200px;
}


.menuItem{
	float:left;
	width:100%;
	padding-left:60px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	color:#929292;
	cursor:pointer;
	border-top:1px solid #999999;
	font-size:18px;
    font-size: 1.8rem;
	background: #fff;
}

.menuItem:hover{
	color:#000;
}

.menuItem.active{
	color:#000;
}
.fancybox-close {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.addthis_bar_container{
	position:absolute;
	/*margin-left:280px;*/
	right:0px;
	top:0;
	z-index:30;
	width:30px;
	height:100%;
	background:none;
}
.bg_white{background:#fff;}
.addthis_bar{
	float:right;
	width:30px;
	height:100%;
	/*background:#CC0000;*/
}
.addthis_sharing_toolbox{
	display:none;
	width:30px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	position:absolute;
	bottom:30px;
	background:#fff;
	/*height:100%;*/
}
.addthis_btn{
	/*float:right;*/
	position:absolute;
	bottom:0;
	right:0;
	width:30px;
	height:30px;
	/*margin-top:1px;*/
	background: url(../images/common/share_btn.png) 0 0 no-repeat;
	cursor:pointer;
	border-top:1px solid #000;
}
.addthis_btn:hover{background: url(../images/common/share_btn.png) -30px 0px no-repeat;}
.addthis_btn.selected{background: url(../images/common/share_btn.png) -30px 0px no-repeat;}

/*.footerLingue{
	float:right;
	color:#b8b8b8;
	font-family:'HelveticaNeueBold',Sans-Serif;
	padding-right:10px;
}
.footerLingue a{
	text-decoration:none;
	color:#b8b8b8;
	}
.footerLingue a:hover{
	text-decoration:none;
	color:#000;
	}
.footerLingue .active{color:#000 !important;}*/
/********************FOOTER**********************/
#footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:38px;
	background-color: #ffffff;
	z-index:800;
	border-top:1px solid #8f8f8f;

}
.footerContainer{
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-475px;
	width:950px;
	height:160px;
	min-width:950px;
	font-size:13px;
	color:#333333;
	font-family:'Helvetica_light',Sans-Serif;
}
.testiFooter{float:left;padding-top:7px;}
.linkFb{
	float:left;
	margin-left:10px;
	width:20px;
	height:20px;
	background-image:url(../images/social/facebook.png);background-position:0 0;background-repeat:no-repeat;	
	margin-top:3px;	
}

.linkFb:hover{
	background-image:url(../images/social/facebook.png);background-position:-20px  0;background-repeat:no-repeat;		
}

.linkInstagram{
	float:left;
	margin-left:10px;
	width:20px;
	height:20px;
	background-image:url(../images/social/instagram.png);background-position:0 0;background-repeat:no-repeat;
	margin-top:3px;		
}

.linkInstagram:hover{
	background-image:url(../images/social/instagram.png);background-position:-20px  0;background-repeat:no-repeat;		
}

.linkYoutube{
	float:left;
	margin-left:10px;
	width:16px;
	height:16px;
	background-image:url(../images/social/youtube.png);background-position:-16px 0;background-repeat:no-repeat;		
}

.linkYoutube:hover{
	background-image:url(../images/social/youtube.png);background-position:0 0;background-repeat:no-repeat;		
}
.linkTwitter{
	float:left;
	margin-left:10px;
	width:16px;
	height:16px;
	background-image:url(../images/social/twitter.png);background-position:-16px 0;background-repeat:no-repeat;		
}

.linkTwitter:hover{
	background-image:url(../images/social/twitter.png);background-position:0 0;background-repeat:no-repeat;		
}

.footerLingue{
	float:right;
	color:#b8b8b8;''
	font-family:'HelveticaNeueBold',Sans-Serif;
	padding-top:7px;
}
.footerLingue a{
	text-decoration:none;
	color:#b8b8b8;
	}
.footerLingue a:hover{
	text-decoration:none;
	color:#000;
	}
.footerLingue .active{color:#000;}
.qtranxs_widget{font-family:'HelveticaNeueBold',Sans-Serif;}
.qtranxs_widget{font-family:'HelveticaNeueBold',Sans-Serif;}

/*** ***/
#header { top: 0; }
#slides { margin-top: 72px; }
.videoFB{display:none;position:fixed;z-index:1501;width:80%;background:#333;}
.bg_videoFB{display:none;position:fixed;z-index:1500;width:100%;height:100%;background:  url('../images/common/bgNero.png') 0 0 repeat;}
.closeFB {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background:  url('../images/common/close.png') 0 0 no-repeat;
}

