/*
Theme Name: StroyDom
Theme URI: http://www.stroi-dom.su
Version: 0.1
Description:
Author: Alex Iegorov
Author URI: https://yummi.club/
Tags: light, one-column, two-columns, right-sidebar, left-sidebar, fixed-width, flexible-width, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging

	Copyright: (c) 2016 Alex "EviLex" Iegorov
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use the custom.css
file or a child theme to add your styles. You can copy a style from this file and paste it in custom.css
or the child theme's style.css and it will override the style in this file. You have been warned! :)
*/

@font-face {
    font-family: 'ArialNer';
    src: url('fonts/ARIALN.eot');
    src: local('O'), url('fonts/ARIALN.woff') format('woff'), url('fonts/ARIALN.ttf') format('truetype'), url('fonts/ARIALN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    z-index: 1;
}

ol li, ul li {
    list-style: none;
    z-index: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */

body {
    background: #e0d8ca url("img/bg.jpg");
    font-size: 18px;
    line-height: 23px;
    /*  color: #5e5341; */
    color: #000;
    font-weight: normal;
}

::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #3f8fc5;
}

img {
    /* max-width: 100%; */
    height: auto;
}

a, a:before, a:after {
    -webkit-transition-property: background color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

a img {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

address, cite, em {
    font-style: italic;
}

strong {
    font-weight: 900;
}

b {
    font-weight: 900;
}

.left, .alignleft {
    float: left;
}

.right, .alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}


/*  base : clear
/* ------------------------------------ */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}


/*  base : font awesome square size
/* ------------------------------------ */

.fa {
    width: 1em;
    text-align: center;
}


/*  base : forms
/* ------------------------------------ */

.themeform input, .themeform textarea, .themeform button, .themeform select, .themeform label {
    font-size: 16px;
}

.themeform input::-moz-focus-inner, .themeform button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform input[type="submit"], .themeform button, .themeform textarea {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.themeform input, .themeform textarea, .themeform button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.themeform input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

.themeform input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
}

.themeform label {
    font-weight: 600;
    color: #444;
}

.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform textarea {
    background: #fff;
    border: 2px solid #ddd;
    color: #777;
    display: block;
    max-width: 100%;
    outline: none;
    padding: 7px 8px;
}

.themeform label .required {
    color: #e8554e;
}

.themeform input[type="submit"], .themeform button[type="submit"] {
    background: #e8554e;
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.themeform input[type="submit"]:hover, .themeform button[type="submit"]:hover {
    background: #444;
}

.comment-respond {}

.comment-respond input[type="submit"] {
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    background: #e8554e;
    cursor: pointer;
    outline: none;
    font-size: 16px;
}

.comment-respond input[type="submit"]:hover {
    background: #444;
}

.comment_list_wrapper .comment-respond #commentform textarea {
    width: 98.5%;
    color: #777;
}

.themeform.searchform div {
    position: relative;
}


/*  base : entry
/* ------------------------------------ */

body.single .entry img {
    /*max-width: 364px;*/
    /*margin: 17px auto;*/
}

body.single .entry .sliderrrr img {
    margin: 0;
}
.predislovie {
  padding: 0 20px;
}
.entry img.alter {
    max-width: none !important;
}

.entry p img:last-child {
    margin-bottom: 0;
}

.entry {
    font-size: 18px;
    line-height: 24px;
font-weight: 400;
}

.entry p {
    margin-bottom: 10px;
}

.entry ol, .entry ul {
    margin: 0;

 font-size: 18px;
    line-height: 26px;
}

.entry ol ol, .entry ol ul, .entry ul ul, .entry ul ol {
    margin: 0;

 font-size: 18px;
    line-height: 26px;
}

.entry li {
    margin: 0;
 font-size: 18px;
    line-height: 26px;
}

.entry ul li, .entry ol ul li {
    list-style: square;
 font-size: 18px;
    line-height: 26px;
}

.entry ol li, .entry ol ul ol li {
    list-style: decimal;
 font-size: 18px;
    line-height: 26px;
}

.entry dt {
    font-weight: 600;
}

.entry address {
    margin-bottom: 1em;
}

.entry blockquote {
    position: relative;
    color: #777;
    font-style: italic;
    margin: 20px 0 20px 0;
    padding-left: 50px;
}

.entry blockquote p {
    margin-bottom: 0.75em;
}

.entry blockquote:before {
    content: "\f10d";
    color: #ccc;
    font-size: 32px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.entry pre {
    padding: 0;
    margin: 0;
}

.entry code {
    background: #eee;
    padding: 0 3px;
}

.entry ins {
    background: #fff486;
}

.entry sub, .entry sup {
    font-size: 62.5%;
}

.entry sub {
    vertical-align: sub;
}

.entry sup {
    vertical-align: super;
}


/* image position & caption */

.entry img.size-auto, .entry img.size-large, .entry img.size-medium, .entry attachment img {
    max-width: 100%;
    height: auto;
}

.entry img.alignleft {
    margin: 18px 20px 18px 0;
}

.entry img.alignright {
    margin: 18px 0 18px 20px;
}

.entry img.aligncenter {
    margin: 18px auto;
    clear: both;
    display: block;
}

.entry img .size-full {
    width: 100%!important;
}

.entry .gallery img, .entry img.wp-smiley {
    margin: 0;
}

.entry .wp-caption {
    background: #f1f1f1;
    max-width: 100%;
    margin-bottom: 14px;
    text-align: center;
}

.entry .wp-caption-text {
    font-style: italic;
}

.entry .wp-caption a {
    border-bottom: none;
}

.entry .wp-caption img {
    margin: 0;
    max-width: 100%;
    height: auto;
}

.entry .wp-caption.alignleft {
    margin-right: 20px;
}

.entry .wp-caption.alignright {
    margin-left: 20px;
}

.entry .wp-caption.alignnone {
    width: 100%!important;
    overflow: hidden;
}

.entry .wp-caption.alignnone img {
    margin: 0 auto;
    max-width: 100%!important;
}

.entry .wp-caption-text {
    color: #999;
    font-size: 13px;
    padding: 0 0 8px 0;
    margin: 0;
}


/* table */

.entry table {
    font-size: 14px;
    margin-bottom: 1.5em;
    width: 100%;
    text-align: center;
}

.entry table tr.alt {
    background: #e9e9e9;
}

.entry table td {
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}

.entry table th {
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 5px;
}


/* default gallery */

.entry .gallery {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 15px 0!important;
}

.entry .gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-width: 1px 2px!important;
    border-color: transparent!important;
}

.entry .gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-color: transparent;
    margin-top: 0!important;
}

.entry .gallery .gallery-caption {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
    text-align: left;
    text-indent: 10px;
    font-style: normal;
    margin: 0;
    bottom: -44px;
    left: 2px;
    right: 2px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.entry .gallery .gallery-item:hover .gallery-caption {
    bottom: 0;
}

.entry .gallery-columns-5 .gallery-caption, .entry .gallery-columns-6 .gallery-caption, .entry .gallery-columns-7 .gallery-caption, .entry .gallery-columns-8 .gallery-caption, .entry .gallery-columns-9 .gallery-caption {
    display: none!important;
}


/*  base : headings
/* ------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;

}


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.3em;
}

.entry h1 {
    font-size: 38px;
    letter-spacing: -1px;
}


/*.entry h2 {
  font-size: 34px;
  letter-spacing: -0.7px;
}*/

 .entry h2, .entry h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: 'ArialNer', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.entry h4 {
    font-size: 24px;
    letter-spacing: -0.3px;
}

.entry h5 {
    font-size: 20px;
    font-weight: 600;
}

.entry h6 {
    font-size: 18px;
    font-weight: 600;
}

.heading, #reply-title {
    color: #222;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.heading i {
    font-size: 22px;
    margin-right: 6px;
}


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */


/*  base : layout
/* ------------------------------------ */

#wrapper {
    min-width: 1010px;
    height: 100%;
}

.container {
    max-width: 1010px;
    min-width: 1010px;
    width: 1010px;
    margin: 20px auto;
    position: relative;
}

#footer .container {
    margin: 20px auto 0;
}

body:not(.home) #page {
    max-width: 1068px;
}

.main {
    position: relative;
    min-height: 600px;
    /* instead of sticky footer */
}

.content {
    width: 100%;
    position: relative;
}

.pad.post-content, .pad.format-container {
    /* padding-left: 40px; padding-right: 40px; */
}


/* boxed */

.boxed #wrapper {
    max-width: 1380px;
    margin: 0 auto;
}

.boxed .container {
    padding: 0;
}

.boxed #header, .boxed #page {
    background: #f2f2f2;
}


/*  base : layout columns
/* ------------------------------------ */


/* 2 column, content left */

.col-2cl .main {}

.col-2cl .s1 {
    float: right;
    width: 270px;
}

.col-2cl .s2 {
    float: left;
    width: 270px;
}

.col-2cl .s1.min {
    width: 270px;
}

.col-2cl .s2.min {
    width: 270px;
}

.col-2cl .content {
    float: left;
    width: 720px;
}


/*  base : sidebar
/* ------------------------------------ */

.sidebar {
    position: relative;
    z-index: 2;
}

.sidebar .pad {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-toggle {
    display: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.sidebar-toggle i {
    font-size: 38px;
    color: #fff;
    padding: 5px 0;
}

.s1-expand .s1 {
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}


/* toggle icon */

.icon-sidebar-toggle:before {
    font-family: FontAwesome;
}

.col-2cl .s1 .icon-sidebar-toggle:before {
    content: "\f100";
}

.col-2cr .s1 .icon-sidebar-toggle:before {
    content: "\f101";
}


/* sidebar primary */

.s1 {
    width: 340px;
    z-index: 2;
}

.s1:hover {
    z-index: 98;
    /* social icons tooltip above header nav */
}

.s1 .sidebar-toggle {
    background: #e8554e;
}


/*  base : grid
/* ------------------------------------ */

.grid {
    margin-right: 3.2%;
    float: left;
    display: inline;
    position: relative;
}

.last {
    clear: right;
    margin-right: 0!important;
}

.one-full {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
}

.one-half {
    width: 48.4%;
}

.one-third {
    width: 31.2%;
}

.two-third {
    width: 65.6%;
}

.one-fourth {
    width: 22.6%;
}

.three-fourth {
    width: 74.2%;
}

.one-fifth {
    width: 17.4%;
}

.two-fifth {
    width: 38.1%;
}

.three-fifth {
    width: 58.7%;
}

.four-fifth {
    width: 79.4%;
}


/* ------------------------------------------------------------------------- *
 *  Common
/* ------------------------------------------------------------------------- */


/*  common : fonts
/* ------------------------------------ */

html, html body {
    min-width: 960px;
}

body, input, textarea, button, select, label {
    font-family: Arial, Helvetica, sans-serif;
}

.jcl_widget .jcl_count {
    margin-left: 2px;
    position: relative;
    display: inline-block;
    margin-right: -4px;
}

.wpvl_auto_thumb_box_wrapper {
    float: right;
    margin: 0px -20px 20px 20px;
    ;
}

.wpvl_auto_thumb_box {
    width: 275px;
    height: 150px;
    overflow: hidden;
    z-index: 1;
}

.wpvl_auto_thumb_box_wrapper a {
    width: 100%;
}

.wpvl_auto_thumb_box img {
    width: 100%;
    height: auto;
    margin: -30px 0 !important;
}

.wpvl_auto_thumb_play img {
    visibility: hidden;
}

.entry .youtube_gallery_caption {
  position: relative;
  text-align: center;
  background: #f86973;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
    z-index: 1;
}

.entry .youtube_gallery_caption:before {
    content: "";
    position: absolute;
    display: block;
    background: #f86973;
    width: 50%;
    left: 25%;
    top: -15px;
    height: 15px;
}
.wpvl_auto_thumb_play:after {
    content: "";
    display: block;
    width: 76px;
    height: 76px;
    margin-left: 30px;
    margin-top: -56px;
    background: url(images/vid_min.png) 0 0 no-repeat;
}

.entry .youtube_gallery .youtube_gallery_player>a:before, .youtube_gallery_center>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    background: url(images/vid_min.png) 0 0 no-repeat;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -30px;
}

.youtube_gallery_center {
    position: relative;
}

.sliderrrr {
    margin-left: 20px;
}

.entry .wpvl_auto_thumb_box_wrapper {
    width: 275px;
    float: right;
    margin: 0px -20px 20px 20px;
    background: #2c2c2c;
}

.entry .youtube_gallery .youtube_gallery_player {}

.entry .youtube_gallery .youtube_gallery_player a img {
    display: block;
    max-width: 100%;
    margin: 0;
}

.entry .youtube_gallery .youtube_gallery_player>a {
    position: relative;
    display: block;
    margin: 0;
    height: 155px;
}

.entry .youtube_gallery .youtube_gallery_player>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    background: url(images/vid_min.png) 0 0 no-repeat;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

.entry .youtube_gallery .youtube_gallery_player>br {
    display: none;
    margin: 0;
}


/*
.entry .youtube_gallery{width:275px;float:right;margin:0px -40px 20px 20px; background:#2c2c2c;}
.entry .youtube_gallery .youtube_gallery_player{}
.entry .youtube_gallery_caption{position:relative;text-align:center;background:#f86973;padding:10px 20px;color:#fff;font-size:12px;line-height:17px;}
.entry .youtube_gallery .youtube_gallery_caption:before{content:"";position:absolute;background:#f86973;width:50%;left:25%;top:-15px;height:15px;}
.entry .youtube_gallery .youtube_gallery_player a img{display:block;max-width:100%;}
.entry .youtube_gallery .youtube_gallery_player>a, .youtube_gallery_center>a{position:relative;display:block;margin:0;height: 155px;}

.entry .youtube_gallery .youtube_gallery_player>a:before, .youtube_gallery_center>a:before{content:"";position:absolute;display:block;width:61px;height:61px;background:url(images/vid_min.png) 0 0 no-repeat;top:50%;margin-top:-30px;left:50%;margin-left:-30px;}
.entry .youtube_gallery .youtube_gallery_player>br{display:none;margin:0;}*/

body.error404 {
    background: #fff;
}

body.error404 .main {
    min-height: 560px;
}

body.error404 #wrapper {
    background: url(images/404.jpg) 50% 230px no-repeat;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

body.error404 #wrapper .entry {
    display: none;
}

body.error404 .page-title h2 {
    font-size: 42px;
    color: #3f8fc5;
    text-transform: uppercase;
    line-height: 50px;
    min-height: 500px;
}

body.error404 .page-title h2 div {
    font-size: 18px;
    color: #3e3e3d;
    text-transform: none;
    line-height: 20px;
}

body.error404 .page-title h2 a {
    position: absolute;
    bottom: 0;
    display: inline-block;
    background: #3f8fc5;
    padding: 14px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

body.error404 .page-title h2 a:hover {
    background: #3f8fc5 url(img/opacity-10.png) repeat;
}

body.home .main .content article h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 102px;
    background: url(images/home_h1.png) 50% 50% no-repeat;
}

body.home .main .content article h1 {
    position: relative;
    padding-left: 90px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0;
    background: #ea424e;
}

body.home .main .content article {
    position: relative;
    margin-bottom: 20px;
}

body.home .main .content article .entry {
    position: relative;
    padding: 20px;
    background: #fff;
}

body.home .main .content article .entry p {
    margin-bottom: 25px;
}

body.home .main .content article .entry img.alignright {
    margin: 10px;
    margin-right: -20px;
}

body.home .main .content article .entry img.alignleft {
    margin: 10px;
    margin-left: -20px;
}

.entry blockquote {
    position: relative;
    display: block;
    width: 87%;
    padding: 30px 65px;
    margin-left: -20px;
    background: #a9d2ee;
    color: #3e3e3d;
    font-size: 14px;
    line-height: 17px;
    clear: both;
}

.entry blockquote strong {
    display: block;
    font-size: 16px;
    line-height: 17px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 10px;
}

.entry blockquote:before {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    top: 12px;
    width: 29px;
    height: 16px;
    background: url(images/bl_left.png) 0 0 no-repeat;
}

.entry blockquote:after {
    content: "";
    position: absolute;
    display: block;
    right: 20px;
    bottom: 12px;
    width: 29px;
    height: 16px;
    background: url(images/bl_right.png) 0 0 no-repeat;
}

.entry blockquote>p {
    margin: 0;
}

.entry blockquote {
    position: relative;
    display: block;
    color: #3e3e3d;
    /*width: 570px;
  padding: 30px 75px;
  margin-left: -20px;*/
    background: #a9d2ee;
    font-size: 14px;
    line-height: 20px;
}

body .widget_categories_list_all {
    float: none;
    width: 100%;
    min-height: 50px;
}

body .widget_categories_list_all h3 {
    position: relative;
    display: block;
    width: 100%;
    background: #ea424e;
    height: 60px;
    line-height: 60px;
    padding-left: 120px;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .widget_categories_list_all h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 120px;
    height: 60px;
    background: url(images/all_rubric.png) 50% 50% no-repeat;
}

body .widget_categories_list_all .text {
    position: relative;
    display: table;
}

body .widget_categories_list_all .text ul {
    position: relative;
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1010px;
    height: 100px;
    background-color: #fff;
}

