h1 {
  margin-top: 0;
}
.panel-body {
  padding-bottom: 5px;
}
ol.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist .children {
  padding: 0;
  list-style: none;
}
blockquote {
  font-size: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.header {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.widget-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: inherit;
  padding: 6px;
}
button,
input {
  line-height: normal;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #2fa235;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}
.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 20px 0;
}
/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  padding-top: 24px;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
}
.author.archive .author-avatar {
  margin-top: 0;
}
/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
}
a {
  outline: none;
  color: #cf052b;
  text-decoration: underline;
}
a:hover {
  color: #fa274e;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Page structure */
.site {
  padding: 0;
  background-color: #fff;
}
.site-wrapper {
  margin: 0 15px;
}
.site-content {
  margin: 0 0 20px 0;
}
.widget-area {
  margin: 0 0 20px 0;
}
/* Header */
.border {
  display: block;
  height: 10px;
  margin: 0 -20px 10px -25px;
  background-image: linear-gradient(to bottom, #dddddd, #ffffff);
}
.site-header {
  padding: 10px 0;
  position: relative;
}
.site-header .logo {
  margin: 0;
  width: 252px;
  height: 49px;
}
.site-header .search {
  right: 0;
  margin-top: 15px;
}
.site-header .search input[type=text] {
  width: 100px;
  display: inline-block;
  float: left;
  border-right: none;
  border-top-color: #999;
  border-left-color: #999;
  border-bottom-color: #ddd;
  box-shadow: inset 1px 1px 1px #cfcfcf;
}
.site-header .search input[type="submit"] {
  background: #db261e url('../../../../themes/protivpozhara/images/magnifier.png') center center no-repeat;
  content: '*';
  display: inline-block;
  padding: 0;
  width: 45px;
  height: 30px;
  text-indent: -100px;
  border: 1px solid #db261e;
  border-radius: 0;
}
.header-image {
  margin-top: 24px;
}
/* Navigation Menu */
.main-navigation {
  font-family: Tahoma, Arial, sans-serif;
  margin-top: 10px;
  text-align: center;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation li {
  margin: 0;
  font-size: 12px;
  line-height: 1.42857143;
}
.main-navigation a,
.main-navigation span {
  color: #5e5e5e;
  display: block;
  background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #fa274e;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: block;
  width: 100%;
}
/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
}
/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
  word-wrap: break-word;
  padding: 20px;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}
.widget-area .widget .title {
  margin-bottom: 24px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
}
.widget-area .textwidget li {
  margin-left: 36px;
}
.widget-area .widget a {
  color: #555;
}
.widget-area .widget a:hover {
  color: #fa274e;
}
.widget-area #s {
  width: 53.66666666666%;
  /* define a width to avoid dropping a wider submit button */
}
.widget-title span {
  color: #cf052b;
}
/* Footer */
footer[role="contentinfo"] {
  border-top: 1px solid #e6e6e6;
  clear: both;
  font-size: 12px;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}
footer[role="contentinfo"] p {
  margin-bottom: 20px;
  color: #666;
}
footer[role="contentinfo"] p.copyright {
  font-size: 13px;
}
footer[role="contentinfo"] p:last-of-type {
  margin-bottom: 0;
}
footer[role="contentinfo"] a {
  color: #686868;
}
footer[role="contentinfo"] a:hover {
  color: #fa274e;
}
footer[role="contentinfo"] ul.menu {
  display: inline;
  float: right;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
footer[role="contentinfo"] ul.menu li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #d4d4d4;
}
footer[role="contentinfo"] ul.menu li a {
  text-decoration: none;
}
footer[role="contentinfo"] ul.menu li:last-of-type {
  padding-right: 0;
  border-right: none;
}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
  clear: both;
}
.entry-meta a {
  color: #757575;
}
.entry-meta a:hover {
  color: #fa274e;
}
.entry-header,
.archive-header,
.page-header {
  margin-bottom: 10px;
}
.entry-header .entry-title,
.archive-header .entry-title,
.page-header .entry-title,
.entry-header .archive-title,
.archive-header .archive-title,
.page-header .archive-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.entry-header .entry-title a,
.archive-header .entry-title a,
.page-header .entry-title a,
.entry-header .archive-title a,
.archive-header .archive-title a,
.page-header .archive-title a {
  text-decoration: none;
}
.entry-header .entry-title a:hover,
.archive-header .entry-title a:hover,
.page-header .entry-title a:hover,
.entry-header .archive-title a:hover,
.archive-header .archive-title a:hover,
.page-header .archive-title a:hover {
  color: #fa274e;
}
.entry-header h1.entry-title,
.archive-header h1.entry-title,
.page-header h1.entry-title,
.entry-header h1.archive-title,
.archive-header h1.archive-title,
.page-header h1.archive-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
}
h1 {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}
h1.article-title-prime {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  color: #5d5d5d;
}
.entry-thumb img.wp-post-image {
  display: block;
  float: left;
  margin: 0 10px 20px 0;
  width: 160px;
  height: 114px;
  border: 1px solid #ddd;
}
.entry-content.entry-description {
  font-size: 13px;
  color: #888;
}
.entry-content.entry-description p {
  line-height: 1.4;
}
.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  line-height: 3.692307692;
  margin-bottom: 24px;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  clear: both;
  margin: 24px 0 5px 0;
  line-height: 1.714285714;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.entry-content h1,
