@import url(css/colors.css); @import url(css/masterslider.main.css); @import url(css/fonts.css); /* ==========================================================================
   Basic
   ========================================================================== */


html {
    font-size: 16px;
	overflow-x: hidden;
}
.category-news .col-main-content .list article .meta-info, .category-interview .col-main-content .list article .meta-info, .category-articles .col-main-content .list article .meta-info
body {
    font-family: 'Arimo', sans-serif;
    font-size: 1em;
    line-height: 1.75;
	overflow-x: hidden;
}

body.archive.category.category-news.category-3.logged-in.admin-bar.tribe-js.customize-support p.MsoNormal span {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Museo Sans Cyrl 500";
    line-height: 1.42857143;
    font-weight: 700;
}

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

ol, ul, p {
    margin-bottom: 20px;
}

a:focus, a:hover {
    text-decoration: none;
}

a, button, input[type="submit"], input[type="button"] {
    outline: none !important
}

blockquote {
    font-size: 1.25em
}

.btn, input[type="submit"] {
    font-size: 100%;
    padding: 12px 24px;
    border-color: transparent !important;
}

.form-group {
    margin-bottom: 25px;
}

h1, .h1 {
    font-size: 220%;
}

h2, .h2 {
    font-size: 156.25%;
}

h3, .h3 {
    font-size: 135%;
}

.btn-lg {
    padding: 15px 30px;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.875em;
}

input[type="search"], input[type="text"], input[type="password"], input[type="submit"] {
    display: block;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: auto;
    font-size: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #ddd;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0;
}

.newsletter-subscribe input[type="text"], .newsletter-subscribe input[type="submit"] {
    display: inline-block;
}

input[type="submit"] {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.input-sm {
    padding: 10px 13px;
}

.btn, .search-field {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.label {
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 0;
}

a, .btn, .search-submit, .widget-tabs .vid-image a, .widget-tabs .vid-image a *, .bubble, .bubble:before, .bubble:after, input[type="search"], input[type="text"], input[type="password"] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: vertical
}

p:last-child {
    margin-bottom: 0;
    padding-top: 0px;
}

iframe {
    max-width: 100%;
}

table {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 100%;
}

table th {
    border-width: 1px;
    padding: 0.5em;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.05);
}

table tr:hover td {
    background-color: rgba(0, 0, 0, 0.02);
}

table td {
    border-width: 1px;
    padding: 0.5em;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
}

dd {
    margin-bottom: 1em;
	display:none;
}

dt {
	display:none;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
    /* background: #ffffff url(images/bg.png) repeat; */
}

.top-header {
    font-size: 88%;
    line-height: 34px;
}

.top-header .widget {
    margin-bottom: 0
}

.topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topnav li {
    float: left;
    margin-right: 14px;
}

.topnav li+li:before {
    content: "|";
    margin-right: 14px;
    position: relative;
    top: -1px
}

.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.social-links li {
    float: left;
}

.social-links li a {
    border: 1px solid #575757;
    border-bottom: none;
    border-top: none;
    width: 36px;
    text-align: center;
    display: block;
    margin-left: -1px;
}

#toggle-top-hdr {
    display: none;
    cursor: pointer;
    width: 180px;
    text-align: center;
}

.social-links li a:hover {
    border-color: #262626;
    position: relative;
    z-index: 1;
}

.inner-header {
    padding: 16px 0;
}

.inner-header .container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.inner-header .container::before,
.inner-header .container::after {
	display: none;
}

.brand {
	
}


.header__socials-search {
	display: block;
	margin-right: 40px;
}

.header__socials-search .social-element {
	width: 40px;
	height: 40px;
}

.inner-header .container {
	position: relative;
}

.inner-header .searchbar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.inner-header .searchbar .search-form {
	margin-left: 0;
}

.inner-header .searchbar .search-field {
	width: 40px;
	opacity: 0;
	transition: all .5s;
}

.inner-header .searchbar .search-field.open,
.inner-header .searchbar .search-field.focus{
	width: 325px;
	opacity: 1;
}

.inner-header .searchbar input[type="submit"] {
	right: 0;
}

.header__socials-search .social-wrapper {
	margin-top: 0;
}

#header .widget.searchbar {
    margin-bottom: 0;
}

#header .widget.searchbar::after {
	content: "";
	display: block;
	clear: both;
}

#header .searchbar .search-form label {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

#header .searchbar .search-form label .screen-reader-text {
    display: none;
}

.searchbar {
    float: right;
    /* border: 1px solid #ddd; */
    /* padding: 4px; */
}

.searchbar .search-form {
    width: 100%;
    position: relative;
    margin-left: 25px;
}

.searchbar .search-form::after {
	content: "";
	display: block;
	clear: both;
}

.searchbar input[type="submit"] {
	position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0px;
    right: 26px;
    top: 0;
    border-radius: 60%;
    border: none;
	background: #e1f6be url(images/icon-search.png) no-repeat 50% 50%;
}

.searchbar input[type="submit"]:hover {
	background: #94ca58 url(images/icon-search-white.png) no-repeat 50% 50%;
}

.date-mobile {
    display: none;
}

.searchbar .search-field {
    vertical-align: top;
    background: #fff;
    padding-right: 4px;
    display: inline-block;
    border-right: 0 none;
    height: 40px;
	width: 325px;
    background-color: #e1f6be;
    border: none;
    padding-left: 20px;
    border-radius: 25px;
	color: #435060;
	font-size: 15px;
	font-family: "Museo Sans Cyrl 500";
}

.searchbar .search-field::-webkit-input-placeholder { color: #435060; }
.searchbar .search-field::-moz-placeholder          { color: #435060; } /* Firefox 19+ */
.searchbar .search-field:-moz-placeholder           { color: #435060; } /* Firefox 18- */
.searchbar .search-field:-ms-input-placeholder      { color: #435060; }

/* ==========================================================================
   Menu
   ========================================================================== */
.navbar {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
	max-width: 1000px; /* remove when no bg  */
	margin: auto; 
}

.navbar-nav, #menu-primary-menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

@media (min-width: 700px) {
 	.navbar-nav, #menu-primary-menu {
	display: flex;
	justify-content: center;
}
}

.home .navbar {
    border-top: 1px solid #ecedef;
	border-bottom: none;
   /* background-color: #f6f8fb;*/
   /* margin-bottom: 25px;
    margin-top: 20px; */
    list-style-type: none;
    padding-left: 0;
   /* margin: 0 0 25px;  */
}



.navbar .navbar-collapse {
    padding: 0
}

.navbar .nav > li, .mega-menu ul.mega li {
    display: inline-block;
    border-bottom: none;
}

.navbar .nav > li > a {
	border-bottom: 2px solid transparent;
	font-family: "Museo Sans Cyrl 500";
}

.navbar .nav > li:hover > a {
	border-bottom: 2px solid #94ca58;
}

.navbar .nav > li > a, .mega-menu ul.mega > li > a {
    /* padding: 18px 5px 15px; */
    /* border-bottom: 3px solid transparent; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    /* line-height: 20px; */
}

.navbar .nav > li:last-child, .mega-menu ul.mega li:last-child {
    margin-right: 0px;
}

.navbar .nav > li:hover > a, .navbar .nav > li:focus > a {
    background: none;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background: none;
}

.navbar .nav .menu-item-has-children>a:after, .mega-menu ul.mega > li.menu-item-has-children > a:after {
    /* content: "\f107"; */
    display: inline-block;
    font-family: FontAwesome;
    position: initial;
    margin-left: 5px;
    font-weight: normal;
}

.navbar .nav ul .menu-item-has-children > a:after {
    position: absolute;
    top: 0.5em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
}

.navbar-nav li .sub-menu {
    margin-top: -3px;
    border-radius: 0;
    /* min-width: 220px; */
    width: 100%;
    padding-left: 0;
    list-style: none;
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    margin-left: -1px;
}

.sub-menu > li > a {
    padding: 8px 10px;
}

.sub-menu {
    padding-left: 0;
}

.sub-menu > li > a:focus, .sub-menu > li > a:hover {
    color: #fff;
}

.main-navigation {
    margin: 0 -0.875em;
}

.main-navigation .primary-menu, .main-navigation .primary-menu > li {
    border: 0;
}

.main-navigation .primary-menu > li {
    float: left;
}

.main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
}

.main-navigation ul ul {
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
}

.main-navigation ul ul ul {
    top: 0;
}

.main-navigation ul ul li {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.main-navigation ul ul li:last-child {
    border-bottom: 0 none;
}

.main-navigation ul ul a {
    white-space: normal;
    display: inline-block;
    width: 100%;
}

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

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

.main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
}

.main-navigation .menu-item-has-children > a:after {
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
}

.main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
}

.main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
    display: none;
}

