/**************************************************/
/**************************************************/
				/***основное***/
/**************************************************/
/**************************************************/
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

body {
	background-color: #232018;
	font-family: calibri;
	color: #fff1ba;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

table, tbody, thead {

}

input, select {
	border: none;
	outline: none;
	padding: 0px;
	font-family: calibri;
}

::-webkit-input-placeholder { 
	color:#cdc5a4; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#cdc5a4; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#cdc5a4;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#cdc5a4; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}

@font-face {
    font-family: calibri; / Гарнитура шрифта /
    src: url("../css/fonts/calibri.eot");
    src: url("../css/fonts/calibri.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/calibri.woff2") format("woff2"),
    url("../css/fonts/calibri.woff") format("woff"),
    url("../css/fonts/calibri.ttf") format("truetype"),
    url("../css/fonts/calibri.svg#calibri") format("svg");
}

@font-face {
    font-family: calibrib; / Гарнитура шрифта /
    src: url("../css/fonts/calibrib.eot");
    src: url("../css/fonts/calibrib.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/calibrib.woff2") format("woff2"),
    url("../css/fonts/calibrib.woff") format("woff"),
    url("../css/fonts/calibrib.ttf") format("truetype"),
    url("../css/fonts/calibrib.svg#calibrib") format("svg");
}
@font-face {
    font-family: calibril; /* Гарнитура шрифта */
    src: url(../css/fonts/calibril.ttf); /* Путь к файлу со шрифтом */
}

b, th {
	font-weight: normal;
	font-family: calibrib;
}
/**************************************************/
/**************************************************/
				/***контент***/
/**************************************************/
/**************************************************/
#smart_general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
	height: 1670px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center top 0px, 
				url(../images/bg2.jpg) no-repeat center top 470px,
				url(../images/bg3.jpg) no-repeat center top 870px,
				url(../images/bg4.jpg) no-repeat center top 1270px;
}

#content_wrapper {
	position: absolute;
	display: block;
	width: 680px;
	height: 1060px;
    top: 10px;
    right: 33px;
    overflow: hidden;
}

#content_inner {
	position: relative;
	display: block;
	width: 615px;
	margin: 0 auto;
}

.smart_wrapper_title {
	position: relative;
	display: block;
	width: 100%;
	min-height: 68px;
	background: url(../images/content.png) no-repeat center top;
	margin: 0px auto;
	border-top: 10px solid #15140d;
}

.smart_wrapper_title img {
	position: relative;
	display: block;
	margin: 0 auto;
	top: 5px;
}

#header {
	position: relative;
	display: block;
	width: 1000px;
	height: 400px;
	margin: 0 auto;
}

#general_wrapper {
	position: relative;
	display: table;
	width: 1000px;
	margin: 5px auto 0;
	background: rgba(24,23,15,0.4);
}
/**************************************************/
/**************************************************/
				/***навигация***/
/**************************************************/
/**************************************************/
#navigation {
	position: absolute;
	display: block;
	width: 845px;
	height: 62px;
	bottom: 16px;
    right: 20px;
	margin: auto;
	list-style: none;
	text-align: center;
	z-index: 1;
}

#navigation li {
	position: relative;
	display: inline-block;
	float: left;
}

#navigation li a {
	position: relative;
	display: block;
	padding: 0 20px 0 19px;
	height: 62px;
	line-height: 62px;
	background: url(../images/nav.png) no-repeat right;
	opacity: 1;
	text-transform: uppercase;
	font-size: 14px;
	color: #d8d8d8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.77);
}

#navigation li:first-child a {
	padding-left: 45px;
}

#navigation li:last-child a {
	background: none;
	padding-right: 74px;
}

#navigation li a img {
	position: relative;
	display: block;
	height: auto;
	top: 5px;
	margin: 0 auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

#navigation li a:hover {
	color: #fdf5d9;
	opacity: 1;
	background-color: rgba(23, 16, 0, 0.2);
}

#navigation li a:hover img {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}

.logo {
	position: absolute;
	display: block;
	width: 520px;
	height: 194px;
	top: 91px;
    left: 239px;
	background: url(../images/logo.png) no-repeat;
}

.logo:hover {
	-webkit-filter:brightness(1.1); 
	-moz-filter:brightness(1.1); 
	-o-filter:brightness(1.1); 
	filter:brightness(1.1); 
}

.logo:before, .logo:after {
	background: url(../images/logo.png) no-repeat;
	width: 520px;
	height: 194px;
}

