*{
	line-height: 1.05;
}
body{
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #000;
	font-family: Arial, Sans Serif;
}
.black-contour{
	text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000;
}
#limits{
	width: 1366px;
	height: 600px;
	position: relative;
	z-index: 10;
	transform-origin: 0 0 0;
}
#pages-top{
	position: fixed;
	background-image: url(img/pages-top.jpg);
	width: 1366px;
	height: 67px;
	z-index: 15;
	display: none;
	transform-origin: 0 0 0;
}
#top-title{
	position: absolute;
	top: 7px;
	left: 915px;
	color: #f3f3f3;
}
#top-title .game-descr{
	font-size: 12px;
	text-transform: lowercase;
}
#top-title .game-title{
	font-size: 33px;
	text-transform: uppercase;
}
#act-panel-cont{
	position: fixed;
	top: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-image: url(img/gray80.png);
	display: none;
}
#act-panel{
	background-image: url(img/flag.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 25;
	width: 916px;
	height: 412px;
	left: 0px;
	top: 0px;
	display: block;
}
#act-panel:before{
	content: "";
	background-image: url(img/gerb.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	width: 255px;
	height: 316px;
	left: 330px;
	top: 50px;
}
#act-panel-close{
	background-image: url(img/arrow-left.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 32px;
	left: 37px;
	top: 37px;
	padding: 0 0 0 40px;
	font-size: 24px;
	text-transform: uppercase;
	color: #F8A50A;
	line-height: 34px;
	cursor: pointer;
}
input.text{
	display: block;
	width: 240px;
	height: 36px;
	border: none;
	background-color: transparent !important;
	background-image: url(img/white50.png) !important;
	text-align: center;
	color: #571D00;
	font-size: 16px;
}
#login-panel{
	padding: 0;
	position: absolute;
	left: 30px;
	top: 85px;
}
#login-name-input{
	position: absolute;
	left: 40px;
	top: 0px;
}
#login-pass-input{
	position: absolute;
	left: 40px;
	top: 75px;
}
#login-panel .login-button{
	color: #F9A60A;
	font-size: 28px;
	border: 2px solid #F9A60A;
	padding: 12px 45px;
	position: absolute;
	left: 87px;
	top: 185px;
	cursor: pointer;
}
#login-panel .wrong_pass_link{
	color: #ededed;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 40px;
	top: 50px;
	white-space: nowrap;
	display: none;
}
#login-panel .wrong_pass_link span{
	color: #F9A60A;
	text-decoration: underline;
	cursor: pointer;
}
#login-panel .remember_pass_link{
	color: #ededed;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	width: 240px;
	text-align: center;
	left: 40px;
	top: 265px;
	white-space: nowrap;
	color: #F9A60A;
	text-decoration: underline;
	cursor: pointer;
}
#login-panel .autologin_link{
	font-size: 15px;
	line-height: 36px;
	font-weight: normal;
	position: absolute;
	left: 40px;
	top: 135px;
	white-space: nowrap;
	color: #F9A60A;
	cursor: pointer;
	text-transform: lowercase;
}
#login-panel .enter_pass_link{
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 75px;
	white-space: nowrap;
	color: #F9A60A;
	cursor: pointer;
	width: 310px;
	text-align: center;
	text-decoration: underline;
}
#reg-panel{
	position: absolute;
	width: 285px;
	height: 274px;
	text-align: left;
	left: 565px;
	top: -30px;
}
#existed-email{
	color: #f3f3f3;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 3px;
	display: none;
}
#existed-name{
	color: #f3f3f3;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 85px;
	display: none;
}
#reg-email-input{
	position: absolute;
	left: 0px;
	top: 27px;
}
#reg-name-input{
	position: absolute;
	left: 0px;
	top: 109px;
}
#reg-rules-checkbox{
	width: 31px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 165px;
}
#reg-rules-link{
	position: absolute;
	left: 37px;
	top: 165px;
	color: #f3f3f3;
	font-size: 14px;
	font-weight: bold;
}
#reg-rules-link a{
	color: #F9A60A;
	text-decoration: underline;
}
#reg-button{
	color: #F9A60A;
	font-size: 28px;
	border: 2px solid #F9A60A;
	padding: 12px 45px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
}






#maps-panel{
	padding: 0;
	position: absolute;
	left: 30px;
	top: 85px;
	width: 330px;
	font-size: 15px;
	font-weight: normal;
	color: #F9A60A;
	z-index: 10;
}
#maps-panel .map-select-title{
	text-align: center;
	margin: 5px 0 10px;
}
#maps-panel .map-select-title span{
	font-size: 26px;
	color: #FCAD0A;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
}
#maps-panel .map-select-title span.selected{
	color: #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
