@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Creepster&display=swap');

img, object, embed, video, iframe {
	max-width: 100%;
}
table {
	border-collapse:collapse;
}
.ie6 img {
	width:100%;
}
img {
	border:0;
}
body {
	margin:0;
	padding:0;
	font-size:100%;
	background:#000 url("../assets/design/site_bg.jpg") 50% 0 no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	overflow-x: hidden;
}
a { color: #00CC00; }
a:visited { color: #00CC00; }
a:hover { color: #33FF00; text-decoration:none; }
h1,h2,h3,h4,h5,h6,p {
	padding:0 0 15px 0;
	margin:0;
}
h1 {
	color:#AF86DD;
	font-size:400%;
    font-family: 'Creepster';
    text-align: center;
    font-weight: normal;
}
h2 {
	color:#66CC00;
	font-size:175%;
    font-family: 'Creepster';
}
h3 {
	color:#6666FF;
	font-size:150%;
    font-family: 'Creepster';
}
h4 {
	color:#c00;
	font-size:125%;
    font-family: 'Creepster';
}
p {
	font-size:100%;
}
ul, ol {
	margin-top:0;
	padding-top:0;
	padding-bottom:15px;
}
ul ul {
	padding-bottom:0;
}
.admin {
position: absolute;
left: 0;
z-index: 9999;
display: block;
padding: 4px 8px;
background: rgba(200,0,0,0.5);
color: #fff !important;
border-radius:0 10px 10px 0;
border: 1px solid #000;
text-align: center;
text-decoration: none;
}
.admin:hover {
background: rgba(200,0,0,1);
color: #fff;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 880px;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	position:relative;
}
.photos {
	position:relative;
	width:23%;
	margin:10px 1%;
	padding:0 0 23%;
	float:left;
	text-align:center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 8px;
    background-size: cover;
    background-position: center;
	background-repeat:no-repeat;
	overflow: hidden;
}
.photos img {
	position:absolute;
	top:0;
	left:0;
	border-radius: 8px;
}
.photos p {
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	padding:6px 2%;
	background:rgba(255,255,255,0.5);
}
.photos:hover p {
	background:rgba(255,255,255,1.0);
}
.photos .play {
	width:50px;
    max-width: 50%;
	position:absolute;
	top:50%;
	left:50%;
    transform:translate(-50%, -50%);
    margin:0;
	opacity:.8;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.photos:hover .play {
	opacity:1;
}
.shade {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 8px;
}
.enlarge {
	-webkit-transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
}
.enlarge:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    z-index: 2;
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);   
    -moz-transform: scale(1.025);
    transform: scale(1.025);
}
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}
.video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.col1-6 {
	float:left;
	width:14.66%;
	margin:0 1% 15px;
	position: relative;
}
.col1-5 {
	float:left;
	width:18%;
	margin:0 1% 15px;
	position: relative;
}
.col1-4 {
	float:left;
	width:23%;
	margin:0 1% 15px;
	position: relative;
}
.col1-3 {
	float:left;
	width:31.33%;
	margin:0 1% 15px;
	position: relative;
}
.col1-2 {
	float:left;
	width:48%;
	margin:0 1% 15px;
	position: relative;
}
.col2-3 {
	float:left;
	width:64.66%;
	margin:0 1% 15px;
	position: relative;
}
.col3-4 {
	float:left;
	width:73%;
	margin:0 1% 15px;
	position: relative;
}
.col5-6 {
	float:left;
	width:81.33%;
	margin:0 1% 15px;
	position: relative;
}
.col {
	float:left;
	width:98%;
	margin:0 1% 15px;
	position: relative;
}
table.mobile {
}
.flex {
    display: flex;
    align-items: center;
    justify-content:center;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.modules {
    position: absolute;
    left: 2%;
    top: 15px;
    z-index: 100;
    width: 96%;
}
.socicon {
    display: inline-block;
	font-size: 100%;
	background: #00CC00;
	border-radius: 100%;
	color: #000;
	padding: 8px;
	margin: 0 2% 0 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.socicon:hover {
	background: #33ff00;
}
.nav {
}
#nav {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index:99;
  margin:0;
  padding:0;
  font-family: 'Creepster';
  font-size: 180%;
  text-align: center;
}
#nav h2 {
    display: none;
}
.mnav-menu {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.mnav-menu-item {
    width: auto;
    display: inline-block;
}
.mnav-menu-item a {
    display: inline-block;
    padding: 10px 10px;
	text-decoration:none;
}
.maincontent {
}
#maincontent, #widgets, #footer {
	margin:0 auto;
	padding:15px 2%;
}
.footer {
     text-align: center;
}
.testimonial img {
    border-radius: 20px;
    margin:0 5%;
}
#newsitem {
	margin:1%;
	width:98%;
	float:left;
}
table.cal {
	border:1px solid #000;
}
table.cal td {
	width:14.28%;
	height:60px;
	border:1px solid #000;
}
table.cal th {
	border:1px solid #000;
	color: #fff;
	background: #000;
	font-weight:normal;
}

