
@media(max-width:1212px) {
	ul#nav > li > a {

		padding: 20px 10px;
	}
}

@media(max-width:1024px) {
	.logo {
		margin-bottom:20px;
	}
	.nav {
		display:none !important;
	}
	.mobileMenuContainer{
		display: block;
	}

	.sign-up-header {

		width: 156px;
		margin-left: -96px;
	}

	.home-photo-wrap {
		background-position-x: -189px!important;
	}

	img.banner-image-mobile{
		position:static;
		transform:none;
	}

	.banner {
		min-height:initial;
	}

	.header-wrap .social-footer {
		top: 25%;
		left: 60%;
	}

	.banner-wrap {
		padding-top: 179px;
	}

	.page-banner-title {

		padding-top: 96px;
		padding-bottom: 60px;
	}
}
@media(max-width: 820px){
	.sign-up-header {
		width: 156px;
		margin-left: -116px;
	}
}
@media(max-width:768px){
	.header-wrap {
		position: relative;
	}
	.slide-wrap {
		padding-top: 0px;
	}
	.header-wrap .social-footer {
		left: 45%;
	}

	.sign-up-header {
		width: 156px;
		margin-left: -140px;
	}

	.home-photo-wrap {
		background-position-x: -43px!important;
	}

	.home-box{
		position: relative;
	}


	.home-box::before {

		background-size: 21%;
		bottom: 0;
	}


	.home-box h3 {
		margin-top: 67px;
	}

	.home-box .card {
		min-height: 312px;
	}

	.banner-wrap {
		padding-top: 0px;
	}

	.sidenav{
		display:none;
	}



		.copyright{
			text-align: center;
			display: block;
		}

		.copyright-footer-wrap .align-right {
			text-align: center;
		}
}
@media(max-width:480px){
	.footer-box{
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}

	.header-wrap .social-footer {
		left: 72%;
	}

	img.logo {
		margin: 0 auto;
		display: block;
	}

	.sign-up-header {
		margin-left: 0px;
		margin: 20px auto;
	}

	.menu{
		display:none;
	}

	.home-box::before {
		background-size: 21%;
		bottom: -132px;
		right: -132px;
	}

	.home-photo-wrap {
		background-position-x: center!important;
		height: 328px!Important;
		background-size: cover!important;
		background-position: center;
	}

	.slide-text-container h2 {
		font-size: 40px;
	}

	.slide-text-container h3 {
		font-size: 26px;
	}


}
