/* DEVELOPED BY CODE ARTISTS.   © 2017 All Rights Reserved.*/

@import url('/_assets/css/fonts.css');


/***** base styles *****/

::selection {
	background: #FE9300;
	color:#000;
}
::-moz-selection {
	background: #FE9300;
	color:#000;
}

.smooth, .smooth i, .smooth *, .btn, .btn *, a, .form-control, label, .form-control {
	transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;

}


html {
	background: #FFF;
}

body, .maincontainer, .nav-bg {
/*	max-width: 2200px;*/
	position: relative;
	font-family:'sanss',sans-serif;
	margin: 0 auto;
}

section {
	padding:7rem 0;
	position: relative;
}

.img-circle {
	border-radius:1500px;
	padding:0;
	margin:30px;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.home-slider, .fade-slider, .related-slider, .fade-stall-slider, .fade-one, .fade-two, .fade-three, .fade-four, .fade-five {
	visibility: hidden;
}

.slick-initialized { visibility: visible; }

/***** text styles *****/

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
	font-family: 'grunge';
}

.tc-orange { color: #FE9300;}

.tc-black { color: #000;}

.tc-white { color: #FFF;}

.tc-lightgrey { color: #EEE;}

.tc-darkgrey { color: #1d1d1d;}

a {
	text-decoration: none;
	color: #000;
}


a:hover {
	text-decoration: none;
	color: #FE9300;
	border-bottom:1px dashed #FE9300;
}

p {
	margin-bottom:2rem;
}

/***** button styles *****/

.btn {
	font-family:'slab',sans-serif;
	border-radius:0;
	padding:14px 25px;
	border:none !important;
	margin: 5px;
}

.btn i {
	margin: 0 5px;
}
.btn:hover {
	 -webkit-transform:  scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform:  scale(1.05);
	border:none !important;
}

.btn-black,.btn-black:hover {
	background: #000;
	color: #FFF;
}

.btn-black i {
	color: #FE9300;
}

.btn-white,.btn-white:hover {
	background: #FFF;
	color: #1d1d1d;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.btn-white i {
	color: #FE9300;
}
.btn-lightgrey,.btn-lightgrey:hover {
	background: #EEE;
	color: #1d1d1d;
}

.btn-lightgrey i {
	color: #FE9300;
}
.btn-darkgrey,.btn-darkgrey:hover {
	background: #1d1d1d;
	color: #FFF;
}

.btn-darkgrey i {
	color: #FE9300;
}
.btn-orange,.btn-orange:hover {
	background: #FE9300;
	color: #FFF;
}

.btn-orange i {
	color: #FE9300;
}

.btn-outline-orange {
	border:1px dashed orange;
	color: #FFF;
	letter-spacing: normal;
	text-transform: none;
}

.btn-outline-orange i {
	color: #FE9300;
}

/***** background styles *****/

.bg-orange { background-color: #FE9300;}

.bg-black { background-color: #000;}

.bg-white { background-color: #FFF;}

.bg-smoke { background-color: #f5f5f5;}
.bg-lightgrey { background-color: #b5aaaa;}

.bg-darkgrey { background-color: #1d1d1d;}


/***** Header *****/

header.desktop { 
	border-top:4px solid #000;
}

	
	header.desktop {
		display:block;
	}

	header.mobile {
		display:none;
	}

header.desktop .stripes-black {
	background:url('/_assets/img/stripe-black.png') center center repeat transparent;
	background-size: 24px;
	height:7px;
}


header.desktop .container {
	padding:20px 0 25px 0;
}
header.desktop .col-md-2 {
	padding:0;
}
header.desktop .logo {
	border: none;
}

header.desktop .header-tab {
	border:1px solid #000;
	display: inline-block;
	background: #FFF;
}

header.desktop .hours, header.desktop .social {
	padding:6px 18px;
	float: left;
}
header.desktop .hours p, header.desktop .social p {
	margin:0;
	font-size:.7rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

header.desktop .hours p span {
	width:15px;
	display:inline-block;
}

header.desktop .social {
	background-color: #000;
}

header.desktop .social a, header.desktop .social span {
	color: #FFF;
	border:none;
	font-size:1.1rem;
	margin:0 7px;
}
header.desktop .social span.fa-search {
	color: #FE9300;
}




header.desktop .navigation ul {
	float:right;
	list-style: none;
	padding:0;
	margin:0;
}

header.desktop .navigation li, header.desktop .navigation div {
	float:left;
	list-style: none;
	padding:0;
	display: inline-block;
	margin:0;
}
header.desktop .navigation a {
	font-weight:400;
	text-decoration: none;
	border:none;
	display: inline-block;
	padding:15px 0 0 20px;
	font-size:.9rem;
}
	
header.desktop .navigation a.active {
	font-weight:600;
}
	
/***** Search Dropdown *****/
	#SearchPanel {
		position: fixed;
		z-index:9999;
		top:0;
		left:0;
		height:100%;
		width: 100%;
		display: none;
		background: url('/_assets/img/internal-pattern.jpg') top right no-repeat scroll #FFF;
		background-size: 717px 850px;

	}
	#SearchPanel .row {
		height:100vh;
	}
	#SearchPanel.active {
		display:block;	
	}
/***** Form *****/

.form-control { 
	font-family:'sanss',sans-serif;
}



/***** Home *****/

section.slider {
	padding-top:0;
}


.home-slider .slide {
	padding:40px;
	width:90vw;
	max-width:1600px;
}

.home-slider .slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    font-size: 80px;
    top: 50%;
    margin-top: -40px;
    padding: 0 20px;
    color: #FFF;
    left:0;
    z-index: 10;
}

.home-slider .slick-arrow.slick-next {
	right:0;
	left:auto;
}

.home-slider .slick-arrow i {
    text-shadow: 0 3px 15px rgba(255,255,255,0.1);
}

.home-slider .slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    font-size: 80px;
    top: 50%;
    margin-top: -40px;
    padding: 0 20px;
    color: #000;
    z-index: 10;
}

.home-slider .slick-slide, .home-slider .slick-slide * {
	-webkit-transition:  .35s all ease-in-out;
	-moz-transition: .35s all ease-in-out;
	-o-transition:.35s all ease-in-out;
	transition: .35s all ease-in-out;
}

.home-slider .slick-slide a {
	height:600px;
	display:block;
	position: relative;
	background:url('/_assets/img/dots-grey.png') center repeat scroll;
	background-size:6px;
	border:none;
	 -webkit-transform: rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform: rotate(3deg);
	padding:30px;
	filter: grayscale(100%);
	opacity:.1;
}

.home-slider .slick-slide a:hover {
	filter: grayscale(0%);
	opacity:.3;
}

.home-slider .slide.slick-center a {
	filter: grayscale(0%);
	opacity:1;
	}

.home-slider .slide.slick-center a .image {
	 -webkit-transform: rotate(-6deg);
	-moz-transform:rotate(-6deg);
	-o-transform:rotate(-6deg);
	transform: rotate(-6deg);
}

.home-slider .slick-slide a .image {
	background-color: #FFF;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	 -webkit-transform: rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	transform: rotate(2deg);
	position: absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	background-size:cover;
	background-position: center;
}


.home-slider .slick-slide .text {
	position: absolute;
	bottom:15px;
	left:-15px;
	 -webkit-transform: rotate(0)scale(0);
	-moz-transform:rotate(0)scale(0);
	-o-transform:rotate(0)scale(0);
	transform:rotate(0)scale(0);
}
.home-slider .slide.slick-center .text {
	position: absolute;
	bottom:15px;
	left:-15px;
	 -webkit-transform: rotate(3deg)scale(1);
	-moz-transform:rotate(-3deg)scale(1);
	-o-transform:rotate(3deg)scale(1);
	transform:rotate(3deg)scale(1);
}

.home-slider .slick-slide a h2 {
	display: inline-block;
	padding:15px 25px;
	font-size:1.8rem;
}
	.bigwrap {
		padding-top: 150px;
padding-bottom: 500px;
margin-top: -150px;
overflow: hidden ;
 position: relative;}
	
	
	
	
	.home .subscribe {
		margin-top:-500px;
	}



	.insta-wrap {
		position: absolute;
		width:900px;
		height: 1500px;
		overflow:hidden;
	}
	
	.one.insta-wrap {
		right:0%;
		left:auto;
		top:-100px;
	}
		.insta-wrap.two {
		    left: 0%;
		    right: auto;
		    top:30%;
		}	
	
	.insta-wrap .panel {
		top:0;
		transform-origin: center;
		height: 100%;
		width:62%;
		position: absolute;
		overflow: hidden;
		border-radius: 9999px 9999px 0 0;
		top:0%;
		z-index:999;
		background: #000;
	}
	
	.insta-wrap.one .panel {
	 -webkit-transform: rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
	right:0%;
	}


		
	.insta-wrap.two .panel {
	 -webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform: rotate(45deg);
	left:0%;
	}
	

	
	.tile-panel {
		transform-origin: center;
		right:-253px;
		left:-253px;
		position: absolute;
		top:-150px;
		height:100%;
		}
@-webkit-keyframes bounce {
	  0% {
	     -webkit-transform: scale(1);
	    -moz-transform:  scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	  }
	
	  50% {
	     -webkit-transform: scale(1.1);
	    -moz-transform:  scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	  }
	  100% {
	     -webkit-transform: scale(1);
	    -moz-transform:  scale(1);
	    -o-transform: scale(1);
	    transform: ;
	  }
		}
		
	@keyframes bounce {
	  0% {
	     -webkit-transform: scale(1);
	    -moz-transform: rotate(45deg) scale(1);
	    -o-transform: scale(1);
	    transform: rotate(45deg)scale(1);
	  }
	
	  50% {
	     -webkit-transform: scale(1.1);
	    -moz-transform: rotate(45deg) scale(1.1);
	    -o-transform: scale(1.1);
	    transform:rotate(45deg) scale(1.1);
	  }
	  100% {
	     -webkit-transform: scale(1);
	    -moz-transform: rotate(45deg) scale(1);
	    -o-transform: scale(1);
	    transform:rotate(45deg) scale(1);
	  }
	}

	.one .tile-panel {
	 -webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform: rotate(45deg);
	}
	
	.two .tile-panel {
	 -webkit-transform: rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
	}
	
	
	
	

.one .panel .orange {
	height: 50%;
    position: absolute;
    width: 50%;
    background: #FE9300;
    z-index: 2;
    pointer-events:none;
    mix-blend-mode: screen;
    bottom: 0;
    left:-1px;
    border-radius: 999px 999px 0 0;

}


	
	
.two .panel .orange {
	height: 50%;
    position: absolute;
    width: 50%;
    background: #FE9300;
    z-index: 2;
    pointer-events:none;
    mix-blend-mode: screen;
    bottom: 0;
    right:-1px;
    border-radius: 999px 999px 0 0;

}



	#footer-panel {
		background: #000;
		position: relative;
	}
	
	#footer-panel::after {
		content:"@EUMUNDIMARKETS";
		position: absolute;
		top:50%;
		width:90%;
		pointer-events: none;
		color: #FFF;
		font-size:50px;
		text-shadow: 0 2px 3px rgba(0,0,0,0.6);
		left:5%;
		font-family: 'grunge';
		text-align: center;
		 -webkit-transform:  translateY(-50%);
		-moz-transform:  translateY(-50%);
		-o-transform:  translateY(-50%);
		transform:  translateY(-50%);
	}
	
	#footer-panel a::after {
    padding-top: 100%;
    content: "";
    position: relative;
    display: block;
}

	.tile-panel .tile { width:33.333%;padding-top:33.33%;float:left;border-top:1px solid #FFF;border-right:1px solid #FFF;position: relative;display:inline-block;overflow:hidden;background-size:cover;}

	#footer-panel a { padding-top:0%;border:none !important;position: relative;display:inline-block;overflow:hidden;background-size:cover;}
#footer-panel:hover a {
	opacity: .8;
}

	#footer-panel a::before, .tile-panel .tile::before {
content:"\f16d";
position: absolute;
 font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
right:15px;
top:10px;
font-size:20px;
color:#000;
}

	
 .tile-panel .tile > div {
		position: absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.8);font-size:.7rem;
		width:100%;
		color: #CCC;
		display: none;
		padding:15px;
		-webkit-transition:  0.25s all ease-in-out;
		-moz-transition:  0.25s all ease-in-out;
		-o-transition:  0.25s all ease-in-out;
		transition: 0.25s all ease-in-out;
		
	}

	#footer-panel a div {
		position: absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.8);font-size:.7rem;
		width:100%;
		color: #CCC;
		padding:15px;
		-webkit-transition:  0.25s all ease-in-out;
		-moz-transition:  0.25s all ease-in-out;
		-o-transition:  0.25s all ease-in-out;
		transition: 0.25s all ease-in-out;
		 -webkit-transform:  translateY(100%);
		-moz-transform:  translateY(100%);
		-o-transform:  translateY(100%);
		transform:  translateY(100%);
	}

