	@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: #fff;
	

	}

	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;
	}

	

	h1, h2, h3, h4, h5, h6, div, table, td, tr, p, input {
		font-family: 'Open Sans', sans-serif;
		line-height:2em;

	}
	h2{font-size:1.5em;}
	h3{font-size:1.2em;font-weight:700;}
	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;
    line-height: 1.75;
    margin: 18px 0px;
	color:#777777;
}
	
	.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
	
	section{border-bottom:1px solid #e8e8e8;}
	.pad{padding:50px;}
	.nopad{padding:0;margin:0;}
	
	
	#mainmenu{}

	#content-web{background-color:#069edb;}	
	#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:#069edb;color:#fff;}
	#footer .text-lead{color:#fff;}
	#copyright{padding:20px 0px;background-color:#f1f1f1;}


	
	
	#slider{		
		position: relative;
		width: 100%;
		text-align: left;
		/*background-image: url('../images/header02.jpg');*/
		background-position: center;
		background-image: url('../images/bg2.png');		
	}
	#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-brand {
    float: left;
    height: 105px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}


.navbar {
    position: relative;
    min-height: 120px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	height: 120px;
	-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{margin-top:0px;background-color: #fff;background-color:#fff;}

.nav > li{margin:0px 5px;}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
	background-color: #fff;
	background-color: #fff;
	
	font-weight:700;
	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #fff;
}

#mtop{margin-top:50px;}

.nav > li.active{border-bottom:2px solid #069edb;}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	border:0px;
}
/**/

#reserved{border:2px solid #069edb;}


.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: #05315a;
	background-color:#fff;
	color:#05315a;
}
.btn-lead.outline:active, .btn-more.outline.active {
	border-color: #05315a;
	background-color:#fff;
	color:#05315a;
}

.btn-more.outline {
	border: 1px solid #666;
	color:rgb(51, 51, 51);
	border-radius:0px;
	color:#333;
}
.btn-more.outline:hover, .btn-more.outline:focus, .btn-more.outline:active, .btn-more.outline.active, .open > .dropdown-toggle.btn-more {
	border-color: #077bae;
	background-color:#077bae;
	color:#fff;
}
.btn-more.outline:active, .btn-more.outline.active {
	border-color: #05315a;

	color:#05315a;
}


.box-pass{
	margin:5px;
	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:3px solid #069edb;
	}

.box-service{
	margin:5px;
	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{
	margin:5px;
	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 #069edb;
	}
	
.box-service .service-text{font-weight:700;font-size:22px;}
.box-service:hover .service-text{font-weight:700;font-size:22px;color:#069edb;}



.box{background-color:#f9f9f9;padding:50px 25px;border-bottom:4px solid #0cb9e7;}
.box-news{background-color:#fff;padding:50px 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
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



			
			
			
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #053059;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #053059;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #053059;
}

.menui {
  background: #053059;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 0px;
  position: absolute;
}

.micon {
  z-index: 999;
 position:fixed;
  /*    background: rgba(0, 0, 0, 0.21);*/
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 10px;
  right: 10px;

}

.mobilenav {
  /*    top: 47px !important;*/
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #053059;
  opacity: 0.9;

}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 5px 10px;
}

.mobilenav li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}

.mobilenav li:first-child { margin-top: 60px; }
		
			
			
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption {
    position: absolute;
    right: 15%;

	bottom:40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption{}
.carousel-caption h2{
	
	
	
	font-size: 3em;    
                font-weight: bold;
                margin: 0;
                padding: 0;
				line-height: 1em;
}



/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}






/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




.dir{font-size:18px;}
ul#mm{padding-top: 50px;display:block;}
ul#mm li{display: inline;
list-style-type: none;
padding: 5px;
}
ul#mm li a{color:#8c8c8c;font-size:14px;font-weight:bold;border-bottom:2px solid #fff;}
ul#mm li a:hover{border-bottom:2px solid #069edb;color:#555555;}

 #d-menu{display:block;}
  #m-menu{display:none;}
#header{position:fixed;top:0;background:#fff;z-index:1001;width:100%;}

 @media screen and (max-width: 640px){
	 #slider{margin-top:40px;}
              #content-intro h1{font-size:2em;margin:0;padding:0;}
			  #content-intro h2{font-size:1.2em;margin:0;padding:0;}
			  #content-intro .dir{font-size:14px;}
			  .carousel-caption{bottom:20%;}
			  .carousel-caption h2{font-size:1.5em;}
			  #myCarousel{height:300px;}
			  #d-menu{display:none;}
			  #m-menu{display:block;}
            }