
/* Body */
body{
	font-family: 'latoregular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-smoothing: antialiased;
	
	line-height: 28px;
	letter-spacing: 0px;

	color: #ffffff;
	background-color: #000000;

	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;	
}

/* Cookies */
#cookie-notice{
	font-family: 'latoregular', Helvetica, Arial, sans-serif!important;
	font-weight: normal!important;
}
#cookie-notice a{
	font-family: 'latoregular', Helvetica, Arial, sans-serif!important;
	font-weight: normal!important;
}

/* Popup */
.popups{

}
.popup{
	display: none;
	width: 100%;
	height: 100%;

	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 990;

	overflow: scroll;
}
.popup__overlay{
	display: block;
	width: 100%;
	height: 100%;

	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 991;

	background-color: rgba(0,0,0,0.8);		
}
.popup__btn{
	display: inline-block;
	width: 46px;
	height: 46px;

	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 992;

	background-image: url('../img/icon-times.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;

	cursor: pointer;
}
.popup__content{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;	

	display: block;
	max-width: 576px;
	max-height: auto!important!important;

	margin: 160px 0px;
	padding: 40px 40px 20px 40px;

	background-color: #30602f;	
}


/* Form */
.popup__content .wpcf7{
	display: block;
	width: 100%;
}
.popup__content .wpcf7 h2{
	margin: 0px 0px 50px 0px;
	padding: 0px;

    font-family: 'klilllight';
	font-weight: normal;
	font-size: 46px;
	line-height: 50px;
	letter-spacing: 1px;

	text-decoration: none;
	text-align: left;
	text-shadow: 0px 2px 15px rgba(0,0,0,0.7);

	color: #ffffff;	
}
.popup__content .wpcf7 h3{
	margin: 0px 0px 8px 0px;
	padding: 0px;

    font-family: 'latoblack';
    font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;

	color: #ffffff;	
}
.popup__content .wpcf7 p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.popup__content .wpcf7 strong{
    font-family: 'latoblack';
    font-weight: normal;	
}
.popup__content .wpcf7 .sent em{
	font-style: italic;
}
.popup__content .wpcf7 .sent u{
	text-decoration: underline;
}
.popup__content .wpcf7 .sent img{
	max-width: 100%;
	height: auto;
}
.popup__content .wpcf7 small{
	display: block;
}

.popup__content .wpcf7 a{
	color: #ffffff;
	text-decoration: underline;
}
.popup__content .wpcf7 br{
	display: none;
}

.popup__content .wpcf7 .wpcf7-form-control-wrap{
	display: block;
	padding: 0px 0px 20px 0px;
}
.popup__content .wpcf7 .hidden-fields-container{
	display: none;
}

.popup__content .wpcf7 input[type="text"],
.popup__content .wpcf7 input[type="email"],
.popup__content .wpcf7 input[type="tel"],
.popup__content .wpcf7 input[type="number"],
.popup__content .wpcf7 input[type="date"]{
		display: block;
		width: 100%;

		margin: 0px;
		padding: 2px 8px;
		border: 0px none; 
		border-radius: 3px;

		font-family: 'latoregular', Helvetica, Arial, sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-smoothing: antialiased;
		
		line-height: 28px;
		letter-spacing: 0px;

		color: #000000;
		background-color: #ffffff;
}
.popup__content .wpcf7 input[type="text"].wpcf7-not-valid,
.popup__content .wpcf7 input[type="email"].wpcf7-not-valid,
.popup__content .wpcf7 input[type="tel"].wpcf7-not-valid,
.popup__content .wpcf7 input[type="number"].wpcf7-not-valid,
.popup__content .wpcf7 input[type="date"].wpcf7-not-valid{
	border: 2px solid #e95126;
}


.popup__content .wpcf7 input[type="text"]::-webkit-input-placeholder,
.popup__content .wpcf7 input[type="email"]::-webkit-input-placeholder,
.popup__content .wpcf7 input[type="tel"]::-webkit-input-placeholder,
.popup__content .wpcf7 input[type="number"]::-webkit-input-placeholder,
.popup__content .wpcf7 input[type="date"]::-webkit-input-placeholder  {
	color: #000000; 
}
.popup__content .wpcf7 input[type="text"]:read-only,
.popup__content .wpcf7 input[type="email"]:read-only,
.popup__content .wpcf7 input[type="tel"]:read-only,
.popup__content .wpcf7 input[type="number"]:read-only,
.popup__content .wpcf7 input[type="date"]:read-only{
	color: #000000;
	border-bottom: 0px none;
    font-family: 'latoblack';
    font-weight: normal;
}

.popup__content .wpcf7 textarea{
	display: block;
	width: 100%;

	margin: 0px;
	padding: 2px 8px;
	border: 0px none;
	border-radius: 3px;

	font-family: 'latoregular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-smoothing: antialiased;
	
	line-height: 28px;
	letter-spacing: 0px;

	color: #000000;
	background-color: #ffffff;
}
.popup__content .wpcf7 textarea.wpcf7-not-valid{
	border: 2px solid #e95126;
}
.popup__content .wpcf7 textarea::-webkit-input-placeholder,
.popup__content .wpcf7 textarea::-webkit-input-placeholder,
.popup__content .wpcf7 textarea::-webkit-input-placeholder {
	color: #000000; 
}
.popup__content .wpcf7 textarea:read-only,
.popup__content .wpcf7 textarea:read-only,
.popup__content .wpcf7 textarea:read-only{
	color: #000000;
	border-bottom: 0px none;
    font-family: 'latoblack';
    font-weight: normal;
}

.popup__content .wpcf7-recaptcha div{
	width: 100%!important;
}
.popup__content .wpcf7-recaptcha iframe{
	width: 100%;
}
.popup__content .wpcf7-recaptcha.wpcf7-not-valid iframe{
	border: 2px solid #e95126;
}

.popup__content .wpcf7 select{
	display: block;
	width: 100%;
	max-height: 32px;

	border-radius: 0px;
	padding: 2px 8px;
	border: 0px none;
	border-radius: 3px;

	font-family: 'latoregular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-smoothing: antialiased;
	
	line-height: 28px;
	letter-spacing: 0px;

	color: #000000;
	background-color: #ffffff;
}
.popup__content .wpcf7 select.active{
	max-height: 300px;
	min-height: 128px;
}
.popup__content .wpcf7 select option{
/*
	padding: 3px 15px;
	border-bottom: 1px solid #e6e6e6;
*/
}

.popup__content .wpcf7 input[type="checkbox"]{
	display: inline-block;
	vertical-align: baseline;

	margin: 0px 12px 8px 0px;
}
.popup__content .wpcf7 input[type="checkbox"] + span{
	display: inline-block;
	vertical-align: baseline;

	margin: 0px 12px 8px 0px;
	padding: 0px;
}
.popup__content .wpcf7 input[type="checkbox"] + span a{
	color: #ffffff;
	text-decoration: underline;
}


.popup__content .wpcf7 input[type="submit"]{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 10px 28px 14px 28px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0);

    font-family: 'breeserif';
    font-weight: normal;
    font-size: 28px;

    line-height: 32px;
    letter-spacing: 1px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(233,81,38,0.75);

	cursor: pointer;

	transition: all 0.5s;
}
.popup__content .wpcf7 input[type="submit"]:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
	background-color: rgba(233,81,38,1);
}