#footer-panel:hover a:hover {
	border:none !important;
	opacity: 1;
}
#footer-panel a:hover div {
		 -webkit-transform:  translateY(0%);
		-moz-transform:  translateY(0%);
		-o-transform:  translateY(0%);
		transform:  translateY(0%);
}
/***** Footer *****/

#map {
	max-height: 60vh;
	height: 300px;
	position: relative;
	box-shadow: 0 25px 100px rgba(0,0,0,0.1)
}


.mapwrapper div.bg-black {
    width: 100%;
    border-radius: 999px;
    position: absolute;
    z-index: 5;
    left:0;
    padding-top:100%;
    top: 100px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    
}

.mapwrapper div.bg-black > div {
	position: absolute;
	top:50%;
	left:5%;
	width:90%;
	 -webkit-transform:  translateY(-50%);
	-moz-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
}

.mapwrapper .btn-outline-orange {
	padding-bottom: 0;
}

.mapwrapper div.bg-black h2 {
	margin-bottom: 0;
}
.mapwrapper div.bg-black strong {
	font-size:2rem;
	letter-spacing: 0;
}


.mapwrapper div.bg-black p {
	letter-spacing:0.1em;
	margin-bottom:15px;
}

footer .panel { padding:3rem 0;}

footer .panel.makeit {
	padding:1rem;
}

