/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');


		

/*************************************  FEDE *****************************/


/*FEDE*/
.ombra {text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0px;}

#off{
filter:alpha(opacity=20);
opacity:.20;
}


/*b {color:#0055a5}*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container2 iframe,.video-container2 div,
.video-container2 object,
.video-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.ancora {
position:absolute; border:0px solid red; margin-top: -80px
}

/*  LABEL colorati */
.label-giallo {
 /* background-color: #ffe06a;*/
   background-color: #ffcd3e;
   
   border-radius: 0px;
   font-size:11px;
   padding:5px
}
.label-giallo[href]:hover,
.label-giallo[href]:focus {
  background-color: #ffe06a;
}

.label-rosa {
  background-color: #ef5a8e;
   border-radius: 0px;
   font-size:11px;
   padding:5px
}
.label-rosa[href]:hover,
.label-rosa[href]:focus {
  background-color: #ef5a8e;
}

.label-verde {
  background-color: #43ad49;
   border-radius: 0px;
   font-size:11px;
   padding:5px
}
.label-verde[href]:hover,
.label-verde[href]:focus {
  background-color: #43ad49;
}


.label-azzurro {
  background-color: #38b4e7;
   border-radius: 0px;
   font-size:11px;
   padding:5px
}
.label-azzurro[href]:hover,
.label-azzurro[href]:focus {
  background-color: #38b4e7;
}


.label-viola {
  background-color: #8a73b3;
   border-radius: 0px;
   font-size:11px;
   padding:5px
}
.label-viola[href]:hover,
.label-viola[href]:focus {
  background-color: #8a73b3;
}


.label-arancione {
  background-color: #f58345;
   border-radius: 0px;
   font-size:11px;
   padding:5px
}
.label-arancione[href]:hover,
.label-arancione[href]:focus {
  background-color: #f58345;
}

.dim100 { width:100%; }

/* Small devices (tablets, 768px and low) */
@media (max-width: 768px) {
	.dim100 { width:85%; }	
	.altezzaMENU { height:auto !important; border:0px solid red !important; ;}
}

@media (min-width: 768px) { 
	.altezzaMENU { height:100px !important; border:0px solid orange !important; ;}
}


 


/* icona rotonda che gira */
.imgGIRO:hover {
		opacity: 0.5;
		
		transform:rotate(180deg) scale(0.8,0.8);
		-ms-transform:rotate(180deg) scale(0.8,0.8) ; /* IE 9 */
		-webkit-transform:rotate(180deg) scale(0.8,0.8); /* Opera, Chrome, and Safari */
		 
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
}

.imgGIRO {
		opacity:1;
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
}






/* immagine che si rimpiccoliscw */
.imgGIROpiccola:hover {
		opacity: 0.2;
		transform:scale(0.8,0.8);
		-ms-transform:scale(0.8,0.8); /* IE 9 */
		-webkit-transform:scale(0.8,0.8); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
}
 
.imgGIROpiccola {
		opacity: 1;
		transform:scale(1,1);
		-ms-transform:scale(1,1); /* IE 9 */
		-webkit-transform:scale(1,1); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
}




/* immagine che si rimpiccolisce e schiariscono */
#imgBox:hover {
		opacity: 0.5;
		transform:scale(0.8,0.8);
		-ms-transform:scale(0.8,0.8); /* IE 9 */
		-webkit-transform:scale(0.8,0.8); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		/*background:url('../img/aziende/geco.png');*/
}
 
#imgBox {
		opacity: 1;
		transform:scale(1,1);
		-ms-transform:scale(1,1); /* IE 9 */
		-webkit-transform:scale(1,1); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		/*background:url('../img/aziende/hidrogest.png');*/
}



/* immagine che si ingrandiscono e scuriscono */
#imgBox2 {
		opacity: 0.5;
		transform:scale(0.8,0.8);
		-ms-transform:scale(0.8,0.8); /* IE 9 */
		-webkit-transform:scale(0.8,0.8); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		/*background:url('../img/aziende/geco.png');*/
}
 
#imgBox2:hover {
		opacity: 1;
		transform:scale(1,1);
		-ms-transform:scale(1,1); /* IE 9 */
		-webkit-transform:scale(1,1); /* Opera, Chrome, and Safari */
		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		/*background:url('../img/aziende/hidrogest.png');*/
}








 #off40{
filter:alpha(opacity=40);
opacity:.40;
}

 #off70{
filter:alpha(opacity=70);
opacity:.70;
}




		
		
.separaClienti {
margin: 20px
}

 
 /* ========================================
Media queries
========================================= 
CON GRID:
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and low) */
@media  @screen-xs-max  {  }

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {}

/* Large devices (large desktops, 1200px and up)  */
@media (min-width: @screen-lg-min) { }
 
	
 
  
		

