



@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 729px;
	}
	
	.header-placeholder {
		height: 80px;
	}
	.header {
		height: 80px;
	}
	.header-top {
		margin-top: 0;
		overflow: auto;
	}
	.header-logo {
	}
	.header-logo > img {
		height: 60px;
		margin-top: 10px;
		margin-right: 15px;
	}
	.header-logo > span {
		margin-top: 10px;
		font-size: 12px;
		line-height: 15px;
	}
	
	.header-ad {
		float: none;
		text-align: center;
		overflow: hidden;
	}
	
	.header-nav {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		min-height: 100vh;
		z-index: 1100;
		background-color: #ed1c24;
		padding: 3px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.header-nav.is-visible {
		display: block;
	}
	.header-nav ul {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-nav ul li {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
		text-align: center;
		margin-bottom: 6px;
	}
	.header-nav ul li a {
		float: none;
		display: inline-block;
		width: auto;
		text-align: center;
		color: #fff;
	}
	.header-nav ul li:first-child a {
		margin-left: 15px;
	}
	.header-nav ul li a:after {
		background: #fff;
	}
	
	.header-search {
		position: absolute;
		bottom: 30px;
		right: 116px;
		height: 27px;
	}
	.header-search-submit {
		border-radius: 6px;
		background: #444;
	}
	
	.header-social {
		position: absolute;
		bottom: 25px;
		right: 160px;
	}
	.header-social-item {
		background-color: transparent !important;
		margin-left: 0;
		margin-right: 0;
		width: 22px;
		font-size: 16px;
	}
	.header-social-item--twitter {
		color: #1da1f2 !important;
	}
	.header-social-item--facebook {
		color: #1877F2 !important;
	}
	.header-social-item--linkedin {
		color: #0077b5 !important;
	}
	.header-social-item--instagram {
		color: #e1306c !important;
	}
	.header-social-item--youtube {
		color: #ff0000 !important;
	}
	
	.button--menu {
		bottom: 25px;
	}
	
	
	.footer-logo > img {
		height: 50px !important;
	}
	.footer-logo > span {
		font-size: 16px;
		line-height: 22px;
	}
	
	.banner-slider,
	.banner-slider-item,
	.banner-slider-item img {
		height: 160px !important;
	}
}





@media (max-width: 767px)
{
	.text-box h1,
	.text-box h2 {
		font-size: 20px;
	}
	.text-box h3 {
		font-size: 18px;
	}
	.text-box h4 {
		font-size: 16px;
	}
	.text-box h5 {
		font-size: 15px;
	}
	.text-box h6 {
		font-size: 14px;
	}
	
	.news-slider {
		height: calc(50vw - 10px);
	}
	.news-slider-item {
		height: calc(50vw - 10px) !important;
	}
	.news-slider-item-content {
		height: 60px;
		padding: 10px 15px;
	}
	.news-slider--index {
		height: calc(50vw + 70px);
	}
	.news-slider--index .news-slider-item {
		height: calc(50vw + 70px) !important;
	}
	.news-slider--index .news-slider-item-image {
		height: calc(50vw + 10px) !important;
	}
	.news-slider--index .news-slider-item-heading {
		bottom: 80px;
	}
	.news-slider--index .slick-dots {
		bottom: 80px;
	}
	
	.banner-slider,
	.banner-slider-item,
	.banner-slider-item img {
		height: calc(25vw - 22px) !important;
	}
	
	.album-image {
		height: calc(33vw - 20px) !important;
	}
	
	.header-logo > img.small {
		display: inline-block;
	}
	.header-logo > img.large {
		display: none;
	}
	
}



@media (max-width: 575px)
{
	
	.album-image {
		height: calc(66vw - 20px) !important;
	}
	
	.footer-logo > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-logo > span {
		text-align: center;
	}
	
	.card-section-image {
		width: 65px;
	}
	.card-section-content {
		line-height: 18px;
	}
	
}



@media (max-width: 400px)
{
	.header-ad {
	}
}