@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

body {
	margin: 0px;
	/* height: 900px; */
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: white;
	overflow: auto;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A9A9A9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A9A9A9;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A9A9A9;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #A9A9A9;
}

.content_divider {
	position: relative;
	top: 0px;
	width: 100%;
	height: 1px;
	background: white;
}

#nav_bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 106px;
	background: #ffffff;
}

#nav_middle_container {
	position: relative;
	top: 0px;
	left: 50%;
	width: 1040px;
	height: auto;
	margin-left: -520px;
}
#clouds {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 411px;
	height: 83px;
}


#ignis_logo {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 206px;
	height: 74px;
	background: url('../images/ignis_logo.png');
	cursor: pointer;
}

#featured {
	position: relative;
	/* top: 0px; */
	/* left: 0px; */
	width: 100%;
	height: 51%;
	background: url('../images/hero-compressed.png');
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position: center center; */
	background-position-x: -73px;
	background-position: 0px -129px;
	overflow: visible;
}

#games_content {
	position: relative;
	padding-top: 20px;
	/* bottom: 84px; */
	/* left: 50%; */
	width: 100%;
	/* height: 497px; */
	/* margin-left: -520px; */
	display: flex;
	justify-content: space-around;
}

#loginform {
	height: 93px;
}

#game_block_1 {
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	margin: 5px;
	cursor: default;
	background-color: #dfdfdf;
	width: 25%;
}

#game_block_1:hover {

}

#game_block_1:hover > .game_play_big{
    display: block;
}

#game_block_2 {
	/* position: absolute; */
	background: url('../images/mob-underground-banner.png');
	cursor: default;
	background-color: #dfdfdf;
	width: 25%;
	background-size: contain;
	background-repeat: no-repeat;
}

#game_block_2:hover {
}

#game_block_2:hover > .game_play_big{
    display: block;
}

#game_block_3 {
	cursor: default;
	background-color: #dfdfdf;
	width: 25%;
}

#game_block_3:hover {

}

#game_block_3:hover > .game_play_small{
    display: block;
}


.game_play_big {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -82px;
	margin-left: -112px;
	width: 225px;
	height: 164px;
	background: url('../images/play_cloud_big.png');
	display: none;
	cursor: pointer;
	font-family: Verdana;
}

.game_play_small {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* margin-top: -60px; */
	/* margin-left: -80px; */
	/* display: none; */
	cursor: pointer;
	width: 100%;
	padding-top: 50%;
}

.play_header_big {
	font-size: 20px;
	color: #29A3DB;
	position: relative;
	top: 72px;
	left: 0px;
	text-align: center;
	font-weight: bold;
}

.game_name_header_big {
	position: relative;
	top: 75px;
	left: 21px;
	width: 190px;
	text-align: center;
}

.play_header_small {
	font-size: 16px;
	color: #29A3DB;
	position: relative;
	top: 50px;
	left: 59px;
	font-weight: bold;
}

.game_name_header_small {
	position: relative;
	top: 55px;
	left: 18px;
	width: 130px;
	text-align: center;
	font-size: 11px;
}

.background_blur {
	position: absolute;
	top: -83px;
	left: 0px;
	width: 100%;
	height: 200%;
	background: black;
	opacity: 0.4;
	display: none;
}

#notification_background_blur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
	display: none;
}

#register_account {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top: -260px;
	height: 520px;
	background: white;
	display: none;
	box-shadow: 8px 10px 14px 5px #00000096;
}

#register_account_close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}

#register_desc {
	position: absolute;
	top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana;
	font-size: 15px;
	font-style: italic;
	color: gray;
}

#bottom_content {
	position: relative;
	top: 50px;
	left: 50%;
	width: 1040px;
	height: 250px;
	margin-left: -520px;
}

.blue_cloud {
	width: 34px;
	height: 25px;
	background: url('../images/blue_cloud_small.png');
}

.divider_line {
	width: 409px;
	height: 1px;
	background: url('../images/divider_line.png');
	position: relative;
	top: -20px;
}

#our_games_container {
	float: left;
	width: 50%;
	font-family: Verdana;
}

#our_games_header {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: -25px;
	left: 40px;
}

#our_games_content {
	font-size: 12px;
	color: #0C5A82;
	position: relative;
	top: -10px;
	left: 40px;
}

#chimera_container {
	float: left;
	width: 50%;
	font-family: Verdana;
}

#chimera_header {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: -25px;
	left: 40px;
}

#chimera_content {
	font-size: 12px;
	color: #0C5A82;
	position: relative;
	top: -10px;
	left: 40px;
}

.game_link {
	cursor: pointer;
	text-decoration: underline;
}

