@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&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:#FFF;
    font-family: 'Noto Sans SC', sans-serif;
    color:#000;
	overflow-x: hidden;
}
a { color: #c00; }
a:visited { color: #c00; }
a:hover { color: #f00; text-decoration:none; }
h1,h2,h3,h4,h5,h6,p {
	padding:0 0 15px 0;
	margin:0;
}
h1 {
	color:#c00;
	font-size:200%;
}
h2 {
	color:#000;
	font-size:175%;
}
h3 {
	color:#c00;
	font-size:150%;
}
h4 {
	color:#c00;
	font-size:125%;
}
p {
	font-size:100%;
}
ul, ol {
	margin-top:0;
	padding-top:0;
	padding-bottom:15px;
}
ul ul {
	padding-bottom:0;
}
.sticky {
    top: 0;
	position: -webkit-sticky !important;
	position: sticky !important;
    z-index: 9999;
}
.admin {
    position: absolute !important;
    left: 0;
    z-index: 9998;
    display: block;
    padding: 4px 8px !important;
    margin: 0 !important;
    background: rgba(200,0,0,0.5) !important;
    color: #fff !important;
    border-radius:0 10px 10px 0;
    border: 1px solid #000 !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: none !important;
    text-shadow: none !important;
}
.admin:hover {
    background: rgba(200,0,0,1);
    color: #fff;
}
.admin.sticky {
    top: 10px;
    max-width: 150px;
}
.admin.right {
    left: auto;
    right: 0;
    border-radius:10px 0 0 10px;
}
.admin.center {
    left: 48%;
    border-radius:10px;
}
#admin-menu {
    position: fixed !important;
    top: 300px;
    left: 0;
    z-index: 9999;
}
#admin-menu ul {
    padding-top: 28px !important;
}
.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:calc(25% - 30px);
	margin:15px;
	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);
    background-size: cover;
    background-position: 50% 50%;
	background-repeat:no-repeat;
	overflow: hidden;
    background-color: #fff;
}
a.dark {
    color: #000;
}
.photos img {
	position:absolute;
	top:0;
	left:0;
}
.photos p {
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	padding:12px 2%;
    font-weight: bold;
	background:rgba(255,255,255,0.75);
}
.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;
}
.loading {
    background: url("../scripts/ajax-loader.gif");
	width:32px;
    height: 32px;
    max-width: 32px;
	position:absolute;
	top:calc(50% - 16px);
	left:calc(50% - 16px);
    margin:0;
    z-index: -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);
}
.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: 56.25%;
}
.video iframe, .video video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
h2.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 15px;
  width: calc(100% - 36px);
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
h2.accordion.active, h2.accordion:hover {
  background-color: #ccc;
}
h2.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
h2.accordion.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.col1-6 {
	float:left;
	width:calc(16.66% - 30px);
	margin:15px;
	position: relative;
}
.col1-5 {
	float:left;
	width:calc(20% - 30px);
	margin:15px;
	position: relative;
}
.col1-4 {
	float:left;
	width:calc(25% - 30px);
	margin:15px;
	position: relative;
}
.col1-3 {
	float:left;
	width:calc(33.33% - 30px);
	margin:15px;
	position: relative;
}
.col1-2 {
	float:left;
	width:calc(50% - 30px);
	margin:15px;
	position: relative;
}
.col2-3 {
	float:left;
	width:calc(66.66% - 30px);
	margin:15px;
	position: relative;
}
.col3-4 {
	float:left;
	width:calc(75% - 30px);
	margin:15px;
	position: relative;
}
.col5-6 {
	float:left;
	width:calc(83.33% - 30px);
	margin:15px;
	position: relative;
}
.col {
	float:left;
	width:calc(100% - 30px);
	margin:15px;
	position: relative;
}
table.mobile {
}
.flex {
    display: flex;
    align-items: center;
    justify-content:center;
}
.header .flex {
    justify-content:left;
    width: 100%;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.header {
    background: linear-gradient(#000, #eaeaea);
}
#header {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}
#header a {
	text-decoration:none;
	color: #fff;
}
#header a:hover {
}
#header h2 {
	color: #fff;
	font-size: 200%;
	padding: 10px 0;
	line-height: 90%;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	/*text-shadow: 0 2px 0 #000,2px 2px 0 #000,2px 0 0 #000,2px -2px 0 #000,
				 0 -2px 0 #000,-2px -2px 0 #000,-2px 0 0 #000,-2px 2px 0 #000;*/
}
#header .logo {
	width:150px;
}
#header h3 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
	font-style: italic;
}
#header h4 {
	font-size: 80%;
	color: #fff;
}
#modules {
    position: absolute;
    top: 10px;
    right: 0;
	width: 50%;
	text-align: right;
}
#modules img {
    vertical-align: top;
    height: 32px;
	margin: 0 2% 0 0;
    display: inline-block;
}
.socicon {
	font-size: 100%;
	background: #C00;
	border-radius: 100%;
	color: #fff;
	padding: 8px;
	margin: 0 1% 0 0;
    display: inline-block;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
    position: relative;
}
.socicon:hover {
	background: #333;
}
.socicon.darkicon {
	background: none;
	border-radius: 0;
    color: #333;
    padding: 0;
    font-size: 150%;
    line-height: 100%;
    vertical-align: middle;
}
.socicon.lighticon {
	background: none;
	border-radius: 0;
    color: #eaeaea;
    padding: 0;
    font-size: 150%;
    line-height: 100%;
    vertical-align: middle;
}
.socicon-periscope::after {
  content: "\e061";
  display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.nav {
	background:#000;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

/* Mobile first layout SmartMenus CSS 
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.sm-noleeo a, .sm-noleeo a:hover, .sm-noleeo a:focus, .sm-noleeo a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-noleeo a.current {
  font-weight: bold;
}
.sm-noleeo a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: #fff;
    color: #000;
  border-radius: 4px;
}
.sm-noleeo a .sub-arrow::before {
  content: '+';
}
.sm-noleeo a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-noleeo li {
  border-top: 1px solid #eaeaea;
}
.sm-noleeo > li:first-child {
  border-top: 0;
}
.sm-noleeo ul {
  background: none;
}
.sm-noleeo ul a, .sm-noleeo ul a:hover, .sm-noleeo ul a:focus, .sm-noleeo ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-noleeo ul ul a,
.sm-noleeo ul ul a:hover,
.sm-noleeo ul ul a:focus,
.sm-noleeo ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-noleeo ul ul ul a,
.sm-noleeo ul ul ul a:hover,
.sm-noleeo ul ul ul a:focus,
.sm-noleeo ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-noleeo ul ul ul ul a,
.sm-noleeo ul ul ul ul a:hover,
.sm-noleeo ul ul ul ul a:focus,
.sm-noleeo ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-noleeo ul ul ul ul ul a,
.sm-noleeo ul ul ul ul ul a:hover,
.sm-noleeo ul ul ul ul ul a:focus,
.sm-noleeo ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  .sm-noleeo ul {
    position: absolute;
    width: 12em;
  }

  .sm-noleeo li {
      display: inline-block;
  }
  .sm-noleeo li ul li {
      display: block;
  }

  .sm-noleeo ul li {
    float: none;
  }

  .sm-noleeo a {
    white-space: nowrap;
  }

  .sm-noleeo ul a {
    white-space: normal;
  }

  .sm-noleeo .sm-nowrap > li > a, .sm-noleeo .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-noleeo {
    border-top: 0;
    background: transparent;
  }
  .sm-noleeo a, .sm-noleeo a:hover, .sm-noleeo a:focus, .sm-noleeo a:active, .sm-noleeo a.highlighted {
    padding: 11px 20px;
    color: #fff;
  }
  .sm-noleeo a:hover, .sm-noleeo a:focus, .sm-noleeo a:active, .sm-noleeo a.active {
    background: #c00;
    color: #fff;
  }
  .sm-noleeo a.highlighted {
    background: #c00;
    color: #fff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-noleeo a.has-submenu {
    padding-right: 34px;
  }
  .sm-noleeo a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-noleeo a:hover .sub-arrow, .sm-noleeo a:focus .sub-arrow, .sm-noleeo a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-noleeo a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-noleeo a .sub-arrow::before {
    display: none;
  }
  .sm-noleeo li {
    border-top: 0;
  }
  .sm-noleeo ul {
    border: 0;
    padding: 8px 0;
    background: #000;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  #admin-menu.sm-noleeo ul {
    padding: 28px 0 8px;
  }
  .sm-noleeo ul ul {
    border-radius: 4px;
  }
  .sm-noleeo ul a, .sm-noleeo ul a:hover, .sm-noleeo ul a:focus, .sm-noleeo ul a:active, .sm-noleeo ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
  }
  .sm-noleeo ul a:hover, .sm-noleeo ul a:focus, .sm-noleeo ul a:active, .sm-noleeo ul a.highlighted {
    background: #c00;
    color: #fff;
    box-shadow: none;
  }
  .sm-noleeo ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-noleeo ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
  }
  .sm-noleeo ul a:hover .sub-arrow, .sm-noleeo ul a:focus .sub-arrow, .sm-noleeo ul a:active .sub-arrow, .sm-noleeo ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-noleeo .scroll-up,
  .sm-noleeo .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #F6FFED;
    height: 20px;
  }
  .sm-noleeo .scroll-up-arrow,
  .sm-noleeo .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #8db863 transparent;
  }
  .sm-noleeo .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8db863 transparent transparent transparent;
  }
}

/* Mega menus */
.sm-noleeo,
.sm-noleeo > .has-mega-menu {
  position: static !important;
}
#admin-menu.sm-noleeo {
    top: 150px;
    left: 0;
	position: fixed !important;
    z-index: 9999;
}
.sm-noleeo .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
.sm-noleeo > .has-mega-menu .scroll-up,
.sm-noleeo > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}
.sm-noleeo .mega-menu > li {
  overflow: auto;
}
.sm-noleeo .mega-menu, .sm-noleeo .mega-menu h2, .sm-noleeo .mega-menu h3 {
  color: #fff;
}
.sm-noleeo .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sm-noleeo .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
}
.sm-noleeo .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}
.sm-noleeo .mega-menu a:hover {
    background: none;
    padding: 0;
    margin-left: 0;
    border-left: 0px solid transparent;
  text-decoration: underline;
}


.nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  font-weight: normal;
    font-size: 16px;
    line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
}
#main-menu {
  clear: both;
  border-bottom: 0;
    text-align: center;
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 5%;
  position: relative;
  display: inline-block;
  width: 90%;
  height: 29px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  right: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
    
.nav-brand {
    display: none;
}
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
      margin: 0 auto;
  }
}
/* End Navigation */

.subnav {
    width: 100%;
    background: #000;
    color: #fff;
    margin-bottom: 15px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.subnav ul {
    text-decoration: none;
    list-style: none;
    max-width: 1400px;
	margin:0 auto;
	padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subnav ul li {
    margin: 0;
	padding:6px 8px 8px;
}
.subnav ul li.active {
    background: #333;
}
.subnav h2 {
    padding: 0;margin: 0;
}
.subnav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}
.highlight {
    background: #ffff00;
    border-radius: 5px;
}
.banner {
    background: #eaeaea;
}

.tint {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(0,0,0,.2) 45%,rgba(0,0,0,.8) 100%);*/
}
.tint div {
    padding: 15px 10%;
}
.swiper {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper h1, .swiper h2, .swiper h3, .swiper h4, .headline h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.8),2px 2px 2px rgba(0,0,0,.8),2px 2px 2px rgba(0,0,0,.8),2px 2px 2px rgba(0,0,0,.8);
}
.swiper-slide, .headline {
    font-size: 200%;
}
.pageimage {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    margin: 0 auto;
}
.headline {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    text-align: center;
}
.headline h1 {
    text-align: center;
}
.maincontent {
}
.container {
	max-width:1200px;
	margin:0 auto;
	padding:40px 5%;
    position: relative;
}
.maincontent.half .container {
	max-width:800px;
}
.maincontent.nomargin .container {
	padding:0;
    max-width: none;
}
.icons .container .container {
	padding:15px 5% 40px;
}
.gallery-container {
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.gallery.light {
	background:#ccc;
}
.gallery.dark {
    background: #333;
    color:#fff;
}
.gallery.dark h2, .gallery.background h2 {
    color:#fff;
}
.gallery .item {
    color: #000;
}
.gallery .flex > div.photocontent {
    display: flex;
    align-items: center;
    justify-content:center;
    border: 1px solid #333;
    width: calc(50% - 20px);
    margin: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.photocontent, .photocontent h2 {
    color: #000;
}
.photocontent {
    min-height: 400px;
}
.photoimage {
    width: 50%;
    padding-bottom: 25%;
}
.collage {
}
.collagephotos {
    width: 50%;
}
.collage .col1-4 {
	width:50%;
	margin:0;
}
.collage .photos {
    padding-bottom: 50%;
}
.background {
    display: flex;
    align-items: center;
    justify-content:center;
    min-height: 400px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000;
}
.widgets {
}
.widgets .gallery-container > div {
}
.testimonials {
    background: #ccc;
}
.testimonial img {
}
.testimonial .container {
    padding-top: 50px;
}
.testimonial .container::before {
    content: "“";
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 60px;
    color: #ccc;
}
.testimonial .container::after {
    content: "”";
    position: absolute;
    bottom: -20px;
    right: -15px;
    font-size: 60px;
    color: #ccc;
}
.business {
	background:#eaeaea;
}
.business img {
    max-height: 150px;
    margin: 0 auto;
}
.location iframe {
    width: 100%;
    height: 300px;
    float: left;
}

div.cal.mobile {
    display: none;
    }
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:#000;
	border-top: 2px solid #c00;
	padding-top: 15px;
    color:#FFF;
}
.footer a {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h3 {
    color: #fff;
	font-size:120%;
}
.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 #ccc;
  height: 3px;
  margin-top: -1px;
}
.category:before {
  left: -90px;
  right: auto;
}
.blogentry a {
	text-decoration: none;
}
.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;
}
.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:calc(98% - 2px);
	padding:4px 1%;
	border:1px solid #000;
	border-radius:4px;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}
