#mobileMenu
{
	display: inline-block;
	clear: both;
	float: right;
	margin: 7px 13px 0 0;
	border: 3px solid #E5E5E5;
	border-radius: 5px;
	background-color: #FFFFFF;
	height: 33px;
	width: 110px;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 71px 0px;
	text-align: left;
}
#mobileMenu.open
{
	background-image: url('/img/x.png');
}
#mobileMenu.closed
{
	background-image: url('/img/menu.png');
}
ul#nav
{
	width: 100%;
	margin: 45px auto 0;
	position: absolute;
	display: none;
	z-index: 1000;
}
ul#nav li
{
	width: 100%;
	border-bottom: 1px solid #3E3E3E;
	background-color: #0C0C0C;
}
ul#nav li a
{
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
	padding: 10px 0px 16px;
	border-left: 0 none transparent;
}
ul#nav li a:first-of-type
{
	margin: 0;
}
ul#nav li:last-of-type a
{
	border-right: 0 none transparent;
}
ul#nav li:hover a, ul#nav li.active a
{
	color: #F90118;
	text-shadow: none;
}
ul#nav li:hover ul
{
	display: block;
	position: relative;
}
ul#nav li ul li a
{
	letter-spacing: 0px;
}
ul#nav li ul li ul
{
	left: 0px;
	margin: 0;
}
ul#nav li ul
{
	width: 100%;
}
ul#nav li ul li a, ul#nav li.active ul li a
{
	max-width: none;
}
img#homeBanner
{
	margin: 0;
	width: 100%;
	height: auto;
}
#top
{
	width: auto;
	max-width: 767px;
}
h1#logo
{
	float: none;
	margin: 0px auto 0;
	text-align: center;
}
h1#logo a
{
	width: 95%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 200px;
	margin: 0 auto;
}
#topContact
{
	width: auto;
	float: none;
	text-align: center;
}
#topPhone
{
	right: 0;
}
#navWrap
{
	max-width: 767px;
	width: auto;
}
#main
{
	width: auto;
	max-width: 767px;
}
#foot
{
	width: auto;
	max-width: 767px;
}
#homeLeft
{
	width: auto;
	margin: 30px 20px 0;
	float: none;
}
#homeRight
{
	margin: 50px 20px 0;
	width: auto;
	float: none;
}
#mainLower
{
	background-position: bottom left;
}
#mainLower img#logos
{
	margin: 52px 0 0;
}
img#subPageMainImg
{
	width: 100%;
	height: auto;
	margin: 0;
}
#subLeft
{
	width: auto;
	margin: 50px;
}
#subLeft img
{
	max-width: none;
	height: auto;
}
#subRight
{
	width: auto;
	margin: 0 50px 50px;
}
#foot span
{
	position: relative;
	top: 110px;
	color: #FDFDFC;
	/*color: #CA0000;*/
	font-size: 14px;
	background-color: #000000;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 0 none transparent;
}
#foot span:nth-of-type(1)
{
	display: block;
	float: left;
	padding: 0;
}
#foot span:nth-of-type(2)
{
	display: block;
	float: right;
	padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 359px)
{
	h1#logo a
	{
		/*width: 320px;*/
		/*background-size: 300px;*/
	}
	#slider
	{
		width: 300px;
		margin: 0 auto;
	}
	div#subLeft div#slider
	{
		margin: -45px 0 10px -50px;
		margin: 0 auto;
	}
	#slider .slide
	{
		height: 253px;
		background-size: 300px;
	}
	.slideCaption
	{
		top: 146px;
		padding: 5px 10px 10px;
		width: 280px;
	}
	.slideCaption p
	{
		font-size: 17px !important;
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
		line-height: 23px !important;
	}
	.slideCaption a
	{
		margin: 11px 0 0;
		font-size: 17px;
		width: auto;
		float: none;
		display: block;
		text-align: center;
	}
	.cycle-pager
	{
		display: none;
	}
	#mainLower img#logos
	{
		margin: 60px 0 0;
		max-width: 280px;
		height: auto;
	}
	#foot span:nth-of-type(1)
	{
		display: block;
		float: none;
		padding: 0;
		text-align: center;
	}
	#foot span:nth-of-type(2)
	{
		display: block;
		float: none;
		padding: 0;
		text-align: center;
		margin: 10px 0 0;
	}
	#subLeft img
	{
		max-width: 280px;
		height: auto;
	}
	#subLeft
	{
		margin: 20px 15px;
	}
	#subRight
	{
		margin: 20px 15px;
	}
}
@media screen and (min-width: 360px) and (max-width: 479px)
{
	#slider
	{
		width: 340px;
		margin: 0 auto;
	}
	#slider .slide
	{
		height: 272px;
		background-size: 340px;
	}
	.slideCaption
	{
		top: 166px;
		padding: 5px 10px 10px;
		width: 320px;
	}
	.slideCaption p
	{
		font-size: 17px !important;
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
		line-height: 23px !important;
	}
	.slideCaption a
	{
		margin: 11px 0 0;
		font-size: 17px;
		width: auto;
		float: none;
		display: block;
		text-align: center;
	}
	.cycle-pager
	{
		display: none;
	}
	#mainLower img#logos
	{
		margin: 60px 0 0;
		max-width: 280px;
		height: auto;
	}
	#foot span:nth-of-type(1)
	{
		display: block;
		float: none;
		padding: 0;
		text-align: center;
	}
	#foot span:nth-of-type(2)
	{
		display: block;
		float: none;
		padding: 0;
		text-align: center;
		margin: 10px 0 0;
	}
	#subLeft img
	{
		max-width: 310px;
		height: auto;
	}
	#subLeft
	{
		margin: 20px 15px;
	}
	#subRight
	{
		margin: 20px 15px;
	}
}
@media screen and (min-width: 480px) and (max-width: 639px)
{
	#slider
	{
		width: 460px;
		margin: 0 auto;
	}
	#slider .slide
	{
		height: 326px;
		background-size: 460px;
	}
	.slideCaption
	{
		top: 225px;
		padding: 5px 10px 10px;
		width: 440px;
	}
	.slideCaption p
	{
		font-size: 17px !important;
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
		line-height: 23px !important;
	}
	.slideCaption a
	{
		margin: 41px 0 0;
		font-size: 17px;
		width: auto;
		float: none;
		display: block;
		text-align: center;
	}
	.cycle-pager
	{
		display: none;
	}
	#subLeft img
	{
		max-width: 360px;
		height: auto;
	}
}
@media screen and (min-width: 640px) and (max-width: 767px)
{
	#slider
	{
		width: 620px;
		text-align: center;
		margin: 0 auto;
	}
	#slider .slide
	{
		height: 405px;
		background-size: 620px;
	}
	.slideCaption
	{
		top: 303px;
		padding: 5px 10px 10px;
		width: 600px;
	}
	.slideCaption p
	{
		font-size: 19px !important;
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
		line-height: 23px !important;
	}
	.slideCaption a
	{
		margin: 41px 0 0;
		font-size: 17px;
		width: auto;
		float: none;
		display: block;
		text-align: center;
	}
	.cycle-pager
	{
		display: none;
	}
	#subLeft img
	{
		max-width: 480px;
		height: auto;
	}
}
/*GALLERY*/
#galleryWrap
{
	/*display: -webkit-flex;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
}
#galleryWrap div.galleryBox
{
	width: 33.3%;
}
#galleryWrap div.galleryBox img
{
	width: 85%;
	/*width: 100%;*/
}
#galleryWrap div.galleryBox:nth-of-type(3n + 2)
{
	margin: 0 5px;
	margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 400px)
{
	#galleryWrap div.galleryBox
	{
		width: 50%;
	}
	#galleryWrap div.galleryBox:nth-of-type(3n + 1)
	{
		clear: none;
		float: left;
	}
	#galleryWrap div.galleryBox:nth-of-type(2n + 1)
	{
		clear: left;
	}
	#galleryWrap div.galleryBox:nth-of-type(3n + 2)
	{
		margin: 0;
	}
	#galleryWrap div.galleryBox:nth-of-type(odd) img, #galleryWrap div.galleryBox:nth-of-type(odd) p
	{
		position: relative;
		right: 5px;
	}
	#galleryWrap div.galleryBox:nth-of-type(even) img, #galleryWrap div.galleryBox:nth-of-type(even) p
	{
		position: relative;
		left: 5px;
	}
}
table.smallCalendar tr td:nth-of-type(1) div.eventToolTip
{
}
table.smallCalendar tr td:nth-of-type(7) div.eventToolTip
{
	margin-left: -96px;
}
table.smallCalendar tr td:nth-of-type(1) div.eventToolTip
{
	margin-left: -13px;
}
table.smallCalendar tr:nth-of-type(1) th a
{
	text-decoration: none !important;
}