footer .panel.makeit h4 {
	margin:0;
	font-size:1.4rem;
	line-height: 1em;
	color: #000;
	text-align: center;
}


footer .panel ul {
	list-style: none;
	padding:0;
	margin:0;
}

footer .panel li {
	padding:5px 0;
}

footer .panel .row a {
	color: #FFF;
	border:none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size:.8rem;
	padding: 10px 0;
}

footer .panel .row a:hover {
	color:#FE9300
}

footer .panel .logoblock a { 
	display: block;
}

footer .panel .logoblock img {
	max-width:80%;
	display:block;
	margin: 0 auto;
}

footer .panel .logoblock p {
	font-size:35px;
	margin-top:15px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top:5px;
}
footer .panel .logoblock a {
	font-size:17px;
	display: inline-block;
	margin: 0 5px;
	padding:0;
}

.totop { background:#000; height:100px;width:75px;border-radius:99px 99px 0 0;position: absolute;right:0;top:-80px; 
		 -webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform: rotate(45deg);

}

.totop a { height:60px;width:60px;font-size:30px;background:green;border-radius:999px;display: block;padding-top:0;text-align: center;border:none;position: relative;top:7.5px;left:7.5px;padding-top:5px;
	 -webkit-transform: rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
	background:url('/_assets/img/stripe-grey.png') center center repeat #111;
	background-size: 24px;
	color:#FFF;
	}

.totop a:hover {
	color:#FF9400;
	padding-top:0;
}



.copyright p { margin:4px 0 10px 0;}
.copyright p a { border:none;color:rgba(255,255,255,1);font-weight:400;font-size:.7rem;text-transform: uppercase;letter-spacing: 0.1em;}
.copyright p span {margin: 0 10px}


.copyright .lines {
	background:url('/_assets/img/stripe-black.png') center center repeat transparent;
	background-size: 24px;
	height:7px;
	width:100%;
}



/***** Internal *****/



body {
	background: url('/_assets/img/internal-pattern.jpg') top right no-repeat scroll #FFF;
	background-size: 717px 850px;
}

.internal .internal-h1 {
	color:#FD9300;
	background: #000;
	padding:9px 15px;
	min-width:40%;
	text-align: center;
	position: relative;
	display:inline-block;
	font-size:2.9rem;
	margin-bottom: 45px;
}


.internal .internal-h1::after {
	content:"";
	border:1px dashed #FD9300;
	position: absolute;
	 -webkit-transform: rotate(-3deg);
	-moz-transform:  rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	width:105%;
	left:-2.5%;
	top:0;
	height:100%;
	
}

/* Stallholder Page */

section.fade-slider, section.fade-header {
	background: #f5f5f5 center center no-repeat scroll;
	background-size: cover;
	padding:0;
}
.fade-slider .slide .row, .fade-header .row {
	height:80vh;
}


.fade-slider .slide > a {
	height:100%;
	display: block;
	position: relative
}


section.fade-slider, section.fade-header {
	overflow: hidden;
}

.fade-slider .slide .bg-img,.fade-header .bg-img {
height:100%;
position: absolute;
background-size: cover;
background-position: center;
width:100%;

-webkit-animation-duration: 45s;
		z-index:0;
			animation-duration: 45s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-name: imageburns;
		animation-name: imageburns;
		-webkit-transform-origin: center ;
		transform-origin: center ;
		}
@-webkit-keyframes imageburns {
	  0% {
	     -webkit-transform: scale(1);
	    -moz-transform:  scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	  }
	
	  50% {
	     -webkit-transform: scale(1.15);
	    -moz-transform:  scale(1.15);
	    -o-transform: scale(1.15);
	    transform: scale(1.15);
	  }
	  100% {
	     -webkit-transform: scale(1);
	    -moz-transform:  scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	  }
		}
		
	@keyframes imageburns {
	  0% {
	     -webkit-transform: scale(1);
	    -moz-transform:  scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	  }
	
	  50% {
	     -webkit-transform: scale(1.15);
	    -moz-transform:  scale(1.15);
	    -o-transform: scale(1.15);
	    transform: scale(1.15);
	  }
	  100% {
	     -webkit-transform: scale(1);
	    -moz-transform:  scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	  }
	}
	



.pullcontent {
	padding-top:5rem;
}
.fade-slider .slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    font-size: 80px;
    top: 50%;
    margin-top: -40px;
    padding: 0 20px;
    color: #FFF;
    left:0;
    z-index: 10;
}

