@media only screen and (max-width: 1215px) {
	h2 {
		font-size: 36px;
	}

	.outer {
		max-width: 1000px;
	}

	.main-nav-list li {
		font-size: 13px;
	}
		.main-nav-list a {
			padding: 9px;
		}

	.home-slider .post-featured-item {
		min-height: 300px;
	}
		.post-featured-item-title {
			font-size: 32px;
		}
		.post-featured-slider-item-title {
			margin-bottom: 0;
		}

	.kindg-search-title {
		font-size: 32px;
	}

	.kindg-search-sub {
		padding-top: 10px;
	}

	.post-item-title {
		font-size: 15px;
	}

	.magazine-list {
		margin: 30px 15px 0 25px;
	}

	.magazine-header-title {
		font-size: 30px;
	}

	.market-block-item-title {
		font-size: 13px;
	}

	.page-title {
		font-size: 41px;
	}
}

@media only screen and (max-width: 1215px) and (min-width: 1044px) {
	.header-logo {
		max-width: 330px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1045px) {
	.header-socials {
		float: right;
	}

	.spec-consult-item-thumb {
		width: 70px;
	}
}

@media only screen and (max-width: 1000px) {
	.kindg-search-form-filter,
	span.kindg-search-form-submit {
		display: block;
	}

	span.kindg-search-form-submit {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 930px) {
	.home .kindg-search-title {
		float: none;
		width: 200px;
		line-height: 1.1;
	}

	.kindg-search-add {
		font-size: 12px;
	}
		.kindg-search-add:before {
			width: 16px;
			line-height: 16px;
			border-radius: 16px;
		}
}

@media only screen and (max-width: 860px) {
	.kindg-search-form-filter {
		margin-top: 20px;
	}
		.kindg-search-form-filter-main,
		.kindg-search-form-filter-item {
			display: block;
		}

		.kindg-search-form-filter-item {
			margin: 0 0 20px 0;
		}
		.kindg-search-form-filter-item:last-child {
			margin-bottom: 0;
		}

		.kindg-search-form-filter-item-label {
			display: block;
			margin-bottom: 10px;
		}
			.kindg-search-form-filter-item select {
				width: 100%;
			}

			.chosen-container {
				width: 100%!important;
			}

	.magazines {
		display: block;
		height: auto;
	}

	.magazine-header {
		padding: 20px 15px;
		text-align: center;
	}
		.magazine-header:after {
			display: none;
		}
		.magazine-header-title {
			margin-top: 0;
			width: auto;
		}

	.magazine-list {
		margin: 0;
		padding: 20px 15px;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pagination .pages {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.main-nav-1 {
		margin-bottom: 30px;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-nav-list,
	.main-nav-2 {
		display: none;
	}

	.main-nav-sub {
		top: 8px;
	}

	.main-nav-mobile-show,
	.main-nav-mobile-hide,
	.main-nav-mobile-list-container {
		display: block;
	}

	.main-nav-mobile-show {
		margin: .1em .5ex .1em 1ex;
		padding: 0 12px;
		font-size: 25px;
		color: #fff;
		border-color: #fff;
	}

	.main-nav-mobile-show .fa-bars {
		margin-top: .15em;
		vertical-align: top;
	}

	.main-nav-mobile-list-container {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 250px;
		background: #2aacd1;
		z-index: 9999;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		box-shadow: 0 1px 5px 0 rgba(50,50,50,.2);
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.mobile-menu-is-show .main-nav-mobile-list-container {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	.main-nav-mobile-list {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		overflow-y: auto;
		box-sizing: border-box;
	}
		.main-nav-mobile-list li {
			margin: .7em 0;
			font-size: 18px;
			line-height: 1.1;
		}
			.main-nav-mobile-list a {
				color: #fff;
			}
			.main-nav-mobile-list a:hover {
				opacity: .8;
			}
			.main-nav-mobile-list .current-menu-item > a {
				text-decoration: underline;
			}

		.main-nav-mobile-list .sub-menu {
			display: none;
			padding: .2em 0 .4em 15px;
			background: none;
		}
		.main-nav-mobile-list .current-menu-item > .sub-menu,
		.main-nav-mobile-list .current-menu-ancestor > .sub-menu {
			display: block;
		}
			.main-nav-mobile-list .sub-menu li {
				font-size: 16px;
			}

	.main-nav-mobile-hide {
		position: absolute;
		top: .2em;
		left: -1.5em;
		padding: 5px;
		font-size: 35px;
		color: #fff;
		border: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.main-nav-mobile-hide:hover {
		background: none;
	}
	.mobile-menu-is-show .main-nav-mobile-hide {
		opacity: 1;
		visibility: visible;
	}

	.overlay-custom {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background: #000;
		visibility: hidden;
		opacity: 0;
		z-index: 9998;
	}

	.mobile-menu-is-show .overlay-custom {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		cursor: default;
		visibility: visible;
		opacity: .4;
	}

	.home-slider .post-featured-item {
		min-height: 390px;
	}

	.general-cols {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-col,
	.aside-col {
		max-width: 100%;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.no-flexbox .main-col,
	.no-flexbox .aside-col {
		float: none;
		width: auto;
	}

	.aside-col {
		margin-top: 30px;
	}

	.general-cols > .col-2:nth-child(2) {
		margin-top: 30px;
	}

	.kindg-list-item-thumb {
		width: 100px;
	}

	.banner-item {
		-webkit-flex: 0 1 33.333%;
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%;
	}
	.banner-item:nth-child(3) {
		margin-top: 0;
	}

	.banner-item-full {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	.banner-item-full:nth-child(2),
	.banner-item-full:nth-child(3) {
		margin-top: 30px;
	}

	.footer-menu {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 530px) {
	.header-logo,
	.header-socials {
		float: none;
	}

	.header-socials {
		margin: 10px 0;
	}

	.market-block,
	.spec-consult {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
		.market-block-item,
		.spec-consult-item {
			-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			margin-bottom: 30px;
		}

		.spec-consult-item,
		.no-flexbox .market-block-item  {
			width: 100%;
		}

		.market-block-item:last-child {
			margin-bottom: 0;
		}
			.market-block-item-title {
				text-align: center;
			}

	.spec-consult-item {
		margin-top: 0;
	}
	.spec-consult-item:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 479px) {
	.cols {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.col-1,
	.col-2 {
		width: 100%;
	}

	.col-2:nth-child(2) {
		margin-top: 30px;
	}

	.banners {
		display: none;
	}
	.banners-mobile {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
		.banner-item {
			-webkit-flex: 0 1 50%;
			-ms-flex: 0 1 50%;
			flex: 0 1 50%;
		}
		.banner-item-full {
			-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
			flex: 0 1 100%;
		}
		.banner-item:nth-child(3) {
			margin-top: 30px;
		}

	.kindg-list-item-info {
		overflow: inherit;
	}

	.kindg-search {
		padding: 10px 15px 25px;
	}

	.home .kindg-search-title {
		width: auto;
	}

	.kindg-search-title {
		margin-bottom: 10px;
		text-align: center;
	}

	.kindg-search-sub {
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}

	.kindg-search-form-filter {
		margin-top: 20px;
	}
}