.fontPiccola  {
font-size: 12px; 
color:#ffffff;
}

		
		
.etichetta {
	background:#424147; 
	color:#ffffff; 
	margin-top:-22px;
	padding:5px 15px 5px 15px;
}

.etichettaBlu {
	background:#24428e; 
	color:#ffffff; 
	margin-top:-22px;
	padding:5px 15px 5px 15px;
}

.etichettaChiara {
	background:#e3e7eb; 
	color:#333333; 
	margin-top:-22px;
	padding:5px 15px 5px 15px;
}


.articolo {
	background:#002b70; 
	color:#ffffff;  
	padding:5px ;
	width:130px;
	font-size:13px;	
	top:35px
}

.activeMenu {
	background:#002b70; 
	color:#6192c2; 
 
}


.bottBLU
{
background:#24428e; 
border:0px; 
border-radius:0px;
font-weight:400;
color:#525252;
font-size:13px;
text-transform:uppercase;
}


.bottBLUchiaro
{
background:#24428e; 
border:0px; 
border-radius:0px;
font-weight:400;
color:#525252;
font-size:13px;
text-transform:uppercase;
}


.bottBLUscuro
{
background:#24428e; 
border:0px; border-radius:0px;
color:#ffffff;
font-size:15px;
font-weight:300;
}

.boxBianco100 /* 100% larghezza*/
{
padding:25px;
background:#ffffff; /**/
border:0px; 
 width:100%;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}


.boxBianco /* 3 bordi ROTONDI*/
{
padding:25px;
background:#ffffff; /**/
border:0px; 
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}

.boxBianco5 /*  i bordi ROTONDI solo SOTTO*/
{
padding:25px;
background:#ffffff; /**/
border:0px; 
border-bottom-left-radius: 8px;
border-top-left-radius: 0px;
border-bottom-right-radius: 8px;
border-top-right-radius: 0px;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}


.boxBianco4 /* tutti i bordi ROTONDI*/
{
padding:25px;
background:#ffffff; /**/
border:0px; 
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}

.boxBlu  
{
padding:25px;
background:   #24428e; /**/
border:0px; 
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}

.boxGrigioLogin
{
padding:25px;
background:   #efefef;  
border:0px; 
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}


.boxBiancoQ /* tutti i bordi QUADRATI */
{
padding:25px;
background:#ffffff; /**/
border:0px;  
 
font-size:15px;
font-weight:300;
 
}



 /* 3 bordi ROTONDI (video) */
.boxGrigio2 {
padding:25px;
background:#ebebeb; /**/
border:0px; 
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
 
font-size:15px;
font-weight:300;
border-bottom:2px solid #efefef
}



 /* 1 bord sx bottom ROTONDI (boxgrigioProdotto con allegati) */
.boxgrigioProdotto {
 
padding:17px;
background:#f7f7f7; /**/
border:0px; 
border-bottom-left-radius: 18px; 
height:90px;
z-index:100;
position:absolute;   
top:380px; 
right:0px;  
width:470px; 
border:0px solid red;
 
}





.boxGrigio
{
padding:0px 2px 2px 10px;
background:#f7f7f7; 
border:0px; 
border-radius:0px;
color:#002f6e;
font-size:15px;
font-weight:300;
}





.boxQuadratino /* prodotti colore, 3 bordi ROTONDI*/
{
padding:0px;/**/
background:#ffffff; 
border:0px; 
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
width:12px; 
height:12px;
 
}



.alert-azzurro {
background:#e3e8ec;line-height:24px; color:#002f6e;
border-radius:0px;
}
.alert-azzurro a {
 color:#002f6e
}

.titolone
{
color:#333333;
 font-size:60px;
 font-weight:100;
} 



.flag {
	margin:-15px 0 0 2px;	
}

.bordoMenu {
border-right:1px solid #efefef; 
}

.bordoGsx {
border-left:1px solid #f7f7f7; 
}
.bordoGdx {
border-right:1px solid #f7f7f7; 
}
.bordoGbott {
border-bottom:1px solid #f7f7f7; 
}

.bordoG {
border-top:1px solid #f7f7f7;/*
border-top:1px solid #cacaca;dfdfdf*/
}

.bordo {
border:1px solid #f7f7f7; 
}


.bordoG2 {
border-top:1px solid #dfdfdf; 
border-bottom:1px solid #dfdfdf; 
}


.bordoGrigio {
border:1px solid #dddddd
}
.rossopiccolo {
	color:#e21350; 
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 400;
	text-shadow: none;
}

.chiaro {
	color:#bba6c7; 
 
}

 

.menu {
	color:#999999; 
	font-size: 21px; 
	font-weight: 300; 
}



.bordoTondo{
	border-radius: 8px; 
    -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
}



