@media(max-width: 1260px) {
	body, html {
		overflow-x: hidden;
		max-width: 100%;
	}	
	.tags {
		padding: 15px;
	}
	nav .menu > li:last-child {
		display: none;
	}
	.second-nav {
		top: 127px;
	}
}
@media(max-width: 1199px) {
	body {
		margin-top: 122px;
	}
	nav {
		height: 97px;
		padding:15px
	}
	nav ul {
		width: 100%;
		margin: 0;
	}
	nav ul li a {
		opacity: 0.7;
		padding-bottom: 18px;
	}
	nav ul li.active a, nav ul li:hover a {
		background: transparent;
		opacity: 1;
	}
	nav .brand {
		padding: 0px 8px;
	}
	nav .brand img {
		height: 45px;
	}
	nav .hamburger {
		background: #a1d188;
		background: #588b2b;
		border-radius: 4px;
		/*padding:20px 12px;*/
		box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	}
	nav .hamburger:hover {
		background: #a1d188;
	}
	nav .hamburger span, nav .hamburger span:before, nav .hamburger span:after {
		width: 18px;
		height: 2px;
	}
	.material-design-hamburger button {
		padding:20px 12px;
	}
	nav .hamburger span:before {
		top: -5px;
	}
	nav .hamburger span:after {
		top: 3px;
	}
	nav .menu > li:last-child {
		display: inline-block;
	}

	.info-post-author img {
		margin-left: 0;
	}
	.review-container .post-content {
		width: 90%;
		margin-left: 5%;
		padding:0;
	}
	#disqus_thread {
		width: 100%;
	}
	nav .menu > li.menu-item-has-children {
		position: initial;
	}
	nav .menu > li.menu-item-has-children > .sub-menu {
		width: 100%;
		box-sizing: border-box;
	}
}

@media(max-width: 1023px) {
	nav .ico-search, nav .ico-message, nav .ico-close {
		top: 20px;
		width: 30px;
		height: 30px;
		background-size: 50%;
	}
	nav .ico-search, nav .ico-close {
		right: 40px;
	}
	nav .ico-message {
		right: 80px;
	}
	nav ul {
		overflow-x: scroll;
		float: left;
		white-space: nowrap;
	}
	nav ::-webkit-scrollbar { 
	    display: none; 
	}
	.big-post .title {
		left: 20px;
		padding: 15px;
		width: calc(100% - 40px);
		white-space: normal;
		font-size: 24px;
		line-height: 29px;
	}
	.big-post .image {
		height: 300px;
	}
	.search input {
		font-size: 17px;
	}
	.sidebar {
		display: none;
	}
	.posts {
		width: 100%;
	}
	.author-box {
		padding-top: 25px;
	}
	
	.author-box h1 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 32px;
	}
	.author-box hr {
		margin: 15px 0;
	}
	.author-box p {
		font-size: 14px;
		line-height: 18px;
	}
	.author-box span {
		display: block;
		margin-bottom: 10px;
		border: none;
	}
	.author-box span img {
		width: 20px;
		height: 20px;
		top: 5px;
	}
	.post-image {
		height: 380px;
		margin-bottom:40px;
	}
	.post-image .title h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom:15px;
	}
	.post-image .title span {
		padding-right: 10px;
		margin-right: 10px;
	}
	.post-content {
		width: 100%;
		margin: 0;
	}
	.review-container .posts {
		width: 100%;
		margin-left: 0%;
	}
	.review-container .posts li:first-child {
		margin-left: 20px;
	}
	.big-image, .wp-caption {
		width: 105% !important;
		max-width: 105%;
		margin-left: -5%;
	}
	.post-content img.image-medium, .review-container .post-content iframe.image-medium {
		margin: 0 -5% 30px;
		width: 110%;
		max-width: 110%;
		max-height: 410px;
	}
	.post-content blockquote p {
		font-size: 20px;
		line-height: 26px;
	}
	.post-content blockquote {
		padding-left: 70px;
		background-size: 50px;
	}
	.visible-search .form-search {
		top: 127px;
	}
	nav .menu > li.menu-item-has-children > .sub-menu > li {
		width: 165px;
		float: none;
		vertical-align: top;
	}
	nav .menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
		overflow: hidden;
	}
}


