/*
Theme Name: The Box
Theme URI: https://www.designlabthemes.com/the-box-wordpress-theme/
Author: Design Lab
Author URI: https://www.designlabthemes.com/
Description: Clean and Simple WordPress Theme designed for blogs and online publications. With easy to use options The Box lets you focus on your awesome writing.
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-box
Tags: blog, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, one-column, post-formats, right-sidebar, sticky-post, theme-options, two-columns, translation-ready

*/

/********************************************************************************************************
 * Please don't edit this file.  You can lose all modifications if the theme is updated.
 * Please use a child theme. You can overwrite specific style rules in your child theme's 'style.css' file.
 * See here more about Child Themes: https://codex.wordpress.org/Child_Themes
 
 * This file is only loaded if 'SCRIPT_DEBUG' is set to 'TRUE' in your 'wp-config.php' file. Otherwise,
 * the 'style.min.css' file is loaded.
********************************************************************************************************/ 

/*

01: - Normalize
02: - Layout
03: - Typography
04: - Elements
05: - Navigation
06: - Header
07: - Content
08:	- Post Formats
09: - Widgets
10: - Footer
11: - Comments
12: - Additional Styles
13: - Responsive

*/




/* 01: Normalize 
 * normalize.css | MIT License | git.io/normalize
 */


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

/* pt-sans-700 - cyrillic-ext_latin_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v8-cyrillic-ext_latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('fonts/pt-sans-v8-cyrillic-ext_latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v8-cyrillic-ext_latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v8-cyrillic-ext_latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v8-cyrillic-ext_latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v8-cyrillic-ext_latin_cyrillic-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

.sprite, .main-navigation ul#menu-glavnoe-menyu:before, .main-navigation ul#menu-glavnoe-menyu:after, .main-navigation ul:first-child, .sprite-tag, .sprite-cat, .sprite-comm, .sprite-date, .menu-top, .hre-search-submit, .header-logo-img, .header-volna, .pageviews-numb, .sprite-print, .help-button, .bubble1, .bubble2, .sticky:before, .widget-wrapper:after, .widget-wrapper-2:after, .donate:before, .comment-content:after, .life-sb:before, .tooltip1-content::after{
    background: url(img/sprite.png);
    background-repeat: no-repeat;
}

body {
	margin: 0;
	position:relative;
}

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;
	outline: none;
}

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-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #ddd;
	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;
}

/* 
 * 02: Layout
 */

body {
	background: #f0f3f5;
}

#page {
	padding: 0 20px;
	margin: auto;
}

.content-area,
.widget-area {
	float: none;
	width: 100%;
	margin: auto;
	padding: 0;
}

/* Grid */

.row {
	margin: 0 -10px;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-3, .col-4, .col-6, .col-12,
.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12,
.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 {
	position: relative;
	min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {
  float: left;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-12 {
	width: 100%;
}

.ya-site-form__input-text {
    padding: 7px 25px 7px 7px!important;
}

@media (min-width: 768px) {
	.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 {
	float: left;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-12 {
	width: 100%;
	}
}

@media (min-width: 1024px) {
	.col-3, .col-4, .col-6, .col-12 {
	float: left;
	}
	.col-3 {
	width: 25%;
	}
	.col-4 {
	width: 33.33333333%;
	}
	.col-6 {
	width: 50%;
	}
	.col-12 {
	width: 100%;
	}
}

/* 
 * 03: Typography
 */

body,
textarea {
    font-size: 16px;
    font-family: 'arial', sans-serif;
	line-height: 1.65;
	color: #747474;
}

button,
input,
select {
    font-size: 16px;
    font-family: 'PT Sans', 'arial', sans-serif;
	line-height: 1.65;
	color: #747474;
}

/* Headings */

h1 {
	font-size: 1.714em; /* 24px */
	line-height: 1.4;
	margin: 1.5em 0 0.5em;
}

h2 {
	font-size: 27px;
	line-height: 1.4;
	font-weight: 700;
	margin: 1.5em 0 0.5em;
	font-family: 'PT Sans', 'arial', sans-serif;
}

h3 {
	font-size: 1.286em; /* 18px */
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 0.5em;
}

.tml-profile h3, .post  h3 , .page .entry-content h3{
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin: 25px 0 20px 0;
	margin: 0 0 0.5em;
	padding: 7px 21px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #f9f9f9;
    text-align: center;
    display: block;
	font-family: 'PT Sans', 'arial', sans-serif;
}
.site-content h3 a {
	color: #fff;
	text-decoration:underline;
}
.site-content h3 a:hover {
	text-decoration:none;
}

h4 {
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 0.5em;
	font-family: 'PT Sans', 'arial', sans-serif;
	clear:none !important;
}

h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 0.5em;
}

h1, h3, h4, h5, h6 {
	clear: both;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
	margin-top: 0;
}

.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em; /* 28px */
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.entry-title {
    margin: 0;
    font-weight: bold;
    color: #38b700;
    font-size: 25px;
}

.page-title {
	color: #959595;
	font-weight: 400;
}

.page-title span {
	color: #4a4a4a;
	font-weight: 700;
}

/* 
 * 04: Elements
 */

.site-footer,
.widget-area,
.entry-footer,
.entry-meta {
	font-size: 13px;
	font-family: 'PT Sans', 'arial', sans-serif;
}

.main-navigation{
	font-size: 15px;
	font-family: 'PT Sans', 'arial', sans-serif;
}
.main-navigation li{
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(17, 97, 3, 0.64);
}
.sub-menu li{
	text-shadow: none;
}

hr {
	background-color: #b8b8b8;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

strong {
	font-weight: 700;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: 700;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    margin: 1.5em 0;
    padding: 16px 26px;
    border-left: 13px solid #ddd;
    background: rgba(204, 204, 204, 0.2);
}

iframe{
	margin:0 auto;
	display: block;
	border: none;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.5em;
	padding: 1.5em;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 1.5em 0;
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

th {
	font-weight: 700;
}

thead th {
	font-size: 1.143em;
}

th, td {
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 10px;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0fa5d9;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	line-height: 1;
	padding: 0.75em 1.5em;
	border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
}

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 {
	
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #6b6b6b;
    border: 1px solid rgba(0, 0, 0, 0.22);
    margin: 0.5em 0;
    background: rgba(0, 0, 0, 0.03);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #252525;
	border-color: rgba(0,0,0,0.2);
}

input[type=text],
input[type=email],
input[type=password] {
	padding: 0.5em 1em;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#submit {
	background: #6bbdfb;
    color: #fff;
    padding: 13px 21px;
    display: block;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
    margin: 0 0 7px 0;
    font-family: 'PT Sans', 'arial', sans-serif;
}

#submit:hover {
	color: #fff;
}

/* Search Form */

.search-form {
	position: relative;
}

.search-form label {
	display: block;
}

.search-form button, .search-form input[type="button"], .search-form input[type="reset"], .search-form input[type="submit"]{
	background-color: rgba(15, 165, 217, 0);
}

input#s {
	border: 1px solid rgba(23, 23, 23, 0.27);
    border-radius: 3px;
    padding: 6px 37px 6px 10px;
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    width: 202px;
    background-color: transparent;
}

.entry-content input#s {
	border: 1px solid #eee;
}

#search-submit {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 34px;
    padding: 6px 0 4px;
    margin: 0;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#search-submit:hover {
	opacity: 0.9;
}

/* Make sure embeds and iframes fit their containers */

embed,
object,
iframe {
	max-width: 100%;
	max-height: 260px;
}

/* Links */

a {
	color: #38b700;
	text-decoration: none;
}
.post-navigation a {
	line-height:25px;
	padding:5px 0;
}

a:hover {
	text-decoration: underline;
}

a:focus,
a:active {
	outline: 0;
}

h1 a,
h2 a,
h3 a {
	color: #38b700;
}
h2.entry-title  a{
	color: #38b700;
	padding: 4px 0;
}

.site-title a {
	display: inline-block;
	color: #252525;
}

.site-title a:hover {
	text-decoration: none;
	color: #0fa5d9;
}

.entry-title a:hover {
	text-decoration: none;
}
.edit-link{
	float: right;
}
.edit-link a {
    padding: 2px 15px;
}

.edit-link a:hover {
	opacity: .9;
}

.more-link {
	display: block;
    background: #7aca57;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    float: right;
    padding: 6px 50px;
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    border-radius: 3px;
	transition: background 0.1s ease-in-out;
}

.more-link:hover {
	text-decoration: none;
	background: #6ac443;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin: 0 1em 0.25em 0 !important;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.25em 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

/* Clearing */

.clearfix:after,
.container:after,
.main-navigation:after,
.entry-header:after,
.entry-content:after,
.entry-summary:after,
.widget:after,
.gallery:after {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.container:after,
.container:before,
.main-navigation:after,
.main-navigation:before,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.widget:before,
.widget:after,
.gallery:before,
.gallery:after {
	display: table;
	content: "";
}


/*
 * 05: Navigation
 */

/* Main Navigation */

.main-navigation {

}

.main-navigation ul {
	list-style: none;
    padding: 0 0 0 0;
	background-position: 5px 0;
    max-width: 996px;
	height: 53px;
    position: relative;
	margin: -6px auto 0px;
    text-align: left;
    white-space: nowrap;
	z-index: 1;
	z-index: 201;
}

.main-navigation ul#menu-glavnoe-menyu:before{
    display: table;
    position: absolute;
    content: "";
	left: -68px;
    top: 0;
    background-position: 0px -57px;
    height: 98px;
    width: 99px;
	z-index: 0;
}
.main-navigation ul#menu-glavnoe-menyu:after{
    display: table;
    position: absolute;
    content: "";
    right: -65px;
    top: -3px;
    background-position: -100px -56px;
    height: 131px;
    width: 91px;
    z-index: 1;
}

#menu-glavnoe-menyu{
	z-index: 7;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 1px 0 0 0;
    margin: 5px 0 0px 0;
}

.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 46px;
	line-height: 48px;
	padding: 0 1em;
}

.main-navigation > div > ul > li > a:hover {
	color: #fff;
}

.main-navigation > div > ul > li.menu-item-has-children > a,
.main-navigation > div > ul > li.page_item_has_children > a {
	padding-right: 18px;
}