.fade-slider .slick-arrow.slick-next {
	right:0;
	left:auto;
}
section.fade-header .container {
	z-index: 2;
}
.fade-slider h2, .fade-header h1 {
	color:#FD9300;
	background: #000;
	padding:9px 25px;
	min-width:40%;
	text-align: center;
	position: relative;
	display:inline-block;
	font-size:2.9rem;
	margin-bottom: 45px;
}

section.fade-header p {
    color: rgba(255,255,255,1);
    display: inline;
    background: rgba(0, 0, 0, 0.77);
    line-height: 32px;
    padding: 9px;
}
.slider-subheading {
	background: #FFF;
	padding:8px 13px;
	margin-bottom: 0;
	position: relative;
	bottom:-5px;
	left:-5px;
	font-family:'slab',sans-serif;
	color: #555;
	display: inline-block;
	font-size:1.2rem;
	font-weight:500;
}

.fade-slider h2::after, .fade-header h1::after {
	content:"";
	border:1px dashed #FFF;
	position: absolute;
	 -webkit-transform: rotate(-3deg);
	-moz-transform:  rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	width:105%;
	left:-2.5%;
	top:0;
	height:100%;
	
}


.fade-slider .slick-arrow i {
    text-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.fade-slider .slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    font-size: 80px;
    top: 50%;
    margin-top: -40px;
    padding: 0 20px;
    color: #FFF;
    z-index: 10;
}

body.home {
	background: #FFF !important;
}

body header .logo-white {
    display: none;
}

body.clearheader header::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+91 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 91%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 91%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 91%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */	background-blend-mode:multiply;
}

body.clearheader header {
	position: absolute;
	width: 100%;
	top:0;
	z-index:5;
}

body.clearheader header .logo-black {
	display: none;
}
body.clearheader header .logo-white {
	display: block;
}

body.clearheader header .navigation a {
	color: #FFF;
	text-shadow: 0 2px 5px rgba(0,0,0,0.3);
} 

    .stallpage .findus > div {
		    padding:15px 25px !important;
		    background:#f5f5f7;
	    }
	   .stallpage  .findus  {
		    margin-bottom:4rem;
		    }
		.stallpage   .findus >  .finduslabel {
			    background: transparent;
			    margin-left:
		    }
		.stallpage     .findus p {
			    font-size:.9rem;
			    line-height:1.1rem;
		    }  
	.stallpage    .finduslabel::before {
			   content:"";
			   background:#f5f5f7;
			   width:50%;
			   right:0;
			   top:0;
			   height:100%;
			   position: absolute;
			   } 
		    
	.stallpage 	 .finduslabel::after {
			 width:100%;
			 padding-top:100%;
			 background:#FE9300;
			 content:"";
			 border-radius:9999px;
			 position: absolute;
			 left:0;
			 z-index:2;
			 top:50%;
			  -webkit-transform:  translateY(-50%);
			 -moz-transform:  translateY(-50%);
			 -o-transform:  translateY(-50%);
			 transform:  translateY(-50%);
		 }   
		 
	.stallpage 	 .findus .finduslabel p {
			 font-family:'grunge';
			 color: #FFF;
			 z-index: 3;
			 font-size:1.2rem;
			 position: relative;
			 line-height: .9em;
		 }
		 
		.stallpage     .findus .finduslabel i {
			    display: block;
			    font-size:2rem;
			    color:#FFF;
			    top:-10px;
			    position: relative;
		    }
		   
		.stallpage    .related-listings {
			   padding: 5rem 0;
		   } 
		   
		.stallpage     .related-listings::after {
			    width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 17.5px 16px 17.5px;
				border-color: transparent transparent #000000 transparent;
				content:"";
				position: absolute;
				left:50%;
				top:-16px;
				margin-left:-17.5px;
		    }
		    
		  .stallpage    .related-listings h3 {
			     margin-bottom:20px;
		     }
		     
		     
		     .stallpage .fade-stall-slider {
			     background: #111;
		     }

/* Get Directions Page - Internal */

		.direction-tiles.pullcontent {
				 padding:0;
			 }
		.direction-tiles.pullcontent .container {
			    margin-top:-100px;
		    }
		 .direction-tiles .col-md-4 {
			 padding:3px;
		 }
		 .direction-tiles .col-md-4 > div {
			 padding-top:100%;
			 position: relative;
			 
			 background: url('/_assets/img/tile-bg-1.png') center center no-repeat transparent;
			 background-size:cover;
		 }
		 
		 
		 .direction-tiles .col-md-4 > div > div {
			padding:15px 40px;
			position: absolute;
			left:0;
			right:0;
			top:50%;
			color: #FFF;
			 -webkit-transform:  translateY(-50%);
			-moz-transform:  translateY(-50%);
			-o-transform:  translateY(-50%);
			transform:  translateY(-50%);
			 text-align: center;
		 }
		 
		 .direction-tiles .col-md-4 p {
			 color: rgba(255,255,255,0.6);
			 margin: 5px 0;
				 font-size:.9rem;
		 }
		  .direction-tiles .col-md-4 p a{
			color: #FFF;
			border: 1px solid #EEE;
			padding:6px 10px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			font-size.6rem;
			margin-top:10px;
			display: inline-block;
			border-right:none;
			border-left: none;
		  }
		 
		  .direction-tiles .col-md-4 p a:hover {
			  color: #FE9300;
		  }
		  
		  .direction-tiles .col-md-4 p a:hover i{
			  margin-left:10px;
		  }
		 
		 .direction-tiles .col-md-4 i.fa-car, .direction-tiles .col-md-4 i.fa-bus, .direction-tiles .col-md-4 i.fa-train  {
			 color: rgba(255,255,255,1);
			 font-size:2rem;
			 margin-bottom:15px;
		 }
		 
/* About Page - Internal */
		 
		 
		 
.about-tiles .col-12 {
	padding:5px;
}

.about-tiles .col-12 > a {
	display: block;
	padding-top:100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index:1;
	border:none;
}

