body {
	background-color: #000!important;
	scrollbar-face-color: #084056;
	scrollbar-shadow-color: #2d2c4d;
	scrollbar-highlight-color: #7d7e94;
	scrollbar-3dlight-color: #7d7e94;
	scrollbar-darkshadow-color: #2d2c4d;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #0cf;
	text-rendering: optimizeLegibility;
	background: 0 0;
	font-size: 100%
}

a {
	color: #fff;
	text-decoration: none;
}

input:focus {
	border-color: #009ee0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,158,224,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,158,224,.6)
}

.oh-dini{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 490px;
	height: 320px;
	background: transparent url('../images/oh-dini.png') no-repeat center top/cover;
	z-index: 10;
}

html[lang=en] .oh-dini {
	background: transparent url('../images/oh-dini-en.png') no-repeat center center/cover;
}

html[lang=fr] .oh-dini {
	background: transparent url('../images/oh-dini-fr.png') no-repeat center center/cover;
}

html[lang=es] .oh-dini {
	background: transparent url('../images/oh-dini-es.png') no-repeat center center/cover;
}

html[lang=tr] .oh-dini {
	background: transparent url('../images/oh-dini-tr.png') no-repeat center center/cover;
}

html[lang=pl] .oh-dini {
	background: transparent url('../images/oh-dini-pl.png') no-repeat center center/cover;
}

@media only screen and (max-width:1400px) {
.oh-dini{
	width: 400px;
	height: 260px;
}
}

@media only screen and (max-width:980px) {
.oh-dini{
	width: 300px;
	height: 200px;
}
}

@media only screen and (max-width:768px) {
.oh-dini{
	width: 200px;
	height: 130px;
}
}

.page-inner {
	bottom: 0;
	top: 0;
	color: rgba(255,255,255,0.9);
	overflow: hidden;
	background: #000 url('../images/background.jpg') no-repeat center center/cover !important;
	background-size: 100%;
	font-family: 'Lato', sans-serif;
	min-height: 820px;
}
.page-inner #description_content {
	font-size: 18px
}

.page-inner #description_content p {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
}

.page-inner #description_header {
	font: 700 35px/28px Alice, Arial, sans-serif;
	text-transform: none;
	text-shadow: 4px 4px 5px rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.5)
}

.page-inner #description_header h1 {
    font-size: 35px;
    line-height: 40px;
}

.page-inner #description_header h2 {
    font-size: 23px;
    line-height: 21px;
    color: #ddd;
}

#logo {
	top: 1%;
	opacity: .8;
	width: 100%;
	z-index: 10000;
	text-align: center
}
#logo img {
	width: 100%;
	max-width: 300px
}

#window_overlay {
	bottom: 0;
	top: 0;
	pointer-events: none;
	background: url(https://assets.landingpages.gamigo.com/RegAPI/images/layer2.png)
}

#window_overlay, .page-inner {
	right: 0;
	position: absolute;
	left: 0
}

#video_container, .fill_window {
	position: relative;
	height: 100%
}

.fill_window {
	width: 100%;
	padding: 0;
	margin: 0
}

#video_container {
	width: 100%;
	overflow: hidden;
}

#regform, #logo, #video_main {
	position: absolute
}

#regform {
	top: 20%;
	left: 48.1%;
	z-index: 9999;
	display: block !important;
}

#video_main {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	margin: auto
}

.btn_main {
	width: 30%;
	color: #35b8fe;
	float: left
}
.btn_main:hover {
	text-shadow: 0 0 2px #35b8fe, 0 0 5px #35b8fe
}

.btn_register {
	position: relative;
	top: 70%;
	text-align: center;
	display: none
}

@media screen and (max-width: 600px){
	.btn_register {
		left: 50%;
		margin-left: -180px;
	}
}

.green_button.btn_register {
	display: none;
}

.green_button {
    background: transparent url(../images/button.png) no-repeat center top;
    width: 330px;
    height: 110px;
    font: 700 31px/105px 'Alice',serif;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.85),0 0 7px rgba(0,0,0,.5);
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.green_button:hover {
    background-position: center bottom;
}

/*.capital{
	font-family: 'Cinzel Decorative', cursive;
}*/


/* --------- Screenshots / Description -------- */

