@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&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: "Montserrat", sans-serif;
    color:#000;
	overflow-x: hidden;
}
a { color: #154457; }
a:visited { color: #154457; }
a:hover { color: #3a7a8b; text-decoration:none; }
h1,h2,h3,h4,h5,h6,p {
	padding:0 0 15px 0;
	margin:0;
}
h1 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
	color:#3a7a8b;
	font-size:200%;
}
h2 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
	color:#154457;
	font-size:175%;
}
h3 {
	color:#3a7a8b;
	font-size:130%;
}
h4 {
	color:#154457;
	font-size:120%;
}
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;
}
.banner .video-outer {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
h2.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 15px;
  width: calc(100% - 36px);
  border: none;
  border-radius: 10px;
  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;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#modules {
	text-align: right;
}
.socicon, .x {
	font-size: 100%;
	background: #dffefb;
	border-radius: 100%;
	color: #000;
	padding: 8px;
	margin: 0 10px 10px 0;
    display: inline-block;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
    position: relative;
}
.x {
    width: 16px;
    height: 16px;
    vertical-align: top;
}
.socicon:hover, .x:hover {
	background: #333;
    color: #fff;
}
img.socicon {
    width: 16px;
    height: 16px;
}
.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);
}

.alert {
    background: #3a7a8b;
    color: #fff;
    text-align: center;
    width: 90%;
    padding: 8px 5%;
}
.alert a {
    color: #fff;
}
.scroll {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff url("../assets/design/scroll-down.svg") no-repeat 50% 50% /cover;
    border-radius: 100%;
    border: 2px solid #000;
    width: 50px;
    height: 50px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
    opacity: 1;
}
.scroll.scroll-none {
    opacity: 0;
}
.nav {
    width: 90%;
	background:#f3e6cf;
    box-shadow: 0px 2px 3px 2px rgb(0 0 0 / 10%);
    padding: 0 5%;
    z-index: 1000;
}
#main-nav {
}

/* 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: 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #154457;
  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 #000;
}
.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: 900px) {
  .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: #154457;
    border-radius:8px;
  }
  .sm-noleeo a:hover, .sm-noleeo a:focus, .sm-noleeo a:active, .sm-noleeo a.active {
	color:#fff;
      background: #154457;
  }
.sm-noleeo a:active, .sm-noleeo a.active {
	color:#fff;
      background: #3a7a8b;
  }
  .sm-noleeo a.highlighted {
      background: #154457;
	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: #000 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: #000 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: #fff;
    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: #154457;
    border-radius: 0;
  }
  .sm-noleeo ul a:hover, .sm-noleeo ul a:focus, .sm-noleeo ul a:active, .sm-noleeo ul a.highlighted {
    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 #000;
  }
  .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 #000;
  }
  .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 {
	color:#fff;
  font-size: 22px;
  display: block;
  padding: 2px 0;
  float: left;
  line-height: 22px;
  white-space: nowrap;
}
.nav-brand .logo {
  width: 180px;
  max-width:180px;
  margin: 0 20px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.nav-sticky .nav-brand .logo {
    width:50px;
}
.nav-brand a {
  text-decoration: none;
}
@media (min-width: 900px) {
    #main-nav {
        display: flex;
        align-items: center;
    }
}
#main-menu {
  border-bottom: 0;
  text-align: center;
    width: 100%;
}
/* Mobile menu toggle button */
.main-menu-btn {
  margin: 5px 5%;
  position: absolute;
    right: 0;
    top: 50px;
  display: inline-block;
  width: 40px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/* 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: #154457;
  -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: 900px) {
  /* hide the button in desktop view */

  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* 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%;
    font-size: 200%;
    /*background: linear-gradient(rgba(0,0,0,.2) 45%,rgba(0,0,0,.8) 100%);*/
}
.tint div {
    padding: 15px 10%;
}
.swiper, .pageimage {
    width: 100%;
    height: calc(100vh - 250px);
    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, .pageimage 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);
}
.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, .widgets {
    background: #f3e6cf;
}
.gallery.dark {
    background: #154457;
    color: #fff;
}
.gallery.background h2 {
    color:#fff;
}
.gallery .owl-stage {
    align-items: stretch !important;
}
.gallery .owl-item {
    flex: 1;
}
.gallery .item, .widgets .item {
    height: 100%;
    color: #000;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.gallery .flex > div.photocontent {
    display: flex;
    align-items: center;
    justify-content:center;
    width: calc(50% - 20px);
    margin: 0 10px;
    background: #fff;
    border-radius: 20px;
}
.gallery1 {
	max-width:1200px;
    margin: -80px auto 0;
    z-index: 10;
    border-radius: 20px;
}
#lake-ontario-fishing .video {
    padding-bottom: 100%;
}
.photocontent {
    color: #000;
}
.photocontent {
    min-height: 400px;
}
.photoimage {
    width: 50%;
    padding-bottom: 25%;
    border-radius: 20PX;
}
.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:#154457;
	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%;
}
.footer ul {
    margin-top: 20px;
}
.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 #278722;
	margin:1% 0 0 1%;
	display:block;
	float:left;
	width:31%;
}
.audio {
	border-top:1px solid #278722;
	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: #333;
    text-transform: uppercase;
    opacity: 1;
}
.srcbttn, .button, .button2 {
	font-family: Arial, Helvetica, sans-serif;
	min-width:150px;
    text-align: center;
	font-size:90%;
	color:#FFF;
	background:#3a7a8b;
	padding: 10px 15px;
	border-radius:10px;
	border: 0 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, a.button2 {
	color:#FFF;
	text-decoration:none;
	min-width:50px;
	left: 0;
	top: 0;
	font-size:100%;
    display: inline-block;
}
.button2, a.button2 {
	background:#eebf5a;
    color: #000;
}
.srcbttn:hover, .button:hover, .button2:hover, .srcbttn.active, .button.active {
	background:#154457;
    color: #fff;
}
hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #154457;
	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: 900px) {

.nav-brand .logo {
  width: 150px;
  max-width:150px;
}
.nav-sticky .nav-brand .logo {
    width:150px;
}
.nav.flex {
    display: block;
    position: relative !important;
}
#modules {
	text-align: center;
    margin: 10px;
}
.tint {
    font-size: 180%;
}
#fishing-charters {
    margin: 0 auto;
    border-radius: 0;
}
.mfp-iframe-scaler {
    min-height: 270px;
}
.collage {
    flex-direction:column;
}
.gallery .flex > div.photocontent {
    width: calc(100% - 20px);
}  
.collagephotos {
    width: 100%;
}
.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);
}
.socicon {
	padding: 6px;
	margin: 0 .5% 0 0;
}
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: 600px) {

.tint {
    font-size: 150%;
}
.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;
}
/* 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%;
      min-height: 500px;
    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; } }
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:11px}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@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;
    display: flex;
    align-items: center;
    justify-content:center;
    /* 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 {
}
.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; }