/* mega menu */
body .mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a {
    font-size: 1em;
    text-shadow: none;
    font-weight: 700;
    padding: 4px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

body .mega-menu ul.mega .sub li.mega-hdr li a {
    text-shadow: none;
    padding: 3px 0 0;
}

.mega-menu ul.mega li .sub-container.mega .sub {
    padding-top: 8px;
}

.mega-menu ul.mega li .sub-container {
    border-radius: 0;
    margin-top: -3px;
}

.mega-menu ul.mega li .sub {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid;
}

.mega-menu ul.mega li .sub .row {
    margin: 0;
}

.mega-menu ul.mega li ul.sub-menu ul {
    margin-right: 0;
    margin-left: 0;
}

.mega-menu ul.mega li ul.sub .sub-menu ul {
    margin-left: 15px;
}

.mega-menu .sub-menu > li > a:hover {
    background: none;
}

.mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a:hover, .mega-menu ul.mega li ul.sub-menu ul li a:hover {
    text-decoration: none;
}

body .mega-menu ul.mega li .sub .row li a {
    margin-right: 1em
}

body .mega-menu ul.mega li .sub .row li:last-child a {
    margin-right: 0
}

body .mega-menu ul.mega li ul.sub-menu ul li a {
    padding-bottom: 0 !important;
    border-bottom: none;
}

/*top nav*/
.topnav .sub-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    background: #333333;
    margin-left: 15px;
    list-style: none;
    z-index: 2;
}

.topnav li:hover > .sub-menu {
    display: block;
    overflow: visible;
}

.topnav .sub-menu li {
    float: none;
    margin: 0;
}

.topnav li + li ul li:before {
    content: "";
    display: none;
}

.topnav .sub-menu > li > a {
    display: block;
    line-height: normal;
    width: 100%;
}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #9ca4b1;
  width: 75px;
  height: 30px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-family: 'museo_sans_cyrl', serif;
  text-transform: uppercase;
  background-image: url("../img/arrow-down-sign-to-navigate.png");
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #9ca4b1 transparent;
}