.about-tiles .col-12 > a::before {
	background: rgba(0,0,0,0.3);
	left:0;
	right:0;
	top:0;
	bottom:0px;
	content:"";
	position: absolute;
	z-index: 1;
	opacity: 0;
	-webkit-transition:  0.25s all ease-in-out;
	-moz-transition:  0.25s all ease-in-out;
	-o-transition:  0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
	
}
.about-tiles .col-12 > a::after {
	position: absolute;
	left:50%;
	content: "";
background: url(/_assets/img/stripe-black.png) center center repeat rgba(0,0,0,0.3);
    background-size: 24px;	width:100px;
	height:100px;
	margin-left:-50px;
	margin-top:-50px;
	top:50%;
	z-index:1;
}
.about-tiles .col-12 > a span {
	position: absolute;
	top:50%;
	z-index:2;
	left:50%;
	text-align: center;
	width:80%;
	color: #FFF;
	display: block;
	font-family: 'grunge';
	padding:5px 15px;
	background: #000;
	text-transform: uppercase;
	font-size:1.5rem;
	 -webkit-transform:  translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.about-tiles .col-12 > a span i {
	-webkit-transition:  0.25s all ease-in-out;
	-moz-transition:  0.25s all ease-in-out;
	-o-transition:  0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
	
}

.about-tiles .col-12 > a:hover span i {
	margin-left:5px;
}
.about-tiles .col-12 > a:hover::before {
	opacity: 1;
}



/* FAQ Page - Internal */

.faq-wrapper p:last-child {
	margin-bottom:0;
}
.faq-wrapper {
	-webkit-transition:  0.25s all ease-in-out;
	-moz-transition:  0.25s all ease-in-out;
	-o-transition:  0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
	padding: 40px 0;
	border-bottom:1px dashed #EEE;
}

.faq-wrapper h4 {
	margin-top:0;
}

.faq-wrapper:last-child {
	border-bottom:0;
	
}

.all-faq:hover .faq-wrapper {
	opacity:.5;
	
}
.all-faq:hover .faq-wrapper:hover {
	opacity:1;
}


/* For Stallholder - main */

.vid h1,.vid h2 {
	z-index:5;
	position: relative;
}

/* Blog Page */
	
	.blog-page .pulltop {
		padding:0;
	}
	
	.blog-page .pulltop .container {
		top:-100px;
	}
.imagefull:after{
	display: block;
	padding-top:130%;
	content:"";
	position: relative;
}


.postRow .bigpost a {
}

	.imagefull {
		background-size: cover;
		background-position: center;
	}
	.videoRow .videoWrap {
		padding:0;
		border:2px solid #FFF;
	}
	
	.videoRow > .col-md {
		padding:25px;
		border:2px solid #FFF;
	}
	
	.videoRow  .nowplaying {
		font-size: .8rem;
		letter-spacing: 0.3em;
		display: inline-block;
		margin-bottom:7px;
	}
	
	.videoRow .videoDesc {
		position: absolute;
		bottom:5px;
		left:5px;
		color: #FFF;
		padding: 25px;
		max-width:600px;
		width:100%;
	}
	
	.videoRow .wrap {
		position: absolute;
		left:50%;
		top:50%;
		 -webkit-transform:  translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 77%;
	}
	
	.videoRow .description {
		font-size:.9rem;
		opacity:.8;
		margin-bottom: 0;
	}
	.postRow .featurepost {
		padding:2px;
		background: transparent;
	}
	.postRow a {
		display: block;
		background: #000;
		border: none;
		height:100%;
	}
	.postRow  .date {
		font-size: 11px;
		font-weight:500;
		letter-spacing: 0.1em;
		display: inline-block;
		margin-bottom:7px;
		position: absolute;
		left:25px;
		z-index:5;
		top:-13px;
		color: #000;
		background:#FFF;
		padding:5px 9px;
	}
	.postRow .panel {
		position: relative;
		padding:35px 25px 25px 25px;
	}
	.postRow .panel p {
		font-size:.9rem;
		opacity:.8;
		margin-bottom:0;
	}










/***** Webapps *****/

/* Stalls - Home List */


.whatsnew .col-5 {
	padding:15px;
}

.whatsnew .col-5 a {
	background:url('/_assets/img/dots-black.png') center repeat scroll;
	background-size:6px;
	border:none;
	display:block;

}
.entertainment .col-5 a {
	background:url('/_assets/img/dots-grey.png') center repeat scroll;
	background-size:6px;
	border:none;
	display:block;

}

.whatsnew .col-5 a:hover img {
	left:0;
	top:0;
}

.whatsnew .col-5 img {
	left:-10px;
	top:-10px;
	position: relative;
	display:block;
	-webkit-transition:  0.25s all ease-in-out;
	-moz-transition:  0.25s all ease-in-out;
	-o-transition:  0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.whatsnew hr {
border-top-color:rgba(255,255,255,0.3);
max-width:50px;
margin:0;
}


.entertainment .whatsnew hr {
border-top-color:rgba(0,0,0,.3);
max-width:50px;
margin:0;
}

.entertainment .whatsnew p {
	margin: 10px 0;
	color: #AAA;
}


.whatsnew p {
	margin: 10px 0;
	color: #CCC;
}

.whatsnew p.title span {
	text-transform: uppercase;
	letter-spacing:0.2em;
	font-size:.9rem;
}
.whatsnew p.title {
	font-size:.8rem;
}

.whatsnew p a {
	border:none;
}

.whatsnew .col-5 a span {
	background: #000;
	padding-top:9px;
	text-align: center;
	position: absolute;
	right:-6px;
	top:-6px;
	z-index:9;
	border-radius:999px;
	color: #FFF;
	display:inline-block;
	width:50px;
	height:50px;
	line-height: 1em;
}
.whatsnew .col-5 a span b {
	display: block;
	text-transform: uppercase;
	font-size:.7rem;
	letter-spacing:.1em;
}


.formwrap .row > div {
	padding:15px;
}

.form-control.outline {
	background: transparent;
	border:1px dashed #AAA;
	border-radius: 0;
	
	padding:10px;
	height:50px;
	margin: 5px 0 0 0;
	text-align: center;
	color:#FFF;
}

.form-control.outline:focus {
	border-color: #FF9400 !important
	}


.form-control.outline::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#FFF;
}
.form-control.outline:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#FFF;
   opacity:  1;
}
.form-control.outline::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#FFF;
   opacity:  1;
}
.form-control.outline:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#FFF;
}
.form-control.outline::-ms-input-placeholder { /* Microsoft Edge */
	color:#FFF;
}
section.subscribe  {
	padding-bottom:2rem;
}