.main-navigation > div > ul > li.menu-item-has-children > a:before,
.main-navigation > div > ul > li.page_item_has_children > a:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	position: absolute;
	right: 2px;
	top: 18px;		
	content: "\69";
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
}

.main-navigation li:hover a,
.main-navigation li:focus a {
	background-color: rgba(255,255,255,0.2);
}

.main-navigation ul ul {
visibility: hidden;
    opacity: 0;
    width: 243px;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    height: auto;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.32);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.main-navigation ul ul:after {
   	border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 0 auto 0 -4px;
    position: absolute;
    text-align: center;
    width: 0;
    left: 1em;
    top: -6px;
}

.main-navigation > div > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul li {
	float: none;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.main-navigation ul ul li:first-child {
	border: 0;
}

.main-navigation ul ul a {
	color: #656565;
	display: block;
	height: auto;
    line-height: 1.5;
    padding: 0.75em 1em;
    background: #fff;
}

.main-navigation ul li:hover ul a,
.main-navigation ul li:focus ul a {
	background: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #38b700;
}

.main-navigation ul ul ul {
	display: none;
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0;
}

.main-navigation ul ul ul:after {
	content: none;
}

.main-navigation div ul ul li:hover > ul {
	display: block;
}

.main-navigation div ul ul ul li:hover > ul {
	display: block;
}

/* Mobile Navigation */

button.menu-toggle {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 20px;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 29px 0 0 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

button.menu-toggle:hover,
button.menu-toggle:active{
	background-color: transparent;
}

button.menu-toggle:focus {
	outline: none;
}

/* Button Toggle */

.button-toggle {
	display: block;
    background-color: #fff;
    height: 3px;
    opacity: 1;
    position: absolute;
    transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
    width: 24px;
    z-index: 20;
    left: 8px;
    top: 20px;
}

.button-toggle:before {
    background-color: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -7px;
    transform-origin: center center 0;
    transition: transform 0.3s ease 0s, background 0.3s ease 0s;
    width: 24px;
}

.button-toggle:after {
    background-color: #fff;
    bottom: -7px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: center center 0;
    transition: transform 0.3s ease 0s, background 0.3s ease 0s;
    width: 24px;
}

.toggled .button-toggle {
	background-color: transparent !important;
}

.toggled .button-toggle:before {
    opacity: 1;
    transform: translate(0px, 7px) rotate(-45deg);
}

.toggled .button-toggle:after {
    opacity: 1;
    transform: translate(0px, -7px) rotate(45deg);
}

/* Footer Navigation */

.footer-navigation .menu li,
.footer-navigation .menu li a {
	display: inline-block;
}

.footer-navigation .menu {
	margin: 0;
	padding: 0;
}

.footer-navigation .menu li {
	margin: 0 0 0 0.5em;
}

.footer-navigation .menu li:first-child {
	margin-left: 0;
}

/* Post Navigation */

.navigation {
	overflow: hidden;
	clear: both;
}

.post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #fff;
	padding: 27px 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
}

.post-navigation .nav-previous {
	float: left;
    width: 49%;
    text-align: center;
}

.post-navigation .nav-next {
	float: right;
    text-align: center;
    width: 50%;
    border-left: 1px solid #E1E1E1;
}

.image-navigation {
	margin-bottom: 1em;
}

.image-attachment .post-navigation {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Pagination */

.pagination {
	margin: 0 0 20px 0;
	padding: 0;
}

.pagination .nav-links { 
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination .nav-links a,
.pagination .nav-links span { 
	display: block; 
	float: left;
	height: 30px;
	margin: 0 5px 5px 0;
	padding: 0 1em;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	background-color: #fff;
	color: #777;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.pagination .nav-links .current,
.pagination .nav-links .current:hover,
.pagination .nav-links a:hover { 
	border-color: transparent;
	text-decoration: none;
	color: #fff;
	background: #0fa5d9;
}

/*
 * 06: Header
 */

.site-header {
    position: relative;
	width: 996px;
    margin: 0 auto;
}

.site-brand {
	position: relative;
	height: 189px;
}

hgroup {
	float: left;
    width: 50%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

hgroup h1 a {
	text-decoration: none;
	outline: none;
	margin: auto
}

.site-description {
	color: #959595;
	color: rgba(0,0,0,0.5);
    display: inline-block;
    margin: 0;
    font-size: 1em; 
    font-weight: 400;
	display: none;
}

.header-image {
	display: none;
}

.header-ads {
	margin: 0 auto 20px;
	text-align: center;
}

.header-ads img {
	display: block;
	margin: auto;
}

/* Social Links */

.social-navigation {
	float: left;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    width: 50%;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.social-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.social-links li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.social-links a {
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #353535;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0.5em;
}

.social-links li:first-child a {
	margin-left: 0;
}

.social-links [class^="icon-"] {
	font-size: 14px;
}

.social-links [class^="icon-"]:before,
.social-links [class*=" icon-"]:before {
	display: inline-block;
	color: #fff;
	line-height: 24px;
}

.social-links a:hover {
	background: #252525;
}

.social-links .rss:hover {
	background: #F28A29;
}

.social-links .twitter:hover {
	background: #1db0ed;
}

.social-links .facebook:hover {
	background: #3B5998;
}

.social-links .googleplus:hover {
	background: #dd4b39;
}

.social-links .linkedin:hover {
	background: #007bb6;
}

.social-links .instagram:hover {
	background: #517fa4;
}

.social-links .youtube:hover {
	background: #bb0000;
}

.social-links .pinterest:hover {
	background: #cb2027;
}

.social-links .stumbleupon:hover {
	background: #ea4b24;
}

.social-links .flickr:hover {
	background: #ff0084;
}

.social-links .tumblr:hover {
	background: #32506d;
}

.social-links .medium:hover {
	background: #000;
}

.social-links .github:hover {
	background: #121111;
}

.social-links .xing:hover {
	background: #1A7576;
}

/*
 * 07: Content
 */

.site-main {
	margin: 20px 0;
}

.hentry {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	border-radius: 3px;
	border-top: 5px solid rgba(56, 184, 0, 0.3);
	overflow: hidden;
	word-wrap: break-word;
}

.entry-header {
	position: relative;
	padding: 23px 40px 0px 40px;
}
.col-12 .entry-header{
	padding: 15px 20px 15px 20px;
}
.col-12 .entry-summary{
	padding: 0px 20px 15px 20px;
}
.entry-title,
.entry-meta {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-meta,
.entry-meta a {
	color: #959595;
}

.entry-meta a:hover {
	color: #0fa5d9;
}

.entry-time {
	display: none;
}

.entry-content,
.entry-summary {
	padding: 15px 40px 32px 40px;
	position: relative;
}

.entry-content p:last-child,
.entry-summary p:last-child {
	margin-bottom: 0;
}

.entry-footer {
	padding: 10px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	font-family: 'arial', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #939292;
	position: relative;
}
.entry-footer a{
    color: #939292;
	text-decoration:none;
}
.entry-footer a:hover{
    color: #38b700;
	text-decoration:none;
}

.entry-footer p:last-child {
	margin: 0;
}

.posted-on,
.byline,
.comments-link,
.cat-links,
.tags-links {
	padding-right: 0.5em;
	display: inline-block;
}
.comments-link{
	padding: 0 0 0 26px;
}

.posted-on,
.byline,
.comments-link {
	margin-top: 0;
	position: relative;
}

.sep {
	display: inline-block;
	padding: 0 0.5em;
	color: #b5b5b5;
}

.post-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Icons */

.icon-font {
	font-size: 14px;
	display: inline-block;
	vertical-align: -10%;
}

.entry-footer .icon-font {
	color: #0fa5d9;
}

/* Single Posts and Pages */

.page-header {
	padding: 15px 20px;
    margin: 0 0 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
}

.page-header h1 {
	font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', 'arial', sans-serif;
}

.page-header .taxonomy-description p {
	margin: 5px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-links > a,
.page-links > .page-number {
	padding: 0 0.25em;
	display: inline-block;
}

/* Featured Image on Single Post */

.featured-image {
	margin-bottom: 20px;
}

.featured-image img {
	margin: auto;
	display: block;
}

/* Galleries */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-item {
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 1.5em 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

#content .gallery-icon img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;	
}

.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%;
}

/* Captions */

.wp-caption {
	border: 0;
	margin: 0 auto 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #757575;
    font-size: 0.929em;
    margin-top: 0.5em;
}

.gallery-caption {
	color: #757575;
	display: block;
	font-size: 0.929em;
	margin: 0;
	padding-top: 0.5em;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
	line-height: 1;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: #10c0cc;
	display: block;
	font-size: 14px;
	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 */
}

/* Infinite Scroll */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* 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;
}

/*
 * 08: Posts Formats
 */

.format-quote .entry-summary blockquote {
	margin: 0;
}

.format-image .entry-summary img {
	margin: 0
}

.format-status .entry-summary p {
	margin-bottom: 0.5em;
}

.entry-format-icon {
	display: none;
}

/* Posts Formats Icons */

.entry-format-icon {
	line-height: 48px;
}

.entry-format-icon:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 21px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.sticky .entry-time-day,
.sticky .entry-time-month,
.format-image .entry-time-day,
.format-image .entry-time-month,
.format-gallery .entry-time-day,
.format-gallery  .entry-time-month,
.format-link .entry-time-day,
.format-link .entry-time-month,
.format-quote .entry-time-day,
.format-quote .entry-time-month,
.format-video .entry-time-day,
.format-video .entry-time-month {
	display: none;
}

.sticky .entry-format-icon,
.format-image .entry-format-icon,
.format-gallery .entry-format-icon,
.format-link .entry-format-icon,
.format-quote .entry-format-icon,
.format-video .entry-format-icon,
.format-status .entry-format-icon {
	display: block;
}

.sticky .entry-format-icon:before {
	content: "\73";
}

.format-image .entry-format-icon:before {
	content: "\74";
}

.format-gallery .entry-format-icon:before {
	content: "\55";
}

.format-video .entry-format-icon:before {
	content: "\75";
}

.format-link .entry-format-icon:before {
	content: "\51";
}

.format-quote .entry-format-icon:before {
	content: "\61";
}

.format-status .entry-format-icon:before {
	content: "\76";
}

/* 
 * 09: Widgets
 */

.widget {
	margin: 0 0 20px;
	padding: 15px 20px;
	color: #757575;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	word-wrap: break-word;
}

.widget-title {
	color: #353535;
	font-size: 1.154em;
	margin-bottom: 10px;
	line-height: 1.4;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before,
.widget_recent_comments li .comment-author-link:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
	vertical-align: -15%;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before {
	content: "\66";
}

.widget_recent_comments li .comment-author-link:before {
	content: "\4a";
	padding-right: 0.25em;
}

.widget select {
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar table {
	margin: 0;
}

.widget_calendar caption {
	color: #353535;
    font-size: 1.154em;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
}

/* Comments Widget */

.widget_recent_comments a {
	color: #999;
}

.widget_recent_comments li a.url:before {
	content: "J";
	padding-right: 0.25em;
}

#secondary .widget_recent_comments a.url {
	color: #0FA5D9;
}

/* Footer Widgets */

#tertiary {
	border-bottom: 1px solid rgba(255,255,255,0.05);
	margin: 0 0 20px 0;
}

#tertiary .widget {
    width: 100%;
    padding: 0 10px;
	margin-bottom: 20px;
	border: none;
	background: transparent;
	color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tertiary .widget-title {
	font-size: 0.923em;
	text-transform: uppercase;
	color: #fff;
}

#tertiary .widget ul {
	margin: 0;
	padding: 0;	
}

#tertiary .widget li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0.5em 0;
}

#tertiary .widget_search input#s {
	width: 100%;
}

#tertiary table,
#tertiary th,
#tertiary td {
	border-color: #555;
}

#tertiary .widget_calendar caption {
	font-size: 0.923em;
    text-transform: uppercase;
	color: #fff;
}

#tertiary thead th {
	background: #252525;
}

