/*
Theme Name: Graphite
Theme URI: https://eterion.com
Description: Тема для журнала Эклектик
Version: 2.5
Author: Eugene Ionichev, Sergey Onishchenko
Author URI: https://eterion.com
*/


@font-face {
    font-family: CRC55M1251;
    src: url('fonts/CRC35M011251.eot');
    src: url('fonts/CRC35M011251.eot?#iefix') format('embedded-opentype'),
         url('fonts/CRC55M1251.ttf') format('truetype'),
         url('fonts/CRC35M011251.svg') format('svg'),
         url('fonts/CRC35M011251.woff') format('woff');
}
@font-face {
	font-family: h1_cat;
	src: url('fonts/h1_cat.eot');
	src: url('fonts/h1_cat.eot?#iefix') format('embedded-opentype'),
	    url('fonts/h1_cat.ttf') format('truetype'),
	    url('fonts/h1_cat.svg') format('svg'),
	    url('fonts/h1_cat.woff') format('woff');
}
@font-face {
	font-family: CRC35_L_SWASH;
	src: url(fonts/CRC35_L_SWASH.ttf);
}

body a{
    color: #000;
}
body a:hover {
    color: #575756;
}


label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
    margin: 0;
}

/*
select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
*/

textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"]{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    background-color: #fff;
}

input:hover,
select:hover,
textarea:hover,
option:hover {
    background-color: #fff;
    color: #555;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}

.btn_small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn:hover,
.btn:focus{
    background-color: #e6e6e6;
}
.btn.disabled, .wc_btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn[disabled] {
    background-color: #e6e6e6;
}
*/


body{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    background: #F1F1F1;
}
ul{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
    border: none;
}
a img{
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1;
}

/*
#site_container{
    position: relative;
    width: 1100px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    background: #fff;
}
#site_container .site_inner{
    width: 1020px;
    margin: 0 40px;
    background: #fff;
    float: left;
}
#site_container .site_inner.full_width{
    margin: 0;
    width: 1100px;
}
*/

.wp-post-image {
    float: left;
    margin: 0 10px 10px 0;
}
#content .section_title{
    width: 100%;
    float: left;
    text-align: center;
    background: #000;
    height: 14px;
    margin: 0 0 20px 0;
}
#content .section_title span{
    padding: 0 0 0 67px;
    font-family: CRC55M1251, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 15px;
    padding-bottom: 0px;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    background: #fff url(img/section-title-left-bg.png) left top no-repeat;
    font-weight: bold;
}
#content .section_title span:after{
    content: '';
    display: inline-block;
    width: 69px;
    height: 14px;
    background: #fff url(img/section-title-right-bg.png) right top no-repeat;
}


/* header */

#header .logo img {
	max-width: 100%;
}

#header .section_a .search{
    position: absolute;
    top: 35px;
    left: 504px;
}
#header .section_a .search input{
    float: left;
    width: 260px;
    padding: 7px 7px;
    margin-right: 5px;
    font-size: 14px;
}
#header .section_a input.search_button{
    float: left;
    padding: 17px;
    border: none !important;
    margin: 0 !important;
    width: auto;
    line-height: 0;
    background: url(img/search-icon.png) 0 0 no-repeat;
    cursor: pointer;
}
#header .section_a input.search_button:active{
    border: none;
}

#header .section_a .social_block{
    position: absolute;
    bottom: 18px;
    right: 0;
}
#header .section_a .social_block a,
#footer .social_block a{
    margin-right: 4px;
}
#header .section_a .social_block a:last-child{
    margin-right: 0;
}



[class*=social_icon_]{
    display: inline-block;
    width: 35px;
    height: 34px;
    background-image: url(img/social-icons.png);
    background-repeat: no-repeat;
}
.social_icon_ig{
    background-position: 0 0;
}
.social_icon_fb{
    background-position: -42px 0;
}
.social_icon_vk{
    background-position: -84px 0;
}
.social_icon_tw{
    background-position: -126px 0;
}

#header .section_b{
    position: relative;
    float: left;
    width: 100%;
    height: 335px;
    margin: 0 0 1px 0;
}

#header .section_b .magazine_sign_up img{
    display: block;
}