body .widget_categories_list_all .text ul li {
    position: relative;
    display: table-cell;
    /* width:33.33%; width:25%; width: calc( 33.33% - 115px ); */
    width: 50%;
    /* float:left; */
    margin: 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

body .widget_categories_list_all .text ul li .ibg {
    position: absolute;
    display: block;
    vertical-align: top;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

body .widget_categories_list_all .text ul:nth-child(2n), body .widget_categories_list_all .text ul:nth-child(2n) li {
    background: #dedbd7 !important;
}

body .widget_categories_list_all .text ul:nth-child(2n) li .ibg, body .widget_categories_list_all .text ul:nth-child(2n) li .ibg:after {
    background: #f86973 !important;
}

body .widget_categories_list_all .text ul li {
    background: #fff;
}

body .widget_categories_list_all .text ul li:hover {
    background: #cfd5d4 !important;
}

body .widget_categories_list_all .text ul:nth-child(2n) li+li .ibg:before {
    background: #dedbd7 !important;
}


/*body .widget_categories_list_all .text ul li .ibg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 105px;
  width: 115px;
}*/


/*body .widget_categories_list_all .text ul li .ibg .masking {*/

body .widget_categories_list_all .text ul li .ibg img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 18px;
    right: 0;
    /*width: 35px;
  height: 35px;*/
    /*-webkit-transition: all 0.218s ease-out;
  -moz-transition: all 0.218s ease-out;
  -o-transition: all 0.218s ease-out;
  transition: all 0.218s ease-out;
  transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);*/
}

body .widget_categories_list_all .text ul li:hover .ibg .masking {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

body .widget_categories_list_all .text ul li .ibg:before, body .widget_categories_list_all .text ul li .ibg:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 60%;
    top: 20%;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

body .widget_categories_list_all .text ul li:nth-child(8n-3) .ibg:before, body .widget_categories_list_all .text ul li:nth-child(8n-7) .ibg:before {
    left: -1px;
    background: #edeae6;
}

body .widget_categories_list_all .text ul li:hover:nth-child(8n-3)+li .ibg:before, body .widget_categories_list_all .text ul li:hover:nth-child(8n-7)+li .ibg:before {
    background: #cfd5d4 !important;
}

body .widget_categories_list_all .text ul li:nth-child(8n-2) .ibg:before, body .widget_categories_list_all .text ul li:nth-child(8n-6) .ibg:before {
    left: -1px;
    /* background: #dedbd7; */
    background: #fff;
}

body .widget_categories_list_all .text ul li:nth-child(4n-3) .ibg, body .widget_categories_list_all .text ul li:nth-child(4n-2) .ibg {
    background: #51a1d6;
}

body .widget_categories_list_all .text ul li:nth-child(4n-3):hover .ibg, body .widget_categories_list_all .text ul li:nth-child(4n-2):hover .ibg, body .widget_categories_list_all .text ul li:nth-child(4n-3):hover .ibg:after, body .widget_categories_list_all .text ul li:nth-child(4n-2):hover .ibg:after {
    background: #377ead;
}

body .widget_categories_list_all .text ul.any li .ibg:after {
    background: #f86973 !important;
}

body .widget_categories_list_all .text ul li:nth-child(4n-3) .ibg:after, body .widget_categories_list_all .text ul li:nth-child(4n-2) .ibg:after {
    right: -15px;
    background: #51a1d6;
}

body .widget_categories_list_all .text ul li:nth-child(4n-2):after, body .widget_categories_list_all .text ul li:nth-child(4n-4):after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 60%;
    top: 20%;
    right: -1px;
    background: #edeae6;
}


/*body .widget_categories_list_all .text ul li .ibg:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100px;
  width: 115px;
  background: url(images/razd_fon.png) 50% 50% no-repeat;
}*/


/*body .widget_categories_list_all .text ul li:hover .ibg:before {
    -webkit-animation: anim_rot 4s linear infinite both normal;
  -moz-animation: anim_rot 4s linear infinite both normal;
  -o-animation: anim_rot 4s linear infinite both normal;
  -ms-animation: anim_rot 4s linear infinite both normal;
  animation: anim_rot 4s linear infinite both normal;
}*/

body .widget_categories_list_all .text ul li.jcl_has_child .opis a {
    font-size: 12px;
    line-height: 17px;
    color: #998E7C;
}

body .widget_categories_list_all .text ul li.jcl_has_child .opis a:hover {
    color: #3f8fc5;
}

@-webkit-keyframes anim_rot {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes anim_rot {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes anim_rot {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes anim_rot {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes anim_rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body .widget_categories_list_all .text ul li .nazv {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 11px 15px 11px 130px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .widget_categories_list_all .text ul li .nazv h1 {
    font-size: 14px;
    line-height: 18px;
    color: #5e5341;
    text-transform: uppercase;
}

body .widget_categories_list_all .text ul li .nazv h1 a {
    color: #333;
}

body .widget_categories_list_all .text ul li .nazv h1 a:hover {
    color: #3f8fc5;
}

body .widget_categories_list_all .text ul li .nazv h1 .jcl_count {
    display: none;
}

body .content.cont-right {
    float: right;
}

body.archive .main .content, body.search .main .content {
    background: #fff;
}


/*  common : responsive image + caption
/* ------------------------------------ */

article.post-category .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

article.post-category .image-container:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/fade.png) 0 0 repeat;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

article.post-category:hover .image-container:after {
    opacity: 1;
}

article.post-category .image-container img {
    position: absolute;
    height: 100%;
    width: auto;
    margin: auto;
    top: 0;
    left: -300px;
    right: -300px;
    bottom: 0;
}

.image-container {
    position: relative;
}

.image-container img {
    position: relative;
    display: block;
    width: 100%;
}

.image-caption {
    background: rgba(0, 0, 0, 0.7);
    color: #eee;
    font-size: 13px;
    line-height: 1.4em;
    padding: 7px 10px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    margin-right: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03);
}


/*  common : responsive videos
/* ------------------------------------ */

article.post-category .video-container {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

article.post-category .video-container iframe, article.post-category .video-container object, article.post-category .video-container embed, article.post-category .video-container video {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
    margin: 40px auto;
    max-width: 100%;
}

body .main .content article.post .post-format {
    position: relative;
    display: block;
}


body .main .content article.post .post-opis {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  background: #51a1d6;
  padding: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

body .main .content article.post-left .post-opis:before, body .main .content article.post-right .post-opis:after {
    content: "";
    position: absolute;
    display: none;
    width: 50%;
    height: 20px;
    left: 25%;
    background: #3f8fc5;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body .main .content article.post-left .post-opis:before {
    top: -19px;
}

body .main .content article.post-right .post-opis:after {
    bottom: -19px;
}

body .main .content article.post:hover .post-opis, body .main .content article.post-left:hover .post-opis:before, body .main .content article.post-right:hover .post-opis:after {
    background: #377ead !important;
}

body .main .content article.post .post-opis .post-title {
    position: relative;
    /*height:105px;*/
    border-bottom: 1px solid #98bfd7;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    color: #FBF799;
    padding-bottom: 5px;
}

body .main .content article.post .post-opis .dts {
    border-top: 1px solid #98bfd7;
    padding-top: 21px;
    font-style: italic;
}

body .main .content article.post-left:hover .post-opis:before, body .main .content article.post-right:hover .post-opis:after {
    background: #377ead;
}

body .main .content article.post-left .post-opis:before, body .main .content article.post-right .post-opis:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 20px;
    left: 25%;
    background: #51a1d6;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body .main .content article.post .post-opis .post-anons {
    font-size: 16px;
    color: #fff;
}

body .main .content article.post .post-opis .post-meta {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0 0 0;
    font-family: Arial;
    margin: 0;
    font-weight: normal;
    color: #998e7c;
}
.image-container img {
    /*margin-bottom: 15px;*/
}
article.post-left:hover .image-container:after, article.post-right:hover .image-container:after  {
    opacity: 1;
}
article.post-left .image-container:after, article.post-right .image-container:after  {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/fade.png) 0 0 repeat;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
body .main .content .pagination .wp-pagenavi {
    margin: 50px 0;
    text-align: center;
}

body .main .content .pagination .wp-pagenavi .pages {
    display: none;
}

body .main .content .pagination .wp-pagenavi a, body .main .content .pagination .wp-pagenavi .current {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    border: none;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

body .main .content .pagination .wp-pagenavi .current {
    background: url(images/pag_li_act.png) 0 0 no-repeat;
    cursor: default;
}

body .main .content .pagination .wp-pagenavi a.last {
  display: none;
}

body .main .content .pagination .wp-pagenavi a {
    background: url(images/pag_li.png) 0 0 no-repeat;
}
body .main .content .pagination .wp-pagenavi a:hover {
    background: url(images/pag_lia.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a:before {
    opacity: 0;
    background: url(images/pag_li_act.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a.nextpostslink {
    color: rgba(0, 0, 0, 0);
    background: url(images/lego_right.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a.nextpostslink:before {
    opacity: 0;
    background: url(images/lego_righta.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a.nextpostslink:hover {
    background: url(images/lego_righta.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a.previouspostslink {
    color: rgba(0, 0, 0, 0);
    background: url(images/lego_left.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a.previouspostslink:before {
    opacity: 0;
    background: url(images/lego_lefta.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi a.previouspostslink:hover {
    background: url(images/lego_lefta.png) 0 0 no-repeat;
}

body .main .content .pagination .wp-pagenavi .extend {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

body:not(.home) .content.post-page article h1.post-title {
    position: relative;
    display: block;
    width: 100%;
    background: #b62e32;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 27px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.54);
    font-size: 30px;
    font-weight: bold;
    /*text-align: center;*/
}

#wrapper>.container .textwidget {
background: transparent;
    position: relative;
    /*padding:25px 40px;*/
}

#wrapper>.container .textwidget * {
    max-width: 100%;
    font-size: 14px;
}

body.single-post .content.post-page article .post-content {
    position: relative;
    display: block;
    padding: 0;
}

body.single-post .content.post-page article .post-content .neob_instr .title {
  position: relative;
      display: block;
      padding: 0 50px 0 80px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: -0.5px;
      font-family: 'ArialNer';
      font-weight: bold;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

body.single-post .content.post-page article .post-content .neob_instr .title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90px;
    height: 50px;
    background: url(images/inst_ico.png) 50% 50% no-repeat;
}

body.single-post .content.post-page article .post-content .neob_instr .insts {
    position: relative;
    display: block;
    padding: 25px 40px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spana {
    cursor: pointer;
}

.widget_yarpp_widget {
    background: none !important;
    margin-bottom: 0 !important;
}

.widget_yarpp_widget>h3 {
    display: none !important;
}

.widget_yarpp_widget li:last-child {
    /* margin-bottom:0; */
}

.widget_yarpp_widget li {
    position: relative;
    margin-bottom: 20px;
    /*max-height: 175px;*/
}

.widget_yarpp_widget a {
    max-height: 175px;
}

img.wpp-thumbnail {
    margin-bottom: -5px !important;
}

.ppw-post-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(47, 145, 90, 0.6);
    display: block;
    width: 250px;
    z-index: 10000;
    line-height: 1.1;
}

.ppw-post-title a {
    color: #fff !important;
    display: block;
    word-wrap: break-word;
    width: 100%;
    font-size: 12px;
}

.wpp-thumbnail {
    width: 300px;
    height: auto;
}


/*.post-content .neob_instr .insts span img{position:absolute;margin:auto;top:-100px;bottom:-100px;left:-100px;right:-100px;}*/

.post-content .neob_instr .insts span.more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 40px;
    text-align: right;
    height: 30px;
    margin: 0;
    overflow: visible;
    background: #ca6367;
    background: transparent;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    line-height: 11px;
    text-transform: uppercase;
    color: #3f8fc5;
}

.post-content .neob_instr .insts span.more:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    background: url(images/str_btn.png) 50% 50% no-repeat;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.post-content .neob_instr .insts span.more:hover {
    /*background:#b62e32;*/
}

.post-content .neob_instr .insts span.more:hover:after {
    background-position: 50% 70%;
}

.post-content .neob_instr .insts span.more.hd:after {
    background: url(images/str_btnt.png) 50% 50% no-repeat;
}

.post-content .neob_instr .insts span.more.hd:hover:after {
    background: url(images/str_btnt.png) 50% 30% no-repeat;
}

body.single-post .content.post-page article .post-content .neob_instr .insts .more {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.single-post .content.post-page article .post-content .post_opis {
    /*position:absolute;*/
    display: block;
    bottom: 0;
    padding: 0px 20px 20px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

body.single-post .content.post-page article .post-content .post_opis:before {
    content: "";
    z-index: -1;
    opacity: 0.85;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ca6367;
}

body.single-post .content.post-page .post-format .opiscont {
    margin-top: 10px;
}

body.single-post .content.post-page .widget.post_ad_top .textwidget {
    padding: 20px 0 14px;
}

body.single-post .content.post-page .widget.post_ad_top2 .textwidget {
    padding: 8px 0 0 0;
}

body.single-post .content.post-page .widget.post_ad_bottom .textwidget {
    padding: 0 0 45px 0;
}

.widget.no_padding .textwidget {
    padding: 0;
}

p:empty {
    display: none;
}

/*содержание*/

body.single-post .content.post-page article .post-content .anhors {
    padding-top: 15px;
    position: relative;
    display: block;
}

body.single-post .content.post-page article .post-content .anhors .title {
    position: relative;
    display: block;
    padding: 0 50px 0 90px;
    /*background:#3f8fc5;*/
    background: #FFF;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    /*color:#fff;*/
    color: #000;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.single-post .content.post-page article .post-content .anhors .title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90px;
    height: 50px;
    background: url(images/soder_ico.png) 50% 50% no-repeat;
}

body.single-post .content.post-page article .post-content .anhors .text {
    background: #fff;
}

#toc_container {
  width: 106% !important;
  margin: 0 0 20px -20px;
  padding: 0;
    position: relative;
    border: 0;
}
#toc_container .toc_title {
    position: relative;
    display: block;
    padding: 0 50px 0 70px !important;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-family: 'ArialNer';
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left !important;
}
#toc_container .toc_title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 21px;
    width: 70px;
    height: 50px;
    background: url(images/soder_ico.png) 00% 50% no-repeat;
}
.toc_list a {
  text-transform: inherit;
  text-decoration: none !important;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.toc_list li:nth-child(even):hover a {
    color: #ea424e !important;
}
.toc_list li:nth-child(odd):hover a {
    color: #51a1d6 !important;
}
.toc_list .toc_number {display: none;}
.toc_list li {
    position: relative;
    display: block;
    padding: 15px 50px 15px 70px !important;
    width: 100%;
    /* font-size: 12px; */
    line-height: 22px;
    font-size: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.toc_list li:hover {
    /* background: #cbcac5!important; */
    background: #E2E2E2 !important;
}
.toc_list li:nth-child(even) {
    background: #f4f4f4 !important;
}

.toc_list li:after {
    content: "";
    position: absolute;
    display: block;
    top: 25%;
    left: 50px;
    height: 50%;
    width: 7px;
}

.toc_list li:nth-child(even):after {
    background: #f86973;
}

.toc_list li:nth-child(odd):after {
    background: #51a1d6;
}

.toc_list li:nth-child(even):hover:after {
    background: #ea424e;
}

.toc_list li:nth-child(odd):hover:after {
    background: #3f8fc5;
}

.toc_list li:before {
    content: "1";
    position: absolute;
    display: block;
    margin-top: -15px;
    left: 0;
    background: #51a1d6;
    color: #fff;
    height: 100%;
    line-height: 47px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.toc_list li:hover:before{background:#3f8fc5;}
.toc_list li+li:before{content:"2";background:#f86973;}
.toc_list li+li:hover:before{background:#ea424e;}
.toc_list li+li+li:before{content:"3";background:#51a1d6;}
.toc_list li+li+li:hover:before{background:#3f8fc5;}
.toc_list li+li+li+li:before{content:"4";background:#f86973;}
.toc_list li+li+li+li:hover:before{background:#ea424e;}
.toc_list li+li+li+li+li:before{content:"5";background:#51a1d6;}
.toc_list li+li+li+li+li:hover:before{background:#3f8fc5;}
.toc_list li+li+li+li+li+li:before{content:"6";background:#f86973;}
.toc_list li+li+li+li+li+li:hover:before{background:#ea424e;}
.toc_list li+li+li+li+li+li+li:before{content:"7";background:#51a1d6;}
.toc_list li+li+li+li+li+li+li:hover:before{background:#3f8fc5;}
.toc_list li+li+li+li+li+li+li+li:before{content:"8";background:#f86973;}
.toc_list li+li+li+li+li+li+li+li:hover:before{background:#ea424e;}
.toc_list li+li+li+li+li+li+li+li+li:before{content:"9";background:#51a1d6;}
.toc_list li+li+li+li+li+li+li+li+li:hover:before{background:#3f8fc5;}
.toc_list li+li+li+li+li+li+li+li+li+li:before{content:"10";background:#f86973;}
.toc_list li+li+li+li+li+li+li+li+li+li:hover:before{background:#ea424e;}

/*якоря по странице*/

.post-content .entry {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* h2 */

.post-content .entry h2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 15px 15px 60px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-height: 64px;
    font-size: 20px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.entry h2:before {
      background: none repeat scroll 0 0 #3F8FC5;
    color: #FFFFFF;
    content: "1";
    display: block;
    font-size: 32px;
    height: 43px;
    left: -20px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 59px;
}

.entry h2:after {
      background: none repeat scroll 0 0 #3F8FC5;
    bottom: 5px;
    content: "";
    display: block;
    height: 11px;
    left: -9px;
    position: absolute;
    top: 42px;
    width: 38px;
}

/*.entry h2:nth-child(2n):before, .entry h2:nth-child(2n):after {  background-color: #ea424e; }
.entry h2:nth-child(2n-1):before, .entry h2:nth-child(2n-1):after {  background-color: #3F8FC5; }*/

.entry h2~h2:before { content: "2"; background: #ea424e; }
.entry h2~h2:after { background: #ea424e; }

.entry h2~h2~h2:before { content: "3"; background: #3F8FC5; }
.entry h2~h2~h2:after { background: #3F8FC5; }

.entry h2~h2~h2~h2:before { content: "4"; background: #ea424e; }
.entry h2~h2~h2~h2:after { background: #ea424e; }

.entry h2~h2~h2~h2~h2:before { content: "5"; background: #3F8FC5; }
.entry h2~h2~h2~h2~h2:after { background: #3F8FC5; }

.entry h2~h2~h2~h2~h2~h2:before { content: "6"; background: #ea424e; }
.entry h2~h2~h2~h2~h2~h2:after { background: #ea424e; }

.entry h2~h2~h2~h2~h2~h2~h2:before { content: "7"; background: #3F8FC5; }
.entry h2~h2~h2~h2~h2~h2~h2:after { background: #3F8FC5; }

.entry h2~h2~h2~h2~h2~h2~h2~h2:before { content: "8"; background: #ea424e; }
.entry h2~h2~h2~h2~h2~h2~h2~h2:after { background: #3F8FC5; }

.entry h2~h2~h2~h2~h2~h2~h2~h2~h2:before { content: "9"; background: #3F8FC5; }
.entry h2~h2~h2~h2~h2~h2~h2~h2~h2:after { background: #3F8FC5; }

.entry h2~h2~h2~h2~h2~h2~h2~h2~h2~h2:before { content: "10"; background: #ea424e; }
.entry h2~h2~h2~h2~h2~h2~h2~h2~h2~h2:after { background: #ea424e; }

.entry.page h2 {
    background: url(images/yak_red.png) 0 0 no-repeat;
}

.entry.page h2:nth-child(odd):before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: -20px;
    width: 73px;
    height: 72px;
    background: url(images/li_red_two.png) 46px 21px no-repeat;
    font-size: 37px;
    color: #ca6367;
    text-align: center;
    line-height: 72px;
}

.entry.page h2:before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: -20px;
    width: 73px;
    height: 72px;
    background: url(images/li_red_one.png) 46px 21px no-repeat;
    font-size: 37px;
    color: #ca6367;
    text-align: center;
    line-height: 72px;
}
/* /h2 */

/* h3 */
.post-content .entry h3 {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 15px 15px 60px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-height: 64px;
    font-size: 20px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.entry h3:before {
      background: none repeat scroll 0 0 #3F8FC5;
    color: #FFFFFF;
    content: "1";
    display: block;
    font-size: 32px;
    height: 43px;
    left: -20px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 59px;
}

.entry h3:after {
      background: none repeat scroll 0 0 #3F8FC5;
    bottom: 5px;
    content: "";
    display: block;
    height: 11px;
    left: -9px;
    position: absolute;
    top: 42px;
    width: 38px;
}

/*.entry h3:nth-child(2n):before, .entry h3:nth-child(2n):after {  background-color: #ea424e; }
.entry h3:nth-child(2n-1):before, .entry h3:nth-child(2n-1):after {  background-color: #3F8FC5; }*/

.entry h3~h3:before { content: "2"; background: #ea424e; }
.entry h3~h3:after { background: #ea424e; }

.entry h3~h3~h3:before { content: "3"; background: #3F8FC5; }
.entry h3~h3~h3:after { background: #3F8FC5; }

.entry h3~h3~h3~h3:before { content: "4"; background: #ea424e; }
.entry h3~h3~h3~h3:after { background: #ea424e; }

.entry h3~h3~h3~h3~h3:before { content: "5"; background: #3F8FC5; }
.entry h3~h3~h3~h3~h3:after { background: #3F8FC5; }

.entry h3~h3~h3~h3~h3~h3:before { content: "6"; background: #ea424e; }
.entry h3~h3~h3~h3~h3~h3:after { background: #ea424e; }

.entry h3~h3~h3~h3~h3~h3~h3:before { content: "7"; background: #3F8FC5; }
.entry h3~h3~h3~h3~h3~h3~h3:after { background: #3F8FC5; }

.entry h3~h3~h3~h3~h3~h3~h3~h3:before { content: "8"; background: #ea424e; }
.entry h3~h3~h3~h3~h3~h3~h3~h3:after { background: #3F8FC5; }

.entry h3~h3~h3~h3~h3~h3~h3~h3~h3:before { content: "9"; background: #3F8FC5; }
.entry h3~h3~h3~h3~h3~h3~h3~h3~h3:after { background: #3F8FC5; }

.entry h3~h3~h3~h3~h3~h3~h3~h3~h3~h3:before { content: "10"; background: #ea424e; }
.entry h3~h3~h3~h3~h3~h3~h3~h3~h3~h3:after { background: #ea424e; }

.entry.page h3 {
    background: url(images/yak_red.png) 0 0 no-repeat;
}

.entry.page h3:nth-child(odd):before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: -20px;
    width: 73px;
    height: 72px;
    background: url(images/li_red_two.png) 46px 21px no-repeat;
    font-size: 37px;
    color: #ca6367;
    text-align: center;
    line-height: 72px;
}

.entry.page h3:before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: -20px;
    width: 73px;
    height: 72px;
    background: url(images/li_red_one.png) 46px 21px no-repeat;
    font-size: 37px;
    color: #ca6367;
    text-align: center;
    line-height: 72px;
}
/* /h3 */

/*blockquote*/

.post-content .entry p {
    margin-bottom: 20px;
}

.post-content .entry>div:not(.youtube_gallery_divider) {
    margin-bottom: 20px;
}


/*.post-content .entry blockquote p:last-child {
  margin-bottom: 0;
}
.post-content .entry blockquote {
  position: relative;
  display: block;
  width: 520px;
  padding: 30px 75px;
  font-style: normal;
  margin-left: -20px;
  background: #c5d8c8;
  color: #1c672c;
  font-size: 14px;
  line-height: 17px;
}
.post-content .entry blockquote:before {
  content: "";
  display: none
}*/

.post-content .entry ul:not(.toc_list) {
    margin-top: 25px;
}

.post-content .entry ul:not(.toc_list)>li:not(.ap-post-action) {
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 20px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.post-content .entry ul:not(.toc_list)>li:before {
    /*content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 22px;
  top: 0px;
  left: 0px;
  background: url(images/li_one.png) 50% 50% no-repeat;*/
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
    background: #3f8fc5;
}

.post-content .entry ul:not(.toc_list)>li:nth-child(odd):before {
    /*background: url(images/li_two.png) 50% 50% no-repeat;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-content .entry ol>li img:last-child {
    margin-bottom: 0;
}

.post-content .entry ol>li {
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 40px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 17px 28px 17px 0px;
}

.post-content .entry ol>li:before {
    content: "1";
    position: absolute;
    display: block;
    width: 25px;
    height: 30px;
    top: -5px;
    left: 0;
    background: #3f8fc5;
    /*url(images/ol_li.png) 50% 50%;*/
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.post-content .entry ol>li+li:before {    content: "2";}
.post-content .entry ol>li+li+li:before {    content: "3";}
.post-content .entry ol>li+li+li+li:before {    content: "4";}
.post-content .entry ol>li+li+li+li+li:before {    content: "5";}
.post-content .entry ol>li+li+li+li+li+li:before {    content: "6";}
.post-content .entry ol>li+li+li+li+li+li+li:before {    content: "7";}
.post-content .entry ol>li+li+li+li+li+li+li+li:before {    content: "8";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li:before {    content: "9";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li:before {    content: "10";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li:before {    content: "11";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "12";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "13";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "14";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "15";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "16";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "17";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "18";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "19";}
.post-content .entry ol>li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {    content: "20";}

.post-content .entry ol>li:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 16px;
    top: 2px;
    left: 25px;
    background: #3f8fc5;
}

.adsens_bg {
    background: url(images/adsens_bg.png) no-repeat left center;
    min-height: 262px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 166px;
}

.adsens_bg2 {
    background: url(images/adsens_bg2.png) no-repeat left center;
    min-height: 262px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 166px;
}

#wrapper>.container .adsens_bg .textwidget {
    background: transparent;
}

article .post-inner .post-sharrre {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

article .post-inner .post-sharrre .title {
  position: relative;
      display: block;
      width: 170px;
      float: left;
      height: 32px;
      line-height: 32px;
      background: #ea424e;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
}

article .post-inner .post-sharrre .pluso {
    position: relative;
    display: block;
    width: 450px;
    float: left;
    height: 32px;
}

article .post-inner .post-sharrre .pluso .pluso-more {
    display: none;
}

article .post-inner .post-sharrre .pluso .pluso-wrap a {
    margin: -5px 0 0 20px;
    width: 47px;
    height: 37px;
}

article .post-inner .post-sharrre .pluso .pluso-wrap a:hover {
    position: relative;
    top: -3px;
}

article .post-inner .post-sharrre .pluso .pluso-facebook {
    background: url(images/ico_fb.png) 50% 0 no-repeat;
}

article .post-inner .post-sharrre .pluso .pluso-twitter {
    background: url(images/ico_tw.png) 50% 0 no-repeat;
}

article .post-inner .post-sharrre .pluso .pluso-vkontakte {
    background: url(images/ico_vk.png) 50% 0 no-repeat;
}

article .post-inner .post-sharrre .pluso .pluso-odnoklassniki {
    background: url(images/ico_od.png) 50% 0 no-repeat;
}

article .post-inner .post-sharrre .pluso .pluso-google {
    background: url(images/ico_gp.png) 50% 0 no-repeat;
}

article .post-inner .entry .shag {
    position: relative;
    display: block;
    margin: 20px 0;
    padding: 0 0 0 80px;
    font-size: 16px;
    color: #1c672c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article .post-inner .entry .shag i {
    position: absolute;
    display: block;
    top: -5px;
    left: 0;
    width: 66px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #3f8fc5;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.content .breadcrumbs {
  position: relative;
      display: block;
      width: 100%;
      margin: 0;
      background: #cbcac5;
      color: #3e3e3d;
      margin: 20px 0;
      line-height: 25px;
      padding: 10px 40px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

.archive .content .breadcrumbs {
    margin: 0;
    background: #c5d8c8;
    color: #5e5341;
}

.content .breadcrumbs a {
    color: #000;
}

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

.archive .content .breadcrumbs a {
    color: #5e5341;
}

.archive .content .breadcrumbs span {
    text-decoration: none;
}

.content .breadcrumbs span {
    text-decoration: none;
    line-height: 20px;
}

.widget_yarpp_widget li a img {
    height: 175px;
}

a[rel='lightbox'], .youtube_gallery_item a, .widget_yarpp_widget li>a {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

a[rel='lightbox']:after, .youtube_gallery_item a:after, .widget_yarpp_widget li>a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background:url(images/fade.png) 0 0 repeat;*/
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.slider-pro .sp-image-container a:before {
    background: url(images/ico_glaz.png);
    content: '';
    display: block;
    width: 28px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.slider-pro .sp-image-container:hover a:before {
    background: url(images/ico_glaz_hover.png);
}

.eye {
    background: url(images/ico_glaz.png);
    display: block;
    width: 28px !important;
    height: 17px;
    z-index: 15;
    position: absolute !important;
    right: 5px;
    top: 5px;
}

.eye:hover {
    background: url(images/ico_glaz_hover.png);
    background-repeat: no-repeat;
}

a[rel='lightbox']:hover:after, .youtube_gallery_item a:hover:after, .widget_yarpp_widget a:hover:after {
    opacity: 1;
}

.content .alike {
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 20px;
}

.content .alike .title {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px;
  padding-left: 115px;
  font-size: 24px;
  color: #fff;
  background: #3f8fc5;
  line-height: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content .alike .title:before {
    content: "";
    position: absolute;
    display: block;
    width: 115px;
    height: 70px;
    top: 0;
    left: 0;
    background: url(images/pohoz_ico.png) 50% 50% no-repeat;
}

.content .alike ul.stats {
    position: relative;
    display: block;
    width: 100%;
}

.content .alike ul.stats li {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content .alike ul.stats li .img {
    position: relative;
    display: block;
    width: 100%;
    height: 214px;
    overflow: hidden;
}

.content .alike ul.stats li .img:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/fade.png) 0 0 repeat;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.content .alike ul.stats li:hover .img:after {
    opacity: 1;
}

.content .alike ul.stats li .img img {
    position: absolute;
    height: 100%;
    width: auto;
    margin: auto;
    top: 0;
    left: -300px;
    right: -300px;
    bottom: 0;
}

.content .alike ul.stats li .tit {
  position: absolute;
    padding: 10px;
    display: block;
    width: 315px;
    z-index: 10000;
    background: #ea424e;
    padding: 20px 25px;
}

.content .alike ul.stats li .tit:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 20px;
    left: 25%;
    background: #ea424e;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.content .alike ul.stats li:nth-child(2n) .tit {
    top: 0;
}
.content .alike ul.stats li:nth-child(2n-1) .tit {
    bottom: 0;
}
.content .alike ul.stats li:nth-child(2n) .tit:before {
    bottom: -20px;
}
.content .alike ul.stats li:nth-child(2n-1) .tit:before {
    top: -20px;
}
.content .alike ul.stats li:hover .tit, .content .alike ul.stats li:hover .tit:before {
    background: #b11f29;
}

.content .alike ul.stats li .tit .tt {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: white;
}

.content .alike ul.stats li .img + .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: auto;
    z-index: 2;
}

.content .alike ul.stats li .tit .dt {
    position: relative;
    font-size: 12px;
    line-height: 13px;
    padding: 20px 0 0 0;
    margin: 0;
    font-weight: normal;
    color: #998e7c;
}

body .sidebar .widget {
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
}

.sidebar .widget .jcl_widget li a {
    font-family: Arial, Helvetica, sans-serif;
}

.sidebar .widget .jcl_widget ul.hide.expanded {}

.sidebar .widget .jcl_widget ul.hide {
    overflow: hidden;
    display: none;
}

.sidebar .widget .jcl_widget>li {
    position: relative;
    padding: 0;
    border-bottom: none;
}

.sidebar .widget .jcl_widget>li>a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    padding: 15px 15px 15px 20px;
    border-bottom: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.sidebar .widget .jcl_widget li>a.jcl_active {
    font-weight: bold;
}

.sidebar .widget .jcl_widget li.master-klassi>a.jcl_active {}

.sidebar .widget .jcl_widget li:hover>a {
    background: #cfd5d4;
}

.sidebar .widget .jcl_widget li>a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 54px;
}

.sidebar .widget .jcl_widget>li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}


/* .sidebar .widget .jcl_widget>li.expanded:after{background:#cfd5d4!important;z-index:0;} */

.sidebar .widget .jcl_widget>li {
    position: relative;
}

.sidebar .widget .jcl_widget>li .jcl_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    color: #948878;
    font-weight: normal;
    font-size: 14px;
    background: none !important;
    /* display: none; */
}


/* .sidebar .widget .jcl_widget li.jcl_has_child > a{font-weight:bold;} */

.sidebar .widget .jcl_widget li:nth-child(odd) {
    background: #f5f5f5;
}

.sidebar .widget .jcl_widget li:nth-child(even) {
    background: white;
}

.sidebar .widget .jcl_widget>li:last-child {
    border: none;
}

.sidebar .widget .jcl_widget>li li>a:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
}

.sidebar .widget .jcl_widget>li>ul>li>a {
    padding: 15px 15px 15px 62px;
}

.sidebar .widget .jcl_widget>li>ul>li>.ibg:before {
    margin-left: 10px;
}

.sidebar .widget .jcl_widget>li>ul>li>.ibg .masking {
    margin-left: 13px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>a {
    padding: 15px 15px 15px 70px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>.ibg:before {
    margin-left: 20px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>.ibg .masking {
    margin-left: 23px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>a {
    padding-left: 70px;
    min-height: 50px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>.ibg:before {
    margin-left: 30px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>.ibg .masking {
    margin-left: 33px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 85px;
    /*min-height: 50px;*/
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>.ibg:before {
    margin-left: 40px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>.ibg .masking {
    margin-left: 43px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 100px;
    /*min-height: 50px;*/
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>ul>li>.ibg:before {
    margin-left: 50px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>ul>li>.ibg .masking {
    margin-left: 53px;
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 115px;
    /*min-height: 50px;*/
}

.sidebar .widget .jcl_widget>li>ul>li>ul>li>ul>li>a:before {
    left: 58px;
}

.sidebar .widget>h3 {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 60px;
    height: 50px;
    line-height: 30px;
    background: #f86973;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .widget.soc_seti>h3 {
    background: #EA424E;
}

.sidebar .widget>h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 50px;
    background: url(images/ico_razdli.png) 50% 50% no-repeat;
}

.jcl_widget ul>li {
    text-transform: none;
}

.jcl_widget>li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.jcl_widget>li>a {
    height: 35px;
    line-height: 20px;
}

.jcl_widget>li:before {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
}

.jcl_widget>li>ul a {
    font-size: 13px;
    text-transform: uppercase;
}

.jcl_widget>li>ul {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.jcl_widget>li>ul li img {
    margin-left: 10px;
}

.jcl_widget>li>ul li ul li img {
    margin-left: 20px;
}

.jcl_widget>li li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 30px;
    /* min-height: 50px;*/
}

.jcl_widget>li>ul ul {
    position: relative;
}


/*.jcl_widget>li>ul ul:before,.jcl_widget>li>ul ul:after{content:"";position:absolute;display:block;*/


/*-webkit-transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;}*/

.jcl_widget>li>ul ul:after {
    top: 0;
    left: 22px;
    width: 1px;
    height: 100%;
    background: #dedcd8;
}


/*.jcl_widget>li>ul ul:before{top:-6px;left:3px;width:20px;height:24px;background:url(images/ul_bef.png) 0 0 no-repeat;}*/

.jcl_widget li.expanded ul:after {
    opacity: 0;
}

.jcl_widget li.expanded ul:before {
    opacity: 0;
}

.last_video {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.last_video .wrap {
    position: relative;
    display: block;
    min-width: 300px;
    background: white;
    /* height: 370px; */
    overflow: hidden;
    height: 250px;
    -webkit-transition: margin 0.4s ease-in-out;
    -moz-transition: margin 0.4s ease-in-out;
    -o-transition: margin 0.4s ease-in-out;
    transition: margin 0.4s ease-in-out;
}

.last_video .left, .last_video .right {
    position: absolute;
    display: block;
    top: 160px;
    bottom: 0;
    width: 40px;
    height: 90px;
    margin: 0;
    padding: 0;
    z-index: 9;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.last_video .left {
    left: 0;
    background: #3f8fc5 url(images/str_l.png) 50% 50% no-repeat;
}

.last_video .left:hover {
    background: #377ead url(images/str_la.png) 50% 50% no-repeat;
    cursor: pointer;
}

.last_video .right {
    right: 0;
    background: #3f8fc5 url(images/str_r.png) 50% 50% no-repeat;
}

.last_video .right:hover {
    background: #377ead url(images/str_ra.png) 50% 50% no-repeat;
    cursor: pointer;
}

.last_video .wrap .lst {
    position: relative;
    display: block;
    width: 270px;
    float: left;
}

.last_video .wrap .lst .img {
    position: relative;
    display: block;
    width: 270px;
    height: 160px;
    overflow: hidden;
}

.last_video .wrap .lst .img img {
    width: 105%;
    position: absolute;
    margin: auto;
    top: -100px;
    bottom: -100px;
    left: -50px;
    right: -50px;
}

.last_video .wrap .lst .img:after {
    position: absolute;
    display: block;
    content: "";
    width: 76px;
    height: 76px;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -40px;
    background: url(images/vid_min.png) 0 0 no-repeat;
}

.last_video .wrap .lst .opis {
    position: relative;
    display: block;
    width: 270px;
    padding: 0 40px 8px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.last_video .wrap .lst .opis .tit {
    color: #3f8fc5;
    font-size: 14px;
    /* font-weight:bold; */
    line-height: 14px;
    margin-bottom: 8px;
    background: #fff;
    padding: 8px 12px;
}

.last_video .wrap .lst .opis .txt {
    color: #5e5341;
    font-size: 12px;
    line-height: 17px;
    height: 68px;
    overflow: hidden;
    padding: 0 20px;
    display: none;
}

.svezee {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.svezee .title {
    padding-left: 0!important;
    height: 50px!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar.min .svezee .title div {
    width: 50%;
}

.svezee .title div {
    position: relative;
    display: block;
    width: 33.33%;
    float: left;
    font-size: 12px;
    padding: 9px 10px 0px 10px;
    /*padding: 9px 10px 7px 10px;*/
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.svezee .title div {
    z-index: 2;
    line-height: 13px;
}

.sidebar.min .svezee .title .mask {
    width: 50%;
}

.svezee .title .mask {
    position: absolute;
    display: block;
    width: 33.33%;
    height: 60px;
    background: #ea424e;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.svezee .title.title-big div {
    width: 50%;
    line-height: 20px;
    padding: 12px 10px 10px 15px;
    letter-spacing: -1px;
}

.svezee .title.title-big div img {
    /*height: 20px;*/
    float: left;
    margin-right: 9px;
}

.svezee .title.title-big .mask {
    width: 50%;
}

.svezee .title.title-big .left:after, .svezee .title.title-big .center:after, .svezee.rubric .title.title-big .center:after {
    left: 20px;
}

.svezee .title .left:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    width: 50px;
    height: 40px;
    background: url(images/ico_new.png) 0% 50% no-repeat;
}

.svezee.rubric .title .left:after {
    background: url(images/ico_lepest.png) 0% 50% no-repeat;
}

.svezee.sveg .title .center {
    line-height: 15px;
}

.svezee .title .center:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    width: 50px;
    height: 40px;
    background: url(images/ico_lepest.png) 0% 50% no-repeat;
}

.svezee.rubric .title .center:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    width: 50px;
    height: 40px;
    background: url(images/ico_calc.png) 0% 50% no-repeat;
}

.svezee .title .right {
    line-height: 15px;
    width: 33.33%;
    padding-right: 0;
}

.sidebar.min .svezee .title .right {
    width: 50%;
}

.svezee .title .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    width: 50px;
    height: 40px;
    background: url(images/ico_new.png) 0% 50% no-repeat;
}

.svezee .wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar.min .svezee .wrap .lsts {
    width: 600px;
}

.svezee .wrap .lsts {
    position: relative;
    display: block;
    width: 1200px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar.min .svezee .wrap .lsts>ul {
    width: 270px;
}

.svezee .wrap .lsts>ul {
    position: relative;
    display: block;
    width: 270px;
    float: left;
    padding: 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.svezee.master .wrap .lsts>ul {
    /*padding-bottom: 40px;*/
}

.svezee .wrap .lsts>ul.tchk {
    padding-bottom: 40px;
}

.svezee .wrap .lsts .lst li.all-stat {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    padding: 15px 40px 15px 15px;
    background: #3f8fc5 url(images/str_r.png) 98% 50% no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #fff !important;
    text-align: right;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.svezee .wrap .lsts .lst li.all-stat:hover {
    color: #fff !important;
    background: #377ead url(images/str_r.png) 97% 50% no-repeat !important;
}

.svezee .wrap .lsts .lst li.all-stat:active {
    color: #fff !important;
    background: #377ead url(images/str_r.png) 99% 50% no-repeat !important;
}

.svezee .wrap .lsts>ul li {
    position: relative;
    display: block;
    padding: 7px 20px 7px 60px;
    z-index: 1;
}

.svezee .wrap .lsts>ul li:hover {
    background: #dedbd7!important;
}

.svezee .wrap .lsts>ul li:nth-child(odd) {
    background: #f5f5f5;
}

.svezee .wrap .lsts>ul li.mast {
    position: relative;
    display: block;
    padding: 0px;
    border-top: none;
    min-height: 41px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.svezee .wrap .lsts>ul li.mast:after {
    content: "";
    display: table;
    clear: both;
}

.svezee .wrap .lsts>ul li.mast:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 55px;
    top: 50%;
    left: 0;
    background: url(images/li_svez.png) 50% 50% no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.archive .svezee .wrap .lsts>ul li.mast:before, .single .svezee .wrap .lsts>ul li.mast:before {
    content: "";
    display: none;
}

.archive .svezee .wrap .lsts>ul li.mast, .single .svezee .wrap .lsts>ul li.mast {
    padding: 0;
}

.svezee.sveg .wrap .lsts>ul li:after, .svezee .wrap .lsts>ul.tchk li:after {
    content: "";
    display: table;
    clear: both;
}

.svezee.sveg .wrap .lsts>ul li:before, .svezee .wrap .lsts>ul.tchk li:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    background: url(images/li_svez.png) 50% 50% no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.svezee .wrap .lsts>ul a:first-child li {
    border: none;
}

.svezee .wrap .lsts>ul li .img {
    position: relative;
    width: 70px;
    height: 65px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 4px;
    overflow: hidden;
}

.svezee .wrap .lsts>ul li .img img {
    margin: auto;
    position: absolute;
    height: 120%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.svezee .wrap .lsts>ul li .tt {
    position: relative;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 15px;
    max-width: 160px;
    margin-right: -4px;
    /*color: #5e5341;*/
}

.sidebar .svezee .wrap .lsts>ul li .tt {
    width: 150px;
}

.sidebar .svezee.master .wrap .lsts>ul li .img {
    float: left;
    width: 90px;
    margin-top: 0;
}

.sidebar .svezee.master .wrap .lsts>ul li .tt {
    float: left;
    width: 185px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.svezee.sveg.master .wrap .lsts>ul {
    padding-bottom: 0;
}

.svezee.sveg.master .wrap .lsts>ul li.mast .tt {
    font-size: 12px;
    line-height: 12px;
    max-height: 48px;
    overflow: hidden;
}

.svezee.sveg.master .wrap .lsts>ul li.mast .img {
    width: 90px;
    height: 70px;
}

.svezee.sveg.master .wrap .lsts>ul li.mast .img img {
    min-width: 90px;
    min-height: 70px;
    width: auto;
    height: auto;
    max-height: 70px;
}

.svezee .wrap .lsts>ul li .dt {
    float: right;
    font-size: 10px;
    line-height: 17px;
    width: 50px;
    display: inline-block;
    color: #998e7c;
    vertical-align: top;
    margin-right: -4px;
    text-align: right;
}

.sidebar.min .svezee.master .wrap .lsts>ul li .dt {
    font-size: 10px;
    line-height: 17px;
    width: 40px;
    margin-top: 8px;
    float: right;
    width: 40px;
    margin-right: 22px;
}

.sidebar-content.rubrics {
    background: #fff;
}

.sidebar-content.rubrics .txt>.title {
    display: none!important;
}

.sidebar-content.rubrics .txt>ul {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-content.rubrics .txt>ul li:first-child {
    border: none;
}

.sidebar-content.rubrics .txt>ul li:nth-child(odd) {
    background: #f0e6da;
}

.sidebar-content.rubrics .txt>ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#vk_groups {
    max-width: 270px;
    margin-bottom: 20px;
}

#vk_groups iframe {
    max-width: 270px;
}

#wrapper .container .main .sidebar .soc_seti {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

body.home .container .main .sidebar .alx-tabs-nav {
    border: none;
    margin-bottom: 0;
    background: #fff;
}

body.home .container .main .sidebar .alx-tabs-container {
    border: none;
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.home .container .main .sidebar .alx-tab.group {}

body.home .container .main .sidebar .alx-tab.group li {
    border: none;
}

body .container .main .sidebar .title, #wrapper .container .main .sidebar .soc_seti .title {
    position: relative;
    display: block;
    width: 100%;
    background: #f86973;
    height: 50px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* #wrapper .container .main .sidebar .soc_seti .title{background:#b62e32;} */

.sidebar .sidebar-content .soc_seti h3:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    height: 48px;
    background: url(images/ico_glaz.png) 50% 50% no-repeat !important;
    z-index: 2;
}

.sidebar.min .sidebar-content .soc_seti .text {
    padding: 20px;
}

.sidebar .sidebar-content .soc_seti .text {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar.min .sidebar-content .soc_seti .text a {
    margin-left: 6px;
    float: left;
    opacity: 0.85;
}

.sidebar .sidebar-content .soc_seti .text a {
    position: relative;
    margin-left: 6px;
    float: left;
    opacity: 0.75;
    width: 42px;
    height: 41px;
    text-align: center;
    line-height: 41px;
}

.sidebar .sidebar-content .soc_seti .text a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.sidebar .sidebar-content .soc_seti .text a img:hover {
    top: -5px;
}

.sidebar .sidebar-content .soc_seti .text a:first-child {
    margin-left: 0;
}

.sidebar .sidebar-content .soc_seti .text a:hover {
    opacity: 1;
}

#wrapper .container .main .content .page-title.pad {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
}
.search #wrapper .container .main .content .page-title.pad h1 {
	font-family: 'ArialNer', arial, sans-serif;
}

#wrapper .container .main .content .page-title.pad h1 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 50px 0 130px;
    background: #EA424E;
    height: 112px;
    line-height: 112px;
    font-family: arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper .container .main .content .page-title.pad h1:before {
    top: 0;
    left: 0;
    background: url(images/home_h1.png) 50% 50% no-repeat;
}

#wrapper .container .main .content .page-title.pad .cat_ul {
    position: relative;
    display: block;
    background: #fff;
    padding: 25px 40px 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper .container .main .content .page-title.pad .cat_ul>li {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 10px 0 0px;
    margin: 0 -4px 5px 0;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    /* background:url(images/ov_li.png) 0 3px no-repeat; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper .container .main .content .page-title.pad .cat_ul a {
    font-size: 12px;
    line-height: 18px;
    color: rgb(62, 62, 61);
    font-family: arial, sans-serif;
    text-transform: none;
    font-weight: normal;
}

#wrapper .container .main .content .page-title.pad .cat_ul a:hover {
  color: #3f8fc5;
}



#wrapper .container .main .content .page-title.pad .cat_ul li img {
  margin-right: 14px;
    margin-top: -3px;
}


.widget.widget_jcl_widget a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-family: 'ArialNer' !important;
    line-height: 20px;
}

.widget.widget_jcl_widget a:hover {}

.widget.widget_jcl_widget ul li .ibg {
    position: relative;
    width: 37px;
    padding-left: 12px;
}


/*.widget.widget_jcl_widget ul li .ibg .masking {
  position: absolute;
	margin: 4px 0 0 4px;
  width: 27px;
  height: 27px;
  z-index: 999;
}*/

.widget.widget_jcl_widget ul ul li .ibg {
    display: none;
}

.widget.widget_jcl_widget ul li .ibg:before {
    content: "";
    position: absolute;
    display: block;
    padding-top: 9px;
    width: 37px;
    height: 33px;
    background: #51a1d6;
    z-index: 3;
    background: transparent url('images/rubricator.png') 50% 50% no-repeat;
}

/*.mark_img {
    position: absolute;
    top: 42px;
    left: 50px;
    width: 37px;
    height: 33px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}*/
.gallery_widget:hover .mark_img {
  opacity: 0.9;
}
.gallery_widget .mark_img img {
    width: auto !important;
    max-width: 25px;
    max-height: 25px !important;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
}
.gallery_widget .mark_img {
    content: "";
    position: absolute;
    top: 35%;
    left: 35%;
    display: block;
    padding-top: 9px;
    width: 37px;
    height: 33px;
    z-index: 3;
    opacity: 0.8;
    background: transparent url('images/rubricator.png') 50% 50% no-repeat;
}

.widget.widget_jcl_widget ul li img {
    width: 25px;
    height: 25px;
    padding: 0;
    z-index: 3;
    position: absolute;
    margin-top: 19%;
    left: 34%;
}

#wrapper .container .main .content .page-title.pad .k_mater {
  position: relative;
  display: inline-block;
  float: right;
  color: #3f8fc5;
  margin-right: 18px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  padding-bottom: 5px;
  background: url(images/str_line.png) 0 100% repeat-x;
  cursor: pointer;
  font-family: arial, sans-serif;
}


#wrapper .container .main .content .page-title.pad .k_mater:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -18px;
  width: 15px;
  height: 15px;
  background: url(images/str_btn.png) 50% 0% no-repeat;
}

#wrapper .container .main .content .page-title.pad .category-description {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

#wrapper .container .main .content .page-title.pad .category-description>div {
    max-width: 100%;
}

#wrapper .container .main .content .page-title.pad .category-description img {
    position: relative;
    display: block;
    width: 100%;
}

#wrapper .container .main .content .page-title.pad .category-description p.wp-caption-text:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #b62e32;
    opacity: 0.75;
    z-index: -1;
}

#wrapper .container .main .content .page-title.pad .category-description p.wp-caption-text {
    position: absolute;
    display: block;
    width: 100%;
    padding: 20px 40px;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper .container .main .content .page-title.pad .category-description .photo {
    position: relative;
    margin-bottom: -5px;
}

#wrapper .container .main .content .page-title.pad .category-description .photo img {
    max-width: 100%
}

#wrapper .container .main .content .page-title.pad .category-description .photo:before {
    content: "";
    position: absolute;
    display: block;
    width: 42%;
    height: 20px;
    top: -1px;
    left: 29%;
    background: #3f8fc5;
}

#wrapper .container .main .content .page-title.pad .category-description p:first-child {
    background: #3f8fc5;
    padding: 25px 40px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.archive article.post {
    position: relative;
    float: left;
    width: 50%;
}

body.search article.post {
    position: relative;
    float: left;
    width: 50%;
}

body.home .main .content article .entry p:last-of-type {
    margin-bottom: 0;
}

body.home .main .content article .entry p:last-of-type+div.clear {
    margin-bottom: 0;
}

@media all and (max-width: 1200px) {
    #wrapper #header .nav-container .nav-wrap .nav>li>a {
        padding: 17px 56px 17px 30px;
    }
    #wrapper #footer section {
        /*width: 920px;*/
        min-width: 920px
    }
    body.home #wrapper #page div.widget_categories_list_all .text ul li .nazv {
        width: 400px;
    }
    #wrapper #footer .pad .grid {
        padding-right: 5%;
    }
}

@media all and (max-width: 1140px) {
    #wrapper #header .nav-container .nav-wrap .nav>li>a {
        padding: 17px 55px 17px 25px;
    }
    body.home #wrapper #page section.content:not(.cont-all), .col-2cl .content {
        width: 670px;
    }
    body.single-post .content.post-page article .post-content .entry blockquote {
        width: 520px;
    }
    article .post-inner .post-sharrre .pluso {
        width: 510px;
    }
    body.archive article.post {
        width: 50%;
    }
    body.home #wrapper #page div.widget_categories_list_all .text ul li .nazv {
        width: 380px;
    }
    body.home .main .content article .entry blockquote {
        width: 530px;
    }
}

@media all and (max-width: 1100px) {
    #wrapper #header .nav-container .nav-wrap .nav>li>a {
        padding: 17px 50px 17px 20px;
    }
    body.home #wrapper #page section.content:not(.cont-all) {
        width: 670px;
    }
    .col-2cl .content {
        width: 670px;
    }
    body.home #wrapper #page div.widget_categories_list_all .text ul li .nazv {
        width: 320px;
    }
    article .post-inner .post-sharrre .pluso {
        width: 390px;
    }
    body.single-post .content.post-page article .post-content .entry blockquote {
        width: 520px;
    }
    body.home .main .content article .entry blockquote {
        width: 410px;
    }
}

@media all and (max-width: 1300px) {
    body.home #wrapper #page div.widget_categories_list_all .text ul li .nazv {
        width: auto !important;
    }
}

@media all and (max-width: 1020px) {
    /* #wrapper #header .nav-container .nav-wrap .nav > li > a{padding:17px 40px 17px 15px;} */
    /* .col-2cl .s1,.col-2cl .s2,.last_video .wrap .lst,.last_video .wrap .lst .img,.last_video .wrap .lst .opis,.svezee .wrap .lsts > ul{width:270px;} */
    /* body.home #wrapper #page div.widget_categories_list_all .text ul li .nazv{width:320px;} */
    /* .col-2cl .content{width:620px;} */
    /* body.single-post .content.post-page article .post-content .entry blockquote{width:470px;}
	.svezee .wrap .lsts > ul li .img{}
	.svezee.master .title>div{ font-size:12px!important; }
	.svezee .wrap .lsts > ul li .tt,.svezee .wrap .lsts > ul li.mast .tt{width:205px;}
	.last_video .title .left,.last_video .title .right{width:45px;}
	 .sidebar .soc_seti .text a{margin-left:10px;}*/
}

@media all and (max-width: 980px) {
    /* .col-2cl .s1,.col-2cl .s2,.last_video .wrap .lst,.last_video .wrap .lst .img,.last_video .wrap .lst .opis,.svezee .wrap .lsts > ul{width:270px;}
	body.home #wrapper #page div.widget_categories_list_all .text ul li .nazv{width:320px;}
	.svezee .wrap .lsts > ul li .img{}
	.svezee.master .title>div{ font-size:12px!important; }
	.svezee .wrap .lsts > ul li .tt,.svezee .wrap .lsts > ul li.mast .tt{width:205px;}
	.last_video .title .left,.last_video .title .right{width:45px;} */
    /* .sidebar .soc_seti .text a{margin-left:10px;} */
}


/*  common : social links
/* ------------------------------------ */

.social-links {
    float: right;
    text-align: center;
    position: relative;
    padding-top: 40px;
    font-weight: 400;
}

.social-links li {
    display: inline-block;
    margin-left: 8px;
    line-height: 16px;
    font-size: 0;
}

.social-links li a {
    display: block!important;
    position: relative;
    text-align: center;
}

.social-links .social-tooltip {
    color: #222;
    font-size: 28px;
    display: inline;
    position: relative;
    z-index: 98;
}

.social-links .social-tooltip:hover {
    color: #444;
    text-decoration: none;
}

.social-links .social-tooltip:hover:after {
    top: -36px;
    background: #fff;
    font-size: 14px;
    color: #666;
    content: attr(title);
    display: block;
    right: 0;
    padding: 5px 15px;
    position: absolute;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.social-links .social-tooltip:hover:before {
    top: -10px;
    right: 8px;
    border: solid;
    border-color: #fff transparent;
    border-width: 5px 5px 0 5px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}


/*  common : page title
/* ------------------------------------ */


body.search #wrapper .container .main .content .page-title.pad h1 i {
    display: none;
}

body.search #wrapper .container .main .content .page-title.pad h1:before {
    content: "\f002";
    position: absolute;
    display: block;
    width: 130px;
    height: 112px;
    top: 0;
    left: 0;
    background: none;
    line-height: 112px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
}

.page-title span {
    color: #fff;
}

.page-title a:hover {
    color: #222;
}

.page-title i {
    margin-right: 6px;
}

.page-title h1, .page-title h2, .page-title h4 {
    text-transform: uppercase;
}

.page-title .category-description {
    font-size: 16px;
    margin: 10px 0;
}

.page-title .themeform {
    margin: 0px 0 0px 0;
}

.page-title .themeform input[type="text"] {
    width: 100%;
}

.page-title-single {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    margin-bottom: 14px;
}

.page-title-single span {
    color: #999;
    font-weight: 300;
}


/*  common : page image
/* ------------------------------------ */

.page-image {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
}

.page-image-text {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    text-align: center;
}

.page-image-text .caption {
    color: #fff;
    font-size: 44px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-image-text .description {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
}

.page-image-text .description i {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
    font-style: normal;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/*  common : pagination
/* ------------------------------------ */

.pagination {
    margin-bottom: 0;
}

.pagination a {
    font-size: 18px;
    font-weight: 600;
}


/*  common : thumb icon
/* ------------------------------------ */

.thumb-icon {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.thumb-icon i {
    font-size: 18px;
    padding: 7px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.thumb-icon .fa-play {
    margin: -1px 0 0 2px;
}

.thumb-icon.small {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -12px -12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.thumb-icon.small .fa {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
}


/*  common : hexagon
/* ------------------------------------ */

.hex {
    width: 150px;
    height: 86px;
    background-color: #ccc;
    color: #fff;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    float: left;
    text-align: center;
    zoom: 1;
    -webkit-background-size: auto 173px;
    -moz-background-size: auto 173px;
    -ms-background-size: auto 173px;
    -o-background-size: auto 173px;
}

.hex .hex-inner {
    position: relative;
    z-index: 4;
}

.hex a {
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    position: absolute;
    top: 0;
    left: 0;
}

.hex .corner-1, .hex .corner-2 {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hex .corner-1 {
    z-index: -1;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex .corner-2 {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hex .corner-1:before, .hex .corner-2:before {
    width: 173px;
    height: 173px;
    background: inherit;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hex .corner-1:before {
    -webkit-transform: rotate(-60deg) translate(-87px, 0px);
    -moz-transform: rotate(-60deg) translate(-87px, 0px);
    -ms-transform: rotate(-60deg) translate(-87px, 0px);
    -o-transform: rotate(-60deg) translate(-87px, 0px);
    transform: rotate(-60deg) translate(-87px, 0px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.hex .corner-2:before {
    bottom: 0;
    -webkit-transform: rotate(60deg) translate(-48px, -11px);
    -moz-transform: rotate(60deg) translate(-48px, -11px);
    -ms-transform: rotate(60deg) translate(-48px, -11px);
    -o-transform: rotate(60deg) translate(-48px, -11px);
    transform: rotate(60deg) translate(-48px, -11px);
}

.hex.hex-small {
    font-size: 14px;
    width: 38px;
    height: 22px;
    line-height: 21px;
}

.hex.hex-small .corner-1:before, .hex.hex-small .corner-2:before {
    width: 43px;
    height: 43px;
}

.hex.hex-medium {
    font-size: 24px;
    width: 60px;
    height: 34px;
    line-height: 33px;
}

.hex.hex-medium .corner-1:before, .hex.hex-medium .corner-2:before {
    width: 69px;
    height: 69px;
}


/*  common : nav
/* ------------------------------------ */

.nav-container {
    background: #888;
    font-weight: 400;
    z-index: 99;
    position: relative;
}

.nav-toggle {
    display: none;
    background: #777;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 60px;
    color: #fff;
    text-align: center;
}

.nav-toggle i {
    font-size: 29px;
    padding: 10px 0;
}

.nav-text {
    display: none;
    float: right;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 20px;
}

.nav li>a:after, .nav>li>a:after {
    font-family: FontAwesome;
    display: inline-block;
}

.nav-wrap {
    margin-top: -12px;
    margin-bottom: -1px;
}

.nav>li {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border-right: 1px solid #999;
    display: inline-block;
    position: relative;
}

.nav>li>a {
    display: inline-block;
}

#nav-topbar .nav>li {
    border-right: none;
    display: inline-block;
}


/* @media only screen and (min-width: 720px) { */

.nav-wrap {
    height: auto!important;
}

.nav {
    font-size: 0;
    position: relative;
}

.nav li a {
    color: #fff;
    display: block;
    line-height: 18px;
}

.nav li>a:after {
    content: "\f0da";
    float: right;
    opacity: 1;
}

.nav>li>a:after {
    content: "\f0d7";
    float: none;
    position: absolute;
    display: block;
    right: 12px;
    top: 12px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}

.nav li>a:only-child:after {
    content: "";
    margin: 0;
}

#footer .nav li>a:after {
    content: "\f0da";
}

#footer .nav>li>a:after {
    content: "\f0d8";
}

#footer .nav li>a:only-child:after {
    content: "";
}

.nav>li>a {
    padding: 17px 36px 17px 30px;
}

.nav>li>a:hover, .nav li>a:hover, .nav li:hover>a, .nav li.current_page_item>a, .nav li.current-menu-item>a, .nav li.current-menu-ancestor>a, .nav li.current-post-parent>a {
    color: #fff;
}

#footer a:hover {
  color: #C80D06;
}

.nav li:hover>ul {
    display: block;
}

.nav ul {
    display: none;
    background: #777;
    position: absolute;
    left: 0;
    top: 50px;
    width: 180px;
    padding: 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.nav ul ul {
  top: 0;
  z-index: 999;
}
.nav ul li {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 0;
}

.nav ul li a {
    padding: 10px 20px;
}

.nav ul li:last-child {
    border-bottom: 0!important;
}

.nav ul ul {
    position: absolute;
    top: 0px;
    left: 180px;
}


/* } */


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */

#header .pad {
    padding-top: 28px;
    padding-bottom: 30px;
}

.site-title {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.5px;
    float: left;
    line-height: 80px;
    padding: 10px 0;
}

.site-title a {
    display: block;
    color: #222;
    max-width: 100%;
}

.site-title a img {
    display: block;
    max-width: 100%;
    max-height: 80px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.site-description {
    font-size: 18px;
    font-style: italic;
    color: #222;
    color: rgba(0, 0, 0, 0.4);
    float: left;
    margin-left: 20px;
    line-height: 80px;
    padding: 10px 0;
}

.site-image {
    display: block;
    margin: 0 auto;
    max-height: 400px;
}

.light-header-text .site-title a {
    color: #fff;
}

.light-header-text .site-description {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.light-header-text #header .social-links .social-tooltip {
    color: #fff;
}

.light-header-text #header .social-links .social-tooltip:hover {
    color: rgba(255, 255, 255, 0.8);
}


/*  header : search
/* ------------------------------------ */

.toggle-search {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    padding: 13px 20px;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}

.toggle-search:hover, .toggle-search.active {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.search-expand {
    display: none;
    background: #222;
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.search-expand-inner {
    background: rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.search-expand .themeform input {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 0;
}

.search-expand .themeform input:focus {}


/*  HEADER : NAV TOPBAR
/* ------------------------------------ */

#nav-topbar.nav-container {
    background: #edeae6 url(images/menu_fon.png) repeat-x 1px 0;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 12px;
    height: 38px;
    font-family: Arial, Helvetica, sans-serif;
}

#nav-topbar.nav-container .nav-wrap ul.nav {
    display: inline-block;
}

#nav-topbar.nav-container .nav-wrap ul.nav>li {
    /* padding-top:12px; */
}

#nav-topbar.nav-container .nav-wrap ul.nav>li:hover {
    background: #edeae6;
}

#nav-topbar.nav-container .nav-wrap ul.nav>li:hover>a {
    color: #51a1d6;
}

#nav-topbar.nav-container .nav-wrap ul.nav li>a {
    color: #51a1d6;
    font-size: 12px;
    line-height: 16px;
}

#nav-topbar.nav-container .nav-wrap ul.nav li:hover>a {
    color: #fff;
}

#nav-topbar.nav-container .nav-wrap ul.nav>li>a {
    color: #fff;
    font-size: 15px;
    line-height: 16px;
}

#nav-topbar.nav-container .nav-wrap ul.nav>li:hover>a {
    color: #51a1d6;
}

#nav-topbar.nav-container .nav-wrap form.searchform {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 17px;
}

#nav-topbar.nav-container .nav-wrap form.searchform input.search {
    color: #fff;
    width: 180px;
    padding: 4px 25px 4px 10px;
    border: none;
    line-height: 15px;
    height: 24px;
    background: #93c4e5 url(images/srch_ico.png) 160px 50% no-repeat;
}

#nav-topbar.nav-container .nav-wrap ul.nav>li>a {
    max-width: 120px;
    padding-left: 17px;
    padding-right: 17px
}

#nav-topbar .nav-toggle {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.06);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.06);
}

#nav-topbar .nav-text {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

#header {
    position: relative;
    display: block;
    /*overflow: hidden;*/
}

#header #custom-logo {
    top: 85px;
    left: 205px;
}

#header .logo {
    position: relative;
    display: block;
    padding-bottom: 0px;
    background: #edeae6;
    /* background: url(images/header.png) repeat-x center top; */
}

#header .blck {
    position: relative;
    display: none;
    min-width: 960px;
    max-width: 1160px;
    margin: 0 auto;
    height: 20px;
}

#header .logo .razv, #header .logo .sver {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 20px;
    padding-bottom: 5px;
    background: url(images/str1_line.png) 0 100% repeat-x;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    color: #5e5341;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 12px;
}

#header .logo .razv:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -18px;
    width: 15px;
    height: 15px;
    background: url(images/str1_btn.png) 50% 0% no-repeat;
}

#header .logo .sver:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -18px;
    width: 15px;
    height: 15px;
    background: url(images/str1_btnt.png) 50% 0% no-repeat;
}

#header .logo .vozvrat {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px solid #3f8fc5;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #3f8fc5;
    line-height: 11px;
    text-transform: uppercase;
}

#header .logo .vozvrat:hover {
    border-bottom: 1px solid #fff;
}

#header .logo .vozvrat:hover:after {
    top: -5px;
}

#header .logo .vozvrat:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -18px;
    width: 15px;
    height: 15px;
    background: url(images/str_btnt.png) 50% 0% no-repeat;
}

#header .l-min {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 20px;
}

#header .l-min img {
    margin-right: -170px;
}

#header .l-big {
    position: relative;
    display: block;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header .l-big.active {
    position: relative;
    display: block;
    height: 175px;
    opacity: 1;
    overflow: hidden;
    /* background: url(images/header.png) repeat-x center 6px; */
}

#header .l-big .bl {
    position: relative;
    display: block;
    width: 1020px;
    margin: 5px auto 0;
    height: 500px;
    /*background: #e0d8ca;*/
}

#header .l-big img {
    position: absolute;
    display: block;
}

#header .l-big #par1 {
    opacity: 0;
    z-index: 33;
    -webkit-transition: all 1s ease-in-out 1s;
    -moz-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
}

#header .l-big #par2 {
    top: 350px;
    opacity: 0;
    z-index: 32;
    -webkit-transition: all 0.2s ease-in-out .4s;
    -moz-transition: all 0.2s ease-in-out .4s;
    -o-transition: all 0.2s ease-in-out .4s;
    transition: all 0.2s ease-in-out .4s;
}

#header .l-big #par3 {
    top: 40px;
    left: -340px;
    opacity: 0;
    z-index: 31;
    -webkit-transition: all 0.4s ease-in-out 1.5s;
    -moz-transition: all 0.4s ease-in-out 1.5s;
    -o-transition: all 0.4s ease-in-out 1.5s;
    transition: all 0.4s ease-in-out 1.5s;
}

#header .l-big #par4 {
    top: -500px;
    opacity: 0;
    z-index: 30;
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .2s;
    -o-transition: all 0.3s ease-in-out .2s;
    transition: all 0.3s ease-in-out .2s;
}

#header .l-big #par5 {
    top: -800px;
    opacity: 0;
    z-index: 29;
    -webkit-transition: all 0.5s ease-in-out 0.65s;
    -moz-transition: all 0.5s ease-in-out 0.65s;
    -o-transition: all 0.5s ease-in-out 0.65s;
    transition: all 0.5s ease-in-out 0.65s;
}

#header .l-big #par6 {
    top: -800px;
    opacity: 0;
    z-index: 28;
    -webkit-transition: all 0.5s ease-in-out 0.75s;
    -moz-transition: all 0.5s ease-in-out 0.75s;
    -o-transition: all 0.5s ease-in-out 0.75s;
    transition: all 0.5s ease-in-out 0.75s;
}

#header .l-big #par7 {
    top: -800px;
    opacity: 0;
    z-index: 27;
    -webkit-transition: all 0.5s ease-in-out 0.85s;
    -moz-transition: all 0.5s ease-in-out 0.85s;
    -o-transition: all 0.5s ease-in-out 0.85s;
    transition: all 0.5s ease-in-out 0.85s;
}

#header .l-big #par8 {
    top: -800px;
    opacity: 0;
    z-index: 26;
    -webkit-transition: all 0.5s ease-in-out 0.95s;
    -moz-transition: all 0.5s ease-in-out 0.95s;
    -o-transition: all 0.5s ease-in-out 0.95s;
    transition: all 0.5s ease-in-out 0.95s;
}

#header .l-big #par9 {
    top: -800px;
    opacity: 0;
    z-index: 25;
    -webkit-transition: all 0.5s ease-in-out 1.05s;
    -moz-transition: all 0.5s ease-in-out 1.05s;
    -o-transition: all 0.5s ease-in-out 1.05s;
    transition: all 0.5s ease-in-out 1.05s;
}

#header .l-big #par10 {
    left: 1282px;
    opacity: 0;
    z-index: 24;
    -webkit-transition: all 0.5s ease-in-out 1.5s;
    -moz-transition: all 0.5s ease-in-out 1.5s;
    -o-transition: all 0.5s ease-in-out 1.5s;
    transition: all 0.5s ease-in-out 1.5s;
}

#header .l-big #par11 {
    height: 0;
    width: 177px;
    top: 217px;
    opacity: 0;
    z-index: 23;
    -webkit-transition: all 0.3s ease-in-out 1.2s;
    -moz-transition: all 0.3s ease-in-out 1.2s;
    -o-transition: all 0.3s ease-in-out 1.2s;
    transition: all 0.3s ease-in-out 1.2s;
}

#header .l-big #par12 {
    height: 0;
    width: 155px;
    top: 226px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out 1.35s;
    -moz-transition: all 0.3s ease-in-out 1.35s;
    -o-transition: all 0.3s ease-in-out 1.35s;
    transition: all 0.3s ease-in-out 1.35s;
}

#header .l-big #par13 {
    top: -235px;
    left: 15px;
    opacity: 0;
    z-index: 21;
    -webkit-transition: all 0.5s ease-in-out 1.65s;
    -moz-transition: all 0.5s ease-in-out 1.65s;
    -o-transition: all 0.5s ease-in-out 1.65s;
    transition: all 0.5s ease-in-out 1.65s;
}

#header .l-big #par14 {
    top: -407px;
    left: 785px;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.3s ease-in-out 1.4s;
    -moz-transition: all 0.3s ease-in-out 1.4s;
    -o-transition: all 0.3s ease-in-out 1.4s;
    transition: all 0.3s ease-in-out 1.4s;
}

#header .l-big #par15 {
    top: -700px;
    opacity: 0;
    z-index: 19;
    -webkit-transition: all 0.5s ease-in-out 1.7s;
    -moz-transition: all 0.5s ease-in-out 1.7s;
    -o-transition: all 0.5s ease-in-out 1.7s;
    transition: all 0.5s ease-in-out 1.7s;
}

#header .l-big #par16 {
    top: -517px;
    left: 780px;
    opacity: 0;
    z-index: 18;
    -webkit-transition: all 0.3s ease-in-out 1.4s;
    -moz-transition: all 0.3s ease-in-out 1.4s;
    -o-transition: all 0.3s ease-in-out 1.4s;
    transition: all 0.3s ease-in-out 1.4s;
}

#header .l-big #par17 {
    top: -700px;
    opacity: 0;
    z-index: 17;
    -webkit-transition: all 0.4s ease-in-out 1.5s;
    -moz-transition: all 0.4s ease-in-out 1.5s;
    -o-transition: all 0.4s ease-in-out 1.5s;
    transition: all 0.4s ease-in-out 1.5s;
}

#header .l-big #par18 {
    opacity: 0;
    z-index: 16;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}

#header .l-big #par19 {
    top: -700px;
    opacity: 0;
    z-index: 22;
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .2s;
    -o-transition: all 0.3s ease-in-out .2s;
    transition: all 0.3s ease-in-out .2s;
}

#header .l-big #par20 {
    top: -700px;
    opacity: 0;
    z-index: 14;
    -webkit-transition: all 0.5s ease-in-out 1.2s;
    -moz-transition: all 0.5s ease-in-out 1.2s;
    -o-transition: all 0.5s ease-in-out 1.2s;
    transition: all 0.5s ease-in-out 1.2s;
}

#header .l-big #par21 {
    top: -700px;
    opacity: 0;
    z-index: 13;
    -webkit-transition: all 0.4s ease-in-out 2s;
    -moz-transition: all 0.4s ease-in-out 2s;
    -o-transition: all 0.4s ease-in-out 2s;
    transition: all 0.4s ease-in-out 2s;
}

#header .l-big #par22 {
    top: 271px;
    left: 590px;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 12;
    -webkit-transition: all 0.3s ease-in-out 2.3s;
    -moz-transition: all 0.3s ease-in-out 2.3s;
    -o-transition: all 0.3s ease-in-out 2.3s;
    transition: all 0.3s ease-in-out 2.3s;
}

#header .l-big #par23 {
    top: 252px;
    left: 680px;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.3s ease-in-out 2.45s;
    -moz-transition: all 0.3s ease-in-out 2.45s;
    -o-transition: all 0.3s ease-in-out 2.45s;
    transition: all 0.3s ease-in-out 2.45s;
}

#header .l-big #par24 {
    top: 186px;
    left: 760px;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 2.6s;
    -moz-transition: all 0.3s ease-in-out 2.6s;
    -o-transition: all 0.3s ease-in-out 2.6s;
    transition: all 0.3s ease-in-out 2.6s;
}

#header .l-big #par25 {
    top: 210px;
    left: 580px;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out 2.75s;
    -moz-transition: all 0.3s ease-in-out 2.75s;
    -o-transition: all 0.3s ease-in-out 2.75s;
    transition: all 0.3s ease-in-out 2.75s;
}

#header .l-big #par26 {
    top: 169px;
    left: 490px;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out 2.9s;
    -moz-transition: all 0.3s ease-in-out 2.9s;
    -o-transition: all 0.3s ease-in-out 2.9s;
    transition: all 0.3s ease-in-out 2.9s;
}

#header .l-big #par27 {
    opacity: 0;
    z-index: 7;
    -webkit-transition: all 0.5s ease-in-out .9s;
    -moz-transition: all 0.5s ease-in-out .9s;
    -o-transition: all 0.5s ease-in-out .9s;
    transition: all 0.5s ease-in-out .9s;
}

#header .l-big #par28 {
    top: 148px;
    width: 169px;
    height: 0;
    opacity: 0;
    z-index: 6;
    -webkit-transition: all 0.3s ease-in-out 1.5s;
    -moz-transition: all 0.3s ease-in-out 1.5s;
    -o-transition: all 0.3s ease-in-out 1.5s;
    transition: all 0.3s ease-in-out 1.5s;
}

#header .l-big #par29 {
    top: 369px;
    width: 195px;
    height: 0px;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out 1.7s;
    -moz-transition: all 0.3s ease-in-out 1.7s;
    -o-transition: all 0.3s ease-in-out 1.7s;
    transition: all 0.3s ease-in-out 1.7s;
}

#header .l-big #par30 {
    top: 348px;
    width: 180px;
    height: 0px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out 1.85s;
    -moz-transition: all 0.3s ease-in-out 1.85s;
    -o-transition: all 0.3s ease-in-out 1.85s;
    transition: all 0.3s ease-in-out 1.85s;
}

#header .l-big #par31 {
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out 2s;
    -moz-transition: all 0.4s ease-in-out 2s;
    -o-transition: all 0.4s ease-in-out 2s;
    transition: all 0.4s ease-in-out 2s;
}

#header .l-big #par32 {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out 2s;
    -moz-transition: all 0.4s ease-in-out 2s;
    -o-transition: all 0.4s ease-in-out 2s;
    transition: all 0.4s ease-in-out 2s;
}

#header .l-big #par33 {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out .5s;
    -moz-transition: all 1s ease-in-out .5s;
    -o-transition: all 1s ease-in-out .5s;
    transition: all 1s ease-in-out .5s;
}

#header .l-big.active #par1 {
    top: 64px;
    left: 343px;
    opacity: 1;
    width: 402x;
    height: 100px;
}

#header .l-big.active #par2 {
    top: 58px;
    left: 800px;
    opacity: 1;
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

#header .l-big.active #par3 {
    top: 3px;
    left: 39px;
    opacity: 1;
}

#header .l-big.active #par4 {
    top: 230px;
    left: 32px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par5 {
    top: 26px;
    left: 0px;
    opacity: 1;
}

#header .l-big.active #par6 {
    top: 74px;
    left: -94px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par7 {
    top: 9px;
    left: 745px;
    opacity: 1;
    z-index: 1;
}

#header .l-big.active #par8 {
    top: 97px;
    left: 107px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par9 {
    top: 3px;
    left: 29px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par10 {
    top: 63px;
    left: 185px;
    opacity: 1;
}

#header .l-big.active #par11 {
    top: 1px;
    left: 680px;
    opacity: 1;
    height: 93px;
    display: none;
}

#header .l-big.active #par12 {
    top: 21px;
    left: 552px;
    opacity: 1;
    height: 77px;
    display: none;
}

#header .l-big.active #par13 {
    top: 12px;
    left: 608px;
    opacity: 1;
}

#header .l-big.active #par14 {
    top: 57px;
    left: 733px;
    opacity: 1;
}

#header .l-big.active #par15 {
    top: 40px;
    left: 779px;
    opacity: 1;
}

#header .l-big.active #par16 {
    top: 39px;
    left: 713px;
    opacity: 1;
}

#header .l-big.active #par17 {
    top: -18px;
    left: 353px;
    opacity: 1;
}

#header .l-big.active #par18 {
    top: 195px;
    left: 788px;
    opacity: .8;
    display: none;
}

#header .l-big.active #par19 {
    top: 20px;
    left: 87px;
    opacity: 1;
}

#header .l-big.active #par20 {
    top: -5px;
    left: 1101px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par21 {
    top: 205px;
    left: 615px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par22 {
    top: 1px;
    left: 656px;
    opacity: 1;
    height: 93px;
    width: 176px;
}

#header .l-big.active #par23 {
    top: 5px;
    left: 512px;
    opacity: 1;
    height: 67px;
    width: 124px;
}

#header .l-big.active #par24 {
    top: 35px;
    left: 687px;
    opacity: 1;
    width: 327px;
    height: 151px;
    display: none;
}

#header .l-big.active #par25 {
    top: 32px;
    left: 226px;
    opacity: 1;
    width: 155px;
    height: 101px;
}

#header .l-big.active #par26 {
    top: 5px;
    left: 149px;
    opacity: 1;
    width: 235px;
    height: 113px;
}

#header .l-big.active #par27 {
    top: 111px;
    left: 94px;
    opacity: 0.8;
    display: none;
}

#header .l-big.active #par28 {
    top: 1px;
    left: 257px;
    width: 177px;
    height: 96px;
    opacity: 1;
}

#header .l-big.active #par29 {
    top: 19px;
    left: 883px;
    width: 46px;
    height: 46px;
    opacity: 1;
}

#header .l-big.active #par30 {
    top: 255px;
    left: 198px;
    width: 180px;
    height: 93px;
    opacity: 1;
    display: none;
}

#header .l-big.active #par31 {
    top: 104px;
    left: 659px;
    opacity: 1;
    width: 184px;
    height: 60px;
}

#header .l-big.active #par32 {
    top: 80px;
    left: 595px;
    opacity: 1;
    width: 226px;
    height: 71px;
}

#header .l-big.active #par33 {
    top: 87px;
    left: 33px;
    opacity: 1;
}