.select-options {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

.select-options li {
  margin: 0;
  padding: 10px 0;
  text-indent: 10px;
  font-family: 'museo_sans_cyrl', serif;
  font-weight: 500;
  font-size: 14px;
  color: #435060;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.select-options li:hover {
  color: #94ca58;
}

.select-options li[rel="hide"] {
  display: none;
}

/* ==========================================================================
   Main Banner
   ========================================================================== */
.main-banner {
    position: relative;
}

.slider_imgs img {
    width: 100%;
}

.item {
    position: relative;
    display: inline-block;
    width: 100%;
}

.item .bg {
    position: absolute;
    background: url(images/slider-bg.jpg) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item .details {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    padding: 60px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.item .megaheading {
    font-size: 350%;
    margin: 0
}

.item .details .container {
    padding: 0 55px;
}

.item .details p {
    margin-bottom: 5px;
    max-width: 750px;
}

.item .label {
    font-size: 88%;
    font-weight: bold;
    padding: 8px 12px;
}

.item a.auther {
    font-weight: bold;
}

/* ==========================================================================
   Section Format
   ========================================================================== */
.section {
    margin-bottom: 50px;
}

.col-main-content .widget .widget-title {
    font-size: 156%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top: 0
}

.col-main-content, .col-sidebar {
    margin-left: 0px;
}

.sec-recent .section-title {
    margin-top: 0;
}

.single-format-video iframe {
    width: 100%;
}

.site-main .page-title {
    margin: 20px 0 25px;
	font-family: "Museo Sans Cyrl 700";
	color: #435060;
	font-size: 28px;
	width: 100%;
}

.tab-detail {
    margin-top: 1.5em;
}

.taxonomy-description {
    margin-bottom: 2em;
}

.home .col-main-content .list article {
    padding-left: 15px;
    padding-right: 15px;
}

/* ==========================================================================
   Post Format
   ========================================================================== */
.post, .col-main-content .page {
    margin-bottom: 0px;
}

.widget {
    margin-bottom: 0px;
}

.post h3, .type-post h3 {
    font-size: 114%;
}

.post h4, .type-post h4 {
    font-size: 100%;
}

.post .post-title, .type-post .post-title,
.widget .entry-content .main-block-news-content h2 {
	display: block;
    position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	margin: 0;
	line-height: normal;
	padding-left: 18px;
	border-left: 1px solid #94ca58;
	font-family: "Museo Sans Cyrl 700";
	font-size: 15px;
	z-index: 2;
	text-transform: none;
}
.post .post-title a, .type-post .post-title a {
	color: #fff;
	font-family: "Museo Sans Cyrl 700";
	font-size: 15px;
}

.col-sidebar .widget h2 {
    font-size: 18px;
    padding: 0px 5px;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
	font-family: "Museo Sans Cyrl 300";
}

.widget h4 {
    font-size: 100%;
}

.widget .widget-title {
    /* border-bottom: 2px solid #e5e5e5; */
    padding-bottom: 6px;
    margin-bottom: 26px;
    margin-top: 0;
}

.post .meta-info, .widget .meta-info {
    font-size: 88%;
    margin-bottom: 15px;
}

body.category-news .meta-info {
	margin-top: 0px !important;
}

.post .meta-info {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.featured-video-plus.fvp-center {
	display: block;
	padding-top: 0 !important;
	width: 100%;
	height: auto;
	position: relative;
}
.featured-video-plus.fvp-center iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.meta-info .text-sep {
    margin: 0 8px;
    display: none;
}

.post p:last-child {
    margin-bottom: 0;
    padding-top: 0;
}

.Navi {
    clear: both;
    margin: 3em 0 0;
    text-align: center;
	display: none;
}

.Navi > a, .Navi > .on {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 1px
}


/* ==========================================================================
   News page
   ========================================================================== */

.category-news .col-main-content .list article,
.category-news-ru .col-main-content .list article,
.category-interview .col-main-content .list article,
.category-agrobuh .col-main-content .list article,
.category-articles .col-main-content .list article {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	height: auto;
	padding: 0 0 25px;
	border-bottom: 1px solid #ecedef;
}
.category-news .col-main-content .list article:last-of-type,
.category-news-ru .col-main-content .list article:last-of-type,
.category-interview .col-main-content .list article:last-of-type,
.category-agrobuh .col-main-content .list article:last-of-type,
.category-articles .col-main-content .list article:last-of-type {
	border-bottom: none;
}
.category-news button.load-more, 
.category-news-ru button.load-more, 
.category-interview button.load-more, 
.category-agrobuh button.load-more, 
.category-articles button.load-more {
	margin-top: 15px;
}
.category-news .col-main-content .list article::before,
.category-news-ru .col-main-content .list article::before,
.category-interview .col-main-content .list article::before,
.category-agrobuh .col-main-content .list article::before,
.category-articles .col-main-content .list article::before {
	display: none;
}
.category-news .col-main-content .list article .list-post-img,
.category-news .col-main-content .list article .list-post-img + .item-content,
.category-news-ru .col-main-content .list article .list-post-img,
.category-news-ru .col-main-content .list article .list-post-img + .item-content,
.category-interview .col-main-content .list article .list-post-img,
.category-interview .col-main-content .list article .list-post-img + .item-content,
.category-agrobuh .col-main-content .list article .list-post-img,
.category-agrobuh .col-main-content .list article .list-post-img + .item-content,
.category-articles .col-main-content .list article .list-post-img,
.category-articles .col-main-content .list article .list-post-img + .item-content {
	position: static;
}
/*.category-news .col-main-content .list article .list-post-img,*/
.category-news-ru .col-main-content .list article .list-post-img,
.category-interview .col-main-content .list article .list-post-img,
.category-articles .col-main-content .list article .list-post-img {
	/*min-width: 210px;
	max-width: 210px;
	height: 140px;*/
	/*overflow: hidden;*/
}
.category-news .col-main-content .list article .list-post-img + .item-content, 
.category-news-ru .col-main-content .list article .list-post-img + .item-content,
.category-interview .col-main-content .list article .list-post-img + .item-content,
.category-agrobuh .col-main-content .list article .list-post-img + .item-content,
.category-articles .col-main-content .list article .list-post-img + .item-content {
	padding: 0 20px;
	font-family: "Museo Sans Cyrl 500";
	font-size: 14px;
	color: #435060;
	line-height: normal;
}
.category-news .post .post-title,
.category-news .type-post .post-title,
.category-news-ru .post .post-title,
.category-news-ru .type-post .post-title,
.category-interview .post .post-title,
.category-interview .type-post .post-title,
.category-agrobuh .post .post-title,
.category-agrobuh .type-post .post-title,
.category-articles .post .post-title,
.category-articles .type-post .post-title{
	position: static;
	padding-left: 0;
	border-left: none;	
	margin-bottom: 10px;
}
.category-news .post .post-title a,
.category-news .type-post .post-title a,
.category-news-ru .post .post-title a,
.category-news-ru .type-post .post-title a,
.category-interview .post .post-title a,
.category-interview .type-post .post-title a,
.category-agrobuh .post .post-title a,
.category-agrobuh .type-post .post-title a,
.category-articles .post .post-title a,
.category-articles .type-post .post-title a{
	font-family: "Museo Sans Cyrl 700";
	font-size: 18px;
	color: #435060;
}
.category-news .col-main-content .list article .meta-info,
.category-news-ru .col-main-content .list article .meta-info,
.category-interview .col-main-content .list article .meta-info,
.category-agrobuh .col-main-content .list article .meta-info,
.category-articles .col-main-content .list article .meta-info{
	display: block;
	font-family: "Museo Sans Cyrl 700";
	font-size: 12px;
	color: #9ca4b1;
	margin-top: 10px;
	padding-bottom: 0;
}




/* ==========================================================================
   Trending Section
   ========================================================================== */
.featured-trend .post.trending-article {
    margin-bottom: 0;
}

.trending-article .item-image {
    position: relative;
}

.trending-article .meta-info {
    padding-bottom: 0;
    line-height: 1;
}

.featured-trend .label {
    position: relative;
}

.featured-trend .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.featured-trend .meta-info {
    margin-bottom: 0;
    border-bottom: none;
}

.featured-trend a .auther {
    font-weight: bold;
}

.featured-trend .item-title {
    font-size: 125%;
}

.featured-trend a:hover .item-title {
    text-decoration: underline;
}

.trending-article-wrapper .content .label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 6px;
    vertical-align: top;
}

.trending-article-wrapper .content .label + h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.trending-article img {
    width: 100%
}

.trendin-head {
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.trendin-head h2.widget-title {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.trendin-head h2 + .btn {
    float: right;
    line-height: 1;
    font-size: 0.875em;
}

/* ==========================================================================
   Recent Section
   ========================================================================== */
.list-articles .recent-post:nth-child(2n+1) {
    clear: both;
}

.featured-post {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.featured-post .post-title {
    margin-bottom: 0;
    padding: 14px 20px;
}

.featured-post p {
    padding: 0 20px;
}

.featured-post p:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.load-articles .btn {
    margin-bottom: 10px;
}

.content-wrapper .grid img, .content-wrapper .list img {
    width: 100%;
	min-height: 100%;
}

.footer-bottom .row.list-articles {
    margin-left: 0;
    margin-right: 0
}

/* ==========================================================================
   Lifestyle Section
   ========================================================================== */
.col-main-content .list article {
    display: block;
    margin-bottom: 26px;
    width: 300px;
	height: 200px;
	position: relative;
	overflow: hidden;
	/*margin-right: 10px;*/
}
.col-main-content .list article::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
	z-index: 1;
}



.col-main-content .list article .list-post-img,
.col-main-content .list article .list-post-img + .item-content {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.col-main-content .list article .list-post-img {
	z-index: 0;
}

.col-main-content .list article .list-post-img + .item-content {
    padding: 20px;
	z-index: 2;
}

.col-main-content .no-img {
    padding: 30px;
    border: 2px solid #e5e5e5
}

.col-main-content .no-img .meta-info {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.col-main-content .list article .meta-info,
.col-main-content .list article .post-excerpt {
    display: none;
}

.col-main-content .list article .post-style-4 .meta-info {
    border: none;
    padding-bottom: 0;
}

.col-main-content .list article .post-style-4 .meta-info .auther {
    padding: 5px 11px;
    margin-right: 5px;
}

.col-main-content .list article .post-style-4 .meta-info .text-sep {
    display: none
}

.category-agrovideo #main,
.category-agrophoto #main,
.category-bold #main,
.category-top #main,
.category-infografic #main,
.category-infographics #main,
.archive.date #main,
.category-publicetions #main {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	padding-bottom: 65px;
	margin-left: 20px;
}
.category-agrovideo #primary,
.category-agrophoto #primary,
.category-bold #primary,
.category-top #primary,
.archive.date #primary,
.category-infografic #primary,
.category-infographics #primary,
.category-publicetions #primary {
	padding: 0 4px 0 0;
}


.category-agrovideo .post-delimiter,
.category-agrophoto .post-delimiter,
.category-bold .post-delimiter,
.category-top .post-delimiter,
.archive.date .post-delimiter,
.category-infografic .post-delimiter,
.category-infographics .post-delimiter,
.category-publicetions .post-delimiter {
	display: none
}

button.load-more {
	display: block;
    width: 100%;
	max-width: 274px;
    height: 40px;
    background-color: transparent;
    font-family: "Museo Sans Cyrl 500";
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #435060;
    border: 1px solid #94ca58;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	list-style-type: none;
	margin: 0 auto 35px;
	margin-top: 10px;
}
button.load-more:hover {
	background-color: #94ca58;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



.mailerlite-form-title h3 {
	font-size: 12pt !important;
	font-family: "Museo Sans Cyrl 500" !important;
	color: #435060 !important;
	text-align: center !important;
}

#mailerlite-1-field-email {
	width: 100%;
	border: 1px solid #c7c5c5;
	height: 37px;
}

.mailerlite-form-field label {
	display:none !important;
}

input.mailerlite-subscribe-submit {
    margin: auto;
    padding: 3px 30px 0px 30px;
    height: 40px;
    background-color: transparent;
    font-family: "Museo Sans Cyrl 500";
    text-transform: uppercase;
    border-radius: 20px;
    color: #435060;
    border: 1px solid #94ca58 !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */
/* Widget Tabs
           ========================================================================== */
.col-sidebar .widget {
    margin-bottom: 13px;
}

.col-sidebar .widget:last-of-type {
    margin-bottom: 0px;
    margin-top: 22px;
    width: 275px;
}

.col-sidebar ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
   /* width: 275px; */
}

.col-sidebar ul ul {
    padding-left: 18px;
    padding-top: 10px;
}

.widget-tabs .nav-tabs {
    border-bottom: 2px solid #e5e5e5;
}

.widget-tabs .nav-tabs>li {
    margin-bottom: -2px;
}

.widget-tabs .nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
    font-family: 'Merriweather', serif;
    font-size: 112%;
    font-weight: bold;
    padding: 10px 18px;
    border: 2px solid transparent;
}

.widget-tabs .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.widget-tabs .nav-tabs > li.ui-tabs-active > a {
    border: 2px solid #e5e5e5;
    border-bottom-color: transparent;
    background-color: #fff;
}

.widget-tabs .list-videos {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.widget-tabs .vid-details {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: bottom;
}

.widget-tabs .vid-details:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget-tabs .meta-info {
    margin-bottom: 0
}

.widget-tabs .vid-image {
    float: left;
    width: 34.5%;
    margin-right: 5%;
    max-width: 132px;
}

.widget-tabs .vid-image+.vid-content {
    overflow: hidden
}

.widget-tabs .vid-image a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget-tabs .vid-image a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0;
}

.widget-tabs .vid-image .overlay .fa {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.widget-tabs .vid-image .overlay .fa-play:before {
    margin-left: 4px;
}

.widget-tabs .vid-image a:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.widget-tabs .item-title {
    margin: 0
}

.widget-tabs .tab-pane {
    margin-top: 1.4em
}

/* Widget Popular Post
           ========================================================================== */
.popular-post {
    margin-bottom: 20px;
}

.popular-post:nth-child(2n+1) {
    clear: both;
}

.popular-post .post-rating {
    margin: 12px 0 0;
    display: inline-block;
    vertical-align: bottom;
}

.popular-post .fa-star {
    font-size: 114%;
    float: left;
    margin-right: 2px;
}

.popular-post:last-child {
    margin-bottom: 0
}

/* Widget Recent Comments
           ========================================================================== */
#comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.recentcomments {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.recentcomments:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.recentcomments .comment-author-link a {
    font-weight: bold
}

/* Widget Categories
           ========================================================================== */
.widget-categories>ul {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.widget-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-categories ul>li {
    margin-bottom: 10px;
}

.widget-categories ul ul {
    padding: 5px 0 0 30px;
}

.widget-categories ul ul .sub-cat-item:before {
    content: "-";
    margin-left: -5px;
    margin-right: 5px;
}

/* Widget Archives
           ========================================================================== */
.col-sidebar .widget_archive .col-sidebar .tmpl_widget_magazine_categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.col-sidebar .widget_archive li, .col-sidebar .tmpl_widget_magazine_categories li {
    margin-bottom: 10px;
}

.col-sidebar .widget_archive li:last-child, .col-sidebar .tmpl_widget_magazine_categories li:last-child {
    margin-bottom: 0;
}

.col-sidebar .widget_archive li .total {
    font-size: 88%;
}

.col-sidebar .tmpl_widget_magazine_categories li a {
    display: block;
}

/* Widget Ad
           ========================================================================== */
.advt-wrapper {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.border_ad_banner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.border_ad_banner > img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
    margin-top: 40px;
}

.sec-newsletter {
    /* background: #f6f8fb url(images/bg.png) repeat top center; */
    padding: 30px 0;
}

.col-nlform {
    float: right;
    width: 31%;
}

.col-nlform .input-nlmail {
    max-width: 216px;
    float: left;
}

.col-details {
    display: table;
    float: left;
    width: 64%;
    border-right: 1px solid #dbdbdb;
}

.col-details .footer-logo, .col-details .nl-detail {
    display: table-cell;
    vertical-align: middle;
}

.col-details .footer-logo {
    width: 167px
}

.col-details .nl-detail {
    padding: 15px 35px;
}

.footer-bottom {
    /* background: #333 url(images/bg-dark.png) top center; */
    padding-top: 40px;
}

.footer_widget_wrap .widget h2 {
    font-size: 100%;
}

.footer_widget_wrap .tags-wrap a {
    padding: 6px 14px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 20px 20px 0;
    float: left;
}

.footer_widget_wrap .widget-title {
    border: none;
    padding: 0;
    margin: 0 0 20px;
}

.footer_widget_wrap .widget ul {
    /* padding: 0; */
    /* margin: 0; */
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-left: 0;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* list-style: none; */
}

.footer_widget_wrap .widget ul li {
    margin-bottom: 10px;
    width: 115px;
    height: 50px;
    padding-left: 10px;
    border-left: 1px solid #94ca58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_widget_wrap .widget ul .picks-details {
    display: table;
    margin-bottom: 30px
}

.footer_widget_wrap .picks-details .picks-image, .footer_widget_wrap .picks-details .picks-content {
    display: table-cell;
    vertical-align: top;
}

.footer_widget_wrap .picks-details .picks-content {
    padding-left: 15px;
}

.footer_widget_wrap .picks-details .item-title {
    margin: 0;
    font-size: 88%;
}

.footer_widget_wrap .picks-details p {
    margin-bottom: 0;
}

.footer_widget_wrap .contact-info .fa {
    position: absolute;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.footer_widget_wrap .contact-info .fa+p {
    padding-left: 45px
}

.footer_widget_wrap .contact-info ul li {
    margin-bottom: 30px
}

.copyright {
    padding: 12px 15px;
    font-size: 90%;
    text-align: center;
    border-top: 1px solid #f6f8fb;
}

/*#footer .form-inline input[type="text"]{margin-right: 10px;}*/
#footer .form-inline input[type="submit"] {
    float: right;
}

#footer .footer-bottom .list-articles li img {
    max-width: 85px;
}

/* ==========================================================================
   404 Page
   ========================================================================== */
.error404 .error-inner {
    border: 2px solid #e5e5e5;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.error404 .arror404.searchbar {
    padding: 20px;
    margin: 10px 0;
    display: inline-block;
    float: none;
}

.error404 .arror404.searchbar .search-form {
    width: 100%;
}

.error404 .arror404.searchbar .search-form .screen-reader-text {
    display: none;
}

.error404 .arror404.searchbar .search-form > label {
    float: left;
    margin: 0;
}

/* ==========================================================================
   Detail Page
   ========================================================================== */
.content-wrapper {
    display: inline-block;
    width: 100%;
}

.breadcrumb {
    background: none;
    padding: 0;
    display: none;
    margin: 20px 0 10px;
}

.breadcrumb li {
    font-size: 88%;
}

.breadcrumb li+li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 14px;
}

.breadcrumb .home {
    font-size: 100%
}

.hentry .entry-title {
	font-family: "Museo Sans Cyrl 700";
	font-size: 30px;
	color: #435060;
    margin: 30px 0 15px;
	line-height: normal;
}

.entry-title + img {
	max-height: 370px; 
}

.hentry .byline {
    font-size: 114%;
    display: none;
}

.hentry .meta {
    padding: 15px 0;
    padding-right: 3em;
    border: 1px solid #e5e5e5;
    font-size: 88%;
    border-width: 1px 0;
    margin: 10px 0;
    position: relative;
}

.hentry .meta .date i {
    padding-right: 6px;
}

.hentry .meta span+span {
    margin-left: 20px;
}

.hentry .meta .count {
    font-style: normal;
    position: absolute;
    display: none;
    right: 0;
    top: 28%;
}

.bubble {
    position: relative;
    border: 1px solid #e5e5e5;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -7px;
    font-size: 88%;
}

.bubble:after, .bubble:before {
    position: absolute;
    content: "";
    bottom: -9px;
    border-width: 10px 10px 0 0px;
    border-style: solid;
    border-color: #fff transparent;
    left: 38%;
}

.bubble:before {
    border-color: #e5e5e5 transparent;
    border-width: 12px 12px 0 0px;
    margin-bottom: -2px;
    margin-left: -1px;
}

.bubble:hover {
    border-color: transparent;
}



.hentry h2 {
    font-size: 150%;
    margin-top: 35px;
}

.hentry .content-list {
    padding-left: 18px;
}

.hentry .content-list li {
    margin-bottom: 10px;
}

.featured-image {
    border: 1px solid #e5e5e5;
    padding: 8px;
}

blockquote {
    border: 1px solid #e5e5e5;
    padding: 30px 15px 24px;
    border-width: 1px 0;
    text-align: center;
    position: relative;
    margin: 40px 0;
}

blockquote:before {
    content: '\201C';
    position: absolute;
    top: -5px;
    font-family: Georgia, serif;
    font-size: 90px;
    line-height: 50px;
    height: 40px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    background: #fff;
}

blockquote cite {
    display: block;
}

.post-author {
    padding: 25px 0 35px;
    border: 0px solid #e5e5e5;
    border-width: 1px 0;
    margin: 40px 0 20px;
    position: relative;
}

.post-author .btn-share {
    position: absolute;
    right: 0;
    top: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    text-align: center;
    font-size: 88%;
}

.post-author .btn-share:hover {
    border-color: transparent
}

.post-author .author-photo {
    display: table-cell;
    min-width: 140px;
    padding-top: 10px;
}

.post-author .author-photo img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    margin: auto
}

.post-author .author-details {
    display: table-cell;
    vertical-align: top;
}

.sec-comments {
    margin-bottom: 50px;
}

.sec-comments .title {
    margin: 0 0 25px;
    font-size: 156%;
}

.sec-comments label {
    font-family: 'Merriweather', serif;
    font-size: 88%;
}

.commentform-wrap {
    padding: 30px;
}

.inline-form-wrap {
    margin: 0 -15px;
}

.inline-form-wrap .form-group {
    padding: 0 15px;
    width: 33.333%;
    float: left;
}

.inline-form-wrap .form-group input {
    width: 100%;
}

.page-content .search-form .search-submit {
    display: inline-block
}

#primary .wp-caption {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 20px;
}

.wp-caption p {
    margin-bottom: 0px;
}

.wp-caption img {
    margin-bottom: 0.5em
}

.wp-caption .wp-caption-text {
    font-size: 0.875em;
    font-style: italic
}

.alignleft {
    float: left;
    margin: 0px 24px 10px 0;
}

.alignright {
    float: right;
    margin: 0px 0 10px 24px;
}

.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hentry .th {
    margin-bottom: 10px;
}

.hentry .th+.th {
    margin-left: 10px;
    vertical-align: top;
}

.edit-link {
    display: none
}

.btn-group .btn {
    margin-right: 5px;
}

/* Paginaion
           ========================================================================== */
.pos_navigation {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.pos_navigation .post_left, .pos_navigation .post_right, .pos_navigation .nav-next, .pos_navigation .nav-previous {
    width: 48%;
    font-family: 'Merriweather', serif;
    position: relative;
}

.pos_navigation .post_left, .pos_navigation .nav-previous {
    float: left;
    text-align: left;
}

.pos_navigation .post_right, .pos_navigation .nav-next {
    float: right;
    text-align: right;
}

.pos_navigation .post_right a, .pos_navigation .nav-next a {
    float: right;
}

.pos_navigation .post_left a, .pos_navigation .nav-previous a {
    float: left;
}

.pos_navigation .nav-next a:before, .pos_navigation .nav-previous a:before {
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    line-height: 1.1;
}

.pos_navigation .nav-next a:before {
    content: "\f105";
    float: right;
    padding-left: 10px;
}

.pos_navigation .nav-previous a:before {
    content: "\f104";
    float: left;
    padding-right: 10px;
}

.pos_navigation a {
    display: table
}

.pos_navigation .article-name, .pos_navigation .fa {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}

.pos_navigation .fa {
    padding-right: 10px;
    max-width: 54px;
}

.pos_navigation .fa svg {
    height: 44px;
    vertical-align: middle;
    fill: #ccc;
}

.pos_navigation a:hover .fa svg {
    fill: currentColor;
}

/* Comment
           ========================================================================== */
#comments {
    margin-bottom: 0
}

.comments #respond, #contact_frm {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: 80px;
    padding: 30px;
    box-sizing: border-box;
}