#maps-panel .map-descr{
	display: none;
}
#selected-map-descr-cont{
	padding: 0;
	position: absolute;
	left: 550px;
	top: -50px;
	width: 300px;
	height: 340px;
	z-index: 9;
	cursor: pointer;
}
#selected-map-descr{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 280px;
	overflow: auto;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #F9A60A;
	z-index: 9;
	text-align: center;
}
#selected-map-button{
	color: #F9A60A;
	font-size: 28px;
	border: 2px solid #F9A60A;
	padding: 10px 45px;
	position: absolute;
	z-index: 10;
	left: 60px;
	bottom: 0px;
	display: none;
}
.checkbox-empty{
	background-image: url(img/checkbox-empty.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 33px;
}
.checkbox-checked{
	background-image: url(img/checkbox-checked.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 33px;
}
#top-gerb{
	background-image: url(img/main-gerb.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 56px;
	height: 68px;
	position: absolute;
	top: -1px;
	left: 1px;
	cursor: pointer;
}
#top-enter-button{
	background-color: #dcab03;
	width: 141px;
	height: 69px;
	position: absolute;
	top: 0px;
	left: 1186px;
	border-radius: 2px;
	cursor: pointer;
}
#top-menu{
	position: absolute;
	top: 15px;
	left: 100px;
}
#top-menu .site-menu{
	color: #f3f3f3;
	position: absolute;
	width: 150px;
	text-align: center;
	font-size: 21px;
	line-height: 22px;
	color: #DBAB03;
	padding: 0 0 21px 0;
	background-image: url(img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	text-transform: uppercase;
}
#top-menu .site-menu-up{
	background-image: url(img/arrow-up.png);
}
#top-menu .mi-players{
	left: 0px;
}
#top-menu .mi-articles{
	left: 150px;
}
#top-menu .mi-forum{
	left: 300px;
}
#top-menu .mi-about{
	left: 515px;
}
#top-menu .mi-home{
	left: -1000px;
	color: #f3f3f3;
}
.site-pages{
	opacity: 0;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.site-pages.visible{
	opacity: 1;
	z-index: 1;
}
#canvas1{
	position: fixed;
	top: 0px;
	left: 0px;
}
#short-stat-container{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 290px;
	height: 70px;
	color: #fff;
}
#short-stat-flash{
	display: none;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 51px 13px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 51px 13px rgba(255,255,255,1);
	box-shadow: 0px 0px 51px 13px rgba(255,255,255,1);
	opacity: 0.8;
	filter: alpha(Opacity=80);
}
#short-stat-container:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.40;
	filter: alpha(Opacity=40);
}
#short-stat{
	position: relative;
	z-index: 2;
}
#short-stat > div{
	text-align: center;
	padding: 10px;
	display: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: lowercase;
	color: #f3f3f3;
	text-shadow: 1px 1px 0px #333;
}
#short-stat > div > p{
	font-weight: bold;
	font-size: 16px;
	color: #FEFE02;
	margin: 3px 0px 0px;
}
#main-bottom{
	background-image: url(img/main-bottom.png);
	width: 1366px;
	height: 127px;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0px;
}
#elka{
	display: block;
	position: absolute;
	left: 265px;
	top: -500px;
	width: 462px;
	height: 512px;
	background-image: url(img/elkac.png);
}
#oldruswarslink{
	background-image: url(img/oldruswarslink.png);
	width: 235px;
	height: 49px;
	position: absolute;
	top: -55px;
	left: 0px;
}
#victory{
	background-image: url(img/victory.png);
	width: 188px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 65px;
}
#lang-container{
	width: 60px;
	height: 44px;
	position: absolute;
	top: 69px;
	left: 33px;
	cursor: pointer;
}
#lang-select-container{
	position: absolute;
	z-index: 100;
	bottom: 50px;
	left: -10px;
	background-color: #2C1C10;
	padding: 5px;
	border-radius: 2px;
	transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transition: all 0.2s linear;
	cursor: default;
}
#lang-select-container.visible{
	transform: rotateX(0);
}
#lang-select-container .sheme-item{
	background-position: 5px center;
	background-repeat: no-repeat;
	height: 44px;
	line-height: 50px;
	color: #DCAB03;
	font-size: 18px;
	padding: 5px 15px 5px 85px;
	cursor: pointer;
}
#lang-select-container .sheme-item:hover{
	outline: 1px solid #DCAB03;
	background-color: #3F200A;
}
#main-title{
	position: absolute;
	top: 6px;
	left: 200px;
	color: #f3f3f3;
}
#main-title .game-descr{
	font-size: 12px;
	text-transform: lowercase;
}
#main-title .game-title{
	font-size: 33px;
	text-transform: uppercase;
}
#main-gerb{
	background-image: url(img/main-gerb.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 56px;
	height: 68px;
	position: absolute;
	top: 1px;
	left: 440px;
	cursor: pointer;
}
#main-enter-button{
	background-color: #dcab03;
	width: 141px;
	height: 69px;
	position: absolute;
	top: -2px;
	left: 614px;
	border-radius: 2px;
	cursor: pointer;
}
#main-enter-button > div, #top-enter-button > div{
	font-size: 21px;
	font-weight: normal;
	color: #301701;
	text-shadow: 0px 0px 1px #cea37e, 0px 0px 1px #cea37e, 0px 0px 1px #cea37e;
	text-align: center;
	margin: 22px 0 0 0;
}
#short-news{
	width: 555px;
	height: 65px;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 785px;
	overflow: hidden;
}
#short-news .main-news-date{
	color: #f8a80a;
	font-style: italic;
	font-size: 12px;
	margin-right: 1em;
}
#short-news .main-news-text{
	padding: 0px;
	color: #dcab03;
	font-size: 16px;
	white-space: nowrap;
	max-height: 3em;
	overflow: hidden;
}
#short-news .main-news-text a{
	color: #dcab03;
	text-decoration: underline;
}
#full-news-anchor{
	width: 563px;
	height: 0px;
	position: absolute;
	z-index: 1;
	bottom: 36px;
	left: 781px;
}
#full-news{
	background-image: url(img/full-news-middle.png);
	width: 563px;
	height: 500px;
	position: absolute;
	z-index: 999;
	/*bottom: 36px;*/
	left: 781px;
	display: none;
	transform-origin: 0 0 0;
}
#full-news:before{
	content: "";
	display: block;
	background-image: url(img/full-news-top.png);
	width: 563px;
	height: 11px;
	position: absolute;
	z-index: 2;
	top: -11px;
	left: 0px;
}
#full-news:after{
	content: "";
	display: block;
	background-image: url(img/full-news-bottom.png);
	width: 563px;
	height: 15px;
	position: absolute;
	z-index: 2;
	bottom: -15px;
	left: 0px;
}
#full-news-bg{
	background-color: #301701;
	background-image: url(img/tiled.png);
	width: 554px;
	height: 450px;
	margin: auto;
	position: relative;
	top: -6px;
}
#full-news-content{
	overflow: auto;
	height: 100%;
}
#hide-full-news{
	width: 195px;
	height: 33px;
	position: absolute;
	z-index: 5;
	bottom: -12px;
	left: 185px;
	background-color: #dcab03;
	background-image: url(img/arrow-down-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
#show-full-news{
	width: 195px;
	padding-top: 15px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 966px;
	background-color: #dcab03;
	background-image: url(img/arrow-up-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
#full-news .main-news-date{
	padding: 5px 1em 0px;
	color: #f8a80a;
	font-style: italic;
	font-size: 12px;
}
#full-news .main-news-text{
	padding: 0px 1em 25px;
	color: #dcab03;
	font-size: 16px;
}
#full-news .main-news-text a{
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: underline;
}
#full-news .main-news-text:first-letter{
	color: #f14c03;
	font-family: 'cyrillic_old';
	font-size: 22px;
}
#main-menu{
	position: absolute;
	top: 80px;
	left: 97px;
}
#main-menu .site-menu{
	color: #f3f3f3;
	position: absolute;
	width: 150px;
	text-align: center;
	font-size: 21px;
	line-height: 22px;
	color: #DBAB03;
	padding: 0 0 21px 0;
	background-image: url(img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	text-transform: uppercase;
}
#main-menu .mi-players{
	left: 0px;
}
#main-menu .mi-articles{
	left: 150px;
}
#main-menu .mi-forum{
	left: 300px;
}
#main-menu .mi-about{
	left: 515px;
	color: #f3f3f3;
}
#about-panel{
	background-image: url(img/about-panel-middle.png);
	width: 669px;
	height: 500px;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
}
#about-panel:before{
	content: "";
	display: block;
	background-image: url(img/about-panel-top.png);
	width: 669px;
	height: 11px;
	position: absolute;
	z-index: 2;
	top: -11px;
	left: 0px;
}
#about-panel:after{
	content: "";
	display: block;
	background-image: url(img/about-panel-bottom.png);
	width: 669px;
	height: 13px;
	position: absolute;
	z-index: 2;
	bottom: -13px;
	left: 0px;
}
#about-panel-bg{
	/*background-color: #301701;*/
	background-image: url(img/tiled.png);
	width: 657px;
	height: 450px;
	margin: auto;
	position: relative;
	z-index: 3;
	top: -6px;
	left: -2px;
}
#about-panel-content{
	overflow: auto;
	height: 100%;
	color: #dcab03;
	position: relative;
}
#about-panel-content h3{
	margin: 0;
	padding: 0.8em 0.5em 0.5em;
	font-family: 'cyrillic_old';
	font-size: 32px;
}
#about-panel-content p, #about-panel-content ol{
	margin: 1em 1em;
}
#about-panel-content p, #about-panel-content li{
	font-size: 20px;
}
#about-panel-content p:first-letter{
	color: #f14c03;
	font-family: 'cyrillic_old';
	font-size: 28px;
}
#about-buttons{
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 697px;
	background-color: #2F1702;
}
#about-buttons > div{
	font-size: 20px;
	margin: 0;
	padding: 20px 10px;
	background-color: #2F1702;
	color: #dba903;
	cursor: pointer;
}
#about-buttons > div.selected{
	color: #2F1702;
	background-color: #dba903;
}
#party-select{
	padding: 0;
	position: absolute;
	left: 20px;
	top: 70px;
	font-size: 15px;
	font-weight: normal;
	color: #F9A60A;
}
#party-select .title{
	font-size: 32px;
	font-weight: normal;
	color: #f3f3f3;
	text-transform: uppercase;
}
#party-select #russian-descr{
	position: absolute;
	width: 280px;
	height: 307px;
	text-align: center;
	left: 30px;
	top: 0px;
	cursor: pointer;
}
#party-select #nomad-descr{
	position: absolute;
	width: 280px;
	height: 327px;
	text-align: center;
	left: 570px;
	top: -20px;
	cursor: pointer;
}
.select-party-button{
	width: 160px;
	color: #F9A60A;
	font-size: 22px;
	border: 2px solid #F9A60A;
	padding: 8px 0;
	position: absolute;
	z-index: 10;
	left: 58px;
	bottom: 0px;
}
#rempass-panel{
	position: absolute;
	width: 285px;
	height: 300px;
	text-align: left;
	left: 585px;
	top: 60px;
}
#rempass-panel .email-not-found{
	color: #f3f3f3;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#rempass-email-input{
	position: absolute;
	left: 0px;
	top: 30px;
}
#rempass-panel .rempass-note{
	position: absolute;
	left: 0px;
	top: 82px;
	color: #F9A60A;
	font-size: 15px;
}
#rempass-rules-checkbox{
	width: 31px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 160px;
}
#rempass-rules-link{
	position: absolute;
	left: 37px;
	top: 160px;
	color: #f3f3f3;
	font-size: 15px;
	font-weight: bold;
}
#rempass-rules-link a{
	color: #F9A60A;
	text-decoration: underline;
}
#rempass-button{
	width: 160px;
	color: #F9A60A;
	font-size: 28px;
	border: 2px solid #F9A60A;
	padding: 8px 0;
	position: absolute;
	z-index: 10;
	left: 58px;
	bottom: 0px;
	text-align: center;
	cursor: pointer;
}
#players{
	background-image: url(img/gray80.png);
}
#rating-table-cont{
	overflow: auto;
	position: absolute;
	width: 100%;
}
table.rating-table{
	width: 100%;
}
table.rating-table td, table.rating-table th{
	color: #f3f3f3;
	font-size: 22px;
	font-weight: bold;
	padding: 1px 10px;
	text-align: left;
}
table.rating-table th{
	text-transform: lowercase;
	font-size: 18px;
}
table.rating-table tr.top-selected td{
	background-image: url(img/green20.png);
	color: #ffcc00;
}
tr.selected{
	background-image: url(img/green20.png) !important;
}
table.rating-table tr.odd{
	background-image: url(img/ed20.png);
}
.yellow-text{
	color: #ffcc00 !important;
}
table.rating-table tr.hidden{
	display: none;
	/*opacity: 0.2;*/
}
#rating-bottom{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 55px;
	width: 100%;
	background-color: #2f1702;
	border-top: 1px solid #3c2304;
}
#rating-bottom > div.search-button{
	float: left;
	background-image: url(img/magnifier.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 65px;
	height: 100%;
	cursor: pointer;
	border: 1px solid #3B2102;
}
#search-player-panel{
	position: absolute;
	left: 0px;
	top: -51px;
	width: 400px;
	height: 50px;
	background-color: #2f1702;
	border-bottom: 1px solid #3c2304;
	display: none;
}
#search-player-name{
	position: absolute;
	top: 6px;
	left: 10px;
}
#search-player-panel > div.search-button{
	position: absolute;
	left: 260px;
	top: 6px;
	width: 120px;
	height: 34px;
	border: 2px solid #dcab03;
	color: #dcab03;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	cursor: pointer;
}
.rating-select-button{
	color: #dcab03;
	float: left;
	height: 51px;
	width: 130px;
	text-align: center;
	padding: 7px 30px 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #3B2102;
}
.rating-select-button-selected{
	color: #2f1702;
	background-color: #dcab03;
}
#articles{
	background-image: url(img/gray80.png);
}
#article{
	background-color: #FFFCF0;
	width: 50%;
	margin: 0 auto 0;
	overflow: auto;
	position: relative;
	top: 67px;
	left: 0px;
	padding: 0;
	font-size: 16px;
	color: #272727;
}
#article h1{
	color: #272727;
	text-align: center;
	margin: 5px 0 0 0;
}
#article > div{
	padding: 0 20px 30px;
}
#article p{
	margin: 0 0 1em;
}
#article-top{
	background-color: #272727;
	color: #fffcf0;
	padding: 5px 5px 5px 8px !important;
	font-size: 12px;
}
#article-top span{
	font-size: 30px;
	margin: 0 10px 0 0;
}
#article img{
	max-width: 100%;
	display: block;
	margin: 0 auto 1em;
}
#article img + .image-sign{
	font-style: italic;
	text-align: center;
	font-size: 85%;
	margin: -10px 0 15px 0;
}
#article-share{
	position: absolute;
	right: 300px;
	top: 250px;
}
#articles-list{
	position: absolute;
	left: 0px;
	top: 70px;
	list-style-type: none;
}
#articles-list li{
	color: #fff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
