.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.sb-description {
	border-color: rgba(34,34,34, 0.45);
	background: rgba(34,34,34, 0.75);
	transition: 0.25s;	
	z-index: 10;
}

.sb-description h3 {
	color: #fff;
	transition: 0.25s;
}

.sb-slider li.sb-current .sb-description:hover{
	background: rgba(34,34,34, 0.45);
	border-color: #d82827;
}

.sb-slider li.sb-current .sb-description:hover h3 {
	color: #d82827;
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: rgba(34,34,34,0.833) url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);	    
}


.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	background-position: bottom left;
}

.nav-arrows a:first-child:hover{	
	background-position: bottom right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #000,
		inset 0 0 0 8px #d82827;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

.nav-dots span {
	background: #000;
}


/***********************************/
.game_slide_links_wrapper {
	height:calc(100% - 78px);
	position:relative;	
}

.game_slide_links {
	display:none;
	transition: 0.5s;
	height:100%;
	position:absolute;
	width:100%;
	top:0;
	background: rgba(255,255,255,0.1);
	margin-top:10px;	
	padding: 15px;	
	transition: 0.5s;
}

.game_slide_links a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 3em;
    font-weight: 700;
	border-bottom: 3px solid transparent;
}

.game_slide_links a:hover {
	border-color: #d82827;
	color: #d82827;
}



.about_block  span, .review_block span{
	color: #d82827;
	border-bottom: 3px solid #d82827;
	font-size: 2em;
}

.about_block  p{
	color: #fff;
	margin-bottom: 0.5em;
}

.about_block  p a{
	color: #d82827;
	text-decoration: underline;
}

.gameServiceHeader {
	background: rgba(255,255,255,0.1);	
}

.gameService{
	text-align: center;
	line-height: 3em;
    font-weight: 700;
	color: #fff;	
	position: relative;
	cursor: pointer;
	transition: 0.25s;
	text-transform: uppercase;
}

.gameService:after {
	content:"";
	position: absolute;
	bottom: -1.5rem;
	width:100%;
	height:0;
	left: 0;
	right: 0;
	transition: 0.25s;
	background-color: #d82827;
}

.gameService:hover, .gameService.activeService {
	color: #d82827;
}

.gameService:hover:after, .gameService.activeService:after {
	height: 3px;
}

.gameService p{
	font-size: 16px;
}

.gameServiceBlock input:not([type=radio]), .gameServiceBlock select, .gameServiceBlock submit {
	padding: 5px 15px;
	color: #222;
}

.gameServiceBlock span {
	color: #d82827;
	font-weight: 700;
	padding-right: 2em;
}

.gameServiceBlock span#comm_type {
	padding-left: 3em;
}

.gameServiceBlock h3 {
	text-align:center;
	color: #d82827;
}

.btn-primary {
	background-color: #d82827;
    border-color: #d82827;
	opacity: 0.75;
}

.btn-primary:hover {
	opacity: 1;
}

input, button, textarea {
	outline-color: #d82827;
}

.gameServiceBlock label {
	font-weight: 700;
}

.no_reviews {
	text-align: center;
	text-decoration:underline;
	color: #fff;
	opacity: 0.6;
}

.bx-imopenlines-config-sidebar-logo {
display:none;
}