﻿.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #000000;
	color: #8393a8;
	text-align: center;
	z-index: 99999;
	text-transform: uppercase;
}

#empowered-by-wrapper
{
	position: absolute;
	bottom: 51px;
	width: 100%;
	left: 0;
	line-height: 49px;
	pointer-events: none;
	font-family: 'Open Sans',sans-serif;
}


.foot-menu {
	max-width: 1066px;
	margin: auto;
	padding: 30px 50px 28px 50px;
	position: relative;
}

.foot-menu ul {
	padding-left: 0px;
	margin: 0;
}

.foot-menu li {
	float: left;
	margin-right: 25px;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #8393a8;
	list-style-type: none;
}

.foot-menu li a {
	opacity: 1;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #8393a8;
	text-decoration: none;
}

.foot-menu li a:hover {
	text-decoration: none;
	color: white;
}

.foot-menu li:last-child {
	float: right;
	margin-right: 0px;
}

@media (max-width: 500px)
{
	.foot-menu {
		max-width: 1066px;
		margin: auto;
		padding: 30px 20px 28px 20px;
	}
}

@media (max-width: 380px) {
	.foot-menu li:last-child {
		margin-top: 5px;
	}
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #262d35;
	border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
	background-color: #10141c;
}

::-webkit-scrollbar-track {
	background-color: #10141c;
}

::-webkit-scrollbar-corner {
	background-color: #10141c;
}