#screenshots {
	border-right: 1px solid #000;
	margin-top: 0!important;
	top: 0;
	padding-top: 150px;
	text-align: right;
	float: left;
	left: -12%
}
#screenshots.open {
	left: 0
}
#screenshots a {
	width: 46%;
	float: right;
	position: relative;
	display: block;
	z-index: 2;
	margin: 0 2% 1% 0
}
#screenshots a .zooming {
	opacity: .01
}
#screenshots_container {
	float: right;
	width: 80%;
	margin-left: 20%
}
#description, #screenshots {
	height: 100%;
	width: 28%;
	opacity: 0;
	-webkit-transition: opacity .22s, left .22s, right .22s;
	-ms-transition: opacity .22s, left .22s, right .22s;
	-moz-transition: opacity .22s, left .22s, right .22s;
	transition: opacity .22s, left .22s, right .22s;
	position: absolute
}
#description.open, #screenshots.open {
	opacity: 1;
	z-index: 5001
}
#screenshots a img {
	width: 100%;
	border: 1px solid rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	transition: all .2s
}
#screenshots a img:hover {
	width: 100%;
	border: none;
	border: 1px solid rgba(0,0,0,.9);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
}
#screen_large {
	position: absolute;
	z-index: 1;
	width: 0
}
#screen_large>.inner {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
#screen_large img {
	position: absolute;
	z-index: 2;
	width: 100%;
	box-shadow: 2px 2px 8px #000
}
img:-moz-loading {
visibility:hidden
}
#screen_large.enlarged {
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transition-timing-function: ease-out;
	width: 36%
}
#screen_large.hidden {
	display: none
}
#center_content {
	position: absolute;
	top: 0;
	left: 50%;
	width: 400px;
	height: 100%;
	margin: 0 -200px;
	text-align: center;
}
#description {
	border-left: 1px solid #000;
	margin-top: 0!important;
	top: 0;
	right: -12%;
	padding-top: 150px;
	float: left
}
#description.open, #footer {
	right: 0
}
#description_content, #description_header {
	width: 96%;
	max-width: 420px;
	margin: 0 auto
}
#description_header {
	font-size: 2em;
	margin-bottom: .6em
}

#screen_description {
	text-align: center;
	background-color: rgba(0,0,0,.5);
	border-color: transparent;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 3px;
	position: absolute;
	width: 99.7%;
	opacity: 0
}

#description, #screenshots {
	background-color: rgba(0,0,0,.5)
}

#description_header, .page-inner #description_content {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

#description_header h1 {
    font-size: 42px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 0px;
}
#description_header h2 {
	font-size: 23px;
	line-height: 21px;
	color: #ddd;
	margin-top: 10px;
}
#description_content p {
	padding-bottom: 10px;
	font-size: 17px;
	line-height: 22px;
}
#description_content ul {
    margin: 10px 0 0 0px;
    padding: 0px;
}
#description_content li {
	font-size: 17px;
    padding: 0px 0px 15px 50px;
    list-style: none;
    background: transparent url('../images/bullet.png') no-repeat left top;
    background-size: 39px 25px;
}


@media only screen and (max-width:768px) {

	#description, #screenshots {
		background-color: rgba(0,0,0,.75)
	}

	#description_header h1 {
		font-size: 32px;
		line-height: 30px;
		font-weight: 900;
		margin-bottom: 0px;
	}
	#description_header h2 {
		font-size: 18px;
		line-height: 17px;
		color: #ddd;
		margin-top: 8px;
	}
	.page-inner #description_content p {
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 17px;
	}
	#description_content ul {
		margin: 10px 0 0 0px;
		padding: 0px;
	}
	#description_content li {
		font-size: 14px;
		padding: 0px 0px 15px 44px;
		margin-left: 0px;
	}
}

@media screen and (max-height: 749px){
	#description {
		padding-top: 50px;
	}
}

@media screen and (min-height: 750px){
	#description {
		padding-top: 100px;
	}
}

@media screen and (min-height: 900px){
	#description {
		padding-top: 150px;
	}
}

/* -------------- Video Controls -------------- */

.video_ctrls {
	float: left;
	display: block;
	cursor: pointer;
}
.video_ctrls>#mute {
	background: transparent url(https://assets.landingpages.gamigo.com/RegAPI/images/gamigo-icons.png) no-repeat scroll -70px 0px;
	width: 30px;
	height: 30px
}
.video_ctrls>#mute:hover {
	background-position: -70px -30px;
}
.video_ctrls>#mute.muted {
	background-position: -70px -60px;
	width: 30px;
	height: 30px
}
.video_ctrls>#mute.muted:hover {
	background-position: -70px -90px
}
.video_ctrls>#stop {
	background: transparent url(https://assets.landingpages.gamigo.com/RegAPI/images/gamigo-icons.png) no-repeat scroll -100px 0px;
	width: 30px;
	height: 30px
}
.video_ctrls>#stop:hover {
	background-position: -100px -30px
}
.video_ctrls>#stop.stopped {
	background-position: -100px -60px;
	width: 30px;
	height: 30px
}
.video_ctrls>#stop.stopped:hover {
	background-position: -100px -90px
}
.video_ctrls>div {
	margin: 0 auto
}

