@media only screen and (max-width:1024px) {
	.menu {
		display:none;
	}
	.menu-sml-content {
		display:block;
	}
	.footer-content {
		padding-top:35px;
	}
	.footer-content ul li {
		width:100%;
		display:block;
		padding:35px 0;
		text-align:center !important;
		float:left;
	}
	a.logo {
		left:4%;
	}
	.footer-content ul li span {
		opacity:0;
		display:block;
	}
	a.footer-logo {
		margin:0 auto;
		display:block;
		float:none;
	}
}

@media only screen and (max-width:959px) {
	.book-now-form button {
		width:calc(100% - 22px);
		display:block;
		float:none;
	}
	.book-now-form input {
		width:calc(50% - 22px);
	}
	.book-now-form button {
		float:left;
	}
	.book-now-form input:last-of-type {
		float:right !important;
	}
	.parking ul li {
		width:100%;
		margin-bottom:40px;
	}
	.parking ul li:last-child {
		margin-bottom:0;
	}
	#video-content {
		padding:35px 0;
	}
}

@media only screen and (max-width:767px) {
	.book-now-form {
		top:30.3333%;
	}
	#slides {
		top:0 !important;
	}
	.bus-bg {
		background-attachment:inherit;
		min-height:300px;
	}
	.bus-bg {
		background:url(img/bus_bg.jpg) no-repeat center;
		background-size:cover;
		background-attachment:fixed;
		min-height:inherit !important;
		padding:0;
	}
	.bus-bg img {
		width:100%;
		height:auto;
		display:block;
		opacity:1;
	}
}

@media only screen and (max-width:640px) {
	.book-now-form {
		top:25.3333%;
	}
	.book-now-form h1 {
		font-size:32pt;
		line-height:48px;
	}
	.book-now-form h2 {
		font-size:20pt;
		line-height:28px;
	}
	#bus-service-content .content div {
		display:block;
		width:100% !important;
		padding:0 !important;
		float:left;
	}	
	#bus-service-content .content div img {
		margin:60px auto 0 auto !important;
		display:block;
		float:none;
	}
	#bus-service-content a.bttn {
		margin-top:22px;
	}
	.book-now-form input {
		width:calc(100% - 22px);
		display:block;
		float:none;
	}
}

@media only screen and (max-width:479px) {
	.book-now-form h1 {
		font-size:28pt;
		line-height:42px;
	}
	.book-now-form h2 {
		font-size:18pt;
		line-height:25px;
	}
	.book-now-form input {
		font-size:13pt;
		padding-left:12px;
		padding-right:12px;
	}
}