/* Media Queries */
@media only screen and (max-width: 440px) {
	.title-area .name h3 {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.title-area .name h3 {
		font-size: 13px;
	}
}
@media only screen and (max-width: 530px) {
	.header .seven h3 {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	h3.small-title {
		top: 5px;
	}
	.small-title .header-icon {
		display: none;
	}
}
@media only screen and (max-width: 560px) {
	.title-area .name img {
		display: none;
	}
}
@media only screen and (max-width: 570px) {
	.name h3 {
		display: none;
	}
	.top-bar {
		margin: 0;
		height: 50px;
	}
	.twitter-account h4 {
		top: 0 !important;
	}
	#featured-slider #content-slider {
		height: 450px !important;
	}
}
@media only screen and (max-width: 767px) {
	.language-swap {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.buttonlabel h5, .buttonlabel h6 {
		padding-left: 15px;
		text-align: center;
	}
	#contact-form label {
		text-align: left;
		top: 0;
	}
	#arrests {
		margin-top: 0;
	}
	#slider.orbit {
		margin-bottom: 0;
	}
	#banner-overlay {
		top: 0 !important;
	}
}
@media only screen and (max-width: 769px) {
	#banner-overlay {
		min-height: 200px;
	}
	#banner-overlay .banner-seal {
		display: none;
	}
}
@media only screen and (max-width: 780px) {
	#search {
		display: none;
	}
	.search-link {
		display: block;
	}
	#nav {
		max-height: inherit;
	}
	#content-slider {
		height: auto !important;
	}
	#featured-slider {
		height: auto !important;
	}
	#content-slider img {
		text-align: center;
	}
}
@media only screen and (max-width: 836px) {
	.divide {
		background: none;
	}
	.twitter-account h4 {
		text-align: center;
		top: -52px;
	}
	.maincontent {
		margin-bottom: 20px;
	}
}

/* iOS iPhone 5 Landscape Media Query */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    
}

@media only screen and (min-width: 551px) and (max-width: 768px) {
	#featured-slider #content-slider {
		height: 350px !important;
	}
}
@media only screen and (max-width: 768px) {
	#arrests {
		width: 100%;
	}
	.column.three.footer-seal {
		padding-bottom: 20px;
	}

}
@media only screen and (min-width: 770px) {
	#banner-overlay {
		min-height: 200px;
	}
}
@media only screen and (max-width: 980px) {
	.lt-ie9 .title-area .name h3 {
		padding-left: 10px;
	}
	.lt-ie9 .title-area .name:hover , .title-area .name h3:hover {
		background: none !important;
	}
	.lt-ie9 .top-bar ul.right {
		top: 0 !important;
	}
	.lt-ie9 .top-bar ul > li.toggle-topbar.menu-icon:hover {
		background: url("../images/mobile-nav-icon.png") no-repeat scroll 0 0 transparent;
	}
	.lt-ie9 .top-bar ul > li.toggle-topbar a {
		right: -24px;
		top: 20% !important;
	}
}
@media only screen and (max-width: 1180px) {
	#banner-overlay {
		position: static;
		position: relative !important;
		top: -17px;
	}
	#arrests .buttonred {
		margin-top: 10px;
	}
	#arrests .buttonlabel {
		margin-top: 22px;
	}
	#arrests h5, #arrests h6 {
		position: relative;
		top: -10px;
	}
}