footer {
    background: #14171b;
    bottom: 0px;
    font-size: 12px;
    font-weight: 800;
    height: 130px;
    position: absolute;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .sprite {
	background-image: url(../images/sprites/header-footer@2x.png);
	background-repeat: no-repeat;
	background-size: 300px;
}

footer .center {
    margin: 0px auto;
    width: 1100px;
}

#footer-menu {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}

#footer-language {
	/* RESET */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-image:
		linear-gradient(45deg, transparent 50%, white 50%),
		linear-gradient(135deg, white 50%, transparent 50%);
	background-position:
		calc(100% - 10px) calc(1em + 1px),
		calc(100% - 5px) calc(1em + 1px);
	background-size:
		5px 5px,
		5px 5px;
	background-repeat: no-repeat;
	
	/* BOX STYLE */
	background-color: transparent;
	transparent;
	border: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	height: 30px;
	line-height: 30px;
	padding-right: 25px;
	margin-right: 5px;
	opacity: 1;
	position: relative;
	width: 90px;
}

#footer-language option {
    background: #14171b;
    color: #fff;
}

#footer-menu > .text-link {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 0px 10px;
}

#footer-follow {
	color: #fff;
	display: inline-block;
	padding-left: 10px;
}

#footer-copyright {
    color: #767e89;
    float: left;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 15px;
}

footer .social {
	background-color: #848d98;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    margin-top: 4px;
    transition: all 0.3s ease-out;
    vertical-align:top;
    width: 22px;
}

footer .social.twitter {
    background-position: -60px 0px;
}

footer .social.twitter:hover {
    background-color: #029EF5;
}

footer .social.facebook {
    background-position: -35px 0px;
}

footer .social.facebook:hover {
    background-color: #3A579A;
}

footer .social.youtube {
    background-position: -85px 0px;
}

footer .social.youtube:hover {
    background-color: #EB1900;
}

footer .social.flickr {
    background-position: -115px 0px;
}

footer .social.flickr:hover {
    background-color: #FF0080;
}

footer .social.instagram {
    background-position: -145px 0px;
}

footer .social.instagram:hover {
    background-color: #F98B23;
}