/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.04.2016, 19:21:21
    Author     : Никс
*/

.updated {
    display: none;
}

.published {
    display: inline;
}

.row-content > article {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    display: table-cell;
    background: white;
    width: 50%;
    padding-top: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.22);
}

@media (max-width:1283px){
    .row-content > article {
        width: 100%;
        float: left;
    }
    
    .row-content > article:first-child {
        margin-bottom: 20px;
    }
}

.row-content::after, .row-content::before {
    display: none;
    content: " ";
}

.main2 > #main:first-child {
        margin-top: -10px;
}

.row-content:first-child {
    margin-top: 20px;
}

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

figure.aligncenter {
	text-align: center;
}

.aligncenter {
    display: block !important;
}


ol, ul {
       margin-top: 0px; 
    margin-bottom: 10px;
    padding-left: 15px;
}

ul.children {
    margin-top: 5px;
    
}

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
    border-top: 0;
        padding-top: 5px;
}

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.4667em 0;
}

.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    border-top: 1px solid rgb(232, 232, 232);
}

.widget_archive li:last-child, .widget_categories li:last-child, .widget_links li:last-child, .widget_meta li:last-child, .widget_nav_menu li:last-child, .widget_pages li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_categories > ul {
    line-height: 2em;
}

.head {
/*    height: 215px;*/
    position: relative;
    z-index: 1;
    background-image: url(code.jpg);  
    background-size: 100%;
    overflow: hidden;
}

/*.form-control {
    width: 173px !important;
}*/

.widget-title {
        /*color: #337ab7;*/
}



.left {
    background: white;
    width: 260px;
    padding-top: 4px;
    /*height: 125px;*/
    position: relative;
    /*background: cadetblue;*/
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.22);
    border-radius: 0 4px 4px 0;
}

.custom-background {
    margin: 0 auto;
    max-width: 1980px;
    background: #e2e2df;
}

.site {
    overflow: hidden;
    /*background: url('http://webi/wp-content/themes/webistoretheme/code.jpg');*/
    /*background-size: 100%;*/
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    color: black;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row-content {
    margin-left: 0px;
    margin-right: 0px;
    display: table;
    border-spacing: 20px 10px;
    table-layout: fixed;
}

#content>#primary {
    padding: 0 260px 0 260px !important;
}

.single-page, .comments-area, .page-header, .page-content {
    padding: 20px 20px 10px 20px;
    background: white;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.22);
}

.page-header {
    margin-bottom: 10px;
}

.page-content {
    border-radius: 5px;
    padding: 10px 20px;
}

.page-header > h1 {
    margin-top: 0px !important;
}

h2, h3 {
    margin-top: 0px;
}
    
.main2 #main {
    padding: 0px;
    margin: 0px;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}