.popup__content .wpcf7 .screen-reader-response{
	display: none;
}
.popup__content .wpcf7 .wpcf7-not-valid-tip{
    color: #e95126;	
}
.popup__content .wpcf7 .wpcf7-response-output{
    font-family: 'latoblack';
    font-weight: normal;
    color: #e95126;
}

/* MD */
@media only screen and (max-width: 1280px) {


}

/* SM */
@media only screen and (max-width: 992px) {

}

/* XS */ 
@media only screen and (max-width: 767px) {

	body{
		font-size: 16px;
		line-height: 24px;
	}

	/* Cookies */
	#cookie-notice a{
		margin: 0px 0px 10px 10px!important;
	}

	/* Popup */
	.popup__content{
		left: 3%;
		transform: translateX(0px);

		width: 94%;
	    margin: 80px 0px;
	    padding: 10% 5% 5% 5%;
	}
	.popup__content .wpcf7 h2{
		margin: 0px 0px 24px 0px;

		font-size: 30px;
		line-height: 40px;

		text-align: left;
		letter-spacing: 0px;
	}
	.popup__content .wpcf7 input[type="text"],
	.popup__content .wpcf7 input[type="email"],
	.popup__content .wpcf7 input[type="tel"]{
		font-size: 16px;
		line-height: 24px;
	}
	.popup__content .wpcf7 textarea{
		font-size: 16px;
		line-height: 24px;		
	}

	.popup__content .wpcf7 .wpcf7-form-control-wrap{
		padding: 0px 0px 10px 0px;
	}

}


