@charset "utf-8";
/* CSS Document */

@media all and (max-width: 1187px) {
	
	#breadcrumbs .nav {
		display: block;
		line-height: 49px;
		width: auto;
		height: auto;
	}
	
	a {
		outline: none;
	}

	#nav {
		background-color: #9e3039;
		display: block;
		margin: 0px;
		width: 100%;
		height: auto;
		min-height: 49px;
	}
	
	#nav .menu {
		display: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: auto;
	}
	
	#nav ul {
		display: block;
		float: left;
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	
	#nav ul li {
		border: none;
		display: block;
		float: none;
		width: 100%;
	}
	
	#nav ul li:first-child {
		border: none;
	}
	
	#nav ul li a {
		color: #fff;
		display: block;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 49px;
		padding: 0px 23px 0px 23px;
		text-decoration: none;
		text-transform: uppercase;
		height: 49px;
	}
	
	#nav ul li:hover a {
		background-color: #9e3039;
	}
	
	#nav ul li a:hover {
		background-color: #467e80;
	}
	
	#nav ul ul {
		background-color: #9e3039;
		border: none;
		box-shadow: none;
		clear: both;
		display: block;
		float: none;
		padding: 0px;
		position: inherit;
		width: 100%;
		height: auto;
		z-index: 0;
	}
	
	#nav ul ul li {
		border: none !important;
		float: none;
	}
	
	#nav ul ul li a {
		font-size: 14px;
		line-height: normal;
		padding: 10px 15px 10px 50px;
		height: auto;
	}

	#menu-open {
		display: block;
	}

	#menu-close {
		display: block;
	}

	#breadcrumbs {
		height: auto;
	}

	#main {
		display: block;
		width: 100%;
		height: auto;
	}

	#home {
		display: block;
		margin: 0px auto;
		padding: 0px 0px 40px 0px;
		width: 100%;
		/*max-width: 1188px;*/
		min-height: 600px;
	}

	#slideshow {
		background-image:url(images/bg-slideshow.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: auto;
	}
	
	#slideshow-container {
		display: block;
		margin: 0px auto;
		padding: 0px;
		overflow: hidden;
		width: 1000px;
		height: auto;
	}
	
	#slider {
		color: #fff;
		display: table;
		font-size: 22px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		position: relative;
		overflow: hidden;
		text-shadow: 1px 1px 2px #222;
		width: 100%;
		height: auto;
		z-index: 0;
	}
	
	#slider h1 {
		color: #fff;
		font-size: 35px;
		margin: 0px 0px 20px 0px;
	}
	
	#slider h2 {
		color: #fff;
		font-size: 26px;
		margin: 0px 0px 20px 0px;
	}
	
	#slider ul {
		float: left;
		list-style: none;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		position: relative;
		width: 1000px;
		height: 500px;
	}
	
	#slider ul li {
		background-repeat: no-repeat;
		background-size: cover;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 1000px;
		height: 500px;
	}
	
	#slider img {
		width: auto;
		height: auto;
	}
	
	#slider blockquote {
		background-color: #467e80;
		color: #fff;
		display: none;
		float: none;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: normal;
		margin: 0px auto 0px auto;
		position: relative;
		padding: 30px 2% 30px 2%;
		overflow: hidden;
		width: 50%;
		height: auto;
		z-index: 999;
		opacity:0.9;
		filter:alpha(opacity=90);
	}
	
	#slider blockquote h1 {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 22px;
		text-transform: uppercase;
	}
	
	#slider .button {
		margin: 10px 0px 0px 0px;
	}
	
	.pagination {
		display: none;
		position: relative;
		margin: -40px 0px 0px 0px;
		padding: 0px;
		text-align: left;
		width: 65%;
		height: 40px;
		z-index: 9999;
	}
	
	.pagination ul {
		display: inline-block;
		float: left;
		list-style: none;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		text-align: left;
		width: auto;
		max-width: 680px;
		height: 15px;
	}
	
	.pagination li {
		border: solid 1px #467e80;
		display: inline-block;
		float: left;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		width: 13px;
		height: 13px;
	}
	
	.pagination li.current, .pagination li:hover {
		background-color: #467e80;
	}

	#home .intro {
		padding: 30px 25px 30px 25px;
	}

	#home .half {
		display: block;
		float: left;
		margin: 0px 2% 40px 2%;
		width: 96%;
		min-height: 300px;
	}
	
	#home .left {
		margin: 0px 2% 40px 2%;
		width: 96%;
	}
	
	#home .right {
		margin: 0px 2% 40px 2%;
		width: 96%;
	}

	#home .half .left {
		float: left;
		margin: 0px 2% 0px 0px;
		width: 48%;
		height: 500px !important;
	}
	
	#home .half .right {
		float: left;
		margin: 0px 0px 0px 2%;
		width: 48%;
		height: 500px !important;
	}
}

