@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Charm&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: #2f5f1e; }
a:visited { color: #2f5f1e; }
a:hover { color: #000; text-decoration:none; }
h1,h2,h3,h4,h5,h6,p {
	padding:0 0 15px 0;
	margin:0;
}
h1 {
    text-align: center;
	color:#2f5f1e;
	font-size:300%;
    font-family: 'Charm', cursive;
    font-weight: normal;
}
h2 {
	color:#2f5f1e;
	font-size:250%;
    font-family: 'Charm', cursive;
    font-weight: normal;
}
h3 {
	color:#2f5f1e;
	font-size:200%;
    font-family: 'Charm', cursive;
    font-weight: normal;
}
h4 {
	color:#2f5f1e;
	font-size:150%;
}
p {
	font-size:110%;
    line-height: 150%;
}
ul, ol {
	margin-top:0;
	padding-top:0;
	padding-bottom:15px;
}
ul ul {
	padding-bottom:0;
}
.admin {
    position: absolute !important;
    left: 0;
    z-index: 9999;
    display: block;
    padding: 4px 8px !important;
    margin: 0 !important;
    background: rgba(200,0,0,0.5);
    color: #fff !important;
    border-radius:0 10px 10px 0;
    border: 1px solid #000 !important;
    text-align: center;
    text-decoration: none;
    font-size: 100% !important;
    font-weight: normal !important;
    text-transform: 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;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	position:relative;
}
.sticky {
    top: 0;
	position: -webkit-sticky;
	position: sticky;
}
.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: center;
	background-repeat:no-repeat;
	overflow: hidden;
}
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;
}
.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;
}
.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: #fef9b7;
}
#header {
	width:90%;
	max-width:1200px;
	margin:0 auto;
    padding: 15px 5% 10px;
	position: relative;
}
#header a {
	text-decoration:none;
	color: #fff;
}
#header a:hover {
}
#header h2 {
	font-size: 250%;
	padding: 10px 0;
	line-height: 90%;
}
#header .logo {
	width:100px;
}
#header h3 {
	font-size: 110%;
    color: #000;
}
#header h4 {
	font-size: 90%;
    color: #000;
}
#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: #2f5f1e;
	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:#2f5f1e;
	border-top:2px solid #2f5f1e;
	border-bottom:2px solid #2f5f1e;
	z-index:6;
}

