@media only screen and (max-width: 1300px) {
	#header-menu li {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.mobile-menu {
		display: block;
	}
	#header-menu {
		display: none;
	}
	#logo {
		width: 100% !important;
		text-align: center;
	}
	#logo h2 {
		left: 0;
	}
	.wiltowv2 .header-phone-number {
		clear: both;
		display: block;
		height: auto;
		margin: 0 auto;
		padding: 15px 0 10px;
		position: relative;
		text-align: center;
		width: 213px;
		background-size: 33%;
		background-position: right 11px;
		right: 0;
		top: 0;
		background-image: none;
	}
	.homepage-caption {
		height: auto;
		position: relative;
		top: 0;
		width: 100%;
		margin: 20px 0;
		display: inline-block;
	}
	.home-slideshow {
		max-height: none;
	}
	.home-slideshow {
		background: #FFF none repeat scroll 0 0;
	}
	.homepage-caption #townow, .homepage-caption #towquote {
		max-height: none;
	}
	/* MENU COLLAPSE*/
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.fleetitem {
		width: 22.8%;
	}
	.galitem {
		width: 19.5%;
	}
	.galimage {
		height: 160px;
		width: 100%;
	}
}
@media only screen and (max-width: 992px) {
	.pick-up-fields {
		width: calc(60% - 12px);
	}
	#generate_location {
		width: calc(40%);
	}
	.fleetitem {
		width: 22%;
	}
	.galitem {
		width: 49.4%;
	}
	.galimage {
		height: 320px;
	}
	.blogitem > div {
		display: inline-block;
		margin-bottom: 20px;
		width: 100%;
	}
	.blogitem > div:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px) {
	#contentarea img {
		height: auto;
		margin: 20px 0;
		width: 100%;
	}
	.fleetitem {
		height: auto;
		width: 100%;
	}
	.galitem {
		width: 100%;
	}
	.galimage {
		height: auto;
	}
}
@media only screen and (max-width: 600px) {
	.blogitemheader h2 {
		float: none;
		width: 100%;
	}
	.bloginfo {
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}
}
