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

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

}
@font-face {
    font-family: 'roboto_condensed';
    src: url('fonts/RobotoCondensed-Italic-webfont.eot');
    src: url('fonts/RobotoCondensed-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Italic-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Italic-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Italic-webfont.svg#roboto_condenseditalic') format('svg');
    font-weight: normal;
    font-style: italic;

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

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

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

}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  font-size: 100%;
  /*background-color:black!important;*/
      background-color: #22272a!important; /*
  background-image: -moz-linear-gradient(45deg, #000 25%, transparent 25%), 
        -moz-linear-gradient(-45deg, #000 25%, transparent 25%), 
        -moz-linear-gradient(45deg, transparent 75%, #000 75%), 
        -moz-linear-gradient(-45deg, transparent 75%, #000 75%);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #000), color-stop(.25, transparent)), 
        -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #000), color-stop(.25, transparent)), 
        -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #000)), 
        -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #000));
    background-image: -webkit-linear-gradient(45deg, #000 25%, transparent 25%), 
        -webkit-linear-gradient(-45deg, #000 25%, transparent 25%), 
        -webkit-linear-gradient(45deg, transparent 75%, #000 75%), 
        -webkit-linear-gradient(-45deg, transparent 75%, #000 75%);
    background-image: -o-linear-gradient(45deg, #000 25%, transparent 25%), 
        -o-linear-gradient(-45deg, #000 25%, transparent 25%), 
        -o-linear-gradient(45deg, transparent 75%, #000 75%), 
        -o-linear-gradient(-45deg, transparent 75%, #000 75%);
    background-image: linear-gradient(45deg, #000 25%, transparent 25%), 
        linear-gradient(-45deg, #000 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, #000 75%), 
        linear-gradient(-45deg, transparent 75%, #000 75%);
    -moz-background-size: 2px 2px;
    background-size: 2px 2px;
    -webkit-background-size: 2px 2.1px; 
    background-position: 0 0, 1px 0, 1px -1px, 0px 1px; */
	background: url('../img/patt.gif');
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  -webkit-font-feature-settings: "kern", "liga", "frac", "pnum";
  -moz-font-feature-settings: "kern", "liga", "frac", "pnum";
  -ms-font-feature-settings: "kern", "liga", "frac", "pnum";
  font-feature-settings: "kern", "liga", "frac", "pnum";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #22272a;
  color: #ced9e0;
  font-family: "font-family: " Helvetica Neue ",Helvetica,Arial,sans-serif";
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "font-family: " Helvetica Neue ",Helvetica,Arial,sans-serif";
  line-height: 1.25;
  margin: 0;
  color: #fff;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
  font-family: "font-family: " Helvetica Neue ",Helvetica,Arial,sans-serif";
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #ced9e0;
  text-decoration: none;
}
a:hover {
  color: #9fb5c2;
  border-color: #9fb5c2;
}
a:active, a:focus {
  color: #9fb5c2;
  border-color: #9fb5c2;
  outline: none;
}

header {
  color: #fff;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #ddd;
  color: #fdfdfe;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: white;
  font-style: italic;
}
cite:before {
  content: "\2014 \00A0";
}

body {
  padding-left: 1em;
  padding-right: 1em;
}

a {
  border-bottom: 1px solid #ced9e0;
}

a:hover {
  color: #e85151;
}

header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 4em; */
    /* border-top: 2px solid #e85151; */
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 540px) {
  header {
    margin-top: 2em;
  }
  
  header nav {
      margin-left: 13px!important;
  }
  header nav ul li {
    display: -webkit-box!important;
	margin-bottom: 25px;
  }
  header nav:last-child ul li {
    display: inline-block!important;
	margin-bottom: 25px;
  }
  header nav:last-child{
      text-align: center!important;
		margin-left: 0!important;
  }
  header nav ul li a {
  
  }
}
header #logo-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
    text-align: center;
}
header #logo-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  header #logo-container {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  header #logo-container:last-child {
    margin-right: 0;
  }
}
header #logo-container #logo {
  padding-top: 0.5em;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.05em;
  float: none;
}
header #logo-container #subtitle {
  color: #e85151;
  font-weight: bold;
  font-size: 18px;
}
header a {
  color: #e85151;
  text-decoration: none;
  border: none;
}
header a:hover {
  color: #d11c1c;
  border-color: #d11c1c;
}
header a:active, header a:focus {
  color: #d11c1c;
  border-color: #d11c1c;
}
header nav {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
header nav:last-child {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  header nav {
    text-align: left;
    margin-top: 1em;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  header nav:last-child {
    margin-right: 0;
  }
}
header nav ul {
  padding-top: 0.5em;
  line-height: 60px;
}
header nav ul li {
  display: inline-block;
  margin-left: 2em;
}
header nav ul li:first-child {
  margin-left: 0em;
}
@media screen and (max-width: 540px) {
  header nav ul li {
    margin-left: 0;
    margin-right: 1em;
  }
}
header nav ul li a {
      font-weight: bold;
    background-image: url('../img/spritesButtons.png');
    min-height: 18px!important;
    background-repeat: no-repeat;
    display: block;
}
header nav ul li a.bordered {
  border-radius: 0.2em;
  padding: 0.4em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  border: 2px solid #e85151;
}
#social-container {
    text-align: center;
	clear: both;
}
.social_btns{
    display: inline-block;
    margin: 10px;
    min-height: 36px!important;
    min-width: 36px!important;
    background-image: url('../img/spritesButtons.png');
    background-repeat: no-repeat;
}
._social_btns{
    min-height: 36px!important;
    min-width: 36px!important;
}

#videoswrapper{
text-align: center;
padding-bottom: 1em!important;
}
.fancybox-skin {
background: none!important;
}
.fancybox-close {
    border: none!important;
}
.youtube {
    border: none!important;
}
.videowrapper {
    position: relative;
}
.videowrapper:hover .showcase-caption, .videowrapper:hover .showcase-play {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.showcase-caption, .showcase-play {
    opacity: 0;
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    -moz-transition: all 0.3s 0.05s;
    -o-transition: all 0.3s 0.05s;
    -webkit-transition: all 0.3s;
    -webkit-transition-delay: 0.05s;
    transition: all 0.3s 0.05s;
}
.showcase-caption {
    color: #FFF;
    padding: 8px 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    text-shadow: 0px 0px 6px black;
}
/*
.social_btns:hover{
background-position-y:-114px;
}
header nav ul li a:hover{
background-position-y:-28px;
} */
#liveshows {
    min-width: 140px!important;
	cursor:pointer;
}
#liveshows:hover{
	background-position: 0px -28px;
}
#booking {
    background-position: -200px 0px;
    min-width: 100px!important;
}
#booking:hover{
	background-position: -200px -28px;
}
#sendpromo {
        background-position: -356px 0px;
    min-width: 153px!important;
}
#sendpromo:hover{
	background-position: -356px -28px;
}
#facebook { 
    background-position: 1px -77px;
}
#facebook:hover { 
    background-position: 1px -114px;
}

#twitter { 
    background-position: -45px -77px;
}
#twitter:hover { 
    background-position: -45px -114px;
}

