/* -----
reset
----- */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,a,*{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
	font:inherit;
}
del,ins{
	text-decoration:none;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup,sub{
	vertical-align:baseline;
}

html, body {
	margin:0;
	padding:0;
	background: #010d1b;
	font-family: "Arial",sans-serif;
	text-align: center;
	color: #a8916d;
	font-size: 5vw;
}

.logo{
	width: 100%;
	min-height: 7em;
	text-align: center;
	background:url('../../i/mobile_index/logo.png') no-repeat top center;
	background-size: contain;
}

.logo_en{
	width: 100%;
	min-height: 7em;
	text-align: center;
	background:url('../../i/mobile_index/logo_en.png') no-repeat top center;
	background-size: contain;
}

.head {
	width: 100%;
	height: 100px;
	text-align: center;
	background:url('../../i/mobile_index/bg_head.png') no-repeat top center;
	background-size: auto 100px;
	font-family: 'Roboto Slab', serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px!important;
	position: relative;
}

.btn_home{
	position: absolute;
	width: 10em;
	height: 4em;
	left: calc(50% - 5em);
}

.btn_home a:focus{
	outline: none;
}

.btn_home img{
	width: 100%;
	height: 100%;
}

.res_health{
	position: absolute;
	width: 40px;
	height: 35px;
	padding-top: 20px;
	left: calc(50% - 145px);
	bottom: 0px;
	display: inline-block;
	background:url('../../i/mobile_index/bg_health.png') no-repeat top center;
	background-size: contain;
}

.res_GoldAndDiamonds{
	position: absolute;
	left: calc(50% - 72px);
	bottom: 3px;
	width: 144px;
}

.res_GoldAndDiamonds img{
	width: auto;
	height: 1.2em;
	margin: .27em .2em 0 0;
	float: left;
}

.res_GoldAndDiamonds_half{
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .8em;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.7em;
	display: inline-block;
}

.gold{
	float: left;
}

.diamonds{
	float: right;
}

.res_mana{
	position: absolute;
	width: 40px;
	height: 35px;
	padding-top: 20px;
	right: calc(50% - 145px);
	bottom: 0px;
	display: inline-block;
	background:url('../../i/mobile_index/bg_mana.png') no-repeat top center;
	background-size: contain;
}

.menu {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 0;
}

.menu div{
	background:url('../../i/mobile_index/bg_btn_menu.png') no-repeat top;
	background-size: contain;
	width: calc(100% / 3);
	display: inline-block;
	position: relative;
	padding: calc(50% / 3) 0;
}

.menu div img{
	width: 35%;
	position: absolute;
	top: 25%;
	left: calc(50% - 35% / 2);
}

.menu div span{
	position: absolute;
	text-align: center;
   	width: 100%;
	font-family: 'Roboto Slab', serif;
	font-size: .8em;
	font-weight: 700;
	text-shadow: 0px 2px 3px #000000;
	top: 70%;
	left: 0;
}

/*Глобальный свиток*/
.scroll_global{
	margin: 0 auto;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-weight: 700;
	position: relative;
	border: 1px solid #9a7e56;
}

.scroll_global a{
	width: 95%;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	padding: .5em;

	background:url('../../i/mobile_index/btn_tile_blue.png') repeat-x ;
	background-size: contain;
}

.scroll_global span{
	float: left;
	display: inline-block;
}

.scroll_global img{
	width: auto;
	height: 1.2em;
	margin: .1em 0 0 .5em;
	float: right;
	display: inline-block;
}
/*Конец глобального свитка*/


/*Внутренний свиток*/
.scroll{
	width: 95%;
	margin: .25em auto;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	background: #0d1a20;
	color: #a8916d;
	border: 1px solid #85734f;
	border-left: none;
	border-right: none;
}

.scroll a{
	width: auto;
	display: block;
	padding-left: 20px;
}
/*Конец внутреннего свитка*/

/*Дополнительный свиток*/
.scroll_plus{
	width: 100%;
	margin: .5em auto;
	text-align: left;
	font-weight: 400;
	text-transform: none!important;
	position: relative;
	color: #a8916d;
	/*border: 1px dotted white;*/
}

.scroll_plus a{
	margin-bottom: .5em;
	display: block;
	background: none;
	/*border: 1px dotted red;*/
	padding-bottom: 1em!important;
}

.scroll_plus img{
	width: auto;
	height: 1em;
	margin: .25em .5em 0 0;
	float: left;
	/*border: 1px dotted yellow;*/
}
/*Конец дополнительный свитка*/

/*Дополнительный свиток по центру*/
.scroll_plus_center{
	text-align: center;
}

.scroll_plus_center a{
	display: block;
}

.scroll_plus_center img{
	width: auto;
	height: 1em;
	position: absolute;
	left: calc(50% - .3em);
}
/*Конец дополнительный свитка по центру*/

.scroll_content{
	width: 95%;
	margin: 0 auto;
	text-align: left;
	text-transform: none;
	line-height: 1.7em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: .8em;
	color: #daa55b;
	padding: 10px 0;
	border-bottom: 1px solid #3e3625;
}

.scroll_content img, .scroll_content_half img{
	width: auto;
	height: 1.2em;
	margin: .25em .5em 0 0;
	float: left;
}

.scroll_content_withoutUnderline{
	border: none;
}

.scroll_content_withoutPadding{
	border: none;
	padding: 0;
}

.scroll_content_withoutPaddingWithUnderline{
	padding: 0 0 10px 0;
}

.guild_armourers{
	margin-left: 1.5em!important;
}

.scroll_content div, .scroll_content_half div{
	float: right;
	font-family: 'Roboto Slab', serif;
	color: #ffffff;
	font-weight: 700;
}

.scroll_content #first{
	margin-left: .5em;
	font-weight: 700;
	color: #ffffff;
}