@media all and (max-width: 1150px) {
	
	#footer .footer-left {
		width: 800px;
	}

}

@media all and (max-width: 1000px) {
	
	#header {
		display: table;
		width: 100%;
		height: auto;
	}
	
	#header .content {
		display: block;
		margin: 10px 0px 0px 0px;
		padding: 0px;
		width: 100%;
		height: auto;
	}

	#header .searchbar {
		margin-left: 1%;
		margin-right: 0px;
		text-align: right;
		width: 98%;
	}

	#header .searchbar form {
		margin: 0px;
	}

	#header-search-results {
		box-sizing: border-box;
		display: block;
		margin-top: 29px;
		margin-left: -1px;
		position: absolute;
		overflow: auto;
		width: 98%;
		max-width: 370px;
		min-width: 300px;
		height: auto;
		max-height: 300px;
		z-index: 999;
	}

	#header .logo {
		margin: 30px 5% 32px 2%;
		padding: 0px;
		width: 93%;
		height: auto;
	}

	#header .accessibility {
		display: none;
	}
	
	#header .address {
		width: auto;
		font-size: 13px;
		margin-top: 60px;
		margin-right:10px;
		float:right;
	}

	#header .right {
		display: block;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 50px;
		right: 1%;
		width: 220px;
		height: 32px;
	}

	#header .social {
		display: block;
		width: auto;
		height: 55px;
	}

	#header .social img {
		display: block;
		float: left;
		margin: 0px 0px 0px 6px;
	}
	
	#header .donate {
		width: 100px;
		height: auto;
	}

	#slideshow-container {
		width: 980px;
	}
	
	#slider ul li {
		width: 980px;
	}

	#footer .footer-left {
		width: 750px;
	}
	
	#footer .nav {
	}

}

@media all and (max-width: 979px) {

	#slideshow-container {
		width: 800px;
	}
	
	#slider ul li {
		width: 800px;
	}

}

@media all and (max-width: 950px) {

	#footer .footer-left {
		width: 700px;
	}
	
	#footer .nav {
		width: 350px;
	}

}

@media all and (max-width: 900px) {

	#footer .footer-left {
		width: 650px;
	}
	
	#footer .nav {
		width: 350px;
	}

}

@media all and (max-width: 850px) {

	#footer .footer-left {
		width: 600px;
	}
	
	#footer .nav {
		display: none;
	}

}

@media all and (max-width: 799px) {
	
	#content h1 img {
		width: 100%;
	}
	#slideshow-container {
		width: 767px;
	}
	
	#slider ul li {
		width: 767px;
	}

	#footer .footer-left {
		width: 350px;
	}
	
	#footer .menu-footer-container {
		clear: both;
		display: block;
		float: none;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer .menu-footer-container ul {
		margin: 0px;
		padding: 0px;
	}
	
}

@media all and (max-width: 767px) {
		#header .logo {
		margin: 63px 5% 15px 2%;
		}

	
	#header .address {
		width: 100%;
		font-size: 13px;
		text-align: center;
		margin-top: 0;
		margin-bottom:15px;
		margin-right:0;
		float:none;
		clear:both;
	}
	
	#content {
		float: none;
		margin: 0px 4% 0px 4%;
		width: 92%;
	}

	#sidebar {
		clear: both;
		display: block;
		float: none;
		margin: 40px 2% 0px 2%;
		width: 96%;
	}

	#sidebar #upcoming-events {
		float: left;
		margin: 0px 2% 0px 0px;
		width: 48%;
		height: 500px !important;
	}
	
	#sidebar #featured {
		float: left;
		margin: 0px 0px 0px 2%;
		width: 48%;
		height: 500px !important;
	}

	#slideshow-container {
		width: 640px;
	}
	
	#slider ul li {
		width: 640px;
	}
	
	.google-maps {
		float: none;
		width: 100%;
		padding-bottom: 50%;
	}

}

@media all and (max-width: 639px) {

	#home .half .left, #sidebar #upcoming-events {
		clear: both;
		display: table;
		float: none;
		margin: 0px 0px 40px 0px;
		width: 100%;
		height: auto;
	}
	
	#home .half .right, #sidebar #featured {
		clear: both;
		display: table;
		float: none;
		margin: 0px 0px 40px 0px;
		width: 100%;
		height: auto;
	}

	#latest-news .post {
		height: auto;
	}

	#latest-news .post-excerpt {
		height: auto;
	}

	#featured, #featured .featured-content {
		display: table;
		height: auto;
	}

	#upcoming-events {
		height: auto;
	}
	
	#slideshow-container {
		width: 480px;
	}
	
	#slider ul {
		height: 300px;
	}
	
	#slider ul li {
		width: 480px;
		height: 300px;
	}
	
	#feat-video .video-description {
		padding-top: 20px;
	}
	#feat-video .video-container, #feat-video .video-description {
		float: none;
		width: 100%;
		margin: 0;
	}


}

