#ttPopupnewsletter {
	text-align: center;
}
.ttPopupnewsletter-i .close {
	color: var( --primary-text-color);
	font-weight: normal;
	line-height: 14px;
	margin: auto;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: auto;
	z-index: 99;
	background: var(--body-background-color);
	border-radius: 25px;
	padding: 2px;
}
.ttPopupnewsletter-i .close i {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
}
.ttPopupnewsletter-i .close span {
	display: none;
}
.ttPopupnewsletter-i .close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.ttpopupnewsletter {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
}
.subscribe-bottom > input {
  cursor: pointer;
}
#newsletter_block_popup {
	background: var(--secondary-bg-color) url("../img/newsletter.png") no-repeat scroll center bottom;
	border-radius:15px;
	overflow:hidden;
}
#newsletter_block_popup .ttnewslatterpopup-img {
	padding: 0;
}
#newsletter_block_popup .ttnewslatterpopup-img img{
	max-width: 100%;
}
#newsletter_block_popup .ttnewslatterpopup-content{
	float: none;
	display:inline-block;
	vertical-align:top;
	padding:80px 0;
}
.ttnewslatterpopup-content .btn-primary::after{
	background:var(--body-background-color);
}
.ttnewslatterpopup-content .btn-primary:hover,.ttnewslatterpopup-content .btn-primary:active,.ttnewslatterpopup-content .btn-primary:focus{
	color:var(--primary-bg-color);
}
#newsletter_block_popup .block_content .newsletter_title h3 {
	color: #111111;
	font:700 30px/32px "philosopher",Helvetica,sans-serif;
	margin: 0 0 15px;
	text-transform: capitalize;
}
#newsletter_block_popup .block_content .ttContent p {
	margin: 0;
}
#newsletter_block_popup .block_content .ttAlert {
	color: #c22312;
	float: left;
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}
#newsletter_block_popup .block_content .inputNew {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 45px;
	padding: 5px 15px;
	width: 79%;
	margin-bottom: 25px;
	text-align: center;
}
#newsletter_block_popup .block_content .send-reqest {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
	vertical-align: top;
	background: #f6943c;
}
#newsletter_block_popup .block_content .send-reqest:hover::before {
	background: #62b25b;
}
#newsletter_block_popup .newsletter_block_popup-bottom {
	display: inline-block;
	float: none;
	text-align: center;
	vertical-align: top;
	width: auto;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
	float: left;
	height: 15px;
	margin: 2px 5px;
	width: 15px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again {
	color: #eee;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	cursor: pointer;
	transition: all 0.4s ease-in-out 0ms;
	-webkit-transition: all 0.4s ease-in-out 0ms;
	-moz-transition: all 0.4s ease-in-out 0ms;
	-o-transition: all 0.4s ease-in-out 0ms;
	-ms-transition: all 0.4s ease-in-out 0ms;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again:hover {
	color: var(--primary-text-color);
}
#newsletter_block_popup .ttMain {
	font: 700 62px/64px var(--primary-font);
	color: var(--primary-text-color);
	margin-bottom: 10px;
}
#newsletter_block_popup .ttContent {
    font: 400 18px/22px var(--secondary-font);
    color: #eee;
    margin-bottom: 10px;
}
#newsletter_block_popup h3 {
	font: 500 20px/32px var(--primary-font);
	color: var(--primary-text-color);
	margin:0 0 15px;
}
#newsletter_block_popup .ttContent p{
	font: 400 18px/22px var(--secondary-font);
	color: #eee;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.ttpopupnewsletter {
		max-width: 600px !important;
	}
	#newsletter_block_popup .ttnewslatterpopup-content{
		padding:50px 0;
	}
	#newsletter_block_popup .block_content .ttContent{
		margin-bottom:5px;
	}
	#newsletter_block_popup h3 {
		font-size:18px;
	    line-height:22px;
		margin: 0 0 10px;
	}
	#newsletter_block_popup .ttContent p{
		font-size:16px;
	    line-height:20px;
	}
	#newsletter_block_popup .ttMain{
	    font-size:54px;
	    line-height:56px;
	}
	#newsletter_block_popup .block_content .inputNew {
	  margin-bottom: 20px;
	}
}
@media (max-width: 630px) {
	.ttpopupnewsletter {
		display: inline-block;
		float: none;
		max-width: 300px !important;
		position: relative;
		vertical-align: top;
		width: auto;
		margin: 20px 0;
		height: auto !important;
	}
	#newsletter_block_popup .ttnewslatterpopup-content {
		width:100%;
	}
	#newsletter_block_popup h3 {
		font-size:16px;
	}
	#newsletter_block_popup .ttMain{
		font-size:34px;
		line-height:36px;
	}
	#newsletter_block_popup .block_content .send-reqest{
		margin-bottom:15px;
	}
	#newsletter_block_popup .block_content .inputNew{
		height:40px;
		margin-bottom: 15px;
	}
}