p {
  font-size: 15px;
  line-height: 30px;
}
.logo-header {
	width: 180px;
	height: auto;
}
@media (min-width: 992px) {
	.logo-header {
		width: 300px;
	}
}
.btn-half span {
	padding-right: 0;
}
.bg-gray {
	background-color: #EEE;
}
.foto-click {
	cursor: pointer;
}
.extra-cell a.fa {
	font-size: 20px;
}

/*
HOME - SLIDER
*/

#home_slider {
  margin-top: 0;
  padding: 0;
  height: 100vh;
  box-sizing: border-box;
}
#home_slider .hs_bg {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: background 0.6s linear;
}
#home_slider .hs_bg > .hs_text {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  padding: 0 40px;
  font-size: 45px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}
#home_slider .hs_bg > .hs_text > span {
  font-size: 20px;
  line-height: 30px;
}
#home_slider .hs_bg > .hs_opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
  z-index: 1;
}
@media (min-width: 992px) {
	#home_slider {
	  margin-top: -90px;
	  padding: 90px 80px;
	}
	#home_slider .hs_bg > .hs_text {
	  font-size: 70px;
	  bottom: 40px;
	}
	#home_slider .hs_bg > .hs_text > span {
	  font-size: 40px;
	  line-height: 50px;
	}
}

/*
HOME - SEZIONI
*/

.link-zoom {
	position: relative;
	display: block;
	overflow: hidden;
}
.link-zoom > img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.link-zoom:hover > img {
	-webkit-transform: scale(1);
	transform: scale(1);	
}

/*
LOGHI DEI CLIENTI
*/

#loghi-clienti .logo {
	padding-bottom: 20px;
}
#loghi-clienti .logo img {
	width: 100%;
	height: auto;
}

/*
GALLERY
*/

.gallery-progetti h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.gallery-progetti .col-6 {
	padding-bottom: 30px;
}

/*
CONTATTI
*/

.contact-one {
	border-color: #f6f7f8;
}
.contact-one .form-control {
	border-bottom-color: #f6f7f8;
}
.gmap-iframe iframe {
	width: 100%;
	height: 340px;
}

/*
FOOTER
*/
.footer-logo img {
	max-width: 300px;
	height: auto;
}
.footer-pb {
	padding-bottom: 40px;
}
.footer-dark .footer-bottom .copyright-block {
	text-align: center;
}
.footer-dark .footer-bottom .copyrights-text {
	color: #FFF;
	font-weight: 700;
}
@media (min-width: 992px) {
	.footer-dark .footer-bottom .copyright-block {
		text-align: left;
	}
	.footer-pb {
		padding-bottom: 0;
	}
}