.scroll_content #second{
	margin-left: .5em;
	font-weight: 400;
	color: #77a4bc;
}

.scroll_content #third{
	margin-left: .5em;
	font-weight: 400;
	color: #81c947;
}

/*Блок характеристик*/
.block_inventory{
	width: 95%;
	background:url('../../i/mobile_index/fabric_bg.png');
	margin: 0 auto;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-weight: 400;
	position: relative;
	border: none;
	padding: .5em 0;
}

.inventory_slot img{
	width: calc(83% / 9);
	height: auto;
	display: inline-block;
	background: #1d1d22;
	border: 1px solid #9a7e56;
	margin: .3em .1em 0 .1em;
}

.block_inventory_separator{
	width: 95%;
	height: 7px;
	background:url('../../i/mobile_index/fabric_separator.png') repeat-x;
	margin: 0 auto;
}
/*Конец блока характеристик*/

/*Контент в два столбца*/
.scroll_content_half{
	width: 43%;
	margin: auto 3%;
	text-align: left;
	text-transform: none;
	line-height: 1.7em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: .8em;
	color: #daa55b;
	padding: 10px 0;
	border-bottom: 1px solid #3e3625;
	display: inline-block;
}
/*Конец Контент в два столбца*/

.hide{
	margin: 1em auto;
}

/* Блок армия */
.block_army{
	background: none;
	margin: 1em auto;
}

.army_slot{
	width: calc(85% / 7);
	display: inline-block;
	background: #1d1d22;
	border: 1px solid #9a7e56;
	padding-bottom: .2em;
	font-family: 'Roboto Slab', serif;
	/*color: #ffffff;*/
	font-weight: 400;
}

.army_slot img{
	max-width: 100%;
	height: auto;
}
/* Конец Блок армия */

.log_reg{
	text-transform: uppercase;
	margin: 30px 0;
	color: #2f4b57;
	text-align: center;
}

a, a:visited{
	color: #b69b66;
	text-decoration : none;
}

a:hover{
	color: #ecca87;
	text-decoration : none;
}

.form_field{
	background:#171717;
	border: 2px solid #ae7e4e;
	color:#bbbbbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding: 5px;
	margin: 0px;
	max-width: 90%;
	height: 40px;
	text-align: center;

	border-radius: 6px;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px;

	transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration:  0.3s;
}

.form_field:focus {
	outline: none;
	border: 2px solid #ffffff;
}

.formFieldContainer{
	position: relative!important;
	width: 90%;
	margin-bottom: .5em;
}

