#ttPopupnewsletter {
	text-align: center;
	float: left;
	width: 100%;
}
.ttPopupnewsletter-i .close {
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	margin: auto;
	position: absolute;
	right: 17px;
	text-align: center;
	top: 17px;
	width: auto;
	z-index: 99;
}
.ttpopupclose {
	background: rgba(35,35,44,.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	cursor:url("../img/pop.png"), pointer;
}
.ttPopupnewsletter-i .close i {
	color: #fff;
	font-size: 20px;
	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 {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index:100;
}
#newsletter_block_popup {
	background: #222222;
	float: left;
	width: 100%;
	border: 10px solid #ccc;
	padding: 50px;
}
#newsletter_block_popup .ttnewslatterpopup-img {
	padding: 0;
	float: right;
	z-index: 1;
}
#newsletter_block_popup .ttnewslatterpopup-img img{
	max-width: 100%;
	position:relative;
}
#newsletter_block_popup .ttnewslatterpopup-img::before {
	position: absolute;
	content: "";
	background: url("../img/newsletter-bg.png");
	left: auto;
	right: -20px;
	top: -20px;
	height: 385px;
	width: 250px;
	bottom: auto;
	z-index: -1;
}
#newsletter_block_popup .ttnewslatterpopup-content{
	float: left;
	text-align: left;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
	font-size: 30px;
	margin: 0 0 10px;
	padding: 10px 0 10px;
	text-transform: capitalize;
	background: none;
	width: 100%;
	color: #fff;
	text-align: left;
}
#newsletter_block_popup .block_content .newsletter_title h3::after {
	border-bottom: 2px solid #fff;
	border-bottom-color: rgb(255, 255, 255);
	bottom: 8px;
	content: "";
	left: 0;
	position: absolute;
	right: auto;
	width: 42px;
}
#newsletter_block_popup .block_content .ttContent {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	float: left;
	width: 80%;
}
#newsletter_block_popup .block_content .ttContent p {
	margin: 0;
}
#newsletter_block_popup .block_content .alert-danger {
	color: #c22312;
	float: left;
	font-size: 14px;
	margin: 0 0 10px;
	text-align: center;
	width: 90%;
	border-radius: 4px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px ;
	padding: 13px 5px;
}
#newsletter_block_popup .block_content  .alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
	float: left;
	font-size: 14px;
	margin: 0 0 10px;
	text-align: center;
	width: 90%;
	border-radius: 4px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px ;
	padding: 13px 5px;
}
#newsletter_block_popup .block_content .inputNew {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px ;
	height: 45px;
	padding: 5px 15px;
	width: 90%;
	margin-bottom: 20px;
	text-align: center;
	color: #666;
}
#newsletter_block_popup .block_content .send-reqest {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 25px;
	width: 90%;
	text-align: center;
	border-radius: 5px;
	background: #111 !important;
	color: #fff;
}
#newsletter_block_popup .block_content .send-reqest:hover{
	color:#111;
}
#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: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	cursor:pointer;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again:hover{
	color:#eee;
}
@media (min-width: 544px) and (max-width: 991px) {
	.ttpopupnewsletter {
		left:10px;
		right:10px;
		top: 10px;
		bottom: 10px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
@media (min-width: 544px) and (max-width: 767px) {
	#newsletter_block_popup .ttnewslatterpopup-content{
		padding:0 10px;
	}
	#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom{
		margin:2px 3px 2px 0;
	}
	#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again{
		font-size:12px;
	}
	#newsletter_block_popup .ttnewslatterpopup-content{
		margin:30px 0 10px;
	}
	#newsletter_block_popup .block_content .inputNew {
		margin-bottom: 15px;
	}
	#newsletter_block_popup .block_content .send-reqest {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#newsletter_block_popup .block_content .ttAlert {
		width: 100%;
	}
	#newsletter_block_popup .block_content .ttContent {
		width: 100%;
	}
	.ttpopupnewsletter {
		display: inline-block;
		float: none;
		height: auto !important;
		margin: 10px 0;
		max-width: 300px !important;
		position: relative;
		vertical-align: top;
		width: auto;
	}
	#newsletter_block_popup .block_content .inputNew,
	#newsletter_block_popup .block_content .alert-success,
	#newsletter_block_popup .block_content .alert-danger {
		width: 100%;
		margin-bottom: 10px;
	}
	#newsletter_block_popup .block_content .send-reqest {
		width: 100%;
	}
	#newsletter_block_popup .ttnewslatterpopup-img {
		width: 100%;
		text-align: center;
	}
	#newsletter_block_popup .ttnewslatterpopup-content {
		padding: 0 15px 30px;
		width: 100%;
		margin: 0;
	}
	#newsletter_block_popup .ttnewslatterpopup-img::before {
		display:none;
	}
	#newsletter_block_popup {
		padding: 0px;
	}
	#newsletter_block_popup .block_content .newsletter_title h3 {
		border: none;
	}
}