/*
Theme Name: zy_heaclub
Theme URI: http://nayden.su/
Author: Nayden Evgeniy
Author URI: http://nayden.su/
Description: Theme create for heaclub.ru
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/*mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}*/

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/************************************************************
************************* CUSTOM CSS ************************
************************************************************/
@font-face {
    font-family: "Myriad Pro Light";
    src: url('fonts/MyriadPro-Light_0.otf');
}
@font-face {
    font-family: "Myriad Pro Regular";
    src: url('fonts/MYRIADPRO-REGULAR_1.OTF');
}
@font-face {
    font-family: "Myriad Pro Bold";
    src: url('fonts/MYRIADPRO-BOLD_1.OTF');
}
@font-face {
    font-family: "PT Sans Narrow";
    src: url('fonts/PTSansNarrow.ttf');
}
@font-face {
    font-family: "PT Sans Regular";
    src: url('fonts/PTSansRegular.ttf');
}
@font-face {
    font-family: "PT Sans Bold";
    src: url('fonts/PTSansBold.ttf');
}
@font-face {
    font-family: "PT Sans Italic";
    src: url('fonts/PTSansItalic.ttf');
}
@font-face {
    font-family: "PT Serif Bold";
    src: url('fonts/PTSerifBold.ttf');
}
@font-face {
    font-family: "PT Serif Italic";
    src: url('fonts/PTSerifItalic.ttf');
}

body {
	background: url('img/bg.jpg');
	font-family: "Myriad Pro Regular", Helvetica, sans-serif;
	color: #010101;
}
.left {
	display: inline-block;
	float: left;
}
.right {
	display: inline-block;
	float: right;
}


/** ICON **/
.icon {
	display: inline-block;
	margin: 1px;
}

.icon-clock {
	background: url('img/icon_clock.png');
	width: 21px;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 8px;
	margin-left: 0;
}
.icon-vk {
	background: url('img/icon_vk.png');
	width: 26px;
	height: 26px;
	margin-bottom: -7px;
	margin-right: 7px;
	margin-left: 15px;
}
.icon-search {
	background: #fff url('img/icon_search.png') no-repeat;
	width: 19px;
	height: 19px;
	margin-bottom: -3px;
	margin-right: 10px;
	margin-left: 15px;
}
.icon-comments {
	background: url('img/icon_comments.png') no-repeat;
	width: 14px;
	height: 13px;
	margin-bottom: -2px;
}
.icon-mobile-menu {
	background: url('img/icon-mobile-menu.png') no-repeat;
	width: 35px;
	height: 35px;
	margin-bottom: -10px;
}
.icon_design {
	background: url('img/icon_design.png') no-repeat;
	width: 15px;
	height: 20px;
	margin-bottom: -5px;
	margin-right: 7px;
}
/** END ICON **/

#page {
	background: #fff;
	-webkit-box-shadow: 0px 20px 50px #bfc8d4;
	-moz-box-shadow: 0px 20px 50px #bfc8d4;
	box-shadow: 0px 20px 50px #bfc8d4;
	margin-top: 10px;
	border-bottom: 6px solid #f3f5f9;
	margin-bottom: 30px;
}
#page header.site-header {
	padding: 0 25px;
}
#page header p {
	margin: 0;
}
#page header .top-info {
	background: #f2f4f7;
	padding: 0px 60px;
	height: 35px;
	line-height: 25px;
	font-size: 17px;
	font-family: "Myriad Pro Regular", Helvetica, sans-serif;
	color: #010101;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#page header .top-info .date-time {
	font-size: 13px;
	font-family: "Myriad Pro Light", Helvetica, sans-serif;
	font-weight: lighter;
	color: #6a6d71;
	word-spacing: 5px;
	margin-left: 5px;
}
#page header .top-info .social {
	color: #276bb6;
	font-size: 16px;
	font-family: "Myriad Pro Regular", Helvetica, sans-serif;
	text-decoration: none;
}

.menu-td-demo-top-menu-container {
	display: inline-block;
}
#page header #td-top-menu {
	margin: 0;
	padding: 0;
}
#page header #td-top-menu li {
	list-style: none;
	font-size: 16px;
}
#page header #td-top-menu li a {
	color: #010101;
	text-decoration: none;
}

#page .site-branding {
	padding: 1px 50px;
	display: inline-block;
	width: 100%;
}
#page .site-branding .logotip {
	display: inline-block;
	float: left;
	margin-right: 1px;
	margin-top: 10px;
}
#page .site-branding .site-description {
	display: inline-block;
	color: #161617;
	font-size: 16px;
	font-family: "Myriad Pro Light", Helvetica, sans-serif;
	font-weight: lighter;
	width: 165px;
	border-left: 1px solid #dde4ed;
	padding-left: 17px;
	margin-top: 33px;
	line-height: 20px;
}
.entry-meta {
	color: #A5ACB8;
}
.recomend-read-title {
  overflow: hidden;
}
.recomend-read-title {
	font-size: 30px;
	font-family: "Myriad Pro Regular", sans-serif;
	background: #fff;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 40px;
}
.recomend-read-title:before,
.recomend-read-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background: #e1e3e6;
	border: solid #FFF;
	border-width: 0 10px;
}
.recomend-read-title:before {
	margin-left: -100%;
}
.recomend-read-title:after {
	margin-right: -100%;
}
.recomend-read-title span {
	font-family: "PT Serif Bold";
}


#on-top {
	position: fixed;
	right: 55px;
	bottom: 70px;
	padding: 30px 10px;
	display: block;
	background: #f24e8e;
	z-index: 9999;
}
#on-top .icon-arrow-up {
	background: url('img/icon_arrow_up.png') no-repeat;
	display: inline-block;
	width: 22px;
	height: 12px;
}


#page #searchform {
	display: inline-block;
	width: auto;
	margin-right: 30px;
}
#page #searchform #searchsubmit {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 26px 26px 0;
    box-shadow: none;
    float: right;
    margin-left: -45px;
    margin-top: 3px;
    padding: 12px 0 12px 0;
    position: relative;
    z-index: 1;
}
#searchtext {
	font-size: 15px;
	font-family: "Myriad Pro Light", Helvetica, sans-serif;
	font-weight: lighter;
	padding: 13px 53px 13px 25px;
	width: 300px;
	float: left;
	margin-right: -10px;
	border: 1px solid #e3e7ed;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/** Widget **/