section.subscribe .container {
	background: url('/_assets/img/subscribe-bg.png') 80% center no-repeat transparent;
	background-size:contain;
	padding:2rem 0;
}
/***** TEMP *****/



/* Stalls */
		   .stall-tiles {
			   padding-top:0;
			   padding-bottom:0;
		   } 
		   
		   
		  .stall-tiles  .tile { padding:1px;}
		    
		  .stall-tiles  .tile.half a{
			    padding-top:50%;
		    }
		  .stall-tiles  .tile.square a{
			    padding-top:100%;
		    }
		  .stall-tiles   .tile a { 
			  	border:none;
			     background-size: cover;
			     background-position: center;
			      background-color: #EEE;
			      position: relative;
			      cursor: pointer;
			      display: block;
			     
		     }
		      .stall-tiles   .tile a::after {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
				background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
				height:40%;
				bottom:0;
				left:0;
				content:"";
				width:100%;
				position: absolute;
		      }
			.stall-tiles .tile a span {
			    padding: 12px 24px;
			    font-weight: 600;
			    color: #FFF;
			    position: absolute;
			    left: 0;
			    font-size: .85rem;
			    bottom: 20px;
			    font-family: 'sanss',serif;
			    pointer-events: none;
			    text-align: center;
			    z-index:4;
			    text-transform: uppercase;
			    width: 100%;
			    letter-spacing: 0.15em;
			    display: block;
			}		     
		      .stall-tiles  .tile a span i[class^="icon-"] {
			  	width:100%;
			  	text-align: center;
			  	font-size:30px;
			  	font-weight:200;
			  	margin-bottom:8px;
			    color: #FFF;
			    display: block;
		      }


.stall-tiles .tile a i {
	-webkit-transition:  0.25s all ease-in-out;
	-moz-transition:  0.25s all ease-in-out;
	-o-transition:  0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
	
}
.stall-tiles .tile a:hover i {
	color: #FFF;
	margin-left:5px;
	
}

.fade-one a, .fade-two a {
    display: block;
    padding-top: 100%;
}
.overlay {
	left:0;
	height:100%;
	top:0;
	width: 100%;
	background:rgba(0,0,0,0.2);
	position: absolute;
	z-index: 1;
}

.filterheader {
	display: none;
}

.stall-list { 
	padding-top:0;
}

.stall-list .bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100 */
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	left:0;
	height:100%;
	top:0;
	width: 40%;
	position: absolute;
	z-index: 0;
}
.stall-list > .container > .row > div.col-md-3 {
	padding:3rem 20px;
}
.stall-list .col-md-9 {
	padding:3rem;
	background: #FFF;
}

.stall-list .col-md-3 > div {
	position: sticky;
	top:15px;
	padding:15px;
}

.stall-list .col-md-3 a {
	padding:8px 12px;
	border-bottom: 1px solid #EEE;
	display: block;
	color: #333;
	font-weight:500;
}

.stall-list .col-md-3 a:hover {
	color: #E59222;
}
.stall-list .col-md-3 a i {
	-webkit-transition:  0.25s all ease-in-out;
	-moz-transition:  0.25s all ease-in-out;
	-o-transition:  0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
	margin-top:2px;
	
}
.stall-list .col-md-3 a:hover i {
	margin-right:-5px;
}

.stall-list .col-md-3 a.active {
	font-weight:600;
	color:#000;
}

.stallWrap {
	padding:5px;
}
.stallWrap.hidden {
	display: none;
}
.stallWrap a.img {
	display: block;
		box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 1px 13px rgba(0,0,0,0.05);
border:none;
	text-decoration: none;
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #222;
	border-bottom: 2px solid #000;
	height:280px;
}

.stallWrap i.fa-image {
	color: rgba(255,255,255,0.2);
	font-size:2.5rem;
	top:50%;
	left:50%;
	position: absolute;
	 -webkit-transform:  translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.stallWrap a.img::after{
	content:"";
	background:url('/_assets/img/stripe-black.png') center center repeat transparent;
	background-size: 24px;
	height:3px;
	position: absolute;
	bottom: 0px;
	width:100%;
}
.stallWrap h3 {
	background: #000;
	color:#FFF;
	padding:8px 16px;
	font-size:.8rem;
	letter-spacing: 0.2em;
	position: absolute;
	bottom:0;
	left:0;
	margin:0;
	font-family:'sanss',sans-serif;
	text-transform: uppercase;
	z-index:2;
}

.stallWrap span {
	position: absolute;
	top:0;
	right:0;
	padding: 4px 5px;
	margin:0;
}

.stallWrap span b {
	margin:1px;
	padding:4px 9px;
	font-size: .6rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	background: #FFF;
	box-shadow: -2px -2px 0 rgba(0,0,0,0.1);
	color: #867373
}

.stallWrap span b:empty {
	display: none;
}



/* Stall Detail View */


section.fade-stall-slider {
	background: #FFF;
	padding:0;
}

section.fade-stall-slider .container {
	z-index:3;
}


section.fade-stall-slider .overlay {
	background: url('/_assets/img/black-overlay.png') bottom left no-repeat rgba(0,0,0,0.5);
	background-size: contain;
    z-index:2;
    bottom:75px;
    height:auto;
    top:0;
    width:100%;
   left:0%;
    opacity: .4;
}


section.fade-stall-slider .bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    top: 0;
    overflow: hidden;
}



section.fade-stall-slider .slide::after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:75px;
	background:#FFF;
}

.fade-stall-slider .slide .row {
padding-top:calc(15vh + 120px);
}

.fade-stall-slider img {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	margin-top:80px;
}

.fade-stall-slider .slide a, .fade-stall-slider .slide div.cats span {
	border: 1px solid #FFF;
	padding: 7px 13px;
	font-size:.7rem;
	letter-spacing: 0.1em;
	margin: 5px;
	text-transform: uppercase;
	color: #FFF;
}


.fade-stall-slider .slide a:hover {
	background: #FFF;
	border:1px solid #FFF;
	color: #000;
}
.fade-stall-slider .slide .bg-img {
    height: 120%;
    position: absolute;
    opacity: .7;
    background-size: cover;
    background-position: center;
    width: 120%;
    left: -10%;
    filter: blur(10px);
    top: -10%;
}

