


html, body {
	height: 100%;
	min-height: 700px;
	padding: 0;
	margin: 0;
	font-family: after_disaster;
}

* {
	outline: none;
}

a img {
	border: none;
}

.page {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.videoBg {
	position: absolute;
	top: 50%;
	left: 50%;
}

.videoBackup {
	position: absolute;
	top: 50%;
	left: 50%;
}

.logo {
	position: absolute;
	top: -20%;
	left: 0;
	width: 80%;
	text-align: center;
}

.grid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/grid.png'), url('../img/bottom.png') center bottom repeat-x;
}

.page-contents {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-left: -650px;
	width: 1300px;
	transition: .4s;
}


.fb{
	float: right;
	margin-top: 113px;
	text-align: right;
	transition: .4s;
	width: 100%;
}

.fb a {
	display: inline-block;
	margin-left: 29px;
	width: 51px;
	height: 51px;
	position: relative;
	transition: .4s;
}

.fb a img {
	position: relative;
}

.fb a:before {
	background: linear-gradient(#3b5998, #007fff);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	opacity: 0;
	transform: scale(.3);
	transition: .2s;
}

.fb a:hover:before {
	opacity: 1;
	transform: scale(1);
}

.yt{
	margin-top: 80px;
	text-align: right;
	transition: .4s;
	width: 100%;
}

.yt a {
	display: inline-block;
	margin-left: 29px;
	width: 51px;
	height: 51px;
	position: relative;
	transition: .4s;
}

.yt a img {
	position: relative;
}

.yt a:before {
	background: linear-gradient(#d51414, #a31c1c);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	opacity: 0;
	transform: scale(.3);
	transition: .2s;
}

.yt a:hover:before {
	opacity: 1;
	transform: scale(1);
}
 
.twitch{
	margin-top: 0px;
	text-align: right;
	transition: .4s;
	width: 100%;
}

.twitch a {
	display: inline-block;
	margin-left: 29px;
	width: 51px;
	height: 51px;
	position: relative;
	transition: .4s;
}

.twitch a img {
	position: relative;
}

.twitch a:before {
	background: linear-gradient(#6e00ff, #9800ff);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	opacity: 0;
	transform: scale(.3);
	transition: .2s;
}

.twitch a:hover:before {
	opacity: 1;
	transform: scale(1);
}
 
.bottom {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	transition: .4s;
	font-family: after_disaster;
}

.bottom .rules {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 278px;
	height: 93px;
	transition: .4s;
}

.bottom .donate {	
	position: absolute;
	bottom: 0;
	right: 0;
	width: 278px;
	height: 93px;
	transition: .4s;
}

.bottom .community {
	display: block;
	width: 498px;
	height: 139px;
	margin: 0 auto;
	position: relative;
	transition: .4s;
}

.bottom a {
	text-decoration: none;
}

.bottom a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	transition: .4s;
}

.bottom a:hover img {
	opacity: 1;
}

.bottom a span {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 40px;
	padding-top: 24px;
	letter-spacing: .05em;
}

.bottom .community span {
	font-size: 62px;
	bottom: 25px;
	position: absolute;
	line-height: .7;
}

.bottom .community span small {
	font-size: 30px;
	word-spacing: .4em;
}
/*.bottom .playNow span small:after {*/
	/*content: '';*/
	/*width: 100%;*/
    /*display: inline-block;*/
    /*font-size: 0;*/
    /*line-height: 0*/
/*}*/


.footer {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #84817a;
	transition: .4s;
}

.videoControlsOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.videoControls {
	position: absolute;
	left: 17px;
	top: 50%;
	z-index: 2;
	width: 51px;
	/*padding-top: 150px;*/
	margin-top: -389px;
	/*height: 20px;*/
}

.videoControls-volume {
	display: none;
	width: 3px;
	height: 240px;
	background: rgba(255, 255, 255, .6);
	margin: 150px auto 100px;
}

.videoControls-volume div {
	width: 15px;
	height: 15px;
	/*border-radius: 50%;*/
	/*background: #fff;*/
	position: relative;
	top: 168px;
	left: -6px;
	margin-top: -6px;
	/*overflow: hidden;*/
	cursor: pointer;
}

.videoControls-volume div:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

.videoControls-volume div:before {
	background: linear-gradient(#d51414, #a31c1c);
	content: '';
	display: block;
	height: 21px;
	width: 21px;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	transition: .4s;
	opacity: .8;
	transform: scale(.6);
}

.videoControls-volume div:hover:before {
	opacity: 1;
	transform: scale(1);
}


.videoControls-replay {
	position: relative;
	display: none;
}

.videoControls-replay:before {
	background: linear-gradient(#d51414, #a31c1c);
	content: '';
	display: block;
	height: 65px;
	width: 65px;
	position: absolute;
	left: -6px;
	top: -5px;
	border-radius: 50%;
	transition: .4s;
	opacity: 0;
	transform: scale(0);
}

.videoControls-replay:hover:before {
	opacity: 1;
	transform: scale(1);
}


.videoControls-replay a {
	position: relative;
	width: 51px;
	height: 54px;
	background: url('../img/replay.png');
	opacity: .6;
	transition: .4s;
	display: block;
}


.videoControls-replay a:hover {
	opacity: 1;
}




.popup:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}


.download {
	display: block;
	width: 83.6%;
	height: 87px;
	font-family: after_disaster;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 100px  auto 100px;
	transition: .4s;
}

.download-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	transition: .4s;
}

.download:hover .download-bg {
	opacity: 1;
}

.download-contents {
	display: block;
	position: relative;
}

.download-contents span {
	display: inline-block;
}

.download-contents span:nth-of-type(1) {
	position: absolute;
	left: 33px;
	top: 18px;
}

.download-contents span:nth-of-type(2) {
	padding-top: 19px;
}

.download-contents span:nth-of-type(3) {
	position: absolute;
	right: 33px;
	top: 24px;
}


@media all and (max-width: 1360px) {
	.page-contents {
		width: 98%;
		left: 0;
		margin-left: 0;
	}

	.social a {
		margin-left: 10px;
	}

	.bottom {
		left: 2%;
		right: 2%;
	}
}

@media all and (max-width: 1190px) {
	.bottom	.playNow {
		width: 41.81%;
		transition: width .4s;
	}

	.bottom	.rules,
	.bottom	.community {
		width: 23.34%;
	}
}

@media all and (max-width: 1100px) {
	.bottom	.playNow {
		width: 38%;
	}

	.bottom	.rules,
	.bottom	.community {
		width: 242px;
	}
}


@media all and (max-width: 1050px) {
	.social {
		margin-top: 270px;
		text-align: center;
		transition: margin .4s;
	}

	.popup-contents {
		width: 90%;
	}
}

@media all and (max-width: 865px) {
	.bottom	.playNow {
		width: 498px;
		margin-bottom: 30px;
	}

	.bottom	.rules,
	.bottom	.community {
		display: block;
		width: 242px;
		position: relative;
		left: 0;
		right: 0;
	}

	.bottom	.rules {
		float: left;
		margin-left: 10%;
	}

	.bottom	.community {
		float: right;
		margin-right: 10%;
	}
}

@media all and (max-width: 765px) {
	.bottom	.rules {
		float: left;
		margin-left: 5%;
	}

	.bottom	.community {
		float: right;
		margin-right: 5%;
	}
}


@media all and (max-width: 655px) {
	.logo {
		width: 100%;
		margin-left: 0;
	}
	.logo img {
		width: 100%;
	}

	.social {
		margin-top: 40%;
	}
}

@media all and (max-width: 655px) {
	.bottom	.playNow {
		width: 307px;
	}

	.bottom	.rules,
	.bottom	.community {
		float: none;
		margin: 0 auto;
		width: 307px;
	}

	.bottom	.rules {
		margin-bottom: 20px;
	}

	.logo {
		width: 527px;
		margin-left: -263px;
		position: absolute;
		left: 50%;
	}
	.social {
		margin-top: 200px;
	}

	body {
		min-height: 400px;
	}
}

@media all and (max-width: 560px) {
	.popup-contents {
		width: 99%;
	}
}

@media all and (max-width: 426px) {
	.download-contents span:nth-of-type(1),
	.download-contents span:nth-of-type(3){
		display: none;
	}
}

@media all and (max-width: 560px) {
	.download {
		width: 100%;
	}
}

@media all and (max-width: 655px) and (max-height: 740px) {
	.bottom	.playNow,
	.bottom	.rules {
		margin-bottom: 5px;
	}

	.footer {
		font-size: 8px;
	}
}

@media all and (max-height: 637px) {
	.popup-contents .popup-text {
		margin: 50px auto;
	}

	.download {
		margin: 50px auto;
	}
}

@media all and (max-height: 700px) {
	.footer {
		height: 50px;
		padding-top: 10px;
		bottom: 0;
		position: fixed;
		background: url('../img/bottom.png') center bottom repeat-x;
		box-shadow: 0 0 10px #000;
	}
}