#header-widget {
	display: inline-block;
	margin-top: 27px;
}
#header-widget section {
	width: auto;
	float: left;
}
/** End Widget **/


/** MENU **/
#site-navigation {
	padding: 0 50px;
}
#primary-menu {
    background: #de2377 none repeat scroll 0 0;
    display: table;
    margin: 0 auto;
    max-width: 945px;
    margin-left: 20px;
}
#primary-menu li {
	padding: 17px 0px;
}
#primary-menu li.menu-item-has-children>a:after {
	background: url('img/icon_down_menu.png') no-repeat;
	content: " ";
	display: inline-block;
	width: 11px;
	height: 6px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#primary-menu li a {
	font-family: "Myriad Pro Bold", Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	border-left: 1px solid #e65a99;
	padding: 0 20px;
	line-height: 15px;
}
#primary-menu .home-item-menu a {
	background: url('img/icon_home.png') no-repeat;
	width: 37px;
	height: 37px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}
#primary-menu .home-item-menu {
	padding: 6px 20px 0;
}
#primary-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	float: left;
	border-top: 49px solid #fff; 
	border-right: 11px solid transparent;
}
#primary-menu::after {
    border-bottom: 49px solid #ffffff;
    border-left: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 0;
    margin-right: -3px;
    width: 10px;
}
#site-navigation .bottom-bg-menu {
	background: #f0f3f6;
	height: 49px;
	max-width: 900px;
	float: none;
}
#site-navigation .dropdown-primary-menu {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#site-navigation .bottom-bg-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	float: left;
	border-bottom: 49px solid #fff; 
	border-right: 8px solid transparent;
}
#site-navigation .bottom-bg-menu:after {
    border-top: 49px solid #ffffff;
    border-left: 13px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: right;
    height: 0;
    width: 0;
}
#site-navigation .dropdown-primary-menu li {
	display: inline-block;
	padding: 17px 0;
}
#site-navigation .dropdown-primary-menu a {
	color: #161617;
	border-right: 1px solid #e6e7ea;
	padding: 0 15px;
	line-height: 15px;
	font-size: 17px;
	font-family: "Myriad Pro Regular", sans-serif;
}
#site-navigation .dropdown-primary-menu li:hover a {
	color: #7b7e81;
}
#primary-menu .sub-menu li {
	float: none;
	display: inline-block;
	width: auto;
}
#primary-menu .sub-menu li a {
	color: #000;
}
/** END MENU **/


/** CONTENT **/
#secondary {
	margin-top: 42px;
}
.category #secondary {
	margin-top: 20px;
}
#content {
	padding: 0 60px;
}
#primary .page-header {
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#primary .page-title {
	color: #010101;
	font-size: 36px;
	font-family: "Myriad Pro Regular", sans-serif;
	margin: 0px 0 5px;
}
.category #main article {
	vertical-align: top;
	padding: 0 10px;
}
.category #main article.col-sm-6,
.category #main article.col-md-6 {
	width: 49%;
	float: none;
	display: inline-block;
}
.category #main article.col-md-4 {
	width: 32%;
	float: none;
	display: inline-block;
}
.category #main article header {
	max-width: 250px;
	height: 200px;
	overflow: hidden;
}
.category #main article header img {
	display: block;
	margin: 0 auto;
	max-width: unset;
	height: 100%;
}
.category #main article .name-category {
	font-size: 24px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-align: center;
}
.category #main article .entry-title {
	line-height: 23px;
	margin-top: 0;
}
.category #main article .entry-title a {
	font-size: 19px;
	font-family: "Myriad Pro Regular", sans-serif;
	color: #161617;
}
.category #main article .entry-content {
	color: #313233;
	font-size: 15px;
	font-family: "PT Sans Regular", sans-serif;
	margin-top: 3px;
}
.category #main article .entry-content p {
	line-height: 21px;
}
.category #main article .entry-meta {
	display: inline-block;
	width: 100%;
	margin-top: 6px;
}
.category #main article .entry-meta .cat-links {
	max-width: 170px;
	height: 23px;
	overflow: hidden;
	display: inline-block;
	line-height: 23px;
	margin-bottom: -5px;
}
.category #main article .entry-meta span {
	color: #a5acb8;
	letter-spacing: 1px;
}
.category #main article .entry-meta a {
	color: #a5acb8;
	font-size: 9px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.category #main article .comments-count {
	margin-left: 4px;
}
.category #main article .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
.category #main article .comments-count a:hover {
	text-decoration: none;
}
/** END CONTENT **/


/** FOOTER **/
footer.site-footer {
	padding: 5px 60px 20px;
}
footer #widget-sidebar-footer {
}
footer .footer-menu section {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	width: 50%;
}
footer #widget-sidebar-footer .widget-title {
	font-family: "Myriad Pro Regular", sans-serif;
	font-size: 18px;
	color: #161617;
}
footer #widget-sidebar-footer section a {
	color: #4c4e50;
	font-family: "PT Sans Regular", sans-serif;
	font-size: 14px;
}
footer #widget-sidebar-footer section .menu {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}
footer #widget-sidebar-footer section .menu li {
	width: 49%;
	display: inline-block;
}
footer .copyright {
	color: #7d7f86;
	font-family: "Myriad Pro Light", sans-serif;
	font-size: 13px;
	border-top: 1px solid #e6e8eb;
	padding-top: 10px;
	margin-top: 10px;
}
footer .copyright a {
	color: #2b2e33;
	font-family: "Myriad Pro Regular", sans-serif;
}
footer .site-info {
	margin-top: 15px;
	display: inline-block;
}
footer .site-info .logotip {
	float: left;
	margin-right: 5px;
}
footer .site-info .site-description {
	float: left;
	width: 110px;
	border-left: 1px solid #e8edf4;
	padding-left: 15px;
	line-height: 12px;
	margin-top: 20px;
	font-family: "Myriad Pro Regular", sans-serif;
}
/** END FOOTER **/


/** INDEX **/
#recomend-read {}
#recomend-read article {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
}
#recomend-read header.entry-header {
	float: left;
	padding: 0;
	width: 170px;
	height: 130px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
