.footer {
	background: #666666;
	float: left;
	width: 100%;
	text-align: center;
	padding:40px 100px 40px 100px;
	position: relative;
}
.footer-menu{
	width: auto;
	float: left;
	text-align: center;
}
.footer-menu ul li{
	width: auto;
	padding: 0 15px;
	display: inline-block;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
}
.footer-menu ul li:first-child{
	padding-left: 0;
}
.footer-menu ul li a{
	color: #ffffff;
}
.social_media {
	width: auto;
	float: right;
	text-align: center;
	padding: 0px 0 0px;
}
.social_media .social_icons{
	width: auto;
	padding: 0 0px;
	display: inline-block;
}
.copyrights{
	color: #ffffff;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	padding-top: 13px;
	width: auto;
	float: left;
	text-align: left;

}
.menu-foot {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.footer_input {
	width: 350px;
	float: right;
	position: relative;
}
.footer_input input.subscribe_email {
	width: 70%;
	float: left;
	border-radius: 0;
	padding: 10px 15px;
	letter-spacing: 1px;
	color: #c9c9c9;
	font-family: ProximaNova-Regular;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	cursor: pointer;
}
.footer_input input { 
	height: 40px;
	border:none;
}
.footer_input .subscribe_btn { 
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
	width: 30%;
	float: left;
	cursor: pointer;
	background-color: #000;
	border-radius: 0;
	color: #ffffff;
	font-family: ProximaNova-Regular;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}
div.input_error {
	position: relative;
	font-size: 16px;
	color: red;
	text-align: left;
	float: left;
	/* font-weight: 600; */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.contact-us {
	width: 450px;
	float: right;
}
.contact-us h3 {
	width: auto;
	float: left;
	color: #ffffff;
	font-family:ProximaNova-Regular;
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
}
.footer-contact {
	width: 100%;
	float: left;
	padding-top: 25px;
	position: relative;
	z-index: 1;
}
/*.bg-white-img {
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg.png);
}
.bg-white img{
    width: 100%;
    max-height: 100%;
    height: 100%;
}*/
.bg-white-img {	
 position: absolute;
    height: 100%;
    width: 75%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-white-img img{
    width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 900px){
	.footer_input{
		width: 250px;
	}
	.contact-us {
		width: 340px;
		float: right;
	}
}
@media screen and (max-width: 770px){
	.footer-menu ul li{
		padding: 0 5px;
	}
	.footer{
		padding: 40px 40px;
	}
}
@media screen and (max-width: 650px){
	.contact-us{
		width: 100%;
	}
	.footer_input{
		width: calc( 100% - 100px);
	}
	.copyrights{
		padding-top: 25px;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 550px){
	.footer-menu ul li{
		width: auto;
		text-align: center;
	}
	.social_media .social_icons{
		padding: 0 15px;
	}
	.footer_input{
		width: calc( 100% - 75px);
	}
	.contact-us h3{
		font-size: 14px;
	}
}
@media screen and (max-width: 450px){
	.social_media{
		width: 100%;
		padding-top: 10px;
	}
	.footer-menu{
		width: 100%;
	}
}
@media screen and (max-width: 380px){
	.footer {
		padding: 40px 15px;
	}
	.footer_input .subscribe_btn{
		font-size: 12px;
	}
	.footer_input input.subscribe_email{
		font-size: 12px;
	}
}