* {
	transition-duration:300ms;
}

nav *,
.blog-slider *,
.slider * {
	transition-duration:0;
}

/*
html, body {
  height: 100%;
}

body {
  padding: 0px 0 0 0;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right:0px;
  margin-top:0px;
}

@media (min-width: 0) {
	.navbar-toggle {
		display: block; 
	}
}

@media (min-width: 992px) {
	body {
		padding: 0;
	}
	.navbar {
		right: auto;
		background: none;
		border: none;
	}
}

.navmenu, .navbar-offcanvas {
	width:340px;
	text-transform: uppercase;
}

.navmenu-fixed-right {
   left: auto !important;
   right:0!important;
}
*/


.toggle-menu{
	cursor: pointer;
}

.nav > li > a:focus, 
.nav > li > a:hover {
	background: none;
}
nav {
	-webkit-transform: translateZ(0);
}
nav ul.nav,
.navmenu-default, 
.navbar-default .navbar-offcanvas {
	background: #191919;
	border: none;
	-webkit-transform: translateZ(0);
}
.cbp-spmenu-vertical {
	background: #191919;
}
nav>div>ul.nav {
	padding:20px 0;
}

nav ul.nav li a{
	padding-top:10px;
	padding-bottom:10px;
}

nav ul.nav > li > a{
	padding-top:15px;
	padding-bottom:10px;
}

.navmenu-default .navmenu-nav>li>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a,
nav ul.nav li a {
	color: #fff;
	font-family: 'Alfa Slab One', sans-serif;
	font-size: 25px;
}

.navmenu-default .navmenu-nav>li> ul li a, 
.navbar-default .navbar-offcanvas .navmenu-nav>li> ul li a,
nav ul.nav li ul li a {
	font-size: 18px;
	line-height: 15px;
} 
.navmenu-default .navmenu-nav>li> ul li a::first-line, 
.navbar-default .navbar-offcanvas .navmenu-nav>li> ul li a::first-line, 
nav ul.nav li ul li a::first-line{
	line-height: 55px;
}

nav ul.nav li.current a,
nav ul.nav li.section>a {
	color:#FFF200;
	background-image:url('../images/nav-active.png');
}

nav ul.nav li ul {
	background-image:url('../images/subnav-active.png');
	background-size: 100% 100%;
	padding-bottom: 10px;
}

nav ul.nav li.section ul li a {
	background: none;
}

.navmenu-default .navmenu-nav>li>a:hover {
	color:#FFF200;
}

nav ul.nav li.current ul li a {
	color:#fff;
}

.nav>li>a>img {
	float: left;
	clear: left;
}
.nav>li {
	clear: left;
}
.nav>li>a {
	padding-left:40px;
}

.navmenu-default .navmenu-nav>li>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
	color: #FFF200;
}

nav .social {
	padding-left: 32px;
}

nav .social img {
	display: block;
	float: left;
	width:88px;
}

div.hover-over {
	width:75px;
	height:55px;
	display: inline-block;
	background-size: auto 120%;
	background-position: left center;
	background-repeat: no-repeat;
}

.biglogo {
	margin-left: -77px;
	width: 630px;
}

.morefun {
	margin-right:-100px;
	max-width: 100%;
	max-height: 400px;
}

.full-window {
	position: relative;
	height:95vh;
	min-height: 485px;
	max-height:900px;
	background-position: center;
	background-size: cover;
}

.home-activity-icons {
	margin-right:-60px;
	margin-top:-10px;
}

.home-nav-button {
	position: absolute;
	right:-130px;
	top:0px;
	z-index: 1;
}


.navbar-nav li {
	clear: none;
}

.navbar-nav>li>a {
	padding-left: 15px;
}

.dropdown.open .dropdown-toggle {
	background-color: transparent!important;
	position: relative;
}

.dropdown.open .dropdown-toggle:after {
	content: '';
	display: block;
	background-color: #241F21;
	width: calc(100% - 30px);
	height: 2px;
	left: 15px;
	bottom: 15px;
	position: absolute;

}

.header-nav .dropdown-menu,
.header-nav.navbar-nav>li>.dropdown-menu {
	background-color: #fff043;
	border-radius: 4px;
  border: none;
}

.header-nav.navbar-nav .dropdown-menu>li>a {
	font-weight: 600;
}

.header-nav.navbar-nav .dropdown-menu a {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}

.header-nav .dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