#header .l-big.dis #par1 {
    opacity: 0;
    z-index: 33;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

#header .l-big.dis #par2 {
    top: 350px;
    opacity: 0;
    z-index: 32;
    -webkit-transition: all 0.2s ease-in-out .4s;
    -moz-transition: all 0.2s ease-in-out .4s;
    -o-transition: all 0.2s ease-in-out .4s;
    transition: all 0.2s ease-in-out .4s;
}

#header .l-big.dis #par3 {
    top: 40px;
    left: -340px;
    opacity: 0;
    z-index: 31;
    -webkit-transition: all 0.4s ease-in-out 1.5s;
    -moz-transition: all 0.4s ease-in-out 1.5s;
    -o-transition: all 0.4s ease-in-out 1.5s;
    transition: all 0.4s ease-in-out 1.5s;
}

#header .l-big.dis #par4 {
    top: -500px;
    opacity: 0;
    z-index: 30;
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .2s;
    -o-transition: all 0.3s ease-in-out .2s;
    transition: all 0.3s ease-in-out .2s;
}

#header .l-big.dis #par5 {
    top: -800px;
    opacity: 0;
    z-index: 29;
    -webkit-transition: all 0.5s ease-in-out 0.65s;
    -moz-transition: all 0.5s ease-in-out 0.65s;
    -o-transition: all 0.5s ease-in-out 0.65s;
    transition: all 0.5s ease-in-out 0.65s;
}

