body {
	overflow-x: hidden;
}
.email_submit {
	clear: none;
	float: left;
	height: 55px;
	margin: 0;
	box-shadow:none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #3989CA;
	width: 15vw;
	max-width: 120px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	border:0;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.email_submit:hover { 
    background-color: #175079 !important;
    color: white;
}
.email_input {
    clear: none;
    float: left;
    width: 40vw;
    max-width: 250px;
    /*background-color: #FBE5E4;*/
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 4px solid #3989CA !important;
    font-size: 18px;
    margin: 0;
    box-shadow: none;
    height: 55px;  
}
.sliding {
	width: 70vw;
	max-width: 580px;
	min-width: 300px;
	position: fixed;
	display: inline-block;
	background-color: #7ABB2A;
	border-radius: 10px;
    border: 4px solid #3989CA;
    z-index: 9998;
    float: right;
    right: -500%;
    bottom: 0;
    height: 79px;
}
.banner_img {
	position: relative;
	width: 100%;
	float: left;
    max-width: 180px;
    z-index: 9999;
    right: 0;
    cursor:pointer;
}
.corner_banner {
	position: fixed;
	bottom: 0;
	right: 0;
    width: 32%;
    max-width: 180px;
    transition: opacity 0.3s;
}
.banner_container {
	position: relative;
}
.sliding .form-control {
	padding: 0;
	padding-left: 5px;
}
.subscribe_success {
	display: none;
	position: relative;
	color: #7ABB2A;
	font-size: 8vmin;
	font-weight: 700;
	text-align: center;
	float: right;
	bottom: -30px;
	background-color: #3989CA;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

/*deal with nav collapse*/
@media (max-width: 767px) {
	.email_submit:before  {
		line-height: 50%;
		padding-left: 50%;
		margin-left: -0.5em;
  		content: "\27A0   \00a0  \00a0  \00a0  \00a0  \00a0";
  		font-size: 46px;
	}
	.email_input {
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.sliding {
		width: 90vw;
	}
	/*.subscribe_success{
		top: -15px;
	}*/

}