.mobile {
	display: none;
}

@media all and (max-width: 1024px) {
	img {
		max-width: 100% !important;
	}
	.mobile {
		display: block;
	} 
	.mobileNav {
		display: block;
		width: 30px;
		height: 32px;
		background: url("../images/mobile-nav-1.png") no-repeat center;
		background-size: 35px auto;
		text-indent: -9000px;
		margin-top: 12px;
	  }
	#topnav {
		display: block;
		width: 100%;
		float: none;
		padding: 0;
		clear: both;
		overflow: hidden;
		max-height: 0;
		margin-top: 15px;
		 -moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	#topnav.open {
		max-height: 800px;
	}
	#topnav ul {
			
	}
	#topnav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid #e5e5e5;
	}
	#topnav ul li:last-child {
		border-bottom: none;
	}
	#topnav ul li a {
		display: block;
		height: auto;
		line-height: 2;
		width: 100%;
		background: #fff;
		text-align: left;
	}


   

}
@media all and (max-width:768px) {
	body, #container {
		width: 100%;
		min-width: inherit;
	}
	#banner, #socialmedia {
		display: block;
		float: none;
		margin: 10px auto;
	}
	#banner img {
		max-width: 100%;
	}
	#content1, #footer {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#content1 {
		width: 98%;
		padding: 0 1%;
	}
	#topnav {
		margin-left: 2px;
	}
	#topnav ul li a {
		width: 84px;
	}
	#slider {
		width: 100%;
	}
	#slider .nivo-controlNav {
		padding: 10px 0;
	}
	#content2 {
		width: 31%;
		margin: 1%;
	}
	#content2 img {
		width: 100%;
		height: auto;
	}




}
@media all and (max-width: 420px) {
	#banner, #socialmedia {
		width: 90%;
		margin: 10px auto;
	}  
	#banner img {
		width: 100% !important;
	}
	#socialmedia iframe {
		display: none;
	}
	h1 {
		text-align: left;
	}
	#content2 {
		display: block;
		float: none;
		width: 90%;
		margin: 10px auto 40px;
		padding-bottom: 20px;
	}


}