#youtube { 
    background-position: -91px -77px;
}
#youtube:hover { 
    background-position: -91px -114px;
}

#instagram{ 
    background-position: -137px -77px;
}
#instagram:hover { 
    background-position: -137px -114px;
}

#soundcloud { 
    background-position: -183px -77px;
}

#soundcloud:hover { 
    background-position: -183px -114px;
}

.fancybox-inner {
    overflow: hidden!important;
}
.copy {
    text-align: right;
	    font-size: 8pt;
}
.copy a{
border:none;
}
.copy img{
    height: 11px;
}
#bit-events td .bit-uiButton {
    background: url("../img/diamond.png") no-repeat 0 0!important;
    border: none!important;
    border-bottom-color: #888;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
	    width: 54px;
    min-height: 43px;
}
#bit-events td .bit-uiButtonDefault a {
    color: white!important;
    border: none!important;
    position: relative;
    top: 8px;
    right: 6px;
}
#live-shows {
    clear: both;
    border-top: 1px solid #ced9e0;
}

/*GALLERY*/
/* line 2, sass/common/_gallery.scss */
.gallery {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin-bottom: 40px;
    margin-bottom: 0;
}
/* line 6, sass/common/_gallery.scss */
.gallery ul {
  overflow: hidden;
  *zoom: 1;
}
.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery li a {
  color: white;
  text-decoration: none;
}
/* line 11, sass/common/_gallery.scss */
.gallery li.tile-1 {
  width: 50%;
  padding: 0 4px 8px 0;
}
/* line 17, sass/common/_gallery.scss */
.gallery li.tile-2 {
  width: 50%;
  padding: 0 0 8px 4px;
}
/* line 22, sass/common/_gallery.scss */
.gallery li.tile-3 {
  width: 30%;
  padding: 0 4px 8px 0;
}
/* line 27, sass/common/_gallery.scss */
.gallery li.tile-4 {
  width: 40%;
  padding: 0 4px 8px 4px;
}
/* line 32, sass/common/_gallery.scss */
.gallery li.tile-5 {
  width: 30%;
  padding: 0 0 8px 4px;
}
/* line 38, sass/common/_gallery.scss */
.gallery li[class^="tile"] {
  height: 198px;
  float: left;
}
/* line 43, sass/common/_gallery.scss */
.gallery li[class^="tile"] .thumb {
  display: table;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-filter: grayscale(10%) sepia(20%);
  filter: grayscale(10%) sepia(20%);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
    border: 0px solid black;
}
/* line 55, sass/common/_gallery.scss */
.gallery li[class^="tile"] .overlay {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  border: 0;
  text-align: center;
  /*background-color: rgba(155, 132, 75, 0.2);*/
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 67, sass/common/_gallery.scss */
.gallery li[class^="tile"] .gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 70%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 70%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 70%);
}
.gallery li[class^="tile"] .top-title{
  font-family: "robotoregular";
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
    margin-top: 0px;
}
.gallery li[class^="tile"] .work-title{
font-family: "robotoregular";
  /*font-weight: bold;*/
  font-size: 14pt;
  /*text-transform: uppercase;*/
}
.gallery li[class^="tile"] .director-name{
  font-family: "roboto_condensed";
  font-size: 10pt;
    font-weight: normal;
	  margin: 0px;
}


