/*-----------------------------------------------------------------------------------
	    My Site
        Built with Blocs
-----------------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat-Light', sans-serif;
    color: #4f5053;
}
a:hover{text-decoration: none; cursor:pointer;}
p { margin-bottom:12px;  }
hr { border-color: #e7e7e7; }
a,button{ outline: none!important; } /* Prevent ugly blue glow on chrome and safari */
nav, .navbar-header {
	height: 110px;
    line-height: 110px;
}

.navbar-default {
    background-color: white;
    border:none;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
     height: 110px;
    line-height: 110px;
}

#bloc-1 { padding-top: 96px; }

/*helper class*/
.helper_btn_red {
	border-color: #c11c2b;
    color: #c11c2b;
}
.helper_bloc_home { padding: 30px 0px 60px 0px; }
.helper_grey { color:#5d584f;}
/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	padding-top:0;
	position: relative;
	height: inherit;
}
.bloc-fill-screen > .container{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.bloc-fill-screen.bloc-group .bloc{
	vertical-align: middle!important;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	position: absolute;
	margin: 20px auto;
	left: 0;
	right: 0;
	z-index: 1;
	transform: none;
}
.bloc-fill-screen .fill-bloc-top-edge{
	top:0;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	top: initial;
	bottom: 20px;
}
.blocs-hero-btn-dwn{
	width: 58px;
	height: 58px;
	display: block;
	margin:0 auto;
	line-height: 58px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	border:0;
}
.blocs-hero-btn-dwn:hover{
	color: rgba(255,255,255,1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background:repeat;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc a{
	color:rgba(255,255,255,.6);
}
.d-bloc a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.btn-grey {
	background-color:#ffffff;
	padding:none;
	border-color: none;
	text-transform: uppercase;
	font-size: 15px;
}
.btn-grey > .btn,  .btn-lg.btn-grey {
    padding: 0px; }
a.btn-grey { color: #C11C2B;}
a.btn-grey:hover { color:#81131D; }
.btn-grey:hover { color:#C11C2B; }

.d-bloc .panel{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover{
	color:rgba(0,0,0,.7);
}
..d-bloc .panel icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel a{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel a:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.l-bloc{
	color:rgba(0,0,0,.5);
}
.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.l-bloc a {
	color:#232428;
	 text-transform: uppercase;
}

.l-bloc .text-w-80 a {
	color:#232428;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
}

.l-bloc a#scroll-hero{
	color:#fff;
}
.l-bloc a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.l-bloc .btn-wire, .l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
	color:white;
	border-color: white;
}
/* Dividers */

.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}

/* Bloc text custom styling */

#bloc-1 h1, #bloc-2 h1, #bloc-3 h1, #bloc-4 h1,
#bloc-5 h1, #bloc-6 h1, #bloc-7 h1, #bloc-8 h1  {
	font-size: 50px;
font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

/* Bloc hero and banner styling */
.first-bloc { padding-top: 96px; }
.banner { background-position: center 96px; }
.text-optimal-width { width:70%; margin: 0 auto 0 auto;  }

@media (max-width: 1600px) {
.bloc-hero  h1, .bloc-banner h1 { font-size: 60px; font-family: 'Montserrat', sans-serif; }
}
.bloc-hero  h1, .bloc-banner h1 { font-size: 48px; font-family: 'Montserrat', sans-serif; }
.bloc-hero h3, .bloc-banner h3 { font-size: 24px; font-family:'Montserrat-Light'; line-height: 32px; }
/* = NavBar
-------------------------------------------------------------- */

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:0px 15px;
	 line-height: 110px;
	
}

.navbar-brand > img {
 
    padding:40px 0px;
}

.navbar .nav{
	padding-top: 0px;
	margin-right: -16px;
	float:right;
	z-index:1;
}

.nav > li{
	float:left;
	font-size:16px;
	line-height: 100px;
}

.navbar-nav > li > a {
    line-height: 100px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #232428;
}

.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}
@media (min-width: 768px){
	.site-navigation{
		position:absolute;
		top:50%;
		right:20px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav-invert .site-navigation{
		left:20px;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}
/* Dropdown Menus SubMenu */
	.dropdown-menu .dropdown-menu{
	top:-8px;
	left:100%;
}
.dropdown-menu .dropmenu-flow-right{
	top:100%;
	left:0;
	margin-left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu .dropdown span{
	border: 4px solid black;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	margin: 6px -5px 0 0!important;
	float: right;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md {
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg {
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF!important;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-btn{
	padding: 6px 10px 6px 0;
	line-height: 1.42857143;
	display:inline-block;
}
.text-center .a-btn{
	padding: 6px 0;
}
.a-block{
	width:100%;
	text-align: left;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:80px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round,.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}


/* = Text Widths
-------------------------------------------------------------- */
/*css liste con icone*/
.fa-ul { font-size: 1.2em; margin-left: 0px; padding-left: 20px;  line-height: 1.5em; color: #fff; }
.fa-ul li i, .fa-ul-black li i { padding-right: 6px; }
.fa-ul li, .fa-ul-black li  { list-style-position: inside; text-indent: -14px; padding-left: 14px;}
.fa-ul-black { font-size: 18px; margin-left: 0px; padding-left: 20px; line-height: 1.5em; list-style-type: none; }
.fa-ul-black li > i { color:#a7a6a6; }
/*css testi*/
.text-w-80 { max-width: 70%; margin-bottom:32px; margin: 0 auto 20px auto; font-size: 18px; }
.h3-w-80 { max-width: 70%; margin: 0 auto 0px auto; font-family:'cornerrat-Light', sans-serif; font-family: 400; }
.text-w-80 h3 { margin-bottom:12px; font-family: 'Montserrat', sans-serif; font-size: 24px; }
.helper_sub {  
	/*margin: -10px auto 20px auto;*/ 
	font-size: 14px; 
	text-transform: uppercase; 
	color:#5d584f;
}
.text-w-90{ max-width:90%; }
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}
.text-w-80 h4 {  
	margin:6px 0px 32px 0px; 
}

.text-w-80 h4.helper_sub.subtitle, h5.subsubtitle {
	margin: 32px 0 6px 0px;
	color:#C11C2B;
	font-size: 16px; 
	text-transform: uppercase; 	
}

.text-20 { margin: 0 auto 20px auto; font-size: 20px; }
.h5, h5 {
    font-size: 18px;
}
/*p.a, div.a {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #232428;
    display: block;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}*/


.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}

/*pagina prodotti*/
section.box { 
	padding: 30px;
	border: none;
	/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 2px 1px -1px rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.06);*/
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
}
section.box h3 { 
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 32px; }
section.box h3 > a { font-family: 'Montserrat', sans-serif; }	
section.box a.btn { font-size: 16px; border:none; margin:16px 0px; }
section.box a.btn-grey { color: #232428;  }
section.box a.btn-grey:hover, 
section.box a.btn-grey:focus { color:#C11C2B; }

h3 a .grey_title { color:#a7a6a6;}
h3 a:hover .grey_title { color:#C11C2B;}
/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = iPhone Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone5{
	background-size: 384px 803px;
	background-repeat: no-repeat;
	padding-top:120px;
	display: block;
	width:384px;
	height:803px;
	margin: 0 auto;
}
.blocsapp-device-iphone5 img{
	width: 320px;
	height: 568px;
	margin: 0 auto;
}
.blocsapp-device-iphone5.iphone-silver{
	background-image:url("img/Apple-iPhone-5s-Silver.png");
}

/* = Custom Styling
-------------------------------------------------------------- */

.container{
	max-width:1170px;
}
.blocs-blue-button{
	background-color:#D1376B;
	background-position:left center;
	border-style:solid;
	font-family:"Lato";
	font-weight:300;
	text-shadow:0px 3px 2px rgba(0,0,0,0.0);
	text-transform:uppercase;
}
.blocs-blue-button:hover{
	background-color:#448BCE;
}
.blocs-green-button{
	background-color:#1abc9c;
}
.blocs-green-button:hover{
	background-color:#1aae91;
}
.hero-bloc-text{
	font-size:55px;
}
.hero-bloc-text-sub{
	font-size:36px;
}
.valley-hero-text-s{
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 8px rgba(0,0,0,0.2);
}
.mount-italy-hero-text-sub{
	font-size:25px;
}
.hero-text-vc{
	margin-top:0%;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.valley-hero-text-s{
	font-size:60px;
}
.valley-hero-text-sub-s{
	font-size:34px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFF;
}
.bgc-dark-byzantium{
	background-color:#54386D;
}
.bgc-fire-engine-red{
	background-color:#C11C2B;
}
.bgc-fire-engine-red-2{
	background-color:#C11C2B;
}
.bgc-orange-ryb{
	background-color:#F39700;
}
.bgc-pink-ryb {
	background-color:#cf3a6d;
}
.bgc-white-2{
	background-color:#FEFFFF;
}
.bgc-dark-jungle-green{
	background-color:#232428;
}
/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-white-2{
	color:#FEFFFF!important;
}
.tc-fire-engine-red{
	color:#C11C2B!important;
}
.tc-fire-engine-red-2{
	color:#C11C2B!important;
}
/* Icon colour styles */

.icon-dark-jungle-green{
	/*color:#232428!important;*/
	border-color:#232428!important;
	 color: #ccc;
}

/* Bloc image backgrounds */

.bg-camera{
	background-image:url('img/camera.jpg');
}
.bg-lines-dr2-bg{
	/*background-image:url('img/lines-dr2-bg.png');*/
}
.bg-field{
	background-image:url('img/field.jpg');
}

/*homepage*/
.bg-home {
    background-image: url("/assets/var/028.jpg");
    background-size: cover;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(0,0,0,0.9); }

.post_hero_padding { padding-top: 120px; } 

.logos { margin-bottom: 30px; }
.logos img { max-width:90%; max-height: 100px; text-align: center; margin:0 auto 0 auto; }

/*css portfolio*/
.logos .client { 
	padding:30px; text-align: center; 
	border: none; height:368px; width:368px;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	text-align: center; 
	margin: 0 auto 0 auto;
	width:368px; height:368px; }
.logos p, .logos .client-description { max-width: 368px; margin: 10px auto 0 auto; font-size: 16px; color:white; }	
.logos .client img { max-width:220px; max-height: 150px; max-width:220px; display: block; }


.l-bloc .logos a {
    text-transform:none;
    font-weight: bold;
}

.logos .client.tre { 
	background:url('/assets/img/clients/tre.jpg') center center no-repeat; 
	 }
.logos .client.adelphi { 
	background:url('/assets/img/clients/adelphi.jpg') center center no-repeat; 
	 }	
.logos .client.eo { 
	background:url('/assets/img/clients/eo.jpg') center center no-repeat; 
	 }	
.logos .client.sif { 
	background:url('/assets/img/clients/sif.jpg') center center no-repeat; 
	 }
.logos .client.provincia { 
	background:url('/assets/img/clients/provincia.png') center center no-repeat; 
	 }	
.logos .client.donzelli { 
	background:url('/assets/img/clients/donzelli.jpg') center center no-repeat; 
	 }

.logos .client.ippocampo { 
	background:url('/assets/img/clients/ippocampo.svg') center center no-repeat; 
	}
.logos .client.silvana { 
	background:url('/assets/img/clients/silvana.svg') center center no-repeat; 
	}	
.logos .client.allemandi { 
	background:url('/assets/img/clients/allemandi.svg') center center no-repeat; 
}		


.logos .client.pnm { 
	background:url('/assets/img/clients/pnm.png') center center no-repeat; 
	 }	 
.logos .client.parchi { 
	background:url('/assets/img/clients/parchi.png') center center no-repeat; 
	 }	
.logos .client.olschki { 
	background:url('/assets/img/clients/olschki.png') center center no-repeat; 
	 }
.logos .client.lorma { 
	background:url('/assets/img/clients/lorma.png') center center no-repeat; 
	 }
.logos .client.viella { 
	background:url('/assets/img/clients/viella.png') center center no-repeat; 
	 }
.logos .client.cea { 
	background:url('/assets/img/clients/cea.png') center center no-repeat; 
	 }	
.logos .client.oo { 
	background:url('/assets/img/clients/oo.png') center center no-repeat; 
	 }
.logos .client.eventi { 
	background:url('/assets/img/clients/+eventi.png') center center no-repeat; 
	 }	
.logos .client.diocesi { 
	background:url('/assets/img/clients/diocesi.png') center center no-repeat; 
	 }
.logos .client.quodlibet { 
	background:url('/assets/img/clients/quodlibet.png') center center no-repeat; 
	 }
.logos .client.toscana { 
	background:url('/assets/img/clients/toscana.png') center center no-repeat; 
	 }		
.logos .client.zirak { 
	background:url('/assets/img/clients/zirak.png') center center no-repeat; 
	 }	
.logos .client.aerostato { 
	background:url('/assets/img/clients/aerostato.png') center center no-repeat; 
	 }	
.logos .client.tek01 { 
	background:url('/assets/img/clients/tek01.png') center center no-repeat; 
	 }		
.logos .client.audino {
    background: url('/assets/img/clients/audino.png') center center no-repeat;
}
.logos .client.nonostante {
    background: url('/assets/img/clients/nonostante.png') center center no-repeat;
}
.logos .client.bibibook {
    background: url('/assets/img/clients/bb-book.png') center center no-repeat;
}
.logos .client.voland {
    background: url('/assets/img/clients/voland.png') center center no-repeat;
}
.logos .client.apogeo {
    background: url('/assets/img/clients/apogeo.png') center center no-repeat;
}
.logos .client.prehistorica {
    background: url('/assets/img/clients/prehistorica.png') center center no-repeat;
}
.logos .client.fds {
    background: url('/assets/img/clients/fds.jpg') center center no-repeat;
}

.logos .client.gb {
    background: url('/assets/img/clients/gb.png') center center no-repeat;
}

.logos .client.lerma {
    background: url('/assets/img/clients/lerma.svg') center center no-repeat;
}

.logos .client.lelettere {
    background: url('/assets/img/clients/lelettere.svg') center center no-repeat;
}

.logos .client.monviso {
    background: url('/assets/img/clients/monviso.jpg') center center no-repeat;
     background: url('/assets/img/clients/monviso.jpg') center center no-repeat;
}

.logos .client.sap { 
	background:url('/assets/img/clients/sap.svg') center center no-repeat; 
}	

.logos .client.pienogiorno {
	background:url('/assets/img/clients/pienogiorno.png') center center no-repeat; 
}

.logos .client.damato {
	background:url('/assets/img/clients/damato.svg') center center no-repeat; 
}

.logos .client.mimesis {
    background: url('/assets/img/clients/mimesis.svg') center center no-repeat;
}

.logos .client.officine {
    background: url('/assets/img/clients/officine.svg') center center no-repeat;
}


.logos .client.qiqajon {
	background:url('/assets/img/clients/qiqajon.svg') center center no-repeat; 
}

.logos .client.nn{
	background:url('/assets/img/clients/nn.svg') center center no-repeat; 
}

.logos .client.postcart {
    background: url('/assets/img/clients/postcart.svg') center center no-repeat;
}

.logos .client.salabue {
    background: url('/assets/img/clients/salabue.jpg') center center no-repeat;
}

.logos .client.dami {
    background: url('/assets/img/clients/dami.svg') center center no-repeat;
}

.logos .client.pensa {
    background: url('/assets/img/clients/pensa.svg') center center no-repeat;
}

.logos .client.neripozza {
    background: url('/assets/img/clients/neripozza.svg') center center no-repeat;
}

/* test pagina clienti testo con logo cliente*/
.logos .client .client_description { color:white; font-family: 'Montserrat-Light', sans-serif; }
.logos .client .client_description a:link, 
.logos .client .client_description a:visited { color: white; }
.logos .client .client_description a:active, 
.logos .client .client_description a:hover { text-decoration: underline; }
.logos .client {
  display: inline-block;
  position: relative;
}

.logos .client span.text-content {
  background: rgba(35,36,40,0.8);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(35,36,40,0.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 368px;
  left: 0;
  position: absolute;
  top: 0;
  width: 368px;
  opacity: 0;
  padding:30px;
}

.logos .client:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(35,36,40,0.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 368px;
  left: 0;
  position: absolute;
  top: 0;
  width: 368px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}



/*typography*/
p,label,.btn,a, .text-w-80 li {
	font-family:'Montserrat-Light';
	font-weight:300;
	color:#232428;
}
b, strong { font-family:'Montserrat-Light', sans-serif; }
#footer, #footer p.tc-white, p.bottom_links { font-size: 14px; }
#footer h3 { font-size: 21px; }


/*pagine testuali e titoli singoli*/
.big_title { font-size:60px; font-size:60px; }
.bloc-banner h2 {
    font-size: 24px;
    font-family: 'Montserrat-Light';
}
h1.big_title_black { font-size:80px; color: #232428; }
h2.big_title_black { font-size:60px; color: #232428;}

/*pagina layout ridotto e centrato*/
p,label, .text-w-80 li {
	font-family:'Montserrat-Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color:#4f5053;
}
.btn { font-family:'Montserrat', sans-serif; }
a:hover, a:active { color:#c11c2b; }
#menu li > a, a { font-family:'Montserrat-Light', sans-serif; }
.texttext a:link, .texttext a:active, .texttext a:visited, .texttext a:hover { text-decoration: underline; }
.home_we_do h3 > a { font-family:'Montserrat', sans-serif; }

/*titoli*/
.title_section { border-bottom: solid 1px #e7e7e7; border-top: solid 1px #e7e7e7; }title_section
.big_title { font-family: 'Montserrat', sans-serif; font-size:80px; font-size:80px; }
.box_product h4 { margin-bottom: 16px; font-size: 16px; line-height: 24px; color:#4f5053; }
.box_product ul { font-size:16px; font-family: 'Montserrat-Light', sans-serif; margin-bottom:16px; }

h2 {
	font-family:'Montserrat', sans-serif;
	font-size: em;
	font-weight: 400;
	color:#232428; }
h3 	{ font-family:'Montserrat-Light', sans-serif; }

h4,h5,h6 {
	font-family:'Montserrat-Light', sans-serif;
	font-size: em;
	color:#232428; }


h1,h2 { font-family: 'Montserrat', sans-serif; }
h1.big_title_black {
    font-size:80px; color: #232428;
}
@media (max-width: 1600px) {
h2.big_title_black {
    font-size:60px; color: #232428;
} }

h2.big_title_black {
    font-size:48px; color: #232428;
}

h5.subsubtitle { color: #c11c2b; font-size: 18px; font-weight: 600; }


/*icone pagine prodotti*/
.icon_position { position:relative; }
.icon_place  { position:absolute; position:absolute; top:2px; right:0px; }

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1200px)
{
	.logos .client { 
	 height:300px; width:300px; height:300px;
	 }
	 .logos p, .logos .client-description { max-width: 300px; }	
	 .logos p:last-child { display: none; }

}	

@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .logos .client { 
	 height:280px; width:280px;  
	 }
}
@media (max-width: 999px)
{

    .logos .client { 
	 height:280px; width:280px; }
	.text-w-80, .h3-w-80, .helper_sub  { max-width:80%; }
	.container {
    width: 100%;
}
	nav { padding: 0px 15px; }
	.nav > li {
    float: left;
    font-size: 15px;
    line-height: 110px;
}

.logos p, .logos .client-description { font-size: 15px; }
span.text-content { padding: 20px; }	

}

@media (max-width: 890px)
{

    .logos .client { 
	 height:260px; width:260px;
	 }
	.text-w-80, .h3-w-80, .helper_sub  { max-width:80%; }
	.container {
    width: 100%;
}
	nav { padding: 0px 15px; }
	.nav > li {
    float: left;
    font-size: 15px;
    line-height: 110px;
}
	
}

@media (max-width: 820px) { 
	.navbar-nav > li > a { padding: 0px 10px; }
	.navbar-nav > li > a {
    padding: 0px 10px;
	}
	.logos .client { 
	 height:240px; width:240px;
	 }
	.text-w-80, .h3-w-80, .helper_sub  { max-width:80%; }
	.container {
    width: 100%;
}
	nav { padding: 0px 15px; }
	.nav > li {
    float: left;
    font-size: 15px;
    line-height: 110px;
}
} 
@media (max-width: 767px)
{
    .container { width:100%; }
    .bloc-md { padding: 0px; }
    .first-bloc, #bloc-1 { padding-top: 80px; }
	.banner { background-position: 0px 60px; padding:0px 0px; }
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */  
    .text-w-80, .h3-w-80, .helper_sub { max-width:100%; }
    /*.helper_bloc_home { padding: 100px 0px 100px 0px; }*/


	.navbar-brand > img {
    display: block;
    max-width: 180px;
	}
	nav, .navbar-header {
    height: 60px;
    line-height: 60px;
}
	.navbar-brand > img {
    padding: 18px 0px;
}
	.navbar-default {
    height: 60px;
    line-height: 60px;
}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    margin-top: -10px;
    max-height: 440px;
}
	nav .col-xs-12 { margin:0px; margin-bottom: 0px; margin-top: 0px; padding: 0px; }
	.nav > li {
    float: left;
    font-size: 15px;
    line-height: 40px;
}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: white;
}

.navbar-nav > li > a {
    line-height: 40px; }
	.navbar-default .navbar-toggle .icon-bar { background-color: #c11c2b; }
	.navbar-toggle {
    border-radius: 0;
    float: right;
    margin-right: 0;
    margin-top: 35px;
}
	.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
	width: 36px;
}
	.navbar-toggle .icon-bar {  width: 36px; }
	ul#menu { margin: 0px; padding: 0px; }
	.logos .client { 
	 height:368px; width:100%; height:368px; 
	 }

    .page-container {
        overflow-x: hidden;
        position:relative;
    }
    .text-optimal-width { width:100%; margin: 0 auto 0 auto;  }

    h1,h2,h3,h4,h5,h6,p {
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    /*.text-w-80 h4 {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0px 20px 0px;
    font-size: 12px; 
}*/
	.bloc-hero h1, .bloc-banner h1 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
}
	.bloc-hero h3, .bloc-banner h3, .box_product h3 {
    font-size: 21px;
    font-family: 'Montserrat-Light';
}
	
	.home_icons_first { padding-top: 60px; }

	.box_product h4 { margin-bottom: 10px; font-size: 15px; line-height: 1.4em; }
	.box_product ul { font-size:15px; font-family: 'Montserrat-Light', sans-serif; margin-bottom:20px; }

	section.box {
    padding: 30px 10px 10px 10px;
    border: none;
    box-shadow: none; }
    
    /* Bloc text custom styling */
#bloc-1 h1, #bloc-2 h1, #bloc-3 h1, #bloc-4 h1,
#bloc-5 h1, #bloc-6 h1, #bloc-7 h1, #bloc-8 h1  {
	font-size: 30px;
}
	.mount-italy-hero-text-sub{
	font-size:21px;
}
	h2.big_title_black {
    color: #232428;
    font-size: 36px;
    padding: 16px 0px; 
}
	.h3, h3 {
    font-size: 21px;
}
	.helper_sub, .text-w-80 h4 { font-size: 15px; line-height: 21px; margin: 0px 0px 32px 0px; } 
	.text-w-80 { font-size: 16px; }
	.owl-pagination { display: none; }
	hr { display: none; }
	.helper_bloc_home { padding: 0px 0px; }
	.logos { margin-bottom: 0px; text-align: center; }
	.logos .col-sm-4 { margin:20px 0px 0px 0px; }
    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.1);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.06);
        background:rgba(0,0,0,.02);
        text-align: left;
        padding-left:0px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.06);
    }
    .dropdown .dropdown a .caret{   
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }

    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 60px 0;
    }
    #bloc-1 .bloc-lg{
        padding: 30px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .video-bg-contianer{
        display:none;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }

/*#footer*/
	#footer a.a-btn { padding: 10px; border-top: solid 1px rgba(255, 255, 255, 0.1); }
	.navbar-toggle {
    border-radius: 0;
    float: right;
    margin-right: 0;
    margin-top: 12px !important;
}
}
@media (max-width: 420px){
	.hero-text-vc{
	margin-top:0px;
}
}

/*owl carousel*/

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
 }

#owl-demo .owl-pagination {
    position: relative;
    text-align: center;
    top: 0px;
}

.owl-theme .owl-controls .owl-page span {
    background: #c11c2b none repeat scroll 0 0; }



/**	
	CARICAMENTO PROGRESSIVO IMMAGINE HERO
*/

.post-header {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  background-size: cover;
  background-position: top top;
  background-repeat: no-repeat;
}

@supports (background-image: filter(url('i.jpg'), blur(1px))) {
  .post-header {
    transform: translateZ(0);
  }
  .post-header-enhanced {
    animation: sharpen .5s both;
  }
  /*@keyframes sharpen {
    from {
      background-image: filter(url(/assets/var/028.jpg), blur(20px));
    }
    to {
      background-image: filter(url(/assets/var/028.jpg), blur(0px));
    }
  }*/
}

/**
	LISTE FEATURES
*/

.features_list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-top: 30px;
}

.features_list ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0px;
  padding-bottom: 30px;
  list-style-position: outside;
}

.features_list h4 {
	text-transform: uppercase;
	font-weight: normal;
    margin: 0px 0 6px 0px;
    color: #C11C2B;
    font-size: 14px;
    text-transform: uppercase;
}

.features_list ul, .features_list ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.features_list ul li {
	font-size: 14px;
}

@media (max-width: 900px)
{

	.features_list {
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}	

	.features_list ul {
		padding-left: 10px;
		padding-right: 10px;
	}

}

/**	
	FAQ SECTION (cookieparty)
*/	

div.faq p.q {
	color: #C11C2B;
	font-weight: bold;
}

div.faq .a {
	border-left: solid 1px #a7a6a6;
	padding-left: 15px;
}

div.faq .a ul {
	margin-left: 0;
	padding-left: 10px;
	list-style-position: outside;
}


/**
	FORM CONTATTI
*/

form .errinput {
	border: solid 1px #c11c2b;
}

form div.err { 
	text-transform: uppercase; 
	color:#c11c2b;
	font-size: 12px;
	margin-top: 6px;
	display: none;
}