/* Fred Rocha */
footer {
  padding: 40px;
  text-align: center;
  background-color: white;
}


.lte-ie9 .home-navigation a:before {
  display: none;
}

@-webkit-keyframes header-fixed {
  0% {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    background: #ffffff;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    background: #ffffff;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes header-fixed {
  0% {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    background: #ffffff;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes header-fixed {
  0% {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    background: #ffffff;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes header-to-light {
  0% {
    background: #ffffff;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes header-to-light {
  0% {
    background: #ffffff;
  }
  100% {
    background: transparent;
  }
}
@-o-keyframes header-to-light {
  0% {
    background: #ffffff;
  }
  100% {
    background: transparent;
  }
}
@keyframes header-to-light {
  0% {
    background: #ffffff;
  }
  100% {
    background: transparent;
  }
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.is-hidden {
  display: none !important;
  opacity: 0;
  z-index: -1;
}

.is-visible {
  opacity: 1;
  z-index: 2;
}

.is-showreel-visible {
  opacity: 1;
  z-index: 20;
}

@font-face {
  font-family: 'futura-bold';
  src: url("../fonts/futura-bold/futura-bold.eot");
  src: url("../fonts/futura-bold/futura-bold?#iefix") format("embedded-opentype"), url("../fonts/futura-bold/futura-bold.svg#futura-bold") format("svg"), url("../fonts/futura-bold/futura-bold.woff") format("woff"), url("../fonts/futura-bold/futura-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'futura-medium';
  src: url("../fonts/futura-medium/futura-medium.eot");
  src: url("../fonts/futura-medium/futura-medium?#iefix") format("embedded-opentype"), url("../fonts/futura-medium/futura-medium.svg#futura-medium") format("svg"), url("../fonts/futura-medium/futura-medium.woff") format("woff"), url("../fonts/futura-medium/futura-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'geometric-706-black-bt';
  src: url("../fonts/geometric-706-black-bt/geometric-706-black-bt.eot");
  src: url("../fonts/geometric-706-black-bt/geometric-706-black-bt?#iefix") format("embedded-opentype"), url("../fonts/geometric-706-black-bt/geometric-706-black-bt.svg#geometric-706-black-bt") format("svg"), url("../fonts/geometric-706-black-bt/geometric-706-black-bt.woff") format("woff"), url("../fonts/geometric-706-black-bt/geometric-706-black-bt.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'geometric-706-medium-bt';
  src: url("../fonts/geometric-706-medium-bt/geometric-706-medium-bt.eot");
  src: url("../fonts/geometric-706-medium-bt/geometric-706-medium-bt.eot?#iefix") format("embedded-opentype"), url("../fonts/geometric-706-medium-bt/geometric-706-medium-bt.svg#geometric-706-medium-bt") format("svg"), url("../fonts/geometric-706-medium-bt/geometric-706-medium-bt.woff") format("woff"), url("../fonts/geometric-706-medium-bt/geometric-706-medium-bt.ttf") format("truetype"), url("../fonts/geometric-706-medium-bt/geometric-706-medium-bt.svg#geometric-706-medium-bt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geometric-231-bold-bt';
  src: url("../fonts/geometric-231-bold-bt/geometric-231-bold-bt.eot");
  src: url("../fonts/geometric-231-bold-bt/geometric-231-bold-bt?#iefix") format("embedded-opentype"), url("../fonts/geometric-231-bold-bt/geometric-231-bold-bt.svg#geometric-231-bold-bt") format("svg"), url("../fonts/geometric-231-bold-bt/geometric-231-bold-bt.woff") format("woff"), url("../fonts/geometric-231-bold-bt/geometric-231-bold-bt.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-family: geometric-706-medium-bt, sans-serif;
  line-height: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: geometric-706-black-bt, sans-serif;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-size: 4rem;
  margin: 0;
  padding-bottom: 45px;
  letter-spacing: 8px;
  text-align: center;
  text-indent: 8px;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  /*font-family: futura-bold, sans-serif;*/
  margin-bottom: 20px;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: futura-medium, sans-serif;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: geometric-706-medium-bt, sans-serif;
  line-height: 19px;
}

.subscribe-title {
  padding-top: 60px;
  line-height: 60px;
}

::selection {
  background: #ffff95;
  color: #333333;
  text-shadow: none;
}

*:focus {
  outline: none;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #333333;
  font-family: futura-medium, sans-serif;
  text-decoration: underline;
}
a:hover {
  color: #8c8c8c;
}

button {
  background: none;
  border: none;
}

.social-media {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  font-size: 1.8rem;
  margin: 10px 5px;
  text-decoration: none;
}

input,
textarea {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  padding: 10px;
}
input + label + .form-alert-icon,
textarea + label + .form-alert-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
input + label + .form-alert-icon:before,
textarea + label + .form-alert-icon:before {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "\e60a";
  font-size: 15px;
  font-size: 1.5rem;
  opacity: 0;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(226, 227, 228, 0.85);
  box-shadow: 0px 0px 7px 2px rgba(226, 227, 228, 0.85);
  outline: 0;
}
input:focus:invalid,
textarea:focus:invalid {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(226, 227, 228, 0.85);
  box-shadow: 0px 0px 7px 2px rgba(226, 227, 228, 0.85);
}
input.name-input,
textarea.name-input {
  background: #ffff95;
}
input.name-input:focus,
textarea.name-input:focus {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 149, 0.85);
  box-shadow: 0px 0px 7px 2px rgba(255, 255, 149, 0.85);
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:valid + label,
textarea:valid + label {
  opacity: 0;
}
input.instant-validation:invalid + label + .form-alert-icon:before,
textarea.instant-validation:invalid + label + .form-alert-icon:before {
  content: "\e60b";
  opacity: 1;
}
input.instant-validation:valid + label + .form-alert-icon:before,
textarea.instant-validation:valid + label + .form-alert-icon:before {
  content: "\e605";
  opacity: 1;
}
input.is-dirty:invalid + label + .form-alert-icon + .form-alert,
textarea.is-dirty:invalid + label + .form-alert-icon + .form-alert {
  border-color: #ffffff;
  color: #ffffff;
  display: block;
}
input.is-dirty:valid + label + .form-alert-icon + .form-alert,
textarea.is-dirty:valid + label + .form-alert-icon + .form-alert {
  display: none;
}
input[type=submit],
textarea[type=submit] {
  background: none;
}
input[type=submit]:hover,
textarea[type=submit]:hover {
  color: #bfbfbf;
}
input[type=submit]:focus,
textarea[type=submit]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #CC6563;
  outline: 0;
}

label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea {
  height: 125px;
}

.contact-input-container {
  position: relative;
}

.contact-input-base {
  color: #333333;
  display: block;
  font-family: futura-bold, sans-serif;
  margin-top: 15px;
  padding: 10px;
  width: 100%;
}
.contact-input-base + label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.contact-input-base:focus + label {
  opacity: 0;
}

.contact-input {
  height: 60px;
}

.form-alert,
.contact-content #mc_embed_signup div.mce_inline_error {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
  display: none;
  margin-top: 10px;
  padding: 10px 5px;
  text-align: center;
}
.form-alert.is-empty,
.contact-content #mc_embed_signup div.mce_inline_error.is-empty {
  display: block;
}

input[placeholder]::-webkit-input-placeholder {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

[placeholder]::-webkit-input-placeholder {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  color: #333333;
  font-family: futura-bold, sans-serif;
  opacity: 1;
  text-indent: 0;
  text-transform: uppercase;
}

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
}

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

html, body, .content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

body {
  position: relative;
}
body:after {
  display: none;
  content: 'mobile';
}
@media screen and (min-width: 768px) {
  body:after {
    content: 'tablet';
  }
}
@media screen and (min-width: 1024px) {
  body:after {
    content: 'desktop';
  }
}
@media screen and (min-width: 1280px) {
  body:after {
    content: 'large-screen';
  }
}

main {
  position: relative;
  z-index: 2;
}

.content-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-container {
    max-width: 740px;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .content-container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .content-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .content-container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1824px) {
  .content-container {
    max-width: 1280px;
  }
}

.vertical-section-spacing, .gallery-navigation, .about, .contact {
  padding: 35px 0 75px 0;
}
@media screen and (min-width: 650px) {
  .vertical-section-spacing, .gallery-navigation, .about, .contact {
    padding: 50px 0 85px 0;
  }
}
@media screen and (min-width: 768px) {
  .vertical-section-spacing, .gallery-navigation, .about, .contact {
    padding: 65px 0 105px 0;
  }
}
@media screen and (min-width: 1024px) {
  .vertical-section-spacing, .gallery-navigation, .about, .contact {
    padding: 95px 0 135px 0;
  }
}
@media screen and (min-width: 1280px) {
  .vertical-section-spacing, .gallery-navigation, .about, .contact {
    padding: 115px 0 155px 0;
  }
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

.flat-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.awards-list li {
  display: block;
  text-align: center;
}
.awards-list span {
  font-family: geometric-706-black-bt, sans-serif;
}

@font-face {
  font-family: 'iconset-jorge-portfolio';
  src: url("../fonts/iconset-jorge-portfolio/iconset-jorge-portfolio.eot");
  src: url("../fonts/iconset-jorge-portfolio/iconset-jorge-portfolio.eot") format("embedded-opentype"), url("../fonts/iconset-jorge-portfolio/iconset-jorge-portfolio.woff") format("woff"), url("../fonts/iconset-jorge-portfolio/iconset-jorge-portfolio.ttf") format("truetype"), url("../fonts/iconset-jorge-portfolio/iconset-jorge-portfolio.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'iconset-jorge-portfolio';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-soundcloud:before {
  content: "\e600";
}

.icon-loudspeaker:before {
  content: "\e601";
}

.icon-play-video:before {
  content: "\e602";
}

.icon-play:before {
  content: "\e603";
}

.icon-close:before {
  content: "\e604";
}

.icon-checkmark:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-vimeo:before {
  content: "\e608";
}

.icon-linkedin:before {
  content: "\e609";
}

.icon-pause:before {
  content: "\e60a";
}

.icon-alert:before {
  content: "\e60b";
}

.icon-menu:before {
  content: "\e60c";
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* contact-form component */
.contact-form-feedback {
  display: none;
  margin-top: 10px;
  padding: 10px 5px;
  text-align: center;
}
.contact-form-feedback.is-successful {
  border: 1px solid green;
  color: green;
  display: block;
}
.contact-form-feedback.is-successful:before {
  content: "Successfully sent";
}
.contact-form-feedback.is-failed {
  border: 1px solid #CC6563;
  color: #CC6563;
  display: block;
}
.contact-form-feedback.is-failed:before {
  content: "Please fill in correctly all the stated fields.";
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* footer component */
.lte-ie9 .home-navigation a:before {
  display: none;
}

/* gallery-navigation component */
.gallery-navigation {
  background: #ffffff;
  position: relative;
}
.gallery-navigation:before, .gallery-navigation:after {
  content: " ";
  display: table;
}
.gallery-navigation:after {
  clear: both;
}

.tile-container {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 0;
  position: relative;
  width: 100%;
}
.tile-container:before, .tile-container:after {
  content: " ";
  display: table;
}
.tile-container:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .tile-container {
    margin: 0 auto;
    max-width: 490px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tile-container {
    margin: 0 auto;
    max-width: 740px;
  }
}
@media screen and (min-width: 1280px) {
  .tile-container {
    margin: 0 auto;
    max-width: 985px;
  }
}
@media screen and (min-width: 1824px) {
  .tile-container {
    max-width: 1225px;
  }
}

.video-display {
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tile, .tile-highlight .inner-tile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 230px;
  position: relative;
  height: 230px;
  margin: 15px auto;
  overflow: hidden;
  vertical-align: top;
  min-width: 230px;
  width: 230px;
}
@media screen and (min-width: 480px) {
  .tile, .tile-highlight .inner-tile {
    display: inline-block;
    margin: 7.5px;
  }
}
.tile p, .tile-highlight .inner-tile p {
  display: inline-block;
  font-family: futura-medium, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  /*letter-spacing: 1px;*/
  margin: 0;
  max-width:160px;
  line-height:120%;
}
.tile dd, .tile-highlight .inner-tile dd, .tile dt, .tile-highlight .inner-tile dt {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  vertical-align: top;
}
.tile dt, .tile-highlight .inner-tile dt {
  font-family: futura-bold, sans-serif;
  margin-bottom: 10px;
  width: 35%;
}
.tile dd, .tile-highlight .inner-tile dd {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
  font-family: futura-medium, sans-serif;
  margin-left: 0;
  width: 60%;
}

.play-button {
  background: none;
  border: none;
  bottom: 20px;
  color: inherit;
  cursor: pointer;
  padding: 0;
  position: absolute;
  height: 50px;
  right: 20px;
  width: 50px;
}

.close-button {
  background: none;
  border: none;
  color: #ffff95;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 21;
}

time {
  font-family: futura-medium, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dark-tile {
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #000000;
  color: #ffffff;
}
.dark-tile:hover {
  -webkit-box-shadow: inset 0 0 12px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 12px 0px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
}

.light-tile {
  background: #e2e3e4;
  color: #333333;
}

.yellow-tile {
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #ffff95;
  color: #333333;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  margin: 30px 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-item,
iframe,
embed,
object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.more-gallery-navigation {
  font-size: 25px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* header component */
header {
  background: #ffffff;
  position: absolute;
  max-height: 95px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header.header-fixed {
  -webkit-box-shadow: 0 2px 20px 2px rgba(51, 51, 51, 0.08);
  box-shadow: 0 2px 20px 2px rgba(51, 51, 51, 0.08);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
header.header-fixed h1, header.header-fixed a {
  color: #333333;
}
header .header-content {
  padding: 10px 0 5px 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 960px) {
  header .header-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 30px 0 0 0;
    position: relative;
    text-align: justify;
  }
  header .header-content:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 1024px) {
  header .header-content {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  header .header-content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1824px) {
  header .header-content {
    max-width: 1280px;
  }
}
header h1 {
  color: #333333;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  header h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 480px) {
  header .surname:after {
    content: "amirez";
  }
}
header .tagline {
  display: block;
  font-family: geometric-231-bold-bt, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2.5px;
}
@media screen and (min-width: 960px) {
  header .tagline {
    margin-top: 5px;
  }
}
header nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13.5px;
  font-size: 1.35rem;
  background: #ffff95;
  position: absolute;
  height: 60px;
  overflow: hidden;
  left: 0;
  top: 59px;
  width: 100%;
}
header nav.is-open {
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15);
  height: 215px;
  top: 64px;
}
@media screen and (min-width: 960px) {
  header nav {
    display: inline-block;
    background: none;
    position: relative;
    overflow: auto;
    height: auto;
    left: auto;
    top: auto;
    width: auto;
    vertical-align: middle;
  }
}
header nav .menu-btn {
  font-size: 34px;
  font-size: 3.4rem;
  padding: 0 20px;
  margin-top: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  header nav .menu-btn {
    display: none;
  }
}
header nav a {
  color: #333333;
  display: block;
  margin: 10px 0;
  font-family: geometric-706-black-bt, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 960px) {
  header nav a {
    -webkit-transition: border-bottom 0.25s ease;
    transition: border-bottom 0.25s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 10px;
  }
  header nav a:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  header nav a {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1280px) {
  header nav a {
    margin: 0 25px;
  }
}
header nav a:hover, header nav a:focus, header nav a.is-highlighted {
  color: #8c8c8c;
}
@media screen and (min-width: 960px) {
  header nav a:hover, header nav a:focus, header nav a.is-highlighted {
    color: #333333;
    border-bottom: 2px solid #333333;
  }
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* showreel component */
.showreel {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 85%;
  z-index: 4;
}
.showreel:before {
  content: "";
}
@media screen and (min-width: 768px) {
  .showreel {
    width: 100%;
  }
}
.showreel .showreel-line {
  background: #ffffff;
  height: 1px;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
.showreel .yellow-vertical-rectangle, .showreel .showreel-line-1:before, .showreel .showreel-line-1:after, .showreel .showreel-line-2:before, .showreel .showreel-line-3:before, .showreel .showreel-line-4:before, .showreel .showreel-line-4:after, .showreel .showreel-line-5:before, .showreel .showreel-line-5:after {
  content: "";
  background: #ffff95;
  position: absolute;
  height: 80px;
  position: absolute;
  width: 15px;
}
@media screen and (min-width: 480px) {
  .showreel .yellow-vertical-rectangle, .showreel .showreel-line-1:before, .showreel .showreel-line-1:after, .showreel .showreel-line-2:before, .showreel .showreel-line-3:before, .showreel .showreel-line-4:before, .showreel .showreel-line-4:after, .showreel .showreel-line-5:before, .showreel .showreel-line-5:after {
    width: 25px;
  }
}
.showreel .showreel-line-1:before, .showreel .showreel-line-1:after {
  bottom: -35px;
}
.showreel .showreel-line-1:before {
  left: 90%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-1:before {
    left: 660px;
  }
}
@media screen and (min-width: 960px) {
  .showreel .showreel-line-1:before {
    left: 830px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-1:before {
    left: 160px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-1:before {
    left: 300px;
  }
}
.showreel .showreel-line-1:after {
  left: 25%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-1:after {
    left: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-1:after {
    left: 205px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-1:after {
    left: 335px;
  }
}
.showreel .showreel-line-2:before {
  bottom: 0;
  left: 17%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-2:before {
    left: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-2:before {
    left: 890px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-2:before {
    left: 1085px;
  }
}
.showreel .showreel-line-3:before {
  bottom: 0;
  left: 55%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-3:before {
    left: 480px;
  }
}
@media screen and (min-width: 960px) {
  .showreel .showreel-line-3:before {
    left: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-3:before {
    left: 640px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-3:before {
    left: 800px;
  }
}
.showreel .showreel-line-4:before {
  bottom: 0;
  left: 65%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-4:before {
    left: 525px;
  }
}
@media screen and (min-width: 960px) {
  .showreel .showreel-line-4:before {
    left: 635px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-4:before {
    left: 690px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-4:before {
    left: 850px;
  }
}
.showreel .showreel-line-4:after {
  bottom: -35px;
  left: 80%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-4:after {
    left: 620px;
  }
}
@media screen and (min-width: 960px) {
  .showreel .showreel-line-4:after {
    left: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-4:after {
    left: 830px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-4:after {
    left: 1020px;
  }
}
.showreel .showreel-line-5:before, .showreel .showreel-line-5:after {
  bottom: 0;
}
.showreel .showreel-line-5:before {
  left: 28%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-5:before {
    left: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-5:before {
    left: 100px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-5:before {
    left: 170px;
  }
}
.showreel .showreel-line-5:after {
  left: 5%;
}
@media screen and (min-width: 768px) {
  .showreel .showreel-line-5:after {
    left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .showreel .showreel-line-5:after {
    left: 225px;
  }
}
@media screen and (min-width: 1824px) {
  .showreel .showreel-line-5:after {
    left: 355px;
  }
}
.showreel .showreel-link {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-family: geometric-706-black-bt, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px 35px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.showreel .showreel-video {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.fullscreen-shadow {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background: #000;
  background: -moz-radial-gradient(center, ellipse cover, #000 10%, transparent 200%);
  background: -webkit-gradient(radial, center, center, color-stop(10%, #000), color-stop(200%, transparent));
  background: -webkit-radial-gradient(center, ellipse cover, #000 10%, transparent 200%);
  background: -o-radial-gradient(center, ellipse cover, #000 10%, transparent 200%);
  background: -ms-radial-gradient(center, ellipse cover, #000 10%, transparent 200%);
  background: radial-gradient(ellipse at center, #000 10%, transparent 200%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* tile-audio component */
audio {
  display: none;
}

.tile-audio {
  padding: 20px;
  overflow: auto;
}
.tile-audio p {
  line-height: normal;
}

.audio-timeline {
  background: transparent;
  bottom: 25px;
  height: 40px;
  left: 60px;
  opacity: 0;
  position: absolute;
  width: 150px;
  z-index: -1;
}
.audio-timeline:before {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: rgba(51, 51, 51, 0.1);
  content: "";
  height: 1px;
  top: 50%;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 150px;
  z-index: 1;
}
.audio-timeline.is-opaque {
  opacity: 1;
  z-index: 1;
}
.audio-timeline.is-opaque:before {
  opacity: 1;
}
.audio-timeline.is-opaque .audio-playhead {
  z-index: 2;
}

.audio-timeline-is-playing {
  left: 8px;
  right: auto;
}

.audio-playhead {
  bottom: -10px;
  margin-top: 1px;
  height: 20px;
  background: #333333;
  position: relative;
  width: 7px;
  z-index: -1;
}

.audio-button:before {
  font-size: 25px;
  font-size: 2.5rem;
  color: #003333;
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* tile-highlight component */
.tile-highlight:before {
  background: #ffff95 url("../images/highlighted.jpg") center center no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .tile-highlight:before {
    background: #ffff95 url("../images/highlighted.jpg") center center no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 480px) {
  .tile-highlight {
    width: 452.5px;
    height: 452.5px;
  }
}
@media screen and (min-width: 530px) {
  .tile-highlight {
    width: 474.5px;
    height: 474.5px;
  }
}
.tile-highlight .inner-tile {
  background: #ffff95;
  position: absolute;
  margin: 0;
  left: 0;
  padding: 20px;
  top: 0;
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* tile-video component */
.tile-video {
  padding: 20px;
}
.tile-video:hover {
  -webkit-box-shadow: inset 0 0 12px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 12px 0px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

.tile-video-hover-clip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.icon-play-video:before {
  color: inherit;
  font-size: 50px;
  font-size: 5rem;
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

/* video-display component */
.video-display dl {
  margin: 0;
}
.video-display dl:before, .video-display dl:after {
  content: " ";
  display: table;
}
.video-display dl:after {
  clear: both;
}
.video-display dd, .video-display dt {
  display: inline-block;
  float: left;
  width: 50%;
}
.video-display dt {
  clear: left;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
.video-display dd {
  padding-left: 10px;
  margin-left: 0;
  text-align: left;
}

.display-client:before {
  content: 'Client: ';
  font-family: futura-bold, sans-serif;
}

.display-agency:before {
  content: 'Agency: ';
  font-family: futura-bold, sans-serif;
}

.lte-ie9 .home-navigation a:before {
  display: none;
}

.home-image {
  -webkit-background-size: cover;
  background-size: cover;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
  padding: 95px 0 0 0;
  width: 100%;
}

.home-image ul{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.home-image li{
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.home-image li.curr_item{
  display: block!important;
  opacity: 1;
}

.home-image img{
  width: 100%;
  height: 100%;
  position: relative;
}

#contact{
  position: relative;
}
.contact-image {
  -webkit-background-size: cover;
  background-size: cover;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
  padding: 95px 0 0 0;
  width: 100%;
}

.contact-image ul{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.contact-image li{
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  background-size: cover;
}

.contact-image li.curr_item{
  display: block!important;
  opacity: 1;
}

.contact-image img{
  width: 100%;
  position: relative;
}



.image-placeholder {
  /*padding-top: 730px;*/
  height: 100%;
}

.landing-image-on-scroll {
  position: fixed;
  top: 0;
  padding: 95px 0 0 0;
  z-index: 1;
}

.test-about-lowercase-for-jorge {
  font-family: geometric-706-medium-bt, sans-serif !important;
  text-transform: initial !important;
  font-weight: initial !important;
}

.about {
  background: #fcc89a;
}
.about p {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (min-width: 650px) {
  .about p {
    width: 80%;
  }
}
.about section:first-of-type {
  margin: 0 0 40px 0;
}

.about-slogan,
.about-section-title {
  display: block;
  font-family: geometric-706-black-bt, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.about-slogan {
  font-size: 20px;
  font-size: 2rem;
}

.about-section-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  margin: 25px 0;
}

.about-content {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.contact {
  -webkit-background-size: cover;
  background-size: cover;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 85px;
}

.contact-content {
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
}
.contact-content .contact-input-container:first-child input {
  background: #ffff95;
}

.contact-info {
  margin: 0 auto;
  text-align: center;
  width: 320px;
}
.contact-info li {
  letter-spacing: 1px;
}
.contact-info a {
  line-height: 16px;
}

.contact-image{padding:0 !important;}

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