.header-nav .dropdown-menu li {
	position: relative;
}
.header-nav .dropdown-menu .dropdown-submenu {
	right: 100%;
	left: auto;
	top: -7px;
	display: none;
	position: absolute;
}
.caret-right {
	border-left: 4px dashed;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
@media (min-width: 1590px) {
	.header-nav .dropdown-menu .dropdown-submenu {
		left: 100%;
	}
}
@media (min-width: 1200px) {
	.nav-container {
		display: flex;
		justify-content: space-between;
    align-items: flex-end;
	}

	.HomePage .nav-container {
		align-items: center;
	}

	.HomePage .navbar-nav {
		background-image: url('../images/button-yellow.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding-right: 40px;
	}

	.navbar-nav > li > a {
		font-weight: 500;
		color: #241F21;
		font-size: 18px;
    line-height: 23px;
    padding-bottom: 20px;
    font-family: 'Alfa Slab One', sans-serif;
	}

	.HomePage .navbar-nav > li > a {
    padding-bottom: 20px;
	}

}

.forcebottom {
	position: absolute;
	bottom:0px;
}

span.tri {
	font-size: 25px;
}

.home-only {
	display: none;
	margin-right:-100px;
}
body.HomePage .home-only {
	display: block;
}
.internal-only {
	display: block;
}
body.HomePage .internal-only {
	display: none;
}

#youtube-video {
	overflow: hidden;
}

.fullwidth {
	/*background-image: url('../images/bubble1e.jpg');*/
	background-position: center;
	background-size: cover;
}

/*#youtube-video .coverall {
	background-image:url('../images/vid-grunge-big.png');
	background-size: cover;
	height:100%;
	min-height: 485px;
	z-index: 1;
}*/

.coverall {

}

.nav-yellow-bg {
	background-image:url('../images/headerfixed.png');
	background-position: bottom center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.content {
	padding:40px 0;
}

.content-top {
	background-image: url('../images/home-vide-overlay.png');
	background-position: center;
	background-size: cover;
	height:30px;
	margin-top: -30px;
	z-index: 1;
	position: relative;
}

.contentcontainer {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.activity {
	min-height: 481px;
	position: relative;
	background-position: top center;
	background-size: cover;
	-webkit-filter: drop-shadow(-6px -6px 4px rgba(0,0,0,0.5));
	filter: drop-shadow(-6px -6px 4px rgba(0,0,0,0.5));
	margin-top: -120px;
}

.activity:first-child {
	-webkit-filter:none;
	filter: none;
	margin-top: 0px;
}

.activity:last-child .splat {
	margin-bottom: -10px;
}

.activity .container {
	position: relative;
	height:100%;
}

.splat-container {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.splat {
	margin-bottom:50px;
	background-size: 100% 100%;
	padding-right: 40px;
}
.splat.odd {
	background-image:url('../images/active-splat-right.png');
	background-repeat: no-repeat;
	position: relative;
	
}
	.splat.odd .text {
		padding: 10px 0 85px 80px;
	}
	.splat.odd .largeicon {
		position: absolute;
		right:0px;
		bottom: 200px;
		z-index: 2;
	}

.splat.even {
	background-image:url('../images/active-splat-left.png');
	background-repeat: no-repeat;
	position: relative;
	
}
	.splat.even .text {
		padding: 10px 20px 85px 145px;
	}

	.splat.even .largeicon {
		position: absolute;
		left: -20px;
		bottom: 86px;
	}

	.splat p {
		color: #241F21;
		margin-bottom: 10px;
	}
	.splat h1 {
		color: #241F21;
		margin-bottom:0px;
		margin-top: 10px;
	}

body.ActivityPage .splat-container,
body.GroupPage .splat-container {
	position: relative;
	z-index: -1;
	width: auto;
	margin-top: 80px;

}
body.ActivityPage .splat-container .largeicon,
body.GroupPage .splat-container .largeicon {
	max-height:130px;
	max-width:140px;
	right:100%;
	margin-right:-60px;
	left:auto;
	bottom: 25px;
	position: absolute;
	z-index: 1;
}

body.ActivityPage .splat.even .text,
body.GroupPage .splat.even .text {
	padding-bottom: 0px;
	padding-left:80px;
}

body.ActivityPage .splat,
body.GroupPage .splat {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.readmore {
	background-image:url('../images/readmorebg.png');
	width:172px;
	height:41px;
	line-height: 41px;
	padding-left:20px;
	color: #FFF200;
	font-size:17px;
	display: block;
	text-decoration: none;
}

.readmore:hover {
	background-image:url('../images/button-white.png');
	color: #241F21;
}

.read-more-triangle {
	display: inline-block;
	background-image: url('../images/yellowtriangle.png');
	width:12px;
	height:14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;

}

.readmore:hover .read-more-triangle {
	background-image: url('../images/blacktriangle.png');
}



.authors {
	text-align: center;
}

.authors img {
	margin-bottom: 10px;
}

.sideheader {
	text-align: center;
	padding: 10px 0 18px;
	color: #241F21;
	background-image:url('../images/button-yellow.png');
	font-family: 'Alfa Slab One', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	background-size: 100% 100%;
}

.activity-icon {
	margin-left:4px;
	width:73px;
	float: left;
	text-align: center;
	margin-top: 70px;
}

.activity-icon img{
	height:100px;
}

.activity-icon h2 {
	line-height: 100%;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    text-decoration: none;
    font-size: 17px;
}

.activity-icon a {
    text-decoration: none;
}

.activity-icon:nth-child(1) h2{
	margin-top:-15px;
}
.activity-icon:nth-child(2) h2{
	margin-top:-10px;
}
.activity-icon:nth-child(3) h2{
	margin-top:-5px;
}
.activity-icon:nth-child(4) h2,
.activity-icon:nth-child(5) h2{
	margin-top:0px;
}

.center-text {
	text-align: center;
}

.center-text .activity-icon {
	display: inline-block;
	float: none;
}

.home-activity-top {
	background-image: url('../images/home-activities-top4.png');
	background-position: top center;
	background-size: 100% 100%;
	height:90px;
	margin-bottom: -88px;
	position: relative;
	z-index: 1;
}

.activities-bottom {
	position: relative;
	z-index: 3;
	margin-top: -62px;
	background-image:url('../images/activities-bottom.png');
	background-position: top center;
	background-size: 100% 100%;
	height:62px;
	-webkit-filter: drop-shadow(-6px -6px 4px rgba(0,0,0,0.5));
	filter: drop-shadow(-6px -6px 4px rgba(0,0,0,0.5));
}

.activity-choice-wrapper {
	background-color: #fff;
	position: relative;
}

.activity-choice {
	margin-bottom: -90px;
	position: relative;
	z-index: 2;
}
.slider-title h1,
.activity-choice h1 {
}

.whitebg {
	background-color:#fff;
	z-index: 3;
	position: relative;
}

.owl-carousel {
	position: relative;
}

.owl-dots {
	margin-top:-75px;
	position: relative;
	z-index: 2;
	height: 30px;
	margin-bottom: 25px;
	text-align: center;
}
body.Blog .greyband .owl-dots,
body.BlogPost .greyband .owl-dots {
	margin-top: 30px;
	z-index:0;
}
.owl-theme .owl-controls .owl-dot {
	display: inline-block;
	
	margin:0px 5px;

}
.owl-theme .owl-controls .owl-dot span {
	background-color: #ccc;
	display: inline-block;
	width:16px;
	height: 16px;
	border-radius: 8px;
}

.owl-theme .owl-controls .owl-dot.active span {
	background-color: #FFF200;
}

body.Blog .greyband .owl-theme .owl-controls .owl-dot.active span,
body.BlogPost .greyband .owl-theme .owl-controls .owl-dot.active span {
	background-color: #241F21;
}


.owl-carousel img {
	width: 100%;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	margin-top: -33px;
	top:50%;
	left:3%;
	z-index: 2;
	background-image: url('../images/whiteleft.png');
	background-color: transparent;
	width:44px;
	height:66px;
	font-size: 0px;
}

body.Blog .greyband .owl-theme .owl-controls .owl-nav .owl-prev,
body.BlogPost .greyband .owl-theme .owl-controls .owl-nav .owl-prev {
	left:-5%;
	background-image: url('../images/greyleft.png');
}

.owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	margin-top: -33px;
	top:50%;
	right:3%;
	z-index: 2;
	background-image: url('../images/whiteright.png');
	background-color: transparent;
	width:44px;
	height:66px;
	font-size: 0px;
}

body.Blog .greyband .owl-theme .owl-controls .owl-nav .owl-next,
body.BlogPost .greyband  .owl-theme .owl-controls .owl-nav .owl-next {
	right:-5%;
	background-image: url('../images/greyright.png');
}

.slider {
	background: #fff;
}
.slide {
	position: relative;
}

.slide-splat {
	position: absolute;
	top:10%;
	right:8%;
	background-image:url('../images/active-splat-right.png');
	width:530px;
	padding:11px 50px 30px 100px;
	background-repeat: no-repeat;
	background-size: cover;

}

.slide-splat.mobile {
	top:5%;
	right:-2%;
	width:53%;
}

.slide-splat.xsmall {
	position: static;
	width:100%;
	height:120px;
	padding:11px 20px 10px 50px;
	background-size: 155%;
	background-position: 25% 5%;
}

.slide-splat.xsmall h2 {
	margin:0px 0 5px 0;
}

.slide .caption {
	height:25px;
}

.slide .caption p {
	text-align: center;
	margin:0px;
}

.blog-slider {
	width:100%;
	min-height: 261px;
}
.video-holder {
	position: relative;
    overflow: hidden;
}

video, canvas {
top: 0;
left: 0;
width: 100%;
max-width: 100%;
height: auto;
min-width: 768px;
min-height: 320px;
margin:0px auto;
}
video {
	display: block;
height: 100%;
position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
min-width: 768px;
min-height: 320px;
}

.promo canvas {
	min-width: 0;
	min-height: 0;
	background-color: #241F21;
	display: block;
}

#video-play {
	position: absolute;
	margin-left:-58px;
	margin-top:-58px;
	top:50%;
	left:50%;
}

.videotop,
.videobottom,
.slidertop,
.sliderbottom {
	position: relative;
	width:100%;
	background-size:100% 100%;
	z-index: 2;
}

.videotop {
	background-image:url(../images/activities-video-top.png);
	height:33px;
	margin-bottom:-30px;
}

.videobottom {
	background-image:url(../images/activities-slider-bottom.png);
	height:24px;
	margin-top: -20px;
}

.relative {
	position: relative;
}

.bottom {
	position: absolute;
	bottom: 0px;
}
.full-height {
	height:100%;
}

.slidertop {
	background-image:url(../images/activities-slider-top.png);
	height:20px;
	margin-bottom: -18px;
}

.sliderbottom {
	background-image:url(../images/activities-slider-bottom.png);
	height:24px;
	margin-top:-28px;
}

body.HomePage .sliderbottom {
	display: none;
}

.slider-title {
	position: relative;
	bottom:-38px
}

.greyband {
	background-color:#f2f2f2;
	padding:40px 0 0px 0;
	margin-top: -10px;
	min-height:391px; 
}

.blog-tile-edges {
	background-image:url(../images/blog-tiles.png);
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	height: 100%;
}

.blog-tile {
	margin: 0 15px;
	background-color: #fff;
	position: relative;
	z-index: -2;
}

.blog-tile img {
	position: relative;
	z-index: -1;
}

.blog-tile a {
	display: block;
}

.blog-tile .text {
	padding: 10px 15px;
	line-height: 100%;
}

.blog-tile .text h3 {
	font-size: 18px;
	line-height: 100%;
}

.blog-tile *,
.blog-tile a,
.blog-tile a * {
	margin:0px;
	padding: 0px;
	color: #241F21;
}

.blog-content .sideheader {
	display: inline-block;
	padding:15px 20px 20px;
}

.blog-content img {
	max-width: 100%;
}

.post-summary h2 a {
	color: #241F21;
}

.owl-item a:hover {
	text-decoration: none;
}

.authors img {
	border-radius: 45px;
}
.monthly-archive {
	background-image: url('../images/blog-drip-top.png');
	background-position: -6px 7px;
	background-repeat: no-repeat;
	padding-left:11px;
	margin-top:20px;
}

.monthly-archive .month {
	padding:10px 0 10px 35px;
	background-image: url('../images/blog-drip.png');
	background-position: 0px 18px;
	background-repeat: repeat-y;
}

.monthly-archive .month:first-child {
	padding-top: 0px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

.monthly-archive .month:last-child {
	background-image: url('../images/blog-drip-bottom.png');
	background-position: center left;
	background-repeat: no-repeat;
	width:10px;
	height:40px;
	margin-left:-3px;
	clear: both;
}

.monthly-archive .month a {
	color: #241F21;
	font-style: italic;
}

.post-nav {
	float: left;
	padding:20px 0;
} 
.post-nav a{
	height:41px;
	display: inline-block;
	color: #fff;
	line-height: 41px;
	font-size: 22px;
	text-align: center;
}
.post-nav.prev {
	text-align: right;
}
.post-nav.prev a {
	background-image:url('../images/blogpagination1.png');
	width:155px;
	text-decoration: none;
}
.post-nav.next a {
	background-image:url('../images/blogpagination2.png');
	width:127px;
	text-decoration: none;
}
.post-nav.top a {
	background-image:url('../images/blogpagination3.png');
	width:172px;
	text-decoration: none;
	clear:both;
}

.promos {
	padding:60px 0 50px 0;
}

.promo {
	position: relative;/*
	width:314px;
	height:281px;*/
	margin-bottom:20px;
}

.promo-front,
.promo-content,
.promo-overlay {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.promo-front {
	-webkit-transition-duration: 500ms; /* Safari */
    transition-duration: 500ms;
	background-color: #FFF200;
	z-index: 1;
	padding: 20px 30px;
}

.promo:hover .promo-front {
	opacity:0;
}

.promo-content {
	color: #fff;
	padding: 20px 30px;
	overflow: hidden;
}

.promo-front {
	overflow: hidden;
}

.promo-front h1 {
	margin-top:0px;
}
.promo-content h1{
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding-right: 30px;
	margin-top:0px;
	
}

.promo-overlay {
	background-image:url('../images/promoedges.png');
	width:100%;
	height:100%;
	background-size: 100%;
	z-index: 2;
	background-size: cover;
}

.reverse .promo-front{
	opacity: 0;
}

.reverse .promo:hover .promo-front{
	opacity: 1;
}

.reverse .promo .DarkGrey{
	background: inherit;
}

.promo-content.DarkGrey {
	background: rgba(0,0,0,0.45);
}
.promo-content.Brown {
	background: rgba(165,81,18,0.45);
}
.promo-content.LightGrey {
	background: rgba(0,0,0,0.35);
}

.turnright {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.turnleft {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.price-container {
	padding-top:100px;
}

.pricebox {
	background-image:url(../images/promo-white.png);
	background-size: 100% 100%;
	padding: 10% 10%;
	margin-bottom: 20px;
}

.pricebox hr {
	background-color: #241F21;
	color: #241F21;
	height:2px;
	margin:5px 0;
}
.pricebox p,
.pricebox h3 {
	margin:0px 0;
}

.pricebox span.price {
	line-height: 50px;
	font-size: 46px;
	font-family: 'Alfa Slab One', sans-serif;
	color: #241F21;
	font-weight: normal;
}

.pricebox p.bottom-text {
	font-weight: bold;
	font-size: 14px;
}

.price-tabs{
	margin-bottom: -85px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.prices-tab {
	/*background-color: #fff;*/
	line-height: 200%;
	height: 85px;
	width:240px;
	padding-left:20px;
	float: left; 
	text-align: left;
	background-size: 100% 100%;
	font-family: 'Alfa Slab One', sans-serif;
	
}

.prices-tab .text {
	display: block;
	padding-top:25px;
	font-size: 30px;
}

.prices-tab.current {
	background-image:url(../images/tab-section.png);
	background-color: transparent;
	position: relative;
}

.prices-tab a {
	color: #241F21;
	text-decoration: none;
}


.tabs-left {
	height: 85px;
	background-image:url(../images/tabs-side.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	/*background:#fff;*/
	width:2028px;
	position: absolute;
	right:240px;
	z-index: -1;
}
.tabs-right {
	position: absolute;
	left:240px;
	height: 99px;
	background-image:url(../images/tabs-side.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	/*background:#fff;*/
	width:2028px;
	z-index: -1;

}

.splats-holder {
	margin-left:-60px;
	margin-right: -84px;
}

.facebookcomments {
	margin-top:40px;
	border-top:1px solid #241F21;
	padding:20px 0;
}

.search-bar {
	position: relative;
	background-image:url('../images/search-large.png');
	background-size: 100% 100%;
	padding:5px 0;
	margin-bottom: 30px;
}

.search-bar input[type="text"] {
	position: relative; 
	left: 33px;
	width:100%;
	border: none !important;
	outline: none !important;
	background:none;
	padding:5px 0;
}

.search-bar input[type="submit"] {
	font-size: 0px;
	border:none;
	background-color: transparent;
	background-image: url('../images/blog-search-icon.png');
	width:19px;
	height:22px;
	position: absolute;
	top:10px;
	left: 10px;
}

#video{
  position: absolute;
	top: 0;
 background: transparent;
 width:100%;
 height:100%;
}
.homevideo {

}
.ytplayer-container{
 position: absolute;
 top: 0;
 /*z-index: -1;*/
}

.grunge {
	background-image: url('../images/vid-grunge-big.png');
	position: absolute;
	top:0px;
	width:100%;
	height: 100%;
}

footer {
	/*background-repeat: repeat-y;*/
	background-position: top;
	background-size:cover;
	/*height: 626px;*/
	overflow: hidden;
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
}	

footer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,242,0, 0) 0%, rgba(255,242,0, 1) 40%);
}
footer h1 {
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
footer a:hover {
	text-decoration: none;
}
footer .contact p {
	margin-bottom: 0px;
	color: #241F21;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left:10px;
	font-size: 22px;
}

footer .contact p span {
	/*font-family: 'Alfa Slab One', sans-serif;*/
}

footer .contact img {
}

footer .contact a {
	color: #241F21;
}

footer .activities {
	margin-top:9px;
}

footer .activities .hover-over {
	margin-left: -10px;
}

footer .map-container {
	background-image:url('../images/footersplat.png');
	background-position: top center;
	background-repeat: no-repeat;
	width:100%;
	margin: 0px auto 30px;
}

footer .map-container .mapimage {
	margin-top:80px;
}

footer .phone {
	background-image:url('../images/phonebg.png');
	width:428px;
	height:72px;
	line-height: 72px;
	color:#FFF200;
	font-size: 30pt;
	padding:0 0 0 30px;

}

.footer-social {
	width:70px;
	height:140px;
}

.footer-content {
	position: relative;
}

.footer-logo {
	width: 440px;
	height: auto;
	margin-left: -62px;
	max-width: calc(100% + 62px);
	margin-bottom: 15px;
}

.footer-menu-div .footer-logo {
	width: 440px;
	position: absolute;
	top: -20px;
	left: -53px;
}

.footer-menu-div {
	background-color: #FFF200;
	margin-bottom: 60px;
}

ul.footer-menu {
	margin-bottom: 0;
}

ul.footer-menu li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.footer-menu li a {
	color: #241F21;
	font-family: 'Alfa Slab One', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
}

.footer-icon-item__icon {
	width: 200px;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.footer-icon-item {
	text-align: center;
	margin-bottom: 25px;
}

.footer-icon-item.top-padd {
	padding-top: 0px;
}

.footer-icon-item__desc {
	font-weight: 600;
	color: #241F21;
}

.footer-icon-item--col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-icon-item--col:nth-child(3) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.footer-icon-item--col:nth-child(3) .footer-icon-item__icon {
	max-width: 50%;
}

.d-flex {
    display:flex;
    flex-wrap: wrap;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.justify-center {
	justify-content: center;
}

@media(min-width: 750px) {
	.footer-logo,
	.footer-icon-item--col:nth-child(3) .footer-icon-item__icon {
		width: 440px;
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
	.footer-icon-item--col,
	.footer-icon-item--col:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-menu-div {
		margin-bottom: 145px;
	}
	footer:before {
		background: linear-gradient(to bottom, rgba(255,242,0, 0) 0%, rgba(255,242,0, 1) 75%);
	}

	.footer-icon-item.top-padd {
		padding-top: 60px;
	}
}

@media(min-width: 970px) {
	.footer-icon-item--col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.ml-auto {
	margin-left: auto;
}


#lightbox-carousel a:focus {
	outline: none;
}

#lightbox-carousel img {
	max-width: 100%;
}


#lightbox-carousel .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

#lightbox-carousel .slick-arrow:before {
	width: 22px;
	height: 33px;
	content: '';
	display: block;
	background-size: cover;
}

#lightbox-carousel .slick-prev {
	left: 10px;
}

#lightbox-carousel .slick-next {
	right: 10px;
}

#lightbox-carousel .slick-prev:before {
	background-image: url(../images/whiteleft.png);
}

#lightbox-carousel .slick-next:before {
	background-image: url(../images/whiteright.png);
}

.navmenu-nav--nested-nested a {
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 50px!important;
}

.blog-tile-image-placeholder {
	display: block;
/*	width: ;*/
	padding-bottom: 59%;
	background-color: #fff;
}

ul.footer-nav {
/*	margin-bottom: 0;*/
}

ul.footer-nav li {
	display: inline-block;
	padding: 10px;
}

ul.footer-nav li a  {
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #241F21;
  text-transform: uppercase;
}

ul.footer-nav li a:hover {
	color: #fff043;
}

.footer-nav-container {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}

.footer-nav-container .footer-nav {
	margin-right: 20px;
}

.footer-qualmark-logo {
	width: 150px;
}

.footer-sustainable-logo {
	width: 130px;
	margin-left: 10px;
}

.footer-nav-container--mobile {
	text-align: left;
	padding-left: 15px;
	padding-inline-start: 15px;
}

.footer-nav-container--mobile ul.footer-nav li {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-nav-container--mobile .footer-qualmark-logo {
	margin-left: 15px;
}


/*For NOT COL-XS only*/
@media (min-width: 768px) {
	body.HomePage .nav-yellow-bg {
		background: none;
	}
}

/*For Col XS only*/
@media (max-width: 767px) {
	body.HomePage .owl-theme .owl-pagination {
		margin-top:-200px;
		margin-bottom:150px;
	}

	footer .map-container {
		background-image:url('../images/mobile-footer.png');
		padding-top:30px;
	}

	body.BlogPost .owl-theme .owl-controls .owl-nav .owl-prev {
		left:5%;
		top:auto;
		bottom:-10px;
	}

	body.BlogPost .owl-theme .owl-controls .owl-nav .owl-next {
		right:5%;
		top:auto;
		bottom:-10px;
	}

	.activity-icon {
		margin-left: 0px;
		width: 80px;
	}

	.morefun {
		margin-right: 0px;
	}

	body.HomePage .owl-dots {
		bottom:140px;
		  margin-top: -55px;
	}

	.owl-nav {
		display: none;
	}

	.prices-tab {
		width:96px;
		padding-left:10px;
		line-height: 150%;
	}
	.tabs-left {
		right:96px;
	}
	.tabs-right {
		left:96px;
	}

	.prices-tab .text {
		font-size: 11px;
	}

	body.HomePage .splat.even .text {
		padding-left:45px;
	}

	body.HomePage .splat.even .largeicon {
		bottom: 95%;
		
	}

	body.HomePage .splat.odd .largeicon {
		bottom:95%;
	}

	h1 {
		font-size: 22px
	}

	h2 {
		font-size: 35px
	}



	footer .map-container .mapimage {
		margin-top:40px;
	}
}
/* for tablet only */
@media (min-width: 768px) and (max-width: 991px) {
	footer .map-container {
		background-image:url('../images/tablet-footer-splat.png');

	}
}

/* less than tablet */
@media (max-width: 991px) {
	.promo-front {
		opacity: 0;
	}
	body.ActivityPage .splat-container {
		margin-left:-80px;
		margin-top:10px;
	}
	.activity-icon {
		margin-top:10px;
		margin-left:-6px
	}
	.owl-nav {
		display: none;
	}
}

@media (min-width: 993px){
	footer .map-container .container{
		margin-top:-120px;
	}
}

/* super small */
@media (max-width: 422px) {
	
	.mobile-activity-icons a {
		display: block;
		float: left;
		width:25%;
	}

	footer .map-container {
		background-size: cover;
		max-height:300px;
	}
}

@media (min-width: 992px) {
	footer .map-container {
		margin-top:-130px;
	}
}

.pl-0 {
	padding-left: 0!important;
}

.table-responsive {
  scrollbar-color: #000;
  scrollbar-width: thin;
}

/* width */
.table-responsive::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: rgba(251,241,2,0.3);
    border-radius: 10px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #000;
    border-radius: 10px;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* width */
.table-responsive:-webkit-scrollbar {
  width: 5px;
}

/* Track */
.table-responsive:-webkit-scrollbar-track {
  background: rgba(251,241,2,0.3);
    border-radius: 10px;
}

/* Handle */
.table-responsive:-webkit-scrollbar-thumb {
  background: #000;
    border-radius: 10px;
}

/* Handle on hover */
.table-responsive:-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* width */
.table-responsive::-moz-scrollbar {
  width: 5px;
}

/* Track */
.table-responsive::-moz-scrollbar-track {
  background: rgba(251,241,2,0.3);
    border-radius: 10px;
}

/* Handle */
.table-responsive::-moz-scrollbar-thumb {
  background: #000;
    border-radius: 10px;
}

/* Handle on hover */
.table-responsive::-moz-scrollbar-thumb:hover {
  background: #000;
}