
.top_close_open {
	display: none !important;
}


.special_top {
    width: 100% ;
	background: url(../Images/Sport/SpecialGames/headers/header_new.png) top center no-repeat ;
    height: 500px;
	overflow: hidden !important;
	position: relative;
}


.special_slider {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0;
	/*transition: all .3s ease;*/
}
.special_slider.loaded {
	opacity: 1;
}
#cubeTransition {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
}

.cubeTransition-div {
	min-height: 100%;
	width: 100%;
	position: absolute;
	
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	color: #fff;
	visibility: hidden;
	transition:opacity 5ms;
}

.cubeTransition-div-a {
	width: 100%;
	height: 500px;
	display: block;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 0;
}


.page1 {

}

.page2 {
	background: #dc6c5f;
}




.visible{
	visibility: visible !important;
}

.rotateCubeTopOut {
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	animation: rotateCubeTopOut .6s both ease-in;
	-webkit-animation: rotateCubeTopOut .6s both ease-in;
}

.rotateCubeTopIn {
	transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	animation: rotateCubeTopIn .6s both ease-in;
	-webkit-animation: rotateCubeTopIn .6s both ease-in;
}

.rotateCubeBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeBottomOut .6s both ease-in;
	animation: rotateCubeBottomOut .6s both ease-in;
}

.rotateCubeBottomIn {
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: rotateCubeBottomIn .6s both ease-in;
	animation: rotateCubeBottomIn .6s both ease-in;
}


@keyframes rotateCubeTopOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;	
	}
	
}

@-webkit-keyframes rotateCubeTopOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
	
}

@keyframes rotateCubeTopIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes rotateCubeTopIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes rotateCubeBottomOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes rotateCubeBottomOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes rotateCubeBottomIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@-webkit-keyframes rotateCubeBottomIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*
@keyframes rotateCubeTopOut {
	50% {
		animation-timing-function: ease-out;
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}

	100% {
		opacity: .3;
		transform: translateY(-100%) rotateX(90deg);	
	}
	
}

@-webkit-keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);	
	}
	
}

@keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		transform: translateY(100%) rotateX(-90deg);
	}

	50% {
		animation-timing-function: ease-out;
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}
}

@-webkit-keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}
}

@keyframes rotateCubeBottomOut {
	50% {
		animation-timing-function: ease-out;
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}

	100% {
		opacity: .3;
		transform: translateY(100%) rotateX(-90deg);
	}
}

@-webkit-keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
	}
}

@keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		transform: translateY(-100%) rotateX(90deg);
	}

	50% {
		animation-timing-function: ease-out;
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}
}
@-webkit-keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}
}
*/
#bullets {
	position: absolute;
	width: 100%;
	top: 203px;
	padding: 0;
	margin: 0;
	text-align: center;
}


.special_games_lock {
	background: url(../Images/Sport/SpecialGames/spg_slider_lock.png);
	
	width: 18px;
	height: 16px;
	display: inline-block;
    margin-bottom: 5px;
    margin-left: 3px;
	cursor: pointer;
}






.special_games_lock.locked {
	background-position: 5px -0px;
}
.special_games_lock.locked:hover {
	background-position: 5px -15px;
}
.special_games_lock.unlocked {
	background-position: -15px -0px;
}
.special_games_lock.unlocked:hover {
	background-position: -16px -15px;
}



#bullets li {
	display: inline-block;
	margin: 0 3px;
    width: 15px;
    height: 15px;
    background: url(../Images/main_slider_page.png);
    margin-bottom: 5px;
	cursor: pointer;
}

#bullets li:hover {
	background-position: bottom;
}

#bullets li.active {
	background-position: bottom;
}

.credit {
	position: absolute;
	bottom: 24px;
	right: 24px;
	margin: 0;
	z-index: 1;

}

.credit a {
	color: #fff;

	text-decoration: none;
}