#recomend-read header.entry-header img.wp-post-image {
    display: block;
    left: 50%;
    margin: -45% 0 0 -75%;
    max-width: none;
    position: absolute;
    top: 50%;
}
#recomend-read .entry-content {
	margin-left: 200px;
	margin-top: 0;
	font-family: "PT Sans Regular", sans-serif;
	color: #313233;
	font-size: 16px;
}
#recomend-read .entry-content p {
	margin-bottom: 5px;
}
#recomend-read .entry-title {
    clear: none;
    /*float: left;*/
    line-height: 25px;
    margin: 0 0 10px;
}
#recomend-read .entry-title a {
	color: #161617;
	font-size: 23px;
	font-family: "Myriad Pro Regular", sans-serif;
}
#recomend-read .recomend-read-title {
  overflow: hidden;
}
#recomend-read .recomend-read-title {
	font-size: 30px;
	font-family: "Myriad Pro Regular", sans-serif;
	background: #fff;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
#recomend-read .recomend-read-title:before,
#recomend-read .recomend-read-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background: #e1e3e6;
	border: solid #FFF;
	border-width: 0 10px;
}
#recomend-read .recomend-read-title:before {
	margin-left: -100%;
}
#recomend-read .recomend-read-title:after {
	margin-right: -100%;
}
#recomend-read .recomend-read-title span {
	font-family: "PT Serif Bold";
}
#recomend-read .entry-meta .cat-links {
	display: inline-block;
}
#recomend-read .entry-meta span {
	color: #a5acb8;
	letter-spacing: 1px;
}
#recomend-read .entry-meta a {
	color: #a5acb8;
	font-size: 9px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#recomend-read .comments-count {
	margin-left: 40px;
}
#recomend-read .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
#recomend-read .comments-count a:hover {
	text-decoration: none;
}

#most-popular article .entry-title {
	margin-top: 0;
}
#most-popular article .entry-title a {
	color: #161617;
	font-size: 20px;
	font-family: "Myriad Pro Regular", sans-serif;
}
#most-popular article .entry-header {
	height: auto;
}
#most-popular article .entry-header img {
	width: 100%;
	height: auto;
	display: block;
}
#most-popular .entry-meta .cat-links {
	display: inline-block;
}
#most-popular .entry-meta span {
	color: #a5acb8;
	letter-spacing: 1px;
}
#most-popular .entry-meta a {
	color: #a5acb8;
	font-size: 9px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#most-popular .comments-count {
	margin-left: 40px;
}
#most-popular .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
#most-popular .comments-count a:hover {
	text-decoration: none;
}

#popular-read .first-news {
	height: 370px;
	overflow: hidden;
}
#popular-read .first-news article {
	overflow: hidden;
}
#popular-read .recomend-read-title {
	overflow: hidden;
	font-size: 30px;
	font-family: "Myriad Pro Regular", sans-serif;
	background: #fff;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
#popular-read .recomend-read-title:before,
#popular-read .recomend-read-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background: #e1e3e6;
	border: solid #FFF;
	border-width: 0 10px;
}
#popular-read .recomend-read-title:before {
	margin-left: -100%;
}
#popular-read .recomend-read-title:after {
	margin-right: -100%;
}
#popular-read .recomend-read-title span {
	font-family: "PT Serif Bold";
}
#popular-read article {
	position: relative;
}
#popular-read article.features-post .entry-content {
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	width: 100%;
	display: block;
	padding: 0 15px;
}
#popular-read article.features-post .entry-title {
	margin: 0;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px #777;
}
#popular-read article.features-post .entry-title a {
	color: #fff;
	font-size: 26px;
	line-height: 25px;
	font-family: "Myriad Pro Regular", sans-serif;
}
#popular-read article.features-post .entry-header {
	overflow: hidden;
	display: inline-block;
}
#popular-read article.features-post .entry-header img {
	max-width: 100%;
}
#popular-read .entry-meta {
	color: #A5ACB8;
	line-height: 10px;
	margin-top: -3px;
	margin-bottom: 3px;
}
#popular-read .entry-meta a {
    color: #A5ACB8;
    font-size: 9px;
    font-family: "Myriad Pro Regular",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#popular-read .col-lg-4 article {
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 12px;
	padding-bottom: 6px;
	overflow: hidden;
}
#popular-read .col-lg-4:last-child article {
	border-bottom: none;
}
#popular-read .col-lg-4 article .entry-title {
    font-size: 19px;
    font-family: "PT Serif Italic", sans-serif;
    margin-top: 0;
}
#popular-read .col-lg-4 article .entry-title a {
	color: #161617;
}
#popular-read .col-lg-4 article .entry-content {
    font-size: 15px;
    font-family: "PT Sans Regular", sans-serif;
	color: #313233;
	margin: 0;
}
#popular-read .col-lg-4 article .entry-content p {
	margin: 0;
}
#popular-read .comments-count a {
	font-size: 11px;
}
#popular-read .comments-count {
	margin-left: 5px;
}


.posts-in-category {}
.posts-in-category article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
}
.posts-in-category article:last-child {
	border-bottom: none;
}
.posts-in-category .name-category {
	font-size: 24px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-align: center;
}
.posts-in-category .entry-title {
	line-height: 23px;
	margin-top: 0;
}
.posts-in-category .entry-title a {
	font-size: 19px;
	font-family: "Myriad Pro Regular", sans-serif;
	color: #161617;
}
.posts-in-category .entry-content {
	color: #313233;
	font-size: 15px;
	font-family: "PT Sans Regular", sans-serif;
	margin-top: 3px;
}
.posts-in-category .entry-meta {
	display: inline-block;
	width: 100%;
}
.posts-in-category .entry-meta .cat-links {
	max-width: 170px;
	height: 23px;
	overflow: hidden;
	display: inline-block;
	line-height: 23px;
	margin-bottom: -5px;
}
.posts-in-category .entry-meta span {
	color: #a5acb8;
	letter-spacing: 1px;
}
.posts-in-category .entry-meta a {
	color: #a5acb8;
	font-size: 9px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-transform: uppercase;
}
.posts-in-category .comments-count {
	margin-left: 4px;
}
.posts-in-category .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
.posts-in-category .comments-count a:hover {
	text-decoration: none;
}
.posts-in-category header.entry-header {
	padding: 0;
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	display: inline-block;
}
.posts-in-category header.entry-header img.wp-post-image {
    display: block;
    left: 50%;
    margin: -45% 0 0 -50%;
    max-width: none;
    position: absolute;
    top: 50%;
}
.posts-in-category article:nth-child(3) header.entry-header {
	display: none;
}


