/* COLORI 

BLU: #34495e;
VERDE: #195b12;

*/

/* ==== GENERAL STYLE ==== */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #34495e;
}

section {
	margin: 72px auto 72px auto;
}

img {
	width: auto;
}

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 45px;
	font-size: 3rem;
}

h1,h2 {
	margin: 0 0 1.5rem !important;
}

h3 {
	margin: 1.25rem 0;
}

h4 {
	font-size: 1.125rem;
}

p {
	font-weight: 00;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}

.center {
	text-align: center;
}

.white {
	color: #ffffff !important;
}

.no-padding {
	padding-left: 0px !important;
}

/* ==== HEADER SECTION ==== */
.logo {
	height: 50px !important;
}

@media screen and (max-width: 480px) {
	.logo {
	width: 200px;
}
}

.navbar {
	padding: 0.5rem 0rem !important;
}

.btk-navbar-brand {
	color: #fff;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	font-size: 55px;
	font-family: 'Open Sans', sans-serif;
	height: 48px;
	height: 3rem;
}

.btk-navbar-brand:hover {
	text-decoration: none;
	color: #fff;
}

.btk-navbar-home {
	background-color: rgb(255, 255, 255);
	height: 70px;
	height: 4.375rem;
}

@media screen and (max-width: 768px) {
	.navbar {
	padding: 0.5rem 0rem !important;
	background-color: #fff;
}
}

.btk-navbar-home .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#34495e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btk-navbar-right {
	margin-left: 225px;
	margin-left: 14.063rem;
	margin-top: 0.625rem;
	font-size: 1rem;
} 

@media screen and (min-width: 768px) {

	.btk-navbar-right {
	/*margin-left: 21rem;*/
	font-size: 1rem;
} 
	
}

@media screen and (max-width: 768px){

	.btk-navbar-right {
	margin-left: 0px;
	font-size: 1rem;
	text-align: center;
}

}