.form_input_field_Container{
	width: 100%;
	margin: 0;
	background: 
		url('../../i/mobile_index/formFieldCorner_lt.png') top left no-repeat, 
		url('../../i/mobile_index/formFieldCorner_rt.png') top right no-repeat, 
		url('../../i/mobile_index/formFieldCorner_lb.png') bottom left no-repeat, 
		url('../../i/mobile_index/formFieldCorner_rb.png') bottom right no-repeat;
	background-size: contain, contain, contain, contain;
	background-color: #0f0e0d;	
	border: 1px solid #b38c50;
	border-radius: .2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.form_input_field{
	background-color: transparent;
	border: none;
	color: #d0b185;
	font-size: 125%;
	margin: .5em;
}

.form_input_field:focus{
	border: none;
	box-shadow: none;
}

*:focus {
    outline: none;
}

.form_input_button_Container{
	width: 100%;
	background: 
		url('../../i/mobile_index/corner_lt1.png') top left no-repeat, 
		url('../../i/mobile_index/corner_rt1.png') top right no-repeat, 
		url('../../i/mobile_index/corner_lb1.png') bottom left no-repeat, 
		url('../../i/mobile_index/corner_rb1.png') bottom right no-repeat,
		url('../../i/mobile_index/btn_tile_red.png') repeat-x;
	;
	background-size: 10%, 10%, 10%, 10%, contain;
	background-color: #0f0e0d;	
	border: 1px solid #b38c50;
	border-radius: .2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	text-align: left;

	position: relative;
	top: 0;
	text-align: center;
}

.form_input_button2_Container{
	background: 
		url('../../i/mobile_index/corner_lt1.png') top left no-repeat, 
		url('../../i/mobile_index/corner_rt1.png') top right no-repeat, 
		url('../../i/mobile_index/corner_lb1.png') bottom left no-repeat, 
		url('../../i/mobile_index/corner_rb1.png') bottom right no-repeat,
		url('../../i/mobile_index/btn_tile_blue.png') repeat-x;
	;
	background-size: 10%, 10%, 10%, 10%, contain;
}

.btn_enter{
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	color: #b38c50;
	cursor: pointer;
	font-size: 125%;
	text-transform: uppercase;
	padding: .8em 0;
	font-weight: bold;
}

.separator{
	background:url('../../i/mobile_index/separator.png') no-repeat center center;
	background-size: contain;
	width: 90%;
	min-height: 40px;
}


@media screen and (orientation: landscape){ 
	.logo{
		width: 100%;
		min-height: 2em;
	}

	.logo_en{
		width: 100%;
		min-height: 2em;
	}

	.formFieldContainer{
		width: 50%;
		margin: .2em;
	}

	.form_input_field{
		font-size: 50%;
		margin: .5em;
	}

	.btn_enter{
		width: 100%;
		height: 100%;
		background: transparent;
		border: none;
		color: #b38c50;
		cursor: pointer;
		font-size: 60%;
		text-transform: uppercase;
		padding: .6em 0;
	}

	.separator{
		width: 50%;
		min-height: .5em;
	}
}


/*Corners*/
.lt{
	width: 40px;
	height: 40px;
	background:url('../../i/mobile_index/corner_lt.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0px;
}

.rt{
	width: 40px;
	height: 40px;
	background:url('../../i/mobile_index/corner_rt.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}

.lb{
	width: 40px;
	height: 40px;
	background:url('../../i/mobile_index/corner_lb.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.rb{
	width: 40px;
	height: 40px;
	background:url('../../i/mobile_index/corner_rb.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


.corners{
	background:
		url('../../i/mobile_index/corner_lt.png') no-repeat left top,
		url('../../i/mobile_index/corner_rt.png') no-repeat right top,
		url('../../i/mobile_index/corner_lb.png') no-repeat left bottom,
		url('../../i/mobile_index/corner_rb.png') no-repeat right bottom;
	background-size: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
}

.сopy{
	width: 100%;
	height: 30px;
	margin: 0 auto;
	font-size: .7em;
	position: absolute;
	bottom: -6px;
}

.lt1{
	width: 15px;
	height: 15px;
	background:url('../../i/mobile_index/corner_lt1.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0px;
}

.rt1{
	width: 15px;
	height: 15px;
	background:url('../../i/mobile_index/corner_rt1.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}

.lb1{
	width: 15px;
	height: 15px;
	background:url('../../i/mobile_index/corner_lb1.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.rb1{
	width: 15px;
	height: 15px;
	background:url('../../i/mobile_index/corner_rb1.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.lt2{
	width: 13px;
	height: 13px;
	background:url('../../i/mobile_index/corner_lt2.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0px;
}

.rt2{
	width: 13px;
	height: 13px;
	background:url('../../i/mobile_index/corner_rt2.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}

.lb2{
	width: 13px;
	height: 13px;
	background:url('../../i/mobile_index/corner_lb2.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.rb2{
	width: 13px;
	height: 13px;
	background:url('../../i/mobile_index/corner_rb2.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/* ARMY *********************************************************************************************************************************************************************************************************************************************************************/

.creature_preview{
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
}

.creature_preview img{
	width: 100%;
	height: auto;
}

