/*
Theme Name: Evanescence
Theme URI: http://srinig.com/wordpress/themes/evanescence/
Description: <a href="http://srinig.com/wordpress/themes/evanescence/">Evanescence</a> is a simple fluid width theme with two column layout. Right hand sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.6
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: fluid width, variable width, blue, white, rounded corners, two columns, right sidebar, widgets, simple, valid CSS, valid XHTML

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* general styles *************************************************************/
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,cyrillic);
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	background: #0c0d0f;
}
body {
	color: #ADAFAE;
	font: 12px/14px Helvetica, Arial, sans-serif;
	min-width: 1000px;
}
h1 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}
h2 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}
h3 {
	font: 20px/22px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}
/*h4 {
	font: bold 14px/16px Helvetica;
	margin-bottom: 10px;
}*/
h3.tal-title {
	font: 17px/19px Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0px;
	overflow: hidden;
	width: 100%;
}
a {
	color: #ccc;
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}
hr { 
	width: 100%;
	overflow: hidden;
	height: 0px;
	border: 0px;
	border-top: 1px solid #222222;
	margin: 20px 0px 1em 0px;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.fleft { float: left; }
.fright { float: right; }

.noborder { border: 0px !important; }
.nopadding { padding: 0px !important; }

/* page holder ****************************************************************/
.container {
	width: 1246px;
	margin: 0 auto;
}
/* header *********************************************************************/
#header {
	background: #252a30;
/*	overflow: hidden; */
	height: 52px;
	border-bottom: 1px solid #222222;
	z-index: 100;
}
.logo {
	float: left;
	overflow: hidden;
	font: 20px/52px Helvetica;
}
.logo a {
	color: #eeeeee;
	text-decoration: none;
}
.top-menu {
	float: left;
	overflow: hidden;
	height: 52px;
}
.top-menu ul {
	overflow: hidden;
	padding-left: 20px;
}
.top-menu ul li {
	float: left;
	font: 14px/52px Helvetica;
}
.top-menu ul li a {
	color: #adafae;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 51px;
}
.top-menu ul li a:hover, .top-menu ul li.active a { /*, .top-menu ul li.current-menu-item a, .top-menu ul li.current-category-ancestor a, .top-menu ul li.current-post-ancestor a {*/
	color: #fff;
	border-bottom: 2px solid #33b5e5;
}
.lang {
	float: right;
	overflow: hidden;
	margin-top: 17px;
}
.lang li {
	float: left;
	width: 30px;
	height: 20px;
	overflow: hidden;
	margin-left: 10px;
}
.lang li img {
	display: block;
	width: 30px;
	height: 20px;
}
.lang li:hover {
	opacity: 0.8;
}



.breadcrumbs {
	width: 1246px;
	margin: 53px auto 0 auto;
	overflow: hidden;
	padding: 20px 0;
	font: 14px/16px Helvetica;
	color: #adafae;
}
.breadcrumbs a {
	color: #33b5e5;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
/* main content area **********************************************************/
#content {
/*	overflow: hidden;*/
	float: left;
	width: 1006px;
	z-index: 90;
}
.mp-box {
	width: 433px;
	margin: 66px auto 0;
}
.logo-big {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 29px;
	text-indent: -9999px;
	background: url(images/logo-180x180.png) no-repeat;
}
.search {
	background: url(images/bg-search.jpg) no-repeat;
	width: 433px;
	height: 32px;
	margin-bottom: 15px;
	position: relative;
}
.search .txt-input {
	background: none;
	width: 393px;
	height: 32px;
	border: none;
	float: left;
	padding: 0 5px;
}
.search .txt-input:focus {
    color: #000;
}
.search .btn-submit {
	background: none;
	width: 30px;
	height: 32px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
}
.mp-menu {
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
}
.mp-menu ul {
	display: table;
	margin: 0 auto;
}
.mp-menu ul li {
	float: left;
	padding: 0 12px;
	font: 14px/27px Helvetica;
}
.mp-menu ul li a {
	text-decoration: none;
	color: #fff;
}
.mp-menu ul li a:hover {
	text-decoration: underline;
}
.mp-box p a {
	color: #31b5e4;
}
.mp-box p {
	margin: 0;
	text-align: center;
	font: 13px/15px Helvetica;
}
.post {
	width: 100%;
	font: 13px/16px Helvetica;
	float: left;
}
.video-post { 
	margin-right: 20px; 
	margin-bottom: 20px; 
	width: 236px;
}
.video-post:nth-child(4n) {
	margin-right: 0px;
}
.edit-post-link {
	position: absolute;
	left: 43%;
	top: 0px;
	margin-left: 400px;
	line-height: 50px;
}
.post-entry {
	overflow: hidden;
	width: 100%
}
.post ul {
	list-style: disc;
	margin-left: 30px;
}
.post ul, .post ol {
	margin-bottom: 1em;
	margin-top: 20px;
}
.post ul li, .post ol li {
	margin-bottom: 4px;
}
.post-title {
	margin-bottom: 5px;
}
.post-category-6 .post-title {
	margin-bottom: 20px;
}
.table-holder {
	overflow: hidden;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin: 15px 0;
	padding-top: 10px;
}
.post table {
	margin: 10px auto;
	background: none; /*#222222;*/
	border-spacing: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/*	border-collapse: collapse;*/
}
.post .bawmrp table { margin: 20px auto; }