#tip_msg {
	position: absolute;
	top: 20px;
	left: 230px;
	height: 70px;
	width: 305px;
	color: red;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.fb_login_button {
	position: absolute !important;
	top: 23px;
	left: 1017px;
}

#e_username {
	position: absolute;
	top: 15px;
	left: 359px;
	width: 235px;
	height: 42px;
	font-size: 13px;
	font-weight: normal;
}

#e_password {
	position: absolute;
	top: 15px;
	left: 605px;
	width: 235px;
	height: 42px;
	font-size: 13px;
	font-weight: normal;
}

#password {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;

}

#passwordStrength {
	position: absolute;
	top: 164px;
	left: 325px;
	width: 70px;
	height: 25px;
	font-family: Verdana;
	font-size: 15px;
}

#confirmpassword {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;
	
}

#confirmPasswordStrength {
	position: absolute;
	top: 224px;
	left: 325px;
	width: 70px;
	height: 25px;
	font-family: Verdana;
	font-size: 15px;
}

#firstname {
	position: absolute;
	top: 280px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;
	
}

#lastname {
	position: absolute;
	top: 340px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;
	
}

#email {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;
	
}

#emailValid {
	position: absolute;
	top: 104px;
	left: 325px;
	width: 70px;
	height: 25px;
	font-family: Verdana;
	font-size: 15px;
}

#submit {
	position: absolute;
	top: 15px;
	left: 850px;
	background-color: #e33500;
	border: none;
	width: 133px;
	height: 42px;
	opacity: 1;
	cursor: default;
	color: #ffffff;
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

#login_or {
	position: absolute;
	top: 31px;
	left: 992px;
	color: #333333;
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

#remember_me_container {
	position: absolute;
	top: 60px;
	left: 357px;
	color: #333333;
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: 500;
}

#forgot_password {
	position: absolute;
	top: 61px;
	left: 607px;
	text-decoration: underline;
	cursor: pointer;
	color: #333333;
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: 500;
}

#register_account_link {
	position: absolute;
	top: 63px;
	left: 850px;
	cursor: pointer;
	color: #333333;
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}

#register {
	background: #e33500;
	border: none;
	width: 200px;
	height: 45px;
	position: absolute;
	bottom: 20px;
	left: 100px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
}

#support_popup {
	top: 30%;
	left: 50%;
	margin-left: -330px;
	display: none;
}

#copyright {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 1040px;
	height: 15px;
	margin-left: -520px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color: #8F9297;
}

#notification_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -300px;
	width: 600px;
	height: 100px;
	background: white;
	display: none;
}

#notification_container_close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}

#tip_msg {
	position: absolute;
	height: 20px;
	width: 100%;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.tip_success {
	color: #0E608B;
}

.tip_error {
	color: red;
}

.alert-error {
	color: red;
}

.alert-success {
	color: green;
}

.alert-info {
	color: gray;
}

#pwdreset_background_blur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
}

#pwdreset_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -300px;
	width: 600px;
	height: 170px;
	background: white;
}

#pwdreset_container_close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}

#pwdreset_msg {
	position: absolute;
	height: 20px;
	width: 100%;
	top: 30px;
	left: 35px;
	margin-top: -10px;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: gray;
}

#password_reset {
	position: absolute;
	top: 50px;
	left: 35px;
	width: 250px;
	height: 34px;
	font-size: 125%;
	font-weight: bold;
	

}

#passwordResetStrength {
	position: absolute;
	top: 85px;
	left: 125px;
	width: 70px;
	height: 14px;
	font-family: Verdana;
	font-size: 10px;
}

#confirmpassword_reset {
	position: absolute;
	top: 50px;
	left: 315px;
	width: 250px;
	height: 34px;
	font-size: 125%;
	font-weight: bold;
	

}

#confirmPasswordResetStrength {
	position: absolute;
	top: 85px;
	left: 400px;
	width: 70px;
	height: 15px;
	font-family: Verdana;
	font-size: 10px;
}

#resetpassword {
	background: #0C5A82;
	border: none;
	width: 175px;
	height: 33px;
	position: absolute;
	bottom: 20px;
	left: 35px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
	border-radius: 6px;
}

#pwdrequest_background_blur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
	display: none;
}

#pwdrequest_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -300px;
	width: 600px;
	height: 170px;
	background: white;
	display: none;
	box-shadow: 5px 5px 16px 4px #000000a6;
}

div#pwdrequest_container {}

#pwdrequest_container_close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}

#pwdrequest_msg {
	position: absolute;
	height: 20px;
	width: 100%;
	top: 30px;
	left: 35px;
	margin-top: -10px;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: gray;
}

#pwdrequest_email {
	position: absolute;
	top: 50px;
	left: 35px;
	width: 250px;
	height: 34px;
	font-size: 125%;
	font-weight: bold;
	

}