@media all and (max-width: 550px) {

	#footer .footer-left {
		display: table;
		float: left;
		margin: 0px 2.5% 0px 0px;
		width: 97.5%;
		height: auto;
	}

	#footer .footer-right {
		display: block;
		float: left;
		margin: 15px 2.5% 0px 0px;
		width: 97.5%;
	}
	
	#footer .hours {
		border-top: solid 1px #4e9092;
		padding-top: 10px;
		text-align: center;
		width: 100%;
	}
	
	#footer .menu-footer-container {
		clear: both;
		display: block;
		float: none;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer .menu-footer-container ul {
		margin: 0px;
		padding: 0px;
	}
	
	.alignright, .alignleft, .aligncenter, .alignnone {
		display: block;
		float: none;
		margin: 20px auto 20px auto;
	}
	
	iframe {
		width: 100%;
	}
	
	.gallery-item {
		display: block !important;
		float: none !important;
		margin: 20px auto 20px auto !important;
		padding: 0px !important;
		width: 152px !important;
		height: auto !important;
	}

	.albums {
		display: block !important;
		float: left !important;
		text-align: center !important;
		width: 100%;
	}
	
	.albums .album {
		display: inline-block !important;
		margin: 0px 1% 1% 1% !important;
		padding: 0px !important;
		float: left !important;
		width: 150px !important;
		height: 220px !important;
	}
	
	.albums .album .album-thumbnail {
		clear: both;
		display: block;
		margin: 0px 0px 5px 0px !important;
		position: relative !important;
		width: 100%;
	}
	
	.albums .album .album-details {
		clear: both;
		margin: 1% !important;
		min-height: 0px !important;
		height: auto !important;
	}
	
	.albums .album .album-title {
		display: block !important;
		font-size: 12px !important;
		text-align: center !important;
	}
	
	.albums .album .album-excerpt {
		clear: both;
		display: none;
		margin: 1% !important;
		min-height: 0px !important;
		height: auto !important;
	}

	.albums .image-count {
		font-size: 10px !important;
	}
	
	#gallery {
		display: block !important;
		float: left !important;
		text-align: center !important;
		width: 100%;
	}
	
	#gallery li {
		display: inline-block !important;
		margin: 0px 1% 1% 1% !important;
		padding: 0px !important;
		float: left !important;
		width: 150px !important;
		height: 220px !important;
	}
	
	#gallery li .image-thumbnail {
		clear: both;
		display: block;
		margin: 0px 0px 5px 0px !important;
		position: relative !important;
		width: 100%;
	}
	
	#gallery li .image-details {
		clear: both;
		margin: 1% !important;
		min-height: 0px !important;
		height: auto !important;
	}
	
	#gallery li .image-title {
		display: block !important;
		font-size: 12px !important;
		text-align: center !important;
	}
	
	#gallery li .image-caption {
		clear: both;
		display: none;
		margin: 1% !important;
		min-height: 0px !important;
		height: auto !important;
	}

}

@media all and (max-width: 479px) {
	
	#breadcrumbs .nav {
		display: block;
		font-size: 12px;
		line-height: 49px;
		width: auto;
		height: auto;
	}

	#slideshow-container {
		width: 360px;
	}
	
	#slider ul li {
		width: 360px;
	}

}

@media all and (max-width: 359px) {

	#breadcrumbs .nav {
		font-size: 10px;
	}

	#slideshow-container {
		width: 320px;
	}
	
	#slider ul li {
		width: 320px;
	}
	
	#footer {
		display: block;
		float: left;
		overflow: hidden;
		width: auto;
	}
	
	#footer .copyright {
		width: auto;
	}
	
	#footer .footer-left {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	
	#footer .footer-right {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	
	#footer .menu-footer-container {
		border-top: solid 1px #4e9092;
		display: block;
		float: none;
		margin: 15px 0px 0px 0px;
		padding: 0px;
		width: 100%;
		height: auto;
	}
	
	#menu-footer {
		display: block;
		float: left;
		margin: 10px 0px 0px 0px !important;
		width: 100%;
		height: auto !important;
	}
	
	#menu-footer li {
		border: none;
		display: block;
		float: none;
		margin: 0px !important;
		padding: 0px;
		text-align: center;
		width: 100%;
		height: auto !important;
	}
	
	#menu-footer li a {
		border: none !important;
		display: block;
		float: none;
		line-height: 50px !important;
		margin: 0px;
		padding: 0px !important;
		width: 100% !important;
		height: auto !important;
	}
	
	body #recaptcha_area, body #recaptcha_table {
		width: 280px !important;
	}

}