#articles-list li:first-letter{
	color: #DC4800;
}
#article blockquote{
	position: relative;
	margin: 10px 30px;
}
#article blockquote:before{
    content:'\00AB';
    font-size: 36pt;
    color: #ccc;
    position: absolute;
    display: block;
    top: -20px;
    left: -40px;
}
#article blockquote:after{
    content: '\00BB';
    font-size: 36pt;
    color: #ccc;
    position: absolute;
    display: block;
    bottom: -10px;
    right: -30px;
}
#article p.note{
	text-align: right;
	margin-top: -10px;
}
#article a{
	color: #ab0000;
	text-decoration: underline;
}
/*Временные стили: */
#forum-coming-soon{
	position: absolute;
	left: 90px;
	top: 150px;
	background-image: url(img/gray80.png);
	color: #f3f3f3;
	padding: 0 20px 10px;
}
#forum-coming-soon h2{
	font-size: 32px;
}
#forum-coming-soon p{
	font-size: 16px;
}
#forum-coming-soon a{
	color: #f3f3f3;
}
#player-exit-panel{
	position: absolute;
	width: 270px;
	left: 570px;
	top: -50px;
	text-align: center;
	z-index: 10;
}
#player-exit-panel p{
	font-size: 16px;
}
#player-exit-panel .login-player-nick{
	color: #F9A60A;
	text-shadow: 1px 1px 1px #666;
	font-size: 29px;
	text-align: center;
	margin: 10px 0 35px;
}
.exit-button{
	width: 200px;
	margin: 0 auto;
	color: #F9A60A;
	font-size: 28px;
	border: 2px solid #F9A60A;
	padding: 3px 0 5px;
	text-align: center;
	cursor: pointer;
}
#info-panel-cont{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 1366px;
	height: 500px;
	z-index: 40;
	display: none;
}
#info-panel-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #313131;
	opacity: 0.8;
	z-index: 1;
}
#info-panel{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#info-panel-close{
	background-image: url(img/arrow-left2.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 32px;
	left: 18px;
	top: 2px;
	padding: 0 0 0 40px;
	font-size: 22px;
	text-transform: uppercase;
	color: #F8A50A;
	line-height: 34px;
	cursor: pointer;
}
#info-panel > div{
	position: absolute;
}
#player-center-block{
	position: absolute;
	width: 230px;
	height: 50px;
	text-align: center;
}
#player-forum-mess{
	width: 100%;
	height: 70%;
}
#player-chronicle{
	width: 100%;
	height: 30%;
}
#player-warnings{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin-bottom: 0px;
}
#player-in-tops{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 157px;
}
#player-top-block, #player-warnings-in, #player-in-tops-in, #player-forum-mess-in{
	border: 1px solid #ddd;
	background-color: #CFCECE;
	color: #291605;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
