/*!
Theme Name: road-new-oslogic
Theme URI: https://oslogic.ru/
Author: oslogic
Author URI: https://oslogic.ru/
Description: For site oslogic.ru
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roadmap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

roadmap is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
/*font-family: 'droid_serifregular';*/
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap:break-word;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/* =END Reset
-------------------------------------------------------------- */

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:08 PM */

@font-face {
    font-family: 'droid_serifbold';
    src: url('/fonts/droidserif-bold.eot');
    src: url('/fonts/droidserif-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidserif-bold.woff') format('woff'),
         url('/fonts/droidserif-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('/fonts/droidserif-bolditalic.eot');
    src: url('/fonts/droidserif-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidserif-bolditalic.woff') format('woff'),
         url('/fonts/droidserif-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifitalic';
    src: url('/fonts/droidserif-italic.eot');
    src: url('/fonts/droidserif-italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidserif-italic.woff') format('woff'),
         url('/fonts/droidserif-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifregular';
    src: url('/fonts/droidserif-regular.eot');
    src: url('/fonts/droidserif-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidserif-regular.woff') format('woff'),
         url('/fonts/droidserif-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.site {
clear: both;
height:auto; 
width:100%;
background: #f0f0f0;
overflow: hidden;
font-family: 'droid_serifregular';
min-height: 96vh;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.site-header {
  width: 100%;
max-height:300px;
/*background: #035e35; */
  background: #536479;
box-shadow: 1px 4px 5px 0px rgba(50, 50, 50, 0.75);
    font-family: 'droid_serifregular';
  font-style: normal;
  	font-weight: normal !important; 
}

.site-branding {
    margin: 10px 0 6px 0;

}
.site-branding a, a:visited, a:hover, a:focus, a:active
{
        color: #0d078c !important;
	text-decoration: none !important;
}

.site-title {
			margin: 0px 5% 0px 5%;
  			text-align: left;
			line-height: 1 !important;
}
.site-title a {
  font-family: 'droid_serifregular';
  font-size: 2.5rem;
    color: #fff !important;
text-shadow: 0px 0px 12px rgb(23, 23, 23);
    			line-height: 1;
}
.site-description {
        clear: both;
        font-size: 1.85rem;
        color: #fff !important;
text-shadow: 0px 0px 12px rgb(23, 23, 23);
        margin: 2px 10% 7px 5%;
				font-family: 'droid_serifregular';
  			text-align: right;
	    			line-height: 1;
}
.afterheader {
background-color: #fff;
height: auto; 
padding:4px 20px 5px 20px; 
border-top: 1px dotted #acacac;
border-bottom: 1px dotted #acacac;
width:100%;
}

.inpost {
height: auto; 
width: auto;
}
.row {
margin-left: auto; 
margin-right: auto;
max-width:100%;
}

.site-content {
           	max-width: 1600px;
				margin-left:auto;
  			margin-right:auto;
padding: 10px 2px;
background-color: #fff;
width:100%;
min-height: 96vh;
}
.site-footer {
clear: both;
height:auto;  
width:100%;
background: #f0f0f0;
    font-family: 'droid_serifregular';
	font-size: 1.5vmax;
border-top: 1px dotted #cbcbcb;

}
.site-info {
clear: both;
height:auto;  
width:auto;
text-align: center;
margin:-1.5em auto;
}
/******************** Статьи ************************************/
.content-area {
/*   border:1px solid #B2C2D1; 
    padding: 0px 16px;*/
}

.entry-title {
        font-family: 'droid_serifregular' !important;
  			color: #464646 !important;
   	border-bottom:1px solid #cbcbcb;
  font-size: 1.75rem;
  font-weight: normal !important;
	text-shadow: 0px 0px 12px rgb(23, 23, 23);
}
.entry-title a {
  color: #026f2b !important;
	background-color: rgba(80,43,129,0.05);
    border-bottom: 1px dashed #026f2b;
}
.entry-title a:hover {
  color: #02CA05 !important;
	background-color: rgba(80,43,129,0.05);
  border-bottom: 1px solid #02CA05;
}
.entry-title h1
{
/*		font-size: 16px !important; */
    font-family: 'droid_serifbold' !important;
font-weight: normal !important;
}
.entry-meta {
	padding: 4px 20px 0px 20px;
	font-size: 1.75rem;
	font-style: italic;
}
.entry-header {
        margin: 12px 0 0 0;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'droid_serifregular';
border:1px solid #536479 !important; 
/*	font-size: 16px; */
	line-height: 1.75;
}
input,
textarea {
  	color: #404040;
	font-family: 'droid_serifregular';
border:1px solid #cbcbcb !important; 
	font-size: 12px;
	line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
font-family: 'droid_serifregular' !important;
  font-weight: bolder !important;
	padding: 10px 4px;
}

p {
	margin-bottom: 0.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
     background: #D9DCD5 url('images/postquote.png') no-repeat scroll;
  	border-radius: 6px;
   padding:6px 20px 6px 34px;
   margin:0 0 0 10px;
   color: #30352C;

   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}

address {
	margin: 0 0 1.5em;
}

pre {
   	border-radius: 6px;
	background: #f4f4f4;
	font-family: 'droid_serifregular';

	font-size: 1.5rem; 
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.7em 1em; 
 
}

code, kbd, tt, var {
	font-family: 'droid_serifregular';
/*	font-size: 15px; */
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
/*	background: #fff9c0; */
	background: #fff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

/*hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}*/

ul, ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	padding: 8px 0;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
/*	margin: 0 0 1.5em;*/
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  	padding: 0px 8px;
  margin:0;
 /*   display: inline-block;*/
font-size: 1.5rem;
  color: black;
  text-decoration: none;
  user-select: none;
  outline: none;
  border:none !important;
 background: rgb(250,235,184,0.1);
    	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.35);
  transition: box-shadow .2s, border-color .2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 box-shadow: 1px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  clear: both;
	color: #666;
	border: 1px solid #cbcbcb;
padding: 2px 3px;
font-size: 1.25rem;
  background: #fff;
  	width: 99% !important;
margin: 4px 0px 4px 4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
/*input[type="text"], input[type="search"] {
   width:100%;
}*/

select {
	border: 1px solid #ccc;
}

label {
	display: block !important;
}
input.search-submit {
display:none;  
}
input.search-field {
width:100%;  
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
color: midnightblue;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-row {
    box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 4px;
/*    border-bottom: 1px solid #e0e0e0; */
}
.row-menu {
	margin-bottom: 6px;
	border-top: 1px solid #e3bc5f;
	border-bottom: 1px solid #e3bc5f;
	background: rgba(250, 235, 184, 0.6);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.35);
}
.main-navigation {
    margin: 4px 10px;
    clear: both;
    display: block;
   float: left;
  	  line-height:1;
    font-family: 'droid_serifregular';
    padding: 6px 8px 4px 8px;
}
.main-navigation a:hover {
color: midnightblue;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0px;

}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
  margin-left: 5px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 5px;
  padding: 0 4px;
	border-right: 1px solid #b09a4d;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000000 !important; 
}
.menu-item a {
  color: #000000 !important; 
  font-family: 'droid_serifregular';
  padding: 0px 6px;
	font-size: 1.5rem;
  text-shadow: 0 0 12px rgb(23, 23, 23);
}

.main-navigation a:hover, a:focus, a:active {
        color: #0894f6 !important;
/*  			text-decoration: underline !important; */
  			background-color: rgba(80,43,129,0.05);
}
/* Small menu.*/
.menu-toggle {
  display: block;
}
.main-navigation.toggled ul {
  display: block;
	position: absolute;
  padding:4px 2px 4px 16px;
  z-index: 10000;
  background-color:#fff;
  border: 1px solid; /* #e3bc5f;
  border-top:2px solid #e3bc5f; */
  color: #0669a2 !important;
	width:auto;
}
.main-navigation.toggled li {
  float: none;
  margin:14px 6px 10px 16px;
  list-style-image: url("images/icon-web-16.png");
  padding-left:0px !important;
  border:none !important;
}
.main-navigation.toggled li a {
    color: #0669a2 !important;
  	padding-left: 0px !important;
  text-shadow: none;
}
элемент {
}
.main-navigation.toggled ul ul a {
    width: 100%;
/*    margin: 4px; */
		font-size: 1.25rem !important;
    padding:4px;
  	background-color: #fff;
}

.slide_content {
 padding: 0 6px; 
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
   .my_slide div {
    display:block;
}
}
@media screen and (max-width: 37.5em) {
	html {
   font-size: 8px;
	}
   .my_slide div {
    display:none;
}
     #execphp-8 {
    display:none;
}
    .my_slide:before {
    margin: 0;
    padding: 1px 20px;
       content: "Раскрыть/закрыть меню";
      cursor: pointer;
    	border: 1px solid #e3bc5f;
      font-size: 1.5rem;
      color: #0669a2 !important;
    display:block;
    width:100%;
      background-color: rgb(250,235,144,0.25);
/*      margin-top: -6px; */
  }

.metawidget {
  display: none;
  }
}

.post-edit-link {
font-size: 1.3rem;
padding-left: 10px;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	border:1px solid;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
/*.site-content:before,
.site-content:after,*/
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
font-size: 1.5rem; 
border:1px solid #cbcbcb;
margin-bottom: 6px;
overflow: hidden;
max-width:100%;
}
.mywidget {
overflow: hidden;
max-width:100%;
  margin: 0 auto 6px auto;
	display: block;
    font-weight: normal !important;
font-size: 1.5rem; 
}
.widget p {
font-size: 1.5rem; 
}
.mywidget a {
  color: #0669a2 !important;
}
.mywidget a:hover {
        color: #0894f6 !important;
  			background-color: rgba(80,43,129,0.05);
  border-bottom: 1px solid #0894f6;
}

.normalwidget {
border: none;
overflow: hidden; 
/*    font-weight: normal !important;
  	font-size: 14px !important; */
}

.widget-area h1, h2, h3, h4, h5, h6 {
        clear: both !important;
	font-weight: normal;
}

.widget select {
	max-width: 100%;
}
.mywidget-title,
.widget-title {
  font-family: 'droid_serifregular';
  color: #464646 !important;
	font-size: 1.6rem;
  padding: 1px 20px;
	margin: 0px 0px 10px 0px;
background: #f0f0f0;
   border-bottom:1px solid #cbcbcb;
  font-weight: normal !important;
  box-shadow: 1px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
/*.mywidget-title {
  font-family: 'droid_serifregilar';
	font-size: 1.6rem;
  color: #464646 !important;
background: #f0f0f0;
  position: relative;
  width: 100%;
padding: 1px 20px !important;
 margin-bottom: 10px;
  border-bottom:1px solid #cbcbcb;
  font-weight: normal !important;
  box-shadow: 1px 4px 5px 0px rgba(50, 50, 50, 0.75);
}*/

.widget a {
  color: #0669a2 !important;
}
.widget a:hover {
        color: #0894f6 !important;
  			background-color: rgba(80,43,129,0.05);
  border-bottom: 1px solid #0894f6;
}
.widget li {
    padding: 8px 6px 2px 0;
	font-size: 1.5rem;
    line-height: 1.25;
}
.widget li a {
		font-size: 1.5rem;
	text-shadow: none;
}
.mywidget li {
    padding: 8px 6px 2px 0;
	font-size: 1.5rem;
    line-height: 1.25;
}
.mywidget li a {
		font-size: 1.5rem;
	text-shadow: none;
}


.widget-hor {
        clear: both !important;
/*	font-size: 1.1vmax !important; */
	font-style: italic;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
/*.entry-content,*/
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content {
/*margin: 1.5em 10px 60px 0px;
  	margin: 1.5em 15px 30px 15px;	*/
  	margin: 1rem 0.5rem;
	padding-bottom: 16px;
  -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;   
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;  
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;   
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}
.entry-content p {
	font-size: 1.5rem !important;
    color: #464646 !important;
/*  text-indent: 1rem; */
  -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;   
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;  
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;   
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}


.entry-content a {
  color: #0669a2 !important;
	background-color: rgba(80,43,129,0.05);
  border-bottom: 1px dashed #0669a2;
}
.entry-content a:hover {
  color: #0894f6 !important;
	background-color: rgba(80,43,129,0.05) !important;
  border-bottom: 1px solid #0894f6 !important;
}
.entry-content li {
	font-size: 1.5rem !important;
	padding: 5px 0;
}
.entry-content li a {
	font-size: 1.5rem !important;
}

/************** Заголовки статей *************************************/
.entry-content h1, h2, h3, h4, h5, h6 
{
    color: #464646 !important;
    margin: 16px 0 !important;
      font-family: 'droid_serifregular' !important;
  		font-weight: bolder !important;
}

.entry-content h2
{
		font-size: 1.9rem;
      text-shadow: 0px 0px 6px rgb(23, 23, 23);
}
.entry-content h3
{
		font-size: 1.7rem;
      text-shadow: 0px 0px 8px rgb(23, 23, 23);
}
.entry-content h4
{
		font-size: 1.65rem;
}
.entry-content h5
{
		font-size: 1.6rem;
}
.entry-content h6
{
		font-size: 1.6rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	

     
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

   hr {
    border: none; /* Убираем границу для браузера Firefox */
    color: #cbcbcb !important; /* Цвет линии для остальных браузеров */
    background-color: #cbcbcb; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
    margin: 0 4px;
   }
.category-text {
  padding:15px 15px 10px 15px; 
  background-color:#fff; 
  font-size:1.5rem !important;
}
.brc {
border-bottom: 1px solid #cbcbcb; 
  background: #fff;
  font-size: 1.5rem !important; 
  padding: 8px 20px 2px 20px; 
  color: #026f2b;  
}
.brc a {
color: #026f2b !important;
}
.brc a:hover {
  color: #02CA05 !important;
/*	background-color: rgba(80,43,129,0.05);*/
  border-bottom: 1px solid #02CA05;
 
}
.mytd {
  display: block;
/*border: 1px outset #d4ad85;*/
  margin: 8px 1px;
  padding: 0 8px;
} 
b, strong {
	font-family: 'droid_serifbold' !important;
}
.iconfile {
list-style-image: url("images/icons8-file-16.png");
}
.iconfolder {
list-style-image: url("images/icons8-folder-16.png");
}
.iconsec {
list-style-image: url("images/icons-sec-16.png");
}
.iconmail {
list-style-image: url("images/icon-mail-16.png");
}
.brcrumb,
.brcrumb p,
.brcrumb a,
.brcrumb div
{
  padding:4px 0; 
  font-size: 1.5rem !important;
}
.wp-tag-cloud {
  list-style-image: url("images/icons-opfolder-16.png");
}
.wp-tag-cloud li a {
  font-size: 1.5rem !important;  
}
.tml-lostpassword-link {
    display: none !important;
}