#header .l-big.dis #par6 {
    top: -800px;
    opacity: 0;
    z-index: 28;
    -webkit-transition: all 0.5s ease-in-out 0.75s;
    -moz-transition: all 0.5s ease-in-out 0.75s;
    -o-transition: all 0.5s ease-in-out 0.75s;
    transition: all 0.5s ease-in-out 0.75s;
}

#header .l-big.dis #par7 {
    top: -800px;
    opacity: 0;
    z-index: 27;
    -webkit-transition: all 0.5s ease-in-out 0.85s;
    -moz-transition: all 0.5s ease-in-out 0.85s;
    -o-transition: all 0.5s ease-in-out 0.85s;
    transition: all 0.5s ease-in-out 0.85s;
}

#header .l-big.dis #par8 {
    top: -800px;
    opacity: 0;
    z-index: 26;
    -webkit-transition: all 0.5s ease-in-out 0.95s;
    -moz-transition: all 0.5s ease-in-out 0.95s;
    -o-transition: all 0.5s ease-in-out 0.95s;
    transition: all 0.5s ease-in-out 0.95s;
}

#header .l-big.dis #par9 {
    top: -800px;
    opacity: 0;
    z-index: 25;
    -webkit-transition: all 0.5s ease-in-out 1.05s;
    -moz-transition: all 0.5s ease-in-out 1.05s;
    -o-transition: all 0.5s ease-in-out 1.05s;
    transition: all 0.5s ease-in-out 1.05s;
}

