html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
    height: 100%;
    }

body {
    display: table;
    width: 100%;
    }

.page-row {
    display: table-row;
    height: 1px;
    }

.page-row-expanded { height: 100%; }

article {
    margin: 1.85em auto;}

aside, details, figcaption, figure, header, hgroup, menu, nav, section {
    margin: 0 auto;
    display: block;
    }

aside { width: 100%; }

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.ie6 .clearfix { zoom: 1 }

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 10001;}

.spinner {
    position: absolute;
	left: 50%;
	top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    text-align: center;}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

.spinner .bounce_01 { background-color: #d7705c; }
.spinner .bounce_02 { background-color: #9ed0d4; }
.spinner .bounce_03 { background-color: #e5ca45; }

.spinner .bounce_01 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;}

.spinner .bounce_02 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* FONTS
----------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Mensch';
    src: url(../fonts/mensch-wf.eot);
    src: url(../fonts/mensch-wf.eot?#iefix) format('embedded-opentype'),
         url(../fonts/mensch-wf.woff) format('woff'),
         url(../fonts/mensch-wf.ttf) format('truetype'),
         url(../fonts/mensch-wf.svg#MenschMenschRegular) format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Mensch Bold';
    src: url(../fonts/mensch-bold-wf.eot);
    src: url(../fonts/mensch-bold-wf.eot?#iefix) format('embedded-opentype'),
         url(../fonts/mensch-bold-wf.woff) format('woff'),
         url(../fonts/mensch-bold-wf.ttf) format('truetype'),
         url(../fonts/mensch-bold-wf.svg#MenschMenschBold) format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Edmond Sans Bold';
    src: url(../fonts/edmondsans-bold-webfont.eot);
    src: url(../fonts/edmondsans-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/edmondsans-bold-webfont.woff) format('woff'),
         url(../fonts/edmondsans-bold-webfont.ttf) format('truetype'),
         url(../fonts/edmondsans-bold-webfont.svg#edmondsansbold) format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Edmond Sans Medium';
    src: url(../fonts/edmondsans-medium-webfont.eot);
    src: url(../fonts/edmondsans-medium-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/edmondsans-medium-webfont.woff) format('woff'),
         url(../fonts/edmondsans-medium-webfont.ttf) format('truetype'),
         url(../fonts/edmondsans-medium-webfont.svg#edmondsansmedium) format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Edmond Sans Regular';
    src: url(../fonts/edmondsans-regular-webfont.eot);
    src: url(../fonts/edmondsans-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/edmondsans-regular-webfont.woff) format('woff'),
         url(../fonts/edmondsans-regular-webfont.ttf) format('truetype'),
         url(../fonts/edmondsans-regular-webfont.svg#edmondsans_regularregular) format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Childs Play';
    src: url(../fonts/chpae___-webfont.eot);
    src: url(../fonts/chpae___-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/chpae___-webfont.woff) format('woff'),
         url(../fonts/chpae___-webfont.ttf) format('truetype'),
         url(../fonts/chpae___-webfont.svg#childsplay-ageeightregular) format('svg');
    font-weight: normal;
    font-style: normal;}


/* PHOTOGRAPHY
----------------------------------------------------------------------------------------*/

img, embed, object, video { margin: 0 auto; max-width: 100%; height: auto; display: block; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

#gallery {
    max-width: 60em;
	height: auto;
	margin: 2.5em auto;
    }

.wrapper_gallery {
    overflow: hidden;
    max-width: 60em;
    height: auto;
    margin: 2.5em auto;
    }

#gallery a img,
.wrapper_gallery a img {
    width: 32%;
    float: left;
    position: relative;
    margin: 0 2% 2% 0;
    }

#gallery a:nth-child(3n+3) img,
.wrapper_gallery a:nth-child(3n+3) img {
    margin: 0 0 2% 0;
    }

#gallery a:hover img,
.wrapper_gallery a:hover img { opacity: 0.8; }

@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){

    #gallery a img,
    .wrapper_gallery a img { width: 49%; margin: 0 0 2% 0; }

    #gallery a:nth-child(odd) img,
    .wrapper_gallery a:nth-child(odd) img { margin: 0 2% 2% 0; }

    img#madeupstories { display: none; }
}

.joinin_rslides_container {
	width: 100%;
    max-width: 800px;
	margin: 1.25em auto;
    }

.rslides_01, .rslides_02 {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    }

.rslides_01 li, .rslides_02 li {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    }

.rslides_01 li:first-child, .rslides_02 li:first-child {
    position: relative;
    display: block;
    float: left;
    }

.rslides_01 img, .rslides_02 img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    }

img#lucien, img#lucien_flying {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 200px;
    padding: 0 0 0.5em 0;
    display: block;}

img.header_large {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 1.5em;
    height: auto;
    float: none;
    display: block;}

img#artscouncil,
img.block-logo {
	max-width: 286px;
    margin: 1.5em 0;}

img#artscouncil_center {
  max-width: 286px;
  margin: 1.5em auto;}

img#moustache {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;}

img.itc_logo {
    display: block;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;}


/* LAYOUT [SMALL]
----------------------------------------------------------------------------------------*/

#wrapper {
    max-width: 100%;
    margin: 0 auto;}

footer {
    margin: 0 auto;
    display: block;
    background-color: #fff;
    }

.footer {
    padding: 0.85em 0.85em;}

#socialnetwork {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.25em 0;}

a.logo {
    text-indent: -9999px;
	width: 275px;
    height: 133px;
	background-image: url(../images/logo.png);
    background-size: 275px auto;
    background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 1.618em;
	display: block;
    border-bottom: none;
    }

header {
    width: 90%;
    z-index: 999;
    top: 0;
    margin: 1.618em auto 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

#content, .content {
    width: 90%;
    max-width: 50em;
    display: block;
    margin: 2.5em auto 1.5em;}

.content_large {
  width: 90%;
  max-width: 80em;
  display: block;
  margin: 2.5em auto 1.5em;}

.content_large.play_circles {
  width: 100%;
  max-width: 900px;
}

.column + .column {
    margin: 2.5em auto 0;}

.row {
    margin: 2.5em auto;}

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 2.5em auto 3em;}

#circle {
  text-indent: -9999px;
  width: 198.75px;
  height: 198.75px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 1.5em auto;}

/* NAVIGATION
----------------------------------------------------------------------------------------*/
h2.new-production-show,
h2.audio-credits-show,
h2.production-development-show,
h2.block-collapsible-toggle {
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
h2.new-production-show:hover,
h2.audio-credits-show:hover,
h2.production-development-show:hover,
h2.block-collapsible-toggle:hover {
  color: #ace0e4;
}
.audio-credits,
.production-development,
.new-production {
  display: block;
  margin: 1em auto 1em;
}
.audio-credits.boxclosed,
.new-production.boxclosed,
.production-development.boxclosed,
.collapsible-body {
  margin: 1em auto 1em;
}

.collapsible-body.boxclosed {
  display: none;
}

/* TYPOGRAPHY
----------------------------------------------------------------------------------------*/

body {
    font-family: 'Edmond Sans Regular';
    color: #3e3837;}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.5em;
    }

h1, h2 {
    font-family: 'Mensch';
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #3e3837;
    }

h1:first-child {
    margin: 0 0 1.25em 0;}

h1 {
    margin: 1.25em 0;}

h2 {
    margin: 1.25em 0 0 0;}

h1 { font-size: 1.25em; }
h2 { font-size: 1em; }

h1.shallow {
    line-height: 1.1em;
    margin: 0;}

h2.shallower {
    line-height: 1.1em;
    margin: 0 0 0.5em 0;}

.mobile { display: block; }

h3, h4 {
    font-family: 'Childs Play';
    text-align: center;}

h3 { font-size: 30px; margin: 1em auto 0; }
h4 { font-size: 24px; margin: 0 auto 1em; }

.orange { color: #ff763d; }
.purple { color: #e950d6; }

blockquote.block-quote {
    font-family: 'Childs Play';
    text-align: center;
    margin: 1em auto;
    padding: 0; }

blockquote.block-quote p {
    font-size: 30px;
    margin: 0 auto; }

blockquote.block-quote cite {
    display: block;
    font-size: 24px;
    font-style: normal;
    margin: 0 auto 0; }

/* Person block — team member name colours */
h2.person-name { margin: 1.25em 0 0 0; }
h2.person-name.orange { color: #d7705c; }
h2.person-name.teal   { color: #9ed0d4; }
h2.person-name.yellow { color: #e5ca45; }


p, ul, ol, dl, blockquote {
    font-size: 1.15em;
    line-height: 1.618em;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-feature-settings: "liga" 0, "clig" 0;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    -ms-font-feature-settings: "liga" 0, "clig" 0;
    -o-font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    }

p + p { margin: 1em auto 0 auto; }

h1.center, p.center { text-align: center; }

p.smaller {
    font-size: 11px;
    line-height: 1.5em;}

b, strong { font-family: 'Edmond Sans Medium'; }
i, em { font-style: italic; }
small { font-size: 60%; }

ul {
    list-style-type: disc;
    padding: 1.5em 0 1.5em 2.5em;}

ul.navigation { padding: 0; }

ol {
    list-style-type: decimal;
    padding: 1.5em 0 1.5em 2.5em;}

::selection { background: #ace0e4; color: #FFF; }
::-moz-selection { background: #ace0e4; color: #FFF;}

a { text-decoration: none; outline: none; cursor: pointer; color: inherit; }

a {
    font-family: 'Edmond Sans Medium';
    color: #3e3837;
    outline: none;
    text-decoration: none;
    padding: 0;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    }

a:hover { outline: none; text-decoration: none; color: #ace0e4; }

a.email {
    display: inline-block;
	font-family: 'Mensch';
	color: #9ed0d4;
	text-decoration: none;}

a.email:hover { color: #e4c941; }

p.talkinghorse a {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;}

a.btn {
    margin: 0.5em 0 1em;
    border: 0;
    border-radius: 5px;
    font-size: 1.25rem;
    font-family: 'Mensch', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    padding: 11.25px 22.5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    background: #e4c941;
    color: #fff;
}
a.btn:hover {
    background: #ace0e4;
    color: #fff;
}

/* NAVIGATION
----------------------------------------------------------------------------------------*/

.navigation {
    width: 100%;
    max-width: 40em;
  	display: block;
	text-align: center;
	background-color: #FFF;}

ul.navigation {
    padding: 0;
    }

.navigation li {
	display: inline-block;
	padding: 2% 3% 2% 3%;}

.navigation li a {
	font-family: 'Mensch';
	font-size: 1.25em;
	color: #2f2f2f;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
    border-bottom: none;}

.navigation li a#n-play:hover, .navigation li.current a#n-play {color: #d3634f;}
.navigation li a#n-what:hover, .navigation li.current a#n-what {color: #ace0e4;}
.navigation li a#n-who:hover, .navigation li.current a#n-who {color: #e4c941;}
.navigation li a#n-joinin:hover, .navigation li.current a#n-joinin {color: #d3634f;}
.navigation li a#n-news:hover, .navigation li.current a#n-news {color: #e4c941;}
.navigation li a#n-sayhello:hover, .navigation li.current a#n-sayhello {color: #ace0e4;}

.navigation_button { display: none }

@media screen and (max-width: 30em) {

.mobile { display: block; }

.js .navigation {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;}

.navigation {
    top: 0;
    width: 100%;
    position: relative;}

.navigation li {
	display: block;
	padding: 2% 1% 2% 1%;}

.navigation.opened { max-height: 9999px }

.navigation_button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 55px;
    display: block;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #ace0e4 url(../images/hamburger.gif) no-repeat 50% 33%;}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dppx), screen and (min-resolution: 2dppx) {
.navigation_button {
    background-image: url(../images/hamburger-retina.gif);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;}
}

@media screen and (min-width: 76em) {
  .navigation { width: 18em }
}

}

/* PLAY
----------------------------------------------------------------------------------------*/

#play, #joinin {
    margin: 2.5em auto 0 auto;
    display: block;
    }

ul.play_navigation, ul.joinin_navigation {
    width: 100%;
    max-width: 198px;
    margin: 2.5em auto;
    display: block;
    }

ul.play_navigation li, ul.joinin_navigation li {
  display: block;
  list-style: none;
  }

ul.play_navigation li a, ul.joinin_navigation li a {
  width: 198px;
  height: 198px;
  display: block;
  text-indent: -9999px;
  margin: 0.85em 0 0.85em 0;
  }

a.play_01, a.play_02, a.play_03, a.play_04, a.play_05 {
  background-image: url(../images/play_sprite-03.png);}

a.joinin_01, a.joinin_02 {
  background-image: url(../images/joinin_sprite.png);}

a.play_01, a.joinin_01 {
  background-position: 0 0;
  background-size: 398px auto;
  background-repeat: no-repeat;
  display: block;}

a.play_02, a.joinin_02 {
  background-position: 0 -198px;
  background-size: 398px auto;
  background-repeat: no-repeat;
  display: block;}

a.play_03 {
  background-position: 0 -396px;
  background-size: 398px auto;
  background-repeat: no-repeat;
  display: block;}

a.play_04 {
  background-position: 0 -596px;
  background-size: 398px auto;
  background-repeat: no-repeat;
  display: block;}

a.play_05 {
  background-position: 0 -796px;
  background-size: 398px auto;
  background-repeat: no-repeat;
  display: block;}

a.play_01:hover, a.joinin_01:hover {
  background-position: -198px 0;}

a.play_02:hover, a.joinin_02:hover {
  background-position: -198px -198px;}

a.play_03:hover {
  background-position: -198px -396px;}

a.play_04:hover {
  background-position: -198px -596px;}

a.play_05:hover {
  background-position: -198px -796px;}


/* FOOTER
----------------------------------------------------------------------------------------*/

#socialnetwork {
    width: 100%;
    margin: 0 auto;
    padding: 1.25em 0 0.25em;
    text-align: center;}

a#facebook, a#twitter, a#instagram, a#pinterest {
    color: #2f2f2f;
    font-size: 1.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }

a#facebook:hover {
    color: #3b5997;}

a#twitter:hover {
    color: #4597d1;}

a#instagram:hover {
    color: #517fa4;}

a#pinterest:hover {
    color: #cb2027;}

.instagram_wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    }

#instagram_feed {
    max-width: 900px;
	height: auto;
    display: block;
	margin: 1.5em auto;
    }

#instagram_feed a img {
    width: 16.6666%;
    max-width: 150px;
    display: block;
    float: left;
    margin: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    }

#instagram_feed a:hover img { opacity: 0.8; }

@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
    #instagram_feed a img { width: 33.3333%; }
}


/* VIDEO
----------------------------------------------------------------------------------------*/
.video {
    max-width: 50em;
    margin: 2.5em auto;
    display: block;}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 1.5em auto;
    height: auto;}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

iframe#soundcloud {
    display: block;
    margin: 2.5em auto;}

/* Responsive embeds */
[data-embed] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

[data-embed] iframe,
[data-embed] object,
[data-embed] embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrapper {
  margin: 2.5em auto;
}

video#animated-logo {
  width: 100%;
  max-width: 400px;
}


/* RESOLUTION
----------------------------------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {

    a.logo {
    background-image: url(../images/logo@2x.png);
	background-size: 275px auto;}

}
