html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	overflow-x: hidden;
max-width: 100%;
}
body {
	background: #f1f5f7;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	margin-top: 74px;
	-webkit-font-smoothing: antialiased;
}

*, :focus, :active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #689f38;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}


p:empty { display:none; }

strong {
	font-weight: 600;
}

h1 {
	font-size: 46px;
	line-height: 40px;
	color: #222222;
	margin: 30px 0;
	font-weight: 400;
}
h1 small {
	font-size: 30px;
	color: #898989;
	display: block;
	font-weight: 300;
}

nav {
	background: #689f38;
	height: 74px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	position:fixed;
	width:100%;
	top:0;
	z-index:99;
	transition: top 0.4s 0.3s;
	-webkit-transition: top 0.4s 0.3s;
}
nav.hidden {
	top: -135px;
}
nav ul {
	float: right;
	margin-right: 130px;
}
nav ul li {
	display: inline-block;
}
nav ul li a { 
	padding: 28px 15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	line-height: 1rem;
	border-bottom: 3px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
nav ul li a:hover, nav ul li.active a {
	background: #588b2b;
	box-shadow: inset 0 -2px 0 #689f38;
	border-bottom: 3px solid white;
}
nav .menu > li.menu-item-has-children {
	position: relative;
}
nav .menu > li.menu-item-has-children > .sub-menu {
	display: none;
	width: 980px;
	position: absolute;
	background: #fff;
	right: 0;
	margin: 0;
	padding: 10px 10px 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-top:-10px
}
nav .menu > li.menu-item-has-children > .sub-menu.visible {
	display: block;
}
nav .menu > li.menu-item-has-children > .sub-menu > li {
	width: calc(100% / 6);
	float:left;
}
nav .menu > li.menu-item-has-children > .sub-menu > li > a {
	font-weight: 600;
	padding: 15px;
	color: #689f38;
}
nav .menu > li.menu-item-has-children > .sub-menu > li > a:hover {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

nav .menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
	margin: 0;
	float:none;
}
nav .menu > li.menu-item-has-children > .sub-menu > li > .sub-menu li {
	display: block;
	height: 32px;
}
nav .menu > li.menu-item-has-children > .sub-menu > li > .sub-menu li a {
	padding: 10px 15px;
	color:#666;
}
nav .menu > li.menu-item-has-children > .sub-menu > li > .sub-menu li a:hover {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	opacity: 0.6;
}

nav .brand {
	display:inline-block;
	padding:12px;
}
nav .hamburger {
	/*border-right: 1px solid #a1d188;*/
	/*padding: 35px 20px 36px;*/
	display: inline-block;
	margin-right: 10px;
	float: left;
	background: #689f38;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
nav .hamburger:hover {
	background: #588b2b;
}
nav .hamburger span {
	width: 24px;
	height: 3px;
	background: white;
	display: block;
	
}
nav .hamburger span:before, nav .hamburger span:after {
	content: '';
	width: 24px;
	height: 3px;
	background: white;
	display: block;
	position: relative;
}
nav .hamburger span:before {
	top: -6px;
}
nav .hamburger span:after {
	top: 3px;
}
nav .ico-search, nav .ico-message, nav .ico-close, .ico-comments {
	width: 55px;
	height: 55px;
	position: absolute;
	z-index: 8;
	bottom: -27.5px;
	right: 10px;
	background: url(../img/ico-search.png) center center no-repeat;
	background-color: #f1f5f7;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	cursor: pointer;
	display: block;
}
nav .ico-search:hover, nav .ico-message:hover, nav .ico-close:hover, .ico-comments:hover {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
nav .ico-message {
	right: 70px;
	background: url(../img/ico-message.png) center center no-repeat;
	background-color: #f1f5f7;
}
nav .ico-close {
	display: none;
	background: url(../img/ico-close.png) center center no-repeat;
	background-color: #f1f5f7;
}
.ico-comments {
	background: url(../img/ico-comments.png) center center no-repeat;
	width: 78px;
	height: 78px;
	bottom: -50px;
	right: 0px;
	background-color: #f44336;
}
.post-image .container {
	position: relative;
}

.form-search {
	background: #689f38;
	padding: 20px;
	display: block;
	/*height: 62px;*/
	margin-top: -102px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	box-sizing: border-box;
}
.form-search input {
	width: 100%;
	box-sizing: border-box;
	background: #7bb647;
	font-size: 32px;
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-weight:300;
}
.visible-search .form-search {
	/*display: block;*/
	margin-top: 0;
	top: 74px;
}

.second-nav {
	width: 320px;
	display: block;
	padding: 0;
	margin: 0px;
	position: fixed;
	height: 100%;
	background: #fff;
	left: -320px;
	border-top: 1px solid #a1d188;
	z-index: 99;
	transition: left 0.3s ease-in-out;
	-webkit-transition: left 0.3s ease-in-out;
}
.second-nav.visible {
	left: 0;
}
.second-nav li a {
	padding: 20px;
	display: block;
	border-bottom: 1px solid #e8e8e8;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	/*text-transform: uppercase;*/
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.second-nav li a:hover {
	background: #eeeeee;
	color: #689f38;
}

.page-content {
	background: #f1f5f7;
	position: relative;
	margin-bottom: 400px;
	z-index: 2;
	width: 100%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

footer {
	text-align: center;
	background: #ebebeb;
	padding: 200px 0 50px 0;
	width:100%;
	float: left;
	box-sizing:border-box;
	position:fixed;
	left: 0;
	bottom: 0;
	height: 545px;
}
footer img {
	margin-bottom: 40px;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
footer img:hover {
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    opacity: 1;
}
footer p {
	font-size: 15px;
	line-height: 21px;
	max-width: 590px;
	margin: 0 auto;
	color: #a2a2a2;
}
footer p.copy {
	font-size: 17px;
	margin-bottom: 30px;
}
footer ul {
	margin-bottom: 30px;
}
footer ul li {
	display: inline-block;
	padding: 10px;
}
footer ul li a {
	color: #212121;
	text-transform: uppercase;
	font-size: 17px;
	cursor: pointer;
}
footer ul .sub-menu {
	display: none;
}
footer ul li a:hover {
	cursor: pointer;
	color: #689f38;
}

.container {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.posts {
	width: 66.66666%;
	margin: 0 -20px;
	display: flex;
	flex-flow: row wrap;
}
.posts li {
	width: calc(50% - 40px);
	float: left;
	margin: 0 20px 40px;
	position: relative;
}
.posts li {
	display: block;
	background: #fff;
	height: 359px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.posts li .image {
	background-size: cover;
	background-position: center center;
	height: 300px;
	position: relative;
	color: #fff;
}
.posts li .image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 66.6%;
	height: 50%;
	left: 0;
	bottom: 0;
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.posts li .image .category {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	background:#689f38;
	padding: 6px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
	border-radius:4px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.posts li .image .category a {
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.posts li .image > a.link, .big-post .image > a.link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: 2;
}

.posts li .title .author {
	position: absolute;
	top: -70px;
	left: 0;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	padding: 20px;
}
.posts li .title .author a { 
	color: #fff;
}
.posts li .title .author img {
	margin-right: 10px;
	position: relative;
	top: 8px;
	display:inline-block;
	border-radius: 50%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.posts li .title .author:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.posts li .title .date {
	position: absolute;
	top: -62px;
	right: 0;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	padding: 20px;
}
.posts li .title {
	padding: 15px;
	font-size: 24px;
	line-height: 29px;
	color: #222;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	background: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	
}
.posts li .title:after {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background :white;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.posts li:hover .title:after {
	background: #689f38;
}
.posts li:hover .title {
	color: #fff;
	background: #689f38;
}
.posts li .title > a {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	max-height: 86px;
	overflow: hidden;
	display: block;
	color: #222;
}
.posts li:hover .title > a {
	color: #fff;
}
.posts li:hover .image .category {
	color: #689f38;
	background:#fff;
}
.posts li:hover .image .category a {
	color: #689f38;
}
.bubble {
	min-width:14px;
	text-align:center;
	background: #689f38;
	line-height: 25px;
	height: 25px;
	border-radius: 4px;
	border-width: 0px;
	color: #fff;
	font-size: 12px;
	padding: 0 7px;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.bubble:after {
	content: '';
	width: 9px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	right: 12px;
	background: url(../img/bubble3.png);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.bubble.hot {
	background: #ff8400;
	color: #fff;
}
.bubble.hot:after {
	background: url(../img/bubble2.png);
}
.bubble.hot:before {
	content: '';
	margin-right: 6px;
	background: url(../img/bubble-hot.png);
	width: 12px;
	height: 16px;
	display: inline-block;
	position:relative;
	top: 3px;
}
.posts li:hover .bubble {
	background-color: rgb(255, 255, 255);
	color: #689f38;
}
.posts li:hover .bubble:after {
	background: url(../img/bubble.png);
}

.big-post {
	width: 50%;
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
	float: left;
}
.big-post .image {
	background-size: cover;
	background-position: center center;
	height: 400px;
	position: relative;
	color: #fff;
	z-index: 1;
	background-color: #f1f5f7;
}
.big-post .image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
/*.big-post .image:before {
	content: '';
	width: 100%;
	height: calc(100% + 110px);
	background: #f1f5f7;
	position: absolute;
	top: -30px;
}*/
.big-post {
	box-shadow: 0 25px 0 55px #f1f5f7;
}
.big-post .title .author {
	position: absolute;
	top: -70px;
	left: 0;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	padding: 20px;
}
.big-post .title .author a {
	color: #fff;
}
.big-post .title .author img {
	margin-right: 10px;
	position: relative;
	top: 8px;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.big-post .title .author:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.big-post .title {
	padding: 25px;
	font-size: 28px;
	line-height: 36px;
	color: #222;
	position: absolute;
	z-index: 2;
	width: calc(100% - 100px);
	box-sizing: border-box;
	bottom: -30px;
	left: 50px;
	background: #fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.25);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.big-post:hover .title {
	color: #fff;
	background: #689f38;
}
.big-post .title > a {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
}
.big-post:hover .title > a {
	color: #fff;
}

.sidebar {
	float: right;
	width: 33.3333333%
}

.big-banner, .vertical-banner {
	display: block;
	margin-bottom: 50px;
	width:100%;
	text-align:center;
}
.big-banner img, .vertical-banner img {
	width: 100%;
	height: auto;
	margin-bottom:-2px;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
}
.big-banner {
	float: left;
}
/*.vertical-banner.fixed {
	position: fixed;
	top: 104px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.vertical-banner.fixed.stop {
	position: absolute;
}*/
   
/*.nav-hidden .vertical-banner.fixed {
	top: 30px;
}*/

.vertical-banner {
	max-width: 300px;
	margin-left: 50px;
	margin-bottom: 40px;
	margin-top: 0px;
	transition: margin-top 0.4s;
	-webkit-transition: margin-top 0.4s;
}
.is_stuck .vertical-banner {
	margin-top: 104px;
}
.nav-hidden .is_stuck .vertical-banner {
	margin-top: 30px;
}

.home .vertical-banner{
	max-width: 360px;
	margin-left: 40px;
}

.promo-section {
	padding: 60px 0 30px;
	margin-bottom: 40px;
	overflow: hidden;
	background-size: contain;
	position: relative;
	background-repeat:no-repeat;
}
.promo-section:before {
	content: '';
	background: url(../img/pattern.png) left top repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.66;
}
.promo-section .posts {
	/*margin-left: 30%;*/
	width: 100%
}
.posts.swiper-wrapper  {
flex-flow: inherit;

        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
    }

.posts.swiper-wrapper li {
	float: none;
	display: inline-block;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	width: 100%;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow, .swiper-button-next, .swiper-button-prev {
	width: 66px;
	height: 66px;
	background: url(../img/slider-arrow.png);
	background-size:100%;
	border: none;
	box-shadow: none;
	text-indent: -99999px;
	position:absolute;
	top:50%;margin-top:-50px;
	z-index:9;
	cursor: pointer;
}
button.slick-next.slick-arrow {
	right: 28%;
}
button.slick-prev.slick-arrow, .swiper-button-prev {
	/*left: -1%;*/
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

a.tag {
	display: inline-block;
	background: #c2c2c2;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 12px;
	border-radius: 4px;
	margin-right: 12px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a.tag:hover {
	background: #588b2b;
}
.tags {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 65px;
	position:relative;
	z-index:1;
	overflow-x: scroll;
	white-space: nowrap;
	-ms-overflow-style: none;
}
.tags li {
	display: inline-block;
}

.tags::-webkit-scrollbar {
	display: none;
}

.more {
	margin-top: 42px;
}

.pagination {
	margin: 20px 0 30px 0;
}
.pagination li {
	display: inline-block;
}
.pagination li a, .pagination a, .pagination span {
	padding: 10px 12px;
	background: #e8e8e8;
	margin-right: 10px;
	font-size: 15px;
	color: #222222;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	opacity: 0.4;
	display: inline-block;
	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.pagination li a.active, .pagination .current {
	opacity: 1;
}

.pagination li a:hover, .pagination a:hover {
	background: #689f38;
	color: #fff;
	opacity: 1;
}


.author-box {
	padding: 75px 0 55px;
	min-height: 236px;
}
.author-box span {
	color: #555555;
	font-size: 13px;
	padding: 0 20px;
	border-right: 1px solid #e2e4e5;
}
.author-box > div > span:last-child {
	border: none;
	padding-right: 0;
}
.author-box > div > span:first-child {
	padding-left: 0;
}
.author-box h1 {
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 40px;
}
.author-box hr {
	border: none;
	border-top: 1px solid #dfe1e2;
	margin: 20px 0 30px;
}
.author-box p {
	font-size: 16px;
	line-height: 25px;
	color: #555555;
}
.author-box img.avatar {
	width: 235px;
	height: 235px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
	border:none;
	float:left;
	margin-right:30px;
	border-radius: 50%;
}
.author-box span img {
	margin-left: 7px;
	position:relative;
	top: 7px;
}


.post-image {
	height: 580px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 60px;
	background-color: #f1f5f7;;
}
.post-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.post-image .title {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.post-image .title h1 {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
}
.post-image .title .author {
	color: #939393;
	font-size: 14px;
	z-index: 2;
}
.post-image .title .author img {
	margin-right: 15px;
	position: relative;
	top: 6px;
	display:inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.post-image .title span {
	color: #939393;
	margin-right: 15px;
	/*padding-right: 15px;*/
	/*border-right: 1px solid #939393;*/
	text-transform: uppercase;
	font-weight: 300;
}
.post-image .title span:last-child {
	border: none;
	margin-right: 0;
}
.post-image .title span a {
	color: #939393;
}
.post-image .title span:after {
	content: '';
	width: 1px;
	height: 10px;
	margin-left: 15px;
	background: #939393;
	display: inline-block;
}
.post-image .title span:last-child:after {
	display: none;
}


.post-content {
	width: 56.666666%;
	margin-left: 10%;
	padding-right: 40px;
	box-sizing:border-box;
	/*float:left;*/
	display: block;
	color: #565656;
	word-break: break-word;
}
.post-content p, .post-content pre {
	color: #565656;
	margin-bottom: 30px;
	font-size: 19px;
	line-height: 30px;
	font-weight:300;
	font-size: 18px;
	line-height: 26px;
}
.post-content p.lead, .post-content pre {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	white-space: pre-wrap;
}
.post-content em {
	font-style: italic;
}
.post-content h2 {
	color: #689f38;
	font-size: 43px;
	line-height: 53px;
	margin: 30px 0;
}
.post-content h3 {
	color: #689f38;
	font-size: 28px;
	line-height: 30px;
	margin: 15px 0;
}
.post-content h1 {
	line-height: 56px;
}

.post-content h2:after, .post-content h3:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #cacaca;
	margin-top: 15px;
}
.post-content h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.post-content ul, .post-content ol {
	padding-left: 30px;
	margin-bottom: 30px;
}
.post-content ul li {
	list-style: square;
	color: #565656;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	font-weight:300;
}
.post-content ol li {
	color: #565656;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	font-weight:300;
	list-style-type:decimal;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
.post-content img.aligncenter {
	margin: 0 auto;
	display: block;
}

.post-content blockquote {
	padding-left: 110px;
	min-height: 65px;
	margin-bottom: 30px;
	margin-left: -110px;
	background: url(../img/cite.png) top left no-repeat;
}
.post-content blockquote p {
	line-height: 30px;
	font-size: 24px;
	color: #1e1e1e;
	font-weight: 500;
	font-style: italic;
}
.review-container .post-content blockquote {
	margin-left: 0;
}
.post-content hr {
	border: none;
	border-top: 1px solid #cacaca;
	
}
.post-content iframe {
	width: 115%;
	margin-left: -15%;
	min-height: 410px;
	margin-bottom: 30px;
}
.post-content img.image-medium, .review-container .post-content iframe.image-medium {
	margin: 0 -15% 30px;
	width: 130%;
	max-width:130%;
}
.post-content .gallery {
	margin-bottom: 30px !important;
}
.post-content .gallery img {
	max-width: 100% !important;
	border: none !important;
}

.post-content .image-big {
	height: 600px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.big-image, .wp-caption {
	margin-bottom: 30px;
	width: 115% !important;
	max-width: 115%;
	margin-left: -15%;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.big-image img, .wp-caption img {
	width: 100%;
	order: 2;
}
.big-image p, .wp-caption p {
	color: #c2c2c2;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 0;
	border-top: 1px solid #cacaca;
	order: 1;
	width: 100%;
	margin-bottom: 0;
	font-weight: 400;
}
.small-tags, .post-content .small-tags {
	padding: 0 0 0 0;

}
.small-tags .tag {
	font-size: 15px;
	line-height: 25px;
	color: #a7a7a7;
	background: #e2e2e2;
	text-transform: none;
	padding: 0px 10px;
	margin-right: 5px;
	font-weight: 400
}
.small-tags .tag:hover {
	color: #fff;
}

.share-btn, .wp-polls .Buttons {
	background: #3b5998;
	font-size: 14px;
	line-height: 55px;
	padding: 0px 30px 0px 60px;
	color: #fff;
	height: 55px;
	box-sizing: border-box;
	display: inline-block;
	/*margin-right: 10px;*/
	margin-bottom: 20px;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	width: calc(50% - 6.9px);
}
.share-btn:hover, .wp-polls .Buttons:hover {
	opacity: 0.8;
}
.share-btn.facebook {
	background: #3b5998 url(../img/btn-facebook.png) 22px 17px no-repeat;
	margin-right: 10px;
}
.share-btn.twitter {
	background: #1da1f2 url(../img/btn-twitter.png) 22px center no-repeat;
}
.share-btn.comments {
	color: #a7a7a7;
	background: #e2e2e2;
	width: auto;
	padding: 0px 30px;
}
.wp-polls .Buttons {
	background: #3b5998 !important;
	border: none !important;
	width: 300px;
	padding: 0 30px;
}

.category-box {
	padding: 75px 0 125px;
	background: #009bdf;
	margin-bottom: 40px;
}
.category-box p {
	color: #ffffff;
	font-size: 24px;
	line-height: 29px;
	width: 50%;
	font-weight: 300;
}
.category-box h1 {
	color: #fff;
}
.category-box h1 small {
	color: #0482b9;
}
.category-box img {
	width:42%;
float:right;
margin-top: -75px;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}


.review-container .post-content {
	width: 66%;
	margin-left: 16%;
}
.review-container .posts {
	width: 70%;
	margin-left: 15%;
}
.review-container .posts li:first-child {
	margin-left: 0;
}
.review-container .post-content iframe {
	margin: 0;
	width: 100%;
}


.post-content .rating {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
	margin-bottom: 30px;

}
.post-content .rating p {
	margin-bottom: 10px;
	color: #cccccc;
	font-size: 16px;
}
.post-content .rating ul {
	padding: 0;
	
}
.post-content .rating ul li {
	list-style: none !important;
	font-size: 16px;
	color: #565656;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e2e2e2;
}
.post-content .rating .rate {
	float: right;
}
.post-content .rating h4 {
	font-size:19px;
	font-weight:500;
	margin: 0 0 20px;
}
.post-content .rating h4 img {
	position: relative;
	top: 15px;
	margin-right: 10px;
}
.post-content .rating h4 strong {
	float: right;
	font-size: 44px;
	position: relative;
	top: 10px;
}
.post-content .rating .bar {
	display: block;
	width: 100%;
	height: 12px;
	background: #d3d3d3;
	margin: 5px 0;
	position: relative;
}
.post-content .rating .bar:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: #689f38;
}
.post-content .rating .bar-1:after {
	width: 10%;
}
.post-content .rating .bar-2:after {
	width: 20%;
}
.post-content .rating .bar-3:after {
	width: 30%;
}
.post-content .rating .bar-4:after {
	width: 40%;
}
.post-content .rating .bar-5:after {
	width: 50%;
}
.post-content .rating .bar-6:after {
	width: 60%;
}
.post-content .rating .bar-7:after {
	width: 70%;
}
.post-content .rating .bar-8:after {
	width: 80%;
}
.post-content .rating .bar-9:after {
	width: 90%;
}
.post-content .rating .bar-10:after {
	width: 100%;
}


.post-content .features {
	margin: 30px 0 50px;
	padding: 30px 0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.post-content .features ul {
	margin-bottom: 0;
}
.post-content .features h2 {
	font-size:28px;
	border:none;
	font-weight:500;
	margin: 0 0 10px 0;
}
.post-content .features h2:after {
	display: none;
}
.post-content .features .disadvantages h2 {
	color: #e61e1e;
}
.post-content .features ul li {
	list-style: none;
}

.post-content .features .advantages, .post-content .features .disadvantages {
	display: inline-block;
	width: 49%;
	vertical-align:top;
}
.post-content .features .advantages ul li {
	position: relative;
}
.post-content .features .advantages ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: -25px;
	top:7px;
	background: url(../img/li-plus.png);
}
.post-content .features .disadvantages ul li {
	position: relative;
}
.post-content .features .disadvantages ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: -25px;
	top:7px;
	background: url(../img/li-minus.png);
}


#disqus_thread {
	width: 115%;
	margin-bottom: 50px;
}

.info-post-author {
	min-height: 82px;
	margin-bottom: 50px;
	display: block;
}
.info-post-author img {
	float: left;
	margin-right: 20px;
	margin-left: -102px;
	border-radius: 50%
}
.info-post-author p {
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 5px;
}

.info-post-author p small {
	font-weight: 300;
	font-size: 16px;
	
}

.sponsor-section {
	padding:25px 0;
	margin-bottom: 50px;
}
.logo-more {
	margin-top: 10px;
}

.error404 .post-content {
	width: 100%;
	text-align: center;
	margin: 0;
	/*padding: 100px 0 120px;*/
	padding: 0;
}
.error404 .post-content h1 {
	margin-top: 180px;
}



.material-design-hamburger button {
  display: block;
  border: none;
  background: none;
  outline: 0;
  margin: 0;
  padding: 35px 20px 36px;
}

.material-design-hamburger__icon {
  padding: 3rem 1rem;
  cursor: pointer;
}

.material-design-hamburger__layer {
  display: block;
  width: 100px;
  height: 10px;
  background: #eee;
  position: relative;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

.material-design-hamburger__layer:before, .material-design-hamburger__layer:after {
  display: block;
  width: inherit;
  height: 10px;
  position: absolute;
  background: inherit;
  left: 0;
  content: '';
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

.material-design-hamburger__layer:before {
  bottom: 200%;
}

.material-design-hamburger__layer:after {
  top: 200%;
}

.material-design-hamburger__icon--to-arrow {
  animation-name: material-design-hamburger__icon--slide;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--from-arrow {
  animation-name: material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before-from;
}

.material-design-hamburger__icon--from-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after-from;
}

@keyframes material-design-hamburger__icon--slide {
  0% {
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes material-design-hamburger__icon--slide-before {
  0% {
  }
  100% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-after {
  0% {
  }
  100% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-from {
  0% {
    transform: rotate(-180deg);
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-before-from {
  0% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-after-from {
  0% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}


.page .post-content {
	padding-bottom: 60px;
}


.special-left {
	float: left;
	display: block;
	width: 200px;
	padding: 5px 10px 5px 0px;
	border-right: 3px solid #689f38;
	margin: 20px 20px 20px 10px;
	color: #689f38;
	font-weight: 600;
}
.special-right {
	float: right;
	display: block;
	width: 200px;
	padding: 5px 0px 5px 10px;
	border-left: 3px solid #689f38;
	margin: 20px 10px 20px 20px;
	color: #689f38;
	font-weight: 600;
}

.wp-polls strong {
	color: #565656;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 26px;
	display: block;
}


nav .menu > li.menu-item-has-children > .sub-menu .ico {
	width: 32px;
	height: 32px;
	background-size: 50%;
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: center left;
	margin-left:10px;
}

.ico-android {
	background-image: url(../img/ico-android.png);
}
.ico-apple {
	background-image: url(../img/ico-apple.png);
}
.ico-smartfon {
	background-image: url(../img/ico-smartfon.png);
}
.ico-smartwatch {
	background-image: url(../img/ico-smartwatch.png);
}
.ico-tablet {
	background-image: url(../img/ico-tablet.png);
}
.ico-windows {
	background-image: url(../img/ico-windows.png);
}