#header .l-big.dis #par10 {
    left: 1282px;
    opacity: 0;
    z-index: 24;
    -webkit-transition: all 0.5s ease-in-out 1.5s;
    -moz-transition: all 0.5s ease-in-out 1.5s;
    -o-transition: all 0.5s ease-in-out 1.5s;
    transition: all 0.5s ease-in-out 1.5s;
}

#header .l-big.dis #par11 {
    height: 0;
    width: 177px;
    top: 217px;
    opacity: 0;
    z-index: 23;
    -webkit-transition: all 0.3s ease-in-out 1.2s;
    -moz-transition: all 0.3s ease-in-out 1.2s;
    -o-transition: all 0.3s ease-in-out 1.2s;
    transition: all 0.3s ease-in-out 1.2s;
}

#header .l-big.dis #par12 {
    height: 0;
    width: 155px;
    top: 226px;
    opacity: 0;
    z-index: 22;
    -webkit-transition: all 0.3s ease-in-out 1.35s;
    -moz-transition: all 0.3s ease-in-out 1.35s;
    -o-transition: all 0.3s ease-in-out 1.35s;
    transition: all 0.3s ease-in-out 1.35s;
}

#header .l-big.dis #par13 {
    top: -235px;
    left: 15px;
    opacity: 0;
    z-index: 21;
    -webkit-transition: all 0.5s ease-in-out 1.65s;
    -moz-transition: all 0.5s ease-in-out 1.65s;
    -o-transition: all 0.5s ease-in-out 1.65s;
    transition: all 0.5s ease-in-out 1.65s;
}

#header .l-big.dis #par14 {
    top: -407px;
    left: 785px;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.3s ease-in-out 1.4s;
    -moz-transition: all 0.3s ease-in-out 1.4s;
    -o-transition: all 0.3s ease-in-out 1.4s;
    transition: all 0.3s ease-in-out 1.4s;
}

#header .l-big.dis #par15 {
    top: -700px;
    opacity: 0;
    z-index: 19;
    -webkit-transition: all 0.5s ease-in-out 1.7s;
    -moz-transition: all 0.5s ease-in-out 1.7s;
    -o-transition: all 0.5s ease-in-out 1.7s;
    transition: all 0.5s ease-in-out 1.7s;
}

#header .l-big.dis #par16 {
    top: -517px;
    left: 780px;
    opacity: 0;
    z-index: 18;
    -webkit-transition: all 0.3s ease-in-out 1.4s;
    -moz-transition: all 0.3s ease-in-out 1.4s;
    -o-transition: all 0.3s ease-in-out 1.4s;
    transition: all 0.3s ease-in-out 1.4s;
}

#header .l-big.dis #par17 {
    top: -700px;
    opacity: 0;
    z-index: 17;
    -webkit-transition: all 0.4s ease-in-out 1.5s;
    -moz-transition: all 0.4s ease-in-out 1.5s;
    -o-transition: all 0.4s ease-in-out 1.5s;
    transition: all 0.4s ease-in-out 1.5s;
}

#header .l-big.dis #par18 {
    opacity: 0;
    z-index: 16;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}

#header .l-big.dis #par19 {
    top: -700px;
    opacity: 0;
    z-index: 15;
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .2s;
    -o-transition: all 0.3s ease-in-out .2s;
    transition: all 0.3s ease-in-out .2s;
}

#header .l-big.dis #par20 {
    top: -700px;
    opacity: 0;
    z-index: 14;
    -webkit-transition: all 0.5s ease-in-out 1.2s;
    -moz-transition: all 0.5s ease-in-out 1.2s;
    -o-transition: all 0.5s ease-in-out 1.2s;
    transition: all 0.5s ease-in-out 1.2s;
}

#header .l-big.dis #par21 {
    top: -700px;
    opacity: 0;
    z-index: 13;
    -webkit-transition: all 0.4s ease-in-out 1.6s;
    -moz-transition: all 0.4s ease-in-out 1.6s;
    -o-transition: all 0.4s ease-in-out 1.6s;
    transition: all 0.4s ease-in-out 1.6s;
}

#header .l-big.dis #par22 {
    top: 271px;
    height: 0px;
    width: 266px;
    opacity: 0;
    z-index: 12;
    -webkit-transition: all 0.3s ease-in-out 1.3s;
    -moz-transition: all 0.3s ease-in-out 1.3s;
    -o-transition: all 0.3s ease-in-out 1.3s;
    transition: all 0.3s ease-in-out 1.3s;
}

#header .l-big.dis #par23 {
    top: 252px;
    height: 0px;
    width: 292px;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.3s ease-in-out 1.45s;
    -moz-transition: all 0.3s ease-in-out 1.45s;
    -o-transition: all 0.3s ease-in-out 1.45s;
    transition: all 0.3s ease-in-out 1.45s;
}

#header .l-big.dis #par24 {
    top: 186px;
    height: 0px;
    width: 327px;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 1.6s;
    -moz-transition: all 0.3s ease-in-out 1.6s;
    -o-transition: all 0.3s ease-in-out 1.6s;
    transition: all 0.3s ease-in-out 1.6s;
}

#header .l-big.dis #par25 {
    top: 210px;
    height: 0px;
    width: 301px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out 1.75s;
    -moz-transition: all 0.3s ease-in-out 1.75s;
    -o-transition: all 0.3s ease-in-out 1.75s;
    transition: all 0.3s ease-in-out 1.75s;
}

#header .l-big.dis #par26 {
    top: 169px;
    height: 0px;
    width: 322px;
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out 1.9s;
    -moz-transition: all 0.3s ease-in-out 1.9s;
    -o-transition: all 0.3s ease-in-out 1.9s;
    transition: all 0.3s ease-in-out 1.9s;
}

#header .l-big.dis #par27 {
    opacity: 0;
    z-index: 7;
    -webkit-transition: all 0.5s ease-in-out .9s;
    -moz-transition: all 0.5s ease-in-out .9s;
    -o-transition: all 0.5s ease-in-out .9s;
    transition: all 0.5s ease-in-out .9s;
}

#header .l-big.dis #par28 {
    top: 148px;
    width: 169px;
    height: 0;
    opacity: 0;
    z-index: 6;
    -webkit-transition: all 0.3s ease-in-out 1.5s;
    -moz-transition: all 0.3s ease-in-out 1.5s;
    -o-transition: all 0.3s ease-in-out 1.5s;
    transition: all 0.3s ease-in-out 1.5s;
}

#header .l-big.dis #par29 {
    top: 369px;
    width: 195px;
    height: 0px;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out 1.7s;
    -moz-transition: all 0.3s ease-in-out 1.7s;
    -o-transition: all 0.3s ease-in-out 1.7s;
    transition: all 0.3s ease-in-out 1.7s;
}

#header .l-big.dis #par30 {
    top: 348px;
    width: 180px;
    height: 0px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out 1.85s;
    -moz-transition: all 0.3s ease-in-out 1.85s;
    -o-transition: all 0.3s ease-in-out 1.85s;
    transition: all 0.3s ease-in-out 1.85s;
}

#header .l-big.dis #par31 {
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out 1.6s;
    -moz-transition: all 0.4s ease-in-out 1.6s;
    -o-transition: all 0.4s ease-in-out 1.6s;
    transition: all 0.4s ease-in-out 1.6s;
}

#header .l-big.dis #par32 {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out 1.6s;
    -moz-transition: all 0.4s ease-in-out 1.6s;
    -o-transition: all 0.4s ease-in-out 1.6s;
    transition: all 0.4s ease-in-out 1.6s;
}

#header .l-big.dis #par33 {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out .5s;
    -moz-transition: all 1s ease-in-out .5s;
    -o-transition: all 1s ease-in-out .5s;
    transition: all 1s ease-in-out .5s;
}

#header .logo .sver {
    display: none;
}

body.home #header .l-min {
    display: none;
}

body.home #header .logo .razv {
    display: none;
}

body.home #header .sver {
    display: block;
    bottom: ;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

@media only screen and (min-width: 1025px) {
    /* fixed nav */
    .full-width.topbar-enabled #header {}
    .full-width #nav-topbar.nav-container {
        width: 100%;
        z-index: 999;
    }
}


/* @media only screen and (min-width: 720px) { */


/* common */

#nav-topbar .nav {}

#nav-topbar .nav li a {
    color: #fff;
    color: rgba(255, 255, 255, 0.99);
}


/* level 1 */

#nav-topbar .nav>li {
    border-right: none;
}

#nav-topbar .nav>li>a:hover, #nav-topbar .nav>li:hover>a {
    /*background-color: #377ead ;*/
}

#nav-topbar .nav li>a:hover, #nav-topbar .nav li:hover>a, #nav-topbar .nav li.current_page_item>a, #nav-topbar .nav li.current-menu-item>a, #nav-topbar .nav li.current-menu-ancestor>a, #nav-topbar .nav li.current-post-parent>a {
    color: #fff;
}


/* level 2 & 3 */

#nav-topbar .nav ul li:nth-child(odd) {
    background: #f0e6da;
}

#nav-topbar .nav ul li:nth-child(even) {
    background: #fffbed;
}

#nav-topbar .nav ul li {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
}

#nav-topbar .nav ul li:last-child {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#nav-topbar .nav ul li:hover {
    background: #dcd1c4;
}

#nav-topbar .nav ul li a {
    color: #5e5341;
}

#nav-topbar .nav>li>ul>li ul {
    padding: 0;
}


/* } */