#heaclub-index-foot .recomend-read-title {
	line-height: 60px;
	margin-bottom: 15px;
}
#heaclub-index-foot {
	margin-bottom: 50px;
}
#heaclub-index-foot .recomend-read-title img {
	margin-top: -17px;
}
#heaclub-index-foot .banner-in-foot {
	max-width: 1020px;
	height: 250px;
	margin: 0 auto 20px;
	display: block;
}
#heaclub-index-foot .banner-in-foot button {
	width: 215px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	display: block;
	font-family: "Myriad Pro Regular", sans-serif;
	border: none;
	background: #5585c6;
	text-shadow: none;
	margin: -85px auto 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#heaclub-index-foot p {
	font-family: "PT Sans Regular", sans-serif;
	font-size: 17px;
	color: #313233;
	padding: 10px 15px;
}
/** END INDEX **/


/** SIDEBAR **/
.lastcomments-title-widget {
	color: #010101;
	font-size: 24px;
	font-family: "Myriad Pro Regular", sans-serif;
	border-left: 2px solid #ffc600;
	padding-left: 20px;
	line-height: 21px;
	width: 200px;
	margin: 25px 0;
}
.lastcomments-title-widget span {
	font-family: "PT Serif Italic", sans-serif;
	font-weight: bold;
}
#lastcomments-sidebar {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
#lastcomments-sidebar .author-last-comments {
	color: #a5acb8;
	font-size: 9px;
	letter-spacing: 1px;
	font-family: "Myriad Pro Regular", sans-serif;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#lastcomments-sidebar .last-title-post {
	color: #161617;
	font-size: 18px;
	font-family: "PT Serif Italic", sans-serif;
	line-height: 24px;
	display: block;
}
#lastcomments-sidebar .text-last-comments {
	color: #515255;
	font-size: 15px;
	font-family: "PT Sans Regular", sans-serif;
	padding: 10px 20px 17px;
	background: #f2f4f7;
	display: block;
	margin: 20px 0 35px;
}
#lastcomments-sidebar .text-last-comments:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	margin-top: -27px;
	border-bottom: 20px solid #F2F4F7;
	margin-left: -5px;
	border-right: 30px solid transparent;
	margin-bottom: 10px;
}

#lastnews-sidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lastnews-title-widget {
    border-left: 2px solid #de2377;
    color: #010101;
    font-family: "Myriad Pro Regular",sans-serif;
    font-size: 24px;
    line-height: 21px;
    margin: 25px 0;
    padding-left: 20px;
    width: 230px;
}
.lastnews-title-widget span {
    font-family: "PT Serif Italic",sans-serif;
    font-weight: bold;
}
#lastnews-sidebar .lastnews {
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}
#lastnews-sidebar .lastnews img {
	width: 65px;
	height: 65px;
	margin-right: 15px;
	float: left;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#lastnews-sidebar .lastnews .thumb {
	display: inline;
}
#lastnews-sidebar .lastnews .content {
	margin-left: 80px;
	border-bottom: 1px dotted #bfbfbf;
}
#lastnews-sidebar .lastnews a {
	font-family: "PT Serif Italic", sans-serif;
	font-size: 17px;
	color: #161617;
}
#lastnews-sidebar .lastnews .entry-meta {
	width: 100%;
}
#lastnews-sidebar .lastnews .entry-meta .cat-links {
	max-width: 170px;
	height: 23px;
	overflow: hidden;
	display: inline-block;
	line-height: 23px;
	margin-bottom: -5px;
}
#lastnews-sidebar .lastnews .entry-meta span {
	color: #a5acb8;
	letter-spacing: 1px;
}
#lastnews-sidebar .lastnews .entry-meta a {
	color: #a5acb8;
	font-size: 9px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#lastnews-sidebar .lastnews .comments-count {
	margin-left: 4px;
}
#lastnews-sidebar .lastnews .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
#lastnews-sidebar .lastnews .comments-count a:hover {
	text-decoration: none;
}
/** END SIDEBAR **/


/** NAVIGATION **/
.wp-pagenavi {
	font-size: 30px;
	font-family: "Myriad Pro Regular", sans-serif;
	margin-bottom: 80px;
}
.wp-pagenavi a {
	padding: 1px 7px;
	color: #010101;
}
.wp-pagenavi a:hover {
	text-decoration: none;
	background: #de2377;
	color: #fff;
}
.wp-pagenavi .current {
	background: #de2377;
	padding: 1px 11px;
	color: #fff;
}
.wp-pagenavi .last {}
.wp-pagenavi .next,
.wp-pagenavi .prev {
	font-size: 15px;
	color: #6a6e78;
	font-family: "PT Serif Italic", sans-serif;
}

.zy_breadcrumbs {
	font-size: 12px;
	font-family: "PT Sans Regular", sans-serif;
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}
.zy_breadcrumbs .kb_sep {
	color: #babbbe;
	padding: 0 5px;
}
.zy_breadcrumbs a {
	color: #515255;
}
.zy_breadcrumbs .kb_title {
	color: #babbbe;
}
.main-navigation .mobile-navigation {
	display: none;
	width: 100%;
	background: #de2377 url("img/icon_down_menu.png") no-repeat scroll 98% 24px;
	padding: 6px 15px 9px;
	font-size: 20px;
	color: #fff;
	font-family: "Myriad Pro Bold", sans-serif;
	text-transform: uppercase;
}
.main-navigation .mobile-navigation span {
	margin-right: 15px;
}
#primary-menu.show-mobile-menu {
	display: inline-block;
}
/** END NAVIGATION **/


/** SINGLE **/
.single article .entry-title {
	color: #010101;
	font-size: 26px;
	font-family: "Myriad Pro Regular", sans-serif;
	margin-top: 0px;
}
.single .single-thmb {
	width: 100%;
	display: block;
	max-height: 350px;
	overflow: hidden;
}
.single .single-thmb img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.single article .entry-content {
	color: #171718;
	font-size: 16px;
	font-family: "PT Sans Regular", sans-serif;
	line-height: 22px;
}
.single article .entry-content p {
	margin-bottom: 20px;
}
.single article .entry-content ul li {
	list-style-image: url('img/pink-point.png');
	font-size: 16px;
	color: #05244f;
	font-family: "PT Sans Italic", sans-serif;
	margin-bottom: 8px;
}
.single article .entry-content table tr:first-child {
	font-size: 15px;
	color: #fff;
	background: #526176;
	font-family: "Myriad Pro Regular", sans-serif;
}
.single article .entry-content table tr td {
	padding: 5px 7px;
}
.single article .entry-content table tr td {
	border: 1px solid #c0c4c7;
}
/*.single .entry-content iframe {
	margin: 0 auto;
	padding: 10px;
	background: #e5e9eb;
	display: block;
	margin: 35px auto;
}*/
 
