/*-----------------------------------------------------------------------------------*/
/*	    
/*      Built with blocs
/*-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
a:hover{text-decoration: none;}
a:visited{color:#262626;}

.modal-body {
	text-align: justify;
	font-weight: 300;
}
.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.img-app {
	display: block;
	width: 80% \9;
	max-width: 80%;
	height: auto;
}
.img-servizi {
	display: block;
	width: 50px !important;
	height: auto;		
}
.text-justify {
	text-align: justify !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* Globals type styling */
    h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family:"Helvetica";
}
h4 {
	font-size: 17px !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-left: 10px !important;
}
.col-sm-4 p {
	text-align: justify !important;
	padding-bottom: 25px;
}

/* Site container width */

.container{
	max-width:1170px;
}

/* Blocs */

.bloc{
	width:100%;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Bloc sizes */

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


/* Bloc - Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(0,0,0,.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);
}


/* Bloc - Light theme */

.l-bloc{
	color:rgba(0,0,0,.5);
}
.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round{
	border-color:rgba(0,0,0,.7);
}
.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.l-bloc a{
	color:rgba(0,0,0,.6);
}
.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);
}


/* Custom bloc styling */

#hero-bloc,#nav-bloc,#bloc-2,#bloc-3,#bloc-4,#bloc-5,#bloc-6,#bloc-7,#bloc-8,#bloc-9{
	background-color:#FFF;
}
#bloc-9{
	color:#262626;
}
#hero-bloc h1{
	font-size:50px;
}
#hero-bloc h3{
	font-size:30px;
}
#bloc-9 p{
	font-size: 16px;
}

/* Bloc image backgrounds */

.bg-100{
	background:url('img/100.png');
}
.bg-300{
	background-image:url('img/300.png');
}
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : portrait) 
{ 
	.bg-300{
		background-image:url('img/300-sm.png');
	}
	.bg-100{
		background-image:url('img/100-sm.png') !important;
	}
	.navbar-brand {
		font-size: 60px !important;
	} 
	.navbar-brand img{
        max-height: 20px;
        width:auto;
        margin: -10px 5px 0 0;    
    }
}
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
{ 
	.bg-300{
		background-image:url('img/300-sm.png');
	}
	.bg-100{
		background-image:url('img/100-sm.png') !important;
	}
	.navbar-brand {
		font-size: 50px;
	} 
	.navbar-brand img{
        max-height: 20px;
        width:auto;
        margin: -10px 5px 0 0;    
    }
}
@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (orientation : portrait) 
{ 
	.bg-300{
		background-image:url('img/300-xs.png');
	}
	.bg-100{
		background-image:url('img/100-xs.png');
	}
	.navbar-brand {
		font-size: 35px !important;
	}
	.navbar-brand img{
        max-height: 35px !important;
        width:auto;
        margin: -10px 5px 0 0;    
    }
    h1.ltc-1 {
	    font-size: 35px !important;
	    font-weight: 400 !important;
	    padding-top: 75px;
    }
    h3.ltc-1 {
	    font-size: 25px !important;
	    font-weight: 300 !important;
    }
    .btn-xl{
		font-size: 20px !important;
	}
}
@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (orientation : landscape) 
{ 
	.bg-300{
		background-image:url('img/300-xs.png');
	}
	.bg-100{
		background-image:url('img/100-xs.png');
	}
	.navbar-brand {
		font-size: 35px !important;
	}
	.navbar-brand img{
        max-height: 35px !important;
        width:auto;
        margin: -10px 5px 0 0;    
    }
    h1.ltc-1 {
	    font-size: 35px !important;
	    font-weight: 400 !important;
	    padding-top: 75px;
    }
    h3.ltc-1 {
	    font-size: 25px !important;
	    font-weight: 300 !important;
	    margin-bottom: 0px !important;
    }
    .btn-xl{
		font-size: 20px !important;
	}
}

/* NavBar */

.navbar{
	margin-bottom: 0;
}
.navbar-brand{
	height:auto;
	padding:15px 15px;
	font-size:60px;
	font-weight:200;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-brand img{
	width: auto;
	max-height: 200px;
	margin: 0px 15px 0 0;
	vertical-align: text-top !important;
}
.navbar-brand{
	padding: 0px 15px;
	margin-top: 15px;

}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 0 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 @media (min-width: 768px){
	.site-navigation{
	position: absolute;
	 top: 50%;
	 right:20px;
	transform: translate(0, -50%);
	-webkit-transform:translateY(-50%);
}
}
/* Hero bloc */

.hero{
	padding-top:0;
}
.hero-nav{
	position:absolute;
	margin: 0 auto;
	left:0;
	right:0;
}
.v-center{
	width:100%;
	height: 100%;
	display: table;
}
.v-center .vc-content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.hero .btn-dwn{
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin: 0 0 0 -29px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 50%;
	bottom: 60px;
	border:0;
}
.hero .btn-dwn:hover{
	color: rgba(255,255,255,1);
}

/* Bric adjustment margins */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:40px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* Buttons */

.btn-servizi {
	background:rgba(0,0,0,0) !important;
}
.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);
}
.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!importantborder:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-btn{
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	line-height: 1.42857143;
	 display:inline-block;
}
.text-center .a-btn{
	padding: 6px 0;
}

/* Button colour styles */

.btn-c-1{
	background:#262626;
	color:#FFF!important;
}
.btn-c-1:hover{
	background:#1e1e1e;
	color:#FFF!important;
}
.wire-btn-c-1{
	color:#262626!important;
	border-color:#262626!important;
}



/* Link colour styles */

.ltc-1{
	color:#262626!important;
}
.ltc-1:hover{
	color:#1e1e1e!important;
}

/* Icons */
.icon-md{
	font-size:30px!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{
	min-width:92px;
}
.icon-round.icon-lg{
	min-width:122px;
}
.icon-round.icon-xl{
	min-width:162px;
}



/* Dividers */
.divider-h{
	padding:20px 0;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}




/* Mobile adjustments */

@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
    }
    h1,h2,h3,h4,h5,h6,p{
        padding-left:5px!important; 
        padding-right:5px!important; 
    }
    .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        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,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: -10px 5px 0 0;    
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .a-block{
        text-align: center;
    }
    .btn-dwn{
       display:none; 
    }
}

.active {
    font-weight: bold;
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: translate3d(0,0,0); 
  filter: alpha(opacity=0); /* ie fix */
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100); /* ie fix */
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  filter: alpha(opacity=0); /* ie fix */
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  filter: alpha(opacity=100); /* ie fix */
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel, 
.carousel-inner, 
.carousel-inner .item {

}
.carousel-inner-header .item {
	height: 250px;
	border-radius: 5px;
}
.carousel-inner-app .item {
	padding-left: 10%;
	padding-right: 10%;
}

.carousel img {
	border-radius: 5px;
}