/* 
 * 10: Footer
 */

.site-footer {
	clear: both;
	position: relative;
    z-index: 5;
}
.site-footer .green-line {
    height: 7px;
    background-color: rgba(25, 214, 0, 0.24);
    -webkit-box-shadow: 0 -2px 9px 0px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 -2px 9px 0px rgba(0,0,0,0.2);
            box-shadow: 0 -2px 9px 0px rgba(0,0,0,0.2);
}
.site-footer .blue-line {
    min-height: 200px;
    background-color: #0053b3;
    padding: 22px 0;
	position: relative;
}
.site-footer .middle-p-footer {
    display: block;
    margin: 0 auto;
}
.blue-line .fmp-block {
    display: inline-block;
    vertical-align: top;
}
.fmp-counters .fmp-b1tb-left {
	color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-family: 'arial', sans-serif;
    line-height: 21px;
}
.footer-link1 {
    color: #c4ffb2;
}
.fmp-b1-counter1,
.fmp-b1-counter2 {
    width: 95px;
    height: 35px;
	margin: 5px 0 0 8px;
}
.fmp-b1-counter2 {
    margin: 7px 0px 0 8px;
}

.fmp-b1tb-left, 
.fmp-b1tb-right {
    display: inline-block;
    vertical-align: top;
}
.fmp-b1-top-block {
    min-width: 370px;
}
.fmp-b1tb-right {
    margin-left: 10px;
}

.fmp-bm1-header {
    font-size: 14px;
    font-family: 'PT Sans', 'arial', sans-serif;
    color: #fff;
    margin-bottom: 12px;
}
.fmp-bm1-elem {
    font-size: 14px;
    font-family: 'PT Sans', 'arial', sans-serif;
    color: #a2ff79;
    display: block;
    cursor: pointer;
    height: 22px;
    position: relative;
	margin: 0 0 0 15px;
}
.fmp-block .hre-soc-wrappwer{
	margin: 19px 0 0 0;
}
.fmp-block .hre-soc-wrappwer a{
	margin: 0 7px 0 0px;
	opacity: 0.5;
}
.fmp-ob{
	height: 176px;
}
.fmp-block .hre-soc-wrappwer a:hover{
	opacity: 1;
}
.fmp-bm1-elem::before {
    content: "\00bb";
    position: absolute;
    font-size: 16px;
    left: -13px;
    top: -2px;
}
.fmp-data-menu1 {
    margin-left: 20px;
}
.fmp-data-menu2 {
    margin-left: 25px;
}
.fmp-image-data {
    margin-left: 20px;
}
.fmp-transparent-header {
    color: transparent !important;
}
.fmp-b1-bottom-block {
    margin-top: 24px;
}
.fmp-b1-bb-image {
    height: 38px;
    width: 360px;
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -516px -56px;
}
.fmp-last-sub-block {
    position: relative;
}
.fmp-b5-image {
	position: absolute;
    bottom: 93px;
    left: 117px;
    height: 68px;
    width: 109px;
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -912px -574px;
}
.fmp-b5-image:after {
	content: "";
    position: absolute;
    bottom: -29px;
    left: -17px;
    height: 121px;
    width: 140px;
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -727px -533px;
    opacity: 0;
    transition: opacity 0.5s;
}
.fmp-b5-image:hover:after {
	opacity:1;
}
.fmp-b5-statistic {
	position: absolute;
    bottom: 57px;
    text-align: center;
    left: 72px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    width: 200px;
}
.fmp-b5-leafe-booble {
    position: absolute;
    bottom: 150px;
    left: 99px;
    
    width: 238px;
    height: 121px;
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -8px -446px;
}
.fmp-dynamic-prev {
    position: relative;
}
.fmp-b1-dyn-leaf-booble1 {
    position: absolute;
    top: -5px;
    left: -130px;
    
    width: 113px;
    height: 167px;
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -252px -369px;
}
/* 
 * 11: Comments
 */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}

input[type="text"],
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	resize: vertical; 
}

.comments-area {
	margin: 0;
}

.comments-area h2,
.comments-area h3 {
	color: #353535;
	margin-bottom: 10px;
}

.comments-area label {
	display: inline-block;
	font-weight: 700;
}

.form-allowed-tags {
	display: none;
}

.commentlist {
	margin: 1.5em 0;
	padding: 0;
}

.commentlist li {
	list-style-type: none;
	margin: 0 0 1.5em 0;
}

.comment .avatar {
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 64px;
	border-radius: 64px;
	width: 80px;
    height: 80px;
	border-radius: 6px;
    float: left;
    margin: 0 48px 0 0;
}

.comment-content {
	clear: both;
	padding: 0.5em 0;
}

.comment-content p:last-child {
	margin: 0;
}


/* 
 * 12: Additional Styles
 */

/* No Sidebar Template */

.page-template-no-sidebar .content-area,
.page-template-no-sidebar-php .content-area {
	width: 100%;
	float: none;
}

/* Layout Options */

/* One Column Layout */

.one-column .content-area,
.one-column.site-paged .content-area {
	width: 100%;
	float: none;
}

/* Two Columns Grid Layout */

.grid2-sidebar .posts-loop .entry-time {
	display: none;
}

.grid2-sidebar .post-thumbnail img {
	max-width: 100%;
	margin: 0 auto 5px;
}

.grid2-sidebar .posts-loop .entry-title {
	padding: 0;
	font-size: 1.429em;
}

.grid2-sidebar .posts-loop .entry-header {
	padding: 20px 20px 10px;
}

.grid2-sidebar .entry-summary {
	padding-top: 10px;
	padding-bottom: 10px;
}

.grid2-sidebar .posts-loop .entry-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.grid2-sidebar.site-paged .posts-loop .entry-header,
.grid2-sidebar.site-paged .posts-loop .entry-summary,
.grid2-sidebar.site-paged .posts-loop .entry-footer {
	padding: 0;
}

.grid2-sidebar .posts-loop .hentry embed,
.grid2-sidebar .posts-loop .hentry iframe,
.grid2-sidebar .posts-loop .hentry object {
	max-height: 200px;
}

.post-thumbnail{
	margin: 5px 20px 0 0;
    float: left;
    height: 175px;
    position: relative;
    overflow: hidden;
}
.post-excerpt {
	line-height: 1.45;
}
.tag-footer {
	padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    color: #959595;
	position: relative;
}
.sprite-tag, .sprite-cat, .sprite-comm, .sprite-date{
    display: table;
    position: absolute;
    content: "";
	left: 20px;
	top: 14px;
    background-position: -230px -63px;
    height: 18px;
    width: 19px;
}
.sprite-cat{
    background-position: -230px -79px;
	top: 13px;
}
.sprite-comm{
    background-position: -230px -95px;
    left: 0px;
    top: 2px;
}
.tags-links, .cat-links{
	padding: 0 0 0 26px;
}
.sprite-date{
	background-position: -230px -113px;
    left: 0px;
    top: -2px;
}
.date-links{
	position:relative;
	padding: 0 0 0 26px;
}
.tag-footer a{
    color: #6d6d6d;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 4px 13px;
    text-decoration: none;
    margin: 0 2px 0 0;
    font-size: 14px;
	transition: color 0.05s ease-in-out, background 0.1s ease-in-out;
	white-space: nowrap;
	line-height: 29px;
}
.tag-footer a:hover{
    background: #e0e0e0;
}
.post-thumbnail img{
	-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.post-thumbnail img:hover{
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}













/******************/
/******************/
.menu-top{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: -193px -144px;
    height: 41px;
    z-index: 10;
    text-align: center;
}


.top-menu-link {
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    color: #fff;
    padding: 7px 7px;
    display: inline-block;
    font-weight: bold;
	text-shadow: 0px 0px 5px rgba(3, 61, 97, 0.64);
}

.menu-top-wrapper a:hover, .menu-top-wrapper a:focus{
	background-color: rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.2);
    padding: 7px 7px;
}

.top-menu-link:hover {
	text-decoration:none;
}

.menu-top-wrapper {
	display: inline-block;
    margin: 0 0 0 0;
    z-index: 50;
    position: absolute;
    right: 0;
}

