<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------
	1.11 Newslatter popup
----------------------------------------------- */
.newsletters {
	margin: 34px auto;
	padding: 42px 50px 28px;
	background-color:#f5f5f5;
	display:inline-block;
	width:100%;
}

.newsletters input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    float: right;
    height: 55px;
    margin: 0;
    padding: 0 20px;
    width: 400px;
}
.newsletters button {
	border: none;
	border-radius: 0;
	background: #000;
	color: #fff;
	text-transform:uppercase;
	box-shadow: none;
	height: 55px;
	float: right;
	width: 180px;
	border: 1px solid #000;
	transition:0.5s;
	letter-spacing:0.5px;
}
.newsletters button:hover, .newsletters button.btn-default:focus {
	background: #fff;
	border-color:#000;
	color:#000;
	transition:0.5s;
	box-shadow: none;
}
.newsletter-popup .popup-text {
	text-align: center;
}
.newsletter-popup .popup-image {
	margin-bottom: 35px;
}
.newsletter-popup .checkbox label {
	color: #000000;
}
.newsletter-popup .popup-title {
	font-family: "Open Sans";
	font-size: 80px;
	line-height: 60px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 700;
	padding-bottom: 0px;
	float: left;
}
.newsletter-popup .popup-title span {
	font-size: 24px;
	margin-left: -20px;
}
.newsletter-popup, .success_msg {
    background: #f0f0f0;
    box-shadow: 0 4px 5.94px 0.06px rgba(0, 0, 0, 0.13);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 25px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 80%;
		max-width: 600px;
}

.newsletter-popup-top {
    float: right;
    margin: 55px auto 0 20px;
    overflow: visible;
    padding: 0 0 50px;
    width: 290px;
}
.newsletter-popup-top .btn-default, .newsletter-popup-top .btn-default:hover {
	border:0;
	transition: all 0.5s ease 0s;
	padding: 10px 18px;
	margin: 20px 0 0;
	float: left;
}
.newsletter-popup-top .popup-desc {
	padding: 20px 20px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin-bottom: 30px;
	line-height: 17px;
	text-align: left;
	clear:left;
}
.newsletter-popup-top .popup-desc span {
	font-weight: bold;
}
.newsletter-popup-top input{
  background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 18px;
    width: 100%;
}

#xout {
  color: #000;
    cursor: pointer;
    font-size: 27px;
    font-weight: 300;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}
#xout:hover {
  color: #555;
}
#checkme {
    margin: 20px 5px 0 0;
    width: 20px;
}
label.checkme {
    clear: left;
    display: block;
    float: left;
}
</pre></body></html>