@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');

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:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	overflow-x: hidden;
}
a { color: #597C55; }
a:visited { color: #597C55; }
a:hover { color: #000; text-decoration:none; }
h1,h2,h3,h4,h5,h6,p {
	padding:0 0 15px 0;
	margin:0;
}
h1 {
	color:#597C55;
	font-size:160%;
    font-family: 'Cinzel Decorative', cursive;
	font-weight: normal;
}
h2 {
	color:#597C55;
	font-size:140%;
    font-family: 'Cinzel Decorative', cursive;
	font-weight: normal;
}
h3 {
	color:#597C55;
	font-size:120%;
    font-family: 'Cinzel Decorative', cursive;
}
h4 {
	color:#597C55;
	font-size:100%;
    font-family: 'Cinzel Decorative', cursive;
}
p {
	font-size:100%;
}
ul, ol {
	margin-top:0;
	padding-top:0;
	padding-bottom:15px;
}
ul ul {
	padding-bottom:0;
}
.layer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.body {
	background-color: #fff;
	background-image: url("../assets/pageimage/Summer_on_Lake_Luzerne.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.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%;
	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:40%;
	position:absolute;
	top:60%;
	left:60%;
	margin:-30% 0 0 -30%;
	opacity:.8;
}
.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 {
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#m2eventheader {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.header {
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 10px;
	z-index: 900;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.header-sticky {
	background: rgba(255,255,255,0.80);
}
#header {
	width:100%;
}
.logo {
	position: relative;
	text-align: right;
	margin-bottom: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.logo img {
	width: 90%;
	max-width: 200px;
	height: inherit;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.header-sticky .logo img {
	max-width: 115px;
}
#modules {
	width: 96%;
	margin: 0 2% 0 0;
	float: left;
	text-align: right;
}
.modules {
	float: left;
	margin: 10px 0 20px;
	text-align: left;
}
.modules a {
	text-decoration:none;
	color: #000;
	border-radius: 5px;
	padding: 2px 4px;
	margin: 2px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.modules a:hover {
	background: rgba(255,255,255,0.8);
}
#header h2 {
	color: #000;
	font-size: 200%;
	padding: 10px 0;
	line-height: 90%;
	text-shadow: 0 2px 2px rgba(255,255,255,0.4),2px 2px 2px rgba(255,255,255,0.4),2px 0 2px rgba(255,255,255,0.4),2px -2px 2px rgba(255,255,255,0.4), 0 -2px 2px rgba(255,255,255,0.4),-2px -2px 2px rgba(255,255,255,0.4),-2px 0 2px rgba(255,255,255,0.4),-2px 2px 2px rgba(255,255,255,0.4);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#header h3 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0 2px 2px rgba(255,255,255,0.4),2px 2px 2px rgba(255,255,255,0.4),2px 0 2px rgba(255,255,255,0.4),2px -2px 2px rgba(255,255,255,0.4), 0 -2px 2px rgba(255,255,255,0.4),-2px -2px 2px rgba(255,255,255,0.4),-2px 0 2px rgba(255,255,255,0.4),-2px 2px 2px rgba(255,255,255,0.4);
}
@media only screen and (max-width: 1200px) {
	#header h2 {
		font-size: 3vw;
	}
	#header h3 {
		font-size: 1.25vw;
	}
}
.header-sticky #header h2, .header-sticky #header h3 {
	font-size: 0;
	padding: 0;
}
.socicon {
	font-size: 100%;
	background: rgba(0,0,0,1);
	border-radius: 100%;
	color: #fff;
	padding: 8px;
	margin: 0 2% 0 0;
	line-height:250% !important;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none;
}
.socicon:hover {
	background: rgba(0,0,0,0.5);
}
.nav {
	background:#597C55;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	margin:0 -10% 15px 0;
	padding: 0 10% 0 0;
}
#navigation {
	width: 100%;
}
#navigation a {
	display: inline-block;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	padding:10px 15px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#navigation a:hover, #navigation a.active {
	color: #fff;
	background:#000;
}
#navigationmobile {
	display:none;
}
.pageimage {
	width:100%;
    height:100vh;
	position: relative;
	background: url(../assets/design/mask.png) 50% 100% no-repeat;
	background-size: contain;
}
.pageimage h2 {
	position: absolute;
	left: 2%;
	bottom: 120px;
	display: inline-block;
	background: rgba(255,255,255,0.30);
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	padding: 6px 12px;
	text-transform: capitalize !important;
}
.addthis_sharing_toolbox {
	position: absolute;
	bottom: 5px;
	right: 5%;
}
.maincontent {
	background: #fff;
	border: 1px solid #fff;
}
.testimonials {
	background: #fafafa;
	border: 1px solid #fafafa;	
}
#maincontent {
	max-width:1200px;
	margin:15px auto 0;
	padding:15px 5%;
    width: 90%;
}
.banners {
	background: #fff;
	position: relative;
}
.widgets {	
	background:#fff;
	padding: 25px 0;
}
#widgets {
	max-width:1200px;
	margin:0 auto;
	padding:15px 5%;
    width: 90%;
}
.widget a {
	text-decoration:none;
}
.widget h4 {
	font-weight:normal;
}
.widget h4 span {
	font-weight:bold;
	color:#000;
}
#newsitem {
	margin:1%;
	width:98%;
	float:left;
}
h4 div, .widget h3 span {
	font-weight:normal;
	font-size:90%;
	float:right;
	color:#000;
}
.widget h2 a {
	color: #597C55;
}
.widget h3 {
	clear:both;
	font-weight:normal;
}
.widget h3 span {
	text-align:right;
	font-weight:normal;
}
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;
}
.footer {
	background:#44733b;
	padding-top: 15px;
}
.location {
	position: relative;
}
#footer {
  max-width:1200px;
  margin:0 auto;
  padding:1% 0;
  color:#FFF;
  font-size:90%;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	padding:0;
	margin:0;
	font-size:110%;
    color: #fff;
}
.category {
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	color: #000;
}
.category:before, 
.category:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  width: 80px;
  border-top: 1px solid #597C55;
  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 #597C55;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width:31%;
}
.audio {
	border-top:1px solid #597C55;
	margin:1%;
	padding:0;
	display:block;
	float:left;
	width:98%;
}
.audio a {
	color:#000;
	text-decoration:none;
}
.dates {
    float: left;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-right: 10px;
}
.date {
	float: left;
	width: 40px;
	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:#597C55;
	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%;
}
.srcbttn:hover, .button:hover {
	background:#000;
}
hr {
	width: 500%;
	margin-left: -200%;
	border: none;
	border-top: 1px solid #597C55;
	font-size: 1px;
	line-height: 0;
	clear:both;
	margin-bottom: 25px;
}
.mfp-title small {
	display:none;
	visibility:hidden;
}
.mobileshow, .tabletshow {
	display:none;
}