#ad {
	padding-bottom: 30px;
	padding-top: 30px;
}

.block-title {
	color:black !important;
}


.single .entry-header .entry-meta {
	color: #A5ACB8;
	line-height: 10px;
	margin-top: -5px;
	margin-bottom: 15px;
}
.single .entry-header .entry-meta a {
    color: #A5ACB8;
    font-size: 9px;
    font-family: "Myriad Pro Regular",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single .entry-header .comments-count {
	margin-left: 4px;
}
.single .entry-header .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
.single .entry-header .comments-count a:hover {
	text-decoration: none;
}
.single .wp-caption .wp-caption-text {
	background: #f2f5f8;
	margin: 0;
	padding: 15px;
	color: #4f545b;
	font-size: 14px;
	font-family: "PT Sans Italic", sans-serif;
	line-height: 16px;
}
blockquote {
	background: #fff8e1 url("img/quote.png") no-repeat scroll 30px 30px;
	padding: 40px 40px 20px 100px;
	font-size: 17px;
	color: #57421d;
	font-family: "Myriad Pro Regular", sans-serif;
	border: none;
	margin: 20px 0;
}

.single #toc_container {
	padding: 20px 30px;
	background: #fffae9;
	border: none;
}
.single #toc_container ul {
	margin-left: 25px;
}
.single #toc_container ul li {
	list-style-type: disc;
	color: #ffc000;
	padding: 3px;
	margin: -3px 0px -3px 0px;
	
}
.single .toc_list {margin-top:0.7em !important; }
.single #toc_container a {
	font-size: 15px;
	color: #161617;
	font-family: "PT Serif", sans-serif;
	border-bottom: 1px dotted #c7c7c7;
}
.single #toc_container a:hover {
	color: #a10f51;
	text-decoration: none;
	border-bottom: 1px dotted #a10f51;
}
.single #toc_container .toc_title {
	font-size: 22px;
	color: #010101;
	font-family: "Myriad Pro Regular", sans-serif;
	text-align: left;
	font-weight: normal;
}
.single #toc_container .toc_title:after {
	content: " статьи";
	font-family: "PT Serif Bold", sans-serif;

}
.single .entry-content h2 {
	font-size: 28px;
	color: #010101;
	font-family: "Myriad Pro Regular", sans-serif;
	background: url('img/border-h2.png') repeat-y;
	padding-left: 40px;
	margin-bottom: 20px;
}
.single .comments-title {}

.single .comments-title {
  overflow: hidden;
}
.single .comments-title {
	font-size: 30px;
	font-family: "Myriad Pro Regular", sans-serif;
	background: #fff;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
.single .comments-title:before,
.single .comments-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background: #e1e3e6;
	border: solid #FFF;
	border-width: 0 10px;
}
.single .comments-title:before {
	margin-left: -100%;
}
.single .comments-title:after {
	margin-right: -100%;
}
.single .comments-title span {
	font-family: "PT Serif Bold";
}
.comment-form-author,
.comment-form-email {
	width: 49%;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.lableinfo {
	font-size: 12px;
	color: #9397a0;
	font-family: "PT Sans Italic";
	display: block;
}
.single article .entry-content figure,
.single article .single-thmb {
	position: relative;
	z-index: 10;
}
.single .ratingspost span {
	font-size: 14px;
	color: #9397a0;
	font-family: "Myriad Pro Regular", sans-serif;
}
.single .sharepost {
	padding-top: 23px;
}
.single .author-box-wrap img {
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid #f1f2f3;
	float: left;
	width: 75px;
	height: 75px;
}
.author-box-wrap {
    display: inline-block;
    width: 100%;
}
.single .author-box-wrap .desc {
	display: inline-block;
	float: left;
	padding-top: 0px;
}
.single .author-box-wrap .td-author-name {
	font-size: 14px;
	color: #9397a0;
	font-family: "Myriad Pro Regular", sans-serif;
}
.single .author-box-wrap .td-author-name a {
	color: #010101;
	font-family: "Myriad Pro Regular", sans-serif;
	font-size: 18px;
}
.single .recomend-column {
    width: 33.1333%;
    float: none;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}
.single .posts-in-category header.entry-header img.wp-post-image {
    display: block;
    height: 100%;
    margin: 0;
    max-width: none;
    position: static;
}
/*.single article .entry-content figure:after,
.single article .single-thmb:after {
	color: #000;
	content: "Фото из фотостока istock.ru";
	font-size: 14px;
	background: transparent url('img/bg_stock.png') no-repeat left center;
	font-family: "Myriad Pro Regular", sans-serif;
	text-align: center;
	line-height: 24px;
	display: table;
	position: absolute;
	bottom: 80px;
	left: -10px;
	z-index: 100;
	width: 203px;
	height: 25px;
}
.single article .single-thmb:after {
	bottom: 30px;
}*/
/** END SINGLE **/


/** COMMENTS **/
#comments {
	margin-bottom: 70px;
}
#comments h3,
#comments .comment-notes {
	display: none;
}
#respond {
	margin-top: 40px;
	display: block;
}
#comments #submit {
	background: #DE2377;
	color: #fff;
	font-size: 18px;
	font-family: "Myriad Pro Regular", sans-serif;
	padding: 15px 45px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.single .comment-meta a,