@media only screen and (max-width: 719px) {

.msright {
	float: none !important;
text-align:center !important;
clear: both !important;
	}
    /* common */
    /* 	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }	 */
    /* level 1 */
    /* #nav-topbar .nav li > a:hover { background:#fffbed; /* background: rgba(0,0,0,0.15); color: #fff; */
}

#nav-topbar .nav li.current_page_item>a, #nav-topbar .nav li.current-menu-item>a, #nav-topbar .nav li.current-post-parent>a {
    /*  background: rgba(0,0,0,0.15); */
    color: #fff;
}

*/
}

/* ------------------------------------------------------------------------- *
 *  Page
/* ------------------------------------------------------------------------- */
#page {
    margin: 0 auto;
    padding: 20px 0;
}

/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer {
    background: url(images/foot_fon.png) 50% 0 no-repeat;
    padding-top: 175px;
    width: 100%;
    font-weight: 400;
    padding-bottom: 0px;
}
#footer a {
    text-decoration: none;
    outline: 0;
}
#footer a:hover {}
#footer .pad {
    position: relative;
    padding-bottom: 30px;
}
#footer .pad:last-child {
    position: relative;
    padding-bottom: 20px;
}
#footer .pad .about a {
    color: #d3cbbe;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
#footer .pad .about a:hover {
    color: #fff;
}
#footer .pad .widget {
    overflow: visible;
}
#footer .pad .grid {
    overflow: visible;
    padding-right: 11.3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .pad .widget h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
#footer .pad .widget .textwidget {
    position: relative;
    color: #000;
    font-size: 12px;
    line-height: 17px;
}
#footer .pad .widget .textwidget .live {
    position: absolute;
    top: 0;
    right: 0;
}
#footer .pad .widget ul li {
    border: none;
    font-size: 12px;
    line-height: 17px;
    padding: 0 0 15px 25px;
    margin: 0;
    background: url(images/tchk.png) 0 2px no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .pad .widget ul li p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
}
#footer .foot_opis {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    color: #d3cbbe;
}
#footer .footer-widget-1 .widget {
    padding-bottom: 0;
}
#footer-bottom {
    /*border-top: 6px solid #d3cbbe;*/
}
#footer-bottom a {
    color: #000;
    color: rgba(255, 255, 255, 0.7);
}
#footer-bottom a:hover {
    color: #fff;
}
#footer .widget_recent_entries ul li a:before {
    content: '' !important;
}
#footer-bottom #footer-logo {
    display: block;
    margin-bottom: 30px;
    max-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#footer-bottom #copyright, #footer-bottom #credit {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.5em;
}
#footer-bottom #back-to-top {
    background: #d3cbbe;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    text-align: center;
    width: 60px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
#footer-bottom #back-to-top:before {
    top: 0;
    left: -30px;
    border: solid;
    border-color: #d3cbbe transparent;
    border-width: 30px 0 0 30px;
    content: "";
    display: block;
    position: absolute;
}
#footer-bottom #back-to-top:after {
    top: 0;
    right: -30px;
    border: solid;
    border-color: #d3cbbe transparent;
    border-width: 30px 30px 0 0;
    content: "";
    display: block;
    position: absolute;
}
#footer-bottom #back-to-top i {
    font-size: 38px;
    position: relative;
    top: -7px;
}
#footer-bottom #back-to-top:hover {
    color: #fff;
}
#footer-bottom .social-links {
    padding-top: 10px;
}
#footer-bottom .social-links a {
    color: rgba(255, 255, 255, 0.6);
}
#footer-bottom .social-links a:hover {
    color: #fff;
}
#footer-bottom .social-links .social-tooltip {
    font-size: 28px;
}

/*  footer : nav
/* ------------------------------------ */
#nav-footer.nav-container {
    background: #d3cbbe;
    border-top: 1px solid #363636;
    margin-bottom: 1px;
}
#nav-footer .nav-toggle {
    background: transparent;
    color: #ccc;
    border-left: 1px solid #222;
}

/* @media only screen and (min-width: 720px) { */

/* common */
#nav-footer .nav {
    text-align: center;
}
#nav-footer .nav li a {
    color: #999;
}

/* level 1 */
#nav-footer .nav>li>a {
    padding: 12px 18px;
}
#nav-footer .nav>li {
    border-right: 0;
}
#nav-footer .nav>li:first-child {
    border-left: 0;
}
#nav-footer .nav>li>a:hover, #nav-footer .nav>li:hover>a {
    background: #333;
}
#nav-footer .nav li>a:hover, #nav-footer .nav li:hover>a, #nav-footer .nav li.current_page_item>a, #nav-footer .nav li.current-menu-item>a, #nav-footer .nav li.current-menu-ancestor>a, #nav-footer .nav li.current-post-parent>a {
    color: #eee;
}

/* level 2 & 3 */
#nav-footer .nav ul {
    background: #333;
    bottom: 44px;
    top: auto;
    text-align: left;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
}
#nav-footer .nav ul li {
    border-bottom: 1px solid #404040;
}
#nav-footer .nav ul ul {
    top: -10px;
}

/* level 3 */
#nav-footer .nav ul ul {
    position: absolute;
    top: auto;
    bottom: -10px;
}

/* } */
@media only screen and (max-width: 719px) {
    /* common */
    /* #nav-footer .nav li a { color: #999; border-top: 1px solid #222; }	 */
    /* level 1 */
    /* #nav-footer .nav li > a:hover { background: #2d2d2d; color: #eee; }
	#nav-footer .nav li.current_page_item > a,
	#nav-footer .nav li.current-menu-item > a,
	#nav-footer .nav li.current-post-parent > a { background: #2d2d2d; color: #eee; } */
}

/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.post-inner {
    background: #fff;
    position: relative;
}
.post-title {
    color: #222;
    font-size: 30px;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-title strong {
    font-weight: 900;
}
.post-title i {
    font-style: italic;
}
.post-title a {
    color: #222;
}
.post-title a:hover {
    color: #e8554e;
}
.post-title.pad, .post-meta.pad {
    padding-top: 0;
    padding-bottom: 0;
}
.post-meta {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    margin-bottom: 15px;
}
.post-meta a {
    color: #bbb;
}
.post-meta a:hover {
    color: #e8554e;
}
.post-meta i {
    margin-right: 4px;
}
.post-meta li {
    float: left;
    margin-right: 12px;
}

.more-link {
    display: none;
}
.more-link-custom {
    background: url(img/pattern.png) repeat-x 10px;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.more-link-custom span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-top: 6px;
}
.more-link-custom span i {
    background: #f2f2f2;
    border: 1px solid transparent;
    display: block;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.more-link-custom:hover span i {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding-left: 16px;
    padding-right: 16px;
}

/*  single : post pages
/* ------------------------------------ */
.post-pages {
    font-weight: 600;
    margin-bottom: 20px;
}

/*  single : tags
/* ------------------------------------ */
.post-tags {
    margin-bottom: 40px;
}
.post-tags span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0 7px 0 0;
}
.post-tags a {
    background: #f2f2f2;
    display: inline-block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    padding: 3px 7px;
    margin: 0 5px 2px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.post-tags a:hover {
    background-color: #e8554e;
    color: #fff;
}

/*  single : sharrre
/* ------------------------------------ */
.post-sharrre {
    margin-top: 30px;
}
.sharrre {
    width: 25%;
    float: left;
}
.sharrre .box {
    display: block;
    padding: 15px 20px;
    border-top: 2px solid #222;
}
.sharrre .count {
    width: 50%;
    background: #eee;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 6px;
}
.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left-color: #eee;
    bottom: 9px;
}
.sharrre .share {
    width: 30%;
    margin-left: 20%;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.sharrre .share, .sharrre .count, .sharrre .count:after {
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sharrre .box:hover .share {}
.sharrre .box:hover .count {
    color: #fff!important;
}
.sharrre#twitter .box:hover {
    background: #eef6f9;
}
.sharrre#twitter .box {
    border-top-color: #24a5db;
}
.sharrre#twitter .box:hover .count:after {
    border-left-color: #24a5db;
}
.sharrre#twitter .count, .sharrre#twitter .share, .sharrre#twitter .box:hover .count {
    color: #24a5db;
}
.sharrre#twitter .box:hover .count {
    background: #24a5db;
}
.sharrre#facebook .box:hover {
    background: #f0f2f7;
}
.sharrre#facebook .box {
    border-top-color: #3b5998;
}
.sharrre#facebook .box:hover .count:after {
    border-left-color: #3b5998;
}
.sharrre#facebook .count, .sharrre#facebook .share, .sharrre#facebook .box:hover .count {
    color: color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 6px;
}
.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left-color: #eee;
    bottom: 9px;
}
.sharrre .share {
    width: 30%;
    margin-left: 20%;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.sharrre .share, .sharrre .count, .sharrre .count:after {
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sharrre .box:hover .share {}
.sharrre .box:hover .count {
    color: #fff!important;
}
.sharrre#twitter .box:hover {
    background: #eef6f9;
}
.sharrre#twitter .box {
    border-top-color: #24a5db;
}
.sharrre#twitter .box:hover .count:after {
    border-left-color: #24a5db;
}
.sharrre#twitter .count, .sharrre#twitter .share, .sharrre#twitter .box:hover .count {
    color: #24a5db;
}
.sharrre#twitter .box:hover .count {
    background: #24a5db;
}
.sharrre#facebook .box:hover {
    background: #f0f2f7;
}
.sharrre#facebook .box {
    border-top-color: #3b5998;
}
.sharrre#facebook .box:hover .count:after {
    border-left-color: #3b5998;
}
.sharrre#facebook .count, .sharrre#facebook .share, .sharrre#facebook .box:hover .count {
    color: #3b5998;
}
.sharrre#facebook .box:hover .count {
    background: #3b5998;
}
.sharrre#googleplus .box:hover {
    background: #fbf1f0;
}
.sharrre#googleplus .box {
    border-top-color: #cd483c;
}
.sharrre#googleplus .box:hover .count:after {
    border-left-color: #cd483c;
}
.sharrre#googleplus .count, .sharrre#googleplus .share, .sharrre#googleplus .box:hover .count {
    color: #cd483c;
}
.sharrre#googleplus .box:hover .count {
    background: #cd483c;
}
.sharrre#pinterest .box:hover {
    background: #fbf1f0;
}
.sharrre#pinterest .box {
    border-top-color: #ca2128;
}
.sharrre#pinterest .box:hover .count:after {
    border-left-color: #ca2128;
}
.sharrre#pinterest .count, .sharrre#pinterest .share, .sharrre#pinterest .box:hover .count {
    color: #ca2128;
}
.sharrre#pinterest .box:hover .count {
    background: #ca2128;
}

/*  single : author bio
/* ------------------------------------ */
.author-bio {
    background: #e5e5e5;
    border-bottom: 1px solid #fbfbfb;
    position: relative;
    padding: 15px 15px 10px 115px;
    color: #888;
    margin-bottom: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.author-bio:before {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e5e5e5;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.author-bio .bio-avatar {
    float: left;
    margin: 0 0 8px -100px;
    width: 80px;
    height: auto;
    position: relative;
}
.author-bio .bio-avatar:after {
    background: #e8554e;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6px 6px;
    content: "\f040";
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    width: 14px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.author-bio .bio-avatar img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.author-bio p {
    margin-bottom: 8px;
}
.author-bio .bio-name {
    color: #444;
    font-weight: 600;
    margin-bottom: 4px;
}
.author-bio .bio-name a {
    color: #444;
}
.author-bio .bio-name a:hover {
    color: #e8554e;
}
.author-bio .bio-desc {
    color: #888;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
}

/*  single : post-nav
/* ------------------------------------ */
.post-nav li {
    width: 100%;
    display: inline;
    float: left;
    text-align: center;
}
.post-nav li a {
    position: relative;
    min-height: 77px;
    display: block;
    padding: 16px 46px 24px;
}
.post-nav li i {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.post-nav li a strong {
    display: block;
    font-size: 13px;
    color: #bbb;
    letter-spacing: 0.5px;
    font-weight: normal;
    text-transform: uppercase;
}
.post-nav li a span {
    font-size: 16px;
    color: #444;
}
.post-nav li a:hover span, .post-nav li a:hover i {
    color: #e8554e;
}
.post-nav li.previous i {
    left: 10px;
}
.post-nav li.next i {
    right: 10px;
}
.post-nav li a span, .post-nav li a i {
    -webkit-transition-property: background color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: background color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-property: background color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease-out;
    transition-property: background color;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

/* content-specific */
.content .post-nav {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 40px;
}
.content .post-nav li {
    width: 50%;
}
.content .post-nav li.next {
    float: right;
    -webkit-box-shadow: -1px 0 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
    box-shadow: -1px 0 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
}
.content .post-nav li.next a {
    padding-left: 24px;
}
.content .post-nav li.previous {
    float: left;
    -webkit-box-shadow: 1px 0 0 #e5e5e5, inset -1px 0 0 #e5e5e5;
    box-shadow: 1px 0 0 #e5e5e5, inset -1px 0 0 #e5e5e5;
}
.content .post-nav li.previous a {
    padding-right: 24px;
}

/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */
.format-standard .hex .fa, .format-aside .hex .fa, .page .hex .fa {
    color: #777;
}
.page .post-deco .hex .fa:before {
    content: "\f15c";
}
.sticky .post-deco .hex .fa:before {
    content: "\f005";
}
.post-deco {
    background: #e5e5e5;
    position: relative;
    height: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.post-deco .hex {
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -8px;
    margin-left: -19px;
}
.post-deco .hex .fa:before {
    content: "\f040";
}

/*  post format : common
/* ------------------------------------ */
.post-format {
    position: relative;
}
.post-format p {
    margin-bottom: 1em;
}
.format-container .fa {
    font-size: 24px;
    float: right;
    margin-top: 4px;
    margin-left: 20px;
}

/*  post format : image
/* ------------------------------------ */
.format-image .hex, .format-image .post-deco {
    background: #7eb66f;
}
.format-image .hex .fa:before {
    content: "\f030";
}

/*  post format : video
/* ------------------------------------ */
.format-video .hex, .format-video .post-deco {
    background: #e8554e;
}
.format-video .hex .fa:before {
    content: "\f03d";
}

/*  post format : quote
/* ------------------------------------ */
.format-quote .hex, .format-quote .post-deco {
    background: #e7ba3a;
}
.format-quote .hex .fa:before {
    content: "\f10d";
}
.format-quote .format-container {
    background: #f8eac4;
}
.format-quote .post-title {
    display: none;
}
.format-quote .post-format blockquote {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6em;
    font-style: italic;
}
.format-quote .post-format .quote-author {
    font-style: italic;
}

/*  post format : link
/* ------------------------------------ */
.format-link .hex, .format-link .post-deco {
    background: #e8554e;
}
.format-link .hex .fa:before {
    content: "\f0c1";
}
.format-link .format-container {
    background: #fadddc;
}
.format-link .post-title {
    display: none;
}
.format-link .post-format p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    font-style: italic;
    margin-bottom: 10px;
}
.format-link .post-format a {
    color: #e8554e!important;
    display: block;
}
.format-link .post-format a:hover {
    color: #444!important;
}

/*  post format : chat
/* ------------------------------------ */
.format-chat .hex, .format-chat .post-deco {
    background: #69bac8;
}
.format-chat .hex .fa:before {
    content: "\f0e6";
}
.format-chat .format-container {
    background: #d2eaee;
}
.format-chat .post-title {
    display: none;
}
.format-chat .post-format p {
    font-style: italic;
}

/*  post format : status
/* ------------------------------------ */
.format-status .hex, .format-status .post-deco {
    background: #ffa500;
}
.format-status .hex .fa:before {
    content: "\f0a1";
}
.format-status .post-title {
    display: none;
}
.format-status .entry {
    font-size: 22px;
    line-height: 1.8em;
}

/*  post format : aside
/* ------------------------------------ */
.format-aside .post-title {
    display: none;
}

/*  post format : gallery
/* ------------------------------------ */
.format-gallery .hex, .format-gallery .post-deco {
    background: #7eb66f;
}
.format-gallery .hex .fa:before {
    content: "\f03e";
}
.format-gallery .post-format .flexslider {
    overflow: hidden;
}
.format-gallery .post-format .flexslider .slides {
    background: #262626;
    overflow: hidden;
    position: relative;
}
.format-gallery .post-format .flexslider .slides img {
    max-height: 405px;
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.format-gallery .post-format .flex-direction-nav a:before {
    color: #fff;
}

/*  post format : audio
/* ------------------------------------ */
.format-audio .hex, .format-audio .post-deco {
    background: #69bac8;
}
.format-audio .hex .fa:before {
    content: "\f025";
}
.format-audio .post-format a, .format-audio .post-format i {
    font-size: 16px;
    line-height: 22px;
}
#page .format-audio .post-format img {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* jplayer */
.jp-interface {
    background-color: #262626;
}
.jp-play-bar, .jp-volume-bar-value {
    background-color: #69bac8;
}
.jp-progress {
    background-color: #111;
}
.jp-volume-bar {
    border: 1px solid #111;
}
.jp-seek-bar, .jp-volume-bar {
    background-color: #333;
}
.jp-interface a {
    color: #bbb;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
.jp-interface a:hover {
    color: #eee;
}
.jp-progress-container, .jp-volume-bar-container {
    border-left: 1px solid #333;
}
.jp-audio, .jp-interface, .jp-progress, .jp-seek-bar {
    width: 100%;
    min-width: 100%;
}
.jp-interface {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.jp-interface .jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.jp-interface .jp-controls li {
    display: inline;
}
.jp-interface .jp-controls a {
    position: absolute;
}
.jp-interface .jp-controls a i {
    display: block;
}
.jp-play, .jp-pause {
    width: 25px;
    height: 30px;
    z-index: 1;
    outline: none;
    margin: 12px 0 0 9px;
}
.jp-play, .jp-pause {
    top: 0;
    left: 0;
}
.jp-progress-container {
    margin-left: 34px;
    margin-right: 84px;
    height: 6px;
    padding: 20px 10px;
}
.jp-progress {
    overflow: hidden;
}
.jp-progress {
    height: 5px;
    padding: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.jp-seek-bar {
    width: 0px;
    height: 5px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.jp-play-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.jp-volume-bar-container {
    width: 40px;
    height: 6px;
    padding: 20px 10px 20px 33px;
    position: absolute;
    top: 0;
    right: 0;
}
.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 38px;
    height: 5px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.jp-volume-bar {
    top: 0;
    left: 0;
}
.jp-volume-bar-value {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.jp-mute, .jp-unmute {
    width: 17px;
    z-index: 1;
    outline: none;
    margin-top: 10px;
}
.jp-mute, .jp-unmute {
    top: 2px;
    right: 58px;
}
.jp-unmute {
    display: none;
}
.jp-jplayer {
    width: 0px;
    height: 0px;
}

/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.sidebar .widget {
    padding: 30px 30px 20px;
}
.widget {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
}
.widget a {
    color: #000;
}
.widget a:hover {
    color: #51a1d6;
}
.widget>h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.widget>h3, .widget>h3 a, .widget>h3 a:hover {
    color: #999;
}
.widget>h3 a img {
    display: none;
    float: left;
    margin: 3px 7px 0 0;
}
.widget select {
    border: 1px solid #ddd;
    color: #777;
    font-size: 15px;
    padding: 7px;
    width: 100%;
    max-width: 100%;
}

/*  widgets : icons
/* ------------------------------------ */
.widget>ul li a:hover:before {
    color: #999;
}
.widget_archive>ul>li a:before {
    content: "\f073";
}
.widget_categories>ul>li a:before {
    content: "\f07c";
}
.widget_links>ul>li a:before {
    content: "\f08e";
}
.widget_meta>ul>li a:before {
    content: "\f0da";
}
.widget_recent_comments>ul>li:before, .widget_recent_comments>ul>li:before {
    content: "\f075";
}
.widget_recent_entries>ul>li a:before {
    content: "\f017";
}
.widget_calendar caption:before {
    content: "\f073";
}
.widget_pages ul li a:before, .widget_nav_menu ul li a:before {
    content: "\f068";
}

/*  widgets : common
/* ------------------------------------ */
.widget_search>h3, .widget_text>h3, .widget_tag_cloud>h3, .widget_calendar>h3 {
    margin-bottom: 1em;
}
.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_pages ul li a, .widget_nav_menu ul li a, .alx-tab li, .alx-posts li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.widget_archive ul li, .widget_categories ul li, .widget_links ul li {
    color: #bbb;
}
.widget_recent_comments ul li, .widget_recent_entries ul li {
    color: #999;
}
.widget_recent_entries .post-date {
    display: block;
}

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a, .widget_nav_menu ul li a {
    display: block;
}
.widget_pages li li a, .widget_nav_menu li li a {
    padding-left: 15px;
}
.widget_pages li li li a, .widget_nav_menu li li li a {
    padding-left: 30px;
}
.widget_pages ul ul, .widget_pages ul ul ul, .widget_nav_menu ul ul, .widget_nav_menu ul ul ul {
    border: 0;
}

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a {
    display: block;
    color: #e8554e;
}
.widget_rss ul li span.rss-date {
    color: #444;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.widget_rss ul li cite {
    color: #999;
}

/*  widget : search
/* ------------------------------------ */
.widget_search input.search {
    color: #999;
    padding-left: 26px;
    width: 100%;
}
.widget_search .screen-reader-text, .widget_search #searchsubmit {
    display: none;
}

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p {
    margin-bottom: 1em;
}

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a {
    font-weight: 600;
    color: #e8554e;
}
.widget_calendar a:hover {
    color: #444!important;
}
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar caption {
    background: #e8554e;
    color: #fff;
    padding: 5px 10px;
}
.widget_calendar caption:before {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
.widget_calendar thead {
    background: #e2e2e2;
    -webkit-box-shadow: 0 1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}
.widget_calendar th {
    font-weight: 600;
}
.widget_calendar th, .widget_calendar td {
    padding: 3px 0;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.widget_calendar .pad {
    padding: 0!important;
}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav {
    border-bottom: 3px solid #ddd;
    margin-bottom: 10px;
    text-align: center;
}
.alx-tabs-nav.tab-count-1 li {
    width: 100%;
}
.alx-tabs-nav.tab-count-2 li {
    width: 50%;
}
.alx-tabs-nav.tab-count-3 li {
    width: 33.333%;
}
.alx-tabs-nav.tab-count-4 li {
    width: 25%;
}
.alx-tabs-nav li {
    display: block;
    float: left;
}
.alx-tabs-nav li a {
    font-size: 18px;
    display: block;
    padding: 8px 0;
    margin-bottom: -3px;
    border-bottom: 3px solid transparent;
}
.alx-tabs-nav li a:hover {
    border-bottom-color: #ccc;
}
.alx-tabs-nav li.active a {
    color: #222;
    border-bottom-color: #e8554e!important;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, #fff 100%) 0 0 rgba(0,0,0, 0); */
}
.alx-tabs-nav li a span {
    display: none;
}
.alx-tab li, .alx-posts li {
    line-height: 1.4em;
    overflow: hidden;
}
.alx-tab a, .alx-posts a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*.alx-tab img { -webkit-border-radius: 100%; border-radius: 100%; }
.alx-tab img,*/
.alx-posts img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.99;
}
.alx-tab.thumbs-enabled li {
    padding-left: 94px;
}
.alx-tab .tab-item-thumbnail {
    width: 80px;
    margin-left: -94px;
    float: left;
}
.alx-tab .tab-item-thumbnail, .alx-posts .post-item-thumbnail {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.alx-tab.avatars-enabled li {
    padding-left: 62px;
}
.alx-tab .tab-item-avatar {
    margin-left: -62px;
    width: 48px;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.alx-tab .tab-item-category, .alx-posts .post-item-category {
    color: #aaa;
    text-transform: uppercase;
    font-size: 13px;
}
.alx-tab .tab-item-title a, .alx-tab .tab-item-comment a, .alx-posts .post-item-title a {
    color: #444;
}
.alx-tab .tab-item-category a:hover, .alx-posts .post-item-category a:hover {
    color: #444!important;
}
.alx-tab .tab-item-title, .alx-tab .tab-item-comment, .alx-posts .post-item-title {
    margin: 2px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.alx-tab .tab-item-date, .alx-tab .tab-item-name, .alx-posts .post-item-date {
    text-transform: uppercase;
    color: #aaa;
    font-size: 13px;
}
.alx-tab li:hover .tab-item-thumbnail, .alx-tab li:hover .tab-item-avatar, .alx-posts li:hover .post-item-thumbnail {
    opacity: 0.75;
}
.alx-tab li:hover .thumb-icon, .alx-posts li:hover .thumb-icon {
    background: #fff;
    color: #111;
}
.alx-tab .tab-item-category a, .alx-posts .post-item-category a, .alx-tab li:hover .tab-item-title a, .alx-tab li:hover .tab-item-comment a, .alx-posts li:hover .post-item-title a {
    color: #e8554e;
}
.alx-posts .post-item-thumbnail {
    margin-bottom: 10px;
}
.alx-posts .post-item-title {
    font-size: 16px;
    line-height: 1.5em;
}
.alx-posts .post-item-title {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
}
.alx-posts .post-item-category, .alx-posts .post-item-date {
    font-size: 14px;
}

/*  custom widget : alxvideo
/* ------------------------------------ */
.widget_alx_video h3 {
    margin-bottom: 14px;
}

/* ------------------------------------------------------------------------- *
 *  Widgets Footer
/* ------------------------------------------------------------------------- */
#footer .widget {
    /*padding-bottom: 25px;*/

    margin-bottom: 0;
}
#footer .widget>h3, #footer .widget>h3 a, #footer .widget>h3 a:hover {
    color: #ccc;
}
#footer .widget select {
    background: transparent;
}

/*  widgets : icons
/* ------------------------------------ */
#footer .widget>ul li:before, #footer .widget>ul li a:before, #footer .widget>div>ul li a:before {
    color: #666;
}
#footer .widget>ul li a:hover:before {
    color: #eee;
}

/*  widgets : common
/* ------------------------------------ */
#footer .widget select, #footer .widget_archive ul li, #footer .widget_categories ul li, #footer .widget_links ul li, #footer .widget_meta ul li, #footer .widget_recent_comments ul li, #footer .widget_recent_entries ul li, #footer .widget_rss ul li, #footer .widget_pages ul li a, #footer .widget_nav_menu ul li a, #footer .alx-tab li, #footer .alx-posts li, #footer .widget_calendar th, #footer .widget_calendar td {
    border-color: #303030;
}
#footer .widget_archive ul li, #footer .widget_categories ul li, #footer .widget_links ul li {
    color: #666;
}
#footer .widget_recent_comments ul li, #footer .widget_recent_entries ul li {
    color: #666;
}

/*  widget : rss
/* ------------------------------------ */
#footer .widget_rss ul li a {
    color: #e8554e;
}
#footer .widget_rss ul li a:hover {
    color: #ccc;
}
#footer .widget_rss ul li span.rss-date {
    color: #666;
}
#footer .widget_rss ul li cite {
    color: #ccc;
}

/*  widget : search
/* ------------------------------------ */
#footer .widget_search input.search {
    background: #303030;
    border-color: #303030;
}
#footer .widget_search input.search:focus {
    color: #ccc;
}

