body{
	font-family: 'Dosis', sans-serif;
}
p{
	font-family: 'Montserrat', sans-serif;
}
a{
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Dosis', sans-serif;
}

/*Header*/
.navbar-default .navbar-nav>li>a {
color: #777;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #f74d65;
}


header{

	background: url(../images/header_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.section_overlay{
	background: rgba(250,250,250, .3);
}
.home_text{
	padding-top: 210px;
	padding-bottom: 210px;
}
.home_text h2{
	color: #010101;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 13px;
}
.home_text p{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
}
.home_text img{}
.scroll_down{
	padding-bottom: 50px;
}
.scroll_down h4{
	font-size: 12px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}


/*Services*/

}
.services .container{
	border-bottom: 1px solid #ddd;
}
.single_service{
	margin-top: 0px;
	padding-bottom: 20px;
}
.single_service i{
	margin-top: 15px;
	font-size: 25px;
	color: #f73b56;
}
.single_service h2{
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;

}
.single_service p{

	color: #404040;
	font-size: 14px;
}

.single_service h2:hover {

	color: #f73b56;
	transition: all 0.5s;
	text-decoration: none;
}

.single_progress_bar .progress {
height: 1px;
margin-bottom: 20px;
overflow: hidden;
background-color: #d5d5d5;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.single_progress_bar .progress-bar {
background-color: #2d3334;
}

.single_progress_bar h2{
	color: 000;
	font-size: 14px;
	font-weight: 400;
}

/*Servizi descrizione*/

/*Sfondi*/

.service_arc_descr{
	background: url(../images/about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service_yac_descr{
    background: url(../images/service_yac.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service_for_descr{
    background: url(../images/service_for.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*Testi*/
	
.service_descr_l{

	font-size: 18px;
	color: #000000;
	margin-top: 10px;
	line-height: 25px;
	text-align: center;
	font-family: "Dosis",sans-serif;
}

.service_descr_p{
	font-size: 14px;
	color: #272727;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 21px;
}

/*About me*/


.about_us_area{
    background: url(../images/fotoabout.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}

.about_us_p{

	font-size: 14px;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 21px;
}
.about_title h2{
	font-size: 25px;
	color: #F73B56;
	text-transform: uppercase;
	margin-top: 60px;
	letter-spacing: 6px;
	margin-bottom: 30px;
}
.about_title img{
	margin-bottom: 70px;
}
.single_testimonial p{
color: #404040;
font-size: 18px;
font-family: 'Dosis', sans-serif;
letter-spacing: 1px;
padding-top: 110px;

}
.single_testimonial h4{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px
}



/*Fun Facts*/
.fun_facts{
	background: url(../images/header_bg.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;
	
}
.fun_facts .section_overlay{
background: rgba(71,71,71,.8);
padding-bottom: 30px;
}
.single_count{
padding-top: 120px;	
}
.single_count i{
	color: #f73b56;
	font-size: 24px;
}
.single_count h3{
font-family: 'Montserrat', sans-serif;
color: #fff;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;	
}
.single_count p{
font-family: 'Dosis', sans-serif;
color: #fff;
font-size: 14px;
text-transform: uppercase;
position: relative;	
}
.single_count p:before{
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
background: #ef4251;
}
.imac{
position: relative;
margin-top: -40px;	
}
.imac img{
	width: 100%;
}

@media(max-width: 767px){
	.imac{
		margin-top: 20px
	}
}
.single_image{
	
	position: relative;
	overflow: hidden;

}
.single_image img{
	width: 100%;
	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);

	
	
}

.single_image span{
	
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
	background: #222; /* browser che non supportano rgba */
	background: rgba(243,243,243,.7);
    position: absolute;
    left: 0;
    bottom: 0;
}

.single_image span strong{
	
	color: #3D3D3D;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	
}

	
.single_image:hover div.image_overlay{
	opacity: 1;
	
}

.image_overlay{
position: absolute;
width: 100%;
height: 100%;
background: rgba(247,77,101,.9);
left: 0;
top: 0;
opacity: 0;
transition: all 1s;

}
.image_overlay a{
position: absolute;
top: 20px;
right: 20px;
color: #fff;
text-decoration: none;
text-transform: uppercase;	
}
.image_overlay h2{
position: absolute;
bottom: 28px;
left: 20px;
font-size: 25px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;	
}
.image_overlay h4{
position: absolute;
bottom: 11px;
left: 20px;
color: #fff;
font-size: 14px;
text-transform: uppercase;	
}
.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}
.work_title{}
.work_title h1, .contact_title h1{
	font-size: 25px;
	color: #3d3d3d;
	letter-spacing: 5px;
	padding-top: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.work_title img, .contact_title img{
	margin-bottom: 20px;
}
.work_title p, .contact_title p{
	font-size: 14px;
	color: #000;
	margin-bottom: 50px;
}
.last_padding {
	padding-right: 0px;
}
.pad_top {
	padding-top: 2px;
}
.left h2{
	margin-top: 47px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
 	text-align: right;
}
.left p{
	margin-bottom: 60px;
	font-size: 14px;
	color: #000;
}
.baton{
	margin-top: 35px;
}
.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus{
	color: #fff;
	background-color: #000;
	border-radius: 0px;
	outline: none;
	padding: 10px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 1s;
}
.cs-btn:hover{
	background: #f74d65;
	border-color: #f74d65;
}
.call_to_action .container{

	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

/*Contact*/
.contact{
	background: url(../images/sfondocontact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}


.single_contact_info{
padding-bottom: 10px;	
}
.single_contact_info h2{
text-transform: uppercase;
color: #3d3d3d;
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 1px;	
text-align:center;
}
.single_contact_info p{
font-size: 15px;
color: #3d3d3d;
text-align:center;
}

.contact-form{
background-color: #f1f1f1;
padding: 15px;
}
.contact-form .form-control{
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 0px solid #fff;
}
.contact-form #message{
	height: 104px;
}
.form_submit{
width: 100%;
background: #f73b56;
border-radius: 0px;
color: #fff;
padding-top: 13px;
padding-bottom: 10px;
transition: all 1s;	
}


.work-with {
padding-bottom: 40px;
padding-top: 10px;
}
.work-with h3{
	font-size: 14px;
	color: #636363;
	text-transform: uppercase;
}



/*Footer*/
footer{
	background-color: #f1f1f1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer_logo{}
.footer_logo img{}
.social{
	padding-top: 0px;
}
.social h2{
text-transform: uppercase;
font-size: 16px;	
}
ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: 20px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;
color: #636363;
border: 1px solid #636363;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_list li a:hover{
	color: #f73b56;
	border-color:#f73b56; 
}
.copyright_text{
padding-top: 40px;	
}
.copyright_text p{
color: #636363;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 0px;
letter-spacing: 0px;
}
.copyright_text a{
	color:#f73b56;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	}

.slideshow {
	position: relative;
	height: 100%;
}

.pic-wrapper {

  position: relative;
	height: 100%;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 12s linear infinite 0s;
  -o-animation: slideShow 12s linear infinite 0s;
  -moz-animation: slideShow 12s linear infinite 0s;
  -webkit-animation: slideShow 12s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url(../images/header_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.pic-2 {
  animation-delay: 3s;
  -o-animation-delay: 3s;
  -moz--animation-delay: 3s;
  -webkit-animation-delay: 3s;
  background: url(../images/about.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;

  height: 100%;
}

.pic-3 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/header_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.pic-4 {
  animation-delay: 9s;
  -o-animation-delay: 9s;
  -moz--animation-delay: 9s;
  -webkit-animation-delay: 9s;
  background: url(../images/about.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
}

/* Timeline*/

.timelinework {
	
	background-color: #fff;
    position: relative;
    list-style: none;
	list-style-type: none;
	}


.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  margin-top: 115px;
  margin-bottom: 30px;
}

.timeline > li {
  margin-bottom: -40px;
  position: relative;
  list-style-type: none;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 430px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: -11px;
  left: calc(50% - 28px);
  margin-left: 0px;
  padding-left: 1px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #F73B56;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  position: relative;
}

.timeline > li .timeline-heading {
  background-color: #f3f3f3;
  border-radius: 2px;
  padding: 5px 10px;
}

.timeline-left .timeline-heading {
  text-align: right;
}

.timeline-left .timeline-heading:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 9px;
  height: 0;
  width: 0;
  margin-top: 0px;
  border: solid transparent;
  border-left-color: #eee;
  border-width: 7px;
  pointer-events: none;
}

.timeline-right .timeline-heading:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 9px;
  height: 0;
  width: 0;
  margin-top: 0px;
  border: solid transparent;
  border-right-color: #eee;
  border-width: 8px;
  pointer-events: none;
}

.timeline > li.timeline-right > .timeline-panel {
  float: right;
}

.timeline-badge.arcpn{

	background: url(../images/icon_arch_pn.png) !important;
  	background-repeat: no-repeat !important;
	background-position: center !important;
}

.timeline-badge.yacpn{

	background: url(../images/icon_yacht_pn.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.timeline-badge.forpn {
  background: url(../images/icon_forniture_pn.png) !important;
  	background-repeat: no-repeat !important;
	background-position: center !important;
}

.timeline-badge.civpn {
  background: url(../images/icon_civil_pn.png) !important;
  	background-repeat: no-repeat !important;
	background-position: center !important;
}

.timeline-badge.cadpn {
  background: url(../images/icon_cad_pn.png)!important;
  	background-repeat: no-repeat !important;
	background-position: center !important;
}

.timeline-title {
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 1px;	
}

.timeline-subtitle {
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 1px;	
}

.timeline-body > p {
	font-size: 14px;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 21px;
}


@media (max-width: 767px) {
  ul.timeline:before {
    left: 0px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
  }

  ul.timeline > li > .timeline-badge {
    left: 0px;
    margin-left: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  .timeline-left .timeline-heading {
  text-align: left;
}
  .timeline-left .timeline-heading:after {
  border-left-color: transparent;
}

.timeline-left .timeline-heading:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 9px;
  height: 0;
  width: 0;
  margin-top: 0px;
  border: solid transparent;
  border-right-color: #eee;
  border-width: 8px;
  pointer-events: none;
}

/* keyframes*/

@keyframes 
slideShow {  0% {
 opacity: 0;

}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;

}
 100% {
 opacity: 0;

}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;

}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;

}
 100% {
 opacity: 0;

}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;

}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;

}
 100% {
 opacity: 0;

}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;

}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;

}
 100% {
 opacity: 0;

}

}