/* magazine menu */
.menu-magazine-container{
    background: url(img/double-line-bg.png) left bottom repeat-x;
    height: 60px;
    margin-bottom: 28px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-magazine-container.revealed{
    height: 88px;
    margin-bottom: 0;
}
.menu-magazine-container:hover{
    height: 88px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*#menu-magazine.revealed{
    height: 89px;
}*/
ul#menu-magazine{
    position: relative;
    padding: 0 40px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    height: 44px;
    text-transform: lowercase;
    background: #a8a8a8;
}
ul#menu-magazine li{
    list-style: none;
    float: left;
    font-family: h1_cat, Verdana;
    padding-top: 13px;
    padding-bottom: 12px;
    font-weight: bold;
}
ul#menu-magazine:after{
    display: inline-block;
    content: '';
    width: 100%;
    height: 0;
}
ul#menu-magazine li a{
    padding: 15px 0 13px;
    line-height: 20px;
    font-size: 16px;
}
ul#menu-magazine li a:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    padding-left: 2px;
}
ul#menu-magazine li a:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    padding-right: 3px;
}
ul#menu-magazine li.current-menu-parent a:before,
ul#menu-magazine li.current-menu-item a:before,
ul#menu-magazine li:hover a:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    padding-left: 2px;
    background: url(img/white-gth.png) 4px top no-repeat;
}
ul#menu-magazine li.current-menu-parent a:after,
ul#menu-magazine li.current-menu-item a:after,
ul#menu-magazine li:hover a:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    padding-right: 3px;
    background: url(img/white-lth.png) 4px top no-repeat;
}
ul#menu-magazine > li.current-menu-parent > a,
ul#menu-magazine > li.current-menu-item > a,
ul#menu-magazine li:hover > a{
    color: #fafafa;
    background: #000;
}

#menu-magazine .sub-menu{
    display: none;
}

ul#menu-magazine li.current-menu-item .sub-menu,
ul#menu-magazine li.current-menu-parent .sub-menu,
ul#menu-magazine li:hover .sub-menu{
    display: block;
}
/*#menu-magazine.revealed .sub-menu{
    display: block;
}*/
ul#menu-magazine ul{
    position: absolute;
    top: 45px;
    left: 0;
    padding-left: 40px;
    text-transform: none;
    background: transparent;
    width: 1060px;
    height: 30px;
    z-index: 3;
}
ul#menu-magazine li.current-menu-item ul{
    z-index: 2;
}
.menu-magazine-container:hover ul#menu-magazine ul{
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
ul#menu-magazine ul li a{
    color: #636363;
    font-size: 14px !important;
}
ul#menu-magazine ul li.current-menu-item a,
ul#menu-magazine ul li:hover a{
    background: none;
    color: #000;
}
ul#menu-magazine ul li.current-post-ancestor a:before,
ul#menu-magazine ul li.current-menu-item a:before,
ul#menu-magazine ul li:hover a:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    padding-left: 2px;
    background: url(img/black-gth.png) 4px top no-repeat;
}
ul#menu-magazine ul li.current-post-ancestor a:after,
ul#menu-magazine ul li.current-menu-item a:after,
ul#menu-magazine ul li:hover a:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    padding-right: 3px;
    background: url(img/black-lth.png) 4px top no-repeat;
}


/*
#site_container .magazine_section_block{
    width: 760px;
    float: left;
    margin: 0 0 30px 0;
}
*/

.magazine_section_block .section_a {
	float: left;
	width: 100%;
	padding: 0 0 7px 0;
	background: url(img/doted-line-bg.png) left bottom repeat-x;
}
#content .magazine_section_block .section_title {
    margin: 0 0 10px 0;
}
.magazine_section_block .section_b{
    float: left;
    padding: 5px 0 0 0;
}
.magazine_section_block .part_a{
    float: left;
    width: 370px;
}
.magazine_section_block .part_b{
    float: right;
    width: 370px;
}

#site_container #content .part_a .block{
    float: left;
    width: 370px;
    height: 100px;
    margin: 0 20px 20px 0;
    background: #6b6b6b;
}
#site_container #content .part_b .block{
    float: left;
    width: 240px;
    height: 400px;
    margin: 0 0 20px 0;
    background: #6b6b6b;
}
#site_container #content .part_a .block:nth-child(even){
    margin-right: 0;
}