/* Icon Float Away */
.hvr-icon-float-away {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "";
  position: absolute;
}
.hvr-icon-float-away:before {
	-webkit-transform: scale(1.5) translateZ(0);
    transform: scale(1.5) translateZ(0);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}
.hvr-icon-float-away:hover:before {
	-webkit-transform: scale(1.0) translateZ(0);
    transform: scale(1.0) translateZ(0);
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.hvr-icon-float-away:after {
  opacity: 1;
}

.nav_cab {
	position: absolute;
	display: block;
	width: 101px;
	height: 101px;
	bottom: -1px;
    left: 32px;
	background: url(../images/cab.png) no-repeat;
	z-index: 1;
}

.nav_cab:hover, #status .item:hover .load .line {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.lang_mad {
	position: absolute;
	display: block;
	width: 109px;
	height: 46px;
	background: url(../images/lang.png) no-repeat;
	top: 16px;
    right: 117px;
}

.lang_ru {
	position: absolute;
	display: block;
	width: 49px;
	height: 29px;
	top: 8px;
    left: 5px;
	background: url(../images/ru.png) no-repeat;
	opacity: 0.3;
}

.lang_en {
	position: absolute;
	display: block;
	width: 49px;
	height: 29px;
	top: 8px;
	right: 5px;
	background: url(../images/en.png) no-repeat;
	opacity: 0.3;
}

.top_banner {
	position: absolute;
	display: block;
	width: 88px;
	height: 31px;
	top: 23px;
    left: 85px;
}

.lang_mad a:hover, .lang_active {
	opacity: 1;
}

ul#top_tabs_server li.active, ul#top_tabs_server1 li.active, ul#top_tabs_server2 li.active {
	-webkit-animation-name: box;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: box;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: box;
	-o-animation-duration: 0.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: box;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;

	opacity: 1 !important;
}

@-webkit-keyframes box {
	0% {
		-webkit-filter:brightness(1.0); 
		-moz-filter:brightness(1.0); 
		-o-filter:brightness(1.0); 
		filter:brightness(1.0); 
	}
	100% {
		-webkit-filter:brightness(1.4); 
		-moz-filter:brightness(1.4); 
		-o-filter:brightness(1.4); 
		filter:brightness(1.4); 
	}
}
@-moz-keyframes box {
	0% {
		-webkit-filter:brightness(1.0); 
		-moz-filter:brightness(1.0); 
		-o-filter:brightness(1.0); 
		filter:brightness(1.0); 
	}
	100% {
		-webkit-filter:brightness(1.4); 
		-moz-filter:brightness(1.4); 
		-o-filter:brightness(1.4); 
		filter:brightness(1.4); 
	}
}
@-o-keyframes box {
	0% {
		-webkit-filter:brightness(1.0); 
		-moz-filter:brightness(1.0); 
		-o-filter:brightness(1.0); 
		filter:brightness(1.0); 
	}
	100% {
		-webkit-filter:brightness(1.4); 
		-moz-filter:brightness(1.4); 
		-o-filter:brightness(1.4); 
		filter:brightness(1.4); 
	}
}
@keyframes box {
	0% {
		-webkit-filter:brightness(1.0); 
		-moz-filter:brightness(1.0); 
		-o-filter:brightness(1.0); 
		filter:brightness(1.0); 
	}
	100% {
		-webkit-filter:brightness(1.4); 
		-moz-filter:brightness(1.4); 
		-o-filter:brightness(1.4); 
		filter:brightness(1.4); 
	}
}
/**************************************************/
/**************************************************/
				/***новости***/
/**************************************************/
/**************************************************/
#news {
	position: relative;
	display: block;
	width: 615px;
	margin: 0 auto;
}

.news_title {
	position: relative;
	display: block;
	width: 673px;
	height: 56px;
	background: url(../images/title.png) no-repeat;
	margin: 0 auto 15px;
	left: -30px;
}

