.footer {
		width:100%;
/*		background: #07080d;*/
}
.game-btn .footer {
		background: #525c8f2e;
}
.footerCont {
	border-top: solid 1px #192030;
	border-bottom: solid 1px #040407;
	padding:18px;
}

.footerCont > div.bottom-menu {
	width:1446px;
	margin:0 auto;
	text-align:center;
	color: #d0d0d0;
}

.footer .bottom-copy {
	border-top: solid 1px #af8453;
	padding:40px 0 60px 0;
	text-align:center;
	font-size:12px;
	color: #8b8b8b;
}
.footer .bottom-copy > .copy {
	width: 1446px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .payment {
	background:url(/static/images/web/res.png) 0 -97px no-repeat;
	width:473px;
	height:54px;
}.footer .foot-logo {
	width: 364px;
/*	height:34px;*/
}
.footerCont > div.bottom-menu > span {
	position:relative;
	margin:0 20px;
}
.footerCont > div.bottom-menu > span > b{
	    color: #e0ae75;
}
.footerCont > div.bottom-menu > span:not(.nolink) {
	cursor:pointer;
}.footerCont > div.bottom-menu > span:not(.nolink):hover {
	text-decoration:underline;
	color: #f9af19;
}
.footerCont > div.bottom-menu > span:not(:last-child):after {
	display:inline-block;
	position:absolute;
	background: #d0d0d0;
	top:10%;
	right:-22px;
	content:"";
	width:2px;
	height:80%;
}
.quickMenuCont {
	background:#1d1d1d;
	border-top: solid 1px #2e2e2e;
	width:100%;
	padding:26px 0;
	text-align:center;
	font-size:0;
}
.quickMenuCont .quickMenu {
	display:inline-block;
	background: url(/static/images/web/res2.png) 0 0 no-repeat;
	width:70px; height:70px;
	margin: 0 5px;
	cursor:pointer;
	transition: filter 0.2s ease-out;
    -webkit-transition:  filter 0.2s ease-out;
    background-size:600%;
}
.quickMenuCont .quickMenu:hover {
	filter:brightness(130%);
}
.quickMenuCont .quickMenu.cross {
	background-position: 40% 0;
}
.quickMenuCont .quickMenu.wol {
	background-position: 0 0;
}
.quickMenuCont .quickMenu.uoh {
	background-position: 20% 0;
}
.quickMenuCont .quickMenu.special {
	background-position: 60% 0;
}
.quickMenuCont .quickMenu.live {
	background-position: 80% 0;
}
.quickMenuCont .quickMenu.sadari {
	background-position: 100% 0;
}
.quickMenuCont .quickMenu.dari {
	background-position:40% 40%;
}
.quickMenuCont .quickMenu.dal {
	background-position:0 40%;
}
.quickMenuCont .quickMenu.powerball {
	background-position:0 20%;
}
.quickMenuCont .quickMenu.power-sadari {
	background-position:20% 20%;
}
.quickMenuCont .quickMenu.kino-sadari {
	background-position:40% 20%;
}
.quickMenuCont .quickMenu.mgm-oe {
	background-position:60% 20%;
}
.quickMenuCont .quickMenu.mgm-baccarat {
	background-position:80% 20%;
}
.quickMenuCont .quickMenu.bet365-soccer {
	background-position:100% 20%;
}
.quickMenuCont .quickMenu.seven {
	background-position:60% 40%;
}
.quickMenuCont .quickMenu.casino {
	background-position:20% 40%;
}



