.footer{
	width: 100%;
	position: relative;
	background: url('./../img/footer_bg.jpg') center;
	background-size: cover;
}

.footer .dark_cover{
	background-color: rgba(38,38,42,0.8);
}

.footer > div:nth-child(1){
	position: relative;
	z-index: 5;
}

.footer > div:nth-child(1) > div{
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
	font-family: 'Roboto';
	padding: 90px 0;
	color: #cfcfce;
}

.footer_left{
	text-align: left;
	font-weight: 300;
	font-size: 16px;
}

.footer_middle{
	text-align: center;
}

.footer_middle .see_more1 > a{
	background-image:url('./../img/arr_up_icon.png');
	padding-top: 10px;
	padding-bottom: 10px;
	color: #e8e8e8;
	font-weight: 800;
	font-size: 12px;
}

.footer_right{
	text-align: right;
	font-weight: 300;
}

.footer_right > ul > li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.footer_right > ul > li a{
	margin-left: 25px;
}