.news_title span {
	position: relative;
	display: block;
	width: 574px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	top: 15px;
	color: #d8d8d8;
	font-size: 16px;
	font-family: calibrib;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

.news_title span a {
	color: #d8d8d8;
	font-size: 16px;
	font-family: calibrib;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

.news_title span a:hover {
	color: #f2b000;
}

.news_date {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	color: #766950;
	font-size: 12px;
	text-shadow: none;
	text-align: right;
	background: url(../images/clock.png) no-repeat center left;
    padding-left: 20px;
}

.news_frame {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.news_frame img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.news_content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff1ba;
	font-size: 14px;
}

.news_content a {
	color: #fff1ba;
}

.news_content a:hover {
	text-decoration: underline;
}

.news_content img {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 5px auto;
}

.news_content ul {
    margin-left: 14px;
}
/**************************************************/
/**************************************************/
				/***content***/
/**************************************************/
/**************************************************/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(198, 198, 198, 0.17) !important;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.for_pagination {
    position: absolute;
    display: block;
    width: 300px;
    height: 20px;
    top: 1080px;
    right: 66px;
}

.on_forum {
	position: relative;
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: underline;
	color: #ffcc00;
}

.on_forum:hover {
	text-decoration: none;
}

.page_title {
	position: relative;
	display: block;
	width: 325px;
	height: 56px;
	background: url(../images/ftitle.png) no-repeat center;
	margin: 0 auto 15px;
	left: 0px;
}

.page_title span {
	position: relative;
	display: block;
	width: 247px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	top: 15px;
	color: #C4C4C4;
	font-size: 16px;
	font-family: calibrib;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
	text-align: center;
}

.form_title {
	position: relative;
	display: block;
	width: 325px;
	height: 56px;
	background: url(../images/ftitle.png) no-repeat center;
	margin: 0 auto 40px;
}

.form_title span {
	position: relative;
	display: block;
	width: 247px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	top: 15px;
	color: #ffd972;
	font-size: 16px;
	font-family: calibrib;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
	text-align: center;
}
/**************************************************/
/**************************************************/
				/***статус***/
/**************************************************/
/**************************************************/
#status {
    position: absolute;
    display: block;
    width: 225px;
    top: 67px;
    left: 39px;
}

#status .item {
	width: 225px;
	height: 75px;
	display: block;
	position: relative;
	margin: 0px auto 15px;
	background: url(../images/stline.png) no-repeat center bottom;
}

#status .item .load {
    background: url(../images/null.png) no-repeat;
    width: 211px;
    height: 61px;
    clear: both;
    top: 3px;
    left: 20px;
    position: relative;
}

#status .item .load .line {
	background: url(../images/full.png) no-repeat left; 
	width:0; 
	height:17px;
	max-width:169px;
	position: relative;
	display: block;
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

#status .item .load .fixed-width {
	width:169px; 
	position: absolute; 
	top: 3px;
    left: 21px;
}

#status .item .full-name {
    position: absolute;
    display: block;
    width: 150px;
    z-index: 1;
    text-align: left;
    top: 0px;
    left: 46px;
    color: #c4c4c4;
    font-size: 14px;
    font-family: calibrib;
    background: url(../images/starrow.png) no-repeat center left; 
    padding-left: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.77);
}

#status .item .full-name a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff1ba;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.77);
	font-family: calibrib;
}

#status .item .full-name a:hover {
	text-decoration: underline;
}

#status .item .sonline {
	visibility: hidden;
	opacity: 0;
}

#online1 {
    position: absolute;
    display: block;
    width: 160px;
    text-align: left;
    top: 53px;
    left: 52px;
    color: #409285;
    font-size: 12px;
    font-family: calibril;
}

.status_icon {
	position: absolute;
	display: block;
	width: 58px;
	height: 58px;
	top: 6px;
	left: -5px;
}

.show_stats {
	position: relative;
	display: block;
	text-align: center;
	color: #D8D8D8;
	font-size: 12px;
	font-family: calibril;
	text-decoration: underline;
	top: -2px;
}

.show_stats:hover {
	text-decoration: none;
}

.status_title {
    position: absolute;
    display: block;
    width: 134px;
    height: 31px;
    top: -44px;
    left: 49px;
    text-align: center;
}

.status_title img {
	position: relative;
	display: block;
	margin: 0 auto;
}
/**************************************************/
/**************************************************/
				/***ТОП ПВП_ПК***/
/**************************************************/
/**************************************************/
table#top_block {
	position: relative;
	display: block;
	width: 194px;
	margin: 0 auto;
	left: -2px;
}

table#top_block tr {
	position: relative;
	display: inline-block;
	width: 194px;
	margin: 0 auto 1px;
}

table#top_block tr th, table#top_block tr td {
	position: relative;
	display: inline-block;
	float: left;
}

table#top_block tr th {
	color: rgba(214,200,165,0.3);
	font-size: 12px;
	font-family:'PT Sans', sans-serif !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	font-weight: normal;
	margin-bottom: 1px;
}

table#top_block tr td {
	color: #baa173;
	font-size: 12px;
	font-family:'PT Sans', sans-serif !important;
	height: 20px;
	line-height: 20px;
	
}