.video_ctrls {
	width: 5%
}


/* -------------- Footer -------------- */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	background: rgba(0,0,0,.5);
	text-align: center;
	z-index: 15;
}
#footer #btn_group {
	margin: 5px auto 0;
	width: 100%;
	position: relative;
	z-index: 5002
}
#footer_bottom {
	text-align: center;
	margin: -5px auto;
	width: 525px;
	position: relative
}
#footer_copyright {
	float: left;
	display: block;
	font-size: 10px;
	color: #cccccc;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 52px
}
#footer_copyright a {
	color: #cccccc
}

#publisher_logo {
	display: block;
    background: url(https://assets.landingpages.gamigo.com/RegAPI/images/gamigo-icons.png) 0 -120px no-repeat;
    width: 90px;
    height: 30px;
	float: left;
	position: absolute;
    top: 48px;
    left: 10px;
	z-index: 66;
}
#footer_copyright a:hover {
	text-decoration: underline;
	color: #fff!important
}

#footer_screenshots {
	float: left
}
#footer_description {
	float: right
}
#footer_description.btn_main, #footer_login.btn_main, #footer_screenshots.btn_main {
	color: #fff;
	font-size: 15px;
	font-family: 'Lato';
    font-weight: 700;
}

#footer_login img {
	margin: 0 .3em;
	display: inline-block
}
#footer_login img.disabled {
	opacity: .3
}

#footer_login {
	opacity: 0;
	visibility: visible
}
#footer_login div.disabled {
	opacity: .3
}

#footer>#footer_bottom {
	margin-top: -15px!important
}

@media only screen and (max-width:1400px) {
body {
	font-size: 85%
}
}

@media only screen and (max-width:1080px) {
#description_content {
	font-size: .8em
}
}

@media only screen and (min-device-width :768px)and (max-device-width :1024px)and (orientation :landscape) {
#description {
	font-size: 80%
}
}
@media only screen and (min-width :980px)and (max-width :1199px) {
#description, #screenshots {
	width: 40%
}
}

@media only screen and (max-width :980px) {
#description, #screenshots {
	width: 50%
}
}

@media only screen and (max-width:768px){
#mmorpg{
	width: 130px;
	height: 210px;
}	
}

@media only screen and (min-width:2300px) {
.btn_register {
	bottom: 250px
}
}

@media only screen and (min-width:2500px) {
body {
	font-size: 170%
}
#description, #screenshots {
	padding-top: 320px;
	font-size: 24px
}
#description_content, #description_header {
	max-width: 520px
}
#footer {
	height: 170px
}
#footer_copyright {
	font-size: 24px
}
#publisher_logo {
	left: -126px;
	top: 39px
}
}

#center_content{
	z-index: 10;
}

/* responsive */

/*	.page-inner {
		bottom: 0;
		top: 0;
		color: rgba(255,255,255,0.9);
		overflow: hidden;
		background: transparent url('../images/background-forest.jpg') no-repeat center top;
		background-size: 100%;
		font-family: 'Lato', sans-serif;
		min-height: 820px;
	}
	
	@media screen and (min-width: 1200px) and (max-width: 1440px){
		.page-inner{
			height: 880px;
    		background-size: 1440px 1045px;
			overflow: hidden;
		}
	}
	
	@media screen and (min-width: 980px) and (max-width: 1199px){
		.page-inner{
			height: 830px;
    		background-size: 1200px 876px;
			overflow: hidden;
		}
	}
	
	@media screen and (min-width: 768px) and (max-width: 979px){
		
		.page-inner{
			height: 810px;
			background-size: 1100px 805px;
			overflow: hidden;
		}
		#footer{
			bottom: 14px;
		}
	}

	@media screen and (max-width: 767px){
		
		.page-inner{
			background-size: 900px 652px;
			height: 653px;
			min-height: 653px;
		}
		#logo {
    		top: 3%;
		}
		#logo img {
			width: 50%;
			max-width: 300px;
		}
		#regform {
    		top: 9%;
		}
		#footer {
    		position: absolute;
    		bottom: 0px;
		}
	}*/
