@charset "utf-8";
/* CSS Document */

/*----------------NO-JS-------------*/

.no-js{
	color:#F00;
	font-size:1.2em;
	text-align:center;
}
/*---------------RESET-------------*/

html,body{
	margin:0;
	padding:0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
img {
  max-width: 100%;
  height: auto;
 	width: auto\9; /* ie8 */
}
.cb{clear:both;}
.fl{float:left;}
.nodisp{display:none;}
/*-----------BACK TO TOP-------------*/

#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: 10px;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/up-arrow.png) no-repeat center center;
	opacity:0.75;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	opacity:1;
	background-color: #777;
}

/*------------PAGE STYLE-------------*/

hr{
	height:7px;
	background-image:url(../img/dotted.png);
	background-repeat:repeat-x;
	opacity:0.65;
	border:none;
}
.fix{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}
body{
	/*font-family:Verdana, sans-serif, Geneva;*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url(../img/debut_light.png);
}
header{
	/*width:100%;
	height:350px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	box-shadow:0 3px 2px rgba(169,169,175,0.4);*/
}
header.nobg{
	width:100%;
	height:60px;
	background-image:none;
	background-color:rgb(17,17,17);
	box-shadow:0 3px 2px rgba(169,169,175,0.4);
}
#slider{
	margin-top: 70px;
}
.carousel, .carousel-inner{
	/*height: 350px;*/
}
header .carousel .item{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#titolo{
	width:150px;
	height:40px;
	background-image:url(../img/logo-top.png);
	text-indent:-9999em;
	color:transparent;
	margin-top: 0;
}
nav{
	width:100%;
	height:55px;
	padding-top:15px;
	background-color: rgba(255, 255, 255, 0.94);
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
#navBar{
	background-color: rgba(17,17,17,1);
}
#navi ul{
	list-style:none;
	padding-top: 8px;
}
#navi ul li{
	float:left;
}
#navi ul li a{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(169,169,175);
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid rgb(169,169,175);
	padding-bottom:5px;
}
#navi ul li:last-child a{
	border-right:none;
}
#navi ul li a:hover{
	border-bottom:1px solid rgb(51,153,255);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.attivo{
	border-bottom:2px solid rgb(51,153,255);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.shadow{
	box-shadow:0 3px 2px rgba(169,169,175,0.35);
}
#logo_sec{
	margin-top:-5px;
}
/*------FIXED NAV BAR-----*/
.navigation{
	position:fixed;
	width:33px;
	z-index:500;
	top:270px;
	right:0px;
	background-color:rgba(255,255,255,0.95);
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
.navigation>ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navigation ul li{
	margin-left:5px;
}
.navigation ul li a{
	display:block;
	width:15px;
	height:15px;
	margin-bottom: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
	background-color: rgb(255,255,255);
	box-shadow: 
		inset 0 1px 2px rgba(255,255,255,0.1),
		inset 0 1px 1px rgba(0,0,0,0.2),
		inset 0 -1px 2px rgba(255,255,255,0.1),
		inset 0 -1px 1px rgba(0,0,0,0.1);
	-webkit-transition:.2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition:.2s;
	cursor:pointer;
}

.navigation>ul>li:last-child a{
	margin-bottom:0px;
}

.navigation li a:hover, .att{
	background: rgba(51,153,255,0.8);
	box-shadow: 
		inset 0 0 5px rgba(0,0,0,0.3),
		inset 0 3px 4px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*-----------------------------------*/

.centrale, .primo{
	margin-right:45px;
}
.cont_white{
	margin-top:30px;
	padding:30px;
	background-color:#ffffff;
}
.cont_black{
	padding:30px;
	background-color:rgb(45,48,51);
}
#loghi_tecnologie{
	margin-top:35px;
}
#consulenza{
	padding-right:0;
	padding-right:0;
}
#consulenza ul, #soluzioni ul{
	margin-left:15px;
}
#consulenza ul li, #soluzioni ul li a{
	color:rgb(51,153,255);
	font-size:0.9em;
	letter-spacing:1px;
}
#chiSiamo p, #chiSiamo h3, #mission p,
#mission h3, #competenze h3, #competenze p,
#referenze h3, #referenze p, #contatti h3,
#contact p, #lavora p, #lavora h3{
	padding-top:25px;
	font-weight:400;
	/*letter-spacing:1px;*/
	letter-spacing: 0.5px;
	line-height:18px;
	/*font-size:1em;*/
	font-size: 1.1em;
	color:rgb(33,34,34);
	line-height:25px;
	text-align:justify;	
}
#chiSiamo h3, #mission h3, #competenze h3,
#referenze h3, #contact h3, #contatti h3,
#lavora h3{
	font-size:1.3em;
	letter-spacing:2px;
	text-transform:capitalize;
	padding-bottom:20px;
}
#chiSiamo p>em, #mission p>em, #competenze p>em, .thumbnail p > em{
	font-weight:bold;
	color:rgb(51,153,255);	
}
#mission{
	width:100%;
	padding:50px 0 50px 0;
	background-color:rgb(17,17,17);
	margin-top:30px;
}
.fixPadTop{
	padding-top: 35px;
}
.margBottFix{
	margin-bottom: 35px;
}
#contatti{
	width:100%;
	padding:65px 0 68px 0;
	background-image:url(../img/noisy_net.png);
	margin-top:30px;
}
#mission p, #mission h3, #contatti h3{
	color:rgb(255,255,255);
}

