.banner_head {
	background-image: url(/banner/bg_newsletter.jpg) !important;
    background-position: center -450px !important;
}
/*NEWSLETTER*/
.works_area {
	background-color: #fff !important;
}

.single_works {
	border: 1px solid #ddd;
}

.single_works:hover {
	box-shadow: 0 35px 35px -25px rgba(0, 0, 0, 0.05), 0 10px 24px 0 rgba(0, 0, 0, 0.2);
}

.privacy-detail {
    /* margin-top: 120px; */
}

ul.categ-blog {
    padding: 15px 0px;
}

ul.categ-blog li {
    list-style: none;
    width: 100%;
}

ul.categ-blog li a {
    display: block;
    padding: 5px 0px;
    color: #000000;
    /* font-weight: bold; */
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.chi_siamo {
    text-align: justify;
}

.chi_siamo .titolo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.testo {
    padding: 15px;
}

.ts-item {
    background: #ffffff;
    text-align: center;
    padding: 35px 25px 30px 25px;
    height: 330px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ccc;
    margin-bottom: 38px;
}

.single-cont a {
    padding: 9px;
    display: block;
    margin-bottom: 18px;
    background-color: #baa461;
    color: #fff;
    border-radius: 5px;
}

.sb-widget .sb-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.newsletter-column p {
    font-size: 14px;
    color: #585858;
    line-height: 2;
}

/*BOX NEWSLETTER*/
#lbl_email_nl {
  width: 100%;
}

#email_nl {
  height: 39px;
  padding: 5px;
  width: 100%;
}

#newsletter h5 {
    /* width: 90%; */
    /* margin: 21px 0px; */
    margin-top: 25px;
    overflow-y:auto;
    height: 100px;
    text-align: center;
    padding:5px;
    font-weight:normal;
    font-size:10px;
    /* margin-left: 5%; */
    background-color: #ebebeb;
    /* top: 150px; */
    /* position: relative; */
    margin-bottom: 0px;
    border: 1px solid #CCC;
}

#modulo_nl h5 p {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}

#lbl_email_nl {
  color: #000;
}

#lbl_email_nl.allert {
    color: #f00;
}

#modulo_nl label {
    display: block;
}

#modulo_nl label#lbl_messaggio {
    margin-right: 0 !important;
}

#modulo_nl input {
    border: 1px!important;
    background-color: #f9f9f9;
}

#modulo_nl label.allert input {
    border-color: #f00;
    color: #f00;
    border: 1px #f00 !important;
}

.consensoform {
  color: #000;
  padding: 15px;
}

.consensoform.allert {
    color: #f00;
}

#modulo_nl label span {
    display: none;
}

#newsletter {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 37px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF;
    max-width: 100% !important;
    border: 1px solid #ddd;
    box-shadow: 5px 10px #d8d8d8;
}

#newsletter h3 {
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    margin-top: 25px;
}

#consenso_nl {
	float: left;
	margin-right:15px;
}

#lbl_consenso_nl {
	line-height: 16px
}

#newsletter .btn-newsletter {
    font-size: 14px;
    color: #ffffff;
    background: #000;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 30px;
    text-align:center;
    display: block;
    float: none;
    cursor: pointer;
    margin-top: 30px;
    width:150px;
}

.title_did_service {
	padding: 15px;
	color: #000;
	font-size: 27px;
	font-weight: bold;
	margin-top: 10px;
}

.paragrafo_newsletter {
	margin: 0px !important;
	text-align: justify;
    font-size: 21px;
    padding: 0px 15px 15px 15px;
}

#newsletter .btn-newsletter:hover {
	background-color: #e20177 !important;
}
#send_button_nl {
	padding-left: 0px;
}
#newsletter h6 {
    color: #FFFFFF;
    background-color: #e20177;
    /* font-size: 25px !important; */
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 10px;
    line-height: 19px;
}

.paragrafo_newsletter {
	margin: 0px !important;
	text-align: justify;
    font-size: 21px;
}

.msg-thank.error p {
	color: #FF0000 !important;
}
@media (max-width: 767px) {
	.banner_head {
	    background-position: center center !important;
	}
	.welcome-content .feature-text {
		padding: 0px;
	}
	#newsletter {
	    padding: 15px;
	}
	#lbl_consenso_nl {
	    font-size: 12px;
	}
}