/* line 76, sass/common/_gallery.scss */
.gallery li[class^="tile"] h4 {
  font-weight: 600;
}
/* line 78, sass/common/_gallery.scss */
.gallery li[class^="tile"] .top-title,
.gallery li[class^="tile"] .bottom-title,
.gallery li[class^="tile"] .director-name,
.gallery li[class^="tile"] span[class^='icon'] {
  -moz-transition-timing-function: cubic-bezier(0.14, 0.77, 0.73, 0.99);
  -o-transition-timing-function: cubic-bezier(0.14, 0.77, 0.73, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.14, 0.77, 0.73, 0.99);
  transition-timing-function: cubic-bezier(0.14, 0.77, 0.73, 0.99);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
/* line 86, sass/common/_gallery.scss */
.gallery li[class^="tile"] .top-title {
  opacity: 0;
  font-size: 20px;
  font-size: 1.25rem;
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -moz-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition: all 0.3s 0s;
  margin-bottom: 5px;
}
/* line 94, sass/common/_gallery.scss */
.gallery li[class^="tile"] .director-name {
  opacity: 0;
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -moz-transition: all 0.3s 0.05s;
  -o-transition: all 0.3s 0.05s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.05s;
  transition: all 0.3s 0.05s;
}
/* line 100, sass/common/_gallery.scss */
.gallery li[class^="tile"] .work-title {
  font-weight: 100;
}
/* line 104, sass/common/_gallery.scss */
.gallery li[class^="tile"] span[class^='icon'] {
  position: relative;
  opacity: 0;
  font-size: 45px;
  color: #f2f2f2;
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s 0.1s;
}

/* line 113, sass/common/_gallery.scss */
.gallery li[class^="tile"] .bottom-title {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(219, 201, 155, 0.7);
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -moz-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.5s 0.3s;
}
/* line 124, sass/common/_gallery.scss */
.gallery li[class^="tile"]:hover .thumb, .gallery li[class^="tile"].video-playing .thumb {
  /*border: 5px solid #9b844b;*/
  border: 5px solid #000;
}
/* line 127, sass/common/_gallery.scss */
.gallery li[class^="tile"]:hover .overlay, .gallery li[class^="tile"].video-playing .overlay {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color:rgba(72,99,112,0.5);
}
/* line 131, sass/common/_gallery.scss */
.gallery li[class^="tile"]:hover .top-title, .gallery li[class^="tile"].video-playing .top-title {
  opacity: 1;
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -moz-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.4s 0.2s;
}
/* line 137, sass/common/_gallery.scss */
.gallery li[class^="tile"]:hover .director-name, .gallery li[class^="tile"].video-playing .director-name {
  opacity: 1;
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -moz-transition: all 0.4s 0.23s;
  -o-transition: all 0.4s 0.23s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.23s;
  transition: all 0.4s 0.23s;
}
/* line 143, sass/common/_gallery.scss */
.gallery li[class^="tile"]:hover span[class^='icon'], .gallery li[class^="tile"].video-playing span[class^='icon'] {
  opacity: 1;
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -moz-transition: all 0.4s 0.26s;
  -o-transition: all 0.4s 0.26s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.26s;
  transition: all 0.4s 0.26s;
}
/* line 149, sass/common/_gallery.scss */
.gallery li[class^="tile"]:hover .bottom-title, .gallery li[class^="tile"].video-playing .bottom-title {
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition: all 0.4s 0s;
  -o-transition: all 0.4s 0s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0s;
  transition: all 0.4s 0s;
}
@media (max-width: 64em) {
  /* line 38, sass/common/_gallery.scss */
  .gallery li[class^="tile"] {
    width: 50%;
    height: 210px !important;
  }
  /* line 161, sass/common/_gallery.scss */
  .gallery li[class^="tile"]:nth-child(odd) {
    padding: 0 4px 8px 0;
  }
  /* line 163, sass/common/_gallery.scss */
  .gallery li[class^="tile"]:nth-child(even) {
    padding: 0 0 8px 4px;
  }
  /* line 165, sass/common/_gallery.scss */
  .gallery li[class^="tile"] .overlay {
    vertical-align: bottom;
    padding-bottom: 20px;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 70%);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 70%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 70%);
  }
  /* line 171, sass/common/_gallery.scss */
  .gallery li[class^="tile"] .top-title,
  .gallery li[class^="tile"] .director-name,
  .gallery li[class^="tile"] .work-title {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  /* line 178, sass/common/_gallery.scss */
  .gallery li[class^="tile"] .top-title {
    margin-bottom: 0;
  }
  /* line 182, sass/common/_gallery.scss */
  .gallery li[class^="tile"] .bottom-title,
  .gallery li[class^="tile"] .icon-carret-right {
    opacity: 0;
    display: none;
  }
  /* line 189, sass/common/_gallery.scss */
  .gallery li[class^="tile"]:hover .overlay {
    border: none;
    background-color: transparent;
  }
}
@media (max-width: 42em) {
  /* line 38, sass/common/_gallery.scss */
  .gallery li[class^="tile"] {
    width: 100%;
    height: 200px !important;
    padding: 0 0 14px 0 !important;
  }
  /* line 203, sass/common/_gallery.scss */
  .gallery li[class^="tile"] .top-title, .gallery li[class^="tile"] .bottom-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}