.gbmorelines {
	width:calc(98% - 2px);
	height:300px;
	padding:0 1%;
	border:1px solid #000;
	border-radius:4px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
::placeholder {
    color: #000;
    text-transform: uppercase;
    opacity: 1;
}
.srcbttn, .button {
	font-family: Arial, Helvetica, sans-serif;
	min-width:150px;
    text-align: center;
	font-size:90%;
	color:#FFF;
	background:#c00;
	padding: 10px 15px;
	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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.srcbttn, a.button {
	color:#FFF;
	text-decoration:none;
	min-width:50px;
	left: 0;
	top: 0;
	font-size:100%;
    display: inline-block;
}
.srcbttn:hover, .button:hover, .srcbttn.active, .button.active {
	background:#333;
}
.header a.button {
	padding: 5px 10px;    
}
hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	line-height: 0;
	clear:both;
	margin-bottom: 15px;
	padding-top: 15px;
}
.mfp-title small {
	display:none;
	visibility:hidden;
}
.mfp-wrap.my-custom-class .mfp-content {
    width: 800px;
    max-width: 90vw;
}
.mobileshow, .tabletshow {
	display:none;
}

/* Tablet Layout */

@media only screen and (max-width: 769px) {

.mfp-iframe-scaler {
    min-height: 270px;
}
.collage {
    flex-direction:column;
}
.gallery .flex > div.photocontent {
    width: calc(100% - 20px);
}  
.collagephotos {
    width: 100%;
}
.pageimage {
    padding-bottom: 50%;
}
.photos {
	width:calc(33.33% - 30px);
	padding:0 0 31%;
}
.col1-6 {
	width:calc(33.33% - 30px);
}
.col1-4 {
	width:calc(50% - 30px);
}
.col3-4 {
	width:calc(100% - 30px);
}
.col1-2 {
	width:calc(100% - 30px);
}
.col3-4 {
	width:calc(66.66% - 30px);
}
#modules {
	position: relative;
	float: none;
	right: 0;
    top: 0;
	width: 96%;
    margin: 0;
    padding: 5px 2%;
	font-size:80%;
    background: #000;
}
#modules a {
	margin:0 .5%;
	line-height:24px;
	float: none;
}
#modules form {
    float: left;
    margin-top: 4px;
}
.socicon {
	padding: 6px;
	margin: 0 .5% 0 0;
}
.header a.button {
	padding: 3px 6px;    
}
table#colorkey {
    font-size: 80%;
    }