.page .comment-meta a {
	font-size: 9px;
	color: #a5acb8;
	font-family: "Myriad Pro Regular", sans-serif;
	letter-spacing: 1px;
}
.single .comment-list,
.page .comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single .comment-list li,
.page .comment-list li {
	margin-top: 20px;
}
.single .comment-list .comment-author,
.page .comment-list .comment-author {
	font-size: 18px;
	color: #161617;
	font-family: "PT Serif Italic";
}
.single .comment-list .comment-author .fn,
.page .comment-list .comment-author .fn {
	display: block;
}
.single .comment-list .comment-author .avatar,
.page .comment-list .comment-author .avatar {
	float: left;
	margin-right: 5px;
	background: url('img/noavatar.png') no-repeat;
	width: 71px;
	height: 35px;
	margin-top: 11px;
	margin-right: 25px;
}
.single .comment-list .comment-text::before,
.page .comment-list .comment-text::before {
    border-bottom: 20px solid #f2f4f7;
    border-right: 30px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-top: -27px;
    width: 0;
}
.single .comment-list .comment-text,
.page .comment-list .comment-text {
    background: #f2f4f7 none repeat scroll 0 0;
    color: #515255;
    display: block;
    font-family: "PT Sans Regular",sans-serif;
    font-size: 15px;
    margin: 20px 0 5px 50px;
    padding: 10px 20px 17px;
}
.single .comment-list .comment-text p,
.page .comment-list .comment-text p {
	margin-bottom: 10px;
}
.single .comment-respond input,
.single .comment-respond textarea,
.page .comment-respond input,
.page .comment-respond textarea {
	border: 1px solid #d6dadc;
	padding: 15px 20px;
	font-size: 17px;
    font-family: "PT Sans Regular",sans-serif;
	color: #161617;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
#recomend-read-in-single > div .posts-in-category {
	border-bottom: 1px dotted #bfbfbf;
}
#recomend-read-in-single div:nth-child(1n+4) .posts-in-category {
	border: none;
}
#recomend-read-in-single div:nth-child(1n+4) .entry-header {
	display: none;
}
#recomend-read-in-single .posts-in-category article {
	margin-bottom: 0;
	padding-bottom: 0;
}
/** END COMMENTS **/


/** FORM **/
.wpcf7-form {
	width: 100%;
	display: block;
}
.wpcf7-form .row {
	margin-bottom: 20px;
}
.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
	color: #000;
	font-size: 16px;
    font-family: "PT Sans Regular",sans-serif;
    padding: 10px 20px 13px;
    width: 100%;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d6dadc;
	height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wpcf7-form select {
	width: 110%;
	border: 0px solid #d6dadc;
}
.wpcf7-form textarea {
	height: 110px;
}
.wpcf7-form input[type="submit"] {
	width: 215px;
	background: #DE2377;
	border: none;
	color: #fff;
	text-shadow: none;
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wpcf7-form label {
	color: #010101;
	font-size: 14px;
    font-family: "PT Sans Bold",sans-serif;
    display: block;
}
.wpcf7-form h3 {
	color: #010101;
	font-size: 27px;
	font-family: "Myriad Pro Regular", sans-serif;
}
.wpcf7-form h3:after {
	display: table;
	float: none;
	content: "";
	width: 90px;
	height: 1px;
	border-bottom: 2px solid #f1bc2b;
	margin-top: 10px;
}
.wpcf7-form .styled-select {
	height: 50px;
	width: 100%;
	overflow: hidden;
	background: url('img/icon_select.png') no-repeat 95% center #fff;
	border: 1px solid #d6dadc;
}
.wpcf7-form .styled-select option {
	display: block;
	padding: 5px;
}
.wpcf7-form div[class*="col-lg"] {
	margin-top: 10px;
}
/** END FORM **/


/** BLOCKS AND BUTTONS **/
.entry-content .information {
	color: #3c4d0f;
	font-size: 17px;
	font-family: "Myriad Pro Regular", sans-serif;
	background: #f3fbde url('img/icon_info.png') no-repeat scroll 30px 30px;
	padding: 30px 30px 30px 100px;
	margin: 15px 0;
	width: 100%;
	display: inline-block;
}
.entry-content a.button {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-family: "Myriad Pro Regular", sans-serif;
	text-decoration: none;
	margin: 5px 0;
	width: 180px;
	margin-right: 20px;
}
.entry-content a.download.button {
	color: #fff;
	background: #8db526 url('img/icon_download.png') no-repeat 15px center;
	padding: 12px 30px 12px 50px;
}
.entry-content a.open.button {
	color: #fff;
	background: #de2377 url('img/icon_arrow_top.png') no-repeat 145px center;
	padding: 12px 50px 12px 30px;
}
.entry-content a.goto.button {
	color: #fff;
	background: #abb5c3 url('img/icon_arrow_right.png') no-repeat 145px center;
	padding: 12px 50px 12px 30px;
}

.entry-content .subarticle {
	width: 100%;
	display: inline-block;
	border: 1px solid #f4e9ee;
}
.entry-content .subarticle h4 {
	color: #fff;
	font-size: 19px;
	font-family: "Myriad Pro Bold", sans-serif;
	background: #de2679;
	width: 100%;
	display: inline-block;
	padding: 15px 10px 15px 40px;
	margin: 0;
}
.entry-content .subarticle p {
	padding: 20px 40px;
	color: #171718;
	font-size: 18px;
    font-family: "PT Sans Italic",sans-serif;
}

.entry-content .quote2 {
	background: transparent url('img/quote2.png') no-repeat center top;
	padding: 30px 40px;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dfe0e1;
	font-family: "Myriad Pro Regular", sans-serif;
	font-size: 18px;
	color: #161617;
	margin: 20px 0;
}
/** END BLOCK AND BUTTONS **/


/** SEARCH **/
.search #primary .page-title {
	font-size: 24px;
}
.search #primary article {
    border-bottom: 1px dotted #bfbfbf;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 100%;
}
.search #primary .page-header {
	margin-top: 35px;
}
.search #primary article .entry-title a {
    color: #010101;
    font-family: "Myriad Pro Regular",sans-serif;
    font-size: 23px;
    margin-top: 0;
}
.search #primary article .entry-title {
    clear: none;
    line-height: 25px;
    margin: 0 0 10px;
}
.search #primary article header.entry-header {
    float: left;
    height: 130px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 170px;
}
.search #primary article .entry-summary {
    color: #313233;
    font-family: "PT Sans Regular",sans-serif;
    font-size: 16px;
    margin-left: 200px;
    margin-top: 0;
}
.search #primary article .entry-meta a {
    color: #a5acb8;
    font-family: "Myriad Pro Regular",sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search #primary article .entry-meta {
	display: inline-block;
	width: 100%;
}
.search #primary article .entry-meta .cat-links {
	max-width: 170px;
	height: 23px;
	overflow: hidden;
	display: inline-block;
	line-height: 23px;
	margin-bottom: -5px;
}
.search #primary article .entry-meta span {
	color: #a5acb8;
	letter-spacing: 1px;
}
.search #primary article .comments-count {
	margin-left: 4px;
}
.search #primary article .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
.search #primary article .comments-count a:hover {
	text-decoration: none;
}
.search .entry-content {
    color: #313233;
    font-family: "PT Sans Regular",sans-serif;
    font-size: 17px;
    padding: 10px 15px;
}
.entry-content ol li {
	margin-bottom: 10px;
	padding-left: 10px;
}
.entry-content ol li:first-letter{
	text-transform: uppercase;
}
/** END SEARCH **/