.row-content-content {
/*    background: white none repeat scroll 0% 0%;
    padding: 15px;
    margin-bottom: 20px;*/
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.author-link:after {
    top: 3px;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
    top: 2px;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    color: #333;
    border-bottom: 1px solid #333;
}    

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .pingback .comment-body > a:hover {
        color: #707070;
color: rgba(51, 51, 51, 0.7);
    text-decoration: none;
    border-bottom: 0px;
}

a {
/*     -webkit-transition: .4s ease-out;
     -webkit-transition-delay: 0.5s;
     -o-transition: .4s ease-out;
     -o-transition-delay: 0.5s;
     -moz-transition: .4s ease-out;
     -moz-transition-delay: 0.5s;*/
     /*transition: .4s ease-out;*/
     /*transition-delay: 0.5s;*/
     transition: 0.4s cubic-bezier(0.21, 0.51, 0.45, 0.94);
}

.btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning, input[type="submit"] {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.btn, input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary:focus, .btn-primary:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    background-color: #707070;
    background-position: 0 -15px;
}

.btn-primary.active, .btn-primary:active, input[type="submit"]:active {
    background-color: #707070;
    border-color: #333;
}

.btn-primary:hover, input[type="submit"]:hover {
    background-image: -webkit-linear-gradient(top,#838383 0,#333 100%);
    background-image: -o-linear-gradient(top,#838383 0,#333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#838383),to(#333));
    background-image: linear-gradient(to bottom,#333 0, #6F6F6F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#333', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #333;
    
    background-color: #707070;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(189, 189, 189, 0.6);
}

.btn-primary, input[type="submit"] {
    background-image: -webkit-linear-gradient(top,#838383 0,#333 100%);
    background-image: -o-linear-gradient(top,#838383 0,#333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#838383),to(#333));
    background-image: linear-gradient(to bottom,#838383 0,#333 100%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#333', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #333;
}

a:hover {
    color: #707070;
color: rgba(51, 51, 51, 0.7);
}

a:hover {
    text-decoration: none;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 0.13em;
}

.entry-content .more-link, .entry-summary .more-link::after {
    white-space: nowrap;
}

.entry-footer {
    color: #333;
}

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}
.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.navigation h2 {
	display: none;
}

.header {
    height: 150px;
    background-color: #101010;
}

.left, .right {
    /*background-color: #2aabd2;*/
}

.logo {
    background: url(webi_logo1.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    /* margin-top: 65px; */
    z-index: 1;
    margin-left: 20px !important;
    position: relative !important;
    margin-top: 5px;
    float: left;
}

.logo_2 {
        background: url(webi_logo.png) no-repeat 0 0;
    width: 158px;
    height: 158px;
    margin-top: 15px;
    z-index: 1;
    margin-left: 20px;
    float: left;
    margin-bottom: 20px;
}

.site-branding {
    float: left;
    background: rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.22);
    border-radius: 5px;
    padding: 0 5px;
    width: 325px;
    margin-top: 40px;
    margin-left: 9px;
}

.widget_search {
    display: none;
}

p.site-title {
    font-family: serif;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.1;
}

.site-title a {
    color: white;
    text-shadow: 1px 1px 1px #000;
    color: rgb(255, 255, 255);
    font-size: 34px;
}

.site-description {
    color: white;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
}



.footer {
    background-color: #255625;
    /*height: 150px;*/
}

.widget_recent_entries ul {
    list-style: none;
    padding-left: 2px;
}

.first .entry-title, .second .entry-title {
    font-size: 1.6em;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2rem;
}

.required {
    color: #c0392b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-weight: bold;
}


.widget-title {
    font-size: 2.3rem;
    margin-top: 15px;
}

ul.page-numbers{
    display: inline-block;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.22);
}

.page-numbers>li {
    display: inline;
}

.page-numbers>li:first-child>a, .page-numbers>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-numbers>li>a, .page-numbers>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-numbers>li>.current, .page-numbers>li>a:hover, .page-numbers>li>a:focus {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: pointer;
}

.page-numbers>li>.current {
    cursor: default;
}

.page-numbers>li:last-child>a, .page-numbers>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-links {
    padding-left: 20px; 
}

.site-main {
    position: relative;
    /*overflow: hidden;*/
}

.pagination {
     display: block; 
    padding-left: 0;
    margin: 0px 0;
	overflow: hidden;
	width: 100%;
    text-align: center;
}

#toTop {
        position: absolute;
}

.site-info {
    background: white;
    padding: 10px;
}

.site-footer {
    margin-top: 10px;
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.22);
}

.comment-form label {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus, input[type="search"]:focus {
    border-color: none;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(189, 189, 189, 0.6);
}

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"]  {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 0.375em;
    color: #555;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.search-field {
    /*width: 156px !important;*/
    height: 33px;
}

.sample-posts ul {
    list-style: none;
    line-height: 22px;
    padding-left: 0px;
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

#toTop {
    /*padding: 5px;*/
    display: none;
    text-align: center;
    position: fixed;
    bottom: 20px;
    cursor: pointer;
    color: #FFF;
    font-size: 34px;
    overflow: hidden;
    right: 25px;
    font-family: monospace;
    padding: 1px 17px;
    /*border: 12px solid rgba(255, 255, 255, 0);*/
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.49);
}
            
#toTop:hover {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.78);
}

.logo, .navbar-header {
    display: none;
}

.navbar-collapse {
    height: 1px;
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    width: 100%;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.ban {
    display: none;
}

.navbar-inverse { 
    border-radius: 0px;
}

@media (max-width:1146px){
    #content>#primary {
        padding: 0 0px 0 270px !important;
    }
    
    .ban {
        display: block;
            text-align: right;
    }
    
    .right {
        display: none;
    }
}

@media (max-width:800px){
    #content>#primary {
        padding: 0 0px 0 0px !important;
    }
    
    .logo, .navbar-header {
        display: block;
    }
    
    .navbar-form {
        display: none;
    }
    
    #sidebar {
        display: none;
		float: none;
    }
    
    .mob-banners {
        display: block !important;
    }
    
    .left {
        margin-bottom: 20px;
        overflow: hidden;
        width: auto;
        float: none;
        width: auto !important;
        border-radius: 5px; 
        margin: 20px 30px;
        padding: 20px 20px;
    }
    
    .secondary-toggle {
        display: block !important;
    }
    
    .head {
        height: 0px;
    }
    
    .navbar-collapse {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: auto;
    }
    
    .banner-left {
        display: none;
    }
     
    .mega-menu {
        left: 0px;
        width: 100%;
    }
    
    .widget_search {
        display: block;
    }
}