#competenze p>strong{
	text-decoration:underline;
	font-weight:700;
}
#slide-bu{
	width:350px;
	height:255px;
	margin-top:100px;
	
}
/*-------------CAROUSEL-----------*/
#slider1{
	width:170px;
	height:156px ;
	overflow:hidden;
}

.slider img{
	display:block;
	width:150px;
	height:150px;
	border-radius:30px 0 30px 0;
	background-color:white;
	float:left;
	margin:0 25px 0 6px;
	text-align:center;
	list-style:none;
	box-shadow:0 1px 1px 1px rgba(80,80,80,0.35);
}
#cont_slider{
	margin-top:55px;
}
#specifica p{
	font-size:0.9em;
	color:rgb(33,34,34);
	font-weight:400;
	padding:0; margin:0;
}
#specifica h3{
	font-size:1.2em;
	color:rgb(34,34,34);
	font-weight:400;
	padding:0; margin:0;
}
#programmi{
	margin-top:160px;
}
/*------------ CONTATTI -----------*/
#risposta{
	clear:both;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding:15px;
}
address{
	color:rgb(169,169,175);
	font-size:0.9em;
	line-height:20px;
}
address>strong{
	font-weight:700;
	text-decoration:underline;
	padding-bottom:10px;
	text-transform:uppercase;
}
.ico-social{
	margin-right:10px;
	float:left;
	opacity:0.4;
}
.ico-social a{
	text-decoration:none;
}
.ico-social a:hover{
	opacity:1;
	-webkit-transition:1s;
	-moz-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#map{
	margin-top:100px;
	width:350px;
	height:250px;
	border:8px solid rgb(252,252,252);
	border-radius:8px;
	box-shadow:0 1px 2px 2px rgba(60,60,60,0.45);
}
#bottom-nav{
	margin-top:100px;
}
#bottom-nav ul{
	list-style:none;
}
#bottom-nav ul li{
	float:left;
}
#bottom-nav ul li a{
	width:98px;
	padding-left:30px;
	display:block;
	float:left;
	text-decoration:none;
	color:rgb(169,169,175);
	text-shadow:0 0 1px rgba(120,120,120,0.35);
	margin-right:10px;
	text-transform:uppercase;
	font-size:0.75em;
	border-right:1px solid rgb(169,169,175);
}
#bottom-nav ul li a:hover{
	border-bottom:1px solid rgb(51,153,255);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#bottom-nav ul li:last-child a{
	border-right:none;
}