.bordo3{
	border-top-left-radius: 4px; 
    -webkit-border-top-left-radius:4px;
    -moz-border-top-left-radius: 4px;	
	
	border-top-right-radius: 4px; 
    -webkit-border-top-right-radius:4px;
    -moz-border-top-right-radius: 4px;
		
	border-bottom-left-radius: 4px; 
    -webkit-border-bottom-left-radius:4px;
    -moz-border-bottom-left-radius: 4px;
	 
	
}

.bordo3_BIG{
	border-top-left-radius: 8px; 
    -webkit-border-top-left-radius:8px;
    -moz-border-top-left-radius: 8px;	
	
	border-top-right-radius: 8px; 
    -webkit-border-top-right-radius:8px;
    -moz-border-top-right-radius: 8px;
		
	border-bottom-left-radius: 8px; 
    -webkit-border-bottom-left-radius:8px;
    -moz-border-bottom-left-radius: 8px;
	 
	
}

/* riga TOP CAROSELLO*/
.bordo4{
	border-top-left-radius: 8px; 
    -webkit-border-top-left-radius:8px;
    -moz-border-top-left-radius: 8px;	
	
	border-top-right-radius: 8px; 
    -webkit-border-top-right-radius:8px;
    -moz-border-top-right-radius: 8px;
	 
}
/* riga SOTTO CAROSELLO*/
.bordo5{
	border-bottom-left-radius: 8px; 
    -webkit-border-bottom-left-radius:8px;
    -moz-border-bottom-left-radius: 8px;	
	
	border-bottom-right-radius: 8px; 
    -webkit-border-bottom-right-radius:8px;
    -moz-border-bottom-right-radius: 8px;
	 
}


 

/* COLORI */