.menu-link {
	text-decoration: none;
	color: #34495e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 21px;
	margin-right: 1.313rem;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.menu-link:hover{
	color: #34495e;
	text-decoration: underline !important;
}

.menu-link-active {
	color: #05aef3;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-size: 1em;
	margin-right: 1.5rem;
}

.menu-link-active:hover {
	color: #05aef3;
	text-decoration: underline !important;
}

.btk-header {
	background: linear-gradient(rgba(0,0,0, .5), rgba(0,0,0,.5)), url("../img/slider.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px;
	padding: 4.375rem 0rem;
}

.btk-slider {
	padding-top: 70px;
	padding-top: 4.375rem;
}

@media screen and (max-width: 481px) {
	.btk-slider {
	padding-top: 0px;
}
}

#form_alto {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 40px 0px;
	padding: 2.5rem 0rem;
	background-color: #fff;
}

.form-title {
	color: #273646;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
    font-weight: 800;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	margin-bottom: 0px!important;
}

.label-input {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	margin-bottom: 8px;
}

.btk-input {
	background: #efefef;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	color: #333;
	font-size: 1rem;
	text-indent:9px;
	height: 50px;
	height: 3.125rem;
}

.btk-input-testo {
	background: #efefef;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	color: #333;
	font-size: 1rem;
	text-indent:9px;
	height: 200px;
	height: 12.5rem;
	padding-top: 14px;
}

.btk-input::-moz-placeholder {
    padding-left: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    opacity: 1;
    font-size: 1rem; }
.btk-input::-ms-input-placeholder {
    padding-left: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input::-webkit-input-placeholder {
    padding-left: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input:focus {
    border: none; }

.btk-input:focus {
	box-shadow: none;
}

.btk-input-testo::-moz-placeholder {
    padding-left: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    opacity: 1;
    font-size: 1rem; }
.btk-input-testo::-ms-input-placeholder {
    padding-left: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input-testo::-webkit-input-placeholder {
    padding-left: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input-testo:focus {
    border: none; }

.btk-input-testo:focus {
	box-shadow: none;
}

@media screen and (max-width: 480px) {
	#form_alto {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 0px;
	background-color: #fff;
}

.btk-input {
	background: #efefef;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	color: #333;
	font-size: 1rem;
	text-indent:9px;
	height: 35px;
}

.btk-input-testo {
	background: #efefef;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	color: #333;
	font-size: 1rem;
	text-indent:9px;
	height: 100px;
	padding-top: 14px;
}
}

.asterisco {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.688rem;
  line-height: normal;
  float: right;
}

.check-privacy {
	font-size: 13px;
	color: #333;
	padding-left: 5px;
}

.check-privacy span {
	padding-left: 5px;
}

.check-privacy a {
	text-decoration: none;
	color: #333;
}

.check-privacy a:hover {
	text-decoration: underline;
	color: #333;
}

.btk-cta-up {
	background-color: #195b12;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.btk-cta-up {
	background-color: #05aef3;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	color: #ffffff;
	width: fit-content;
}

}

.text-slider {
	color: #ffffff;
	padding-top: 200px;
	padding-top: 7rem;
}

.cta-orange {
	padding: 13px 40px;
	background-color: #ff8d00;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 20px;
}

.h1-slider {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
  font-weight: 600;
  line-height: 1.48;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.h1-slider span {
	font-size: 55px;
}

@media screen and (max-width: 480px) {
	.text-slider {
	color: #ffffff;
	padding-top: 60px;
	padding-top: 3.75rem;
	text-align: center;
}

.h1-slider {
	display: none;
}
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.text-slider {
	color: #ffffff;
	padding-top: 90px;
	padding-top: 5.625rem;
}

.h1-slider span {
	font-size: 45px;
}
}

.button-slider {
	background-color: #05aef3;
	border: 1px solid #05aef3;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz--border-radius: 4px;
	padding: 0.625rem 0.938rem;
	line-height: 1.5rem;
	margin-top: 2.18rem;
	text-align: center;
}

.btk-alert {
	border: 2px solid #63ea6c;
	font-size: 0.9rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	margin-top: 18px;
	padding: 5px 5px;
	color: #333;
}

.divider {
	border-top: 1px solid #fff;
	width: 60%;
}

/* FEATURES SECTION */

#features {
	background-color: #fff;
	background-size: cover;
	margin: 72px 0px 24px 0px;
}

.h2-features {
	font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #273646;
}

.text-sx {
	text-align: right;
	padding-top: 10px;
}

.text-dx {
	text-align: left;
	padding-top: 10px;
}

.item-features {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.img-f {
	text-align: right;
	margin-bottom: 48px; 
}

.img-center {
  width: 370px;
  height: 314px !important;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.img-f {
	padding-top: 50%;
}

.item-features {
	margin-top: 0px;
}

.text-sx {
	text-align: right;
	padding-top: 0px;
}

.text-dx {
	text-align: left;
	padding-top: 0px;
}

}

@media screen and (max-width: 320px) {
	.text-sx {
	text-align: right;
	padding-top: 10px;
	font-size: 15px;
}

.text-dx {
	text-align: left;
	padding-top: 10px;
	font-size: 15px;
}
}
/*SERVIZI AGGIUNTIVI*/

#servizi-aggiuntivi {
	background-color: #efefef;
	margin: 0px 0px;
	padding: 72px 0px;
}

.box-servizio {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	margin-top: 24px;
	margin-top: 1.5rem;
}

.blue {
	height: 40px;
	background-color: #273646;
	padding-top: 15px;
}

.text-service {
	padding: 42px 30px;
	padding: 2.625rem 1.875rem;
	font-weight: 600;
}

.bianco {
	background-color: #fff;
	height: 125px;
}

.verde {
	background-color: #6eb067; 
	height: 53px;
}

.verde p {
	font-weight: 600;
	color: #fff;
	padding-top: 15px;
}

/* DINTORNI */

.box-dintorni {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	margin-top: 16px;
	width: 100%;
}

.img-dintorni {
	width: 100%;
	height: 165px !important;
}

.text-dintorni {
	font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  padding: 24px 16px;
}

.green {
	color: #6eb067;
}

.altezza-img {
	height: 165px !important;
	width: 100%;
}

/* SECTION PRICING */

#pricing {
	background-color: #273646; 
	padding-top: 72px;
	padding-bottom: 72px;
	margin: 60px 0px 0px 0px;
}

.price-one {
	background-color: #6eb067;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	margin-top: 0.625rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.title-price {
	font-size: 24px;
	font-size: 1.5rem;
  	font-weight: 600;
  	text-align: center;
  	color: #ffffff;
	padding-bottom: 25px;
	padding-bottom: 1.563rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.bordo-logo-price {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 4px solid #fff;
	width: 100px;
	height: 100px;
	margin: auto;
	/*margin-bottom: -60px;*/
	margin-top: 26px;
	margin-top: 1.625rem;
	background-color: #273646;
}

.logo-price {
	background-color: transparent;
	padding: 25px;
	margin-top: 10px;
}

.box-white {
	background-color: #fff;
	padding: 25px 0px;
	padding: 1.563rem;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #d8d8d8;
}

.box-white span {
	padding-left: 16px;
	padding-left: 1rem;
}

.grey {
	font-size: 24px;
 	font-weight: 600;
  	color: #273646;
  	background-color: #efefef;
  	padding: 20px 0px;
}

.white-box {
	background-color: #fff;
	padding: 15px;
	color: #007bff;
	font-weight: 400;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: 'Open Sans', sans-serif;
}

.list-price {
	padding: 25px 15px;
	list-style: none;
}

.li-price {
	padding-top: 15px;
}

/* CONTACT US SECTION */

.agricampeggio {
	font-size: 36px;
  	font-weight: 600;
  	text-align: left;
  	color: #6eb067;
  	padding-left: 16px;
  	padding-left: 1rem;
  	padding-top: 16px;
  	padding-top: 1rem;
}

@media screen and (max-width: 480px) {
	.agricampeggio {
	font-size: 36px;
  	font-weight: 600;
  	text-align: center;
  	color: #6eb067;
  	padding-left: 16px;
  	padding-left: 1rem;
  	padding-top: 16px;
  	padding-top: 1rem;
}
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.agricampeggio {
	font-size: 30px;
  	font-weight: 600;
  	text-align: left;
  	color: #6eb067;
  	padding-top: 0px;
  	padding-left: 0px;
}
}
.text-contatti {
	color: #333;
	font-size: 24px;
  	text-align: left;
  	padding-left: 16px;
  	padding-left: 1rem;
}

.text-contatti span {
	padding-left: 16px;
  	padding-left: 1rem;
}

.text-contatti span a {
	color: #333;
	text-decoration: none;
}

.text-contatti span a:hover {
	text-decoration: underline;
}

#form_basso {
	background-color: #efefef;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;	
	margin: 0px 0px 0px 0px;
}

#form_sotto {
	border: 2px solid #ffffff;
	padding: 40px 0px;
	padding: 2.5rem 0rem;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-title-bottom {
	color: #273646;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
    font-weight: 800;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	margin-bottom: 0px!important;
}

.btk-input2 {
	background: #efefef;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	color: #333;
	font-size: 1rem;
	text-indent:10px;
	height: 50px;
	height: 3.125rem;
}

.btk-input-testo2 {
	background: #efefef;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	color: #333;
	font-size: 1rem;
	text-indent:10px;
	height: 200px;
	height: 12.5rem;
	padding-top: 14px;
}

.btk-input2::-moz-placeholder {
    padding-left: 10px;
    color: #b3a4a4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    opacity: 1;
    font-size: 1rem; }
.btk-input2::-ms-input-placeholder {
    padding-left: 10px;
    color: #b3a4a4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input2::-webkit-input-placeholder {
    padding-left: 10px;
    color: #b3a4a4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input2:focus {
    border: none; }

.btk-input2:focus {
	box-shadow: none;
}

.btk-input-testo2::-moz-placeholder {
    padding-left: 10px;
    color: #b3a4a4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    opacity: 1;
    font-size: 1rem; }
.btk-input-testo2::-ms-input-placeholder {
    padding-left: 10px;
    color: #b3a4a4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input-testo2::-webkit-input-placeholder {
    padding-left: 10px;
    color: #b3a4a4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500px;
    font-size: 1rem; }
.btk-input-testo2:focus {
    border: none; }

.btk-input-testo2:focus {
	box-shadow: none;
}

.newsletter {
	width: 100%;
	background-color: #05aef3;
	color: #ffffff;
	border-width: 0px !important;
	border-style: none !important;
	height: 32px;
	border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
}

.news {
	margin-bottom: 0px !important;
	border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	line-height: 30px !important;	
}

.star {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.688rem;
  line-height: normal;
  float: right;
  padding-top: 5px;
  margin-bottom: 1.5rem;
}

.btk-cta {
	background-color: #195b12;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 50px;
	height: 3.125rem;
}

.btk-cta:hover {
	background-color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #ffffff;
	width: 100%;
}

.newsletter {
	width: 100%;
	background-color: #05aef3;
	color: #ffffff;
	border-width: 0px !important;
	border-style: none !important;
	height: 32px;
	border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
}

.news {
	margin-bottom: 0px !important;
	border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	line-height: 30px !important;	
}

.social {
	width: 40px;
	height: 40px;
	color: #05aef3;
}

.chiama-ora {
	background-color: #efefef;
	padding: 72px 0px;
	margin: 0px 0px 0px 0px;
}

@media screen and (min-width: 767px) {
	.no-desktop {
	display: none;
}	
}

@media screen and (max-width: 766px) {
	.no-mobile {
		display: none;
	}
}
/* FOOTER */

.footer {
	background-color: #273646;
	font-size: 1rem;
	font-weight: 500;
	padding: 15px 0px 0px 0px;
	color: #fff;
}

.footer a {
	text-decoration: none !important;
	color: #fff;
}

.footer a:hover {
	color: #05aef3;
}