.ba_newsletter_input{
	width:100%;
	margin-bottom:7px;
}
.ba_newsletter_input input{
	width:270px;
	
}
.ba_newsletter_submit{
	width:100%;
	margin-top:7px;
}
.ba_newsletter_mail_list  input#ba_newsletter_btn_subscriber{
	margin:0;
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
	box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
	line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	margin-top: 15px;
	border-radius: 3px;
}
.ba_newsletter_mail_list  input#ba_newsletter_btn_subscriber:hover{
	 background-color: #2592a9;
}
.ba_newsletter_popup{
	z-index: 10001;
    background-color: white;
    float: left;
	display:none;
	min-width: 33%;
    max-width: 100%;
	top: 25% !important;
    transform: translate( -50%,0) !important;
    left: 50% !important;
	border-radius: 5px;
    }
.ba_newsletter_popup_background{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #B3B3B3;
    z-index: 10000;
    opacity: 0.4;
	display:none;
}
.close_popup_ba_newsletter{
	position: absolute;
    top: 0px;
    right: 0px;
	cursor:pointer;
}
.close_popup_ba_newsletter i{
	background-color: white;
    border-radius: 13px;
    vertical-align: top;
}
.close_popup_ba_newsletter i:before{
	font-size:18px;
}
.close_popup_ba_newsletter #exit_popup{
	background:url("../img/exit2.png") 0px 0px no-repeat;
	height: 50px;
    width: 50px;
	text-indent: -9999px;
    outline: 0;
    border: none;
	border-radius: 0 6px 0 0;
	box-shadow: none;
	padding:0;
}