table#top_block tr td span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 12px;
	background: #36361f;
	top: 1px;
}

table.top_pvp {
	top: 0px;
	right: 0px;
}

table.top_pk {
	top: 0px;
	right: 0px;
}

#top_player {
	position: absolute;
	display: block;
	width: 225px;
	height: 295px;
	top: 357px;
    left: 38px;
}

.top_player_block_server_1, .top_player_block_server_2 {
	position: absolute;
	display: block;
	width: 225px;
	height: 238px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	-webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.top_active_block {
	-webkit-transform: scale(1.0) !important;
    -moz-transform: scale(1.0) !important;
    -o-transform: scale(1.0) !important;
    transform: scale(1.0) !important;
}

ul#top_tabs_server1, ul#top_tabs_server2 {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: -6px;
    list-style: none;
    text-align: center;
    width: 100px;
    margin: auto;
    z-index: 1;

}

ul#top_tabs_server1 li, ul#top_tabs_server2 li {
	position: relative;
	display: inline-block;
}

ul#top_tabs_server1 li a, ul#top_tabs_server2 li a {
	position: relative;
	display: block;
	width: 34px;
	height: 18px;
	line-height: 18px;
	background: url(../images/tab.png) no-repeat;
	color: #ffffff;
	font-family:'PT Sans', sans-serif !important;
	font-size: 12px;
	opacity: 0.7;
}

.top_content_server {
	position: absolute;
	display: block;
	width: 225px;
	height: 238px;
	top: 30px;
	left: 0px;
	right: 0px;
	margin: auto;
	-webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	z-index: 1;
}

ul#top_tabs_server {
	position: absolute;
    display: block;
    bottom: 3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    text-align: center;
    list-style: none;
    z-index: 0;
}

ul#top_tabs_server li {
	position: relative;
	display: inline-block;
}

ul#top_tabs_server li:nth-child(1) {
	float: left;
}

ul#top_tabs_server li:nth-child(2) {
	float: right;
}

ul#top_tabs_server li a {
	position: relative;
	display: block;
	width: 66px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fffac0;
	font-size: 12px;
	font-family:'PT Sans', sans-serif !important;
	opacity: 0.7;
}

ul#top_tabs_server li.active a, ul#top_tabs_server1 li.active a, ul#top_tabs_server2 li.active a,
ul#top_tabs_server li a:hover, ul#top_tabs_server1 li a:hover, ul#top_tabs_server2 li a:hover {
	opacity: 1;
}

.top_player_title {
    position: absolute;
    display: block;
    width: 100%;
    height: 17px;
    text-align: center;
    top: 10px;
}

#vk_block {
	position: absolute;
	display: block;
	width: 234px;
	top: 722px;
    left: 34px;
}
/**************************************************/
/**************************************************/
				/***Подвал***/
/**************************************************/
/**************************************************/
#footer_block {
	position: absolute;
	display: block;
	width: 1000px;
	height: 55px;
	top: 1210px;
	left: 0px;
	right: 0px;
	margin: auto;
}

ul.banner_block {
	position: absolute;
	display: block;
	top: 0px;
	left: 51px;
	bottom: 0px;
	margin: auto;
}

ul.banner_block li {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

ul.banner_block li:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
	cursor: pointer;
}

.copy_block {
	position: absolute;
	display: block;
	/*width: 300px;*/
	top: -23px;
	left: 250px;
	right: 0px;
	margin: auto;
	font-size: 10px;
	color: #d8d8d8;
	text-align: center;
}

.copy_block a {
	color: #8d8d8;
	text-shadow: 0 0 0 #674439;
	font-size: 16px;
}

.copy_block a:hover {
	text-decoration: underline;
}
/**************************************************/
/**************************************************/
				/***формы***/
/**************************************************/
/**************************************************/
ul#smart_content_menu {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	list-style: none;
	text-align: center;
}

ul#smart_content_menu li {
	position: relative;
	display: inline-block;
	margin: 0 0px 3px;
}

ul#smart_content_menu li a {
	position: relative;
	display: block;
	color: rgba(214,200,165,0.5);
	background: #12110c;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 3px 7px;
	font-size: 13px;
}

ul#smart_content_menu li a:hover {
	color: rgba(214,200,165,0.9);
	border: 1px solid rgba(255,255,255,0.2);
}

label {
    font-size: 14px;
}