.site-brand-container {
    width: 100%;
    height: 190px;
    top: 0px;
    position: absolute;
}
.header-img {
    background: url(img/header-img.jpg);
    background-repeat: no-repeat;
	 left: -124px;
    height: 190px;
    width: 985px;
    position: relative;
}
.header-right-wrapper {
    z-index: 100;
    color: #000;
    position: absolute;
    width: 98%;
    right: 0;
    top: 50px;
    bottom: 0;
}
.header-right-wrapper2 {
    display: block;
    height: 100%;
    margin: 0 auto;
    text-align: right;
}
.header-right-entry {
    width: 250px;
    display: inline-block;
    text-align: center;
	position: relative;
}
.hre-soc-wrappwer {
    
}
.hre-soc-link {
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
    cursor: pointer;
}
.hre-socl-vk {
    background-position: -279px -53px;
}
.hre-socl-ok {
    background-position: -324px -53px;
}
.hre-socl-tw {
    background-position: -369px -53px;
}
.hre-socl-fb {
    background-position: -414px -53px;
}
.hre-socl-gp {
    background-position: -459px -53px;
}
.hre-socl-vk:hover {
    background-position: -279px -97px;
}
.hre-socl-ok:hover {
    background-position: -324px -97px;
}
.hre-socl-tw:hover {
    background-position: -369px -97px;
}
.hre-socl-fb:hover {
    background-position: -414px -97px;
}
.hre-socl-gp:hover {
    background-position: -459px -97px;
}

.hre-register-block {
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    color: #747474;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}
.hre-rb-link {
    font-size: 16px;
    color: #747474;
    font-weight: bold;
}
.hre-search-input {
    border: 1px solid rgba(23, 23, 23, 0.27);
    border-radius: 3px;
    padding: 6px 37px 6px 10px;
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    width: 202px;
	background-color: transparent;
}
.hre-search-input::-webkit-input-placeholder, .search-field::-webkit-input-placeholder {
    color: rgba(130, 130, 130, 0.5);
    font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.hre-search-input::-moz-placeholder, .search-field::-moz-placeholder {
    color: rgba(130, 130, 130, 0.5);
    font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.hre-search-input:-ms-input-placeholder, .search-field:-ms-input-placeholder {
    color: rgba(130, 130, 130, 0.5);
    font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.hre-search-input:-moz-placeholder, .search-field:-moz-placeholder {
    color: rgba(130, 130, 130, 0.5);
    font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.hre-search-wrapper {
    margin-top: 10px;
	position:relative;
}
/**SUBHEADER**/
.page-sub-header-block {
    text-align: center;
}
.page-sub-header-wrapper {
    padding: 35px 0;
    position: relative;
}
.page-sub-header-wrapper2 {
    padding: 12px 0;
    position: relative;
}
.pshb-text-wrapper {
	color: #3a92c8;
    font-family: 'arial', sans-serif;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    font-style: italic;
    position: relative;
    z-index: 200;
    line-height: 21px;
	text-align: left;
}

.pshb-text-wrapper::before {
    content: " ";
    width: 53px;
    height: 41px;
    position: absolute;
    top: -10px;
    left: -71px;
    
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -169px -202px;
}
.pshb-text-wrapper::after {
    content: " ";
    width: 53px;
    height: 41px;
    position: absolute;
    bottom: -10px;
    right: -71px;
    
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -223px -202px;
}

.pshb-delimiter-bottom1 {
    background-color: rgba(103, 160, 174, 0.54);
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: 1px;
    left: 2%;
    right: 2%;
}
.pshb-delimiter-bottom2 {
    background-color: rgba(255, 255, 255, 0.63);
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 2%;
    right: 2%;
}

.pshb-sh-text {
    color: #3a92c8;
    font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.th-button {
    background-color: rgba(0, 0, 0, 0.25);
    width: auto;
    display: inline-block;
    padding: 2px 25px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
	right: 55px;
    top: 23px;
	font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 15px;
	z-index: 205;
	transition: background 0.1s ease-in-out;
}
.th-button:hover {
    background-color: rgba(0, 0, 0, 0.30);
}
.pshb-sh-slider-wrapper {
    width: 90%;
    margin: 0 auto;
}

.pshb-leaf1-buble1 {
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -209px;
    width: 157px;
    height: 86px;
    position: absolute;
	left: 51px;
    bottom: -38px;
    z-index: 100;
}
.pshb-leaf2 {
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -284px -203px;
    width: 109px;
    height: 120px;
    position: absolute;
    right: 90px;
    bottom: -37px;
    z-index: 100;
}
.pshb-buble2 {
    background: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: -414px -186px;
    width: 70px;
    height: 41px;
    position: absolute;
    right: 42px;
    top: 23px;
    z-index: 100;
}

.hre-search-submit{
	background-repeat: no-repeat;
    background-position: -243px -252px;
    right: 1px;
    top: 0px;
    position: absolute;
    content: "";
    height: 20px;
    background-color: transparent !important;
    padding: 16px 19px !important;
}

.header-logo-img{
    background-position: -516px -56px;
	height: 85px;
    width: 360px;
}
.header-logo{
	height: 85px;
    width: 360px;
    position: absolute;
    top: 23px;
	left: 321px;
	z-index: 101;
}

.header-volna{
	background-repeat: no-repeat;
    background-position: -613px -260px;
    height: 91px;
    width: 332px;
    position: absolute;
    top: 3px;
    right: -36px;
}

.body-img{
    background: url(img/body-img.jpg) center bottom no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 193px;
}

.body-img1{
    background: url(img/body-img.jpg) center bottom no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.pco-main-block {
    width: 300px;
	height: 250px;
}
.content-top-meta{
	padding: 9px 22px;
	font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 16px;
	margin: -18px 0 0 0;
}
.content-top-breadcrumbs, .content-top-navigation, .content-top-data{
	display: inline-block;
}
.content-top-navigation{
	float: right;
	padding: 4px 0;
}
.content-top-data{
	background: rgba(0, 0, 0, 0.05);
	padding: 5px 20px;
	border-radius: 3px;
}
.content-top-breadcrumbs{
	width: 389px;
	padding: 4px 0;
}
#content h1.entry-title {
	color: #595959;
}
.entry-content p{
	font-size: 17px;
	color:#515151;
	line-height: 25px;
}
.pageviews{
	padding: 0 0 0 32px;
	position: relative;
}
.pageviews-numb{
	background-position: -252px -113px;
    left: 0px;
    top: -2px;
	position: absolute;
	height: 18px;
    width: 24px;
}
.link_st{
	font-size: 17px;
	text-transform:uppercase;
}

.share-block, .print-block, .like-block {
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #fff;
	padding: 12px 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
}
.block-after-content{
	
}
.share-block{
	width: 391px;
    display: inline-block;
	margin: 0 0px 10px 0px;
}
.print-block{
	display: inline-block;
    padding: 20px 25px 20px 55px;
    margin: 0 0 0 10px;
    position: relative;
    width: 160px;
	text-align: right;
}
.print-block:hover{
	background: #f1ffeb;
}
.print-block a{
	padding: 27px 23px 25px 18px;
    margin: 0 0 0 0;
    color: #747474;
    text-decoration: none;
}
.like-block {
	display: inline-block;
    padding: 13px 40px;
    margin: 0 0 20px 0;
}
.logo-block{
    padding: 14px 40px;
}
.wrap-after-content{
	float: right;
}
.share-block h2, .post-navigation h2{
	margin: 0 0 10px 0;
}
.soc-wrappwer{

}
.lisch{
    float: left;
    padding: 0 6px 6px 0;
}
ul.ulsch {
	list-style: none;
    margin: 0;
	padding: 0;
}
.social_share {
    width: 56px;
    height: 56px;
    border: none;
    cursor: pointer;
    padding: 0;
    background: #fff;
}
#ivk, #iok, #igp, #ifb, #itw{
	background: url(img/sprite.png);
	background-repeat: no-repeat;
	height: 60px;
    width: 60px;
	opacity:0.7;
	outline: none;
}
#ivk:hover, #iok:hover, #igp:hover, #ifb:hover, #itw:hover{
	opacity:1;
}
#ivk {
	background-position: -636px -357px;
}
#iok {
	background-position: -701px -357px;
}
#igp {
	background-position: -828px -357px;
}
#ifb {
	background-position: -764px -357px;
}
#itw {
	background-position: -892px -357px;
}
.schetch {
    text-align: center;
    font-size: 20px;
    color: #888;
}
.sprite-print{
	background-position: -210px -258px;
    background-repeat: no-repeat;
    height: 28px;
    width: 30px;
    position: absolute;
    left: 51px;
}
.logo-block .header-logo-img{
	 background-position: -9px -322px;
    height: 39px;
    margin: 0 auto;
    opacity: 0.5;
}
#lik  .wpulike-heart .counter a.image-unlike {
    background: url(img/sprite.png) !important;
    background-position: -170px -287px !important;
    height: 27px;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px;
}
#lik .wpulike-heart .counter a.image {
	background: url(img/sprite.png) !important;
    background-position: -170px -256px !important;
    height: 27px;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px;
}
.wpulike-heart .counter{
	background:none !important;
	border: none !important;
	padding: 0 !important;
}
.wpulike-heart .counter a.image, .wpulike-heart .counter a.image-unlike, #buddypress .activity-content .wpulike-heart .counter a.image, #buddypress .activity-content .wpulike-heart .counter a.image-unlike, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike{
	border:none !important;
}
.wpulike-heart .count-box {
	color: #939292 !important;
    font-size: 18px !important;
	padding: 0 !important;
}
#lik .wpulike-heart .counter a.image::before, #lik .wpulike-heart .counter a.image-unlike::before {
	content: "Мне нравится";
    color: #939292;
    font-size: 17px;
    top: 8px;
    position: absolute;
    font-family: 'arial', sans-serif;
    font-weight: normal;
    width: 126px;
    display: inline-block;
	top: 6px;
    right: 72px;
	padding: 27px 105px 27px 10px;
    margin: -27px -97px 0 0;
}
.wpulike .counter a:hover{
	text-shadow: none !important;
}