.comments .children #respond {
    margin-top: 20px;
    margin-bottom: 20px
}

#comments .comment_list li #respond {
    margin-top: 20px;
    margin-bottom: 20px
}

#commentform .submit #submit {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 30px;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
}

.comments h3, .similar-products > h3 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    padding: 0 0 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
}

#comments .comment_list li #respond #reply-title {
    margin-bottom: 20px;
    margin-top: 0;
}

#comments .comment_list li #respond #reply-title small {
    font-size: 14px;
    font-weight: 400;
    float: right;
    padding-top: 8px;
}

#comments .comment_list li #respond h3#reply-title small, #comments .comment_list li #respond h3#reply-title a {
    font-family: "Arimo", sans-serif;
}

.comments h3 {
    margin-bottom: 0;
}

.comments a {
    color: #333;
}

.comment {
    padding: 15px 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.comment td {
    vertical-align: top;
}

.comment-meta {
    font-size: 12px;
    margin-top: 10px;
}

.avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: block;
    margin-right: 15px;
    padding: 0;
    border-radius: 100%;
}

.comment-author {
    color: #444;
}

.comment-author span {
    color: #000;
}

.comment-author a, .comment-author span {
    color: #333;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-author a:hover {
    text-decoration: none;
}

.comment-author, .comment-date {
    color: #999;
}