#content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  transition-delay: 350ms;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
#content section.intro {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
#content section.intro:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 540px) {
  #content section.intro {
    margin-bottom: 1em;
  }
}
#content section.intro h1 {
  font-size: 8em;
  border-top: 2px solid #fff;
  letter-spacing: -0.05em;
  margin-top: 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 540px) {
  #content section.intro h1 {
    font-size: 4em;
    line-height: 1.2em;
    padding-top: 0.4em;
  }
}
#content section.intro h1 span.nl {
  display: none;
}
@media screen and (max-width: 540px) {
  #content section.intro h1 span.nl {
    display: block;
  }
}
#content section.intro p {
  font-size: 2.0em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
#content section.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 5em;
}
#content section.row:after {
  content: "";
  display: table;
  clear: both;
}
#content section.row h2 {
  text-transform: uppercase;
  font-size: 1.0em;
  font-weight: bold;
  color: #e85151;
  margin-bottom: 0.05em;
}
#content section.row p {
  font-size: 1.2em;
  line-height: 1.6em;
}
#content section.row .col, #content section.row .col-full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border-top: 2px solid #ced9e0;
  padding-top: 1em;
  padding-bottom: 3em;
}
#content section.row .col:last-child, #content section.row .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  #content section.row .col, #content section.row .col-full {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #content section.row .col:last-child, #content section.row .col-full:last-child {
    margin-right: 0;
  }
}
#content section.row .col-full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
#content section.row .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  #content section.row .col-full {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #content section.row .col-full:last-child {
    margin-right: 0;
  }
}
#content .photo-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#content .photo-grid a {
  margin-bottom: 20px;
  border: none;
  text-decoration: none;
}
#content .photo-grid a.col-1 {
  width: 100%;
}
#content .photo-grid a.col-2 {
  width: 49%;
  width: calc(50% - 12px);
}
#content .photo-grid a.col-3 {
  width: 32%;
  width: calc(33.33333% - 16px);
}
@media screen and (max-width: 540px) {
  #content .photo-grid a {
    margin-bottom: 10px;
  }
  #content .photo-grid a.col-2 {
    width: 49%;
    width: calc(50% - 7px);
  }
}

.loaded header {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.loaded #content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
