@charset "utf-8";
/* Mobile CSS Document */

@media only screen and (max-width: 480px) {
#container {
	width: auto;
}
#header {
	width: auto;
	height: auto;
	min-height: 180px;
	padding-bottom: 1em;
}
#header .num {
	width: 100%; 
	float: none;
	text-align: center;
	margin: 0;
	padding-top: 110px;
}
.plusone {
	display: none;
}
#wrapper {
	width: auto;
	clear: both;
}
.mobile-clear {
	clear: both;	
}
#top_menu {
	width: auto;
	height: auto;
}
#top_menu a {
	display: block;
	text-transform: uppercase;
}
#leftmenu {
	display: none;
}
#mid-banner {
	width: auto;
	height: auto;
}
#mid-banner .left {
	width: 100%;
}
#mid-banner .left img {
	width: 98%;
}
#content {
	width: 90%;
	margin: 0;
	padding: 0 0.5em;
}
#content .s1 {
	width: auto;
	margin: 0;
}
#contact-form {
	width: auto;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 0;
	padding: 2.5em 0 0;
}
#content label {
	width: auto;
	margin-left: 1.5em;
}
#content input, #content select, #content textarea {
	width: 70%;
	height: auto;
	margin-left: 1.5em;
}
#contact-form .btn-submit {
	float: none;
	position: relative;
	top: 280px;
	left: 0;
}
.side-ad {
	width: auto;
	float: none;
	margin: 0 10%;
}
#video {
	display: none;
}
.nyc {
	width: 98%;
	height: auto;
	margin: 0;
	padding-bottom: 1em;
}
.nyc img.btn {
	float: none;
	margin-top: -10px;
	margin-left: 50%;
}
#list {
	width: auto;
	height: auto;
	margin: 0;
}
#list .left {
	width: 46%;
	float: left;
}
#list .right {
	width: 50%;
	float: left;
}
#list ul li {
	height: auto;
}
#list2 .left {
	width: 46%;
	float: left;
	padding: 0;
}
#list2 .right {
	width: 50%;
	float: left;
}
#list2 ul li {
	height: auto;
}
#footer {
	width: auto;
	height: auto;
}
#footer ul {
	width: auto;
	float: none;
	text-align: left;
	padding-left: 1em;
}
#footer ul li {
	width: 100%;
	float: none;
	text-transform: uppercase;
}
#footer p {
	text-align: center;
	padding: 10px 0;
}
#footer a {
	display: inline-block;
	padding: 0 0.5em 0 0;
}
#galfooter {
	width: auto;
	float: none;
	text-align: center;
}
.rt {
	 width: auto;
	 height: auto;
	 overflow: hidden;
	 float: none;
	 line-height: normal;
	 text-align: center;
	 padding: 1em 0;
}
strong {
	width: auto;
	float: none;
}
#content ul.counties {
	color: #376A9F;
	font-size: 14px;
	font-size:15px; 
	float:left; 
	width:90%; 
}
img {
max-width: 100%;
}
.ttl-2 {
	display:none;
}
.ttl-2-g {
	display:inline;
	margin: 0;
	margin-top: 5px;
}
#sub-content {
    width: 100%;
    padding: 0px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

#container, #header, #top_menu, #wrapper, #mid-banner {
	width: auto;
	height: auto;
	overflow: visible;
}
#header {
	min-height: 180px;
}
#mid-banner .left {
	width: 60%;
	float: left;
}
#mid-banner .left img {
	width: 98%;
}
#mid-bannner .right {
	width: 30%;
	float: left;
}
#mid-banner .right img {
	width: 90%;
}
#content {
	width: 60%;
	margin-left: 1em;
}



}