.smart_content_title, #smart_content_inner center h3, #smart_content_inner h4 {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
    color: #ffd972;
	font-size: 16px;
	font-family: calibrib;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    text-transform: uppercase;
}

.smart_content_title center h3 {

}

.smart_content_title span {
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: rgba(214,200,165,1);
	margin-bottom: 15px;
}

form.smart_form {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
}

.smart_div {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.smart_div label {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    text-align: right;
    top: 12px;
    left: -280px;
}

.smart_div br {
	display: none;
}

.smart_div form.smart_form input[type="radio"] {
    position: relative;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    top: 2px;
}

#sexchar.smart_div form.smart_form span {
	position: relative;
	display: block;
	text-align: center;
}

form.smart_form table, form.smart_form table tbody {
	display: block;
	width: 100%;
}

form.smart_form tr {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}

form.smart_form tr td {
	position: relative;
	display: block;
	width: 100%;
}

form.smart_form input, form.smart_form select {

}

#smart_content_menu_server {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
}

#smart_content_menu_server a {
	position: relative;
	display: inline-block;
	color: rgba(214,200,165,0.5);
	background: #12110c;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 3px 7px;
}

#smart_content_menu_server a:hover, #smart_content_menu_server a.activ {
	color: rgba(214,200,165,0.9);
	border: 1px solid rgba(255,255,255,0.2);
}

.smart_table_inner {
	position: relative;
	display: block;
	width: 100%;
}

.smart_table_inner tr {
	position: relative;
	display: inline-table;
	width: 100%;
}

.smart_rait span {
	color: green;
}

.smart_table_inner .l2left {
	position: relative;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.smart_table_inner .l2right {
	position: relative;
	display: inline-block;
	width: 49%;
	text-align: left;
	padding-left: 1%;
}

.smart_table_stats {
	position: relative;
	width: 97% !important;
	margin: 0 auto !important;
}

.smart_table_stats tr td {
	text-align: center;
}

div#alpha {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto;
}

div#alpha a {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px 4px;
	background: rgba(255,255,255,0.1);
	color: #ccc;
	text-align: center;
	line-height: 20px;
}

div#alpha a:hover {
	color: #fff;
}

input, select {
	width: 221px !important;
	height: 38px !important;
	background: url(../images/input.png) no-repeat;
	color: #cdc5a4;
	font-size: 14px;
	text-align: left;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

select {
	width: 241px !important;
	padding: 0 0 0 20px !important;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	-moz-appearance: none;
	background: url(../images/select_arrow.png) no-repeat center right 10px, url(../images/input.png) no-repeat;
}

input.form_code_style {
    width: 141px !important;
    height: 38px !important;
    background: url(../images/input.png) no-repeat;
    padding: 0px 0 0 100px;
}

.form_label {
	position: absolute;
	display: block;
	width: 200px;
	top: 0px;
	left: -182px;
	text-align: right;
	font-size: 16px;
	color: #dcc45f;
	font-family: calibrib;
}

.form_label p {
	font-size: 12px;
	font-family: calibril;
	font-style: italic;
}

.smart_btn {
	position: relative !important;
	display: block !important;
	margin: 0px auto !important;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
	text-transform: uppercase;
    width: 229px !important;
    height: 50px !important;
    background: url(../images/btn.png) no-repeat !important;
    text-align: center !important;
    color: #fff6d3 !important;
    font-size: 14px !important;
    line-height: 45px !important;
    font-family: calibri;
    padding: 0 !important;
}

.smart_btn:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

a.smart_btn_forget_login {
    position: relative;
    display: inline-block;
    margin: 10px auto 0;
    color: #ffcc00;
    font-size: 12px;
    font-family: calibril;
    text-decoration: underline;
}

a.smart_btn_forget_login:hover {
    text-decoration: none;
}

textarea {
    width: 98% !important;
    background: rgba(255,255,255,0.0);
    border: 1px solid rgba(255,255,255,0.1);
    outline: none;
    padding: 1%;
    color: #fff;
}

option {
	background: #12130e;
}

.smart_l2sec_code {
    position: absolute !important;
    z-index: 1;
    top: 8px;
    left: 50px;
    width: auto !important;
}
/**************************************************/
/**************************************************/
				/***modal***/
/**************************************************/
/**************************************************/
.modal {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(23,16,15,0.82);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	opacity: 0;
}

.fade {
	position: fixed;
	display: block;
	width: 96%;
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
}

.modal_inner {
	position: absolute;
	display: block;
	width: 300px;
	box-shadow: inset 0 0 40px rgba(0,0,0,0.5);
	top: -500%;
	left: 0;
	right: 0;
	margin: auto;
	background: #1f1c18;
	padding: 20px 0 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.modal_close {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: -22px;
    right: -22px;
	background: url(../images/close.png) no-repeat;
}

.modal_close:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.smart_btn_forget {
	position: relative;
	display: block;
	z-index: 1;
	top: -10px;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}

.smart_btn_forget:hover {
	text-decoration: none;
}

.smart_right_menu_login {
	position: fixed;
	display: block;
	width: 150px;
	height: 260px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
	list-style: none;
}

.smart_right_menu_login a {
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: #121412;
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 6px;
    margin-bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #454640;
}

.smart_right_menu_login a:hover {
	right: 10px;
}

.smart_right_menu_login li:last-child a {
	border-bottom: none;
}
/**************************************************/
/**************************************************/
				/***side_content***/
/**************************************************/
/**************************************************/
#side_content {
    position: absolute;
    display: block;
    width: 960px;
    top: 950px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

form#unitpayForm {
    position: relative;
    display: block;
    width: 300px;
    margin: 10px auto 0;
    left: 1px;
}

form#unitpayForm label {
    position: relative;
    display: block;
    line-height: 38px;
    height: 1px;
    left: -120px;
    width: 110px;
    text-align: right;
}