/*==========	RESIZE MENU		=========*/
#men_but{
	/*
	position:fixed;
	top:25px;
	right:30px;
	*/
	border: none;
	border-radius: 4px;
	background: white;
	box-shadow: 0 1px 2px rgba(200,200,200,0.45);
	border: 1px solid rgba(200,200,200,0.25);
}
#collapse_menu{
	width:100%;
	position:fixed;
	top:70px;
	left:0px;
	right: 0px;
}
#collapse_menu ul{
	list-style:none;
	background-color:rgba(255,255,255,0.94);
	margin-left: 0;
}
#collapse_menu ul li{
	border-top:1px solid rgba(60,60,60,0.3);
	box-shadow:
		inset 0 1px 2px rgba(255,255,255,0.01),
		inset 0 1px 2px rgba(0,0,0,0.06),
		inset 0 -1px 2px rgba(255,255,255,0.01),
		inset 0 -1px 2px rgba(0,0,0,0.02);
	line-height:35px;
	text-align: center;
}
#collapse_menu ul li:last-child{
	border-bottom:1px solid rgba(60,60,60,0.3);
}
#collapse_menu ul li a{
	display: block;
	color:rgb(169,169,175);
	padding-left: 25px;
	text-transform:uppercase;
}
#collapse_menu ul li a:hover{
	color:rgb(51,153,255);
	/*
	box-shadow: 
		inset 0 0 5px rgba(0,0,0,0.3),
		inset 0 3px 4px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	*/
}

/*==========	LAVORA CON NOI	==========*/

#lavora{
	margin-top: 70px;
}

#racc{
	width:100%;
	margin-left:-80px;
}
#norma{
	width:100%;
}
label.radio{
	width:200px;
}
/* ADD */
.side{
	margin-left:300px;
}
#chi{
	position:relative;
}
#gruppo_lavoro{
	position:absolute;
	top:0;
	left:0;
	right:0;
}
@media (max-width: 767px) {
	body {
		padding-right:0px;
		padding-left:0px;
	}
	#men_but{
		margin-top: -50px;
		margin-right: 10px
	}
	#map{
		width:300px;
		margin-left:auto;
		margin-right:auto;
		margin-top:100px;	 
	}
	#programmi{
		margin-top:50px;
		width: 275px;
		margin-left:auto;
		margin-right:auto; 
	}
	#slider1, #specifica{
		padding-left:5px;  
	}
	#img_mission{
		width: auto;
		height:400px;
		margin-left:auto;
		margin-right:auto;
		margin-top:auto;
		margin-bottom:auto;  
	}
	#bottom-nav ul li a{
		width:auto;
		padding-right:3px;
		padding-left:3px;
		margin-right:1px;
	}
	#under_nav{
		margin-left:auto;
		margin-right:auto;
	}
	.side{
		margin-left:0;	
	}
	
}
@media (min-width: 971px) and (max-width: 1199px){
	#navi ul{
		margin-left: 0;
	}
	#navi ul li a{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 767px) and (max-width: 980px){
	#comp{
		width:100%;
		margin-left:auto;
		margin-right:auto;  
	}
	#miss{
		width:100%;
		margin-left:auto;
		margin-right:auto;  
	}
}
@media (min-width: 767px) and (max-width: 1200px){
	.primo, .centrale, .ultimo{
		display:inline;
		width:98%;
		margin:5px auto;
	}
	#img_mission{
		margin-top:80px; 
	}
	#under_nav{
		width:550px;
		margin-left:200px;
		margin-right:auto;	
	}
	#bottom-nav ul li a{
		width:auto;
		padding-right:8px;
		padding-left:8px;
		margin-right:1px;
	}
	#programmi{
		margin-top:35px;
		width: 275px;
		margin-left:28%;
		margin-right:auto; 
	}
}