/* Similar articles block */
.similar-articles-block h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	font-family: CRC55M1251, Verdana;
	text-transform: uppercase;
}

.similar-articles-block a {
	display: block;
	width: 100%;
}

.similar-articles-block a:hover {
	text-decoration: none;
}

.similar-articles-block img {
	width: 25%;
	height: auto;
}

/*
.similar_articles_block {
    float: left;
    width: 100%;
    margin: 20px 0 30px 0;
    text-align: center
}

.similar_articles_block .similar_article_item h2 {
    color: #000;
    font: 10px Verdana;
    margin: 0 0 5px;
    padding: 5px 0 8px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ECECEC;
    background: none;
    float: left;
    width: 100%;
}
.similar_articles_block .similar_article_item h2 a {
    font: 10px Verdana;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.similar_articles_block .similar_article_item h2 a:hover{
    text-decoration: none;
    color: #575756;
}
.similar_articles_block .similar_article_item .art_excerpt{
    font: normal 11px Verdana;
    color: #878787;
    padding: 0 0 5px;
    text-align: left;
}
*/

/*  Content line before footer */
.content_line{
    position: relative;
    width: 100%;
}
.content_line .line_title{
    width: 100%;
    border-bottom: 2px solid #000;
    height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.content_line .line_title span{
    display: inline-block;
    position: relative;
    top: 8px;
    padding: 0 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: CRC55M1251, Verdana;
    background: #fff;
    color: #000;
}
.content_line .content_line_item{
    float: left;
    width: 188px;
    margin-right: 20px;
}
.content_line .content_line_item:last-child{
    margin-right: 0;
}
.content_line_item .post_img{
    float: left;
}
.content_line_item .post_img img{
    width: 188px;
    height: auto;
    display: block;
}
.content_line_item .post_img a{
    display :block;
}
.content_line_item .post_title{
    float: left;
    width: 100%;
    background: url(img/doted-line-bg.png) left bottom repeat-x;
    height: 31px;
    margin: 5px 0 5px 0;
    overflow: hidden;
    padding: 0 0 5px 0;
    line-height: 13px;
    text-align: center;
}
.content_line_item .post_title a{
    font-family: CRC55M1251, Verdana;
    font-size: 10px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
.content_line_item .post_title a:hover{
    color: #575756;
}
.content_line_item .post_intro{
    float: left;
    font-size: 10px;
    color: #636363;
}


.cat_title {
	text-align: center;
	font-family: h1_cat, Verdana!important;
	font-size: 10px;
	text-transform: uppercase;
	color: #878787;
	margin-bottom: 10px;
}

.cat_title {
	text-align: center;
	font-family: h1_cat, Verdana!important;
	font-size: 10px;
	text-transform: uppercase;
	color: #878787;
	margin-bottom: 10px;
}

.cat_title h1 {
	text-align: left;
	font-family: h1_cat, Verdana!important;
	font-size: 38px;
	text-transform: none;
	color: #3b3b3b;
	margin-left: 15px;
	font-weight: normal;
}

.breadcrumbs {
    text-align: left;
    /* margin-top: 12px; */
    margin-bottom: 12px;
    margin-left: 15px;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    /* color: #878787; */
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
}
.breadcrumbs a {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    /* color: #878787; */
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

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

a.post-edit-link{
    text-decoration: underline;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

h1.author-title {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

h3 {
	font-size: 1.00rem;
}

.post-authors {
    min-height: 140px;
    padding: 0;
}

.post-cat .wp-post-image {
    float: left;
    margin: 0 10px 10px 0;
    width: 175px;
    height: auto;
}

div.post-authors h2 {
    background-color: #FFFFFF;
    background-image: url("img/btn_riht.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #000000;
    font: bolder 12px/18px Verdana;
    height: auto;
    margin: 3px 0 0;
    overflow: auto;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.post-cat {
    float: left;
    width: 760px;
}
.post-cat a, .post-foto a {
    color: #575756;
    text-decoration: underline;
}

div.post h2 a, div.post-foto, h2 a {
    font: bolder 12px Verdana;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    background-color: #FFF;
    line-height: 18px;
}
div.post h2 a:hover, div.post-cat h2 a:hover, div.post-foto h2 a:hover {
    text-decoration: underline;
}

.post-cat a:hover, .post-foto a:hover {
    color: #3f282f;
    text-decoration: none;
}

body {
    font: 12px Verdana;
    color: #575756;
}

.navigation {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.wp-pagenavi {
    clear: both;
}

/* authors page */
.section {
    width: auto;
    /* background: #EFEFEF; */
    margin: 15px 0 30px;
}
div.head-author {
    text-align:center;
}
div.head-author a, div.head-author a:visited {
    text-transform: uppercase;
    text-decoration:none;
    padding:0 10px;
    color: #777;
}
div.head-author a.current {
    text-decoration:underline;
}
div.head-author a:hover {
    text-decoration:underline;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 0px solid #DDD;
	border-top: 1px solid #DDD;
	background: #FFF;
	padding: 0 45px;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 6px 1px;
	color: #777;
	cursor: pointer;
	background: #FFF;
	border: 0px solid #E4E4E4;
	border-bottom: 0px solid #F9F9F9;
	position: relative;
	text-decoration:none;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #444;
	padding: 0 6px 1px;
	background: #FFF;
	border: 0px solid #FFCA95;
	text-decoration:underline;
}
.tabs li.current {
	color: #444;
	background: #FFF;
	padding: 0 6px 2px;
	border: 0px solid #D4D4D4;
	border-bottom: 0px solid #EFEFEF;
	text-decoration:underline;
	font-weight:bold;
}
.box {
	display: none;
	border: 1px solid #D4D4D4;
  	border-width: 1px 0px 0px 0px;
	background: #FFFFFF;
	padding: 12px 12px;
}
.box.visible {
	display: block;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .tabs li:hover {
	width: 131px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
  border-right: 1px solid #EFEFEF;
  margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
}

.post-authors {
    min-height: 140px;
    padding: 0;
}
.box .su-spoiler-style-1 {
    margin: 0 0 5px 0;
}


/* search page */
.post-main{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.post-main h1{
    font: normal 24px Verdana;
    color: #3f282f;
    padding: 5px 0 4px 0px;
    margin: 0 0 5px 0;
}

.post-main h1 a{
    font: normal 24px Verdana;
    text-decoration: none;
}


/* issues archive */
.current_issue_category{
    margin: 0 0 30px 0;
}
.current_issue_category img{
    float: left;
    margin: 0 20px 10px 0;
}
.current_issue_category .issue_title{
    margin: 0 0 27px 0;
    position: relative;
    top: 7px;
}
.current_issue_category .issue_title a{
    font-size: 30px;
    font-family: h1_cat, Verdana;
    color: #000;
    line-height: 30px;
}
.current_issue_category .issue_description{
    font-family: CRC55M1251, Verdana;
    font-size: 18px;
    font-style: normal;
}
.issue_group{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #000;
}
.issue_group ul.issue_archive li{
    float: left;
    width: 144px;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 20px;
    min-height: 144px;
}
.issue_group ul.issue_archive li:nth-child(5n){
    margin-right: 0;
}
.issue_group ul.issue_archive li img{
    width: 100%;
}
.issue_group ul.issue_archive .issue_title{
    color: #000;
    font-family: h1_cat, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}
.issue_group .group_year{
    font-family: CRC55M1251, Verdana;
    font-size: 20px;
    color: #bf863d;
    text-transform: uppercase;
    padding: 0 0 0 27px;
    line-height: 7px;
    margin: 0 0 7px 0;
    background: url( /wp-content/plugins/tab-slider/img/section-title-small-left-bg.png ) left top no-repeat;
}
.issue_group .group_year:after{
    content: '';
    display: inline-block;
    width: 27px;
    height: 10px;
    background: url( /wp-content/plugins/tab-slider/img/section-title-small-right-bg.png ) right top no-repeat;
}

/* Net page */
.map-short-list {display:none; padding: 10px 0 0 20px}
.net-list {padding: 4px 0 0 30px}
.subnet-title {font-weight: bold;}
.subnet-title sup {font-weight: normal;}
.net-list h2 {padding-bottom: 10px}
.net-list ul{margin-left: 40px; width: 40%; float: left;padding: 10px 0 0}
.net-list ul li{padding: 3px 0 4px ;color: #000; line-height: 1;}
.net-list ul li a{text-decoration: none; color: #000;line-height: 130%;}
.net-list ul li a.markerGreen {
	color: #139939;
}
.net-list ul li a:hover{text-decoration: underline}
.clear {position: relative;clear: both;}
.descr-trigger {padding: 5px 0 0 20px}
.short_description {display: none}
.net-sub-list .net-sub-list {display:none; margin-left: 20px}
.post-foto-inner {width:190px; padding-bottom:10px}
div.post-foto .post-foto-inner h2{ width:190px}
a.net-trigger {
	margin:0;
	font:bolder 12px Verdana;
	color:#000;
	line-height:18px;
	color: #000!important;
	text-transform: uppercase;
	padding: 2px 0 2px 5px;
	line-height: 18px;
	text-decoration: none;
}
a.net-trigger:hover {
	color: #575756!important;
	text-decoration: underline;
}
.icon-list {
	background: url(./images/toogle.png) 0 0 no-repeat;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 4px;
}
.icon-list:hover {
	/*background: url(./images/toogle.png) 0 -33px no-repeat;*/
	color: #139939!important;
}
.net-sub-list ul {padding: 10px 0; float: left; width: 47%}
.net-sub-list li {padding-bottom: 7px; margin-left: 20px}
.net-sub-list li a{text-decoration: none}
.net-sub-list li a:hover{text-decoration: underline}

.net-sub-list li a.markerGreen {
	color: #139939!important;
}
a.list-active {
	color: #575756!important;
	text-decoration: underline;
}
a.list-active .icon-list {
	color: #575756!important;
	background: url(./images/toogle.png) 0 -64px no-repeat
}
.chAllMapLabel { margin: 0; padding: 0; width: 140px; cursor: pointer}
.net-name {padding: 3px 0}
#map-inner {overflow: hidden; display: none}

.unvisible{
    display: none;
}


/* Graphite v2 */

.container {
	background-color: #fff;
}

#header {
	padding: 20px 15px 0 15px;
}

a.logo {
	display: block;
	margin-bottom: 15px;
}

.navbar-toggler {
	position: absolute;
	z-index: 11;
	right: 15px;
}

/*
#header input.search_button{
	float: left;
	padding: 17px;
	border: none !important;
	margin: 0 !important;
	width: auto;
	line-height: 0;
	background: url(img/search-icon.png) 0 0 no-repeat;
	cursor: pointer;
}

#header input.search_button:active{
	border: none;
}
*/


#header .eclectic_sign_up {
	line-height: 11px;
	x-padding: 0 0 8px 0;
	border-bottom: 3px solid #000;
	x-position: absolute;
	x-bottom: -22px;
	x-left: 504px;
	font-size: 19px;
}

#header .eclectic_sign_up:after {
	content: '';
	position: absolute;
	margin: 0 0 0 8px;
	height: 0;
	border-left: 11px solid #000;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}

#header .eclectic_sign_up:hover {
	border-bottom: 3px solid #575756;
}

#header .eclectic_sign_up:hover:after {
	border-left: 11px solid #575756;
}

#header .user_menu {
	padding-top: 18px;
}

#header .user_menu ul li {
	list-style: none;
	float: left;
	height: 16px;
	line-height: 14px;
	padding: 0 12px 0 12px;
	border-right: 2px solid #000;
	font-size: calc(0.5em + 0.5vw);
}

#header .user_menu ul li:first-child {
	padding-left: 0;
}

#header .user_menu ul li:last-child {
	border-right: none;
	padding-right: 0;
}

.current_issue {
	margin-top: 11px;
}

.current_issue img {
	box-shadow: 1px 2px 3px #999;
	margin-top: 11px;
}

.current_issue .block_title {
	font-family: h1_cat, Verdana;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -3px;
}

.issue_slider {
	width: 750px;
	x-height: 244px;
	overflow: hidden;
}

.issue_slider li {
	margin: 0 22px 0 0;
}

#current-issue-2 {
	margin: 0px 0px 40px 50px;
}

#issue_slider-2 {
	margin: 16px 50px 30px 0px;
}

#header .menu-header-main-container {
	float: right;
}

#header .main-menu {
    padding: 20px 50px;
    x-position: absolute;
    x-bottom: 8px;
    x-right: 0;
    
}