#requestpassword {
	background: #e33500;
	border: none;
	width: 175px;
	height: 33px;
	position: absolute;
	bottom: 20px;
	left: 35px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
}

#notloggedin_background_blur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
	display: none;
}

#notloggedin_container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top: -200px;
	height: 400px;
	background: white;
	display: none;
	box-shadow: 5px 5px 14px 6px black;
}

#notloggedin_container_close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}

#notloggedin_msg {
	position: absolute;
	top: 40px;
	left: 20px;
	margin-right: 10px;
	font-family: Verdana;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: gray;
}

#lg_email {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;
	

}

#lg_password {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 300px;
	height: 34px;
	font-size: 150%;
	font-weight: bold;
	

}

#lg_forgot_password {
	position: absolute;
	top: 200px;
	left: 20px;
	color: gray;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}

#lg_or {
	position: absolute;
	top: 290px;
	left: 170px;
	font-family: Verdana;
	font-weight: bold;
	color: gray;
	font-size: 25px;
}

#lg_login {
	background: #e33500;
	border: none;
	width: 200px;
	height: 35px;
	position: absolute;
	bottom: 140px;
	left: 100px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	/* border-radius: 6px; */
	text-align: center;
}

#lg_register_account_link {
	background: #e33500;
	border: none;
	width: 200px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	left: 100px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	/* border-radius: 6px; */
	text-align: center;
}

#header_left_arrow {
	position: absolute;
	top: 12px;
	left: 315px;
	width: 20px;
	height: 60px;
	background: url('../images/topbar/left_arrow.png');
	cursor: pointer;
	display: none;
}

#header_right_arrow {
	position: absolute;
	top: 12px;
	left: 726px;
	width: 20px;
	height: 60px;
	background: url('../images/topbar/right_arrow.png');
	cursor: pointer;
}

#logout_button {
	position: absolute;
	top: 27px;
	left: 803px;
	width: 210px;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-align: right;
}

#player_name {
	position: absolute;
	top: 19px;
	left: 458px;
	font-family: Ubuntu;
	font-size: 21px;
	/* width: 135px; */
	text-overflow: ellipsis;
	color: black;
	/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
	text-align: center;
}

#contact_support_button {
	position: absolute;
	top: 50px;
	left: 953px;
	height: 22px;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	width: 60px;
	text-overflow: ellipsis;
	color: #0F517A;
	background: white;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

#support_popup
{
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -328px;
	color: white;
	background: url('../images/ui/support_block.jpg');
	width: 659px;
	height: 414px;
	display: none;
	font-size: 12px;
	z-index: 5;
}

#support_popup_close {
	position: absolute;
	top: 10px;
	right: 13px;
	display: block;
	width: 20px;
	height: 15px;
	cursor: pointer;
}

#support_popup_msg
{
	position: absolute;
	top: 95px;
	font-weight: bold;
	border-radius: 10px;
	width: 363px;
	height: 166px;
	left: 279px;
}

#support_popup_submit {
	position: absolute;
	top: 272px;
	right: 28px;
	display: block;
	width: 134px;
	height: 49px;
	cursor: pointer;
}

#game_buttons {
	position: absolute;
	top: 12px;
	left: 340px;
	height: 60px;
	width: 384px;
	overflow: hidden;
}

#game1_button {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/mob_icon.png');
	cursor: pointer;
}

#game2_button {
	position: absolute;
	top: 0px;
	left: 64px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/hero_icon.png');
	cursor: pointer;
}

#game3_button {
	position: absolute;
	top: 0px;
	left: 128px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/ren_icon.png');
	cursor: pointer;
}

#game4_button {
	position: absolute;
	top: 0px;
	left: 192px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/merc_icon.png');
	cursor: pointer;
}

#game5_button {
	position: absolute;
	top: 0px;
	left: 256px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/lore_icon.png');
	cursor: pointer;
}

#game6_button {
	position: absolute;
	top: 0px;
	left: 256px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/zombie_icon.png');
	cursor: pointer;
}

#game7_button {
	position: absolute;
	top: 0px;
	left: 320px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/syndicate_icon.png');
	cursor: pointer;
}

#game8_button {
	position: absolute;
	top: 0px;
	left: 448px;
	height: 61px;
	width: 61px;
	background: url('../images/topbar/jutsu_icon.png');
	cursor: pointer;
}

#logout_link {
	text-decoration: underline;
	cursor: pointer;
}
.captcha_popup{
	position:fixed;
	width: 205px;
	height: 100px;
	top: 240px;
	left: 270px;
	background: black;
	opacity: 0.80;
	filter:alpha(opacity=80);
	border: 1px solid red;	
}
.captcha_popup_g{
	position:fixed;
	/*width: 205px;*/
	/*height: 100px;*/
	top: 50%;
	left: 50%;
}