/** PAGE **/
.page .site-main {
	margin-top: 35px;
}
.page article .entry-title {
	color: #010101;
	font-size: 28px;
	font-family: "Myriad Pro Regular", sans-serif;
	margin-top: 0px;
}
.page .single-thmb {
	width: 100%;
	display: block;
	height: 350px;
	overflow: hidden;
}
.page .single-thmb img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.page article .entry-content {
	color: #171718;
	font-size: 16px;
	font-family: "PT Sans Regular", sans-serif;
	line-height: 22px;
}
.page article .entry-content p {
	margin-bottom: 20px;
}
.page article .entry-content ul li {
	list-style-image: url('img/pink-point.png');
	font-size: 16px;
	color: #05244f;
	font-family: "PT Sans Italic", sans-serif;
	margin-bottom: 8px;
}
.page article .entry-content table tr:first-child {
	font-size: 15px;
	color: #fff;
	background: #526176;
	font-family: "Myriad Pro Regular", sans-serif;
}
.page article .entry-content table tr td {
	padding: 5px 7px;
}
.page article .entry-content table tr td {
	border: 1px solid #edf0f3;
}
/*.page .entry-content iframe {
	margin: 0 auto;
	padding: 10px;
	background: #e5e9eb;
	display: block;
	margin: 35px auto;
}*/
.page .entry-header .entry-meta {
	color: #A5ACB8;
	line-height: 10px;
	margin-top: -5px;
	margin-bottom: 15px;
}
.page .entry-header .entry-meta a {
    color: #A5ACB8;
    font-size: 9px;
    font-family: "Myriad Pro Regular",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page .entry-header .comments-count {
	margin-left: 4px;
}
.page .entry-header .comments-count a {
	font-size: 11px;
	border-bottom: 1px solid #eaecee;
}
.page .entry-header .comments-count a:hover {
	text-decoration: none;
}
.page .wp-caption .wp-caption-text {
	background: #f2f5f8;
	margin: 0;
	padding: 15px;
	color: #4f545b;
	font-size: 14px;
	font-family: "PT Sans Italic", sans-serif;
	line-height: 16px;
}
.page .entry-content h2 {
	font-size: 28px;
	color: #010101;
	font-family: "Myriad Pro Regular", sans-serif;
	background: url('img/border-h2.png') repeat-y;
	padding-left: 40px;
	margin-bottom: 20px;
}
.page .comments-title {}
.page .comments-title {
  overflow: hidden;
}
.page .comments-title {
	font-size: 30px;
	font-family: "Myriad Pro Regular", sans-serif;
	background: #fff;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
.page .comments-title:before,
.page .comments-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background: #e1e3e6;
	border: solid #FFF;
	border-width: 0 10px;
}
.page .comments-title:before {
	margin-left: -100%;
}
.page .comments-title:after {
	margin-right: -100%;
}
.page .comments-title span {
	font-family: "PT Serif Bold";
}
.page article .entry-content figure,
.page article .single-thmb {
	position: relative;
	z-index: 10;
}
/** END PAGE **/


/** EROR 404 **/
.error404 .site-main {
	margin-top: 35px;
}
.error404 .error-404 .entry-title {
	color: #010101;
	font-size: 28px;
	font-family: "Myriad Pro Regular", sans-serif;
	margin-top: 0px;
}
.error404 .error-404 .page-content {
	color: #171718;
	font-size: 16px;
	font-family: "PT Sans Regular", sans-serif;
	line-height: 22px;
}
.error404 .error-404 .page-content p {
	margin-bottom: 20px;
}
.error404 .error-404 span.e404 {
	font-size: 160px;
	text-align: center;
	font-family: "Myriad Pro Bold", sans-serif;
	color: #DE2377;
	display: inline-block;
	width: 100%;
	float: none;
	clear: both;
	margin: 40px 0;
	line-height: 160px;
}
/** END ERROR 404 **/



/** MEDIA **/
@media (max-width:1201px) {
	.site-branding .widget-area section:nth-child(2) {
		display: none;
	}
	#primary-menu li a {
		font-size: 14px;
	}
	#site-navigation .dropdown-primary-menu a {
		font-size: 14px;
	}
	#popular-read .first-news {
		height: unset;
	}
	#searchtext {
		width: 250px;
	}
	.site-branding .logotip img {
		width: 150px;
		height: auto;
	}
	#popular-read article.features-post .entry-header img {
		position: relative;
		left: -25%;
	}
	.category #main article header {
		height: 140px;
	}
	.posts-in-category header.entry-header img.wp-post-image {
	    display: block;
	    left: 0;
	    margin: 0 auto;
	    max-width: none;
	    position: relative;
	    top: -10%;
	    width: 100%;
	}
	.posts-in-category header.entry-header {
	    height: auto;
	}
}/*max-width:1201px*/