.arancione {color:#f79743;  }
.BG-arancione {background-color:#f79743;  }
.BG-medio-arancione {background-color:#f58636;  } 
.BG-scuro-arancione {background-color:#ee5622;  } 

.viola {	color:#8a73b3;  }
.BG-viola {	background-color:#8a73b3;  }
.BG-medio-viola {	background-color:#6e589d;  }
.BG-scuro-viola {	background-color:#6e589d;  }

.rosa {	color:#ef5a8e;  }
.BG-rosa {	background-color:#ef5a8e;  }
.BG-scuro-rosa {	background-color:#e73a6b;  }

/*
.giallo { color:#ffe06a; }
.BG-giallo { background-color:#ffe06a; }
.BG-scuro-giallo { background-color:#ffcd3e; }
*/ 
.giallo { color:#ffcd3e; }
.BG-giallo { background-color:#ffcd3e; }
.BG-scuro-giallo { background-color:#ffb11d; }

.verde {	color:#43ad49; }
.BG-verde {	background-color:#43ad49; }
.BG-box-verde {	background-color:#43ad49; padding:20px 15px; }
.BG-scuro-verde {	background-color:#43ad49; }

.blu {	color:#24428e;  }
.BG-blu {	background-color:#24428e; }
.BG-box-blu {	background-color:#24428e; padding:20px 15px; }
.BG-scuro-blu {	background-color:#24428e; }

.azzurro { color:#61a3ed; }
.BG-azzurro { background-color:#61a3ed; }
.BG-medio-azzurro { background-color:#28a1df; }
.BG-scuro-azzurro { background-color:#198fd8; }





 /*
.azzurro {
	color:#47b3e2;  
}*/
.grigioScuro {
	color:#999999;  
}
 



/* fine  COLORI */
 
 
 


.rigaRossa{
	border-bottom: 4px solid #e31351;  
	 
}






.rosso {	color:#835089; /* b2343d*/ }
.rossoScuro {	color:#bba6c7; }
.grigio {	color:#999999;  } 
.nero {	color:#000000;  }

.bianco {	color:#ffffff;  }
.alto275 {	height:275px; }
.alto310 {	height:310px; }
.alto310Login {	height:310px; }

 
@media (max-width: 767px) {
		.alto275 {	height:275px; }		
		.alto310 {	height:700px; }
		.alto310Login {	height:380px; }
		
		
		
		
		
}
 
  
 
.peso100 { font-weight: 100 !important;}
.peso200 { font-weight: 200 !important;}
.peso300 { font-weight: 300 !important;}
.peso400 { font-weight: 400 !important;}
.peso700 { font-weight: 700 !important;}
.peso800 { font-weight: 800 !important;}

 .bottone {
border-radius: 4px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
 
 }



.font5 {	font-size: 5px;} 
.font9 {	font-size: 9px;} 
.font10 {	font-size: 10px;} 
.font11 {	font-size: 11px;} 
.font12 {	font-size: 12px;} 
.font13{	font-size: 13px;} 
.font14 {	font-size: 14px;} 
.font15 {	font-size: 15px;} 
.font17 {	font-size: 17px;} 
.font18 {	font-size: 18px;} 
.font20 {	font-size: 20px;}
.font22 {	font-size: 22px;} 
.font24 {	font-size: 24px;} 
.font28 {	font-size: 28px;} 
.font30 {	font-size: 30px;} 
.font32 {	font-size: 32px;} 
.font34 {	font-size: 34px;} 
.font38 {	font-size: 38px;} 
.font40 {	font-size: 40px;} 
.font45 {	font-size: 45px;} 
.font60 {	font-size: 60px;} 



.piede {
	color:#cccccc; 
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
}
.sottotitolo {
	color:#ffffff; 
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 300; 
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.sottotitoloNero {
	color:#2b2b2b; 
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	/*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
}


.separa {
	color:#555555; 
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 200;
	text-shadow: none;
	padding: 0 15px 0 15px;
}

.separa100 {
	color:#888888; 
	font-family: Lato; 
	line-height: 1.6em;
	font-weight: 100;
	text-shadow: none;
	padding: 0 15px 0 15px;
}

.separa_rosso {
	color:#835089; 
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 200;
	text-shadow: none;
	padding: 0 15px 0 15px;
}

.azzurroPiccolo {
	color:#4d6183; 
	font-size: 11px;	 
	font-weight: 400; 	 
}

.BluPiccolo {
	color:#24428e; 
	font-size: 11px;	 
	font-weight: 400; 	 
}
.RosaPiccolo {
	color:#b2343d; 
	font-size: 11px;	 
	font-weight: 400; 	 
}


 


.inputScuri {
background:#1d1d1d;
 color:#ffffff;
 border:0px solid #ffffff
 
 
 
}

.text-bold {
	font-weight: 900;
}

 
/*************************************  FEDE *****************************/



/*==========================================================================
  General
  ========================================================================== */

body {
	color:#777;
	background: #f5f5f5;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
}

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3,   h5, h6 {
	color:#222;
}
  h4 {
	color:#d3d2d2;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px;  font-weight:300;  color:#777777; /*color:#0055a5; */ }
h2 { font-size: 32px;font-weight:300;  }
h3 { font-size: 24px; font-weight:300;margin: 0 0 10px 0;}
h4 { font-size: 18px; }
h5 { font-size: 16px; }

.text-lighter { font-weight: lighter; }
.text-extra-light { font-weight: 100; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	/*font-family: Georgia, serif;*/
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */

 




.pad0 {padding: 0px;}
.pad5 {padding: 5px;}
.pad10 {padding: 10px;}
.pad20 {padding: 20px;}
.pad25 {padding: 25px;}
.pad30 {padding: 30px;}
.pad40 {padding: 40px;}
.pad50 {padding: 50px;}
.mar0 {margin: 0px;}
 

/* ---- left --- */
.pad-left0 {	padding-left: 0px;}
.pad-left10 {	padding-left: 10px;}
.pad-left20 {	padding-left: 20px;} 
.pad-left25 {padding-left: 25px;}
.pad-left30 {padding-left: 30px;}
.pad-left40 {padding-left: 40px;}

/* ---- right --- */
.pad-right0 {
	padding-right:0px;
}
.pad-right10 {
	padding-right: 10px;
}
.pad-right20 {
	padding-right: 20px;
}
 
.pad-right25 {
	padding-right: 25px;
}


/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
.pad-top50 {
	padding-top: 50px;
}
.pad-top60 {
	padding-top: 60px;
} 
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}
.mar-top50 {
	margin-top: 50px;
}
.mar-top60 {
	margin-top: 60px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}

.mar-bot50 {
	margin-bottom: 50px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 80px 0 60px 0;
}

.bg-white {
	background-color: #fff;
}
.bg-grigio {
	background-color: #ebebeb;
}
.bg-red {
	background-color:#835089;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../img/parallax/img1.jpg);
}
#parallax2{	
	background-image: url(../img/parallax/img2.jpg);
}
#testimonials{	
	background-image: url(../img/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 100px;
	height: 100px;
	background-color: rgba(255,255,255,0.9);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	/*color: #0055a5;*/
	color: #777777;
	font-weight: 300;
	font-size: 16px;
	/*letter-spacing: .1em;*/
	text-transform: uppercase;/**/
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	/*padding-bottom: 22px;*/
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}



/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 200px 0 60px;
	background: #70B9B0;
	color: #fdfdfd;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-detail h4 {
	font-weight: 700;
}


/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 10px 0 20px;
	font-weight:400;
	font-size:10px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#map {
	height: 500px;
}


/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
	background: #373737;
	margin: 0;
	border-top:8px solid #43ad49;
	/*border-top:8px solid #24428E;
	border-top:8px solid #43ad49;*/
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		/*background-color:rgba(0,0,0,1);*/
		background-color: rgba(255,255,255,0.9);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #ffffff;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #efefef;
		padding:10px;
	}
	section.featured {
		padding-top: 80px;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}