#player-top-block{
	background-color: transparent;
	border: none;
	box-shadow: none;
}
#player-warnings-in{
	overflow: auto;
	height: 100%;
}
#player-warnings-in p{
	margin: 7px 0;
}
#player-chronicle-in, #player-center-block-in{
	
}
#player-in-tops-in{
	min-height: 80px;
}
#info-panel h3{
	text-align: center;
	color: #FFC500;
	margin: 0;
}
#upload-gerb{
	position: relative;
	width: 226px;
	height: 211px;
	background-image: url(img/upload-gerb.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	cursor: pointer;
}
#default-gerb-cont{
	position: relative;
	width: 226px;
	height: 211px;
	background-image: url(img/default-gerb-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	cursor: pointer;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#upload-gerb-dialog{
	border: 1px solid #CFCECE;
	background-color: #281606;
	position: absolute;
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	display: none;
}
img#default-gerb{
	border: none;
}
#player-top-band{
	position: absolute;
	top: 1px;
	left: 200px;
	width: 1100px;
	height: 33px;
	color: #F3BC00;
	font-size: 23px;
	line-height: 33px;
	text-shadow: 1px 1px 1px #000;
}
#player-top-band .buttons, #player-center-block .buttons{
	background-color: #281B0F;
	border: 1px solid #E4AA00;
	color: #FFDB00;
	font-size: 17px;
	line-height: 17px;
	padding: 4px 20px 6px;
	margin: 0px;
	cursor: pointer;
}
#player-center-block .buttons{
	display: inline-block;
	margin: 0 auto;
}
#player-frends-link{
	cursor: pointer;
	position: absolute;
}
#player-frends-link td{
	padding: 0 3px;
}
#player-frends-link .digits{
	color: #FFFF00;
}
#player-frends-link.pressed{
	cursor: default;
}
#player-frends-link.pressed #frends-add-button1{
	background-color: #DCAB03;
	background-image: url(img/arrow-up-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	text-shadow: none;
}
#frends-add-dialog{
	position: absolute;
	z-index: 10;
	width: 380px;
	height: 325px;
	bottom: -325px;
	right: 0px;
	border: 1px solid #E4AA00;
	display: none;
}
#frends-add-dialog-bg{
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 325px;
	opacity: 0.75;
	background-color: #281B0F;
}
#frends-add-dialog-hide{
	position: absolute;
	width: 250px;
	height: 27px;
	bottom: 325px;
	right: 0px;
	border: none;
	cursor: pointer;
}
#frends-add-search-input{
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 15px;
	font-size: 16px;
	height: 25px;
	width: 220px;
	border: 1px solid #EAB30F;
	text-align: center;
	color: #571D00;
}
#frends-add-button2{
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 15px;
	background-color: #281B0F;
	border: 1px solid #E4AA00;
	color: #FFDB00;
	font-size: 17px;
	line-height: 17px;
	padding: 4px 20px 6px;
	margin: 0px;
	cursor: pointer;
}
#frends-list{
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 55px;
	width: 350px;
	height: 325px;
	border: 1px solid #ddd;
	background-color: #CFCECE;
	color: #291605;
	overflow: auto;
	text-align: center;
	font-size: 18px;
	text-shadow: 0px 0px 1px #eee;
}
#frends-list h3{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #291605;
	text-shadow: 0px 0px 1px #eee;
	margin: 5px 0 10px 0;
}
#frends-list .frend{
	font-family: Arial, Sans Serif;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #eee;
}
#frends-list .frend .nick{
	display: inline-block;
	position: relative;
	top: -7px;
	padding: 0 10px;
	font-family: Arial, Sans Serif;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #eee;
}
.confirm-frend-link{
	display: inline-block;
	background-image: url(img/green-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.no-confirm-frend-link{
	display: inline-block;
	background-image: url(img/red-cross.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#player-top-band #player-client-plus{
	position: absolute;
	height: inherit;
	left: 35%;
	top: 0px;
}
#player-top-band #player-client-plus td{
	padding: 0 3px;
	position: relative;
}
#player-top-band #player-client-plus .digits{
	color: #FFFF00;
}
#player-top-band #player-cakes{
	position: absolute;
	height: inherit;
	right: 0px;
	top: 0px;
}
#player-top-band #player-cakes .digits{
	color: #FFFF00;
}
#client-activate-select{
	position: absolute;
	top: 33px;
	right: -2px;
	width: 300px;
	height: 100px;
	z-index: 50;
	text-align: right;
	display: none;
}
#client-activate-select table{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #281403;
}
#client-activate-select table td{
	white-space: nowrap;
}
#player-client-plus div.buttons{
	cursor: pointer;
}
#cake-buy-window{
	position: absolute;
	z-index: 50;
	width: 865px;
	height: 620px;
	left: 200px;
	top: 50px;
	display: none;
}
#personal-clan-button{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	width: 240px;
	position: relative;
	left: -9px;
	background-color: #281B0F;
	border: 1px solid #E4AA00;
	color: #FFDB00;
	padding: 8px 0 7px;
	margin: 15px 0 0 0;
	cursor: pointer;
}
#personal-clan-dialog{
	background-color: #281B0F;
	border: 1px solid #E4AA00;
	width: 240px;
	position: relative;
	left: -109px;
	width: 440px;
	padding: 8px 0 7px;
	min-height: 200px;
	display: none;
	margin-top: 5px;
	text-align: center;
}
#personal-clan-dialog p{
	padding: 3px 20px;
	margin: 0 0 5px 0;
	text-align: center;
	color: #CFCECE;
}
#personal-clan-dialog-buttons{
	margin-top: 10px;
}
#personal-clan-dialog-buttons td{
	padding: 10px;
}
#personal-clan-dialog-buttons div{
	cursor: pointer;
	background-color: #281B0F;
	border: 1px solid #E4AA00;
	color: #FFDB00;
	padding: 8px 0 7px;
}
#achievements-carousel .item{
	width: 100px;
	height: 100px;
}
#tooltip{
	position: absolute;
	background-image: url("img/alfa_bg.png");
	z-index: 100000;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 11pt;
	width: 350px;
	border: solid 1px #ee9;
}
#tooltip b{
	color: #ED9044;
}
#tooltip i{
	font-style: normal;
	color: #ED9044
}
#frame1{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 252px;
	height: 406px;
	z-index: 100;
}
.frame1_bg{
	background-color: #000;
	opacity: 0.9;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 242px;
	height: 394px;
	-webkit-box-shadow: 4px 4px 15px 0px #000;
	-moz-box-shadow: 4px 4px 15px 0px #000;
	box-shadow: 4px 4px 15px 0px #000;
}
.frame1_border{
	background-image: url(img/frame1.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 252px;
	height: 406px;
}
.frame1_separator{
	background-image: url(img/separator1.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 21px;
	top: 50px;
	width: 209px;
	height: 21px;
}
#frame1_button{
	cursor: pointer;
	position: absolute;
	left: 38px;
	top: 373px;
	width: 180px;
	height: 25px;
	font-size: 9pt;
	text-align: center;
	color: #ffcd0d;
	font-weight: bold;
	padding-top: 4px
}
#frame1_content{
	position: absolute;
	left: 10px;
	top: 11px;
	width: 232px;
	height: 355px;
	font-size: 9pt;
	text-align: center;
	color: #fffcf0;
}
div.achiev-info .title{
	font-size: 24px;
}
div.achiev-info .note{
	color: #f8a80a;
}
div.achiev-info .remainder{
	color: #f8a80a;
}
div.achiev-info .icon{
	margin: 30px auto 10px;
}
div.achiev-info .descr{
	color: #eee;
	font-size: 16px;
	margin: 5px auto 10px;
}
div.achiev-info .gift-title{
	font-size: 20px;
	color: #f8a80a;
}
div.achiev-info .gift-what{
	color: #eee;
	font-size: 16px;
	margin: 5px auto;
}
div.achiev-info .gift-note{
	color: #f8a80a;
	font-style: italic;
}
#top-labels{
	/*background-image: url(img/labels.png);*/
	width: 97px;
	position: absolute;
	top: 0px;
	left: 790px;
	cursor: pointer;
}
#main-labels{
	/*background-image: url(img/labels.png);*/
	width: 97px;
	position: absolute;
	top: 0px;
	left: 500px;
	cursor: pointer;
}
#top-labels td, #main-labels td{
	vertical-align: top;
}
#ribbon1-top{
	background-image: url(img/ribbon1-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 27px;
}
#ribbon2-top{
	background-image: url(img/ribbon2-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 27px;
}
#ribbon3-top{
	background-image: url(img/ribbon3-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 27px;
}
#ribbon1-middle{
	background-image: url(img/ribbon1-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 30px;
	height: 12px;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	color: #ff0;
}
#ribbon2-middle{
	background-image: url(img/ribbon2-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 30px;
	height: 12px;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	color: #ff0;
}
#ribbon3-middle{
	background-image: url(img/ribbon3-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 30px;
	height: 12px;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	color: #ff0;
}
#ribbon1-bottom{
	background-image: url(img/ribbon1-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 10px;
}
#ribbon2-bottom{
	background-image: url(img/ribbon2-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 10px;
}
#ribbon3-bottom{
	background-image: url(img/ribbon3-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 10px;
}
#big-map-cont{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 1366px;
	height: 500px;
	z-index: 50;
	display: none;
	background-color: #000;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	overflow: hidden;
}
area{
	outline: none !important;
}
#big-map-region-cont{
	position: absolute;
	z-index: 51;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.7);
}
#map-info-window > img{
	display: block;
	position: absolute;
}
#bigmap-close, #bigmap-region-close{
	background-image: url(img/arrow-left.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 32px;
	left: 3px;
	top: 7px;
	padding: 0 0 0 40px;
	font-size: 24px;
	text-transform: uppercase;
	color: #F8A50A;
	line-height: 34px;
	cursor: pointer;
}
#map-info-window{
	position: absolute;
	top: calc(55% - 200px);
	width: 400px;
	height: 400px;
}
#map-info-window_bg{
	background-color: #000;
	opacity: 0.9;
	position: absolute;
	left: 2px;
	top: 7px;
	width: 396px;
	height: 390px;
	-webkit-box-shadow: 4px 4px 15px 0px #000;
	-moz-box-shadow: 4px 4px 15px 0px #000;
	box-shadow: 4px 4px 15px 0px #000;
}
#map-info-window_border{
	background-image: url(./img/frame400x400.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 400px;
}
#map-info-window_caption{
	position: absolute;
	left: 25px;
	top: 3px;
	width: 315px;
	font-size: 18px;
	line-height: 25px;
	color: #FED47F;
	text-align: center;
	overflow: hidden;
}
#map-info-window_close{
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
}
#map-info-window_content{
	position: absolute;
	left: 10px;
	top: 33px;
	width: 380px;
	height: 355px;
	font-size: 9pt;
	text-align: center;
	color: #f3f3f3;
}
div.map-star{
	width: 41px;
	height: 41px;
	/*outline: 2px solid white;*/
	position: absolute;
	cursor: pointer;
}
#stars-info{
	display: none;
	outline: 2px solid #F6F78B;
	background-color: rgba(0,0,0,0.9);
	color: #F6F78B;
	width: 240px;
	position: absolute;
	z-index: 100;
	text-align: center;
	font-size: 14px;
	padding: 3px 5px 7px;
}
#stars-info h2{
	color: #F6F78B;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0;
}
#stars-info div{
	color: #dcab03;
	font-size: 14px;
	margin-top: 3px;
}
div.map-lock{
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(../img/bigmaps/zam_big2.png);
	cursor: pointer;
}
div.map-gerb{
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: cover;
	background-color: #fff;
	cursor: pointer;
	outline: 1px solid #301802;
}
div.button2-blue{
	width: 124px;
	height: 29px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	background-image: url("./img/button2-blue.png");
	background-repeat: no-repeat;
	cursor: pointer;
	color: #ffcc33
}
div.map-descr2{
	height: 55px;
	color: #91b000;
}
div.map-descr2 a{
	color: #FDCA01;
}
div.map-history{
	height: 262px;
	overflow: auto;
}
div.map-history div.year{
	font-size: 14px;
	color: #FDCA01;
	padding: 10px 5px 0;
	text-align: left;
}
div.map-history div.record{
	color: #ffa801;
	text-align: left;
	padding: 0 5px 0;
}
#loading{
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.75);
	background-image: url(img/loading_s.png);
	background-repeat: no-repeat;
	background-position: center 40%;
}
/*Стили для клановых форумов*/
#forum{
	background-color: rgba(0,0,0,0.65);
}
#forum-container{
	font-size: 10pt; color: #ED9044; text-align: left; padding: 2px 10px; position: relative; height: 100%; margin-top: 50px;
}
.cf-table-head{color: #EFAC02; font-weight: bold; background-color: #33221a; text-align: center; font-size: 10pt}
.cf-bold-link{color: #784820; font-weight: bold; cursor: pointer; font-size: 10pt}
.cf-link{color: #784820; font-weight: normal; cursor: pointer; text-decoration: underline}
.cf-text{color: #000; background-color: #e5d5b7; text-align: center; font-size: 9pt}
input.forum-subj-fixed{margin: 1px 5px 0 0; vertical-align: top;}
.cf-text.fixed{background-color: #E5D3B0;}
.cf-mess-head{text-align: left; border-bottom: 1px solid #EFAC02; padding: 0 0 5px; font-size: 8pt}
.cf-mess-text{text-align: left; font-size: 10pt; margin: 15px 0 5px}
.cf-mess-text img{max-width: 100%; height: auto;}
.cf-mess-log{text-align: right; margin: 0; font-size: 8pt; color: #333}
.cf-mess-foot{text-align: left; vertical-align: middle; font-size: 11pt}
.cf-mess-code-link{float: right; font-size: 8pt}
.cf-mess-code-link>span{text-decoration: underline; cursor: pointer}
textarea.cf {font-size: 10pt; border-width: 1px; width:calc(100% - 10px); height: 200px; color:#000000; background-color: #eadab7; border-color: #784820; border-style:dashed}
select.cf {font-size: 10pt; border-width: 0;color:#000000;background-color: #C4A976; border-color: #000000; border-style: dashed}
input.cf {font-size: 10pt; border-width: 1px; border-style: dashed; color: #000000; border-color: #784820; background-color:#eadab7}
.insert-forum-image-dialog{
	max-width: 300px; 
	padding: 0 20px 20px; 
	margin-top: 0px;
    border: 1px solid rgb(255, 192, 0);
    background: rgb(69, 68, 47);
    color: #fff;
}
.insert-forum-image-dialog a{color: #fff; text-decoration: underline}

#tooltip{pointer-events: none; position: absolute; z-index: 100000; padding: 5px; text-align: center; color: #fff; font-size: <?php echo $tooltip_font_size ?>; line-height: 1.25; width: <?php echo $tooltip_width ?>; border: solid 1px #ee9}
#tooltip b{color: #ffa801}
#tooltip i{font-style: normal; color: #ffa801}
#tooltip.visible{display: block !important}
#tooltip cite{display: block;text-align: left !important; font-style: normal; }
.unselectable{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
.selectable{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select:text;
	-khtml-user-select: text;
	user-select: text;
}
.edited-block{
	position: relative;
	float: right;
}
.edited-block .edited-drop-down{
	display: none;
	outline: 1px solid #EADAB9;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #E8CA8F;
	padding-bottom: 8px;
	z-index: 2;
}
.edited-block:hover .edited-drop-down{
	display: block;
}
.edited-block .edited-item{
	padding: 2px 5px;
}
.yellow-n-n-n-10-l{color: #FDCA01; font-weight: normal; font-style: normal; text-decoration: none; font-size: 10pt; cursor: pointer; text-shadow: 1px 1px 1px #333}
.green-n-n-n-10-t{color: #91b000; font-weight: normal; font-style: normal; text-decoration: none; font-size: 10pt; cursor: auto; text-shadow: 1px 1px 0 #333}
.yellow-n-n-u-10-l{color: #FDCA01; font-weight: normal; font-style: normal; text-decoration: underline; font-size: 10pt; cursor: pointer; text-shadow: 1px 1px 1px #333}
.white-b-n-n-11-l{color: #ededed; font-weight: bold; font-style: normal; text-decoration: none; font-size: 11pt; cursor: pointer; text-shadow: 1px 1px 1px #333}
table.table-hover tr:hover{
	background-color: rgba(0,0,0,0.15);
}
.popup-panel{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
body.modal-open{
		overflow: hidden;
	}
	.modal-bg {
		position: fixed;
		width: 100%;
		min-height: 100%;
		background: rgba(0, 0, 0, 0.8);
		left: 0px;
		top: 0px;
		z-index: 1000;
		overflow: auto;
		}

		.modal-panel {
		position: absolute;
		background: #fff;
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		top: 0px;
		z-index: 100;
		-webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
		padding: 32px 48px;
		margin: auto;
		max-width: 90%;
		min-width: 430px;
		cursor: default;
		}
		.modal-panel .close-button {
			width: 32px;
			height: 32px;
			background-image: url("./img/delete.png");
			background-repeat: no-repeat;
			background-position: center;
			background-size: 20px 20px;
			cursor: pointer;
			-webkit-transition: all ease-out 0.5s;
			transition: all ease-out 0.5s;
		}

		.modal-panel .close-button-container {
			position: absolute;
			top: 6px;
			bottom: 0;
			right: 6px;
		}
		@media (max-width: 430px) {
			.modal-panel {
				max-width: 100%;
				min-width: 100% !important;
				width: 100%;
				top: 0px !important;
				min-height: 100vh !important;
				padding: 70px 20px 30px;
				margin: 0 !important;
			}
		}
		.modulbank{
			width: 800px;
			height: 500px;
			margin: auto;
		}
		.modulbank iframe{
			position: absolute;
			display: block;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			outline: none;
			border: none;
		}