
@media (max-width: 1120px)
{
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.button--menu {
		display: inline-block;
	}

	.page-header {
		padding-top: 145px;
	}
	
	.header-top {
		margin-right: 60px;
	}
	.header-nav-close {
		display: inline-block;
	}
	.header-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		min-height: 100vh;
		z-index: 110;
		background-color: #DBEFEF;
		padding: 3px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.header-nav.is-visible {
		display: block;
	}
	.header-nav > ul {
		display: block !important;
		position: relative;
		float: none !important;
		margin-top: 95px !important;
	}
	.header-nav > ul > li {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
		text-align: center;
		margin-bottom: 6px;
		height: auto;
	}
	.header-nav > ul > li > a {
		float: none;
		display: inline-block;
		width: auto;
		text-align: center;
		font-weight: 700;
		font-size: 18px;
	}
	.header-nav > ul > li > ul {
		position: relative;
		width: auto;
		background: transparent;
		border-radius: none;
		display: block;
		top: auto !important;
		padding-top: 0 !important;
		margin-top: -8px;
	}
	.header-nav > ul > li > ul > li {
		
	}
	.header-nav > ul > li > ul > li > a {
		color: #272F2F !important;
	}
	
	.header--fixed .header-top .button2,
	.header--scrolling .header-top .button2 {
		padding-left: 22px;
		padding-right: 22px;
		width: auto;
	}
	.header--fixed .header-top .button2 > span,
	.header--scrolling .header-top .button2 > span {
		display: inline-block !important;
	}
	
}



@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.page-header {
		height: auto;
		padding-top: 125px;
	}
	.page-header-image {
		height: 33vw;
		min-height: 200px;
	}
	
	.page-image {
		height: 80vw;
	}
	
	.heading--withArrows {
		padding-right: 160px !important;
	}
	
	.card--floating {
		margin-top: 45px;
	}
	.card-section {
		padding: 25px 30px;
	}
	
	.page {
		padding: 60px 0;
	}
	.page--odd {
		padding-bottom: 30px;
	}
	.page--smallSpacing {
		padding: 10px 0;
	}
	
	.testimonial-slider-item-image {
		width: auto;
		height: 60vw;
	}
	.testimonial-slider-item-content {
		position: relative;
		top: auto;
		margin-top: -100px;
	}

}





@media (max-width: 767px)
{
	
	.text-box h1,
	.text-box h2 {
		font-size: 28px;
	}
	.text-box h3 {
		font-size: 24px;
	}
	.text-box h4 {
		font-size: 22px;
	}
	.text-box h5 {
		font-size: 20px;
	}
	
	.u-text-large {
		font-size: 18px;
		line-height: 22px;
	}
	
	.slick-arrow {
		width: 32px;
		height: 32px;
		line-height: 28px;
		font-size: 18px;
	}
	.slick-prev {
		right: 60px;
	}
	.testimonial-slider .slick-prev {
		right: 40px;
	}
	.heading--withArrows {
		padding-right: 80px !important;
	}
}



@media (max-width: 575px)
{
	.text-box h1,
	.text-box h2 {
		font-size: 24px;
	}
	.text-box h3 {
		font-size: 22px;
	}
	.text-box h4 {
		font-size: 22px;
	}
	.text-box h5 {
		font-size: 20px;
	}
	
	.page-header-image-description {
		left: 15px;
		bottom: 10px;
	}
	.page-header-image-icon {
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 32px;
		margin-right: 8px;
		line-height: 32px !important;
		font-size: 14px !important;
	}
	
	.testimonial-slider-item-image {
		display: none;
	}
	.testimonial-slider-item-content {
		margin-top: 0;
	}
	.testimonial-slider-item-card {
		margin-right: 0 !important;
		width: auto;
	}
	
	.button4 {
		padding: 5px 14px 7px 14px;
		font-size: 15px !important;
	}
	.button4:after {
		display: none;
	}
}


@media (max-width: 400px)
{
	.header--fixed .header-logo,
	.header--scrolling .header-logo {
		margin-top: 16px;
	}
	.header--fixed .header-logo > img,
	.header--scrolling .header-logo > img {
		height: 40px;
	}
	
	.header-nav .button1,
	.header-nav .button2 {
		font-size: 15px !important;
	}
}