.secondary-toggle {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    display: none;
}

.secondary-toggle:before {
    color: #fff;
    content: "\f419";
    line-height: 40px;
    width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0;
}

.secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px;
}

.toggled-on {
    display: block !important;
}

img {
    margin: 15px;
}

.navbar {
    margin-bottom: 0px;
}

.mega-menu {
    display: none;
    background: white;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    padding: 5px;
    margin-top: 1px;
    box-shadow: 0px 0px 7px 1px rgba(50, 50, 50, 0.27);
    border-radius: 0 0 5px 5px;
    width: 100%;
    left: 0;
}

.mega-menu:first-child {
    padding-left: 5px;
}

.nav>li {
    position: initial;
    float: left;
}

.mega-menu ul {
/*    float: left;*/
    list-style: none;
    padding-left: 20px;
    padding-right: 5px;
    display: table-cell;
    width: 25%;
}

.mega-menu ul a {
    display: block;
}

.dropdown1 {
    cursor: pointer;
}

.dropdown1:hover {
    color: #fff;
    background-color: #080808;
        background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
    background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
    background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
}

.dropdown1:hover .dropdown-toggle {
    color: #fff;
}

.dropdown1:hover .mega-menu {
    display: block;
}

.collapse {
    display: block;
    float: left;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
}

.navbar-header {
    float: left;
}

@media (max-width: 650px) {
    .collapse {
        display: none !important;
    }
}

/*@media (min-width: 768px) {
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}*/

.navbar-collapse.collapse {
    display: block;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-submit {
    clip: auto;
    height: inherit;
    overflow: hidden;
    position: relative;
    width: inherit;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	max-width: 100%;
	height: auto;
    clear: both;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.wp-caption {
    margin-bottom: 1.6em;
    width: auto !important;
    max-width: 100%;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.5em;
}

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

.row-content > article {
    min-height: 100%;
    position: relative;
}

.entry-footer{
    background: #ebebeb;
    padding-left: 20px;
    padding-top: 5px;
    margin: 0px -20px -10px -20px;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px;
}

.row-content .entry-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    margin: auto;
    padding: auto;
}

.entry-content {
    overflow: hidden;
}

img.lazy {
    max-width: 100%;
    height: 100% !important;
}

.footer_menu {
    overflow: hidden;
    width: 100%;
}

.footer_menu ul {
    margin-bottom: 0px;
    width: 50%;
    float: left;
    list-style: none;
}

.social {
    text-align: right;
    margin-bottom: 10px;
}

.comment-list {
    list-style: none;
    /*margin: 0;*/
}

.comment-list ol {
    list-style: none;
}

.comment-body {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 15px 0;
}

.comment-list .children > li {
    padding-left: 1.4737em;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover {
    background: black;
    color: white;
}

.entry-content, .entry-summary, .page-content, .comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-meta {
    overflow: hidden;
}

.site .avatar {
    border-radius: 50%;
    float: left;
    margin-top: 0px; 
}

.menu {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    display: table;
    table-layout: fixed;
    width: 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.right img {
    margin: 0px;
}

.right {
    float: right;
    padding-top: 20px;
    width: 260px;
}

.sidebar img {
    margin: 0px;
}

.sidebar {
    float: left;
    margin-bottom: 15px;
}

.right > div, .sidebar > div  {
	margin-bottom: 20px;
}

.mob-banners {
    display: none;
	margin-left: -9px;
    padding: 0px 30px;
    overflow: hidden;
    width: 98.5%;
}

.mob-banners img {
    width: 100%;
    height: auto;
}

.banner-left {
    text-align: right;
}

td {
	border: 1px solid silver;
}

.big {
	text-align: center;
	display: none !important;
}

.mob-banners.small {
	text-align: center;
}

amp-anim {
	display: none !important;
}	

@media (min-width:750px){
	.big {
		display: block !important;
	}

	.small {
		display: none !important;
	}
}

@media (min-width:800px){
	.big {
		display: none !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10 IE11 */
   .mega-menu {
        width: auto;
    }
    
    .menu {
        width: auto;
    }
}