/* Tablet Layout */

@media only screen and (max-width: 880px) {

h1 {
	font-size:150%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}
.photos {
	width:31.33%;
	margin:1%;
	float:left;
	padding:0 0 31%;
}
.col1-6, .col1-4 {
	width:31.33%;
}
.eventdetail.col1-4 {
	width:48%;
}
.col1-2 {
	width:98%;
}
.col3-4 {
	width:64.66%;
}
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;
}
#modules {
	font-size:80%;
}
.srcfrm1 {
	width:100px;
}
#navigation a {
	font-size:90%;
}
#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: 580px) {

.eventdetail.col1-4 {
	width:98%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
#modules {
	margin-bottom: 15px;
}
#header h2 {
	font-size: 5.5vw;
}
.header-sticky {
	padding: 0;
}
.header-sticky .logo img {
	max-width: 0;
}
.header-sticky #modules {
	display: none;
	margin-bottom: 0;
}
.header-sticky #header h2 {
	font-size: 0;
	padding: 0;
}
.photos {
	width:48%;
	margin:1%;
	float:left;
	padding:0 0 48%;
}
.widget .col1-4 {
	width: 90%;
	margin: 0 5%;
}
.col1-6 {
	width:23%;
}
.nav {
	width: 96%;
	margin:0;
	padding: 0 2%;
	border-radius: 0;
}
#navigation {
	display:none;
}
#navigationmobile {
	display: block;
}
#maincontent .col1-3, #maincontent .col2-3 {
	width:98%;
}
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;
}
#footer {
	font-size:90%;
	overflow:hidden;
}
#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;
	bottom: 0;
	right: 2%;
}
.mobile-hide {
	display: none;
}
.mobileshow {
	display:block;
}


}