#footer {
	border-top: 1px solid #ebebeb;
	background: #333333;
	color: #999999;
	padding-top: 60px;
}

#footer * {
	color: #999999;
}

#footer ul,
#footer li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer strong {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
}

#footer .title {
	font-weight: normal;
	margin-bottom: 30px;
	display: block;
	font-weight: 500;
	font-size: 1.2em;
}

#footer .list-footer-contacts i {
	padding: 10px 15px;
	background: black;
	font-size: 18px;
	width: 48px;
	text-align: center;
}

#footer li {
	margin-bottom: 15px;
}

#footer .list-footer-contacts li {
	clear: both;
	float: left;
	width: 100%;
}

#footer li i {
	float: left;
}

#footer li span {
	float: left;
	width: 80%;
	margin-left: 15px;
	margin-top: -4px;
}

#footer .menu a {
	text-transform: uppercase;
}

#footer .menu a:hover {
	color: #337ab7;
}

#menu-footer-3 li:last-child {
	margin-top: 30px;
	font-weight: 500;
	font-size: 1.1em;
}

#menu-footer-3 li:last-child a {
	color: #ffffff;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(97, 98, 100);
	background: rgba(97, 98, 100, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(97, 98, 100, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

#cookie_access_form {
	width: 100%!important;
}