.comment-text p {
    margin-bottom: 10px;
}

.comment-text p:last-of-type {
    margin-bottom: 0;
}

.comment .children {
    margin-left: 80px;
}

.comment .children .children {
    margin-left: 50px;
}

.comment .children .comment {
    padding-left: 0;
}

.comment {
    overflow: hidden;
}

.comment_list ol li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    list-style: none;
}

.comment_list ol li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.comment_left {
    float: left;
    margin-right: 20px;
    max-width: 65px;
    width: 100%;
}

.comment-text {
    display: block;
    float: left;
    overflow: hidden;
    max-width: calc(100% - 85px);
    width: 100%;
}

.children .comment-text {
    max-width: calc(100% - 85px);
}

.children ul.children .comment-text {
    max-width: 84%;
}

.comment_list ol {
    padding-left: 0;
}

.comment_list ol li ul.children {
    height: 100%;
    overflow: hidden;
    margin-left: 85px;
    padding-left: 0;
}

.comment_list ol li ul.children li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    margin-bottom: 0;
}

p.comment_message {
    font-size: 14px;
}

.comment-text-inner-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: top;
}

.comment-text-inner-wrapper p {
    float: left;
    width: auto;
    margin-bottom: 0;
}

.comment-text-inner-wrapper p.comment-reply-link-wrapper {
    float: right;
    line-height: 1;
}

.comment-reply-link-wrapper a {
    color: transparent;
    height: 0;
    width: 0;
    position: relative;
}

.comment-reply-link-wrapper a:before {
    content: "\f112";
    font-family: 'FontAwesome';
    color: #d6d6d6;
    position: absolute;
    right: 0;
    top: 1px;
    transform: rotateX(180deg);
}

.comment-reply-link-wrapper a:hover:before {
    color: #339fd6;
}

