* {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
	box-sizing: border-box;
}

html * {
	-webkit-print-color-adjust: exact;
	box-sizing: border-box;

}

html {
	height: 100%
}

body {
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	height: 100%;
	background: #000;
	background-position: 50% 0;
	color: #c7bead;
	font-size: 13px;
}

a {
	color: #e0c89d;
	outline: none;
	text-decoration: none;
}

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

img {
	border: none;
}

p {
	padding: 0px;
}

input {
	outline: none;
	border: none
}

.wrapper {
	width: 1100px;
	margin: auto;
	background-position: center;
	position: relative;
}

.top-menu *,
.headerbg *,
.news-module *,
.footer * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.langs a img {
	max-width: 50px;
	margin: 0 5px;
}

.langs {
	position: absolute;
	top: 40px;
	right: 480px;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	height: 30px;
	background: none;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white
}


input[type="submit"] {
	background: rgba(255, 255, 255, 0.1);
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	padding: 10px 15px;
	cursor: pointer
}


.top-menu {
	background: #14161c;
	height: 80px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

.top-menu ul {
	float: left;
	padding-top: 30px
}

.top-menu ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.top-menu ul li a {
	/* : 15px; */
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	padding: 0 4px 30px 4px;
}

.top-menu ul li a:hover {
	color: #7fbd27;
	border-bottom: 3px solid #7fbd27
}

.top-menu ul li:after {
	content: " | ";
	font-weight: 100;
	margin-left: 23px
}

.top-menu ul li:last-child:after {
	content: ""
}

.top-menu a.cp {
	float: right;
	width: 248px;
	height: 48px;
	background: url(../images/cp_button.png) no-repeat center;
	display: block;
	line-height: 48px;
	color: #000;
	font-weight: 900;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 1px #5ea745;
	margin-top: 13px
}

.headerbg {
	height: 481px;
	background: url(../images/header.jpg) no-repeat center;
}

.headerbg .logo {
	width: 500px;
	height: 127px;
	top: 100px;
	left: 290px;
	position: relative;
	display: block;
}

.headerbg .start {
	width: 262px;
	height: 50px;
	background: rgba(255, 201, 70, .5);
	display: block;
	margin: 140px auto 10px auto;
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px
}

.headerbg .start:hover {
	background: rgba(255, 201, 70, .7);
}

.servitem {
	height: 120px;
	background: rgba(15, 12, 30, .6);
	position: relative;
}

.servitem .server {
	padding-top: 32px;
	display: inline;
	padding-right: 31px;
	position: relative;
	top: 25px;
}

.servitem .server .ch {
	width: 70px;
	height: 70px;
	background: #232c43;
	border-radius: 1000px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	color: #fff
}

.servitem .server .info {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px
}

.servitem .server .info .name {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
}

.server .serv-im {
	width: 220px;
	height: 12px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 3px 0;
	margin: 4px 0;
}

.server .serv-im .scale {
	background: #46ff33;
	width: 0%;
	height: 5px;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}

.server .field {
	padding: 0px 0;
	color: #bab8c9;
	font-size: 12px;
}

.server .field .scale2,
.server .field span {
	color: #eeecff;
	font-weight: 900;
}

.server .scale2 {
	display: inline-block;
	vertical-align: top;
	color: #eeecff;
	font-weight: 900;
	font-size: 12px;
}

.servitem .timer {
	position: absolute;
	right: 0px;
	top: -140px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.container {
	margin: 30px 0;
}

.container:after {
	clear: both
}

.container .leftbar {
	width: 740px;
	float: left
}

.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}

.flexslider .slides li {
	display: none;
}

/* Скрываем слайды доя загрузки JS. Избегаем дергания изображений */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}


/* Тема по умолчанию для FlexSlider
*********************************/
.flexslider {
	position: relative;
}

.flexslider .slides li {
	position: relative;
}

/* Предполагаемый контейнер для устнановок анимации "slides".*/
.flexslider-container {
	position: relative;
}

.flexslider li {
	list-style: none
}