.comment-content h1 {
  font-size: 24px;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 30px;
  line-height: 1.6;
  margin: 20px 0 5px 0;
  text-transform: none;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 15px;
  line-height: 1.4;
}
.entry-content a:visited,
.comment-content a:visited {
  color: #9d0421;
}
.entry-content ol,
.comment-content ol,
.archive-meta ol,
.entry-content ul,
.comment-content ul,
.archive-meta ul,
.mu_register ul {
  padding: 0;
  margin: 0 0 24px;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.archive-meta ul ul,
.entry-content ol ol,
.comment-content ol ol,
.archive-meta ol ol,
.entry-content ul ol,
.comment-content ul ol,
.archive-meta ul ol,
.entry-content ol ul,
.comment-content ol ul,
.archive-meta ol ul {
  margin: 20px 0;
}
.entry-content ul,
.comment-content ul,
.archive-meta ul,
.mu_register ul {
  list-style: none;
}
.entry-content ol,
.comment-content ol,
.archive-meta ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.archive-meta li,
.mu_register li {
  margin: 0 0 8px 36px;
}
.entry-content ul li,
.comment-content ul li,
.archive-meta ul li,
.mu_register ul li {
  margin: 0 0 8px 15px;
  padding-left: 30px;
  background: url('../../../../themes/protivpozhara/images/bullit.png') 0 7px no-repeat;
}
.archive-meta ul li {
  background-position: 0 4px;
}
.entry-content blockquote,
.comment-content blockquote {
  border: 1px solid #c3c3c3;
  background: #eee;
  margin-bottom: 24px;
  padding: 15px 15px;
  position: relative;
}
.entry-content blockquote.info,
.comment-content blockquote.info {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-left: 5px solid #256eb8;
  padding: 15px 15px;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.714285714;
  margin: 24px 0;
  overflow: auto;
  padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
}
.alignleft,
.wp-caption.alignleft {
  margin: 6px auto 12px auto;
}
.alignright,
.wp-caption.alignright {
  margin: 6px auto 12px auto;
}
.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 6px;
  margin-bottom: 12px;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
  font-size: 12px;
  margin: 0 0 24px;
  width: 100%;
  border-collapse: collapse;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  margin: 24px 0;
}
.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
  border: 2px solid #fff;
  padding: 4px 6px;
}
.entry-content th,
.comment-content th {
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background: #cf052b;
  padding: 8px 6px;
}
.entry-content td,
.comment-content td {
  padding: 6px 6px;
  background: #eee;
}
.entry-content tr:hover td,
.comment-content tr:hover td {
  background: #ccc;
}
.entry-content td li,
.comment-content td li {
  list-style-position: inside;
  margin-left: 4px;
}
.site-content .post,
.site-content .page {
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  zoom: 1;
}
.site-content .post:before,
.site-content .page:before,
.site-content .post:after,
.site-content .page:after {
  content: "";
  display: table;
}
.site-content .post:after,
.site-content .page:after {
  clear: both;
}
.site-content .post {
  font-size: 16px;
  line-height: 1.714285714;
}
.site-content .post p {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
.site-content .page {
  font-size: 15px;
}
.site-content .widget .post {
  font-size: 13px;
  line-height: 1.4;
}
.site-content .widget .post p {
  font-size: 13px;
  line-height: 1.4;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
.entry-meta {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.846153846;
  color: #757575;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
.rating-block {
  float: left;
  padding: 3px 10px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #333;
  border-radius: 3px;
  vertical-align: middle;
}
.rating-block span {
  font-weight: bold;
}
.rating-card {
  position: relative;
  height: 0;
  overflow: hidden;
}
.yandex-share {
  float: right;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
  text-align: center;
  padding: 12px 0;
}
.navigation ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active span,
.navigation li.disabled {
  text-decoration: none;
  background-color: #fff;
  padding: 8px 12px;
  color: #cf052b;
}
.navigation li a:hover {
  background-color: #fa274e;
  color: #fff;
}
.navigation li.active span {
  background-color: #eee;
  color: #333;
}
.entry-content .other-posts {
  margin: 20px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.entry-content .other-posts p {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.entry-content .other-posts ul {
  margin: 0 -20px 0 0;
  padding: 0;
  list-style: none;
}
.entry-content .other-posts ul:after {
  content: '';
  display: block;
  clear: both;
}
.entry-content .other-posts ul li {
  margin: 0 11px 0 0;
  padding: 0 0 8px 0;
  background: none;
  line-height: 1.4;
}
.entry-content .other-posts ul li:last-child {
  margin: 0;
}
.entry-content .other-posts ul li img {
  display: block;
  width: 150px;
  height: 150px;
  background: #fff;
  border: #ccc 1px solid;
  margin: 0 0 8px 0;
  padding: 4px;
}
.entry-content .other-posts ul li a {
  font-weight: normal;
  text-decoration: underline;
}
.breadcrumbs {
  font-size: 13px;
  margin: 0 0 15px 0;
  color: #999;
  line-height: 1.5;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #fa274e;
}
.content-list {
  margin-top: -10px;
  margin-bottom: 20px;
}
.content-list p {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: arial, sans-serif;
}
.content-list ul {
  margin: 0 0 0 2px;
  padding: 0;
  list-style: disc inside;
}
.content-list ul li {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  background: none;
  color: #cf052b;
}
.content-list ul li ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc inside;
}
.content-list ul li a {
  font-weight: normal;
  color: #5d5d5d;
  font-size: 13px;
}
.content-list ul li a:hover {
  color: #fa274e;
}
h2 .top {
  display: block;
  float: right;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
  margin: 3px 5px 0 5px;
}
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
  margin-bottom: 15px;
}
.archive-meta {
  font-size: 14px;
  margin: 15px 0 15px 0;
  border-bottom: 1px solid #ddd;
}
body.home .archive-meta {
  border-bottom: none;
}
.archive-meta p {
  line-height: 1.5;
  margin: 15px 0;
}
.archive-meta hr {
  margin: 15px 0;
}
.archive-meta li {
  line-height: 1.4;
}
/* =Single audio/video attachment view
-------------------------------------------------------------- */
.attachment .entry-content .mejs-audio {
  max-width: 400px;
}
.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
}
.comments-area article p {
  line-height: 1.6;
  margin-bottom: 15px;
}
.comments-area article header {
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #fa274e;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(to bottom, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
}
.comments-area .bypostauthor cite b {
  font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #fa274e;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
/* Comment form */
#respond h3#reply-title {
  font-size: 16px;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
#respond form {
  margin: 24px 0;
}
#respond form p {
  margin: 11px 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.714285714;
  padding: 10px;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget > ul {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px dashed #dfdfdf;
}
.widget-area .widget > ul li {
  border-top: 1px dashed #dfdfdf;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.widget-area .widget > ul li a,
.widget-area .widget > ul li span {
  display: block;
  padding: 6px 20px;
  text-decoration: none;
}
.widget-area .widget > ul li.current-cat-parent > a,
.widget-area .widget > ul li.current-cat-ancestor > a,
.widget-area .widget > ul li.current-cat > a,
.widget-area .widget > ul li.current-cat > span {
  color: #cf052b;
}
.widget-area .widget > ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: none;
}
.widget-area .widget > ul li ul li a,
.widget-area .widget > ul li ul li span {
  padding-left: 35px;
}
.widget-area .widget > ul li ul li ul li a,
.widget-area .widget > ul li ul li ul li span {
  padding-left: 50px;
}
.widget-area .widget > ul li.current-cat ul,
.widget-area .widget > ul li.current-cat-ancestor ul,
.widget-area .widget > ul li.current-cat-parent ul {
  display: block;
}
.widget-area .widget .phones {
  margin: 0 -20px -20px -20px;
}
.widget-area .widget .phones .phones-title {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  padding: 13px 20px 0 20px;
  background: #f9f9f9;
}
.widget-area .widget .phones .phones-title.title-first {
  background: #ececec;
}
.widget-area .widget .phones table {
  margin: 0;
  list-style: none;
  border: none;
  background: #ececec;
  width: 100%;
}
.widget-area .widget .phones td {
  border: none;
  margin: 0;
  padding: 9px 20px;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
.widget-area .widget .phones table.table-second tr:nth-child(odd) td {
  background: #f9f9f9;
}
.widget-area .widget .phones td.phone-label {
  font-family: arial, sans-serif;
  text-transform: none;
}
.widget-area .widget .phones td.phone {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #cf052b;
  text-align: right;
}
.widget_rss li {
  margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  margin-left: 12px;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
#custom_html-5 {
  border: none;
  padding: 0;
  margin-left: -15px;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
  display: block;
  margin: 0 auto 24px;
}
.sam-block {
  clear: both;
}
.sam-block-line {
  vertical-align: top;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd;
}
.sam-block-line:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
.sam-block-line .sam-block-item {
  vertical-align: top;
}
.sam-block-line .sam-block-item .b-item a.b-content {
  display: block;
  text-decoration: none;
  color: #000;
}
.sam-block-line .sam-block-item .b-item .b-title {
  display: block;
  margin-bottom: 10px;
  font-family: arial, serif;
  font-size: 15px;
  line-height: 1.1;
  color: #cf052b;
  text-decoration: none;
  font-weight: bold;
}
.sam-block-line .sam-block-item .b-item .b-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sam-block-line .sam-block-item .b-item .b-text {
  display: block;
  margin-bottom: 0;
  font-family: arial, serif;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
}
.sam-block-line .sam-block-item .b-item .b-item span:hover {
  color: #c00;
}
/*  */
.last_posts .last_post {
  margin: 5px 0 15px 0;
}
.last_posts .last_post:after {
  content: '';
  display: block;
  clear: both;
}
.last_posts .last_post .last_post_date {
  margin: 0;
  font-size: 11px;
  color: #666;
}
.last_posts .last_post .last_post_image {
  margin: 0 0 3px 0;
}
.last_posts .last_post .last_post_image img {
  border: none !important;
  margin: 0 0 10px 0 !important;
}
.last_posts .last_post .last_post_title {
  margin: 0 0 6px 0;
  font-weight: bold;
  line-height: 1.3;
}
.last_posts .last_post .last_post_title a {
  color: #666;
  text-decoration: none;
}
.last_posts .last_post .last_post_title a:hover {
  color: #108aff;
  text-decoration: underline;
}
.last_posts .last_post .last_post_content {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
/*  */
.subcategories_last_posts {
  margin-right: -20px;
}
.subcategories_last_posts:after {
  content: '';
  display: block;
  clear: both;
}
.subcategories_last_posts .subcategories_last_posts_column {
  margin: 0 20px 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.subcategories_last_posts .subcategories_last_posts_column:nth-child(odd) {
  clear: left;
}
.subcategories_last_posts .last_post {
  margin: 0 0 12px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.subcategories_last_posts .last_post:after {
  content: '';
  display: block;
  clear: both;
}
.subcategories_last_posts .last_post:last-child {
  margin: 0;
}
.subcategories_last_posts .last_post .last_post_date {
  margin: 0;
  font-size: 11px;
  color: #666;
}
.subcategories_last_posts .last_post .last_post_image {
  margin: 0 0 3px 0;
}
.subcategories_last_posts .last_post .last_post_image img {
  display: block;
  float: none !important;
  border: 1px solid #ccc;
  margin: 0 20px 15px -1px !important;
}
.subcategories_last_posts .last_post .last_post_title {
  margin: 0 0 6px 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}
.subcategories_last_posts .last_post .last_post_title a {
  color: #444;
  text-decoration: none;
}
.subcategories_last_posts .last_post .last_post_title a:hover {
  color: #fa274e;
  text-decoration: underline;
}
.subcategories_last_posts .last_post .last_post_content {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #888;
}
.subcategories_last_posts .widget-title a {
  text-decoration: none;
}
.subcategories_last_posts .last_post_more {
  font-size: 13px;
}
.subcategories_last_posts .last_post_more a {
  color: #666;
}
.subcategories_last_posts .last_post_more a:hover {
  color: #fa274e;
}
body.home .subcategories_last_posts .last_post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/*  */
.index_last_posts {
  border-bottom: 20px solid #ddd;
  margin-bottom: 20px;
}
.index_last_posts:after {
  content: '';
  display: block;
  clear: both;
}
.index_last_posts .index_last_posts_column {
  margin: 0 0 15px 0;
}
.index_last_posts .index_last_posts_column .widget-title {
  font-size: 15px;
  background: #efefef;
  margin-bottom: 20px;
}
.index_last_posts .index_last_posts_column .widget-title a {
  text-decoration: none;
  display: inline-block;
  background: #029200;
  padding: 6px 6px 5px 10px;
  color: #fff;
  position: relative;
}
.index_last_posts .index_last_posts_column .widget-title a:hover {
  text-decoration: underline;
}
.index_last_posts .index_last_posts_column .widget-title a:after {
  content: '';
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -26px;
  border: 13px solid #fff;
  border-right-color: #efefef;
  border-left-color: #029200;
}
.index_last_posts .index_last_posts_column:after {
  content: '';
  display: block;
  clear: both;
}
.index_last_posts .last_post {
  margin: 0 0 13px 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e6e6;
  min-height: 77px;
}
.index_last_posts .last_post .last_post_date {
  margin: 0;
  font-size: 11px;
  color: #666;
}
.index_last_posts .last_post .last_post_image {
  margin: 0 10px 0 0;
  float: left;
}
.index_last_posts .last_post .last_post_image img {
  display: block;
  float: none !important;
  border: 1px solid #909090;
  margin: 0 !important;
  box-shadow: none;
  width: 75px;
  height: 75px;
}
.index_last_posts .last_post .last_post_title {
  margin: -2px 0 6px 0;
  font-size: 15px;
  line-height: 1.2;
}
.index_last_posts .last_post .last_post_title a {
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #464646;
}
.index_last_posts .last_post .last_post_title a:hover {
  text-decoration: underline;
  color: #108aff;
}
.index_last_posts .last_post .last_post_content {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #888888;
}
.index_last_posts .other_posts .last_post:last-child {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.index_last_posts .last_post_more {
  font-size: 13px;
}
.index_last_posts .last_post_more a {
  color: #666;
}
.index_last_posts .last_post_more a:hover {
  color: #fa274e;
}
/*  */
.slb_data_desc {
  display: none !important;
}
.widget .search_widget {
  padding-bottom: 0;
  margin: -10px -10px 0 -10px;
}
.search_widget .search_widget_button #widget_search_start {
  background-image: none;
  padding: 4px 30px;
}
.search_widget_icon {
  padding: 0 0 7px 0;
  text-align: center;
  height: auto;
}
.search_widget_icon span {
  font-size: 20px;
}
.lp-content-inner,
.main-article-content {
  padding: 0;
}
.lp-thumb-org {
  padding: 0 15px 0 0;
}
.lp-title {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.lp-favorite {
  margin-left: -10px;
  margin-right: -10px;
  border: none;
  background: #e1f1ff;
}
.lp-not-favorite {
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #ccc;
}
.lp-show-rec {
  margin: 0 0 0 0;
}
.post-content-text {
  padding: 0;
}
.post-content-text p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.post-content-text ul {
  margin: 20px 0;
  padding: 0;
  list-style: disc inside;
}
.post-content-text ul li {
  margin: 6px 0;
}
.lp-content-inner,
.main-article-content {
  width: auto;
  display: block;
}
.lp-sidebar {
  width: auto;
  display: block;
}
.record_for_seans {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #2fa235;
  cursor: pointer;
  width: auto;
  margin: 10px 0 15px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.record_for_seans a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  margin: 0;
}
.record_for_seans:hover {
  background: #257e29;
}
.record_for_seans:hover a {
  color: #fff;
}
.lp-info-info {
  margin-top: 0;
}
.lp-record-form textarea {
  height: 150px;
}
.org_photo_block img {
  margin: 0 25px 15px 0!important;
}
.lp-custom-inner p {
  margin: 12px 0;
}
.row p {
  margin: 8px 0;
}
#map {
  margin: 10px 0 20px 0;
}
.catalog-tag-cloud {
  margin: 20px 0;
}
.catalog-tag-cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-tag-cloud ul li {
  display: inline;
}
.catalog-tag-cloud ul li a {
  display: inline-block;
  background: #eee;
  border-radius: 6px;
  padding: 5px 8px 6px 8px;
  text-decoration: none;
  color: #1a4e82;
}
.catalog-tag-cloud ul li a:hover {
  background: #b92424;
  color: #fff;
}
.catalog-tag-cloud ul li.active a {
  background: #1a4e82;
  color: #fff;
}
.highslide {
  position: relative;
  display: inline-block;
}
.highslide img {
  display: block;
}
.highslide-block.aligncenter {
  display: block;
  text-align: center;
}
.imagezoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 90;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
a:hover .imagezoom {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .4;
  filter: alpha(opacity=50);
}
.imagezoom .fa {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.home-slider {
  margin: 0 -10px 20px -10px;
  padding: 0;
  position: relative;
  height: 320px;
  border: 10px solid #ddd;
}
.home-slider ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.home-slider ul.slides li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-slider ul.slides li img {
  max-width: none;
}
.home-slider ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}
.home-slider ul.tabs li {
  margin: 0;
  padding: 0;
}
.home-slider ul.tabs li:last-of-type {
  border-bottom: none;
}
.home-slider ul.tabs li a {
  display: block;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(10, 96, 180, 0.8);
  height: 99px;
  line-height: 99px;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: middle;
}
.home-slider ul.tabs li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.home-slider ul.tabs li.active a {
  background: rgba(200, 16, 26, 0.8);
  border-left: none;
  padding-left: 21px;
}
.home-slider ul.tabs li.active a span {
  text-decoration: underline;
}
.home-slider ul.tabs li.active a :before {
  content: '';
  display: block;
  height: 100px;
  width: 30px;
  position: absolute;
  left: -30px;
  top: 0;
  background: url('../../../../themes/protivpozhara/images/slide-hover.png') right center no-repeat;
  opacity: 0.8;
}
.home-slider ul.tabs li:last-of-type a {
  height: 100px;
  line-height: 100px;
}
.catalog-index-map {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 12px;
}
.catalog-index-map .map-header {
  border-top: 1px solid #ddd;
  padding-top: 12px;
}
.catalog-index-map .map-header .links {
  float: right;
}
.catalog-index-map .map-header .links a.link {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 8px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.catalog-index-map .map-header .links a.link-show {
  background: #256eb8;
}
.catalog-index-map .map-header .links a.link-add {
  background: #2fa235;
}
.catalog-index-map .map-header h2 {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  clear: none;
  color: #444;
}
.post-catalog {
  margin: -10px 0 15px 0;
}
.post-catalog .loading {
  height: 100px;
  background: #f6f6f6 url('../../../../themes/protivpozhara/images/loading.gif') center center no-repeat;
}
.post-catalog .row {
  background: #e0f1ff;
  border: 1px solid #d6eeff;
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0;
}
.post-catalog .row .lp-thumb-org img {
  display: block;
}
.post-catalog .row .lp-row .lp-title a {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #222;
}
.post-catalog .row .lp-row .lp-title a:hover {
  color: #fa274e;
}
.post-catalog .row .lp-row p {
  line-height: 1.3;
}
.category_last_posts .post:after {
  content: '';
  display: block;
  clear: left;
}
.categories-map {
  margin: 0;
}
.categories-map .category-block {
  margin: 0 0 40px 0;
}
.categories-map .category-block .category-icon-block {
  width: 94px;
  height: 94px;
  background: url('../../../../themes/protivpozhara/images/categories/bg.png') center center no-repeat;
  float: left;
}
.categories-map .category-block .category-icon-block .category-icon {
  width: 94px;
  height: 94px;
  background: no-repeat center center;
}
.categories-map .category-block .category-icon-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.categories-map .category-block:hover .category-icon-block {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.categories-map .category-block .category-content {
  margin-left: 114px;
  padding-top: 5px;
}
.categories-map .category-block .category-content .category-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.categories-map .category-block .category-content .category-title a {
  color: #333;
  text-decoration: none;
}
.categories-map .category-block .category-content .category-title a:hover {
  color: #fa274e;
}
.categories-map .category-block .category-content ul.category-items {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}
.categories-map .category-block .category-content ul.category-items li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
}
.categories-map .category-block .category-content ul.category-items li a {
  color: #666;
  text-decoration: none;
}
.categories-map .category-block .category-content ul.category-items li a:hover {
  color: #fa274e;
}
.flat_slide_cross {
  width: 50px !important;
  height: 50px !important;
  z-index: 99999 !important;
}
/* =Media queries
-------------------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media screen and (min-width: 400px) {
  .entry-thumb img.wp-post-image {
    margin: 0 20px 24px 0;
  }
  .entry-content blockquote,
  .comment-content blockquote {
    padding: 15px 10px 15px 100px;
    background: #eeeeee url('../../../../themes/protivpozhara/images/note.png') 15px center no-repeat;
    min-height: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .entry-content blockquote.info,
  .comment-content blockquote.info {
    min-height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 470px) {
  .site-header .search {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 18px;
  }
  .site-header .search input[type=text] {
    width: 100px;
  }
}
@media screen and (min-width: 600px) {
  .site-header .search input[type=text] {
    width: 226px;
  }
  .author-avatar {
    float: left;
    margin-top: 8px;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
    overflow: hidden;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-navigation {
    margin: 10px -20px -10px -25px;
    padding: 0;
    border-top: 1px solid #ededed;
    background: #174675;
    background-color: #1a4e82;
    background-image: -webkit-linear-gradient(top, #1a4e82, #174675);
    background-image: -moz-linear-gradient(top, #1a4e82, #174675);
    background-image: -o-linear-gradient(top, #1a4e82, #174675);
    background-image: -ms-linear-gradient(top, #1a4e82, #174675);
    background-image: linear-gradient(top, #1a4e82, #174675);
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
  }
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
    font-size: 0;
  }
  .main-navigation li span,
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
  }
  .main-navigation li {
    margin: 0;
    position: relative;
  }
  .main-navigation li span,
  .main-navigation li a {
    border-bottom: 0;
    color: #fff;
    line-height: 2.2;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 20px;
    border-right: 1px solid #fff;
  }
  .main-navigation li a:hover,
  .main-navigation li a:focus {
    background: #992a30;
    background-color: #992a30;
    background-image: -webkit-linear-gradient(top, #992a30, #822429);
    background-image: -moz-linear-gradient(top, #992a30, #822429);
    background-image: -o-linear-gradient(top, #992a30, #822429);
    background-image: -ms-linear-gradient(top, #992a30, #822429);
    background-image: linear-gradient(top, #992a30, #822429);
    color: #fff;
  }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-item > span,
  .main-navigation .current-menu-ancestor > span,
  .main-navigation .current_page_item > span,
  .main-navigation .current_page_ancestor > span {
    background: #992a30;
    background-color: #992a30;
    background-image: -webkit-linear-gradient(top, #992a30, #822429);
    background-image: -moz-linear-gradient(top, #992a30, #822429);
    background-image: -o-linear-gradient(top, #992a30, #822429);
    background-image: -ms-linear-gradient(top, #992a30, #822429);
    background-image: linear-gradient(top, #992a30, #822429);
    color: #fff;
  }
  .main-navigation li:first-of-type a,
  .main-navigation li:first-of-type span {
    background-image: url('../../../../themes/protivpozhara/images/home.png');
    background-position: 25px center;
    background-repeat: no-repeat;
    padding-left: 45px;
  }
  .menu-toggle {
    display: none;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .commentlist .children {
    margin-left: 25px;
  }
  .subcategories_last_posts {
    margin-right: -30px;
  }
  .subcategories_last_posts .subcategories_last_posts_column {
    width: 325px;
    float: left;
    margin: 0 30px 20px 0;
  }
  .archive-meta p.image-preview {
    position: relative;
    margin: 0 -10px 15px -10px;
    border: 10px solid #ddd;
  }
  .archive-meta p.image-preview img {
    position: relative;
    display: block;
    margin: 0;
  }
  .archive-meta p.image-preview span {
    position: absolute;
    margin-left: -10px;
    margin-right: -10px;
    bottom: -10px;
    display: block;
    color: #fff;
    background: rgba(30, 30, 40, 0.8);
    padding: 10px;
  }
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .alignleft,
  .wp-caption.alignleft {
    margin: 6px 24px 12px 0;
  }
  .alignright,
  .wp-caption.alignright {
    margin: 6px 0 12px 24px;
  }
  .aligncenter,
  .wp-caption.aligncenter {
    clear: both;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .index_last_posts .lead_post {
    width: 280px;
    float: left;
  }
  .index_last_posts .lead_post .last_post {
    margin: 0 0 12px 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .index_last_posts .lead_post .last_post .last_post_image {
    margin: 0 0 10px 0;
    float: none;
  }
  .index_last_posts .lead_post .last_post .last_post_image img {
    width: 100%;
    height: auto;
  }
  .index_last_posts .last_post .last_post_title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }
  .index_last_posts .last_post .last_post_title:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 2em;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent, #ffffff);
    background-image: -moz-linear-gradient(left, transparent, #ffffff);
    background-image: -o-linear-gradient(left, transparent, #ffffff);
    background-image: -ms-linear-gradient(left, transparent, #ffffff);
    background-image: linear-gradient(left, transparent, #ffffff);
  }
  .index_last_posts .last_post .last_post_content {
    position: relative;
    overflow: hidden;
    height: 4.0em;
  }
  .index_last_posts .other_posts {
    margin-left: 300px;
  }
  .categories-map {
    margin: 0 0 0 -10px;
  }
  .categories-map .category-block {
    width: 50%;
    float: left;
    margin: 0 0 40px 0;
  }
  .categories-map .category-block:after {
    content: '';
    display: block;
    clear: left;
  }
  .categories-map .category-block:nth-child(2n+1) {
    clear: left;
  }
  .categories-map:after {
    content: '';
    display: block;
    clear: left;
  }
}
@media screen and (min-width: 780px) {
  .site {
    width: 780px;
    box-shadow: 0 2px 30px rgba(100, 100, 100, 0.3);
  }
  .site-content {
    float: left;
    width: 460px;
  }
  .widget-area {
    float: right;
    width: 270px;
  }
}
@media screen and (min-width: 900px) {
  .site {
    width: 900px;
  }
  .site-content {
    width: 66%;
  }
  body.attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .categories-map {
    margin: 0 0 0 -10px;
  }
  .categories-map .category-block {
    width: 33%;
    float: left;
  }
  .categories-map .category-block:nth-child(2n+1) {
    clear: none;
  }
  .categories-map .category-block:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 960px) {
  body {
    background-color: #f0f0f0;
  }
  .site {
    width: 960px;
  }
  .site-wrapper {
    margin: 0 20px;
  }
  .site-content {
    width: 630px;
  }
}
@media screen and (min-width: 990px) {
  .site {
    width: 990px;
  }
  .site-content {
    width: 660px;
  }
}
@media screen and (min-width: 1040px) {
  .site {
    width: 1020px;
  }
  .site-wrapper {
    margin: 0 20px 0 25px;
  }
  .site-content {
    width: 680px;
  }
}
/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .entry-header .entry-title,
  .entry-title {
    font-size: 21pt;
  }
  .entry-meta,
  .entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
  }
}