.comment-star-container {
    display: inline-block;
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.comment-star-container p {
    padding-bottom: 0;
}

.comment-star-container p.comment-author {
    float: left;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
    position: relative;
}

.comment-star-container p.comment-author:before {
    color: rgba(0, 0, 0, 0.15);
    content: "|";
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 1px;
}

.comment-date {
    line-height: 1;
}

/* Social Icon
           ========================================================================== */
.social-media-shareicon {
    display: block;
    padding: 15px 0 20px;
    width: 100%;
}

.social-media-shareicon ul {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    padding: 0;
	margin: 0;
	position: relative;
}
.social-media-shareicon ul::before {
	content: "Поширити";
	display: block;
	margin-right: 20px;
	font-family: "Museo Sans Cyrl 700";
	font-size: 15px;
	color: #435060;
}

.social-media-shareicon li {
    margin-right: 5px;
}

.social-media-shareicon li:nth-of-type(1) {
	order: 2;
}
.social-media-shareicon li:nth-of-type(2) {
	order: 1;
}

.social-media-shareicon a {
    color: #3457ab;
	width: 150px;
	height: 40px;
	border: 1px solid #3457ab;
	border-radius: 20px;
	padding-left: 15px;
	
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.social-media-shareicon .facebook {
   
}

.social-media-shareicon .twitter {
    border: 1px solid #4db5f9;
	color: #4db5f9;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	padding-left: 0;
}

.social-media-shareicon .twitter i {
	position: absolute;
	top: 12px;
	left: 18px;
	margin-top: 0;
}

.social-media-shareicon .twitter .social-button-count {
	margin-left: 0;
}

.social-media-shareicon .googleplus {
    background: #dd4b39;
}

.social-media-shareicon .pinterest {
    background: #c8232c;
}

.social-media-shareicon .linkedin {
    background: #0e76a8;
}

.social-media-shareicon .email {
    background: #D19502;
}

.social-media-shareicon i {
    font-size: 18px;
	margin-top: 3px;
}

.social-button-count {
    margin-left: 12px;
	font-family: "Museo Sans Cyrl 500";
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 4px;
}

.entry-share .social-share-links {
    margin-right: 0;
}

.entry-share .social-button {
    margin-left: 6px;
}

.theme-share {
    padding-top: 20px;
    text-align: center;
}

.theme-share .social-button {
    margin: 0 5px;
}

.mob-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all .4s;
	z-index: -1;
	opacity: 0;
	display: none;
}
.mob-buttons.visible {
	z-index: 1000;
	opacity: 1;
}
.mob-buttons > a {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
	height: 50px;
	font-family: "Museo Sans Cyrl 500";
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}
.mob-buttons__top {
	color: #435060;
	background-color: #f6f8fb;
	box-shadow: 0 0 13px rgba(35, 42, 46, 0.21);
	z-index: 0;
}
.mob-buttons__top__arrow {
	position: absolute;
	top: calc(50% - 20px);
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #96cb5c;
	background-image: url(images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.mob-buttons__full-version {
	background-color: #94ca58;
	color: #fff;
	z-index: 1;
	display: none !important;
}

#navbar #search-2 {
	display: none;
}

.home .little-col {
	padding-right: 0;
}

.home .little-col > .col-sidebar {
	width: 100% !important;
	padding: 0;
}
.home .little-col > .col-sidebar > section {
	width: 100% !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and ( max-width: 1260px ) {
    .newsletter-subscribe input[type="text"], .newsletter-subscribe input[type="submit"] {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 981px) {
    .mega-menu ul.mega li .sub-container {
        position: absolute;
    }

    div#menu-secondary-title {
        display: none;
    }

    .nav_bg #menu-primary-menu.mega {
        padding: 0
    }
}

@media (min-width: 1260px) {
    .container {
        width: 950px;
    }
}

@media (max-width: 1199px) {
    .navbar .nav > li, .mega-menu ul.mega li {
        margin-right: 15px;
    }

    .item .details {
        margin-top: 410px;
    }

    .col-details {
        width: 59%;
    }

    .col-nlform {
        width: 37%;
    }

    .widget-tabs .nav-tabs>li>a {
        padding: 7px 11px;
    }

    .section.trending-post {
        margin-bottom: 20px;
    }

    .wpb_row .master-slider-parent *, .master-slider-parent * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 180%;
    }

    h2, .h2 {
        font-size: 140%;
    }

    h3, .h3 {
        font-size: 120%;
    }

    .hentry h2 {
        font-size: 125%;
    }

    .container {
        width: 100%;
    }

    .pos_navigation .article-name {
        display: none
    }

    .pos_navigation .post_right a {
        float: right
    }

    .navbar .nav > li, .mega-menu ul.mega li {
        margin-right: 14px;
    }

    .item .details {
        margin-top: 360px;
    }

    .item .megaheading {
        font-size: 280%;
    }

    .section.trending-post {
        margin-bottom: 10px;
    }

    .col-details .footer-logo, .col-details .nl-detail {
        display: block;
    }

    .col-details .nl-detail {
        padding: 0 15px 0 0;
        margin-top: 15px;
    }

    .inline-form-wrap .form-group {
        width: 100%;
    }

    .footer_widget_wrap .widget:nth-child(2n+1) {
        clear: both;
    }

    /*.widget-tabs .nav-tabs>li>a{padding: 7px 9px;}*/
    .col-nlform .input-nlmail {
        width: 100%;
        max-width: inherit;
    }

    .footer-newsletter .btn {
        width: 100%;
    }

    .col-sidebar .widget {
        margin-bottom: 25px;
    }

    .lifestyle {
        margin-bottom: 40px;
    }

    .section {
        margin-bottom: 30px;
    }

    .col-main-content .list article {
        width: calc(50% - 13px);
    }

    .col-main-content .widget .widget-title {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .section.sec-recent {
        margin-bottom: 50px
    }

    .post, .col-main-content .page {
        margin-bottom: 30px;
    }

    .post:last-child {
        margin-bottom: 0
    }

    blockquote {
        margin: 30px 0 20px;
    }

    .pos_navigation .fa {
        max-width: 36px;
    }

    .pos_navigation .fa svg {
        height: 26px;
    }

    #footer {
        margin-top: 30px;
    }

    .commentform-wrap {
        padding: 25px 20px;
    }

    #footer .form-inline input[type="submit"] {
        float: none;
        display: block;
        margin: 10px 0 0;
    }

    .post.trending-article {
        margin-bottom: 25px;
    }
	.category-agrovideo .content-wrapper .row,
	.category-agrophoto .content-wrapper .row{
		margin: 0 0;
		padding: 0 20px;
	}
	header .inner-header,
	footer {
		padding: 16px 20px;
	}
	.col-main-content .list article {
		height: 165px;
	}
	.content-wrapper {
		padding: 0 15px;
	}
	.col-sidebar > section {
		max-width: 400px;
		margin: 0 auto;
	}
}

@media (max-width: 980px) {
    #menu-primary-menu.mega {
        display: none;
        width: 100%;
    }

    .navbar-toggle, #menu-secondary-title {
        padding: 9px;
        width: 100%;
        margin: auto;
        float: none;
        float: none;
        font-weight: bold;
        text-align: center;
    }

    .nav_bg {
        margin: 0 -15px;
        padding: 0 15px;
        background: #F5F5F5;
    }

    .mega-menu ul.mega > li {
        width: 100%;
    }

    .mega-menu ul.mega li .sub-container.mega .sub {
        border: none;
    }

    .mega-menu ul.mega .sub li {
        padding: 0 20px;
    }

    .mega-menu ul.mega > li > a {
        float: none;
        border-bottom: none;
        font-weight: normal;
        padding: 10px 0px;
    }

    .mega-menu ul.mega li .sub-container {
        background: none;
    }

    .mega-menu ul.mega li .sub li.mega-hdr {
        width: 100%
    }

    body .mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a {
        margin-right: 0;
        border-bottom: none;
    }

    .mega-menu ul.mega li .sub-container.mega .sub {
        padding: 0;
    }

    .mega-menu ul.mega li ul.sub-menu ul {
        margin-bottom: 0;
    }

    body .mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a {
        font-weight: normal
    }
}

@media (max-width: 900px) {
	.col-main-content .list article {
		height: 135px;
	}
}