/* 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: #2f5f1e;
    color: #fff;
  }
  .sm-noleeo a.highlighted {
    background: #2f5f1e;
    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: #2f5f1e;
    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;
}
.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 {
    z-index: 1;
}
.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 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}
.maincontent {
    background: #fff;
    z-index:5;
    transform: translate3d(0,0,0);
}
.container {
	max-width:1200px;
	margin:0 auto;
	padding:40px 5%;
    position: relative;
}
.gallery-container {
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.gallery, .gallery1 {
	background:#fef9b7;
    z-index:5;
    transform: translate3d(0,0,0);
}
.gallery h2 {
}
.gallery2 {
    background: #fff;
}
.gallery .item {
    color: #000;
    font-size: 80%;
}
.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);
}
.card h3 {
    padding-bottom: 0;
}
.card .container {
    text-align: center;
    padding: 10px 5%;
    font-size: 90%;
}
.photoimage {
    width: 50%;
    padding-bottom: 25%;
}
.background {
    z-index: 1;
}
.background, .background h2 {
    text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;
    text-align: center;
    color: #fff;
}
.background .container {
    display: flex;
    align-items: center;
    justify-content:center;
    min-height: 500px;
}
.background .container > div {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 20px 5% 0;
    background: rgba(0,0,0,0.7);
    border-radius: 20px;
}
.background .fa-solid {
    font-size: 200%;
    margin-bottom: 10px;
}
.collage {
}
.collagephotos {
    width: 50%;
}
.collage .col1-4 {
	width:50%;
	margin:0;
}
.collage .photos {
    padding-bottom: 50%;
}
.widgets {
    z-index:5;
    transform: translate3d(0,0,0);
}
.widgets .gallery-container > div {
}
.testimonials {
    background: #000;
    z-index:5;
    transform: translate3d(0,0,0);
}
.testimonials h2 {
    color: #fff;
}
.testimonial img {
    display: inline-block !important;
    
}
.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 {
    z-index: 5;
    transform: translate3d(0,0,0);
}
.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:#fef9b7;
	border-top: 2px solid #2f5f1e;
	padding-top: 15px;
    font-size: 90%;
    z-index: 5;
    transform: translate3d(0,0,0);
}
.footer a {
	text-decoration:none;
}
.footer a:hover {
	text-decoration: underline;
}
.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 #2f5f1e;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width:31%;
}
.audio {
	border-top:1px solid #2f5f1e;
	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;
}
.srcbttn, .button {
	font-family: Arial, Helvetica, sans-serif;
	min-width:150px;
    text-align: center;
	font-size:90%;
	color:#FFF;
	background:#2f5f1e;
	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;
	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:275%;
}
h2 {
	font-size:225%;
}
h3 {
	font-size:175%;
}
h4 {
	font-size:125%;
}
.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%;
}
#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) {

h1 {
	font-size:200%;
}
h2 {
	font-size:175%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:100%;
}
#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%;
}
.photoimage {
    padding-bottom: 100%;
}
.col1-3, .col2-3, .widgets .col1-4, #audio .col1-4, #calendar .col1-4 {
	width:calc(100% - 30px);
}
.col1-5 {
	width:calc(50% - 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;
}
#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;
}


}

/* 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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:1400px;
	margin:0px auto 0px;
	padding:0;
	border:none;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:1400px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	top:5px;
	right:15px;
}
#wowslider-container1  .wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}


#wowslider-container1  .ws_bullets { 
	padding: 5px; 
}
#wowslider-container1 .ws_bullets a { 
	width:20px;
	height:20px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 50%;	
}
#wowslider-container1 .ws_bullets a.ws_selbull{ 
	background-position: 0 100%;
}	
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-24px;
	z-index:60;
	height: 64px;
	width: 64px;
	background-image: url(./arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:25px;
}
#wowslider-container1 a.ws_prev {
	left:25px;
	background-position: 0 0;  
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}

/*playpause*/
#wowslider-container1 .ws_playpause {
	display:none;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 59;
}

#wowslider-container1:hover .ws_playpause {
	display:block;
}

#wowslider-container1 .ws_pause {
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
    background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    top: 5px;
    right: 5px;
}

#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: -5px;
	left: 0px; 
	margin:35px 35px;
	padding:12px 10px;
	color:#777777;
	z-index: 50;
	font-family:'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
#wowslider-container1 .ws-title div{
	margin-top: 6px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

#wowslider-container1 .ws_images ul{
	animation: wsBasic 16.4s infinite;
	-moz-animation: wsBasic 16.4s infinite;
	-webkit-animation: wsBasic 16.4s infinite;
}
@keyframes wsBasic{0%{left:-0%} 37.8%{left:-0%} 50%{left:-100%} 87.8%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 37.8%{left:-0%} 50%{left:-100%} 87.8%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 37.8%{left:-0%} 50%{left:-100%} 87.8%{left:-100%} }