/* Стиль заголовков */
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 15px;
	line-height: 18px;
}

/* Навигация */
.flex-direction-nav li a {
	width: 64px;
	height: 62px;
	margin: -33px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
}

/* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {
	background-position: -66px 0;
	right: -34px;
}

.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -31px;
}

/* Управление */
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

/* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {
	margin: 0 0 0 5px;
	float: left;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: rgb(241, 175, 75);
	border: 1px solid rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.4;
}

.flex-control-nav li a:hover {
	opacity: 1;
}

.flex-control-nav li a.active {
	opacity: 1;
	cursor: default;
}

ul.slides img {
	border: 1px solid rgba(255, 255, 255, .2)
}

.content {
	margin-top: 20px
}

.news-module {
	width: 348px;
	min-height: 220px;
	padding: 0 0 10px 0;
	background: #16191d;
	border: 1px solid rgba(255, 255, 255, .09);
	display: inline-block;
	vertical-align: top;
	margin: 10px
}

.news-module .images {
	height: 100px;
	overflow: hidden;
}

.news-module .images img {
	max-width: 348px;
}


.news-module:hover {
	background: #22262b
}

.news-module .news-title {
	color: #b0a48e;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 10px 5px 10px
}

.news-module .text {
	color: #c7bead;
	font-size: 12px;
	padding: 0 10px 8px 10px;
}

.news-module .full-link a {
	color: #b49b57;
	font-size: 14px;
}

.news-module .full-link a:hover {
	color: #fff
}

.news-module .full-link {
	text-align: right;
	padding-top: 7px;
	padding-right: 13px
}


.news-full {
	width: 100%;
	min-height: 220px;
	padding: 0 0 10px 0;
	background: #16191d;
	border: 1px solid rgba(255, 255, 255, .09);
	display: inline-block;
	vertical-align: top;
	margin: 10px
}

.news-full .images {
	height: 100px;
	overflow: hidden;
}

.news-full .images img {
	max-width: 740px;
}


.news-fulle:hover {
	background: #22262b
}

.news-full .news-title {
	color: #b0a48e;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 10px 5px 10px
}

.news-full .text {
	color: #c7bead;
	font-size: 12px;
	padding: 0 10px 8px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.news-full .full-link a {
	color: #b49b57;
	font-size: 14px;
}

.news-full .full-link a:hover {
	color: #fff
}

.news-full .full-link {
	text-align: right;
	padding-top: 7px;
	padding-right: 13px
}



#page-wrap {
	width: 740px;
	padding: 0 0 0 10px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

.info-col {
	float: left;
	width: 719px;
	height: 100%;
}

.info-col h2 {
	text-align: center;
	font-weight: normal;
	padding: 25px 0;
}

.batman {
	background: url(../images/batman.jpg) center center no-repeat;
}

.spiderman {
	background: url(../images/spiderman.jpg) center center no-repeat;
}

.aquaman {
	background: url(../images/aquaman.jpg) center center no-repeat;
}

.ironman {
	background: url(../images/ironman.jpg) center center no-repeat;
}

.superman {
	background: url(../images/superman.jpg) center center no-repeat;
}


.page-title {
	color: #aeb6cd;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

dl {}

dt {
	padding: 5px;
	background: #16191d;
	color: #b3c0e8;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: 900;
	font-size: 14px;
	text-indent: 10px;
	background: url(../images/arr1.png) no-repeat 98%
}

dd {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 719px;
	background: #1e2022;
	padding: 10px;
	color: #aeb6cd;
}

dt.current {
	background: url(../images/arr2.png) no-repeat 98%
}

dd span {
	color: #93a5dd
}

.curCol {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: relative;
}


.rightbar {
	width: 284px;
	float: right;
	margin-right: 20px
}

.rightbar .cblock {
	width: 284px;
	height: 65px;
	background: url(../images/c_block.png) no-repeat center;
	line-height: 65px;
	text-align: center;
	color: #7ecf6b;
	font-size: 17px;
	font-weight: 900;
	text-shadow: 0px 0px 10px #7ecf6b;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.rightbar .num {
	width: 30px;
}

.rightbar .player {
	width: 156px;
}

.rightbar .col {
	width: 80px;
}

.rightbar .num,
.rightbar .player,
.rightbar .col {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.rightbar .first {
	color: #d8f2c6;
	font-size: 14px;
	font-weight: 500;
	padding: 0 0 10px 0
}

.rightbar .ttn {
	padding: 7px 0;
	border-bottom: 1px dotted rgba(255, 255, 255, .2);
	font-size: 14px;
	color: #fff
}

.rightbar .ttn .player {
	font-weight: 900
}

.rightbar .ttn .col {
	color: #c5e78a
}

.rightbar .theme {
	margin: 13px 0
}

.rightbar .theme:hover {
	background: rgba(255, 255, 255, 0.09)
}

.rightbar .theme .ico {
	width: 47px;
	height: 47px;
	display: inline-block;
	vertical-align: top
}

.rightbar .theme .topic {
	width: 215px;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px
}

.rightbar .theme:nth-child(even) .ico {
	background: url(../images/ico1.jpg)
}

.rightbar .theme:nth-child(odd) .ico {
	background: url(../images/ico2.jpg)
}

.rightbar .theme .topic .last-link {
	padding-bottom: 5px
}

.rightbar .theme .topic .last-link a {
	color: #f3d37d;
	font-weight: 900;
	font-size: 14px;
	text-decoration: underline;
}

.rightbar .theme .topic .last-link a:hover {
	text-decoration: none
}

.rightbar .theme .topic .last-info {
	font-size: 12px;
}

.footer {
	border-top: 2px solid rgba(255, 255, 255, 0.08);
	padding: 20px 0;
	margin: 20px 0;
}

.footer .nav {
	height: 50px;
	text-align: center
}

.footer .nav ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.footer .nav ul li a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	padding: 0 4px 30px 4px;
}

.footer .nav ul li a:hover {
	color: #7fbd27;
}

.footer .leftn {
	width: 40%;
	float: left;
	color: #fff;
	font-size: 12px
}

.footer .leftn span {
	color: #bba97d;
	font-size: 16px;
	display: block;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900
}

.footer .rightn {
	width: 55%;
	float: right;
	color: #fff;
	font-size: 12px;
	margin: 0 20px 0 0;
	text-align: center
}

.flex-direction-nav li a.next,
.flex-direction-nav li a.prev,
.top-menu a.cp,
.news-module .images {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.flex-direction-nav li a.next:hover,
.flex-direction-nav li a.prev:hover,
.top-menu a.cp:hover,
.news-module:hover .images img {
	-webkit-filter: brightness(2);
	-moz-filter: brightness(2);
	-o-filter: brightness(2);
	filter: brightness(2);
}



.widget {}

.widget a {}

.widget a:hover {}

.tabnav {
	text-align: center;
	margin: 20px auto
}

.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
}

.tabnav li a {
	text-decoration: none;

	color: #fff;

	padding: 5px 13px;
	outline: none;
	border: 1px solid transparent;
	cursor: pointer;
}

.tabnav li a:hover,
.tabnav li a:active,
.tabnav li.ui-tabs-selected a,
.tabnav li a.tab-btn-select {
	color: #f3d37d;
	font-weight: 900;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.tabdiv {
	margin-top: 2px;
	padding: 5px;
}

.tabdiv li {
	list-style-image: url("star.png");
	margin-left: 20px;
}

.ui-tabs-hide {
	display: none;
}

[data-tab-type] {
	animation: fadeIn .3s linear forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#featuredvid {
	text-align: center;
}

.fvid {
	margin-bottom: 5px;
}

.vidselector li {
	text-align: left;
	list-style: none;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	margin-bottom: 5px;
}


#smsaero_widget {
	float: right;
	width: 300px;
	margin: 0 30px;
}

#vk_groups {
	float: right
}

.text-align-center {
	text-align: center;
}