@charset "UTF-8";
/* CSS Document */

.logo{
	width: 280px;
}
.footer{
	font-size: 11px;
}
.mt40{
	margin-top: 57px;
}
.mb40{
	margin-bottom: 50px;
}

.box-servizi{
	min-height: 280px;
}
#contact_form li {
	margin-bottom: 10px;
	text-align: left;
}
#contact_form li input[type="text"] {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 40px;
	border: none;
	border-bottom:1px solid #e5e5e5;
	box-shadow: none;
	display:inline-block;
	width:100%;
	background:none;
	border-radius: 0px;
}
#contact_form li textarea {
	height: 100px !important;
	display:inline-block;
	width:100%;
	position:relative;
	padding:5px 10px;
}
#contact_form li .btn {
	height: 50px;
	display: inline-block;
	margin-top: 0px;
}
.contact-form {
	display: inline-block;
	width: 100%;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form .tittle h2:before {
	display: none;
}
.contact-form label {
	font-weight: 400;
	color: #777777;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.form-control:focus{
	border:1px solid #ecc731 !important;
}
dl, ol, ul {
	list-style: none;
}
.mb20{
	margin-bottom: 20px;
}
.portfolio-card.text-on-photo-2 > .portfolio-img2 {
	width: 100%;
	height: 100%;
	background-image: url(../img/portfolio-lamp2.jpg);
	background-position: center;
	background-size: cover;
}
.portfolio-card.text-on-photo-2 > .portfolio-img3 {
	width: 100%;
	height: 100%;
	background-image: url(../img/portfolio-lamp3.jpg);
	background-position: center;
	background-size: cover;
}
.portfolio-card.text-on-photo-2 > .portfolio-img4 {
	width: 100%;
	height: 100%;
	background-image: url(../img/portfolio-lamp4.jpg);
	background-position: center;
	background-size: cover;
}

#home .arrow{
	position: relative;
}
a.navbar-brand.no-effect{
	left: -30px;
}

footer .social-link{
	text-align: center;
	white-space: normal;
}

.policy p{
	margin-bottom:15px;
}

.cc-cookie-accept:before,
.cc-cookie-accept:after{
	display:none !important;
}

@media (max-width:991px){
	.arrow{
		display: none !important;
	}
	#home .header-photo{
		max-height:700px;
	}
	.service-image{
		max-width:100%;
		margin-top: 155px;
	}
	.contact-img{
		display:none;
	}
	.main-contacts{
		flex: 0 0 100%;
		max-width: 100%;
		margin-left:0px;
	}
}

@media (max-width:767px){
	.arrow{
		display: none !important;
	}
	#home .header-photo{
		max-height:700px;
	}
	.service-image{
		max-width:100%;
		margin-top: 30px;
	}
	.contact-img{
		display:none;
	}
	.main-contacts{
		flex: 0 0 100%;
		max-width: 100%;
		margin-left:0px;
	}
	a.navbar-brand.no-effect{
		left:0px;
	}
	#home .header-title{
		margin-top: 0px;
    	padding-top: 0px;
	}
	#servizi .col-6{
		flex: 0 0 100%;
		max-width: 100%;
		margin-left:0px;
	}
	.card-blocks .col-12{
		padding:0px 15px !important;
	}
	.navbar-brand{
		width:100%;
		margin: 0px;
	}
	.logo{
		max-width:100%;
	}
}
.blu{
	background: #07649e !important;
	color: #fff !important;
}
.bianco{
	color: #fff;
}
a.view-split > .line::after, a:not(.no-effect):not(.button):not(.view-split)::after {
	background-color: #fff;
	opacity: 1;
}
#home .arrow a {
	 margin-top: 0px;
}