/****/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}

.white-popup .mfp-close {
	background: #FFF;
}

.newsletter-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.slide-bottom {
	position: absolute;
	padding: 30px;
	background: #FFF;
	bottom: 0;
	right: 10%;
	border: solid 1px #000;
}

.slide-bottom .inner {
	position: relative;
}

.button-slide {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #000;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}

/****/

.pav-newsletter {
	width: 100%;

	background-color: #222;
}

.pav-newsletter form {
	padding: 5px 50px 5px 50px;
	float: left;



	width: 100%;


}

#left-panel h2 {
	color: #fff;
	margin-top: 5px;
}

#right-panel h2 {
	color: #fff;
	margin-top: 5px;
}

#left-panel {

	width: 50%;
	float: left;
	height: 205px;
	background: #222222;
	color: #fff;
}


#right-panel {
	padding-top: 10px;
	color: #fff;
	width: 50%;
	float: left;
	height: 205px;
	background: #222222;
	text-align: center;

}

.letterbtn {
	padding: 10px 20px;
	font: 400 16px/18px "Roboto", sans-serif;
	border: 1px solid #ffd26f;
	text-transform: uppercase;
	background: #ffd26f;
	color: #212121;
}




@media (max-width: 900px) {

	#right-panel {
		color: #fff;

		width: 100%;
		float: left;
		height: 160px;
		background: #222222;

	}

	#left-panel {
		width: 100%;
		float: left;
		height: 230px;
		background: #222222;
		color: #fff;

	}

}

@media (max-width: 668px) {

	#right-panel {
		color: #fff;
		width: 100%;
		float: left;
		height: 160px !important;
		background: #222222;
		padding-top: 2px;
		text-align: center;
	}

	.sphide {
		display: none !important;
	}

	#left-panel {
		width: 100%;
		float: left;
		height: 220px;
		background: #222222;
		color: #fff;
		text-align: center;
	}

}

@media (max-width: 376px) {

	#right-panel {
		color: #fff;
		width: 100%;
		float: left;
		height: 150px !important;
		background: #222222;
		padding-top: 2px;
		text-align: center;

	}

	#left-panel {
		width: 100%;
		float: left;
		height: 230px;
		background: #222222;
		color: #fff;
		text-align: center;
	}

	.sphide {
		display: none !important;
	}

}