@media only screen and (max-width: 1199px) {
	.banner .form .title span {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-nav li {
		padding: 6px 15px;
	}
	.banner {
		background: transparent url('../images/banner.jpg') 65% center no-repeat;
	}
	.banner .form {
		min-height: 120px;
	}
	.banner .form > div {
		height: 82px;
	}
	.banner .form .title {
		height: 50px;
		background-image: none;
		border-radius: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.banner .form .title span {
		padding: 0;
	}
	.banner .form input {
		margin: 15px 0;
	}
	.banner .form .submit input {
		width: 98%;
	}
	.sm-align-center {
		text-align: center;
	}
	#select-date .legends ul {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {

	.navbar-collapse {
		background: #FFF;
		z-index: 10;
	}
	.navbar-collapse li {
		float: inherit;
		border-right: 0;
		border-bottom: 1px solid #5f85b8;
	}
	.navbar-collapse li:last-child {
		border-bottom: 0;
	}
	.navbar-collapse .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.banner {
		background: none;
		margin-top: 0;
	}
	.banner .content {
		padding: 20px 40px 40px 40px;
		text-align: center;
	}
	.banner .form {
		padding-bottom: 10px;
		margin-top: 0;
	}
	.banner .form > div {
		height: 65px;
	}
	.banner .form .title {
		margin-bottom: 12px;
	}
	.banner .form input {
		margin: 5px 0;
	}
	.banner .form .submit input {
		width: 100%;
	}
	.xs-align-center {
		text-align: center;
	}

	.cta .addresses > div:nth-child(1), .cta .addresses > div:nth-child(2) {
		margin-bottom: 2em;
	}
	.cta .addresses > div:nth-child(2n+2) {
		border-right: 0;
	}
	#select-date .legends ul {
		margin: 0;
	}
	#select-date .legends ul li {
		float: left;
		margin-right: 20px;
	}
}


@media only screen and (max-width: 400px) {
	.cta .addresses {
		width: 80%;
		margin: auto;
	}
	.cta .addresses > div {
		border-right: 0;
		border-bottom: 1px solid #BFD0E7;
		margin-bottom: 0 !important;
		text-align: center;
		width: 100%;
	}
	.cta .addresses > div:last-child {
		border-bottom: 0;
	}
}