@media (max-width: 820px) {
	.navbar .nav > li {
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
    .btn-lg {
        padding: 11px 22px;
    }
	
	.date-mobile {
    display: block;
    font-size: 17px;
    color: #b4b9be;
    margin-bottom: 25px;
}
	
	header {
		padding: 0;
	}
	
    header .inner-header {
        padding: 22px 0;
    }

    .navbar {
        min-height: inherit;
    }

    .navbar-toggle, #menu-secondary-title {
        display: block;
    }
	
	.navbar-toggle {
		background-color: #94ca58;
		width: 40px;
		height: 40px;
		border: 1px solid #96cb5b;
        position: absolute;
        top: -60px;
        border-radius: 50%;
        right: 20px;
		padding: 0;
	}
	.navbar-toggle .icon-bar {
		position: absolute;
		width: 16px;
		height: 2px;
        top: calc(50% - 1px);
		left: calc(50% - 8px);
		margin: 0 !important;
		transition: all .3s;
		
		background-color: #fff;
		transform: rotate(45deg);
	}
	.navbar-toggle .icon-bar:first-child,
	.navbar-toggle .icon-bar:last-child {
		top: calc(50% - 1px);
		transform: rotate(-45deg);
	}

    .navbar-toggle.collapsed {
        background-color: transparent;
    }

    .navbar-toggle.collapsed .icon-bar {
		background: #475464;
		transform: rotate(0deg);
    }
	.navbar-toggle.collapsed .icon-bar+.icon-bar {
		margin-top: 0;
	}
	.navbar-toggle.collapsed .icon-bar:first-child {
		top: calc(50% - 5px);
	}
	.navbar-toggle.collapsed .icon-bar:last-child {
		top: calc(50% + 3px);
	}

    #menu-primary-menu {
        margin: 0;
        padding: 0 15px;
        padding-bottom: 10px;
    }
	
	.navbar-nav {
		padding: 0;
	}
	
    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 1001;
    }

    .sub-menu > li > a {
        padding: 7px 10px;
    }

    #toggle-top-hdr {
        display: inline-block;
    }

    .top-header .container {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease;
        -moz-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
    }

    .top-header .container.show {
        max-height: 400px;
    }

    .navbar .nav li, .mega-menu ul.mega li {
		display: block;
		margin: 0 0 24px 0;
		padding-left: 50px;
    }

    .navbar .nav>li>a {
        font-family: "Museo Sans Cyrl 500";
		font-size: 16px;
		border: none;
		padding: 0;
    }

    .navbar-nav li .sub-menu {
        position: initial;
        border: none
    }

    .main-navigation .navbar-nav li .sub-menu li {
        background-color: transparent;
        border: none;
        padding: 0 10px;
    }

    .navbar .navbar-collapse {
        background: #f6f8fb;
        border-top: 1px solid #e5e5e5;
		margin: 0;
		padding: 28px 15px 20px;
    }

    .navbar-nav .open .dropdown-menu {
        background: #e5e5e5;
        padding: 2px 0
    }

    .navbar-nav .sub-menu > li > a:hover, .navbar-nav .sub-menu > li > a:focus {
        background-color: transparent;
        color: #555
    }

    .navbar .dropdown-menu>li>a {
        text-align: center;
    }
	
	.navbar .nav>.current-menu-item>a {
		color: #435060;
	}
	.navbar .nav>.current-menu-item {
		position: relative;
	}
	.navbar .nav>.current-menu-item::before {
		content: "";
		display: block;
		position: absolute;
		width: 38px;
		height: 2px;
		background-color: #94ca58;
		left: 0;
		top: 8px;
	}
	
	.navbar .nav > li:hover > a {
		border-bottom: none;
	}
	
    .navbar .nav ul .menu-item-has-children > a:after {
        position: inherit;
        -webkit-transform: rotate(90deg);
        */-moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .item .details {
        margin-top: 20%;
    }

    .item .megaheading {
        font-size: 200%;
    }

    .topnav li {
        width: 100%;
        margin-right: 0;
    }

    .topnav li+li:before {
        display: none;
    }

    .topnav .sub-menu {
        background-color: transparent;
        display: block;
        position: static;
    }

    .topnav li:hover > .sub-menu {
        list-style: none;
    }

    .topnav li:hover > .sub-menu li a {
        background-color: transparent;
    }

    .top-header {
        text-align: center;
    }

    .social-links {
        display: inline-block;
        float: none;
        vertical-align: bottom
    }

    .social-links li a {
        border: 1px solid #575757;
    }

    .brand .logo {
        display: inline-block
    }

    .brand .logo img {
        max-width: 70%
    }

    .brand, .searchbar {
        float: none;
        text-align: center;
    }
	
	.brand {
		margin: 0;
	}

    .searchbar .search-form {
        width: 100%;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .btn {
        padding: 8px 16px;
    }

    /*input[type="search"], input[type="text"], input[type="password"], input[type="submit"] { padding: 12px 30px; }*/
    #header .searchbar .search-form label {
        max-width: 100%;
    }

    .searchbar {
        margin-top: 12px;
    }

    .searchbar .form-inline {
        width: 100%;
    }

    .searchbar .input-search, .searchbar .btn {
        display: inline-block;
    }
    .col-details, .col-nlform {
        width: 100%;
    }

    .col-details {
        margin-bottom: 20px;
        padding-bottom: 23px;
        border-bottom: 1px solid #dbdbdb;
        border-right: none;
    }

    .col-details .footer-logo {
        width: 110px;
    }

    .breadcrumb li+li:before {
        padding: 0 10px;
    }

    .post-author .author-photo, .post-author .author-details {
        display: block;
        text-align: center
    }

    .col-main-content {
        margin-top: 10px
    }

    .comment_list ol li ul.children {
        margin-left: 20px;
    }

    .comment {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 10px 0;
    }

    .comment-star-container p.comment-author {
        display: inline-block;
        float: none;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    .comment-text-inner-wrapper p.comment-date {
        display: inline-block;
        float: none;
        width: 100%;
    }

    .comment-star-container {
        display: inline-block;
        float: none;
        width: 82%;
    }

    .comment-star-container p.comment-author::before {
        display: none;
    }

    .comment_left {
        margin-right: 10px;
        max-width: 40px;
    }

    .children .comment-text, .comment-text {
        max-width: calc(100% - 50px);
    }

    .trending-article-wrapper {
        margin-top: 40px;
    }

    .popular-post img {
        width: 100%
    }

    blockquote {
        padding: 24px 0px 20px;
    }
	.top-header {
		/* display: none; */
	}
	.searchbar .search-form {
		margin-left: 0;
	}
	.searchbar .search-field {
		width: 100%;
	}
	.searchbar input[type="submit"] {
		right: 0;
	}
	.category-agrovideo #main {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	.col-main-content .list article {
		width: calc(50% - 10px);
		max-width: 100%;
		height: 204px;
		margin-bottom: 20px;
	}
	.col-main-content .list article:nth-of-type(odd) {
		margin-right: 20px;
	}
	#navbar #search-2 {
		display: block;
		width: 100%;
		max-width: 320px;
		margin-bottom: 15px;
	}
	.container > #search-2 {
		display: none;
	}
	.inner-header .header__socials-search {
		display: none;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.little-col {
		width: 33.33333333%;
		float: left;
		padding-right: 0;
	}
	
	.date-mobile {
    display: block;
    font-size: 17px;
    color: #b4b9be;
    margin-bottom: 25px;
}
	
	.big-col {
		width: 66.66666667%;
		float: left;
	}
	.col-sidebar .widget:last-of-type {
		width: 100%;
	}
	.col-sidebar ul {
		width: 100%;
	}
	.sidebar-item-date {
		font-size: 9px;
		margin-right: 10px;
	}
	.home .sidebar-item-text a {
		font-size: 11px;
	}
	.flexslider .slides > li {
		max-height: 250px;
	}

}
@media (min-width: 481px) and (max-width: 680px) {
	.flexslider .slides > li {
		max-height: 212px;
	}
	

}

@media (max-width: 650px) {
	.col-main-content .list article {
		height: 170px;
	}
	
	.category-news .col-main-content .list article {
	flex-direction: column;
	}

	.category-articles .col-main-content .list article {
	flex-direction: column;
	}
	
	.category-interview .col-main-content .list article {
	flex-direction: column;
	}
	
		.category-agrobuh .col-main-content .list article {
	flex-direction: column;
	}
	
	.category-news .col-main-content .list article .list-post-img + .item-content, 
	.category-news-ru .col-main-content .list article .list-post-img + .item-content,
	.category-interview .col-main-content .list article .list-post-img + .item-content,
		.category-agrobuh .col-main-content .list article .list-post-img + .item-content,
	.category-articles .col-main-content .list article .list-post-img + .item-content {
	padding: 0 10px;

}

}

@media (max-width: 580px) {
    html {
        font-size: 13px;
    }

	.g-7 {
		display:none;
	}


    .col-main-content .list article .list-post-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
    }

    .col-main-content .list article .list-post-img + .item-content {
        width: 100%
    }

    .item .megaheading {
        font-size: 140%;
    }

    .item .label {
        font-size: 60%;
        padding: 6px;
    }

    .item .details p {
        display: none;
    }

    .item .details {
        padding: 0 0 10px;
    }

    .pos_navigation .nav-next a::before, .pos_navigation .nav-previous a::before {
        line-height: 0.9;
    }

    .post .post-title {
        margin-top: 15px;
    }
}

