footer {
	background: #014B74;
	padding: 0px 0px 30px 0px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.14px;
	position: fixed;
	left: 0;
	bottom: 78px;
	width: 100%;
}
footer h5{
	font-size: 18px;
	font-weight: 400;
	color: #BE9E44;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 50px;
}

footer a{
	color: #FFF;
}
footer a:hover{
	color: #BE9E44;
}
footer ul{
}
footer ul li{
	list-style: none;
}
footer ul li a{
	display: inline-block;
	padding: 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	position: relative;
}
footer ul li a:hover{
	padding: 7px 7px 7px 15px;
}
footer ul li a:before{
	position: absolute;
	content:"";
	width: 2px;
	height: 0px;
	left: 0;
	background: #BE9E44;
	top: 0;
	opacity: 0;
	transition: all .6s ease;
}
footer ul li a:hover:before{
	height: 100%;
	opacity: 1;
	transition: all .6s ease;
}

footer ul.footer-socials li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #ED3237;
	transition: all .3s ease;
}

footer ul.footer-socials li a {
	background-color: #FFF;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	color: #BE9E44;
	position: relative;
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	padding: 3px 0px 0px 0px;
}
footer ul.footer-socials li a:before{
	display: none;
}
footer ul.footer-socials li a:hover {
	background-color: #BE9E44;
	color: #FFF;
	padding: 3px 0px 0px 0px;
}
.footer-bottom{
	padding: 30px 10px;
	background: #012A41;
	text-align: center;
	color: #A7A7A7;
	margin-bottom: 0px;
	font-size: 13px;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
}
.footer-bottom a{
	color: #BE9E44;
}
.footer-bottom a:hover{
	color: #FFF;
}
@media (max-width:1020px){
	footer, .footer-bottom{
		position: relative;
		left: inherit;
		bottom: inherit;
	}
}

@media (max-width:767px){
	footer h5{
		margin-top: 30px;
	}
}