table.list tr {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.list td {
	float: left;
	width:100%;
	height:auto;
	border-right:0px solid #000;
	border-left:0px solid #000;
}
table.list td.c_othermonth {
	display: none;
}
table.list th {
	float: left;
	width:33.33%;margin: 0;padding: 0;
	border:1px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
}
table.list th.c_dayofweek {
	display: none;
}
.category {
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	color: #c00;
}
.category:before, 
.category:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  width: 80px;
  border-top: 1px solid #c00;
  height: 3px;
  margin-top: -1px;
}
.category:before {
  left: -90px;
  right: auto;
}
#blogentry {
	padding:0 2% 15px;
	width:96%;
	float:left;
}
#blogentry a {
	text-decoration: none;
}
#blogentry img {
}
#blogentry h2 {
	text-align:center;
	padding: 0;
}
.audio2 {
	border-top:1px solid #c00;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width:31%;
}
.audio {
	border-top:1px solid #c00;
	margin:1%;
	padding:0;
	display:block;
	float:left;
	width:98%;
}
.audio a {
	color:#000;
	text-decoration:none;
}
.date {
	float: left;
	width: 15%;
	max-width: 60px;
	margin: 0 2% 1% 0;
	padding:0;
	border-radius: 4px;
	border:1px solid #000;
	text-align:center;
}
.date div {
	color: #FFF;
	background: #000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size:80%;
}
.date span {
	color:#000;
	font-size:150%;
}
.srcfrm1 {
	width:150px;
	padding: 4px 5px;
	border:1px solid #000;
	border-radius:4px;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}
.srcfrm2 {
	width:98%;
	padding:4px 1%;
	border:1px solid #000;
	border-radius:4px;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}
.gbmorelines {
	width:98%;
	height:300px;
	padding:0 1%;
	border:1px solid #000;
	border-radius:4px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
.srcbttn, .button {
	font-family: Arial, Helvetica, sans-serif;
	min-width:150px;
	font-size:90%;
	color:#FFF;
	background:#c00;
	padding: 4px 8px;
	border-radius:4px;
	border: 1px solid #000;
	position:relative;
	left:-10px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.srcbttn, a.button {
	color:#FFF;
	text-decoration:none;
	left: 0;
	top: 0;
	font-size:100%;
	padding: 10px 2%;
    display: inline-block;
}
.srcbttn:hover, .button:hover, .srcbttn.active, .button.active {
	background:#000;
}
hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #c00;
	font-size: 1px;
	line-height: 0;
	clear:both;
	margin-bottom: 15px;
	padding-top: 15px;
}
.mfp-title small {
	display:none;
	visibility:hidden;
}
.mobileshow, .tabletshow {
	display:none;
}

/* Tablet Layout */

@media only screen and (max-width: 769px) {

h1 {
	font-size:300%;
}
.photos {
	width:31.33%;
	margin:1%;
	float:left;
	padding:0 0 31%;
}
.col1-6 {
	width:31.33%;
}
.col1-4 {
	width:48%;
}
.col1-2 {
	width:98%;
}
.col3-4 {
	width:64.66%;
}
#nav {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index:99;
  margin:0;
  padding:0;
}
#nav h2 {
    display: inline-block;
	background: url(../assets/design/mobile-nav2.gif) no-repeat 90% 50%;
	line-height:24px;
    font-size: 24px;
    width: 90%;
	padding:0 0 0 10%;
    text-align: left;
}
.mnav-menu-item {
	border-bottom:1px solid #f1f1f1;
    float: none;
    position: relative;
    display: block;
    width: 100%;
}
.mnav-menu-item a {
    float: none;
    display: block;
    padding: 10px 10px;
	text-align:left;
	text-decoration:none;
}
.mnav-submenu {
    padding-left: 0;
    z-index: 9999;
    display: none;
    list-style-type: none;
	border-bottom:1px solid #f1f1f1;
    width: 100%;
    position: relative;
}
.mnav-submenu-item a {
    padding-left: 20px;
    display: block;
}
.mnav-mobile-btn {
    width: 100%;
    padding: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
	z-index:1000;
}
.mnav-open-close {
    display: block;
    float: right;
}
.mnav-mobile-arrow {
    height: 28px;
    width: 30px;
    padding: 5px;
    display: block;
    cursor: pointer;
    background-image: url('../assets/design/mobile-nav.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.mnav-mobile-arrow-mirror {
    -webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
table.cal tr {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.cal td {
	float: left;
	width:100%;
	height:auto;
	border-right:0px solid #000;
	border-left:0px solid #000;
}
table.cal td.c_othermonth {
	display: none;
}
table.cal th {
	float: left;
	width:33.33%;margin: 0;padding: 0;
	border:1px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
}
table.cal th.c_dayofweek {
	display: none;
}
.srcfrm1 {
	width:100px;
}
#newsitem {
	margin:1% 2% 3% 0;
	width:98%;
	float:left;
}
.audio2 {
	border-bottom:1px solid #FFF;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width:49%;
}
.tablet-hide {
	display:none;
}
.tabletshow {
	display:block;
}
}

/* Mobile Layout */

@media only screen and (max-width: 480px) {

h1 {
	font-size:250%;
}
.photos {
	width:48%;
	margin:1%;
	float:left;
	padding:0 0 48%;
}
.col1-6 {
	width:23%;
}
.col1-3, .col2-3 {
	width:98%;
}
.col3-4 {
	width:48%;
}
table.mobile, table.mobile tr {
	width: 100% !important;
	padding: 0 !important; margin: 0 !important;
}
table.mobile td {
	float: left !important;
	width: 96% !important;
	padding: 0 2% 15px !important; margin: 0 !important;
}
#blogentry {
	border-bottom:1px solid #CCC;
	padding:1% 2%;
	width:96%;
	float:left;
}
.audio2 {
	border-bottom:1px solid #FFF;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width: 99%;
}
#wowslider-container1  .ws_bullets { 
	display: none !important;
}
#wowslider-container1 .ws-title{
	margin:10px 5px !important;
	padding:6px 8px !important;
	font-size: 14px !important;
	line-height: 16px !important;
    border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
}
.addthis_sharing_toolbox {
		text-align: center;
}
.mobile-hide {
	display: none;
}
.mobileshow {
	display:block;
}


}