@media (max-width: 550px) {
	.col-main-content .list article {
		height: 155px;
	}
}

@media (max-width: 480px) {
	.mob-buttons {
		display: block;
		
	}
	
body.archive.category.category-interview.category-22.tribe-js .item-content {
   font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    width: auto;
    line-height: normal;
    text-align: left;
    margin-top: 205px;
    margin-left: -330px;
}

body.archive.category.category-articles.category-4.tribe-js .item-content {
   font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    width: auto;
    line-height: normal;
    text-align: left;
    margin-top: 205px;
    margin-left: -330px;
}

body.archive.category.category-agrophoto.category-7.tribe-js .item-content{
	
	    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    width: -webkit-fill-available;
    line-height: normal;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
}

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics) #main article:nth-child(2) .item-content {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    width: -webkit-fill-available;
    line-height: normal;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
}

.category-news .col-main-content .list article .list-post-img, 
	.category-agrobuh .col-main-content .list article .list-post-img, 
.category-interview .col-main-content .list article .list-post-img, .category-articles 
.col-main-content .list article .list-post-img {
   /* min-width: 345px;*/
   /* max-width: 307px;*/
   width:100%;
    height: auto;
    overflow: hidden;
}

.category-news .item-content span {
	text-align: justify;
}
	
	.col-main-content .list article:last-of-type {
    margin-bottom: 20px;
}
	
	button.load-more {
		margin-top: 35px;
	}
	
    .featured-trend .content {
        padding: 20px 25px
    }

    .featured-trend .meta-info {
        padding-bottom: 0
    }

    #comments .comment_list li #respond #reply-title small {
        display: inline-block;
        float: none;
        padding-top: 0;
        width: 100%;
    }
	.flexslider .slides > li {
		max-height: 180px;
	}
	.col-sidebar .widget:last-of-type {
		width: 100%;
	}
	.col-sidebar ul {
		width: 100%;
	}
	#header .widget.searchbar {
		display: none;
	}
	.home .main-banner, .top-header {
		display: none;
	}
	.navbar-toggle {
		top: -55px;
	}
	.brand {
		text-align: left;
		padding-left: 20px;
	}
	.home .navbar {
		margin: 0;
	}
	header .inner-header {
		padding: 15px 0;
	}
	footer {
		padding-bottom: 18px;
	}
	.home footer {
		padding-bottom: 120px;
	}
	.col-main-content .list article {
		width: 100%;
		/* max-width: 320px; */
		height: 204px;
	}
	.col-main-content .list article:nth-of-type(odd) {
		margin-right: 0;
	}
	nav.navbar {
		margin: 0;
		border: none;
		border-top: 1px solid #ecedef;
	}
	.category-agrovideo footer {
		padding-bottom: 18px;
	}
	
	.social-media-shareicon ul::before {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		text-align: center;
	}
	.social-media-shareicon ul {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		padding-top: 35px;
	}
	.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
		padding: 20px 10px;
	}
	.site-main .page-title {
		margin: 20px 0 50px;
	}
	.category-news .col-main-content .list article .list-post-img {
		/*display: none;*/
	}
	.home .little-col  {
		padding-right: 15px;
	}
	.flexslider, .slider_container {
		display: none;
	}
}

@media (max-width: 360px) {
	.count-views {
		margin: 0 10px;
	}
	.header-post .social-element {
		width: 22px;
		height: 22px;
	}
	.header-post .social-element a {
		font-size: 10px;
	}
	.flexslider, .slider_container {
		display: none;
	}

}

/* ==========================================================================
   IE 10 and up version fixes
   ========================================================================== */
@media (-ms-high-contrast:none), (-ms-high-contrast:active) {
    html input[type="search"], html input[type="text"], html input[type="password"] {
        height: 49px;
    }
}

@media (max-width: 991px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    html input[type="search"], html input[type="text"], html input[type="password"] {
        height: 46px;
    }
}

@media (max-width: 767px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    html input[type="search"], html input[type="text"], html input[type="password"] {
        height: 38px;
    }
}

.agrophoto-slider__container {
	overflow: hidden;
} 
.popup__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup__wrapper.active {
	pointer-events: all;
	opacity: 1;
	z-index: 1000;
}
.popup__container {
	position: relative;
	margin: auto;
	max-width: 70%;
	max-height: 90%;
	background: #ccc;
	border-radius: 2px;
	padding: 5px;
	display: flex;

}
.popup__container img {
	margin: auto;
}
.popup__close {
	position: absolute;
    right: 5px;
    top: 5px;
    width: 80px;
    height: 80px;
    opacity: 0.5;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}
.popup__close:hover {
	opacity: 1;
}
.popup__close:before, .popup__close:after {
	position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 25px);
    content: ' ';
    height: 50px;
    width: 2px;
    background-color: #c9c9c9;
}
.popup__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 768px){
	.popup__container {
		max-width: 100%;
		max-height: 90%;
	}
	.popup__container img {
		width: 100%;
	}
	
	.sidebar-item-text a {
		font-size:18px;
	}
}


.popup__arrow.popup__arrow--right {
	position: absolute;
	right: 30px;
	top: calc(50% - 25px);
	border: 1px solid #c2c2c2;
	border-width: 0 0 2px 2px;
	width: 50px;
	height: 50px;
	line-height: 0;
	font-size: 0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
}
.popup__arrow.popup__arrow--left {
	position: absolute;
	left: 30px;
	top: calc(50% - 25px);
	border: 1px solid #c2c2c2;
	border-width: 0 0 2px 2px;
	width: 50px;
	height: 50px;
	line-height: 0;
	font-size: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
}
.popup__arrow:hover {
	border: 1px solid #333;
	border-width: 0 0 2px 2px;
}

.agrophoto-slider__big-slider-container {
	position: relative;
}

.agrophoto-slider__wrapper .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 20px);
	font-size: 0px;
	border: none;
	background-color: #e1e3e4;
	z-index: 1;
	background-image: url(images/arrow-grey.png);
	background-repeat: no-repeat;
	background-position: 40% 50%;
}
.agrophoto-slider__small-slider .slick-arrow {
	display: none !important;
}

.agrophoto-slider__counter {
	text-align: center;
	font-family: "Museo Sans Cyrl 500";
	font-size: 16px;
	color: #737b88;
	padding: 5px 0;
}
.agrophoto-slider__counter::before {
	content: "фото ";
	display: inline-block;
	margin-right: 4px;
}

.agrophoto-slider__full-size-btn {
	position: absolute;
	font-size: 0px;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(images/full-screen.png);
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}

.agrophoto-slider__wrapper .slick-list {
	position: relative;
	z-index: 0;
}

.agrophoto-slider__wrapper .slick-prev {
	left: 10px;
}
.agrophoto-slider__wrapper .slick-next {
	right: 10px;
	transform: rotate(180deg);
}

.agrophoto-slider__small-slider .slick-track {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.agrophoto-slider__small-slider .slick-track > img {
	display: inline-block;
	margin-right: 10px;
}

.main-page__annonce-wrapper, .main-page__annonce-container, .main-page__annonce-container .slick-list {
    height: 100%
}

.main-page__annonce-container .slick-arrow {
	position: absolute;
	bottom: 30px;
	font-size: 0px;
	width: 15px;
	height: 20px;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	border: none;
	z-index: 1;
}
.main-page__annonce-container .slick-arrow:hover {
	background-image: url(images/left-white.png);
}
.main-page__annonce-container .slick-prev {
	left: 14px;
}
.main-page__annonce-container .slick-next {
	right: 14px;
	transform: rotate(180deg);
}

.main-page__annonce-container .slick-list {
	position: relative;
	z-index: 0;
}

.widget .entry-content .slick-slider .main-block-news-content h2 {
	border-left: none;
	min-height: 30px;
}

.main-page__annonce-item {
    float: left;
	position: relative;
	max-height: 200px;
}

.a-12 img {
	width: 100% !important;
}

.g-dyn img {
	width: 100% !important;
}

.g-8 {
	max-width: 100% !important;
	max-height: 100% !important;
}