#header .main-menu ul li {
    list-style: none;
    float: left;
    padding: 0 5px;
}

#header .main-menu ul li:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    background: url(img/main-menu-delimeter.png) right top no-repeat;
}

#header .main-menu ul li:last-child:after {
    display: none;
}

#header .main-menu ul li:last-child {
    padding-right: 0;
}

#header .main-menu ul li a{
    padding-right: 1px;
    font-family: h1_cat, Verdana;
    font-size: 21px;
    text-transform: lowercase;
    font-weight: bold;
}

#header .main-menu ul li a:hover {
    color: inherit;
}

#header .main-menu ul li.current-menu-item a {
    border-bottom: 2px solid #000;
}

#header .main-menu ul li:hover a {
    border-bottom: 2px solid #575756;
}

.btn {
	color: black !important;
}

.tab_slider_container {
	width: 100% !important;
	height: auto;
}

.tab_slider_container .ts_tabs {
	width: calc(100% - 450px);
}

.tab_slider_container .tab_item {
	width: 100%;
	height: 84px;
}

.ts_tabs .ts_intro {
	line-height: 13px;
}

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

#afisha { 
	margin-bottom: 15px;
}

#afisha h2 { 
	display: block;
	width: 100%;
	font: 16px CRC55M1251, Verdana;
	text-transform: uppercase;
	text-align: center;
	background: url(img/line-2px-with-gap-100px.png) center 12px no-repeat;
	background-size: 4000px 2px;
}