@font-face {
  font-family: 'Socicon';
  src:  url('../assets/fonts/Socicon.eot?6mfloc');
  src:  url('../assets/fonts/Socicon.eot?6mfloc#iefix') format('embedded-opentype'),
    url('../assets/fonts/Socicon.woff2?6mfloc') format('woff2'),
    url('../assets/fonts/Socicon.ttf?6mfloc') format('truetype'),
    url('../assets/fonts/Socicon.woff?6mfloc') format('woff'),
    url('../assets/fonts/Socicon.svg?6mfloc#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-eitaa:before {
  content: "\e97c";
}
.socicon-soroush:before {
  content: "\e97d";
}
.socicon-bale:before {
  content: "\e97e";
}
.socicon-zazzle:before {
  content: "\e97b";
}
.socicon-society6:before {
  content: "\e97a";
}
.socicon-redbubble:before {
  content: "\e979";
}
.socicon-avvo:before {
  content: "\e978";
}
.socicon-stitcher:before {
  content: "\e977";
}
.socicon-googlehangouts:before {
  content: "\e974";
}
.socicon-dlive:before {
  content: "\e975";
}
.socicon-vsco:before {
  content: "\e976";
}
.socicon-flipboard:before {
  content: "\e973";
}
.socicon-ubuntu:before {
  content: "\e958";
}
.socicon-artstation:before {
  content: "\e959";
}
.socicon-invision:before {
  content: "\e95a";
}
.socicon-torial:before {
  content: "\e95b";
}
.socicon-collectorz:before {
  content: "\e95c";
}
.socicon-seenthis:before {
  content: "\e95d";
}
.socicon-googleplaymusic:before {
  content: "\e95e";
}
.socicon-debian:before {
  content: "\e95f";
}
.socicon-filmfreeway:before {
  content: "\e960";
}
.socicon-gnome:before {
  content: "\e961";
}
.socicon-itchio:before {
  content: "\e962";
}
.socicon-jamendo:before {
  content: "\e963";
}
.socicon-mix:before {
  content: "\e964";
}
.socicon-sharepoint:before {
  content: "\e965";
}
.socicon-tinder:before {
  content: "\e966";
}
.socicon-windguru:before {
  content: "\e967";
}
.socicon-cdbaby:before {
  content: "\e968";
}
.socicon-elementaryos:before {
  content: "\e969";
}
.socicon-stage32:before {
  content: "\e96a";
}
.socicon-tiktok:before {
  content: "\e96b";
}
.socicon-gitter:before {
  content: "\e96c";
}
.socicon-letterboxd:before {
  content: "\e96d";
}
.socicon-threema:before {
  content: "\e96e";
}
.socicon-splice:before {
  content: "\e96f";
}
.socicon-metapop:before {
  content: "\e970";
}
.socicon-naver:before {
  content: "\e971";
}
.socicon-remote:before {
  content: "\e972";
}
.socicon-internet:before {
  content: "\e957";
}
.socicon-moddb:before {
  content: "\e94b";
}
.socicon-indiedb:before {
  content: "\e94c";
}
.socicon-traxsource:before {
  content: "\e94d";
}
.socicon-gamefor:before {
  content: "\e94e";
}
.socicon-pixiv:before {
  content: "\e94f";
}
.socicon-myanimelist:before {
  content: "\e950";
}
.socicon-blackberry:before {
  content: "\e951";
}
.socicon-wickr:before {
  content: "\e952";
}
.socicon-spip:before {
  content: "\e953";
}
.socicon-napster:before {
  content: "\e954";
}
.socicon-beatport:before {
  content: "\e955";
}
.socicon-hackerone:before {
  content: "\e956";
}
.socicon-hackernews:before {
  content: "\e946";
}
.socicon-smashwords:before {
  content: "\e947";
}
.socicon-kobo:before {
  content: "\e948";
}
.socicon-bookbub:before {
  content: "\e949";
}
.socicon-mailru:before {
  content: "\e94a";
}
.socicon-gitlab:before {
  content: "\e945";
}
.socicon-instructables:before {
  content: "\e944";
}
.socicon-portfolio:before {
  content: "\e943";
}
.socicon-codered:before {
  content: "\e940";
}
.socicon-origin:before {
  content: "\e941";
}
.socicon-nextdoor:before {
  content: "\e942";
}
.socicon-udemy:before {
  content: "\e93f";
}
.socicon-livemaster:before {
  content: "\e93e";
}
.socicon-crunchbase:before {
  content: "\e93b";
}
.socicon-homefy:before {
  content: "\e93c";
}
.socicon-calendly:before {
  content: "\e93d";
}
.socicon-realtor:before {
  content: "\e90f";
}
.socicon-tidal:before {
  content: "\e910";
}
.socicon-qobuz:before {
  content: "\e911";
}
.socicon-natgeo:before {
  content: "\e912";
}
.socicon-mastodon:before {
  content: "\e913";
}
.socicon-unsplash:before {
  content: "\e914";
}
.socicon-homeadvisor:before {
  content: "\e915";
}
.socicon-angieslist:before {
  content: "\e916";
}
.socicon-codepen:before {
  content: "\e917";
}
.socicon-slack:before {
  content: "\e918";
}
.socicon-openaigym:before {
  content: "\e919";
}
.socicon-logmein:before {
  content: "\e91a";
}
.socicon-fiverr:before {
  content: "\e91b";
}
.socicon-gotomeeting:before {
  content: "\e91c";
}
.socicon-aliexpress:before {
  content: "\e91d";
}
.socicon-guru:before {
  content: "\e91e";
}
.socicon-appstore:before {
  content: "\e91f";
}
.socicon-homes:before {
  content: "\e920";
}
.socicon-zoom:before {
  content: "\e921";
}
.socicon-alibaba:before {
  content: "\e922";
}
.socicon-craigslist:before {
  content: "\e923";
}
.socicon-wix:before {
  content: "\e924";
}
.socicon-redfin:before {
  content: "\e925";
}
.socicon-googlecalendar:before {
  content: "\e926";
}
.socicon-shopify:before {
  content: "\e927";
}
.socicon-freelancer:before {
  content: "\e928";
}
.socicon-seedrs:before {
  content: "\e929";
}
.socicon-bing:before {
  content: "\e92a";
}
.socicon-doodle:before {
  content: "\e92b";
}
.socicon-bonanza:before {
  content: "\e92c";
}
.socicon-squarespace:before {
  content: "\e92d";
}
.socicon-toptal:before {
  content: "\e92e";
}
.socicon-gust:before {
  content: "\e92f";
}
.socicon-ask:before {
  content: "\e930";
}
.socicon-trulia:before {
  content: "\e931";
}
.socicon-loomly:before {
  content: "\e932";
}
.socicon-ghost:before {
  content: "\e933";
}
.socicon-upwork:before {
  content: "\e934";
}
.socicon-fundable:before {
  content: "\e935";
}
.socicon-booking:before {
  content: "\e936";
}
.socicon-googlemaps:before {
  content: "\e937";
}
.socicon-zillow:before {
  content: "\e938";
}
.socicon-niconico:before {
  content: "\e939";
}
.socicon-toneden:before {
  content: "\e93a";
}
.socicon-augment:before {
  content: "\e908";
}
.socicon-bitbucket:before {
  content: "\e909";
}
.socicon-fyuse:before {
  content: "\e90a";
}
.socicon-yt-gaming:before {
  content: "\e90b";
}
.socicon-sketchfab:before {
  content: "\e90c";
}
.socicon-mobcrush:before {
  content: "\e90d";
}
.socicon-microsoft:before {
  content: "\e90e";
}
.socicon-pandora:before {
  content: "\e907";
}
.socicon-messenger:before {
  content: "\e906";
}
.socicon-gamewisp:before {
  content: "\e905";
}
.socicon-bloglovin:before {
  content: "\e904";
}
.socicon-tunein:before {
  content: "\e903";
}
.socicon-gamejolt:before {
  content: "\e901";
}
.socicon-trello:before {
  content: "\e902";
}
.socicon-spreadshirt:before {
  content: "\e900";
}
.socicon-500px:before {
  content: "\e000";
}
.socicon-8tracks:before {
  content: "\e001";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-mixer:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-smashcast:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
      margin-bottom: 15px;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
  .owl-carousel .owl-item img {
    display: block;
    }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  /*.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }*/
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .item {
    background: #fff;  
      background: #fff;
    padding-bottom: 500px;
      margin-bottom: -500px; 
}
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 34px;
    line-height: 34px;
    margin: 5px;
    padding: 4px 17px 10px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    border: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.owl-theme .owl-nav [class*='owl-']:hover {
      background: #777;
      color: #FFF;
      text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