form#unitpayForm input.btn {
    position: relative !important;
    display: block !important;
    margin: 10px auto !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    width: 229px !important;
    height: 50px !important;
    background: url(../images/btn.png) no-repeat !important;
    text-align: center !important;
    color: #fff6d3 !important;
    font-size: 14px !important;
    line-height: 45px !important;
    font-family: calibri;
    padding: 0 !important;
    left: -51px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form#unitpayForm input.btn:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    filter: brightness(1.2);
}

span.donate_img img {
    display: inline-block;
    width: auto;
    margin: 0;
    top: 4px;
}

.regbutton {
    position: relative !important;
    display: block !important;
    color: rgba(214,200,165,1) !important;
    background: #45520c !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    padding: 2px 7px !important;
    font-size: 12px !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    margin: 10px auto !important;
}

strong {
    font-family: calibri;
    font-weight: 100;
    text-shadow: 0.5px 0px 0px;
}

p.for_inline_img {
    text-align: center;
    position: relative;
    margin: 20px auto;
}

p.for_inline_img a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

p.for_inline_img a:hover {
    -webkit-filter:brightness(1.2); 
 -moz-filter:brightness(1.2); 
 -o-filter:brightness(1.2); 
 filter:brightness(1.2); 
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;animation-iteration-count: infinite;
}

#blinkobt {
	animation: blinkobt 1.666s ease-in-out infinite;
	-webkit-animation:animation: blinkobt 1.666s ease-in-out infinite;}
@keyframes blinkobt {
	50%{
		color:#fff;
		text-shadow: 0 0 3px rgb(255, 255, 255)
	}
}
@-webkit-keyframes blinkobt {
	50%{
		color:#fff;
		text-shadow: 0 0 3px rgb(255, 255, 255)
	}
}
* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('img/snow.png'), url('img/snow3.png'), url('img/snow2.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-color:#b4cfe0;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
}

@-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

.list-sw-admin {
  position: relative;
  display: flex;
  margin: 0px -3px -3px !important;
  flex-wrap: wrap;
}

.list-sw-admin li {
  position: relative;
  display: block;
  margin: 3px;
}

.list-sw-admin li a {
  position: relative;
  display: block;
}

.list-sw-admin li a img {
  position: relative;
  display: block;
  transition: all 0.2s ease;
}

.list-sw-admin li a:hover img {
  -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: zoomOutSW;
    animation-name: zoomOutSW;
}
.list-sw-admin li a img {
  margin: 0 !important;
}

@-webkit-keyframes zoomOutSW {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1.0);}
}

@keyframes zoomOutSW {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1.0);}
}
.donatebutton {
  position: relative;
  margin: 3px -3px -3px !important;
  flex-wrap: wrap;
}

.donatebutton li {
  position: relative;
  display: block;
  margin: 20px;
}

.donatebutton li a {
  position: relative;
}

.donatebutton li a:hover img {
  -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: zoomOutSW;
    animation-name: zoomOutSW;
}

@-webkit-keyframes zoomOutSW {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1.0);}
}

@keyframes zoomOutSW {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1.0);}
}

.zoom-link {
  display: inline-block;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.zoom-link:hover {
  transform: scale(1.2);
}