.stallpage .content p:last-child {
	margin-bottom:0;
}

.stallpage .content {
	padding-top: 0;
	padding-bottom:4rem;
}
ul.slick-dots {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    padding: 0;
}

.slick-dots li {
    float: left;
    list-style: none;
    padding: 0;
}

.slick-dots button {
    background: #000;
    border: none;
    font-size: 0;
    line-height: 1em;
    margin: 2px;
    height: 3px;
    padding: 0;
    width: 27px;
    opacity: 0.4;
    border-radius: 99px;
}

.slick-dots .slick-active button {
    opacity: 1;
    background: #000;
}


.related-slider .slick-arrow {
    width: 503px;
    background: #000;
    height: 100%;
    position: absolute;
    left: 0;
    TOP: 0;
    opacity: .6;
    z-index: 4;
    font-size: 60px;
    padding-top: 8%;
    text-align: right;
    color: #FFF;
}
.related-slider .slick-arrow.fa-angle-double-right {
    left: auto;
    text-align: left;
    right:0;
}

.related-slider .slick-arrow.fa-angle-double-left:before {
	left:0;
	width:100%;
	padding:25px;
	top:50%;
	position: absolute;
	 -webkit-transform:  translateY(-50%);
	-moz-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
}
.related-slider .slick-arrow.fa-angle-double-right:before {
	right:0;
	width:100%;
	padding:25px;
	top:50%;
	position: absolute;
	 -webkit-transform:  translateY(-50%);
	-moz-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
}

/* Blog */

	    .blogcat a {   border: 1px solid #FFF;
    padding: 7px 13px;
    font-size: .7rem;
    letter-spacing: 0.1em;
    margin: 5px;
    text-transform: uppercase;
    color: #FFF;
}

/* Events */


.event-row {
	margin-bottom:30px;
}

.event-row a.col-md-3 {
	border:none;
	background-size:cover;
	background-position: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.1), 0 2px 3px rgba(0,0,0,0.2);
}

.event-row h3 a {
	border: none;
}

.event-row h5 {
	padding:8px 12px;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	letter-spacing: 0.1em;
	font-size:.75rem;
	display: inline-block;
	font-family:'sanss';
	text-transform: uppercase;
	font-weight:600;
}

.event-row .event-intro {
	padding:25px 30px;
}


/* Events Detail View */

.performerWrap {
	position: relative;
	padding:2px;
}


.performerPhoto {
	border:none;
	background-size:cover;
	width:100%;
	background-position: center;
	display: block;
	box-shadow: 0 0 15px rgba(0,0,0,0.1), 0 2px 3px rgba(0,0,0,0.2);
}
		     .performerWrap::after {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
				background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
				height:40%;
				bottom:2px;
				left:2px;
				-webkit-transition:  0.25s all ease-in-out;
				-moz-transition:  0.25s all ease-in-out;
				-o-transition:  0.25s all ease-in-out;
				transition: 0.25s all ease-in-out;
				
				opacity:.5;
				content:"";
				right:2px;
				position: absolute;
		      }
		      
		      .performerWrap:hover::after {
			      opacity: 1;
			      height:100%;
		      }
			.performerWrap .performerBio {
			    padding: 12px 24px;
			    color: #FFF;
			    position: absolute;
			    left: 0;
			    bottom: 10px;
			    
			    font-family: 'sanss',serif;
			    pointer-events: none;
			    text-align: center;
			    z-index:4;
			    width: 100%;
			    display: block;
			}	
			.performerWrap .performerBio span {
				    letter-spacing: 0.15em;
				    font-size: .85rem;
				    background: #000;
				    padding:5px 12px;
				    margin-bottom:10px;
				    display: inline-block;
					    text-transform: uppercase;
		    font-weight: 600;
}
				     
.performerWrap:hover .performerBio > div {
	max-height: 999px;
	opacity: 1;
}
.performerWrap .performerBio > div {
	max-height:0;
	 margin-bottom:10px;
	 font-size:.8rem;
	overflow: hidden;
	-webkit-transition:  0.5s all ease-in-out;
	-moz-transition:  0.5s all ease-in-out;
	-o-transition:  0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	
}

/***** MEDIA QUERIES *****/
@media (max-width: 1695px) {
	.related-slider .slick-arrow {
	    width: 200px;
	}
		.one.insta-wrap {
		left:55%;
		right:auto;
	}
		.insta-wrap.two {
		    right: 55%;
		    top:32%;
		    left: auto;
		}	
	

}

@media (max-width: 1200px) {
	
		.one.insta-wrap {
		left:58%;
		right:auto;
	}
.insta-wrap.two {
    right: 50%;
    left: auto;
    top: 32%;
}	

	
}