/*  widget : calendar
/* ------------------------------------ */
#footer .widget_calendar a {
    color: #e8554e;
}
#footer .widget_calendar a:hover {
    color: #ccc!important;
}
#footer .widget_calendar thead {
    background: #303030;
    -webkit-box-shadow: 0 1px 0 #404040;
    box-shadow: inset 0 -1px 0 #404040;
}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
#footer .alx-tabs-nav li.active a {
    color: #eee;
}
#footer .alx-tabs-nav {
    border-bottom-color: #303030;
}
#footer .alx-tabs-nav li a:hover {
    border-bottom-color: #444;
}
#footer .alx-tab .tab-item-category a, #footer .alx-posts .post-item-category a {
    color: #e8554e;
}

/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments {
    margin-top: 0px;
    background: #e5e5e5;
    /*padding: 10px 20px 0px;*/
}
#comments h3.heading {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 19px;
    text-transform: capitalize;
    font-weight: lighter;
    color: #fff !important;
    margin-right: 20px;
}
#comments .comment-reply-title {
    text-transform: capitalize;
    font-weight: lighter;
    background-color: #3f8fc5!important;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #FFF;
}
.comment-tabs {
    font-size: 15px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}
.comment-tabs li {
    float: left;
    margin-bottom: -2px;
}
.comment-tabs li a {
    font-weight: 600;
    padding: 0 10px 10px;
    display: block;
    color: #aaa;
    border-bottom: 2px solid #e5e5e5;
}
.comment-tabs li a:hover {
    color: #444;
    border-color: #ccc;
}
.comment-tabs li i {
    margin-right: 6px;
}
.comment-tabs li.active a {
    color: #e8554e;
    border-bottom-color: #e8554e;
}
.commentlist, .pinglist {
    margin-bottom: 20px;
}
.commentlist li, .pinglist li {
    padding-left: 60px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.commentlist .comment-body, .pinglist li {
    clear: both;
    position: relative;
    padding-bottom: 20px;
}
.commentlist .comment-author, .commentlist .comment-meta, .commentlist .comment-awaiting-moderation {
    font-size: 13px;
    display: block;
    float: left;
    line-height: 22px;
}
.commentlist .comment-author {
    margin-right: 6px;
}
.commentlist .fn, .pinglist .ping-link {
    color: #444;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}
.commentlist .says {
    display: none;
}
.commentlist .avatar {
    position: absolute;
    left: -60px;
    top: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.commentlist .comment-meta:before, .pinglist .ping-meta:before {
    color: #ccc;
    content: "\f017";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 3px;
    vertical-align: 4%;
}
.commentlist .comment-meta a, .pinglist .ping-meta {
    color: #aaa;
}
.commentlist .reply {
    font-size: 13px;
    line-height: 16px;
}
.commentlist .reply a {
    color: #aaa;
}
.commentlist .reply a:hover {
    color: #444;
}
.comment-awaiting-moderation {
    color: #e8554e;
    font-style: normal;
}

/* pings */
.pinglist li {
    padding-left: 0;
}

/* comment text */
.commentlist .comment-body p {
    margin-bottom: 8px;
    color: #777;
    clear: both;
}
.commentlist .comment-body strong {
    font-weight: bold;
}
.commentlist .comment-body em {
    font-style: italic;
}
.commentlist .comment-body ol li {
    list-style: decimal;
    margin-left: 2em;
    padding: 0;
}
.commentlist .comment-body ul li {
    list-style: square;
    margin-left: 2em;
    padding: 0;
}

/* post author & admin comment */
.commentlist li.bypostauthor>.comment-body:after, .commentlist li.comment-author-admin>.comment-body:after {
    background: #e8554e;
    display: block;
    position: absolute;
    content: "\f040";
    color: #fff;
    line-height: 12px;
    width: 12px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
}
.commentlist li.comment-author-admin>.comment-body:after {
    content: "\f005";
    /* star for admin */
}
.commentlist li.bypostauthor>.comment-body:after, .commentlist li.comment-author-admin>.comment-body:after {
    top: 32px;
    left: -28px;
    font-size: 10px;
    padding: 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.commentlist li li.bypostauthor>.comment-body:after, .commentlist li li.comment-author-admin>.comment-body:after {
    top: 22px;
    left: -26px;
    font-size: 8px;
    padding: 2px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/* child comment */
.commentlist li ul {}
.commentlist li li {
    padding-left: 48px;
    margin: 0;
}
.commentlist li li .avatar {
    width: 36px;
    height: 36px;
    left: -48px;
    top: 0;
}
.commentlist li li .comment-meta {
    left: 70px;
}

/*eeee*/
.comment_list_wrapper {
    background: #e5e5e5;
    padding: 10px 20px 20px;
    position: relative;
    z-index: 20;
}
.comment_list_wrapper cite.fn {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    float: left;
    color: #3f8fc5!important;
    font-size: 14px!important;
    font-style: normal;
    font-weight: bold;
}
.comment_list_wrapper span.says {
    display: none;
}
.comment_list_wrapper img.avatar.photo {
    float: left;
}
.comment_list_wrapper .comment-meta.commentmetadata {
    font-size: 10px;
    padding-top: 2px;
}
.comment_list_wrapper .comment-meta.commentmetadata a, .comment_list_wrapper .comment-meta.commentmetadata .comment-edit-link {
    color: #a3a3a3!important;
}
.comment_list_wrapper .reply {
    text-align: left;
}
.comment_list_wrapper .reply a {
    color: #a3a3a3!important;
    font-size: 12px;
}
.comment_list_wrapper li {
    /*background-color: #fff;
	padding: 10px 10px;*/

    margin-bottom: 20px;
}
.comment_list_wrapper li:last-child {
    margin-bottom: 0px;
}
.comment_list_wrapper li li {
    margin-left: 20px;
    margin-top: 20px;
}
.comment_list_wrapper li p {
    display: block;
    /*margin-top: 14px;
	margin-left: 52px;*/

    font-size: 12px!important;
    color: #363636!important;
    margin: 10px 0px;
}

/*  comments : nav
/* ------------------------------------ */
.comments-nav {
    margin-bottom: 20px;
}
.comments-nav a {
    font-weight: 600;
}
.comments-nav .nav-previous {
    float: left;
}
.comments-nav .nav-next {
    float: right;
}

/*  comments : form
/* ------------------------------------ */
.logged-in-as, .comment-notes, .form-allowed-tags {
    display: none;
}
#respond {
    position: relative;
    background: #e5e5e5;
    margin-top: 0px;
}
#reply-title {
    margin-left: 20px;
    padding-top: 20px;
}
li #reply-title {
    font-size: 0;
    margin: 0!important;
    padding: 0;
    height: 0;
    border-top: 0;
}
#cancel-comment-reply-link {
    color: #999;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 31px;
    font-size: 12px;
}
#cancel-comment-reply-link:hover {
    color: #777;
}
#commentform {
    background: #e5e5e5;
    /* border-bottom: 1px solid #fbfbfb;*/

    padding: 10px 20px 10px;
}
#commentform p.comment-form-author {
    width: 48%;
    float: left;
    margin-top: -20px;
}
#commentform p.comment-form-email {
    width: 48%;
    float: right;
    margin-top: -20px;
}
#commentform p.comment-form-url, #commentform p.comment-form-comment {
    clear: both;
}
#commentform label {
    padding: 6px 0;
    font-weight: 600;
    display: block;
    color: #444;
    font-size: 14px;
}
#commentform label .required, .comment-notes .required {
    color: #FF0000;
}
#commentform input[type="text"], #commentform textarea {
    max-width: 100%;
    width: 100%;
    border: none;
    height: 30px;
}
#commentform textarea {
    height: 70px;
    width: 100%;
    padding: 7px 5px;
}
#commentform p.form-submit {
    margin-top: 10px;
}
#commentform input[type="submit"] {
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    background: ca6367;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-top: 10px;
}
.logged-in #reply-title {
    margin-bottom: 0px;
}
.logged-in #commentform p.comment-form-comment {
    margin-top: 10px;
}
.logged-in #commentform p.comment-form-comment label {
    display: none;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
    /*outline: 2px solid #3f8fc5;*/
}
.comment-form-url {
    display: none;
}

/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu {
    zoom: 1;
    position: relative;
    padding: 30px 30px 20px;
}
.child-menu a {
    color: #777;
    font-weight: 600;
    display: block;
    padding: 0 44px;
}
.child-menu a:hover {
    color: #e8554e;
}
.child-menu .current_page_item>a {
    color: #e8554e;
}

/* show only current page items */
.child-menu>li {
    display: none;
}
.child-menu>li.current_page_item, .child-menu>li.current_page_parent, .child-menu>li.current_page_ancestor {
    display: block;
}
.child-menu>li.current_page_item>ul ul, .child-menu>li.current_page_parent>ul ul, .child-menu>li.current_page_ancestor>ul ul {
    display: none;
}
.child-menu>li ul li.current_page_item ul, .child-menu>li ul li.current_page_parent ul, .child-menu>li ul li.current_page_ancestor ul {
    display: block;
}

/* level 1 */
.child-menu>li>a {
    font-size: 20px;
    display: block;
    padding: 0 30px 20px;
}

/* level 2 */
.child-menu>li>ul {
    background: #e9e9e9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fbfbfb;
    padding: 10px;
}
.child-menu>li>ul>li>a {
    font-size: 15px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 11px 20px;
    -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
    box-shadow: inset 0 1px 0 #f9f9f9;
}
.child-menu>li>ul>li>a:before {
    font-family: FontAwesome;
    content: "\f055";
    font-weight: normal;
    font-size: 18px;
    margin-right: 8px;
}

/* level 3 */
.child-menu>li ul ul {
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-top: 3px solid #ebebeb;
    padding: 6px 0;
}
.child-menu>li ul ul a {
    font-size: 15px;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1px;
}
.child-menu>li ul ul a:hover {
    background: #e9e9e9;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04);
}
.child-menu>li ul ul li.current_page_item>a {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi {
    text-align: right;
    font-weight: 600;
    line-height: 20px;
    float: none;
    margin-right: -2px;
    text-align: center;
}

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {}
.wpcf7 p {
    color: #222;
    font-weight: 600;
    margin: 0 0 12px;
    width: 100%;
    float: left;
    position: relative;
}
.wpcf7 p span {
    font-weight: 400;
    color: #999;
}
.wpcf7 label {
    display: block;
    float: left;
    width: 20%;
    margin: 9px 0 0 12px;
    text-align: left;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    display: block;
    /*float: left;*/
    padding: 10px;
    width: 95%;
}
.wpcf7 textarea {
    display: block;
    /*float: left;*/
    padding: 10px;
    width: 95%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    margin-top: 12px;
}
.wpcf7 input[type="submit"] {
    padding: 10px 20px;
    font-size: 18px;
}
.wpcf7 div.wpcf7-validation-errors {
    border: none;
    margin: 0;
    padding: 0;
}
.wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-mail-sent-ng {
    border: none;
}
.wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}
.wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7 span.wpcf7-not-valid-tip {
    background: #f2dede;
    border-color: #e3bfbf;
    border-width: 2px;
    color: #b94a48;
    padding: 4px 14px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 12px;
    width: auto;
    right: 0;
    display: block;
}

/*  plugin : syntax highlighter evolved
/* ------------------------------------ */
body .syntaxhighlighter a, body .syntaxhighlighter div, body .syntaxhighlighter code, body .syntaxhighlighter table, body .syntaxhighlighter table td, body .syntaxhighlighter table tr, body .syntaxhighlighter table tbody, body .syntaxhighlighter table thead, body .syntaxhighlighter table caption, body .syntaxhighlighter textarea, body .syntaxhighlighter .gutter {
    font-size: 12px!important;
    line-height: 13px!important;
}

/* ------------------------------------------------------------------------- *
 *  Flexslider
/* ------------------------------------------------------------------------- */

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html {
    -webkit-font-smoothing: antialiased;
    /* safari font rendering issue fix */
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides>li:first-child {
    display: block;
}

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides>li {
    position: relative;
}
.carousel li {
    margin-right: 5px;
}

/* direction nav */
.flex-direction-nav {
    *height: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.flex-direction-nav li {
    float: left;
    margin-left: 4px;
}
.flex-direction-nav li:first-child {
    float: left;
}
.flex-direction-nav li:last-child {
    float: right;
}
.flex-direction-nav a {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.6;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 0 0;
    display: block;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* direction nav arrows */
.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 9px;
    text-indent: 0;
}
.flex-direction-nav .flex-next:before {
    content: "\f054";
}
.flex-direction-nav .flex-prev:before {
    content: "\f053";
}

/* control nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-nav li a {
    background: rgba(0, 0, 0, 0.15);
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.flex-control-nav li a:hover {
    background: rgba(0, 0, 0, 0.15);
}
.flex-control-nav li a.flex-active {
    background: rgba(0, 0, 0, 0.25);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: .7;
        right: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: .7;
        right: 0;
    }
}

/* ------------------------------------------------------------------------- *
 *  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap {
    color: #444;
    display: block;
    float: left;
    font-size: 70px;
    line-height: 0.9em;
    font-weight: 600;
    margin: 0 10px 0 0;
}

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left, .pullquote-right {
    color: #444;
    font-weight: 600;
    width: 40%;
}
.pullquote-left {
    border-left: 4px solid #e5e5e5;
    float: left;
    margin: 0.78em 1em 0.78em 0;
    padding: 0 0 0 20px;
}
.pullquote-right {
    border-right: 4px solid #e5e5e5;
    float: right;
    margin: 0.78em 0 0.78em 1em;
    padding: 0 20px 0 0;
}

/*  shortcode : highlights
/* ------------------------------------ */
.highlight {
    color: #222;
    border-bottom: 1px dotted #222;
}

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr {
    border: 0;
    background: #e5e5e5;
    border-bottom: 1px solid #fbfbfb;
    height: 2px;
    margin: 30px 0;
}

/* ------------------------------------------------------------------------- *
 *  Retina Images
/* ------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .more-link-custom {
        background-size: 24px 13px;
        background-image: url(img/pattern@2x.png);
    }
}

/* ------------------------------------------------------------------------- *
 *  IE Fixes
/* ------------------------------------------------------------------------- */
.ie8 .author-bio .bio-avatar:after, .ie8 .commentlist li.bypostauthor>.comment-body:after {
    display: none;
}
.ie8 .nav li>a:after {
    content: ""!important;
}
.ie8 .nav>li>a:after {
    content: ""!important;
}
.ie8 #nav-topbar .nav>li>a:hover, .ie8 #nav-topbar .nav>li:hover>a, .ie8 .toggle-search:hover, .ie8 .toggle-search.active, .ie8 .search-expand-inner {
    background: url(img/ie/opacity-15.png);
}
.ie8 .thumb-icon, .ie8 .image-caption, .ie8 .page-image-text .description i, .ie8 .flex-direction-nav a {
    background: url(img/ie/opacity-70.png);
}
.ie8 .entry .gallery .gallery-caption {
    background: url(img/ie/opacity-80-light.png);
}
.ie8 .hex.hex-small {
    height: 32px;
    line-height: 32px;
}
.ie8 .post-deco .hex {
    top: -12px;
}
.l-min #par3 {
    margin-right: 0 !important;
    left: -169px;
    margin-left: 130px;
    top: -28px;
    position: relative;
}
.l-min #par33 {
    margin-right: 0 !important;
    margin-left: -410px;
    position: relative;
    top: 4px;
    left: 73px;
}
.l-min #par2 {}
.l-min #par14 {
    position: relative;
    left: 135px;
    z-index: 5;
}
.l-min #par15 {
    position: relative;
    left: 28px;
    top: -22px;
    z-index: 3;
}
.l-min #par16 {
    position: relative;
    left: -81px;
    top: -26px;
}
.l-min #par7 {
    position: relative;
    left: -108px;
    top: -20px;
}
.l-min #par23 {
    position: relative;
    left: -200px;
}
.l-min #par28 {
    position: relative;
    left: 105px;
}

/*.page-title h1:hover .img:before {
  -webkit-animation: anim_rot 4s linear infinite both normal;
  -moz-animation: anim_rot 4s linear infinite both normal;
  -o-animation: anim_rot 4s linear infinite both normal;
  -ms-animation: anim_rot 4s linear infinite both normal;
  animation: anim_rot 4s linear infinite both normal;
}*/

.page-title {
    background: #e5e5e5;
    font-size: 14px;
    /*margin-bottom: 50px;*/
    position: relative;
}