.pcom-img-link {
    padding: 5px;
    display: inline-block;
    height: auto;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(157, 157, 157, 0.45);
    -moz-box-shadow:    0px 0px 6px 0px rgba(157, 157, 157, 0.45);
	box-shadow: 		0px 0px 6px 0px rgba(157, 157, 157, 0.45);

}
.pcom-img-link img {
    width: initial !important;
    display: block !important;
    
    
}
.pcom-description-link {
    display: block;
	font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 15px;
    color: #6c6c6c;
    max-width: 230px;
	line-height: 20px;
	transition: color 0.05s ease-in-out, color 0.1s ease-in-out;
}
.pcom-description-link:hover {
	text-decoration:none;
    color: #38b700;
}
.pcom-one-img-wrapper {
    padding: 10px 0 0 0;
}
.owl-item:last-child {
    margin-right: 0 !important;
}
.owl-prev{
	background: url(img/sprite.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 60px;
    display: inline-block;
    background-position: -879px -61px;
	position: absolute;
    top: 65px;
    left: -43px;
}
.owl-next{
	background: url(img/sprite.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 60px;
    display: inline-block;
    background-position: -920px -61px;
	position: absolute;
    top: 65px;
    right: -43px;
}
.owl-prev:hover{
    background-position: -961px -61px
}
.owl-next:hover{
	background-position: -1002px -61px;
}
.help-button-block{
    padding: 25px 0 22px 0;
    position: relative;
}
.help-button{
	background-position: -495px -190px;
    width: 443px;
    height: 66px;
    display: inline-block;
	transition: opacity 0.1s ease-in-out;
}
.help-button:before{
	content: "Помощь специалиста";
    font-family: 'PT Sans', 'arial', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0px;
    display: block;
	text-shadow: 0px -1px 0px rgba(0, 35, 61, 0.41);
}
.help-button:hover{
	background-position: -495px -429px;
}
.tags-block{
	position: relative;
}

button.tags-list-index{
    padding: 9px 0;
    transition: background 0.1s ease-in-out;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
    border-radius: 3px 3px 0px 0px;
}
button.tags-list-index:hover{
    background-color: rgba(0, 0, 0, 0.30);
}
.readForm{
	height: 307px;
    transition: .5s height;
	overflow: hidden;
	padding: 14px 0px 0 0;
}
.tags-block .readForm{
	height: 215px;
	transition: .5s height;
	overflow: hidden;
	margin: 0 0 17px 0;
	padding:0;
}
.readForm.short{
	height: 0;
}
.tag-index {
	padding: 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0 0 3px 3px;
}
.tag-index a{
	color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.42);
    padding: 4px 13px;
    text-decoration: none;
    margin: 0 2px 0 0;
    font-size: 14px;
    transition: background 0.05s ease-in-out;
    white-space: nowrap;
    line-height: 29px;
    border-radius: 3px;
}
.tag-index a:hover{
    background: rgba(0, 0, 0, 0.64);
}
.bubble1{
	background-position: -410px -232px;
    width: 80px;
    height: 42px;
    position: absolute;
	top: 60px;
    left: 80px;
}
.bubble2{
	background-position: -498px -261px;
    width: 114px;
    height: 50px;
    position: absolute;
    top: 60px;
    right: 40px;
}
.sticky:before {
	content: "";
    width: 33px;
    height: 42px;
    position: absolute;
    top: -10px;
    right: 7px;
    background-position: -194px -60px;
}
.widget-wrapper{
	margin: 0 0 36px 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
    border-top: 5px solid #a7d9ff;
	position:relative;
}
.widget-wrapper-2{
	margin: 0 0 36px 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
	position:relative;
}
.widget-wrapper:after, .widget-wrapper-2:after{
	content: "";
    width: 262px;
    height: 30px;
    position: absolute;
    bottom: -25px;
    left: -4px;
    background-position: -373px -392px;
}
.widget-wrapper-2 h3.widget-title{
	background: #dceffe;
    color: #54a2de;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0;
	margin: 0;
}
.widget-content{
	padding: 15px 20px;
}
.sidebar-button-blue, #user-submitted-post, .user-submit-contact{
	background: #6bbdfb !important;
    color: #fff;
    padding: 6px 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
	margin: 0 0 7px 0;
    font-family: 'PT Sans', 'arial', sans-serif;
}
#user-submitted-post{
	padding: 15px 64px;
}
.sidebar-button-blue:hover{
	background: #5db6f9;
	text-decoration:none;
}
.widget-wrapper-2 .entry-footer a{
    font-size: 15px;
    text-decoration: underline;
    font-family: 'PT Sans', 'arial', sans-serif;
    text-align: center;
    display: block;
    color: #38b700;
	margin: 0px 0 -7px 0;
}
.widget-wrapper-2 .entry-footer a:hover{
    text-decoration: none;
}
.widget-wrapper{
	font-size: 16px;
    font-family: 'arial', sans-serif;
	color:#333333;
}
.text-w{
	text-align: center;
    line-height: 21px;
    display: block;
    font-weight: bold;
}
.widget input[type=text], .widget input[type=email], .widget input[type=password], .widget textarea{
	color: #747474;
    border: 1px solid rgba(23, 23, 23, 0.27);
    border-radius: 3px;
}
.widget input.hre-search-input{
	width: 179px;
}
.widget button{
	background: rgba(0, 0, 0, 0.25);
    padding: 11px 23px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
}
.widget button:hover{
	background: rgba(0, 0, 0, 0.30);
}
.tag-widget{
	margin: 0 0 15px 0;
}
.tag-widget a{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.33);
    border-radius: 3px;
    padding: 4px 8px;
    text-decoration: none;
    margin: 0 2px 0 0;
    transition: color 0.05s ease-in-out, background 0.1s ease-in-out;
    white-space: nowrap;
    line-height: 29px;
}
.tag-widget a:hover{
    background: rgba(0, 0, 0, 0.5);
}
.tag-widget-wrap h3{
    text-align: center;
    font-size: 19px;
    color: #757575;
}
.donate:before{
    content: "";
    width: 63px;
    height: 53px;
    position: absolute;
    top: 8px;
    left: 14px;
    background-position: -947px -197px;
}
.VK{
	margin: 0px 0 18px 0;
	outline: 1px solid #ffffff;
    outline-offset: -1px;
}
.wp-pagenavi .pages{
	border:none;
}
.wp-pagenavi a.larger, .wp-pagenavi a.smaller, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi .current, .last, .first{
    background: #ffffff;
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    padding: 4px 12px;
    color: #6c6c6c;
    border: solid 1px #dcdcdc;
    white-space: nowrap;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 0px rgba(0,0,0,0.05);
}

.last, .first{
	padding: 4px 11px !important;
}
.wp-pagenavi a.larger:hover, .wp-pagenavi a.smaller:hover, .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover, .last:hover, .first:hover {
    background: #f5f5f5;
    border: solid 1px #cecece;
	text-decoration:none;
	border-color: #cecece !important;
}

.wp-pagenavi .current{
	opacity: .5;
    filter: alpha(opacity=50);
    cursor: auto;
    box-shadow: none;
	border-color:#dcdcdc !important;
}
.index-nav{
	text-align: center;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 3px;
    padding: 1px 0;
    font-size: 20px;
    font-family: 'PT Sans', 'arial', sans-serif;
}
.index-nav:hover{
	background: rgba(0, 0, 0, 0.30);
}
a.indx-read:hover{
	text-decoration: none;
}

