.footer {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 20px 40px;
	position: relative;
	/*border-top: 1px solid #cccccc;*/
	background-color: #ACBF00;
}
.footer-menu{
	width: 33.3%;
	float: left;
	text-align: left;
}
.footer-section {
	width: 80%;
	margin:0 auto;
	display: block;
}
.footer-menu ul{
	width: 50%;
	float: left;
}
.footer-dropdown li{
	cursor: pointer;
}
.footer-menu ul li{
	width: 100%;
	padding: 0 15px;
	display: inline-block;	
	
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
	cursor: pointer;
}

.footer-menu ul li:first-child{
	/*padding-left: 0;*/
}
.footer-menu ul li a{
	color: #fff;
}
.social_media {
	width: auto;
	float: right;
	text-align: center;
	padding: 0px 10px 0px;
}
.social_media .social_icons{
	width: auto;
	padding: 0 10px;
	display: inline-block;
	float: left;
}

.social_media .social_icons img{
	display:block;
}
.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;
}
.copyrights span {
	font-weight: 700;
	font-size: 12px;
}
.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: 33.3%;
    float: left;
    padding-top: 25px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: left;
    padding: 24px;
}
.fotter-social {
	width: 33.3%;
	float: left;
	padding: 30px 0 0 30px;
}
.copyrights{
	color: #fff;
	
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;	 
	width: calc( 100% - 82px );
	float: left;
	text-align: left;

}
@media screen and (max-width:1150px){
.footer-section{
	width: 90%;
}

}
@media screen and (max-width:1000px){
	.footer_input{
		width: 250px;
	}
	.contact-us {
		width: 340px;
		float: right;
	}
	.footer-section{
		float: left;
		width: 100%;
	}
	.social_media {
		width: auto;
		position: absolute;
		bottom: 23px;
		right: 30px;
	}
	.footer-menu{
		width: 50%;
		padding-bottom: 10px;
	}
	.footer-contact{
		width: 50%;
		border-right: none;
	}
	.fotter-social {
    width: 100%;
    float: left;
    padding: 20px 0 0 20px;
}
}
@media screen and (max-width: 770px){
	.footer-menu ul li{
		padding:7px;
		width:auto;
		float: left;
		line-height: 20px;
	}
	.footer-menu ul li:first-child{
		padding: 7px;

	}
	.footer{
		padding: 20px 30px;
	}
	.copyrights{
		padding: 0  0px;
	}
	.social_media{
		right: 20px;
		top: 32px;
	}
	.footer-menu ul{
		width: auto;
		float: left;
	}
	.copyrights span {
		font-weight: 500;
		font-size: 14px;
	}
	.footer-menu{
		width: 100%;
		padding-bottom: 10px;
	}
	.footer-contact{
		width: 100%;
		border: none;
		padding: 0 7px;
	}
	.fotter-social {
    width: 100%;
    float: left;
    padding: 20px 0 0 7px;
}
}
/*@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{
	width: 100%;
}
.footer-menu ul li{
	width: 33.3%;
	} 
	.copyrights{
		width: 100%;
	}
	.footer-menu{
		width: 200px;
	}
}