@media(max-width: 767px) {
	nav {
		height: 79px;
	}
	
	nav ul li a {
		padding: 17px 0 10px;
		margin-right: 25px;
	}
	
	nav .brand {
		padding: 4px 8px;
	}
	nav .brand img {
		height: 35px;
	}
	nav .hamburger span:after {
		top: 2px;
	}
	nav .hamburger span:before {
		top: -4px;
	}	

	.posts li {
		height: auto;
	}
	body {
		margin-top: 85px;
	}
	.visible-search .form-search {
		top: 107px;
	}

	.tags {
		padding: 15px 15px 20px;
		overflow-x: scroll;
		white-space: nowrap;
		margin-top: 25px;
	}
	.tags ::-webkit-scrollbar { 
	    display: none; 
	}
	.small-tags {
		/*white-space: normal;*/
	}
	.small-tags .tag {
		margin-bottom: 10px;
	}
	.second-nav {
		top: 129px;
	}
	.logo-more {
		display: none;
	}
	.big-posts {
/*		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;*/
	}
	::-webkit-scrollbar { 
	    display: none; 
	}
	.big-post {
		box-shadow: none;
	}
	.big-post {
		width: 85%;
		/*max-width:85%;*/
		float: none;
		/*margin-left:-4px;*/
		margin-bottom: 50px;
	}
	.big-post .title {
		font-size: 17px;
		line-height: 22px;
	}
	.big-post .image {
		height: 225px;
	}
	.big-post .title .author {
		padding: 20px 10px;
	}
	.big-posts .arrow {
		display: block;
		width: 40px;
		height: 40px;
		background: url(../img/slider-arrow.png) center center;
		background-size: 100%;
		border: none;
		box-shadow: none;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		right: -20px;
		z-index: 9;
		display: none;
	}
	.big-posts .arrow.invert {
		-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);

	}

	.sidebar {
		display: none;
	
	}

	.big-image, .wp-caption {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0%;
	}

	.post-content p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 21px;
	}
	.post-content p.lead {
		font-size: 16px;
		line-height: 21px;
		font-weight: 500;
	}
	.post-content h2 {
		font-size: 30px;
		line-height: 36px;
		margin: 20px 0;
	}
	.post-content h3 {
		font-size: 20px;
		line-height: 34px;
		margin: 10px 0;
	}

	.post-content blockquote {
		padding-left: 40px;
		margin-left: 0px;
		background-size: 30px;
	}
	.page-content {
		margin-bottom: 0px;
		padding-bottom:50px;
	}
	footer {
		padding: 50px 50px 30px;
		height: auto;
		position: relative
	}

	h1, .post-content h1 {
		font-size: 30px;
		line-height: 36px;
	}
	h1 small {
		font-size: 20px;
	}
	.more {
		margin-top: 38px;
	}
	.wp-caption p {
		margin-bottom: 5px;
	}

	.post-content .image-big {
		height: 250px;
	}
	.posts {
		width: 100%;
		margin: 0;
	}
	.posts li {
		width: 100%;
		margin: 0 0 15px;
	}

	.posts li .title > a {
		position: relative;
		height: auto;
		max-height: 70px;
		min-height: 70px;
		top: -14px;
		margin-bottom: 6px;
	}
	.big-banner, .vertical-banner {
		margin-bottom: 25px;
	}
	.promo-section .posts li .title > a {
		top: 0;
		margin-bottom: 15px;
	}
	.posts:not(.swiper-wrapper) li .image {
		width: 110px;
		height: 100%;
		position: absolute;
		top: 0;
	}
	.posts:not(.swiper-wrapper) li .title {
		width: calc(100% - 110px);
		left: 110px;
		position:relative;
		font-size: 14px;
		line-height: 18px;
		padding: 25px 15px;
	}
	.posts.swiper-wrapper li .title {
		font-size: 17px;
		line-height: 22px;
		padding-bottom: 25px;
	}
	.posts:not(.swiper-wrapper) li .image .category {
		display: none;
	}
	.posts:not(.swiper-wrapper) li .title .author, .posts:not(.swiper-wrapper) li .title .date {
		position: relative;
		padding: 0;
		color:#555;
		top: auto;
		font-size: 10px;
		bottom: 10px;
	}
	.posts:not(.swiper-wrapper) li .title .author img {
		width:20px;
		height: 20px;
		top:6px;
		margin-right:3px;
	}
	.posts:not(.swiper-wrapper) li .title .author {
		position: absolute;
		left: 15px;
	}
	.posts:not(.swiper-wrapper) li .title .date {
		position: absolute;
		top: auto;
		right: 15px;
		font-size:10px;
	}
	.bubble {
		top: 10px;
		right: 10px;
	}
	.posts:not(.swiper-wrapper) li .title .author a {
		color: #555;
		font-size: 10px;
	}

	.swiper-button-next, .swiper-button-prev {
		display: none;
	}

	.post-content {
		padding: 0;
	}
	.posts.swiper-wrapper li {
		max-width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.posts.swiper-wrapper li.swiper-slide.swiper-slide-next {
		margin-left: -5%;
	}
	.posts.swiper-wrapper li.swiper-slide.swiper-slide-prev {
		right: -15%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 58px;
	}

	.review-container .posts {
		display: none;
	}

	button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
	button.slick-prev.slick-arrow {
		left: -20px;
	}
	.promo-section .posts {
		margin-left: 0;
	}
	.promo-section .posts button.slick-next.slick-arrow, .promo-section .posts button.slick-prev.slick-arrow {
		display: none !important;
	}
	.pagination {
		text-align: center;
	}
	.form-search input {
		font-size: 16px;
	}


	.author-box {
		text-align:center;
	}
	.author-box img.avatar {
		width: 160px;
		height: 160px;
		margin: 0 auto 30px;
		float: none;
		display: block;
	}
	.author-box span {
		display: block;
		padding: 0;
		border: none;
		margin-bottom: 10px;
	}
	.category-box {
		padding: 30px 0;
	}
	.category-box img {
		float: none;
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.category-box p {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
	}

	.share-btn {
		text-align: center;
		width: 100%;
		font-size: 13px;
	}
	.ico-comments {
		width: 44px;
		height: 44px;
		background-size: 44%;
	}
	.post-image .title span:after {
		margin-left: 10px;
	}
	.post-image .title span {
		padding-right: 5px;
		margin-right: 5px;
	}
	
	.post-content iframe {
		width: 100%;
		margin: 0;
	}
	#disqus_thread {
		width: 100%;
	}
	.post-content .features .advantages, .post-content .features .disadvantages {
		width: 100%;
	}
	.post-content .features .advantages {
		margin-bottom: 30px;
	}
	.post-content .features .disadvantages ul li {
		font-size: 16px;
		line-height: 21px;
	}
	.post-content .features .disadvantages ul li:before, .post-content .features .advantages ul li:before {
		top: 4px;
	}
	.post-content .features h2 {
		font-size: 22px;
	}
	.post-content iframe {
		min-height: 160px;
	}
	.error404 .post-content {
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.error404 .post-content h1 {
		margin-top: 20px;
	}
	.error404 .post-content img {
		display: none;
	}

	.posts li .image:after {
		display: none;
	}
}

@media(max-width: 360px) {
	.post-image .title .author {
		display: block;
		margin-bottom: 15px;
	}
	.post-image .title span:nth-child(4) {
		margin-left: 33px;
	}
	.post-image .title .author:after {
		display: none;
	}
	.post-image .title .author img {
		margin-right: 5px;
	}
}



@media(min-width: 1800px) {
	.container {
		max-width: 1800px;
	}
	.posts li {
		width: calc(33.333% - 40px);
	}
}


