footer{
	position: fixed;
	bottom:0px;
	width: 100%;
	background:#fff;
	background: url(../img/body-main-bg.png) 0 0 repeat rgba(32, 28, 25, 0.77);
    box-shadow: 0 0 18px 8px rgba(255, 151, 62, 0.1);
    background-color: rgba(32, 28, 25, 0.77);
    z-index: 999;
}
footer:before{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:15px;
	background-image: url('../img/layout-footer-divider.png');
}
.footer_slider{
	height:95px;
	padding: 15px;
}
.footer_box{
	display: flex;
	margin:0 auto;
}
.footer_img a{
	width: 70px;
	height: 70px;
}
.footer_text{
	padding-top:10px;
	padding-left:10px;
}
.footer_text p{
	font-size: 12px;
	color:#ffcf86;
	line-height: 1.333;
	padding-right: 15px;
}
.footer_text span{
	font-size: 12px;
	color:#f7e4d6;
	line-height: 1.333;
}
.footer_text a{
	font-size: 12px;
	color:#ffcf86;
	border-bottom: 1px solid #ffcf86;
}
.footer_text a:hover{
	border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
	footer{
		display: none;
	}
}