.entry-header .entry-title a:hover{
	color: #6cd440;
}
#recent_p{
	padding: 27px 40px;
}
#recent_p a{
	border-radius:3px !important;
	border-right: none !important;
    border-bottom: none !important;
    margin: 0 2px 0 0 !important;
    padding: 8px !important;
    display: block !important;
    float: left !important;
    text-decoration: none !important;
    text-align: left !important;
    cursor: pointer !important;
	width: 23%;
}
#recent_p a > div{
	width: 100% !important;
    height: auto !important;
}
#recent_p a > div > div:first-child{
	width:197px !important;
	height: 148px !important;
    background-size: contain !important;
	border: 5px solid #fff !important;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(157, 157, 157, 0.45);
    -moz-box-shadow: 0px 0px 6px 0px rgba(157, 157, 157, 0.45);
    box-shadow: 0px 0px 6px 0px rgba(157, 157, 157, 0.45);
}
#recent_p a > div > div:last-child{
	margin: 9px 0px !important;
	font-size: 15px !important;
    font-family: 'PT Sans', 'arial', sans-serif !important;
	    color: #747474 !important;
    text-align: center !important;
}
.block-after-content .VK{
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
	width: 100%;
	display: inline-block;
}
.wp-generate-pw{
	background: #7aca57;
    padding: 11px 23px;
    font-size: 15px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
}
.button-primary{
	background: #5db6f9;
    padding: 11px 23px;
    font-size: 15px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
}
#wp-submit, .button-primary, .sce-comment-save, .sce-comment-cancel, .sce-comment-delete{
	background: #6bbdfb !important;
    color: #fff !important;
    padding: 13px 33px !important;
    display: block !important;
    text-align: center !important;
    font-size: 17px !important;
    border-radius: 3px !important;
    transition: background 0.1s ease-in-out !important;
    margin: 0 0 7px 0 !important;
    font-family: 'PT Sans', 'arial', sans-serif !important;
}
.sce-comment-save, .sce-comment-cancel, .sce-comment-delete{
	display: inline-block !important;
	margin-right: 8px !important;
}
.tml-user-avatar {
	display: inline-block;
	width: 80px;
    height: 80px;
}
.tml-user-avatar .photo{
	object-fit: cover;
	width: 80px;
    height: 80px;
    border-radius: 6px;
}
.tml-user-avatar img{
	border-radius: 6px;
}
.tml-user-links{
	width: 120px;
    display: inline-block;
    padding: 0px 13px !important;
	float: right;
}
.tml-user-links li{
	padding: 0;
}
.spoiler-wrap {
    margin: 12px 0;
}
.folded , .unfolded{
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 16px;
	color: #fff;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    border: 1px solid #d2d2d2;
    border-radius: 3px 3px 0px 0px;
	position:relative;
}
.folded:before, .unfolded:before{
    position: absolute;
    top: 10px;
    right: 22px;
    width: 88px;
    height: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.78);
}
.folded:before{
    content: "(Показать)";
}
.unfolded:before{
    content: "(Скрыть)";
	right: 10px;
}
.spoiler-body {
	background: none repeat scroll 0 0 rgb(245, 245, 245);
    padding: 19px 22px;
}
a#move_up {
    position: fixed;
	z-index: 7;
    top: 0;
    width: 20px;
    height: 100%;
    text-align: center;
    text-decoration: none;
	color: #0a1f00;
    padding-top: 10px;
    opacity: 0.7;
    left: 0;
	background: rgba(117, 212, 75, 0.41);
}
a#move_up:hover { 
	color: #000; 
	background: rgba(117, 212, 75, 0.41);
	opacity: 0.9; 
}
/* Комменты */
.comment.bypostauthor {
    position: relative;
}
li.comment .comment {
	margin-top: 27px;
	position: relative;
}
li.comment:first-child > .comment:first-child {
    margin-top: 0;
}
.comment-content{
	margin-left: 110px;
    padding: 46px 20px 0 20px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	border-bottom: 12px solid rgb(255, 255, 255);
}
.comment-author img{
	border-radius: 6px;
	float: left;
    margin: 0 48px 0 0;
	object-fit: cover;
    width: 80px;
    height: 80px;
}
.comment-author{
	font-size: 20px;
	position: absolute;
	z-index: 51;
	width: 80px;
    height: 80px;
}
.comment .fn {
	font-style: normal;
	font-weight: 700;
	position: absolute;
    top: 9px;
	white-space: nowrap;
	left: 130px;
}
.says{display:none;}
.comment-meta{
    position: absolute;
    top: 10px;
    right: 125px;
    z-index: 50;
    font-size: 16px;
    font-family: 'PT Sans', 'arial', sans-serif;
}
.comment-meta a{
	color: #bcbcbc;
}
.comment-meta a:hover{
    color:#939292;
	text-decoration:none;
}
.comment-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    margin-left: -14px;
    background-position: -254px -278px;
    height: 34px;
    width: 14px;
}
.comment-content .wpulike{
	display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    position: absolute;
	right: -4px;
    top: -4px;
    background: #fff;
    padding: 6px 16px 8px 19px;
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}
.comment-content .wpulike:hover{
    background: #f1ffeb;
}
.reply a{
	color: #fff;
    text-decoration: none;
    position: absolute;
    top: 83px;
    background: rgba(0, 0, 0, 0.18);
    padding: 3px 7px;
    border-radius: 3px;
    width: 66px;
    text-align: center;
    line-height: 19px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'PT Sans', 'arial', sans-serif;
}
.reply a:hover{
	background: #3cc;
	text-decoration:none;
	background: rgba(0, 0, 0, 0.26);
}
.comment-edit-link{
	float: left;
    margin: 0 23px 0px 0;
}
.wpulike-heart .counter a.image, .wpulike-heart .counter a.image:hover {
	background: url(img/sprite.png) !important;
    background-position: -170px -256px !important;
    height: 27px;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px;
}
.wpulike-heart .counter a.image-unlike, .wpulike-heart .counter a.image-unlike:hover {
	background: url(img/sprite.png) !important;
    background-position: -170px -287px !important;
    height: 27px;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px;
}
.wpulike-heart .counter a.image-unlike:before, .wpulike-heart .counter a.image:before {
	content: " ";
    padding: 19px 53px;
    z-index: 53;
    top: 0;
    right: 0;
    position: absolute;
}
.comment-respond{
	margin: 0 0 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 27px 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 3px;
}
.comment-reply-title a#cancel-comment-reply-link{
	color: #fff;
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    padding: 6px 18px;
    border-radius: 3px;
	text-decoration: none;
}
.comment-reply-title a#cancel-comment-reply-link:hover{
	text-decoration:none;
    background: rgba(0, 0, 0, 0.3);
}
.comment-reply-title{
	position: relative;
}
.moder{
	position: absolute;
    background: #d4f9c5;
    padding: 0px 19px;
    border-radius: 3px;
}
.obrez{
    color: #949494;
    font-family: 'PT Sans', 'arial', sans-serif;
    line-height: 22px;
    bottom: 0;
	margin: 0;
	display: block;
}
.obrez:hover{
	color:#808080;
}
.time_read {
    font-weight: normal;
    margin: 0px 0px 8px;
    padding: 8px 2px 5px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    text-align: center;
    /* position: relative; */
}
button.noTime {
    color: #7aca57;
    border: 1px solid #7aca57;
    border-radius: 3px;
    padding: 7px 16px;
    margin: 0 0 0 10px;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
}
button.noTime:hover {
    background-color: #7aca57;
    color: #fff;
}
.entry-content.readForm {
    height: 310px;
    transition: .5s height;
    text-align: center;
    padding: 14px 0px 0 0;
    overflow: hidden;
}
.readFormMail {
    border: 1px solid #e1e1e1;
    margin: -22px 0 0 0;
    padding: 10px 0 19px 0;
}
.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}
.readFormMail input[type=submit] {
	cursor: pointer;
    padding: 9px 39px;
    font-size: 18px;
    display: block;
    margin: 5px auto;
    color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    background-color: #7aca57;
    transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
}
.readFormMail input[type=submit]:hover {
    background-color: #92e26f;
}
/*Тултипы*/
.tooltip1 {
	display: inline;
	position: relative;
	z-index: 999;
	margin: 0 0 0 16px;
}
.tooltip1-item {
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    background: url(img/sprite.png) no-repeat;
	background-position: -396px -320px;
    height: 35px;
    width: 43px;
    margin: -10px 0px -10px 17px;
}
.tooltip1-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip1:hover .tooltip1-item::after {
	pointer-events: auto;
}
.tooltip1-content {
	position: absolute;
    z-index: 9999;
    width: 400px;
    left: 50%;
    margin: 0 0 20px -187px;
    bottom: 100%;
    text-align: left;
    font-size: 0.765em;
    line-height: 1.4;
    box-shadow: 0px 0px 14px rgba(48, 54, 61, 0.4);
    background: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    text-align: justify;
}
.tooltip1-effect-1 .tooltip1-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip1:hover .tooltip1-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	border-radius: 3px;
}
.tooltip1.tooltip1-effect-2:hover .tooltip1-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}
/* Arrow */
.tooltip1-content::after {
	content: '';
    top: 100%;
    left: 50%;
    height: 24px;
    width: 34px;
    position: absolute;
    pointer-events: none;
    margin: -4px 0px 0 -18px;
    background-position: -402px -294px;
}
/* Tooltip content*/
.tooltip1-text {
	font-size: 15px;
	display: block;
	padding: 10px;
	color: #555;
}
.readLetterForm input{
	width: 269px;
}
.readLetterForm-message {
    color: #555555;
    text-align: center;
    font-size: 18px;
}
.readLetterForm-message.error{
	color: red;
}
.text-footer{
	clear:both;
    padding: 11px 0 0;
    color: rgb(134, 134, 134);
    line-height: 20px;
    text-align: justify;
    font-size: 15px;
}
.razdel-footer{
	position: relative;
    clear: both;
    padding: 44px 0 0 0;
}
.taxonomy-description{
	font-size: 16px;
    line-height: 22px;
}
.toc_toggle{
	display:none;
}
.sce-edit-button{

}
.policy{
	background: #f5f5f5;
	padding: 7px 16px;
	margin: 0 0 12px 0;
	font-size: 15px;
	line-height: 20px;
}
.policy-sb{
    margin: 9px 0 0px 0;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
}
div#toc_container, #toc_container{
	background: rgb(255, 255, 255) !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: right;
    margin: 0 0 16px 16px;
    padding: 13px 15px 20px 16px;
    border: 13px solid #e5e5e5 !important;
}
#toc_container a {
    padding: 4px 0;
}
.commentNavigation{
	text-align: center;
}
.commentNavigation a, .commentNavigation span {
	background: #ffffff;
    font-size: 15px;
    font-family: 'PT Sans', 'arial', sans-serif;
    padding: 4px 12px;
    color: #6c6c6c;
    border: solid 1px #dcdcdc;
    white-space: nowrap;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 0px rgba(0,0,0,0.05);
}
.commentNavigation a:hover {
	background: #f5f5f5;
    border: solid 1px #cecece;
    text-decoration: none;
}
.commentNavigation .current {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: auto;
    box-shadow: none;
    border-color: #dcdcdc !important;;
}
.commentNavigation .dots {
	display:none;
}
.commentNavigation .pages {
	display: inline-block;
}
.life-sb:before{
	content: "";
    display: block;
    position: absolute;
    background-position: -6px -362px;
    height: 78px;
    width: 140px;
    top: 64px;
    right: 29px;
    z-index: 50;
}
/*кнопка Оставить отзыв*/
.usp-submit a {
	border: 2px solid #7aca57;
    border-radius: 4px;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
    margin: 18px auto 23px;
    max-width: 380px;
    display: block;
    position: relative;
	z-index: 2;
}
.usp-submit a:hover::before {
    opacity: 1;
    background-color: #7aca57;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.usp-submit a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7aca57;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.usp-submit a:hover {
    color: #fff;
}
#usp-submit{
	margin: 0 0 0 0 !important;
}
.write-otziv{
	display: inline-block;
    margin: 0 16px 0px 0px;
}
.write-otziv a{
	color: #6d6d6d;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 4px 13px;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.05s ease-in-out, background 0.1s ease-in-out;
    white-space: nowrap;
}
.write-otziv a:hover{
	background: #e0e0e0;
	color:#6d6d6d;
}
.otziv-excerpt{
	line-height: 1.45;
	padding: 0px 0 30px 0;
}
.otziv-excerpt .more-link{
	bottom: 10px;
}
.user_rev {
	padding: 16px 26px;
    border-left: 13px solid #ddd;
    background: rgba(204, 204, 204, 0.2);
}
.user_name_rev {
    margin: 0 0 14px 0;
    background: rgba(204, 204, 204, 0.2);
    padding: 4px 16px;
    display: inline-block;
}
.otziv-like{
	clear:both;
	height: 64px;
	margin: 0 0 22px 0;
}
.otziv-like .usp-submit{
	display: block;
    width: 380px;
    float: left;
}
.otz-razd-on a{
	display: block;
    width: 168px;
    margin: 0 auto 16px;
    background: #6bbdfb;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 6px 23px;
    font-family: 'PT Sans', 'arial', sans-serif;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
}
.otz-razd-on a:hover, .otz-razd-off a:hover{
	display: block;
    width: 168px;
    margin: 0 auto 16px;
    background: #5cb1f1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 6px 23px;
    font-family: 'PT Sans', 'arial', sans-serif;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
}
.otz-razd-off span{
	display: block;
    width: 168px;
    margin: 0 auto 16px;
    background: #ebebeb;
    color: #bcbcbc;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 6px 23px;
    font-family: 'PT Sans', 'arial', sans-serif;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
}
.otziv-like .print-block{
	float: right;
}
.otziv-like .usp-submit a{
	margin:0;
}
.otziv-like .usp-submit{
	margin: 3px 0 0 0;
}
.otz-razd-on, .otz-razd-off{
	width:32%;
	display: inline-block;
}