.page-title.pad {
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-title {
  position: relative;
  display: block;
  width: 100%;

  padding: 20px;
  font-family: 'ArialNer';
  color: #fff;
  text-transform: uppercase;
  line-height: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background: #757575;
  font-size: 30px;
  font-weight: bold;
}
.page-title h1 .img:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 112px;
    width: 115px;
    /*background: url(images/razd_fon2.png) 50% 50% no-repeat;*/
}
.page-title h1 .img {
    display: block;
    top: 0;
    left: 0;
    height: 112px;
    width: 115px;
    position: absolute;
}
.page-title h1 .img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    /*-webkit-transition: all 0.218s ease-out;
  -moz-transition: all 0.218s ease-out;
  -o-transition: all 0.218s ease-out;
  transition: all 0.218s ease-out;
  transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);*/
}
.page-title h1:hover .img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
#TB_window {
    top: 20% !important;
}
.nobefore:before {
    display: none !important;
}
.nobefore {
    padding: 0 !important;
}
.widget .yarpp-related-widget a {
    color: #FFF !important;
    display: block;
    word-wrap: break-word;
    width: 100%;
    font-size: 12px;
    text-align: left;
}
.widget .yarpp-related-widget .title {
    display: none !important;
}
.widget .yarpp-related-widget .tit:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 50%;
    left: 25%;
    top: -15px;
    height: 15px;
}
.widget .yarpp-related-widget .tit {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, .6) none repeat scroll 0% 0%;
    display: block;
    width: 250px;
    z-index: 10000;
    line-height: 1.1;
    color: #fff;
}
.yarpp-related {
    height: 280px;
    overflow: hidden;
}
.jssort06 div, .jssort06 img {
    -webkit-transform: none !important;
}
#imageDataContainer {
    padding-bottom: 10px !important;
}
.slidetitle {
    background: rgba(202, 99, 103, 0.85);
    position: absolute;
    display: block;
    bottom: 0;
    width: 520px;
    z-index: 10;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: white;
    padding: 6px;
    display: none;
}
.curnorm {
    cursor: default !important;
}

/*reklama*/
.mix {
    background: #DBDBDB;
    border: 1px solid #B5B5B5;
    box-shadow: inset 0 0 0 1px #E4E4E4;
    border-radius: 5px;
    padding: 2px;
}
.mix-inner {
    background: #FCFCFC;
    border: 1px solid #D6D6D6;
    padding: 10px 17px 0;
}
.mix tr {
    background: #FCFCFC !important;
}
.mix__item {
    /*border-top: 1px solid #E2E2E2;*/

    padding: 5px 0 10px 130px;
    color: #555;
}
.mix table table tr:first-child .mix__item {
    border: none;
}
.mix__item:after {
    content: '';
    clear: both;
    display: table;
}
.mix__image {
    float: left;
    margin-left: -130px;
}
.mix__image img {
    vertical-align: bottom;
}
.mix__title {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 11px;
}
.mix__title a {
    font-size: 14px;
    color: #3f8fc5;
}
.mix__desc {
    line-height: 14px;
    margin: 0 0 10px;
    font-size: 14px;
}
.mix__price {
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    background: #3f8fc5;
    color: #FFF;
    text-align: center;
    padding: 0 9px;
    font: bold 14px/29px Arial, sans-serif;
    margin: 0 15px 8px 0;
}
.mix__seller {
    display: inline-block;
    font: 12px/1 Arial, Tahoma, sans-serif;
    vertical-align: middle;
    margin-top: -8px;
}
.mixmarket_wrapepr {
    /*padding: 15px 20px;*/

    background-color: #FFF;
}
.mixmarket_wrapepr table {
    width: 100%;
}
.gallery_widget {}
.gallery_widget .title {
    position: relative;
}
.gallery_widget .title img {
    position: absolute;
    left: 12px;
    top: 16px;
}
.sidebar .gallery_widget>h3::after {
    background: transparent url("images/ico_glaz.png") no-repeat scroll 50% 50% !important;
}
.gallery_widget .text {}
.gallery_widget .text a {
    height: 120px;
    width: 135px;
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}
.gallery_widget .text a>img {
    width: 100%;
    height: 100%;
}
.gallery_widget .text a .hover_img {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.1);*/

    background-color: rgba(255, 255, 255, 0.15);
}
.gallery_widget .text a:hover .hover_img {
    opacity: 0;
}
.wrapper_gallery {
    width: 728px;
    display: table;
    margin-left: -20px
}
.wrapper_gallery .one_img_wrapper {
    float: left;
    width: 364px;
    height: 210px;
    overflow: hidden;
}
.wrapper_gallery .one_img_wrapper a {
    height: 100%;
    z-index: 100;
}
.wrapper_gallery .one_img_wrapper a img {
    width: 100%;
    /*position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;*/
}
.wrapper_gallery .one_img_wrapper:nth-child(2n) {
    margin-right: 0px;
}
.wrapper_gallery .one_img_wrapper img {}
.wrapper_gallery .youtube_gallery, .wrapper_gallery .youtube_gallery_center, .wrapper_gallery .youtube_gallery_item, .wrapper_gallery .youtube_gallery_player {
    height: 100%;
}
.wrapper_gallery .youtube_gallery .youtube_gallery_player>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    background: url(images/vid_min.png) 0 0 no-repeat;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    z-index: 10;
}
.green table table td {
    padding: 10px 20px 0px;
    vertical-align: top;
}
.green table table td+td a {
    font-weight: bold;
}

/*gallery*/
.gallery_wrapper_all a[rel='lightbox'] {
    width: 50%;
    float: left;
    height: 210px;
    overflow: hidden;
}
.gallery_wrapper_all article.post-category .image-container img {
    position: static;
    min-height: 210px;
    min-width: 100%;
    margin: auto;
}
.sorry_search {
    padding: 10px 15px 0px;
}
.search {
    border: none;
}

/* comments */

/*input#submit {border: none;
background: red;
padding: 16px;}
.comment_list_wrapper {
	position: relative;
	background: #e5e5e5;
	padding: 30px 22px 30px 22px;
}
.comment_list_wrapper li {
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comment_list_wrapper li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.comment_list_wrapper li .comment-body {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.comment_list_wrapper li  ul {
	border-top: 1px solid #FFF;
	padding-top: 20px;
	margin-top: 20px;
	margin-left: 40px;
}
.comment_list_wrapper li .comment-body .comment-author {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.comment_list_wrapper li .comment-body .comment-author img {
	display: block;
	width: 100%;
}
.comment_list_wrapper li .comment-body .comment-author cite {
	font-size: 15px;
	text-align: center;
	font-style: normal;
	display: block;
	margin-top: 8px;
}
.comment_list_wrapper li .comment-body .comment-author .says {
	display: none;
}
.comment_list_wrapper li .comment-body .commentmetadata {
	margin-bottom: 10px;
}
.comment_list_wrapper li .comment-body p {
	display: block;
	padding-left: 120px;
}
.comment_list_wrapper li .comment-body .reply {
	text-align: right;
	margin-top: 15px;
}
.comment_list_wrapper li .comment-body .reply a {
	text-transform: lowercase;
}*/
#HyperComments_Box {
    background: #e5e5e5;
    padding: 15px 10px 0px 10px;
}
.hc .hc_comments_message {
    background-color: #FFF !important;
    padding: 7px 12px !important;
}
.hc #hc_container .hc_message {
    border-top: 0px solid #ededed!important;
}
.hc #hc_container .hc_reply_box .hc_reply_textarea_active, .hc #hc_container .hc_reply_box .hc_reply_textarea {
    border: 0px solid #c1c1c1!important;
    box-shadow: none !important;
    padding-right: 20px!important;
}
.hc #hc_container .hc_moderate_box {
    margin-top: -8px!important;
    margin-right: -12px !important;
}
.hc #hc_container .hc_comments_nick {
    padding-bottom: 5px !important;
    display: inline-block !important;
    color: #3f8fc5!important
}
.hc #hc_container .hc_name_nick {
    color: #215F3C!important
}
.hc #hc_container .hc_reply_link_logo {
    top: 26px!important;
}
.hc #hc_container .hc_dropdawn_menu {
    top: 46px!important;
}
.comments_body {
    background-color: #fff;
    padding: 10px 15px;
    margin-left: 50px;
}
.comment_body_header {
    /*display: table;*/

    display: block;
    width: 100%;
}
.comments_ava {
    margin-right: 10px;
}
.comments_ava img {
    width: 40px;
    height: 40px;
}
.comment_list_wrapper #commentform {
    position: relative;
    z-index: 100;
    padding: 10px 0px 10px;
    margin-top: 10px;
}
.comment_list_wrapper .comment-notes {
    margin-bottom: 15px;
    display: none;
}
.comment-form-url {
    display: none !important;
}
.form-allowed-tags {
    display: none !important;
}
.comment-reply-title small a#cancel-comment-reply-link {
    z-index: 101;
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-top: 29px;
    background: #e8554e;
    text-transform: initial;
    margin-bottom: -5px;
    margin-right: -31px;
}
.comment-reply-title small a#cancel-comment-reply-link:hover {
    background: #444;
}
#commentform input[type="text"] {
    max-width: 100%;
    width: 100%;
    border: none;
    height: 30px;
    padding: 0px 5px;
}
.comment_list_wrapper #commentform input[type="text"] {
    width: 97%;
    color: #777;
}
#commentform input[type="text"], #commentform textarea {
    outline: none !important;
}
.comment-awaiting-moderation {
    font-size: 14px;
}
#commentform #recaptcha_widget_div {
    width: 312px;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px 0 10px 0;
}
#commentform #recaptcha_area {
    margin: -3px;
}
#commentform input[type="submit"] {
    margin-left: -3px;
}
#commentform .recaptcha_input_area {
    height: 34px!important;
}
html>body>iframe {
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    display: none!important;
}
#youtube_gallery_1 .youtube_gallery_center, #youtube_gallery_2 .youtube_gallery_center, #youtube_gallery_3 .youtube_gallery_center, #youtube_gallery_4 .youtube_gallery_center, #youtube_gallery_5 .youtube_gallery_center {
    width: 100%;
}
#youtube_gallery_1 .ytsg_play, #youtube_gallery_2 .ytsg_play, #youtube_gallery_3 .ytsg_play, #youtube_gallery_4 .ytsg_play, #youtube_gallery_5 .ytsg_play {
    display: none;
}
.entry .youtube_gallery .youtube_gallery_player a img {
    display: block;
    margin: -26px 0 0;
    width: 275px;
    max-width: 275px !important;
    transition: none;
}
h1.post-title {
    background: #e0d8cb;
    padding: 20px;
    color: #fff;
    margin-bottom: 0;
    font-family: "ArialNer";
    font-size: 30px;
    font-weight: bold;
    line-height: 27px;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
    width: 94.5%;
}
.rsyaposttop {
    margin-bottom: 10px;
    padding: 20px 0 0;
    background: #fff;
}
.opiscont {
    position: relative;
}
.opisinimg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(99, 128, 122, 0.9);
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
.predinimg {
    display: inline-block;
    ;
    position: absolute;
    top: 20px;
    right: -10px;
    padding: 5px 8px;
    background: #CA6367;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
.predinimg:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #B62E32 transparent transparent transparent;
}
.entry .youtube_gallery .youtube_gallery_player a img.notvideo {
    margin: 0;
}
.jcl_widget .main {
    min-height: inherit;
}
.tizer_wrapepr {
    background-color: #FFF;
    width: 100%;
    margin-bottom: 20px;
}
#yummi_slider .title .tit img {
    max-width: 30px;
    max-height: 32px;
    opacity: .9;
}
.widget_yarpp_widget li {
    position: relative;
}
.sidebar.s1 .widget.vk_groups {
    margin: 0 0 15px 0 !important
}
.widget.vk_groups, .widget.vk_groups .textwidget {
    background: transparent !important;
}
.widget.vk_groups {
    margin: 35px 0 15px 0 !important;
}
.widget.soc_seti h3, .widget.gallery_widget h3 {
    padding-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
.widget.widget_jcl_widget h3 {
    background: #EA424E !important;
}

/*#evitabsslim-2 .tab-count-2 .alx-tab:first-child:after,
#evitabsslim-4 .tab-count-2 .alx-tab:first-child:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 55px;
  height: 45px;
  background: url(images/ico_zvezda.png) 50% 50% no-repeat;
}
#evitabsslim-2 .tab-count-2 .alx-tab:first-child img,
#evitabsslim-4 .tab-count-2 .alx-tab:first-child img {
  visibility: hidden;
}*/
.work_tools_tool {
    margin-top: 10px;
    border: 1px solid gray;
    padding: 4px;
}
.work_tools_tool_title {
    color: #0074A2;
}
.work_tools_post_item {
    float: left;
    height: 38px;
    margin: 5px;
    text-align: left;
    width: 140px;
}
#article-used-tools {
    padding: 0 !important;
    border: none !important;
}
#article-used-tools h2 {
    padding: 8px 0 8px 56px;
    position: relative;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT5QTFRF6mZJ/vr5//397Xph63BV9biq8p6M62pO+M/G+Mm+7Xpg7oJq7oZv/fDt74p074t16mdL7X1l+dXN/vXz62tP/Ovn8p2L+dLK++Da++Pd//7+86ST8ZuJ7HFW/vX0+9/Z629U9sC086eX/fPx7HNZ/vb062xQ86iY62lN/fTx9K6f8ZyJ8qOR7HZc+tvU9r2w/Obh9LKj++Pe8ZeD+tfQ++Xg8qGP8ZuI8JJ97oNr9LCh8ZqH8p6L8ZiF/Ofj7HVb++Tf/vf19K2d7n9n+dTL7HRa/fLw6mhM625T621S98W68JJ+7Xxj/vn4629T+trT7413+dDI7oFq8ZmG/Ofi/Obi98a89ruu/Orm7HJX//z7+dfP7Xhe+tvV+M3E/e/s/vTy9ryv98O38qCO8JSA/fLv//v7/vf2////6mVIspXpqgAAATpJREFUeNrslNVywzAQRSVDHQcabqjBMjMzMzNze/X/P1DJnrLs+DUz3RfdmT3eq93VmDCPQWoTJNKviVcLR2u/N7BZT067gX4zFRBnPgYolUTEEQzv4C3Mz1GIWC1qcpDraBHxEmMDFojQnBys39TY4T10xi6WLbBQJwefMN8zSXHApXFjkZc5eUWKV571cTmRtM0hb2ZoQeTuxtl2BnRPaNOh62B3uR9oqowAz9owcKU5DpyUgi+8UnyKsdbbx4TrZmY4WK62a0JYIM3Bjs7f2T8Vo+dAWwvwUOVRqBkoDWy/AOjtbqA6CIh1bFHglDiD6gnQaKkjak9eDi4dC187FnlLMUMOqmlkP59BpI9CSe1KwdkPXzvOkMt2ScGQMvb9Ihtmr29FCq7nf45g7dqo+X/PP/gV7wIMANkpZRDKEaWSAAAAAElFTkSuQmCC") no-repeat;
    margin: 0 0 23px;
}
#article-used-tools h2:before {
    display: none;
}
#article-used-tools {
    overflow: visible !important;
}
#article-used-tools a {
    position: relative;
}
#article-used-tools img {
    margin: 0 25px 25px 0;
}
#article-used-tools>span:nth-child(6n) img {
    margin-right: 0;
}
.spana:hover {
    background: #ffffff;
    /*íåîáõîäèìî äëÿ IE6*/

    text-decoration: none;
}
.spana span {
    background: none repeat scroll 0 0 #3f8fc5;
    color: #FFFFFF;
    display: none;
    font-size: 13px;
    height: 17px;
    margin-left: -91px;
    margin-top: 81px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
}
.spana:hover span {
    display: inline;
}
.spana span:before {
    background: none repeat scroll 0 0 #3f8fc5;
    content: "";
    height: 11px;
    left: 16px;
    position: absolute;
    top: -8px;
    width: 56px;
}
.work_tools_ttitle:before {
    background: url("images/insti_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
}
.work_tools_ttitle {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #3F8FC5;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 90px;
    position: relative;
    text-transform: uppercase;
}
.inst_pagi {
    text-align: center;
    margin: 10px 0;
}
.inst_pagi>* {
    font-size: 1.2em;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}
.work_tools_post_item_img {
    float: left;
    width: 15px;
    height: 15px;
    overflow: hidden;
    transform: none;
}
.neob_instr {
    padding-top: 15px;
}
.alfavit a {
    margin: 0 7px;
    color: white;
}
.alfavit a:hover {
    color: #CA6367;
}
.alfavit {
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px 5px;
    background-color: #3f8fc5;
}
.alfavit span {
    color: #F0E6CE;
    padding-left: 13px;
}
#anspress *, #anspress *:before, #anspress *:after {
    background: transparent !important;
}
#anspress li, #anspress li:before, #anspress li:after, #anspress .ap-widget-title, #anspress .ap-widget-title:before, #anspress h3:before {
    background: transparent !important;
}
#anspress .ap-widget-title:before, #anspress h3:before {
    content: '' !important;
}
#anspress li, #anspress li:before, #anspress li:after {
    padding: 5px !important;
    margin: 0 !important;
    line-height: inherit !important;
}
#anspress .ap-user-page-title, #anspress .ap-widget-title {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 17px !important;
}
#anspress {
    word-wrap: normal !important;
}
.widget .ap-stats-widget li .stat-label:before, .ap-widget-pos .ap-stats-widget li .stat-label:before {
    width: 18px !important;
}



.post .entry table:not(.yap-list) {
  border-top: 0 !important;
  border: 1px solid rgba(169,210,238,1);
  border-collapse: collapse;
  /* margin-bottom: 15px; */
  /*display: block;*/
  font-size: 1em;
}
.post .entry table:not(.yap-list) p {
  margin: 0 !important;
  text-indent: 0;  
}
.post .entry table:not(.yap-list) td[style*=C41C01] {  
  background-color: rgba(169,210,238,1) !important;
}
.post .entry table:not(.yap-list) td[style*=C41C01] p{
  color: white !important;
}
.post .entry table:not(.yap-list) td[style*=FFDED9] {  
  background-color: rgba(169,210,238,.1) !important;  
}
.post .entry table:not(.yap-list) tr.alt {
  background-color: transparent;
}
.post .entry table:not(.yap-list) td {
  border: 0;
  padding: 5px;
  /*border: 1px solid rgba(219,149,128,1);*/
  background-color: rgba(169,210,238,0.1) !important;
}
.post .entry table:not(.yap-list) tr:not(:first-child) td:not(:last-child) {
  border-right: 1px solid white;
}
.post .entry table:not(.yap-list) tr:first-child {
  color: white;
  text-align: center;
  background-color: rgba(169,210,238,1);
}
.post .entry table:not(.yap-list) tr:first-child td:not(:last-child), .post .entry table:not(.yap-list) tr:first-child th:not(:last-child) {
	border-right: 1px solid white;
}
.post .entry table:not(.yap-list) tr:not(:first-child):nth-child(2n+1){
  background-color: rgba(169,210,238,.15);
}

.msright {
text-align:center !important;
margin-left:-20px; 
width:730px;
clear: both !important;
	}



div.entry > table > tr:nth-child(1){
    background-color: rgba(169,210,238,1)!important;
}



#article-used-tools, .spana, #article-used-tools img, #span1_0,#span1_1,#span1_2,#span1_3,#span1_4,#span1_5,#span1_6,#span1_7,#span1_8,#span1_9,#span1_10,.spana span, .spana span:before  {
all: unset;
}


#article-used-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.spana {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

#article-used-tools img {
    padding-bottom: 10px;
}

.spana span{
    color: #3f8fc5;
    font-size: 13px;
}


@media all and (max-width: 767px) {
    #wrapper .container .main .content .page-title.pad h1{
        line-height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    }
    body.search article.post, body.archive article.post{
        width: 100%;
        margin: 15px 0 15px 0;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
     body .main .content article.post-right .post-opis:after, .group:after, article.post-right .image-container:after {
        all:unset;
    }
    
   
    
    .post-right{
        flex-direction: column-reverse!important;
    }
    body .main .content article.post .post-opis .post-anons {
    display: block!important;
    }
    .dts {
        display:none;
    }
    
    .post-opis{
        height:fit-content!important;
    }
    
    body .main .content article.post-right .post-opis:before{
        content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 20px;
    left: 25%;
    background: #51a1d6;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: -19px;
    }
    
    body .main .content article.post-right:hover .post-opis:before {
        background:#377ead !important
    }

}

.greenblock p,
.redblock p,
.blueblock p,
.blackblock p,
.yellowblock p {
    margin-bottom: 0!important;
}



.greenblock{
    background: #baffba;
    padding: 1rem;
    border-radius: 9px;
   
}

.redblock{
    background: #f86973;
    padding: 1rem;
    color: white;
    border-radius: 9px;
}

.blueblock{
    background: #a9d2ee;
    padding: 1rem;
    border-radius: 9px;
}

.blackblock{
    padding: 1rem;
    border-radius: 9px;
    background: rgba(0, 0, 0, .6) none repeat scroll 0% 0%;
    color: whitesmoke;
}

.yellowblock{
    background: #f2db59;
    padding: 1rem;
    border-radius: 9px;
}


.plusalt2block{
    display: flex;
    align-items: center;
    
}

.minusblock{
    display: flex;
    align-items: center;
    
}

.yesblock{
    display: flex;
    align-items: center;
    
}

.noaltblock{
    display: flex;
    align-items: center;
    
}

.thumbsupblock{
    display: flex;
    align-items: center;
    
}

.thumbsdownblock{
    display: flex;
    align-items: center;
    
}

.infoblock{
    display: flex;
    align-items: center;
    
}

.warningblock{
    display: flex;
    align-items: center;
    
}



.greenblock p,
.redblock p,
.blueblock p,
.blackblock p,
.yellowblock p {
    margin-bottom: 0!important;
}


.warningblock p,
.infoblock p,
.thumbsdownblock p,
.thumbsupblock p,
.noaltblock p,
.yesblock p,
.minusblock p,
.plusalt2block p,
.yellowblock p
{
    margin: 0;
    padding-left: 1rem;
    margin-bottom: 0!important;
}

.warningblock .dashicons,
.infoblock .dashicons,
.thumbsdownblock .dashicons,
.thumbsupblock .dashicons,
.noaltblock .dashicons,
.yesblock .dashicons,
.minusblock .dashicons,
.plusalt2block .dashicons,
.yellowblock .dashicons {
    
}