#afisha h2:after {
	float: right;
}

#afisha .card {
	border: 0px; 
}

#afisha .card-body { 
	padding: inherit; 
}

#afisha .card-title {
	width: 100%;
	color: #000;
	background: url(img/doted-line-bg.png) left bottom repeat-x;
	font-family: CRC55M1251, Verdana;
	font-size: 10px;
	font-weight: normal;    
	height: 28px;
	margin: 5px 0 5px 0;
	overflow: hidden;
	padding: 0 0 5px 0;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#content .right_sb_block {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

.right_sb_block img {
	max-width: 100%;
}

.st_container {
	width: 100%;
	margin: 0 auto;
}

.content_tabs_container {
	width: 100%;
}

.ct_post_title {
	font-weight: bold;
}

#footer {
    width: 95.6%;
    padding: 2.2% 2.2% 6% 2.2%;
    background: #000 url(img/eclectic-logo-inverted.png) center 95% no-repeat;
    font-family: CRC55M1251, Verdana;
}

/*
#footer .part_a{
    float: left;
    width: 200px;
    height: 130px;
    border-right: 1px solid #fff;
}

#footer .part_b{
    float: left;
    width: 200px;
    height: 130px;
    padding: 0 0 0 20px;
    border-right: 1px solid #fff;
}

#footer .part_c{
    float: left;
    width: 298px;
    height: 130px;
    padding: 0 0 0 20px;
    border-right: 1px solid #fff;
}

#footer .part_d{
    float: left;
    width: 230px;
    height: 130px;
    text-align: right;
}
*/