.otziv-like .vk-otziv{
	margin: 18px 26px;
    display: inline-block;
}
.sortt{
	float: right;
    margin: -3px 0 0 0;
}

.sce-comment {
	/*max-height: 107px;*/
}
.svecheniya{
    height: 100%;
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.dd1, .dd2{
    position: absolute;
	background: -webkit-radial-gradient(circle closest-side at center, #0094ed, #0053b3);
	background: -moz-radial-gradient(circle closest-side at center, #0094ed, #0053b3);
	background: -o-radial-gradient(circle closest-side at center, #0094ed, #0053b3);
	background: radial-gradient(circle closest-side at center, #0094ed, #0053b3);
	/*background: radial-gradient(circle closest-side at center, #0fa0a3, #b33a00);*/
}
.dd1{
	height: 1200px;
    width: 1200px;
	bottom: -418px;
    left: -597px;
}
.dd2{
	height: 900px;
    width: 900px;
	bottom: -418px;
    right: -533px;
}
.book-in-post{
	display: inline-block;
    position: relative;
}
.book-in-post img{
	float: left;
    margin: 0 22px 0 0;
}
.book-in-post p{
	text-align: justify;
}
.book-in-post .more-link{
	position: absolute;
    bottom: 0;
    right: 0;
}
.ftr{
	display: inline-block;
    margin: 0px 0 18px 0;
    padding: 17px;
	float: right;
}
.gcmaf{
	margin: 0 20px; 
	padding: 0 0 10px 0;     
	/* border-top: 1px solid rgba(0, 0, 0, 0.10); */
    color: #959595;
    position: relative;
}
.gcmaf-header{
	height: 40px;
    padding: 4px 0 0 0;
    font-size: 19px;
    font-weight: bold;
    background: #242424;
    color: #9beb74;
}
.gcmaf-header:hover{
	background: #2a2a2a;
	color: #caffb0;
}
.gcmaf-header-wrap{
	width: 100%;
    clear: both;
	height: 40px;
	text-align: center;
}
.gcmaf-header-wrap a:hover{
	text-decoration:none !important;
}
.razrab{
	color:#c4dcf8 !important;
	margin: 6px 0 0 0;
}
.razrab a{
	color:#a2ff79;
}
.donate-footer{
	margin: 0 0 1px 0;
	color: #c4dcf8 !important;
	line-height: 1.65;
}
.fmp-data-menu1{ color: #c4dcf8;}
.ya-site-form__input-text {padding-right: 30px;}

.admin-tag{
	font-size: 15px; 
	width: 100%; 
	float: left; 
	display:block;
}






/*
 * 13: Responsive
 */

@media screen and (min-width: 480px) {
	/* Header */
	.header-image {
	display: block;
	text-decoration: none;
	margin-top: 20px;
	}
	.header-image img {
	display: block;
	max-width: 100%;
	height: auto;
	}
	/* Elements */
	embed, object, iframe {
	max-height: inherit;
	}
}

@media screen and (min-width: 640px) {
	/* Layout */
	#page {
	padding: 0 30px;
	}
	/* Footer Widgets */
	#tertiary .widget {
    width: 50%;
	float: left;
	}
	#tertiary > .row > .widget:nth-child(2n+1) {
	clear: left;
	}
	/* Layout Options */
	.one-column .post-thumbnail .size-medium {
	max-width: 50%;
	}
}

@media screen and (min-width: 768px) {
	/* Layout */
    #page {
	max-width: 740px;
	padding: 0 40px;
    }
    .header-right-wrapper2 {
        max-width: 740px;
    }
    .site-footer .middle-p-footer {
        max-width: 740px;
    }
	/* Content */
	.entry-title,
	.entry-meta {
	}
	.entry-time {
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 20px;
	top: 15px;
	background-color: rgba(15,165,217,0.7);
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	}
	.entry-time-day {
	display: block;
	line-height: 1;
	padding: 8px 0 3px;
	}
	.entry-time-month {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    line-height: 1;
    padding: 3px 0 0;
	}
	/* Footer */
	.credits {
	text-align: left;
	}
	.footer-navigation {
	text-align: right;
	}
	.credits,
	.footer-navigation {
	margin: 10px 0;
	}
	/* Layout Options */
	.grid2-sidebar .row > div:nth-child(2n+1) {
	clear: left;
	}
}

@media screen and (min-width: 1024px) {
	/* Layout */
    #page {
	margin: auto;
	padding: 0;
	max-width: 980px;
	position: relative;
    z-index: 6;
    }
    .header-right-wrapper2 {
        max-width: 980px;
    }
    .site-footer .middle-p-footer {
        max-width: 980px;
		position: relative;
    }
	.content-area {
	/*width: 980px;*/
	width: 720px;
	float: left;
	}
	.content-area-full {
		width: 980px;
	}
	.widget-area {
	width: 250px;
	float: right;
	position: relative;
	}
	/* Layout Options */
	.sidebar-content .content-area {
	float: right;	
	}
	.sidebar-content .widget-area {
	float: left;	
	}
	.one-column .post-thumbnail .size-medium {
	max-width: 300px;
	}
}

@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	/* Header */
	hgroup {
	width: 100%;
    float: none;
	padding-right: 60px;
	}
	.site-brand {
	margin-bottom: 0;
	}
	.social-navigation {
	width: 100%;
	float: none;
    padding: 0;
	}
	.social-links {
	text-align: left;
	}
	/* Mobile Navigation */
	.main-navigation.toggled {
	margin-top: 10px;
	background-color: transparent;
	}
	.main-navigation ul {
	display: none;
	}
	button.menu-toggle,
	.main-navigation.toggled .nav-menu {
	display: block;
	float: none;
	}
	.main-navigation.toggled .nav-menu {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
	background-color: #252525;
	}
	.main-navigation.toggled > div {
    margin: 0;
	}
	.main-navigation.toggled li {
	float: none;
	}
	.main-navigation.toggled ul {
	text-align: left;
	}
	.main-navigation.toggled ul li {
	display: block;
	}
	.main-navigation.toggled ul ul {
	visibility: visible;
	opacity: 1;
	position: static;
	display: block;
	left: auto;
	top: auto;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	}
	.main-navigation.toggled ul ul:after,
	.main-navigation.toggled a:before {
	content: none !important;
	}
	.main-navigation.toggled ul a,
	.main-navigation.toggled ul ul a {
	display: block;
	width: auto;
	height: auto;
	padding: 12px 15px;
	line-height: 1.5;
	color: #ddd;
	border-bottom: 1px solid #353535;
	background: transparent;
	}
	.main-navigation.toggled a:hover,
	.main-navigation.toggled ul ul a:hover,
	.main-navigation.toggled a:active,
	.main-navigation.toggled ul ul a:active,
	.main-navigation.toggled li:hover a,
	.main-navigation.toggled li:focus a {
	background-color: #252525;
	}
	.site-header .main-navigation.toggled ul ul a:hover {
	color: #fff;
	}
	.main-navigation > div > ul > li > .sub-menu,
	.main-navigation > div > ul > li > .sub-menu > li > .sub-menu {
	visibility: visible;
	opacity: 1;
	}
}

