.red-menu {
	position: relative;
	background: #e20000;
	height: 100px;
	/*top: 532px;*/
	z-index: 5;
	display: table;
	width: 100%;
}
.red-menu:before {
	/*content: '';*/
	position: absolute;
	background: url(../png/sprites.png) no-repeat;
	background-position: -210px -160px;
	width: 38px;
	height: 47px;
	display: inline-block;
	top: 53px;
	left: -38px;
}
.red-menu:after {
	/*content: '';*/
	position: absolute;
	background: url(../png/sprites.png) no-repeat;
	background-position: -250px -160px;
	width: 34px;
	height: 47px;
	display: inline-block;
	top: 53px;
	right: -34px;
}
.red-menu ul {
	display: table-row;
	width: 100%;
	height: 100%;
}
.red-menu ul li {
	display: table-cell;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
}
.red-menu ul li:hover {
	background-color: #FF0505;
}
.red-menu ul li a {
	display: block;
	height: 100%;
	padding-top: 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.red-menu ul li a:before {
	content: '';
	margin: 0px auto;
	position: absolute;
	top: 18px;
	left: 50%;
}
.red-menu ul li a:after {
	content: '';
	background: url(../png/sprites.png) no-repeat;
	background-position: -10px -160px;
	width: 8px;
	height: 73px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 14px;
}

.red-menu ul li:last-child a:after {
	display: none;
}
@media only screen and (max-width: 959px) {
	.red-menu {
		/*top: 387px;
		height: 78px;
		width: 700px;*/
	}
	.red-menu:before, .red-menu:after {
		top: 31px;
	}
	.red-menu ul li {
		/*width: 20% !important;*/
	}
	.red-menu ul li a {
		padding-top: 50px;
		font-size: 14px;
		line-height: 1;
	}
	.red-menu ul li a:before {
		margin-top: -10px;
	}
	.red-menu ul li a:after {
		top: 4px;
	}
	.red-menu ul li.red-topup a:after {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.red-menu {
		/*top: 418px;
		width: 100%;*/
	}
	.red-menu:before, .red-menu:after {
		display: none;
	}
	.red-menu ul li a {
		font-size: 12px;
	}
}