#footer .menu_title {
    font-size: 16px;
    text-transform: uppercase;
    color: #ccc;
}

#footer ul li {
    list-style: none;
}

#footer ul li a {
    color: #ccc;
}

#footer ul li a:hover {
    color: #fff;
}

#footer li.current-menu-item a {
    text-decoration: underline;
}

#footer .menu-footer-main-container ul li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

#footer .menu-footer-eclectic-container ul {
    padding: 10px 0 0 15px;
}

#footer .menu-footer-eclectic-container ul li a {
    font-size: 14px;
    line-height: 20px;
}

#footer .menu-footer-advertisers-container ul {
    padding: 10px 0 0 15px;
}

#footer .menu-footer-advertisers-container ul li a {
    font-size: 14px;
    line-height: 20px;
}

#footer .menu-footer-disclaimer-container ul {
    padding: 30px 0 0 0;
}

#footer .menu-footer-disclaimer-container ul li a {
    font-size: 14px;
    line-height: 20px;
}

#footer .footer-user_menu {
    padding: 30px 0 0 0;
}

#footer .footer-user_menu ul li a {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}


.jquery-accordion-menu {
	x-position: absolute !important;
	x-z-index: 10;
	x-top: 0px;
}

.jquery-accordion-menu .jquery-accordion-menu-header {
    padding: 5px 20px;
}