@media (max-width: 910px) {
    .menu-top{
        left: 0;
        overflow: hidden;
    }
}
@media (min-width: 910px) and (max-width: 1024px) {
    .menu-top{
        left: 8%;
    }
}
@media (min-width: 1024px) {
    .menu-top{
        left: 37%;
    }
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media (max-width: 1180px){
	.fmp-b5-leafe-booble{left: 36px;}
	.main-navigation ul {max-width: 859px;}
	.header-volna{display:none;}
	.header-right-wrapper2 {max-width: 930px;}
	.breadcrumbs{margin: 0 0 0 44px;}
	.content-top-navigation{margin: 0 76px 0 0;}
}
@media (max-width: 1024px){
	.index-nav{    margin: 0 0 21px 0;}
	.widget-wrapper:after, .widget-wrapper-2:after {display:none;}
	.widget-content .pcom-one-img-wrapper{
		float: left;
		width: 206px;
		padding: 0 0 0 21px;
		min-height: 268px;
	}
	.widget_recent_entries .entry-footer{border-top: none;}
	.header-img {margin: 38px 0 0 0;}
	.menu-top{left: -57px;}
	.menu-top-wrapper{left: 33px;}
	.header-img { background-position: -435px 0px; width: 542px;  left: 0;}
	.header-logo{    left: 0;}
	.header-right-wrapper2 {    max-width: 812px;}
	.header-right-wrapper{
		left: 22px;
		width: 91%;
	}
	.site-header{width: 748px;}
	.main-navigation ul#menu-glavnoe-menyu:after, .main-navigation ul#menu-glavnoe-menyu:before  {display:none;}
	.pshb-leaf1-buble1{left: -18px;}
	.pshb-leaf2{display: none;}
	.bubble1{left: 33px;}
	.bubble2 {right: 9px;}
	.tags-block .readForm{height: 276px;}
	.widget input.hre-search-input{margin: 9px auto;}
	.donate{    height: 49px;}
	.body-img1{display: none;}
	.svecheniya{ display: none;}
	.fmp-b5-leafe-booble{display: none;}
	.fmp-ob{height: 80px;}
	.fmp-b5-statistic{ bottom: 12px;}
	.fmp-b5-image {bottom: 40px;}
	.tooltip1:hover .tooltip1-content, .tooltip1-effect-1 .tooltip1-content {    margin: 0 0 114px 100px !important;}
	.post-navigation{width: 100% !important;}
	.ftr{width: auto !important;}
	.block-after-content .VK {width: 59%;}
	.navigation {width:auto !important;}
	#recent_p a{    width: 206px;    height: 244px;}
	#recent_p {    padding: 27px 27px;}
	.post-navigation h2 {    text-align: center;}
	.breadcrumbs{    margin: 0 0 0 -19px;}
	.content-top-breadcrumbs{width: 308px;}
	.content-top-navigation{margin: 0 -19px 0 0;}
		.menu-toggle {position: absolute; top: 244px !important; left: 284px; z-index: 500;}
	.menu-toggle:before {
	content: "Меню";
    padding: 7px 221px 7px 168px;
    margin: 0 0 0 -241px;
    background: #6bbdfb;
    font-size: 19px;
    color: #fff;
    border-radius: 3px;
	}
	.main-navigation.toggled {margin-top: 34px;}
	.main-navigation li {padding:0;     margin: 5px 0 0px 0;}
	.main-navigation a {height: 46px;}
	.main-navigation.toggled ul a, .main-navigation.toggled ul ul a {border-bottom: 1px solid #353535;     background: rgb(107, 189, 251); color: #fff;}
	.main-navigation.toggled a:hover, .main-navigation.toggled a:active, .main-navigation.toggled li:hover a, .main-navigation.toggled li:focus a {
		background-color: #4e9bd6;	}
	.main-navigation.toggled a:hover, .main-navigation.toggled ul ul a:hover {
		background-color: #2069a0;	}
		.gcmaf {width:auto!important;}
	.menu-toggle {
		top: 162px !important;
		left: 402px;
	}
	.content-top-navigation {
		float: none;
	}
	.content-top-meta {
		margin: 18px 0 0 0;
	}
	#page {
		margin: 52px auto 0;
	}
}
@media (max-width: 830px){
	.block-after-content .VK{
		width: 100%;
	}
	.ftr{
		display: block;
		float: none;
	}
	.gcmaf {width:auto!important;}
}
/*540 min*/
@media (max-width: 768px){
	.top-menu-link{padding: 10px 7px;     font-size: 11px;}
	.site-brand{width:540px; margin: 0 auto;     height: 250px;}
	.site-header {    width: 464px;     margin: 0 auto 47px;}
	.header-right-wrapper {    left: 0;    width: 100%;}
	.fmp-b5-statistic {    bottom: -100px;    left: -51px;}
	.fmp-b5-image {bottom: -62px;    right: 0;    left: 0;}
	.tooltip1:hover .tooltip1-content, .tooltip1-effect-1 .tooltip1-content {margin: 0 0 17px -20px !important;}
	.header-logo {left: 29px;     top: 0;}
	.header-right-entry{width: 100%;     top: 89px;}
	.hre-search-wrapper {display: inline-block;}
	.hre-register-block {margin: 0 20px 0 0;}
	.menu-toggle {position: absolute; top: 244px !important; left: 284px; z-index: 500;}
	.menu-toggle:before {
	content: "Меню";
    padding: 7px 221px 7px 168px;
    margin: 0 0 0 -241px;
    background: #6bbdfb;
    font-size: 19px;
    color: #fff;
    border-radius: 3px;
	}
	.main-navigation.toggled {margin-top: 62px;}
	.main-navigation li {padding:0; margin:0;}
	.main-navigation.toggled ul a, .main-navigation.toggled ul ul a {border-bottom: 1px solid #353535;     background: rgb(107, 189, 251); color: #fff;}
	.main-navigation li {text-shadow:none;}
	.main-navigation ul ul li{border:none;}
	.menu-item-object-category{background:#ccc;}
	.main-navigation.toggled a:hover, .main-navigation.toggled a:active, .main-navigation.toggled li:hover a, .main-navigation.toggled li:focus a {
		background-color: #4e9bd6;	}
	.main-navigation.toggled a:hover, .main-navigation.toggled ul ul a:hover {
		background-color: #2069a0;	}
	.th-button {right: -11px;}
	.bubble1, .bubble2 {display:none;}
	.tags-block .readForm {    height: auto;}
	a#move_up {display:none !important;}
	 .menu-glavnoe-menyu-container {    width: 438px;    margin: 0 auto;}
	.header-img{width: 464px;}
	.main-navigation.toggled > div {margin: 0 auto;}
	.site-brand {width: 464px;}
	.more-link {display:none;}
	.widget-content .pcom-one-img-wrapper {float: none; display: inline-block;}
	.header-img {height: 153px;}
	.content-top-navigation{display:none;}
	.content-top-meta {position: relative;}
	.content-top-data {right: 2px;    position: absolute;}
	#recent_p{     padding: 27px 27px;}
	.comment-meta {    top: 112px;    left: -10px;}
	.menu-top-wrapper{left: 3px;}
	.menu-top {background: #1779c7;}
	.gcmaf {width:auto!important;}
	.top-menu-link {
		padding: 10px 7px;
		font-size: 10px;
	}
	.hre-search-wrapper {
		display: block;
		width: 388px;
		margin: 0 auto;
	}
	.menu-toggle{
		width: 375px !important;
		background: #6bbdfb;
		left: 44px;
		
	}
	.menu-toggle:before {
		padding: 9px 163px 10px;
		margin:0;
	}
	.pshb-leaf1-buble1, .pshb-buble2, .pshb-text-wrapper{display:none;}
	.razrab {
		margin: 6px 21px 0px;
	}
	.fmp-b1-top-block {
		min-width: auto;
		margin: 0 24px 0;
	}
	.fmp-b1-bb-image{margin: 0 0 0 22px;}
	.fmp-block .hre-soc-wrappwer {
		margin: 19px 0 10px 24px;
	}
	.owl-next {
		right: -39px;
	}
	
	.content-top-meta {
		margin: 18px 0 0 0;
	}
	div#toc_container {
		width: auto !important;
		margin: 0 0 13px 0;
	}
}


/*320 - 480 */
@media (max-width: 480px){
	.header-img {
		width: 100%;
		overflow: hidden;
	}
	.header-logo {
		left: 19px;
	}
	.header-logo {
		left: 11px;
		top: -25px;
		width: 280px;
		overflow: hidden;
	}
	.header-logo-img {
		background-position: -391px -42px;
		height: 65px;
		width: 360px;
		background-size: 229%;
	}
	.hre-soc-wrappwer{
		display:none;
	}
	.menu-top-wrapper {
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	.header-right-wrapper2 {
		text-align: left;
	}
	.header-right-entry {
		width: 267px;
		margin: 0 auto;
		display: block;
	}
	.menu-top {
		height: 56px;
	}
	.header-right-wrapper{
		margin: 42px 0 0 0;
	}
	.top-menu-link {
		padding: 0px 7px;
	}
	.menu-top-wrapper a:hover,.menu-top-wrapper a:focus{
		padding: 0px 7px;
	}
	.site-header {
		width: 321px;
	}
	.site-brand {
		width: 321px;
	}
	.hre-search-wrapper{
		width: 220px;
	}
	.header-right-entry {
		top: 53px;
	}
	#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
		background-color: #fff !important;
	}
	.hre-register-block {
		margin: 0 20px 22px 0;
	}
	.page-sub-header-wrapper, .page-sub-header-wrapper2{ display: none; }
	.menu-toggle {
		top: 110px !important;
		left: 19px;
		background: #6bbdfb !important;
		background-color: #6bbdfb !important;
	}
	.menu-toggle:before{
		padding: 9px 20px;
		margin: 0px 0 0 0;
		content: "";
	}
	.main-navigation.toggled {
		margin-top: 0;
		z-index: 9999;
		width: 315px;
	}
	.th-button{
		z-index: unset;
	}
	.main-navigation.toggled > div {
		width: 84%;
	}
	.help-button-block {
		overflow: hidden;
		width: 265px;
		margin: 0 auto;
	}
	.help-button, .help-button:hover, .help-button:focus {
		background-position: -293px -112px;
		width: 266px;
		height: 41px;
		background-size: 241%;
	}
	.site-header {
		margin: 0 auto 0px;
	}
	.site-main {
		margin: 0px 0;
	}
	.help-button-block {
		padding: 4px 0 14px 0;
	}
	.page-sub-header-block .gcmaf { display: none; }
	.help-button:before {
		padding: 6px 0px;
	}
	.tags-links{
		padding: 0 0 0 0px;
	}
	.sprite-tag{display: none;}
	.widget-content .pcom-one-img-wrapper {
		float: none;
		width: 243px;
		padding: 0 0 0 0px;
		min-height: 268px;
		display: block !important;
		margin: 0 auto;
	}
	.widget-wrapper-2 .entry-footer a {
		margin: 0px 0 0px 0;
	}
	.gcmaf{text-align: center;}
	.razrab {
		margin: 6px 21px 0px;
	}
	.fmp-b1-top-block {
		min-width: auto;
		margin: 0 24px 0;
	}
	.fmp-b1-bottom-block{ display: none !important; }
	
	.site-header, .site-brand{
		width: 303px;
	}
	.content-top-data {
		position: initial;
		margin: 0 0 0 -22px;
	}
	.share-block {
		width: 184px;
	}
	.wrap-after-content {
		float: none;
	}
	.logo-block{display: none;} 
	.ya-share2__list {
		transform: translate(15%, 15%) scale(1.1);
	}
	.site-title {display: none;}
	.content-top-breadcrumbs {
		width: 247px;
	}
	.comment-content {
		margin-left: 0;
		margin: 0 0 138px 0;
		top: 121px;
		padding: 46px 20px 0 20px;
	}
	.comment .fn {
		top: -42px;
		left: 0;
	}
	.comment-meta {
		top: 81px;
		left: 96px;
		width: 58%;
	}
	.commentlist li {
		margin: 51px 0 11.5em 0;
	}
	.comment-content:after {
		content: "";
		display: block;
		position: absolute;
		top: 21px;
		left: 0;
		margin-left: -14px;
		background-position: -254px -278px;
		height: 34px;
		width: 0;
	}
	.comment ul.children{
		margin: 170px 0 0 -20px;
	}
	h3.comments-title {
		margin: 16px 0 0 0;
	}
	ul, ol{
		margin: 0 0 0 0;
		padding: 0;
	}
	ul ul, ol ol, ul ol, ol ul {
		margin-left: 0.5em;
	}
	.otz-razd-on, .otz-razd-off {
		width: 100%;
	}
	.otziv-like .usp-submit {
		width: 331px;
	}
	.usp-submit a {
		max-width: 323px;
	}
	.menu-toggle {
		width: 40px !important;
	}
	.content-top-meta {
		margin: -18px 0 0 0;
	}
	#page {
		margin: 0;
	}
	button.noTime {
		padding: 7px 10px;
		margin: 0 0 0 0px;
	}
	div#toc_container{
		width: auto !important;
		margin: 0 0 0 -15px;
		padding: 0 10px;
		float: left;
	}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