@media (max-width: 980px) { 


body.internal {
    padding-top: 100px;
}

	body {
    font-size: .9rem;
}

body.home {
	margin-top:120px;
}

h1, h2 {
	font-size:1.8rem !important;
}

h3 {
	font-size:1.2rem;
}

	section {
		padding: 3rem 15px;
	}
	
	* { background-attachment: scroll !important;}
	
	header.desktop {
		display:none;
	}

	header.mobile {
		display:block;
		background: #000;
		position: fixed;
		top:0;
		left:0;
		right:0px;
		z-index: 3434;
	}

header.mobile .bar > div.hours {
			padding:7px;
text-align: center;
color: #FFF;
background: #111;
}

header.mobile .bar > div {
	padding:10px 15px;
}
header.mobile .bar i {
	color: #FFF;
}
header.mobile .hours p {
	margin-bottom: 0;
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

header.mobile .hours span {
	width:25px;
	display: inline-block;
}

header.mobile .logo img {
		display: block;
	}

.insta-wrap {
	display: none;
}

header.mobile .nav-panel {
	width:calc(100% - 50px);
	z-index:12312312;
	position: fixed;
	top:0;
	bottom:0;
	 -webkit-transform:  translateX(-150%);
	-moz-transform:  translateX(-150%);
	-o-transform:  translateX(-150%);
	transform:  translateX(-150%);
	left:0;
	-webkit-transition:  0.5s all ease-in-out;
	-moz-transition:  0.5s all ease-in-out;
	-o-transition:  0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	
	box-shadow: 0 0 0 0 rgba(0,0,0,0.6);
	background:#000;
}
header.mobile .nav-panel.active {
	 -webkit-transform:  translateX(0%);
	-moz-transform:  translateX(0%);
	-o-transform:  translateX(0%);
	transform:  translateX(0%);
	box-shadow: 0 0 0 50px rgba(0,0,0,0.6);
}
header.mobile .nav-panel .fa-close {
	border:1px solid #FFF;
	height:30px;
	width:30px;
	text-align: center;
	padding-top:7px;
	position: absolute;
	right:10px;
	top:10px;
	color: #FFF;
}

header.mobile .nav-panel .social {
	background: #FFF;
	padding:3px 10px;
}

header.mobile .nav-panel .social p {
	margin-bottom: 0;
	text-align: center;
}

header.mobile .nav-panel .social p a {
	margin: 0 3px;
}

header.mobile .nav-panel {
	padding:15px;
}


header.mobile .nav-panel ul {
	margin:0;
	padding:0;
	margin-bottom: 10px;
	
}
header.mobile .nav-panel li {
	padding:4px 0;
	list-style: none;
}

header.mobile .nav-panel li a {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight:600;
	letter-spacing: 0.05em;
}

header.mobile .nav-panel > p {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight:800;
	margin-top:10px;
	margin-bottom:0;
	letter-spacing: 0.1em;
}

header.mobile .stallcat {
    padding-bottom: 2px;
}


header.mobile .stallcat a {
    display: block;
    background-size: cover;
    height: 65px;
    background-position: center;
    position: relative;
}

header.mobile .stallcat a span {
    position: absolute;
    font-weight: 500;
    color: #FFF;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
    bottom: 6px;
    left: 6px;
    background: rgba(0,0,0,0.8);
    padding: 4px;
    bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6rem;
    left: 0;
}


.home-slider .slide {
	padding:0px;
}

.home-slider .slick-slide a {
		height:60vh;
	}
	

footer .panel .logoblock img {
    width: 80%;
    max-width: 250px;
}

.mapwrapper div.bg-black {
	top:0;
	
}

.mapwrapper div.bg-black > div {
    font-size: 80%;
    padding: 25px;
}

.mapwrapper div.bg-black {
    top: 0;
}

.mapwrapper div.bg-black strong {
    font-size: 1.2rem;
}

.mapwrapper div.bg-black p {
    margin: 0 3px;
}
	
	
	.entertainment h2, .lateststalls h2 {
		margin-bottom:1rem;
		
	}
	.entertainment .headingwrap, .lateststalls  .headingwrap {
		padding-left:5px;
	}
	
	.home-slider .slick-slide a {
		height:70vh;
	}
	
	.bigwrap {
		padding-top:0;
		padding-bottom: 0;
		margin-top:0;
	}
	.subscribe {
		padding:0;
	}
	
	section.subscribe .container {
		background-size: 227px;
		background-position: right top;
		padding: 0 15px;
	}

	.home .subscribe {
		margin-top:0;
	}
	
	.totop {
		right:36px;
	}
		.subscribe  {
			background: #000;
		}
	.subscribe .formwrap {
    padding: 5px;
}

.formwrap .row > div {
    padding: 11px 16px;
}

.subscribe .col-12.col-md-8.offset-md-2 {
    background: #000;
    padding: 20px 20px 0 20px;
    color: #FFF;
    text-align: center;
}

.subscribe .col-12.col-md-8.offset-md-2 p {
    margin-bottom: 0;
}

.subscribe .col-12.col-md-8.offset-md-2 h2 {
    box-shadow: 1px solid #;
    padding: 11px;
    line-height: 1em;
}

.formwrap input.btn {
    margin: 0;
    margin-bottom: 10px;
}


.event-row a.col-md-3 {
	border:none;
	background-size:cover;
	background-position: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.1), 0 2px 3px rgba(0,0,0,0.2);
	height:30vh;
}

.event-row .event-intro {
	padding:15px 0px;
}


.whatsnew .col-5 {
	padding:5px;
}

.whatsnew .col-7 {
	padding-left:15px;
}


.whatsnew .col-5 img {
	left:-5px;
	top:-5px;

}
.stallWrap a.img {
	height: 200px;
	
}
.stall-tiles  .tile.square a ,.stall-tiles  .tile.half a {
	padding-top:70%;
}

.stall-list .bg {
	display: none
	}


.stall-list .col-md-9 {
	padding:3rem 1rem;
}


.filterheader {
	background: #FFF;
	text-align: center;
	color:#222;
	text-transform: uppercase;
}

#footer-panel a {
	padding-top:0;
}
.getdirheading span {
    display: inline-block;
}

	#footer-panel::after {
	font-size:1.5rem;
}

.direction-tiles .col-md-4, .about-tiles .col-md-4 {
	padding:10px 20px;
}


section.subscribe .container {
	background: none;
}
.findus > div {
	text-align: center;
}

.findus >  div.finduslabel {
    background: #FE9300 !important;
}

.findus >  .finduslabel::before, .findus >  .finduslabel::after {
    display: none;
}

.findus.no-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.findus div.finduslabel i, .findus div.finduslabel i, .stallpage     .findus .finduslabel i {
    display: inline-block !important;
    font-size: 1.2rem !important;
    top: -1px !important;
    margin-right: 10px !important;
}

.related-slider .slick-arrow {
	font-size:40px;
	text-align: center !important;
}

.related-slider .slick-arrow.fa-angle-double-left:before {
	padding:0;
	}
.related-slider .slick-arrow.fa-angle-double-right:before {
padding:0;
}

.fade-slider iframe {
	display: none;
}

.postRow .featurepost {
	padding: 5px 10px;
}

.postRow .featurepost a {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.mapwrapper {
	margin-top:30px;
}
#map {
	height:400px;
	margin-top:100px;
	position: relative;
}

.fade-slider .slide .row, .fade-header .row {
	height:auto;
	padding-top:10rem;
	
}


}
@media (max-width: 765px) {
	.related-slider .slick-arrow {
	    width: 50px;
	}
}
@media (max-width: 590px) {
	.related-slider .slick-arrow {
	    width: 50px;
	}
}
		   