.container.hero
{

	color: #FFF;
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: none;
	height: 100%;
	position: fixed;

}

.container.hero.about
{
	
}


.g-container {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.push
{
	visibility: hidden;
	z-index: -1;
}



.arrow-teaser{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    z-index: 1000;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


.container.fullwidth
{
	background-color: #000;
	/*height: 2000px;*/
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	max-width: none;
}

.container.fullwidth.white
{
	background-color: #FFF;
	padding-bottom: 60px;
}

.container.fullwidth.inner
{
	padding-top: 150px;
}



.container.fullwidth.bookings
{
	padding-top: 150px;
}


.container.fullwidth .row
{
	width: 90%;
	margin: 0 auto;
	color: #FFF;
	max-width: 1180px;
}


.container.fullwidth.white h1,
.container.fullwidth.white p,
.container.fullwidth.white p a
{
	color: #000;
}

.navigation {
	position: fixed;
	background-color: rgba(0,0,0,.9);
	z-index: 2000;
	height: 110px;
	width: 100%;
}

.navigation.dark
{
	position: absolute;
}

html.white-bg .navigation
{
   
    background-color: rgba(255,255,255,1);
    z-index: 2000;
    height: 110px;
    width: 100%;
}

.navigation #logo
{
	margin:20px auto 0px;
	display:block;
	width:140px;

}


.navigation .trigger
{
	font-size: 2.4rem;
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
	padding: 0px 14px;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

html.white-bg .navigation .trigger
{
	color: #000;
}

.navigation .trigger.menu
{
	position: absolute;
	right: 40px;
	top: 30px;
}

.navigation .trigger.listing
{
	position: absolute;
	left: 40px;
	top: 30px;
}


.navigation .trigger:hover
{
	box-shadow: 0px 0px 0px 3px #FFF;
}

html.white-bg .navigation .trigger:hover
{
	box-shadow: 0px 0px 0px 3px #000;
}





/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1);
}


html.white-bg .overlay
{
	background: rgba(255,255,255,1);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;

	z-index: 5000;
}

.overlay-hugeinc.open {
	opacity: 1;
	z-index:1000;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


.square-nav-holder
{
	padding-top: 110px;
	height: 100%;
}

.square
{
	float: left;
	position: relative;
	width: 50%;
	height: calc(50% - 55px);
	padding-bottom: 0%;
	margin: 0px;
	background-color: transparent;
	overflow: hidden;
	color: #FFF;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

}


.square:hover
{
	background-color: #FFF;
}


html.white-bg .square:hover
{
	background-color: #000;
}


.content {
	position:absolute;
	height:100%; 
	width:100%; 
	padding: 0%;
	
}
.table{
	display:table;
	width:100%;
	height:100%;
}
.table-cell{
	display:table-cell;
	vertical-align:middle;
}

.link{
	font-weight: 900;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}

.link a
{
	color: #FFF;
	text-decoration: none;
	font-size: 6rem;
}

html.white-bg .link a
{
	color: #000;
}

.square:hover .link a
{
	color: #000;
}

html.white-bg .square:hover .link a
{
	color: #FFF;
}



.row.intro-text {
	margin-top: initial;
	top: 60%;
	position: relative;
	transform: translateY(-60%);
}

.row.intro-text h1
{
	color: #FFF;
	text-transform: uppercase;
	line-height: 2.8rem;
	font-weight: 900;
	margin: 0 auto;
	display: block;
	width: 60%;
	font-size: 3rem;
}

.event-filter
{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.event-filter.listings-page
{
	padding-top: 0px;
}




.event-filter.listings-page h1
{
	margin-bottom: 0px;
	margin-top: 50px;
}

.featured.listings-page h1
{
	text-align: center;
}

.event-filter p a
{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.event-filter p a:hover
{
	text-decoration: underline;
}

.instagram-header
{
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: center;
}

.instagram-header p
{
	padding-bottom: 0px;
	margin-bottom:  0px;
}

.instagram-header p a
{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.instagram-header p a:hover
{
	text-decoration: underline;
}

.instagram-pic
{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.instagram-pic img
{
	width: 100%;
}

.instagram-pic:nth-of-type(3n+3)
{
	margin-right: 0;
}


.homepage-events-container
{
	padding-top: 0px;
}

.homepage-events-container.coming-soon
{
	min-height: 80vh;
}

.homepage-events-container.coming-soon h3 {
    text-align: center;
    margin-top: 0;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Space Mono', monospace;
    width: 70%;
    font-size: 1.9rem;
}

.homepage-events-container .poster
{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	cursor: pointer;

}



.sr .homepage-events-container .poster
{
	visibility: hidden;
}

.homepage-events-container .poster:nth-child(3n+3)
{
	margin-right: 0%;
}


.homepage-events-container .poster.archived
{
	float: none;
	width: 70%;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
	cursor: auto;

}




.homepage-events-container .poster h2 {
	text-align: center;
	margin-bottom: 0px;
	font-size: 2.6rem;
	line-height: 2.6rem;
}

.homepage-events-container .poster p {

	font-size: 2.2rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.homepage-events-container .poster .deets-mobile
{
	display:  none;
}



.featured-events-container
{
	padding-top: 0px;
	text-align: center;
}

.featured-events-container .poster
{
	display: inline-block;
	width: 30%;
	margin-right: 4%;
	margin-bottom: 5%;
	cursor: pointer;

}

.sr .featured-events-container .poster
{
	visibility: hidden;
}

.featured-events-container .poster:nth-child(3n+3)
{
	margin-right: 0%;
}


.featured-events-container .poster h2 {
	text-align: center;
    margin-bottom: 0px;
    /*min-height: 90px;*/
    font-size: 2.6rem;
    line-height: 2.6rem;
    padding-left: 30px;
    padding-right: 30px;
}

.featured-events-container .poster p {

	font-size: 2.2rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

a.readmore,
a.moreinfo-mobile {
	font-family: 'Space Mono', monospace;
	text-decoration: none;
	font-size: 1.7rem;
	display: block;
	margin: 0 auto;
	color: #000;
	padding: 10px;
	background-color: #FFF;
	width: 120px;
	text-align: center;
	font-weight: bold;
}


a.readmore:hover,
a.moreinfo-mobile:hover
{
	text-decoration: underline;
}

html.white-bg a.readmore
{
	background-color: #000;
	color: #FFF;
}


.event-overview-container
{

}


.event-overview
{
	position: relative;
	margin-bottom: 50px;
}

.event-overview .event-details
{
    float: left;
    width: 60%;
    padding-left: 5%;
}

.ticket-link .event-details p.blurb-mobile
{
	display: none;
}

.event-overview .event-poster
{
	float: left;
	width: 35%;
}

.event-overview h1
{
	font-size: 4.8rem;
	line-height: 6rem;
}

.event-overview h2
{
    line-height: 3.7rem;
    margin-top: 15px;
    margin-bottom: 35px;
}


.event-overview p
{
	text-transform: uppercase;
    font-size: 2rem;
    line-height: 3rem;
}

.event-button-container
{
	margin-top: 30px;
}

.event-button-container ul li
{
	display: inline;
	float: left;
	margin-right: 20px;
}

.event-button-container ul li:last-child
{
	margin-right: 0;
}

.event-button-container ul li a
{
    color: #FFF;
    text-decoration: none;
    font-size: 2rem;
    border: 2px solid #FFF;
    padding: 7px 18px;


	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;

}

.event-button-container ul li a:hover
{
	background-color: #FFF;
	color: #000;
}


.container.hero.about .row.intro-text p
{

 	color: #FFF;
    text-transform: none;
    line-height: 2.2rem;
    font-weight: normal;
    margin: 0 auto;
    display: block;
    width: 70%;
    font-size: 1.9rem;
    margin-left: 50px;
    font-family: 'Space Mono', monospace;
    margin-bottom: 15px;
}

.container.fullwidth .row.casestudy
{
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: none;
	min-height: 80vh;
}

.container.fullwidth .row.casestudy.even 
{
	background-color: #FFF;
}


.container.fullwidth .row.casestudy.single
{
	padding-top: 30px;
}


.container.fullwidth .row.casestudy .casestudy-preview
{
	padding: 7.5%;
	width: 35%;
	float: left;
}

.container.fullwidth .row.casestudy .casestudy-preview img.about-img-mobile
{
	display: none;
}

.container.fullwidth .row.casestudy .casestudy-preview a.readmore
{
	margin: 0 0;
}


.container.fullwidth .row.casestudy.even .casestudy-preview
{
	float: right;
	background-color: #FFF;
}

.container.fullwidth .row.casestudy.even .casestudy-preview a.readmore
{
	background-color: #000;
	color: #FFF;
}

.container.fullwidth .row.casestudy .casestudy-preview h1
{
	font-size: 4rem;
}

.container.fullwidth .row.casestudy.even .casestudy-preview h1
{
	color: #000;
}

.container.fullwidth .row.casestudy .casestudy-preview p
{

}

.container.fullwidth .row.casestudy.even .casestudy-preview p
{
	color: #000;
}


.container.fullwidth .row.casestudy .casestudy-pic
{

    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.container.fullwidth .row.casestudy.even .casestudy-pic
{
	left: 0;
}



/* POPUP STYLE */

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 10100;
}

/* Inner */
.popup-inner {
    width: 80%;
    max-width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background: #000;
}


/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:-10px;
    right:-10px;
    cursor: pointer;
    z-index: 12000;
}





.event-popup
{
	position: relative;
	padding: 30px;
}

.event-popup .event-details
{
    float: left;
    width: 60%;
    padding-left: 5%;
}

.event-popup .event-poster
{
	float: left;
	width: 35%;
}

.event-popup h1
{
	font-size: 2.8rem;
	line-height: 3rem;
}

.event-popup h2 {
    line-height: 1.9rem;
    font-size: 1.9rem;
    margin-top: 15px;
    margin-bottom: 35px;
}

.event-popup p {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-right: 80px;
}

.event-popup .event-button-container
{
	margin-top: 30px;
}

.event-popup .event-button-container ul li
{
	display: inline;
	float: left;
	margin-right: 20px;
}

.event-popup .event-button-container ul li:last-child
{
	margin-right: 0;
}

.event-popup .event-button-container ul li a
{
    color: #FFF;
    text-decoration: none;
    font-size: 2rem;
    border: 2px solid #FFF;
    padding: 7px 18px;


	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;

}

.event-popup .event-button-container ul li a:hover
{
	background-color: #FFF;
	color: #000;
}

/* ----------- */


form#payment-form .row
{
	width: 100%;
}

/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {

    height: 50px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;


    }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px dashed #000;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9c9286;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9c9286;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9c9286;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9c9286;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #9c9286;
}




/* WHITE BG */


html.white-bg .container.fullwidth 
{
	background-color: #FFF;
}

html.white-bg .container.fullwidth .row
{
	color: #000;
}

html.white-bg .container.fullwidth .row.shop {
    height: 75vh;
}





/* FOOTER */


.row.footer
{
	height: 50px;
}

.row.footer p {
    float: left;
    margin-bottom: 0;
    margin-top: 16px;
}

.row.footer p a
{
	color: #FFF;
}


@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 14px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #383838;
}

.soc a:hover {
    z-index: 2;
    background-color:#242424 !important;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-instagram:before {
    content:'x';
}

.row.footer .soc
{
	float: right;
	margin-top: 12px;
}

.soc.header
{
    margin: 0 auto;
    display: block;
    text-align: center;
}

.soc.header li a
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	margin-top: 6px;
	font-size: 15px;
}


html.white-bg .soc.header li a
{
	background-color: #000;
	color: #FFF;
}


/* ABOUT */





/* ABOUT CASESTUDY */


.case-study-pics-container
{
	
}

.case-study-pic
{
	margin-top: 30px;
}

.case-study-pic img
{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#freewall
{
	margin-top: 20px;
}

.brick
{
	width: 350px;
}
.brick img {
	margin: 0;
	display: block;
	width: 100%;
}

/* BOOKING PAGE */

.ticket-link
{
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding-bottom: 10px;
	width: 100%;
}

.ticket-link:last-of-type
{
	border-bottom: 0;
}


.ticket-link .event-poster
{
	float: left;
	width: 150px;
	margin-right: 50px;
}

.ticket-link .event-details
{
	float: left;
	width: 60%;

}


.ticket-link .event-details h1
{
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 20px;
}

.ticket-link .event-details h2
{
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 2.4rem;
}

.ticket-link .event-details h2 a
{
	color: #FFF;
}

.ticket-link .buy-links
{
	float:right;
}

.ticket-link a.buy-now {
	background-color: #FFF;
	color: #000;
	padding: 15px 40px;
	font-weight: 900;
	text-decoration: none;
	font-size: 2rem;
	margin-top: 15px;
	display: block;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.ticket-link a.buy-now:hover
{
	-webkit-box-shadow:inset 0px 0px 0px 3px #FFF;
    -moz-box-shadow:inset 0px 0px 0px 3px #FFF;
    box-shadow:inset 0px 0px 0px 3px #FFF;
	background-color: #000;
	color: #FFF;

}

.ticket-link a.more
{
	clear:both;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display:block;
	color:#FFF;
	margin-top:10px;
}


p.soldout {
    background-color: #171717;
    color: #FFF;
    padding: 15px 40px;
    float: right;
    font-weight: 900;
    text-decoration: none;
    font-size: 2rem;
    margin-top: 30px;
   
}

.ticket-link .event-poster {
	float: left;
	width: 85px;
	margin-right: 50px;
}





.newsletter
{
	width: 475px;
	display: block;
	margin: 30px auto 0;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.newsletter h2 a
{
 background-color: #FFF;
 padding: 5px;
 font-weight: 900;
 font-size: 22px;
 text-align: center;
 color: #717173;
 text-decoration: none;
 display:block;
}

.newsletter h2 a:hover
{
  color:#000;
}

.row.book-tickets p.no-results
{
	text-align: center;
}





/* ARCHIVE */


#poster-container
{
	margin-top:20px;
}

#poster-container .poster
{
	width:30%;
	margin-bottom: 5%;
	margin-right: 5%;
	float:left;
	position:relative;
	cursor:pointer;


}


#poster-container .poster img
{
	display: block;
}


#poster-container .poster:nth-child(3n)
{
	margin-right:0;
}


	
#poster-container .poster .poster-overlay
{
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	display:none;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 4px solid #FFF;
}

#poster-container .poster .poster-overlay .overlay-info
{
	width: 80%;
	padding: 0% 10%;
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}

#poster-container .poster .poster-overlay .overlay-info img.blackspot
{
	z-index:100;
}


#poster-container .poster .poster-overlay .overlay-info p
{
	color: #D2D2D2;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	width: 100%;
}

#poster-container .poster .poster-overlay .overlay-info p.title
{
    font-size: 26px;
    line-height: 32px;
    font-family: "futura";
    text-transform: uppercase;
}






/* MOBILE STYLES */


/* TABLET PORTRAIT and down */
@media only screen and (max-width: 768px) {  

	.homepage-events-container .poster {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 100px;
		cursor: pointer;
	}


	.row.intro-text {
		margin-top: initial;
		top: 50%;
		position: relative;
		transform: translateY(-50%);
	}


	.container.fullwidth .row.casestudy .casestudy-preview {
		padding: 5%;
		width: 90%;
		float: none;
	}


	.container.fullwidth .row.casestudy .casestudy-preview img.about-img-mobile
	{
		display: block;
		margin-bottom: 20px;
	}

	.container.fullwidth .row.casestudy .casestudy-pic
	{
		display: none;
	}

	.ticket-link .event-poster {
		float: left;
		width: 18%;
		margin-right: 2%;
	}

	.ticket-link .event-details {
		float: left;
		width: 80%;
	}


	.ticket-link .buy-links {
		float: left;
		clear: both;
		width: 100%;
		margin: 7px auto 0;
		text-align: center;
		display: block;
	}

	.ticket-link a.more
	{
		display: none;
	}

	.ticket-link .event-details p.blurb-mobile
	{
		display: block;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.homepage-events-container .poster.archived .deets-mobile
	{
		display: none;
	}


	.container.fullwidth.bookings {
		padding-top: 80px;
	}





}


@media only screen and (min-width: 0px) and (max-width: 479px) {

	.newsletter {
		width: 320px;
		display: block;
		margin: 30px auto 0;
	}


	.event-filter p a
	{
		font-size: 12px;
	}

	.homepage-events-container .poster
	{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.navigation {
		position: fixed;
		background-color: rgba(0,0,0,.9);
		z-index: 2000;
		height: 66px;
		width: 100%;
	}


	.navigation #logo {
		margin: 8px auto 0px;
		width: 65px;
	}

	.soc.header li a {
		width: 21px;
		height: 21px;
		line-height: 21px;
		background-color: transparent;
		margin-top: 5px;
		font-size: 11px;
	}


	.navigation .trigger.menu {
		position: absolute;
		right: 20px;
		top: 20px;
	}

	.navigation .trigger.listing {
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.navigation .trigger {
		font-size: 1.4rem;
		padding: 0px 6px;
	}

	.row.intro-text h1 {
		line-height: 2.6rem;
		width: 80%;
		font-size: 2rem;
		text-align: center;
	}

	.square-nav-holder {
		padding-top: 120px;
	}

    .square {

		width: 100%;
		height: calc(17% - 0px);
	
	}


	.event-overview h1 {
		font-size: 3rem;
		line-height: 3.6rem;
	}

	.event-overview h2 {
		line-height: 2rem;
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 1.7rem;
	}

	.event-overview p {
		text-transform: uppercase;
		font-size: 1.7rem;
		line-height: 2.4rem;
	}

	.event-button-container {
		margin-top: 0px;
	}

	.event-button-container ul li a {
		color: #FFF;
		text-decoration: none;
		font-size: 1.3rem;
		border: 2px solid #FFF;
		padding: 6px 12px;
		-o-transition: .25s;
		-ms-transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
		transition: .25s;
	}



	.event-overview .event-poster
	{
		float:none;
		width:100%;
		margin-bottom: 20px;
	}

	.event-overview .event-details
	{
		float: none;
		width: 100%;
		padding: 0;
	}


	.container.fullwidth .row.casestudy .casestudy-preview h1,
	.container.fullwidth .row.casestudy .casestudy-preview p
	{
		 /* These are technically the same, but use both */
		 overflow-wrap: break-word;
		 word-wrap: break-word;

		 -ms-word-break: break-all;
		 /* This is the dangerous one in WebKit, as it breaks things wherever */
		 word-break: break-all;
		 /* Instead use this non-standard one: */
		 word-break: break-word;

		 /* Adds a hyphen where the word breaks, if supported (No Blink) */
		 -ms-hyphens: auto;
		 -moz-hyphens: auto;
		 -webkit-hyphens: auto;
		 hyphens: auto;
	}


	.homepage-events-container .poster h2 {
		text-align: center;
		margin-bottom: 0px;
		font-size: 2.6rem;
		line-height: 2.6rem;
		padding: 0px 5%;
		margin-top: 10px;
	}


	.instagram-header {
		padding-top: 10px;
		padding-bottom: 20px;
		text-align: center;
	}

	.instagram-pic {
		float: left;
		width: 47%;
		margin-right: 5%;
		margin-bottom: 10px;
	}
	/* Reset all of the nth items - handy! */
	.instagram-pic:nth-of-type(n) {
  		margin-right: 0%;
	}

	.instagram-pic:nth-of-type(2n+2) {
		margin-left: 5%;
	}


	.row.footer p {
		float: none;
		margin-bottom: 0;
		margin-top: 16px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.row.footer .soc {
		float: none;
		margin: 20px auto;
		display: block;
		text-align: center;
	}


	.container.hero.about .row.intro-text p {
		color: #FFF;
		text-transform: none;
		line-height: 1.8rem;
		font-weight: normal;
		margin: 0 auto;
		display: block;
		width: 94%;
		font-size: 1.5rem;
		margin-left: 20px;
		font-family: 'Space Mono', monospace;
		margin-bottom: 15px;
	}


	.ticket-link .event-poster {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.ticket-link .event-details {
		float: left;
		width: 90%;
	}

	.container.fullwidth.bookings {
		padding-top: 20px;
	}

	.homepage-events-container .poster p 
	{
		margin-bottom: 0px;
	}


	.homepage-events-container .poster .deets-mobile
	{
		display: block;
	}

	.homepage-events-container .poster .deets-mobile p.loc {
		margin-bottom: 30px;
		font-size: 1.5rem;
		margin-top: 20px;
		line-height: 2.2rem;
	}

	.homepage-events-container .poster .deets-mobile p.blurb
	{
		font-size: 1.5rem;
	}

	.homepage-events-container .poster a.readmore
	{
		display: none;
	}

	a.moreinfo-mobile
	{
		margin-top: 20px;
	}


	#poster-container .poster
	{
		width: 100%;
	}
	




	


	
 




}




@media only screen and (min-width: 480px) and (max-width: 767px) {

	.poster
	{
		width: 47%;
		margin-right: 5%;	
	}

	.poster:nth-child(2n+2)
	{
		margin-right: 0;
	}

	.poster:nth-child(3n+3)
	{
		margin-right: 5%;
	}

	.poster h2 {
		font-size: 1.8rem;
	}
	
	.poster p.date {
		font-size: 1.5rem;
	}


	.event-overview h1 {
		font-size: 3rem;
		line-height: 3.6rem;
	}

	.event-overview h2 {
		line-height: 2rem;
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 1.7rem;
	}

	.event-overview p {
		text-transform: uppercase;
		font-size: 1rem;
		line-height: 1.6rem;
	}

	.event-button-container {
		margin-top: 0px;
	}

	.event-button-container ul li a {
		color: #FFF;
		text-decoration: none;
		font-size: 1.3rem;
		border: 2px solid #FFF;
		padding: 4px 10px;
		-o-transition: .25s;
		-ms-transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
		transition: .25s;
	}

}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.poster h2 {
		font-size: 1.8rem;
	}
	
	.poster p.date {
		font-size: 1.5rem;
	}

	
	.event-overview h1 {
		font-size: 3rem;
		line-height: 3.6rem;
	}

	.event-overview h2 {
		line-height: 2rem;
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 1.7rem;
	}

	.event-overview p {
		text-transform: uppercase;
		font-size: 1.2rem;
		line-height: 2rem;
	}




}



@media only screen and (min-width: 960px) and (max-width: 1180px) {
	
	.poster h2 {
		font-size: 2.3rem;
	}


	.event-overview h1 {
		font-size: 3.8rem;
		line-height: 5rem;
	}

	.event-overview h2 {
		line-height: 3.2rem;
		margin-top: 15px;
		margin-bottom: 25px;
		font-size: 2.3rem;
	}

	.event-overview p {
		text-transform: uppercase;
		font-size: 1.7rem;
		line-height: 2.3rem;
	}

}






