

@media (max-width: 1260px)
{
	.page-header-scroll-icon-container {
		display: none;
	}
	.page-header:after {
		display: none;
	}
}

@media (max-width: 1120px)
{
	
	.wrapper:not(.wrapper--small) {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header-nav {
		right: 32px;
	}
	
	.coach-slider-button {
		right: 20px;
	}
	
}

@media (max-width: 991px)
{
	.clear-responsive {
		display: block;
		clear: both;
	}
	.wrapper--small {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header {
		height: 100px;
	}
	.header-placeholder {
		height: 100px;
	}
	.header-nav {
		margin-top: 20px !important;
	}
	.header-nav-close {
		margin-top: 10px;
		margin-right: 10px;
	}
	.header-logo {
		margin-top: 20px;
		width: 60px !important;
		height: 60px !important;
	}
	.header-logo > img {
		height: 40px !important;
	}
	.menu-button {
		margin-top: 20px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	.page-header {
		height: auto;
	}
	.page-header--withImage {
		height: calc(40vw + 40px) !important;
	}
	.page-header-image {
		height: calc(40vw) !important;
	}
	.page-header-image-description {
		width: 33vw !important;
		margin-left: 4vw !important;
		font-size: 4vw !important;
	}
	.page-header-wrapper-inner {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 25px 0;
	}
	
	
	.project-slider-item {
		padding-bottom: 0;
		min-height: 0 !important;
	}
	.project-slider-item .card {
		margin-left: 0;
		width: auto;
	}
	.project-slider-item-image {
		display: none;
	}
	
	.testimonial-slider {
		margin-bottom: 50px;
	}
	.testimonial-slider-item {
	}
	.testimonial-slider-item .card {
		margin-left: 0;
		width: auto;
	}
	.testimonial-slider-item-image {
		display: none;
	}
	
	
	.coach-image {
		max-width: 280px;
	}
	
	.footer {
		padding: 48px 0;
	}
}





@media (max-width: 575px)
{
	
	.card-section {
		padding: 25px;
	}
	.card--large .card-section {
		padding: 25px;
	}
	.card-side-image {
		float: none;
		margin-left: 0;
		margin-bottom: 16px;
	}

	.text-box h1,
	.text-box h2 {
		font-size: 28px;
	}
	.text-box h3 {
		font-size: 25px;
	}
	.text-box h4 {
		font-size: 23px;
	}
	.text-box h5 {
		font-size: 21px;
	}
	.text-box h6 {
		font-size: 18px;
	}
	
	.header-nav {
		left: 32px;
		width: auto;
	}
	.header-nav ul {
		margin: 10px 20px 20px 20px;
	}
	.header-nav ul li a {
		height: auto;
		line-height: 1.45em;
		font-size: 17px;
	}
	
	.modal-close {
		top: 5px;
		right: 5px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	
	.coach-slider-button {
		display: none;
	}
}