.post table tr td {
	padding: 5px !important;
	background: none; /*#0C0D0F;*/
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
/*.post table tr:first-child td {
	border-top: none;
}
.post table tr td:first-child {
	border-left: none;
}*/
.post table tr:first-child td:first-child { -moz-border-radius: 5px 0px 0px 0px; -webkit-border-radius: 5px 0px 0px 0px; border-radius: 5px 0px 0px 0px; }
.post table tr:first-child td:last-child { -moz-border-radius: 0px 5px 0px 0px; -webkit-border-radius: 0px 5px 0px 0px; border-radius: 0px 5px 0px 0px; }
.post table tr:first-child td:first-child:last-child { -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }
.post table tr:last-child td:last-child { -moz-border-radius: 0px 0px 5px 0px; -webkit-border-radius: 0px 0px 5px 0px; border-radius: 0px 0px 5px 0px; }
.post table tr:last-child td:first-child { -moz-border-radius: 0px 0px 0px 5px; -webkit-border-radius: 0px 0px 0px 5px; border-radius: 0px 0px 0px 5px; }
.post table tr:last-child td:first-child:last-child { -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; }
.post table tr:first-child td { border-top: 1px solid #222222; }
.post table tr td:first-child { border-left: 1px solid #222222; }


table.t2 {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.post table.t2 tr td {
	border: none !important;
	padding: 2px 5px !important;
}
.post-title h1 {
	margin-bottom: 16px;
}
.hero-title h1 { margin-bottom: 16px; }
.things-title h2 { margin: 16px 0px; }
/*.post-talant .post-title h1, .post-thing .post-title h1 {
	margin-bottom: 16px;
}*/
.post-talant .post-title h2, .post-thing .post-title h2 {
	color: #fff;
	font: 17px/20px Helvetica;
	padding-bottom: 10px;
}

.wp-post-image {
	border: 1px solid #222222;
	padding: 3px;
	background: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.construction-posts .wp-post-image { 
	border: 0px;
	background: none;
}
.post-thumbnail { 
	float: left; 
	margin: 0px 10px 20px 0px; 
}
.archive .post {
	border-top: 1px solid #222222;
	padding: 15px 15px 30px 15px;
	margin: 3px 0;
	width: 974px;
	position: relative;
}
.archive .post a { text-decoration: none; }
.archive .post a:hover { color: #fff; }
.archive .post-thumbnail { 
	float: right; 
	margin: 0px 0px 0px 20px; 
}
.archive .post-thumbnail img { 
	max-width: 150px;
	height: auto;
}
.archive .post-info {
	overflow: hidden;
	margin: 0px;
	position: absolute;
	left: 15px;
	bottom: 5px;	
}
.archive .post-info li {
	float: left;
	list-style: none;
	line-height: 20px;
	height: 20px;	
	font-size: 12px;
	margin: 0px 20px 0px 0px;	
}
.archive .post .read-more { 
	position: absolute;
	right: 15px;
	bottom: 6px;
	font: 13px/16px Arial;
}
.post-views {
	padding-left: 20px;
	background: url(images/icon-views.png) no-repeat 0 50%;
}
.post-comments {
	padding-left: 20px;
	background: url(images/icon-comments.png) no-repeat 0 50%;
}
.post-comments-vk {
	padding-left: 20px;
	background: url(images/icon-vk.png) no-repeat 0 50%;
}
.post-comments-fb {
	padding-left: 20px;
	background: url(images/icon-fb.png) no-repeat 0 50%;
}

.post-video-thumbnail { 
	display: block; 
	border: 1px solid #222222; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 128px;
	overflow: hidden;
	padding: 26px 3px;
	background: #000000;
	text-align: center;
	position: relative;
	color: #999999;
}
a:hover .post-video-thumbnail { 
	border-color: #33b5e5;
}
.post-video-thumbnail img {
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.video-post-title { 
	text-align: left; 
	display: block; 
	position: absolute; 
	top: 3px; 
	left: 6px; 
	width: 222px; 
	height: 20px; 
	line-height: 20px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
a:hover .video-post-title { color: #ffffff; }
.video-post-views {
	display: block;
	position: absolute; 
	left: 6px;
	bottom: 3px;
	padding-left: 20px;
	background: url(images/icon-views.png) no-repeat 0 50%;
	line-height: 20px;
	height: 20px;
	font-size: 12px;	
}
.video-post-comments {
	display: block;
	position: absolute; 
	right: 6px;
	bottom: 3px;
	padding-left: 20px;
	background: url(images/icon-comments.png) no-repeat 0 50%;
	line-height: 20px;
	height: 20px;	
	font-size: 12px;	
}
.video-post .video-frame { border: 1px solid #222222; border-width: 1px 0px; padding: 1em 0 0 0; }
.post-category-6 .post-thumbnail { 
	margin-right: 30px;
}
.post-talant .post-thumbnail, .post-thing .post-thumbnail {
	margin-bottom: 0px;
}
.post-talant .post-thumbnail span, .post-thing .post-thumbnail span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	margin: 2px 15px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.post-talant .post-thumbnail span img, .post-thing .post-thumbnail span img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}
 
.post-thumbnail .wp-post-image { 
	border: 0px;
	background: none;
	padding: 0px;
}
.search-results .post-thumbnail .wp-post-image {
	max-width: 64px;
	height: auto;
}
.search-results .post-has-thumb p {
	float: left;
	max-width: 910px;
} 
a:hover .wp-post-image {
	border-color: #33b5e5;
}
.heroes { width: 446px; }
.heroes h2 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 20px 0px;
}
.heroes p img { display: block; margin: 0 auto; }
.heroes p { margin: 20px 0px 20px 0px; line-height: 16px; }
.posts-list { 
/*	overflow: hidden;*/
	width: 100%;
}
.video-posts-list {
	width: 100%;
	overflow: hidden;
}
.posts-list li {
	float: left;
	margin: 2px 19px 10px 0px;
}
.heroes .posts-list { width: 465px; }
.talents-list { width: 1025px; }
/*
.talents-list.posts-list li.visible-post:nth-child(11n) {
	margin-right: 0;
}
.heroes .posts-list .visible-post:nth-child(5n) {
	margin-right: 0;
}
*/

.posts-list img.attachment-medium {
	max-height: 150px;
	max-width: 127px;
}
.posts-list li > div { height: 74px; width: 74px; padding: 5px; }
.posts-list li a, .bawmrp_manual a, #drag-table .drag {
	display: block;
	position: relative;
}
.posts-list li a .tooltip, .bawmrp_manual a .tooltip, #drag-table .drag .tooltip {
	position: absolute;
	top: -25px;
	left: 0px;
	display: none;
	opacity: 0;
	padding: 3px 5px;
	color: #fff;
	background: #000;
	z-index: 5;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #33b5e5;
	font: 11px/14px Helvetica,Arial,sans-serif;
}
.posts-list li a span, .bawmrp_manual a span, #drag-table .drag span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.posts-list li div:hover a > span, .bawmrp_manual a:hover span, #drag-table .calculator-talents-cell:hover span {
	border: 1px solid #33b5e5;
}
.posts-list li a img, .bawmrp_manual a img, #drag-table .drag img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}

.post-video iframe {
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 400px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.post-fullvideo iframe {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: 450px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.post-video .post-title {
	margin-bottom: 22px;
}
.post-video h2, .post-talant .post-video h2, .post-talant .post-related h2, .post-thing .post-video h2, .post-thing .post-related h2 {
	color: #fff;
	font: 24px/28px 'Didact Gothic', Helvetica, sans-serif;
	padding: 20px 0px 22px 0px;
	overflow: hidden;
	border-top: 1px solid #1b1c1d;
	border-bottom: 1px solid #1b1c1d;
}
.post-talant .post-related h2, .post-thing .post-related h2 { border: 0px; padding: 0px; }
.post-related {
	border-top: 1px solid #222222;
	padding-top: 20px;
}

.post-related ul { margin: 15px 0px; list-style: none; height: 74px; /* overflow: hidden;*/ }
.post-related ul li { 
	float: left;
	margin: 0 15px 0 0;
}
.guides-list ul li { width: auto !important; }
.guides-list .bawmrp_manual a em { padding-top: 10px; font-style: normal; display: block; }
.prop {
	list-style: none !important;
	overflow: hidden;
	padding-top: 15px;
	margin: 0 0 0 -18px !important;
	float: left;
	width: 680px;
}
.prop li {
	float: left;
	color: #adafae;
	font: 12px/15px Helvetica;
	width: 118px;
	margin-bottom: 15px !important;
	padding-left: 18px;
}
.prop li.green {
	background: url(images/arrow.png) no-repeat 0 2px;
}
.prop li span {
	color: #fff;
	padding-left: 10px;
}
.spoiler-tgl {
	text-decoration: none;
}
.spoiler-body p {
	margin: 1em 0 !important;
}
.prop-2 {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.prop-2 li {
	margin-bottom: 6px !important;
}
.bawmrp ul, .bawmrpguide ul {
	list-style: none !important;
	margin: 0 !important;
}
.bawmrp ul li {
	margin-bottom: 0 !important;
}
.spt {
	text-align: center;
	font-size: 14px;
	margin-top: -5px;
	border-bottom: 1px solid #1b1c1d;
	padding-bottom: 16px;
}
.spoiler-body .bawmrp {
	border-top: none !important;
}
.spoiler-body {
	border-bottom: 1px solid #1b1c1d;
	margin-bottom: 10px !important;
}
.bawmrp {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #1b1c1d;
}
.bawmrp h2 {
	color: #fff;
	font: 24px/28px Helvetica;
	padding-bottom: 16px;
	overflow: hidden;
}
.bawmrp ul {
	overflow: hidden;
}
.bawmrp ul li {
	overflow: hidden;
	border-top: 1px solid #222222;
	padding-top: 20px;
}
.bawmrp > ul li:first-child {
	border: 0px;
	padding: 0px;
}
.bawmrp .video-frame {
	border-top: 1px solid #222222;
	padding-top: 20px;
	margin-top: 20px;
}
.post-category-6 .video-frame-title, .post-category-6 .video-frame { display: none; }   /* post-category-6  =  guides */
.bawmrp ul li h3 {
	color: #fff;
	font: 17px/20px Helvetica;
	padding-bottom: 17px;
}
.bawmrp ul li h3 a {
	color: #fff;
	text-decoration: none;
}
.bawmrp ul li h3 a span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	margin: 2px 15px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.bawmrp ul li h3 a:hover span {
	border: 1px solid #33b5e5;
}
/*
.bawmrp ul li img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}
*/
.bawmrp ul li ul, .prop-2 {
	overflow: hidden;
	width: 800px;
	height: 42px;
}
.bawmrp ul li ul li, .prop-2 li {
	float: left;
	width: 210px;
	font: 13px/15px Helvetica;
	color: #adafae;
	margin: 0 0 6px 0;
	padding: 0;
	border: none;
}
.post-thing .prop-2 li { width: 250px; }
.bawmrp_content {
	overflow: hidden;
	width: 100%;
}
.bawmrp_content iframe { 
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 400px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.bawmrpguide {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	border-bottom: 1px solid #1b1c1d;
	margin-bottom: 14px;
}
.bawmrpguide h2 {
	color: #fff;
	font: 24px/28px Helvetica;
	padding-bottom: 16px;
	overflow: hidden;
}
.bawmrpguide ul {
	overflow: hidden;
}
.bawmrpguide ul li {
	overflow: hidden;
	border-top: 1px solid #222222;
	padding-top: 20px;
}
.bawmrpguide > ul li:first-child {
	border: 0px;
	padding: 0px;
}
.bawmrpguide .video-frame {
	border-top: 1px solid #222222;
	padding-top: 20px;
	margin-top: 20px;
}
.bawmrpguide ul li h3 {
	color: #fff;
	font: 17px/20px Helvetica;
	padding-bottom: 17px;
}
.bawmrpguide ul li h3 a {
	color: #fff;
	text-decoration: none;
}
.bawmrpguide ul li h3 a span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	margin: 2px 15px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.bawmrpguide ul li h3 a:hover span {
	border: 1px solid #33b5e5;
}
.bawmrpguide ul li img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}
.bawmrpguide ul li ul, .prop-2 {
	overflow: hidden;
	width: 800px;
	height: 42px;
}
.bawmrpguide ul li ul li, .prop-2 li {
	float: left;
	width: 210px;
	font: 13px/15px Helvetica;
	color: #adafae;
	margin: 0 0 6px 0;
	padding: 0;
	border: none;
}
.post-thing .prop-2 li { width: 250px; }
.bawmrpguide_content {
	overflow: hidden;
	width: 100%;
}
.bawmrpguide_content iframe { 
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 400px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}












/*
.video-holder {
	overflow: hidden;
	width: 660px;
	margin: 0 auto;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.video-title {
	display: block;
	text-align: center;
	font: 13px/15px Helvetica;
	color: #adafae;
}*/





.second-menu {
	width: 100%;
	height: 50px;
	background: #020202;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;  
	border-bottom: 1px solid #222222;
	margin-bottom: 16px;
}
.second-menu ul.menu {
	padding-left: 20px;
}
.second-menu ul.menu li {
	float: left;
	font: 14px/50px Helvetica;
	position: relative;
}
.second-menu li.has-children {
	background: url(images/arrow2.png) no-repeat 100% 25px;
}
.second-menu ul.menu li.current-menu-item.has-children, .second-menu ul.menu li.current-menu-parent.has-children, .second-menu ul.menu li.current-post-ancestor.has-children {
	background: url(images/arrow3.png) no-repeat 100% 25px;
}
.second-menu ul.menu li a {
	color: #adafae;
	text-decoration: none;
	display: block;
	height: 49px;
	padding: 0 15px;
}
.second-menu ul.menu li a:hover, .second-menu ul.menu li.active > a {/*, .second-menu ul.menu li.current-menu-item > a, .second-menu ul.menu li.current-menu-parent > a, .second-menu ul.menu li.current-post-ancestor > a {*/
	color: #fff;
	border-bottom: 1px solid #33b5e5;
}
.second-menu ul.menu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 51px;
	padding: 0;
	width: 170px;
	background: #131517;
	z-index: 1;
}
.second-menu ul.menu li ul li {
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 16px;
	overflow: hidden;
	width: 170px;
}
.second-menu ul.menu li ul li a {
	height: auto;
	margin: 0;
	padding: 4px 15px 7px 15px;
	color: #999999;
	display: block;
	width: 140px;
	border-bottom: none;
}
.second-menu ul.menu li ul li a:hover {
	border: none;
	background: #2cb2e4;
	color: #fff;
}
.second-menu ul.menu li ul li.current-menu-item a, .second-menu ul.menu li ul li.current-menu-parent a {
	border: none;
	color: #fff;
}
.second-menu label {
	float: left;
	font: 14px/30px Helvetica;
	color: #fff;
	margin-right: 8px;
}
.post-subcats {
	overflow: hidden;
}
.post-subcat, .post-subcat-right {
	color: #adafae;
	font: 14px/16px Helvetica;
	padding: 13px 0 12px 0;
	float: left
}
.post-subcat a, .post-subcat-right span {
	color: #fff;
}
.post-subcat .current {
	text-decoration: none;
	color: #adafae;
}
.post-subcat-right {
	float: right;
}

/* sidebar *********************************************************************/
#sidebar {
	float: right;
	overflow: hidden;
	width: 220px;
}
.wbox {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.wbox .w-title {
	display: block;
	height: 50px;
	background: #020202;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #222222;
	font: 14px/50px Helvetica;
	color: #adafae;
	text-align: center;
	margin: 0 0 15px 0;
}
.wbox ul li {
	font: 13px/15px Helvetica;
	border-bottom: 1px solid #222222;
	padding: 5px 0;
}
.wbox ul li a {
	text-decoration: none;
	color: #adafae;
}
.wbox ul li a:hover {
	color: #fff;
}
/* footer *********************************************************************/
#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #222222;
	margin-top: 15px;
}
.f-logo {
	float: left;
	overflow: hidden;
	text-decoration: none;
	font: 20px/50px Helvetica;
	color: #eeeeee;
	margin-left: 10px;
}
.f-right {
	float: right;
	overflow: hidden;
	padding-top: 5px;
}
.f-right ul li {
	float: left;
	padding: 0 10px;
	font: 12px/20px Helvetica;
	background: url(images/sep.jpg) no-repeat 0 50%;
}
.f-right ul li:first-child {
	background: none;
}
.f-right ul li a {
	text-decoration: none;
}
.f-right ul li a:hover {
	color: #fff;
}
.f-right span {
	display: block;
	text-align: right;
	padding-right: 10px;
	color: #5b5f5d;
}


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



.stars {
	list-style: none !important;
	margin: 0 !important;
}
.stars li { 
	padding: 25px 0px 25px 230px;
	border-top: 1px solid #222222;
	margin: 0 !important;
}
.stars li:first-child { margin-top: 10px; }
.stars li.star-1 { background: url(images/star-1.png) no-repeat 107px 50%; }
.stars li.star-2 { background: url(images/star-2.png) no-repeat 99px 50%; }
.stars li.star-3 { background: url(images/star-3.png) no-repeat 91px 50%; }
.stars li.star-4 { background: url(images/star-4.png) no-repeat 83px 50%; }
.stars li.star-5 { background: url(images/star-5.png) no-repeat 75px 50%; }

/*Поиск **************************************************************************************/

.search-info { float: left; font-size: 14px; line-height: 32px; }
.search-info .total, .search-info .current-views { padding-right: 20px; }
.search-info .total span, .search-info .current-views span { color: #fff; }

/*Pager **************************************************************************************/

.pager { text-align: center; font-size: 13px; margin: 10px 0px 0px 0px; padding: 15px 0px 0px 0px; border-top: 1px solid #222222; width: 100%; overflow: hidden; }
.pager a, .pager span { display: inline-block; padding: 4px 6px; text-decoration: none; }
.pager span, .pager a:hover { background: #222222; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #}
.pager a:hover { color: #fff; background: #181818; }

/*Фильтр героев*******************************************************************************/

.heroes-filter {
	padding: 9px 15px;
	width: 978px;
	height: 32px;
}
.heroes-filter .sbHolder {
	width: 245px;
}
.heroes-filter label {
	margin: 0px 15px 0px 0px;
	font: 16px/31px Helvetica;
}
.heroes-filter label:first-child { margin-left: 0px; }

.heroes-filter .sbSelector { width: 215px; }
.heroes-filter .sbHolder { margin-right: 18px; }
.heroes-filter .sbOptions { width: 245px; }

#search-holder {
	float: right;
}
#search-box { position: relative; display: inline-block; }
#search-box #search { padding-right: 35px; }
#search-box #search-btn { cursor: pointer; overflow: hidden; position: absolute; z-index: 1; top: 5px; right: 2px; display: block; width: 31px; height: 23px; padding: 3px 7px; border: 0px; border-left: 1px solid #222222; background: url(images/search-button.png) no-repeat 50% 50% transparent; text-indent: 9999px; }

.global-filter { 
	padding: 9px 15px;
	width: 978px;
	height: 32px;
}

/*Фильтр талантов*****************************************************************************/

ul.tf1 li { margin: 9px 0px 9px 3px; }
ul.tf1 li:first-child { margin-left: 0px; }
ul.tf1 select {width: 200px; height: 30px; visibility: hidden;}
ul.tf2 { border-top: 1px solid #121316; overflow: hidden; width: 100%;}
ul.tf2 li { float: right; margin: 10px 0px; }
ul.tf2 li:first-child { float: left; }

ul.tf2 li label {
	line-height: 24px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.talent-filter { 
	width: 978px; 
	height: auto;
	padding: 0px 15px;
}

.talent-filter ul li label {
	float: left;
	font: 13px/31px Helvetica;
	color: #fff;
	margin-right: 8px;
}
.talent-filter ul li label.main-label {
	font-size: 14px;
}
.talent-filter ul.tf2 li label.main-label {
	line-height: 24px;
}

.talent-filter .sbOptions { width: 240px; }
.talent-filter .sbHolder { width: 240px; margin-right: 18px; }
.talent-filter .sbSelector { width: 210px; }

.tf1 li label {
	margin-right: 16px !important;
}

.no-items {
	font: 13px/19px Helvetica, sans-serif;
	color: #fff;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	display: block;
	float: left;
	padding-left: 25px;
	line-height: 24px !important;
	background: url(images/checkbox.png) no-repeat 0 0;
	font-weight: 100 !important;
}
input[type=checkbox]:checked + label {
	background-position: 0 -20px;
	color: #fff;
}
input[type=checkbox]:disabled + label {
	background-position: 0 -40px;
	color: #555;
}input[type=checkbox]:checked:disabled + label {
	background-position: 0 -60px;
}

input[type=text] {
    background-color: #0E0F11;
    border: 1px solid #222222;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
    color: #ADAFAE;
    padding: 0px 5px;
}



.h1 {
 font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
 color: #fff;
}
.h2 {
 font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
 color: #fff;
}
.h3 {
 font: 20px/22px 'Didact Gothic', Helvetica, sans-serif;
 color: #fff;
}

.spoiler-body .bawmrpguide {
	border-bottom: none;
}
.bawmrp ul li ul li {
	margin-bottom: 7px !important;
}
.post-screenshot img {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: auto;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}




/****************** Calculator *****************************/

#calculator-hero-level { margin: 20px 0px; width: 100% }

#drag-table { border: 1px solid #222222; }
#drag-table td { cursor: pointer; height: 74px; width: 74px; }
#drag-table td.calculator-talents-cell:hover { background: #020202; }
#drag-table div.drag { border: 0 !important; height: 74px; width: 74px; }
#drag-table td.mark { cursor: default; }
#drag-table td.mark div { border: 0 !important; height: 74px; width: 74px; line-height: 74px; font-size: 20px; }
#drag-table a { text-decoration: none; height: 74px; width: 74px; cursor: default; }

.level-stars { 
	display: none; 
	background: none repeat scroll 0 0 #000000;
	border: 1px solid #33B5E5;
	border-radius: 3px;
	position: absolute;
	top: 77px;
	left: -89px;
	height: auto;
	width: 235px;
	padding: 6px 8px;
	z-index: 5;
	cursor: default;
	font: 12px/14px Arial;
	color: #fff;
}
.level-stars .stars span {
	border: 0px !important; 
	height: 14px !important;
	width: auto !important;
	cursor: pointer;
	color: rgb(243, 228, 0);
}
.level-stars span.star {
	float: left;
	padding-left: 14px;
	background: url(images/star.png) no-repeat 0 0 #000 !important;
}
.level-stars .stars > span { overflow: hidden; }
.level-stars .stars { margin: 0px 83px 0px 83px !important; width: 70px; }
.level-stars .description { overflow: hidden; text-align: center; margin-top: 30px; }
.level-stars .description div span.title { width: 40px; height: 15px; margin: 2px; cursor: pointer; }
.level-stars .description div span.title.active { border: 1px solid #33b5e5; }
.level-stars .description 
.level-stars .talent-type { float: left; }
.level-stars .talent-energy { padding-left: 15px; background: url(images/icon-energy.png) no-repeat 0 1px; margin: 0px auto; display: inline-block; }
.level-stars .talent-cooldown { float: right; padding-left: 15px; background: url(images/icon-cooldown.png) no-repeat 0 1px; } 
.level-stars .talent-description { display: none; padding: 10px 0px; text-align: left; overflow: hidden; width: 100%; }
.level-stars .talent-description.active { display: block; }
.level-stars .talent-description .add_skill { width: 70px; height: 20px; float: none; text-align: center; margin: 2px auto; vertical-align: middle; line-height: 1.7; cursor: pointer; }
.level-stars .talent-price { float: right; padding-left: 15px; background: url(images/icon-prime.png) no-repeat 0 0; margin-left: 120px; } 
.talent-energy + .talent-price, .talent-cooldown + .talent-prime { margin-top: 10px; }

.level-stars span:hover, .level-stars span.selected, .level-stars span.act {
	background-position: 0 -14px !important; 
}


.calculator-talents-cell:hover .level-stars, .post-talent div:hover .level-stars { display: block; }
.post-talent div:hover .tooltip { display: block; opacity: 1; }

.calcButton {
	float: left;
}
.calcButton input {
	width: 96px;
	height: 32px;
	padding: 8px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(14, 15, 17);
	border: 1px solid rgb(34, 34, 34);
	color: rgb(173, 175, 174);
	cursor: pointer;
	font-size: 12px;
}
.calcButton input:hover {
	color: rgb(51, 181, 229);
}
.calcButton input:active {
	padding-top: 9px;
}
#calculator-results td.param-level a {
	text-decoration: inherit;
}
#calculator-results td.param-level a:nth-child(1) {
	float:left;
}
#calculator-results td.param-level a:nth-child(3) {
	float:right;
}
/* комментарии ***************************************************************************************/

.fb_iframe_widget, .fb_iframe_widget iframe { width: 972px !important; }

#comments-tabs { overflow: hidden; width: 100%; padding-top: 6px; }
#comments-tabs ul { width: 100%; height: 40px; overflow: hidden; margin-bottom: -1px; }
#comments-tabs ul li { width: 314px; float: left; margin-left: 32px; }
#comments-tabs ul li:first-child { margin-left: 0px; }
#comments-tabs ul li a { font: 600 16px/38px 'Didact Gothic',Helvetica,sans-serif; color: #ADAFAE; display: block; text-align: center; height: 38px; border: 1px solid #222222; border-bottom: 0px; position: relative; z-index: 1; text-decoration: none; }
#comments-tabs ul li a:hover, #comments-tabs ul li.selected a { color: #d7d9d8; background: #020202; }
#comments-tabs ul li a img { margin: 9px 0px;  }
#comments-tabs ul li.selected a { height: 39px; }
#comments-tabs .tabs-content { border: 1px solid #222222; padding: 16px; background: #020202; }

#comments { font-size: 11px; }
#comments .avatar { margin: 0px 11px 8px 0px; float: left; }
#comments cite { font-weight: bold; color: #fff; font-style: normal; }
#comments .comment-text { margin: 5px 10px 8px 0; color: #ADAFAE; line-height: 14px; width: 890px; float: left; }
#comments .comment-text p { margin: 0px 0px 5px 0px; }
#comments a { color: #fff; text-decoration: underline; }
#comments a:hover { text-decoration: none; }
#comments li { /*width: 100%;*/ overflow: hidden; border-top: 1px solid #222222; padding-top: 10px; }
#comments li:first-child + li { border: 0px; }
#comments .comments-title { color: #fff; margin-bottom: 10px; padding-top: 15px; }
#comments .add-comment { border-top: 1px solid #222222; padding: 10px 0px; overflow: hidden; }
#comments .add-comment .comment-text { margin: 0px; }
#comments .add-comment textarea {
	background: #060607;
	color: #ADAFAE;
	border: 1px solid #222222;
	padding: 3px;
	width: 964px;
	height: 184px;
	font-family: Helvetica,sans-serif;
	font-size: 12px;
}
#comments .add-comment input[type=submit] {
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding: 0px;
	line-height: 30px;
	color: #999999;
	background-color: #060607;
	border: 1px solid #222222;
	margin: 15px 0px 5px 0px;
	height: 30px;
	width: 200px;
	cursor: pointer;
}
#comments .add-comment input[type=submit]:hover {
	color: #cccccc;
	background: #020202;
}
#comments .add-comment p { float: left; margin: 0px 50px 15px 0px; }
#comments .add-comment p label { display: block; color: #fff; font-weight: bold; margin-bottom: 8px; }
#comments .add-comment p input { background: #060607; width: 270px; }
#comments .comment-datetime { color: #808080; }

#wcomments_form { background: red !important; }


/*Попап *****************************************************************************************************/

#bg { background: #000; opacity: 0.7; position: fixed; top: 0; left: 0; z-index: 100; display: none; }
#popup { background: #020202; opacity: 0; position: fixed; z-index: 102; display: block; border: 1px solid #222222; padding: 20px 5px 20px 20px; max-width: 801px; }
#popup.comment-message-popup { padding: 100px; }
#loader { width: 220px; height: 19px; background: url(images/loading.gif) no-repeat 50% 50%; position: fixed; top: 0; left: 0; z-index: 101; }
#popup-close { 
	position: absolute; 
	right: 7px; 
	top: 7px; 
	height: 21px; 
	width: 21px;
	background: #060607;
	border: 1px solid #222222;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	line-height: 19px;
	font-size: 16px;
	color: #999999;
}
#popup-close:hover  {
	color: #cccccc;
	background: #020202; 
}
#popup h3 { color: #fff; text-align: center; margin-bottom: 20px; }
#popup p { margin: 10px 0px; }













.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}






.langs {
	float: right;
	overflow: hidden;
}

#dd {
/*	right: 320px; */
	right: 0px;
	z-index: 99;
}

.container {
	position: relative;
}

.wrapper-dropdown-2 {
    /* Size and position */
	background: #252A30;
    position: absolute;   /* Enable absolute positioning for children and pseudo elements */
    width: 52px;

    margin: 0 auto;
    padding: 16px;
 
    /* Styles */

    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-2:hover {
    background-color: #353C44;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
 
    /* Styles */
    background: #252A30;
    transition: all 0.3s ease-out;
    list-style: none;
 
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}


.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #808080;
    padding: 16px;
    transition: all 0.3s ease-out;
}
 
.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
 
/* Hover state */
 
.wrapper-dropdown-2 .dropdown li:hover a {
    color: #ADAFAE;
}
.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}
 
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.play-now {
padding-top: 20px;
}

.patch-note {
width: 940px;
height: 30px;
padding: 8px 15px;
border: 1px solid #222222;
margin: 20px 0
}

.patch-note h2 {
font-size: 22px;
}