table.cal.desktop {
    display: none;
    }
div.cal.mobile {
    display: block;
    }
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;
}
.audio2 {
	border-bottom:1px solid #FFF;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width:49%;
}
.tablet-hide {
	display:none;
}
.tabletshow {
	display:block;
}
.footer .col1-4 {
	width:calc(50% - 30px); 
}
.footer .col1-4:first-child {
	width:calc(25% - 30px); 
}
.footer .col3-4 {
	width:calc(75% - 30px); 
}
}

/* Mobile Layout */

@media only screen and (max-width: 480px) {

#header h2 {
	font-size: 160%;
}
.pageimage {
    padding-bottom: 75%;
}
.photos {
	width:calc(50% - 30px);
	padding:0 0 48%;
}
.gallery .flex, .gallery-container.flex {
    flex-direction: column !important;
}
.gallery .flex > div, .gallery-container.flex > div {
    width: 100%;
}
.gallery .flex > div.photocontent {
    width: calc(100% - 20px);
}   
.photoimage {
    padding-bottom: 100%;
}
.col1-6 {
	width:calc(25% - 30px);
}
.col1-3, .col2-3, .widgets .col1-4, #audio .col1-4, #calendar .col1-4 {
	width:calc(100% - 30px);
}
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;
}
.audio2 {
	border-bottom:1px solid #FFF;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width: 99%;
}
.footer .container > div {
    text-align: center;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .col1-4, .footer .col3-4 {
	width:calc(100% - 30px); 
}
.footer .col1-4:first-child {
    width: 100px;
    float: none;
    margin: 0 auto;
}
.addthis_sharing_toolbox {
		text-align: center;
}
.mobile-hide {
	display: none;
}
.mobileshow {
	display:block;
}


}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    width: calc(100% - 30px);
    padding: 15px;
    z-index: 99999;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-size: 16px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-size: 13px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 13px;
    float: left;
}
#gdpr-cookie-message p {
    width: calc(100% - 118px);
    padding-bottom: 0;
    margin-bottom: 0;
}
#gdpr-cookie-message li {
    width: 100%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #fff;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    float: left;
    background: #fff;
    color: #000;
    font-size: 15px;
    width: 90px;
    padding: 7px;
    display: block;
    margin: 0 0 0 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #eaeaea;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: #fff;
    color: #000;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
/* Simple fade transition */
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}