	@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

    html, body {
		height: 100%;
		
	}

	body {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 200;
		line-height: 1.7857;
		color: #333333;
		background-color: #f2f2f2;

	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {

		text-decoration: none;
	}
	
	.center{text-align:center;}
	.left{text-align:left;}
	.right{text-align:right;}
	
	.nopad{margin:0;padding:0;}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}
	
	.block-el{display:inline;padding:10px 20px;}
	

	h1, h2, h3, h4, h5, h6, div, table, td, tr, p, input {
		font-family: 'Open Sans', sans-serif;
		line-height:2em;

	}
	h4{font-weight:bold;}
	p {
		line-height: 1.5;
	}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 300;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width: 34px;
		height: 1px;
		display: block;
		background-color: #000;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}
	
	ul.simple-list{margin:0;padding:0;list-style-type:none;}
	ul.simple-list li{}
	
	
	.text-lead, .text-lead > * {
    font-size: 18px;

    margin: 0px 0px;
	color:#777777;
}
	
	.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
	
	section{
	margin:0 auto;
    max-width: 1170px;

	}
	.pad{padding:50px;}
	
	#master{
		background-color:#fff;
		-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	}
	#header{}
	#mainmenu{}

	#content-web{background-color:#3cb64a;}	
	#content-web h2{color:#fff;}
	#content-web .text-lead{color:#fff;}
	
	
	
	
	#content-target{background-color:#fff;padding:50px 0px;}
	
	#content-news{background-color:#f4f4f4;padding:50px 0px;}
	#content-intro{padding:50px 0px;}
	#content-servizi{padding:50px 0px;}
	#content-portfolio{padding:50px 0px;}
	#footer{padding:50px 0px;background-color:#032347;color:#fff;}
	#footer .text-lead{color:#fff;}
	#copyright{padding:25px 0px;background-color:#051a33;color:#fff;}
	#footer a{color:#fff;}
	#footer a:hover{color:#fff;text-decoration:underline;}
	
	#copyright a{color:#fff;}
	#copyright a:hover{color:#fff;text-decoration:underline;}
	

	
	
	
	#slider{		
		position: relative;
		width: 100%;
		text-align: center;
		
	}
	#slider .caption{
		padding:100px 0px;
		max-width: 60%;
		margin:0 auto;
	}
	#slider .caption .strong-title{font-size:36px;color:#fff;font-weight:700;}
	#slider .caption .lead-title{font-size:22px;color:#fff;}
	
	
	
	
	/* ==========================================================================
Header carousel
========================================================================== */
.header-carousel {
	transition:all 300ms ease;
	background:#fff;
	position:relative;
	text-align:center;
	

}
.header-carousel div {
	position: relative;
}
.header-carousel figure {
	margin:0 !important;
	position: relative;
	text-align: center;
	display: block;
}
.header-carousel figure figcaption {
	position:absolute;
	z-index: 10;
	color:#fff;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: 'Volkhov', Arial, sans-serif;
	font-size: 40px;
	line-height:1.2em;
	padding: 0 140px;
	
}

.header-carousel .container-caption {
	position:absolute;
	left:0px;
	top: 0%;
	z-index:10;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.header-carousel .container-caption .caption {
	position:absolute;
	left:10%;
	bottom: 30%;
	z-index:10;
	text-align: left;
	width:60%;

}
.header-carousel .container-caption .caption h3,
.header-carousel .container-caption .caption p{
	color:white;
}
.header-carousel .container-caption .caption h3 {
	font-family: 'Volkhov', Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	padding: 0;
	line-height: 1.3em;
}
.header-carousel .container-caption .caption p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3em;
	padding: 0;
}


/*EDIT NAVBAR*/
.navbar-default {
   background-color: #032347;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border-bottom:4px solid #082d71;
	border-radius:0;
	/*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	*/
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	 background-color: #fff;
}
.nav{border-radius:0;}

.nav > li{}
.nav > li > a {
    position: relative;
    display: block;
    padding: 14px 40px;
	color:#fff!important;
	
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff!important;
    background-color: #082d71;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff!important;
    background-color: #082d71;
}

/**/

#reserved{border:2px solid #009575;}


.btn{padding:12px 22px;}


.btn-lead.outline {
	border: 1px solid #fff;
	color:rgb(51, 51, 51);
	border-radius:0px;
	color:#fff;
}
.btn-lead.outline:hover, .btn-more.outline:focus, .btn-lead.outline:active, .btn-lead.outline.active, .open > .dropdown-toggle.btn-lead {
	border-color: #fff;
	background-color:#032347;
	color:#fff;
}
.btn-lead.outline:active, .btn-more.outline.active {
	border-color: #fff;
	background-color:#032347;
	color:#fff;
}

.btn-more.outline {
	border: 1px solid #032347;
	color:rgb(51, 51, 51);
	border-radius:0px;
	color:#032347;
}
.btn-more.outline:hover, .btn-more.outline:focus, .btn-more.outline:active, .btn-more.outline.active, .open > .dropdown-toggle.btn-more {
	border-color: #032347;
	background-color:#032347;
	color:#fff;
}
.btn-more.outline:active, .btn-more.outline.active {
	border-color: #032347;
	background-color:#032347;
	color:#fff;
}

.box-service{
	background-color:#fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding:20px;
	border:5px solid #fff;
	}
.box-service:hover{
	background-color:#fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding:20px;
    border:5px solid #009575;
	}
	
.box-service .service-text{font-weight:700;font-size:22px;}
.box-service:hover .service-text{font-weight:700;font-size:22px;color:#009575;}



.box{background-color:#f9f9f9;padding:50px 25px;border-bottom:4px solid #0cb9e7;}
.box-news{background-color:#fff;padding:5px 25px 25px 25px;}

.box-target{background-color:#f4f4f4;padding:25px;border-radius:5px;}

.box-portfolio {
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	
}
.box-portfolio .box-portfolio-caption {
	color:#fff;
	opacity:0;
	display:block;
	background:rgba(0,0,0,.7);
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	height:100%;
	transition:all .35s;
	
}
.btn-default.active,.btn-default:active,.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-primary {
	background-image:none
}
.box-portfolio .box-portfolio-caption .box-portfolio-caption-content {
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	
}
.box-portfolio .box-portfolio-caption .box-portfolio-caption-content .project-category,.box-portfolio .box-portfolio-caption .box-portfolio-caption-content .project-name {
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
	padding:0 15px
}
.box-portfolio .box-portfolio-caption .box-portfolio-caption-content .project-category {
	text-transform:uppercase;
	font-weight:600;
	font-size:30px
}
.box-portfolio .box-portfolio-caption .box-portfolio-caption-content .project-name {
	font-size:18px
}
.box-portfolio:hover .box-portfolio-caption {
	opacity:1
}
.box-portfolio:focus {
	outline:0
}


