.footer{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding-right:10px;
	color: #FFF;
	height:90px;
	overflow:hidden;
	position:absolute;
}

.footer-left,
.footer-center,
.footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-left{
	padding-top:9px;
	float:left;
	padding-left:30px;
	position:absolute;
}

.footer-center{

}

.footer-right{
	padding-top:9px;
	position: absolute;
	right: 0;
}

.footer-right-box{
	width: 180px;
	padding-bottom:14px;
	float:left;
}

.footer a{
	display: block;
	line-height: 1.4;
	text-decoration: none;
	color: #FFF;
}

.footer a:hover{
	text-decoration: underline;
}

.footer-title{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.footer-bloc{
	display: inline-block;
	padding-left: 4px;
}



@media only screen and (max-width: 1200px){
	
	.footer-left{
		display:none!important;
	}
	.footer-logo{
		text-align:left!important;
	}
}


@media (max-width: 900px) {
	
	.footer{
		height:auto;
		overflow:auto;
		position:static;
	}

	.footer, .footer-logo{
		text-align:center!important;
	}

	.footer-right-box{
		text-align:left!important;
	}

	.footer-right{
		position:initial;
	}

	.footer-center{
		display: none;
	}
	
}