@media (max-width:992px) {
	.single article .entry-title {
		font-size: 22px;
	}

	#primary-menu {
		display: none;
		width: 100%;
		background: #F0F3F6;
		padding: 10px 15px;
	}
	#primary-menu::before,
	#primary-menu::after,
	#primary-menu .home-item-menu,
	.bottom-bg-menu {
		display: none;
	}
	#primary-menu li {
		width: 51%;
		padding: 0;
		display: block;
	}
	#primary-menu li a {
		border-left: none;
		color: #000;
		font-size: 24px;
		font-family: "Myriad Pro Regular", sans-serif;
		text-transform: none;
		padding: 17px 0 17px 15px;
		border-bottom: 1px solid #e2e6eb;
	}
	#primary-menu li:last-child a {
		border: none;
	}
	#primary-menu li.menu-item-has-children > a::after {
		float: right;
		background: url("img/icon_down_menu_gray.png") no-repeat;
		margin-top: 7px;
	}
	.main-navigation .mobile-navigation {
		display: inline-block;
	}
	#primary-menu.show-mobile-menu .show-mobile-sub-menu {
		display: block;
		background: #f0f3f6;
		position: relative;
		left: 0;
		top: 0;
		margin-left: 25px;
		float: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#primary-menu.show-mobile-menu .show-mobile-sub-menu li a {
		font-family: "Myriad Pro Regular", sans-serif;
		font-size: 17px;
		color: #161617;
		padding: 10px 0;
		border: none;
	}
	#primary-menu.show-mobile-menu .show-mobile-sub-menu li a:hover {
		color: #7b7e81;
	}
	#secondary img {
		margin: 0 auto;
		display: block;
	}
	#heaclub-index-foot .banner-in-foot {
		height: 150px;
	}
	#heaclub-index-foot .banner-in-foot button {
		margin-top: -55px;
	}
	#popular-read .first-news {
		float: left;
		height: 300px;
		margin-bottom: 20px;
	}
	#popular-read article.features-post .entry-header {
		display: block;
	}
	#secondary section:nth-child(odd) {
		float: left;
		width: 50%;
		margin: 0 0 20px;
		padding: 10px;
	}
	#secondary section:nth-child(even) {
		float: right;
		width: 50%;
		margin: 0 0 20px;
		padding: 10px;
	}
	#secondary section h3 {
		margin-top: 0;
	}
	footer.site-footer {
		padding: 5px 10px 20px;
	}
	#page header .top-info {
		padding: 0 45px;
	}
	article table {
	    display: block;
	    margin: 0 0 1.5em;
	    max-width: 100%;
	    overflow-x: scroll;
	    width: 100%;
	    font-size: 14px;
	}
}/*max-width:992px*/

@media (max-width:767px) {
	.single article .entry-title {
		font-size: 22px;
	}

	.site-footer aside {
		width: 220px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.posts-in-category header.entry-header img.wp-post-image {
	    display: block;
	    left: 0;
	    margin: 0 auto;
	    max-width: none;
	    position: relative;
	    top: -10%;
	    width: 100%;
	}
	.posts-in-category header.entry-header {
		height: 250px;
	}
	#page header .top-info {
		text-align: center;
		display:none;
	}
	#on-top {
		right: 5px;
	}
	.posts-in-category .name-category {
		text-transform: uppercase;
	}
	.category #content {
		padding: 0 25px;
	}
	.category #main article.col-xs-6 {
		width: 49%;
		float: none;
		display: inline-block;
	}
	.category #site-navigation {
		padding: 0;
	}
	.category #main article header {
		height: auto;
	}
}/*max-width:767px*/

@media (max-width:680px) {
	.single article .entry-title {
		font-size: 22px;
	}

	#popular-read article.features-post .entry-header img {
		position: relative;
		left: 0;
	}
	#recomend-read .entry-content {
		margin: 0;
		padding: 10px;
		width: 100%;
		display: block;
	}
	#recomend-read header.entry-header {
		height: 250px;
		width: 100%;
		display: block;
	}
	#recomend-read header.entry-header img.wp-post-image {
		position: relative;
		left: 0;
		top: -10%;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.recomend-read-title::before, .recomend-read-title::after {
		display: none !important;
	}
	#content,
	#site-navigation {
		padding: 0 10px;
	}
	#page .site-branding {
		width: 350px;
		height: 110px;
		padding: 0px;
		margin: 0 auto;
		display: block;
	}
	#primary-menu li {
		width: 100%;
	}
	#popular-read .first-news {
		height: auto;
	}
	#page header .top-info {
		display:none;
		font-size: 15px;
		line-height: 30px;
	}
	#page header .top-info .date-time {
		font-size: 12px;
	}
	#page header .top-info {
		padding: 0;
	}
	.single .entry-content h2 {
		font-size: 32px;
	}
	#toc_container {
		display: block;
	}
	.single #toc_container {
		padding: 10px;
	}
	.category #main article.col-xs-6 {
		width: 100%;
		display: inline-block;
	}
	.category #main article header {
		width: 100%;
		height: auto;
		max-width: unset;
	}
	.comment-form-author, .comment-form-email {
		width: 90%;
		margin-bottom: 10px;
	}
}/*max-width:680px*/

@media (max-width:480px) { 
	#secondary section.widget {
		width: 100%;
		display: inline-block;
		padding: 0;
		margin: 10px 0;
	}
	#heaclub-index-foot .banner-in-foot button {
		margin-top: 10px;
	}
	#recomend-read header.entry-header {
		height: auto;
	}
	.posts-in-category header.entry-header {
		height: auto;
	}
	#page header.site-header {
		padding: 0;
	}
	.site-branding .logotip img {
		width: 120px;
	}
	#page .site-branding .site-description {
		margin-top: 20px;
		width: 142px;
		font-size: 15px;
	}
	#page .site-branding {
		width: 300px;
		height: 90px;
	}
	article .entry-content ul {
		margin-left: 0;
	}
	.single #toc_container a {
		font-size: 13px;
	}
	.single .single-thmb {
		height: auto;
	}
	.single .entry-title {
		font-size: 23px;
	}
	.single .entry-content h2 {
		font-size: 21px;
	}
}/*max-width:480px*/

@media (max-width:380px) {
	#page .site-branding {
		width: 265px;
	}
	#on-top {
	    bottom: 0;
	    left: 0;
	    margin: -63px auto 0;
	    padding: 25px 9px;
	    position: relative;
	    right: 0;
	    top: 0;
	    width: 40px;
	}
	.top-info > div,
	.site-branding > div {
		padding: 0;
	}
	#page {
		overflow-x: hidden;
	}
	#page .site-branding {
		height: 80px;
	}
	#popular-read .recomend-read-title {
		padding: 0;
	}
	#popular-read article.features-post .entry-content {
		position: relative;
		background: none;
		padding: 0;
	}
	#popular-read article.features-post .entry-content a {
		color: #000;
		text-shadow: none;
	}
	.category #content {
		padding: 0 10px;
	}
}/*max-width:380px*/

/** END MEDIA **/


.entry-content img {
	border: 1px solid #e9edef;
}



/************************************************************
********************** END CUSTOM CSS ***********************
************************************************************/