.jquery-accordion-menu ul#menu-magazine {
	position: static;
	padding: inherit;
}

.jquery-accordion-menu ul#menu-magazine ul {
	position: static;
	width: 100%;
	padding-left: inherit;
}

.jquery-accordion-menu ul#menu-magazine li {
	padding-top: inherit;
	padding-bottom: inherit;
}

.jquery-accordion-menu ul#menu-magazine li a:before,
.jquery-accordion-menu ul#menu-magazine li a:after { 
	content: none;
}

.jquery-accordion-menu ul#menu-magazine li a {
	padding: 14px 22px;
	color: #f0f0f0;
}

.jquery-accordion-menu li.menu-item-38437 {
    border-top: 1px solid gray;
}

.cat_title h2 {
	font-size: 15px;
}

.card {
	background-color: transparent;
}


body.search-no-results .post img {
    max-width: 100%;
    height: auto;
}

img.size-full {
    max-width: 100%;
    height: auto;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.magazine_section_block .articles_block {
	float: left;
	x-width: 370px;
	width: calc(50% - 10px);
	margin-left: 10px;
}

.magazine_section_block .post_img {
	float: left;
	width: 50%;
}

.magazine_section_block .articles_block img {
	margin: 0 0 4px 0 !important;
	width: calc(100% - 4px);
	height: auto;    
}

.magazine_section_block .post_info {
	float: right;
	width: 50%;
	height: 120px;
	position: relative;
}

.magazine_section_block .post_info .issue_title {
	padding-left: 10px;
	color: #ccc;
	text-transform: uppercase;
}

.magazine_section_block .post_info .post_title {
	padding-left: 10px;
	text-transform: uppercase;
}

.magazine_section_block .post_info .post_author {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.magazine_section_block .post_info .post_author span {
	font-weight: bold;
}


@media (max-width: 768px) {

#content {
	overflow: hidden;
}

#footer {
	padding-bottom: 21%;
}
	
	
.tab_slider_container .ts_slides img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.tab_slider_container .ts_tabs {
	position: relative;
	width: 250px;
}

.tab_slider_container .tab_item {
	position: absolute;
	bottom: 15px;
	x-top: calc(100% - 200px);
	left: 10px;
	display: none;
}

.tab_slider_container .tab_item.ts_active {
	display: block;
}

.cat_title h1 {
	font-size: 28px;
}

.post-cat h2 {
	font-size: 15px;
}

.magazine_section_block .articles_block {
	width: 100%;
	max-width: 370px;
	margin-bottom: 10px;
}

.magazine_section_block .post_title {
	font-size: 11px;
}

.magazine_section_block .post_info {
	height: 117px;
}

.post-cat {
	width: 100%;
}

.post-cat .wp-post-image {
	width: 100%;
}

}

@media (min-width: 768px) and (max-width: 992px) {

#header .main-menu ul li a {
	font-size: 19px;
}

ul#menu-magazine {
	padding: 0 0 0 10px;
}

ul#menu-magazine li a:before, 
ul#menu-magazine li a:after,
ul#menu-magazine li:hover a:before, 
ul#menu-magazine li:hover a:after { 
	width: 0px;
}

ul#menu-magazine li a {
    font-size: 15px;
}


}

@media (min-width: 992px) and (max-width: 1200px) {

ul#menu-magazine {
	padding: 0 0 0 30px;
}
	
ul#menu-magazine li a:before,
ul#menu-magazine li a:after,
ul#menu-magazine li:hover a:before, 
ul#menu-magazine li:hover a:after { 
	width: 11px;
}
	
	
	
}
