@font-face {
  font-family: 'Platform Web';
  src: url('fonts/Platform-Bold-Web.eot');
  src: url('fonts/Platform-Bold-Web.eot?#iefix') format('embedded-opentype'), url('fonts/Platform-Bold-Web.woff') format('woff'), url('fonts/Platform-Bold-Web.ttf') format('truetype'), url('fonts/Platform-Bold-Web.svg#Platform Web') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Apercu Regular';
  src: url('fonts/apercu_regular.eot');
  src: url('fonts/apercu_regular.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_regular.woff2') format('woff2'), url('fonts/apercu_regular.woff') format('woff'), url('fonts/apercu_regular.ttf') format('truetype'), url('fonts/apercu_regular.svg#Platform Web') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Apercu Bold';
  src: url('fonts/apercu_bold.eot');
  src: url('fonts/apercu_bold.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_bold.woff2') format('woff2'), url('fonts/apercu_bold.woff') format('woff'), url('fonts/apercu_bold.ttf') format('truetype'), url('fonts/apercu_bold.svg#Platform Web') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'redhot-icons';
  src: url('fonts/redhot-icons.eot?57lo75');
  src: url('fonts/redhot-icons.eot?57lo75#iefix') format('embedded-opentype'), url('fonts/redhot-icons.ttf?57lo75') format('truetype'), url('fonts/redhot-icons.woff?57lo75') format('woff'), url('fonts/redhot-icons.svg?57lo75#redhot-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'redhot-icons' !important;
  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-facebook:before {
  content: "\e607";
}
.icon-twitter:before {
  content: "\e612";
}
.icon-instagram:before {
  content: "\e61e";
}
.icon-youtube:before {
  content: "\e60e";
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Grids! */
.container {
  margin-right: auto;
  margin-left: auto;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col {
  position: relative;
  float: left;
  box-sizing: border-box;
}
.col-right {
  float: right;
  box-sizing: border-box;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
  .sm-col {
    position: relative;
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66667%;
  }
  .sm-col-12 {
    width: 100%;
  }
  .sm-col-pull-5 {
    right: 41.66667%;
  }
  .sm-col-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 992px) {
  .md-col {
    position: relative;
    float: left;
    box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66667%;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lg-col {
    position: relative;
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.33333%;
  }
  .lg-col-2 {
    width: 16.66667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.platform {
  font-family: 'Platform Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.no-border {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*-----Base-----*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/vendor/boxsizing.htc);
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #ffffff;
  font-family: 'Apercu Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #040505;
  font-size: 14px;
  line-height: 21px;
}
p {
  margin: 0 0 20px;
}
p.hero {
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
}
p.big {
  margin: 30px 0 0;
  font-size: 24px;
  line-height: 30px;
  color: #999999;
}
ul {
  list-style: none;
  margin: 0;
}
img {
  max-width: none;
}
::-moz-selection {
  color: #ffffff;
  background: #ec0044;
}
::selection {
  color: #ffffff;
  background: #ec0044;
}
/*-----Typography-----*/
h1 {
  margin: 20px 0;
  font-family: 'Platform Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
}
h1.hero-title {
  text-align: center;
  margin: 30px 0;
  color: #ec0044;
}
h2 {
  margin: 0 0 20px;
  font-family: 'Apercu Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #040505;
}
h2:after {
  content: '';
  display: block;
  margin: 15px 0;
  width: 25px;
  height: 1px;
  background: #040505;
}
h3 {
  margin: 30px 0 20px;
  font-family: 'Platform Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #ec0044;
}
h4 {
  margin: 0;
  font-family: 'Platform Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #999999;
}
.hidden-xs {
  display: none;
}
.red {
  color: #ec0044;
}
/*----- Scaffolding -----*/
#main {
  padding-top: 80px;
}
#content {
  margin: 0 10px;
}
/*----- Header -----*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}
#header .logo {
  display: block;
  position: relative;
  margin: 15px;
  width: 50px;
  height: 50px;
}
#header .logo:hover {
  -webkit-animation: pulse 800ms 0s ease;
  -moz-animation: pulse 800ms 0s ease;
  -ms-animation: pulse 800ms 0s ease;
  animation: pulse 800ms 0s ease;
}
#header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(1.1);
  }
  50% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#main-nav {
  display: none;
  background: #ec0044;
  text-align: center;
}
#main-nav ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
#main-nav ul li a,
#main-nav ul li input {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-family: 'Apercu Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}
#main-nav ul li.search form {
  margin: 0 30px;
}
#main-nav ul li.search input {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  text-transform: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
}
#main-nav ul li.search input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #ff86a9;
}
#main-nav ul li.search input:-moz-placeholder {
  text-transform: uppercase;
  color: #ff86a9;
}
#main-nav ul li.search input::-moz-placeholder {
  text-transform: uppercase;
  color: #ff86a9;
}
#main-nav ul li.search input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #ff86a9;
}
#main-nav ul li.search button {
  display: none;
}
.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}
.menu-toggle .toggle-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 25px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-toggle .toggle-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #ec0044;
  opacity: 1;
  left: 0;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-toggle .toggle-btn span:nth-child(1) {
  top: 6px;
}
.menu-toggle .toggle-btn span:nth-child(2),
.menu-toggle .toggle-btn span:nth-child(3) {
  top: 13px;
}
.menu-toggle .toggle-btn span:nth-child(4) {
  top: 20px;
}
.menu-toggle .toggle-btn.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.menu-toggle .toggle-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle .toggle-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle .toggle-btn.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
/*----- Footer ----- */
#footer {
  position: relative;
  background: #ec0044;
  color: #ffffff;
  overflow: hidden;
  z-index: 2;
}
#footer .footer-content {
  padding: 30px 0;
}
#footer a.logo {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
#footer a.logo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#footer a.logo img.default {
  visibility: visible;
  top: 0;
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#footer a.logo img.top {
  visibility: hidden;
  top: 80%;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.6);
}
#footer a.logo:hover img.default {
  visibility: hidden;
  top: -80%;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.6);
}
#footer a.logo:hover img.top {
  visibility: visible;
  top: 0;
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#footer h1 {
  color: #ffffff;
  text-align: center;
}
#footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#footer .footer-links .social {
  margin-bottom: 10px;
}
#footer .footer-links .social a {
  display: inline-block;
  margin: 0 4px;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: normal;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#footer .footer-links .social a span {
  line-height: 28px;
}
#footer .footer-links .social a:hover {
  background: #ffffff;
  color: #ec0044;
}
#footer .footer-links li {
  margin: 10px 8px;
  display: inline-block;
}
#footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0;
}
/*----- Sections ----- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-initialized .slick-track {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.section-header {
  background: #ec0044;
  color: #ffffff;
  padding: 30px 10px;
}
.section-header h1 {
  margin: 10px 0 0;
}
#hero-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.section-block {
  margin: 40px 0;
}
.section-block .section-title h1 {
  color: #ec0044;
  margin: 0 0 20px;
}
.section-block .section-content {
  position: relative;
}
.section-block .section-content .max-width-video-wrapper {
  margin-bottom: 20px;
}
.section-block .section-content img {
  display: block;
  margin-bottom: 20px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.section-block .section-content ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  list-style: disc;
}
.section-block .section-content a {
  display: inline-block;
  color: #ec0044;
  text-decoration: none;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.section-block .section-content a:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.section-block .section-content a:hover {
  color: #040505;
}
.section-block .section-content a:hover:after {
  width: 100%;
  background: #040505;
}
.section-block .section-content dl {
  margin: 0 0 20px;
}
.section-block .section-content dl dt {
  font-family: 'Apercu Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.section-block .section-content dl dd {
  margin: 0;
}
.gallery ul.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.gallery ul.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.gallery ul.slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  background: #ffffff;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery ul.slick-dots li.slick-active button {
  background: #ec0044;
}
.gallery .slide {
  outline: none;
}
.gallery .slide a {
  display: block;
}
.gallery .slide a:after {
  display: none;
}
.gallery .slide .caption {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0 10%;
  z-index: 2;
}
.gallery.multi-gallery {
  margin: 20px 30px;
}
.gallery.multi-gallery .slide {
  padding: 0 5px;
}
.gallery.multi-gallery .slide .caption {
  display: none;
}
.gallery.multi-gallery .gallery-prev,
.gallery.multi-gallery .gallery-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.gallery.multi-gallery .gallery-prev img,
.gallery.multi-gallery .gallery-next img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
.gallery.multi-gallery .gallery-prev {
  left: -30px;
}
.gallery.multi-gallery .gallery-next {
  right: -30px;
}
#home-slider {
  position: relative;
  background: #ec0044;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home-slider .slick-track,
#home-slider .slick-list {
  height: 100%;
}
#home-slider .slide {
  position: relative;
  height: 100%;
  outline: none;
}
#home-slider .slide .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
#home-slider .slide .caption {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background: #040505;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  left: 0;
  width: 100%;
  font-family: 'Apercu Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  z-index: 2;
}
#home-slider .slide .caption.white {
  color: #ffffff;
}
#home-slider .slide .caption.red {
  color: #ec0044;
}
#home-slider .slide .caption span {
  display: block;
}
#home-slider .slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 2;
}
#home-slider .slider-nav .prev,
#home-slider .slider-nav .next {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  cursor: pointer;
}
#home-slider .slider-nav .prev img,
#home-slider .slider-nav .next img {
  display: block;
  width: 100%;
  height: auto;
}
#home-slider .slider-nav .prev {
  left: 20px;
}
#home-slider .slider-nav .next {
  right: 20px;
}
h1.home-tagline {
  margin: 30px;
  padding: 0;
  font-family: 'Apercu Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  color: #ec0044;
}
#selected-projects .projects {
  background: #ec0044;
}
#selected-projects .projects .project {
  display: block;
  position: relative;
  padding: 20px;
  background: #ec0044;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
#selected-projects .projects .project .album-cover {
  position: relative;
  background: #ffffff;
  z-index: 2;
}
#selected-projects .projects .project .album-cover img {
  display: block;
  width: 100%;
  height: auto;
}
#selected-projects .projects .project .album-cover span.icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 2;
}
#selected-projects .projects .project .album-details {
  position: relative;
  margin-top: 20px;
}
#selected-projects .projects .project .more-link {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
#selected-projects .projects ul.slick-dots {
  display: block;
  margin: 0;
  padding: 10px;
  background: #ec0044;
  text-align: center;
}
#selected-projects .projects ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#selected-projects .projects ul.slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#selected-projects .projects ul.slick-dots li.slick-active button {
  background: #ffffff;
}
#selected-projects .view-all {
  margin: 30px 0;
  text-align: center;
}
#selected-projects .view-all a {
  display: inline-block;
  padding: 10px;
  font-family: 'Apercu Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 24px;
  line-height: 28px;
  color: #ec0044;
}
#selected-projects .view-all a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#selected-projects .view-all a:hover:after {
  width: 100%;
  background: #ec0044;
}
#project-nav {
  font-size: 24px;
  line-height: 28px;
}
#project-nav a {
  display: inline-block;
  position: relative;
  color: #ac0033;
  text-decoration: none;
}
#project-nav a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#project-nav a:hover:after {
  width: 100%;
  background: #ac0033;
}
#project-nav a.active {
  color: #ffffff;
}
#project-nav a.active:after {
  width: 100%;
  background: #ffffff;
}
#project-nav span {
  margin: 0 5px;
}
#projects {
  margin: 20px 10px;
}
#projects .project-grid {
  margin: 0 -10px;
}
#projects .project-grid .project-sizer {
  display: block;
  width: 50%;
}
#projects .project-grid .project {
  display: inline-block;
  vertical-align: top;
  position: realtive;
  width: 50%;
  padding: 10px;
  text-decoration: none;
  color: #ec0044;
}
#projects .project-grid .project .album-cover {
  position: relative;
}
#projects .project-grid .project .album-cover:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#projects .project-grid .project .album-cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#projects .project-grid .project .album-cover img.hover {
  visibility: hidden;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#projects .project-grid .project:hover .album-cover img.hover {
  visibility: visible;
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#projects .project-grid .project .album-details h1 {
  margin: 10px 0 0;
  color: #ec0044;
  font-family: 'Apercu Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
}
#projects .project-grid .project .album-details h1 span.release-year {
  display: block;
  color: #040505;
}
#projects .project-grid .project .album-details h1 span.release-year.inline {
  display: inline;
  margin-left: 5px;
}
#projects .project-grid .project .album-details h1 span.release-year:before {
  content: '–';
  display: inline;
  margin-right: 5px;
}
#album {
  position: relative;
}
#album .album-cover {
  padding: 10px;
  position: relative;
}
#album .album-cover img {
  display: block;
  width: 100%;
  height: auto;
}
#album .album-details {
  padding: 10px;
}
#album .album-details h1 {
  margin: 0;
  color: #ec0044;
}
#album .track-list-title {
  font-family: 'Apercu Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 10px 0;
}
#album .track-list-title span.track-error {
  display: none;
  float: right;
  margin: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ec0044;
}
#album ul.album-links {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#album ul.album-links:before,
#album ul.album-links:after {
  content: " ";
  display: table;
}
#album ul.album-links:after {
  clear: both;
}
#album ul.album-links li {
  float: left;
  width: 33.33333%;
}
#album ul.album-links li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  line-height: 25px;
  color: #999999;
  text-decoration: none;
}
#album .track-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#album .track-list ul li.track {
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid #040505;
  margin-bottom: -1px;
  cursor: pointer;
}
#album .track-list ul li.track.unavailable {
  cursor: auto;
}
#album .track-list ul li.track .progress {
  display: block;
  position: absolute;
  background: #e5e5e5;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#album .track-list ul li.track .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 50px;
  font-size: 13px;
  line-height: 25px;
}
#album .track-list ul li.track .title span.artist:before {
  content: ' - ';
  display: inline;
}
#album .track-list ul li.track .player {
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 20px;
  height: 20px;
}
#album .track-list ul li.track .player img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
}
#album .track-list ul li.track .player img.pause-icon {
  display: none;
}
#album .track-list ul li.track.playing .player img {
  display: none;
}
#album .track-list ul li.track.playing .player img.pause-icon {
  display: block;
}
.stuck-gap {
  display: none;
  width: 100%;
  height: 80px;
}
.stuck .stuck-gap {
  display: block;
}
nav#anchor-nav {
  margin: 0 -10px;
  padding: 15px 0;
  height: 80px;
}
nav#anchor-nav .nav-title h1 {
  margin: 0 10px;
  font-size: 20px;
  line-height: 24px;
}
nav#anchor-nav .nav-list {
  margin: 0 10px;
  padding: 0;
}
nav#anchor-nav .nav-list:before,
nav#anchor-nav .nav-list:after {
  content: " ";
  display: table;
}
nav#anchor-nav .nav-list:after {
  clear: both;
}
nav#anchor-nav .nav-list li {
  float: left;
}
nav#anchor-nav .nav-list li:after {
  content: '/';
  display: block;
  float: right;
  margin: 0 5px;
  color: #ac0033;
}
nav#anchor-nav .nav-list li:last-child:after {
  display: none;
}
nav#anchor-nav .nav-list li a {
  display: inline-block;
  position: relative;
  color: #ac0033;
  text-decoration: none;
}
nav#anchor-nav .nav-list li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
nav#anchor-nav .nav-list li a:hover:after {
  width: 100%;
  background: #ac0033;
}
nav#anchor-nav .nav-list li.active a {
  color: #ffffff;
}
nav#anchor-nav .nav-list li.active a:after {
  width: 100%;
  background: #ffffff;
}
.stuck nav#anchor-nav {
  position: fixed;
  top: 80px;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 9;
}
#related-projects ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
#related-projects ul:before,
#related-projects ul:after {
  content: " ";
  display: table;
}
#related-projects ul:after {
  clear: both;
}
#related-projects ul li {
  float: left;
  width: 33.33333%;
  padding: 0 5px;
}
#related-projects ul li a {
  display: block;
}
#related-projects ul li a:after {
  display: none;
}
.result {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.result:last-child {
  border: none;
}
.result header {
  margin-bottom: 20px;
}
.result header:after {
  content: '';
  display: block;
  margin: 0;
  width: 10px;
  height: 3px;
  background: #ec0044;
}
.result a {
  padding-bottom: 20px;
}
.result a:after {
  display: none !important;
}
.result h1 {
  color: #ec0044;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
#error-404 {
  padding-top: 80px;
  z-index: 1;
}
#error-404 .error-bg {
  display: block;
  height: 460px;
  background: #ec0044 url('../img/bg.404-alt.jpg') center center no-repeat;
  background-size: cover;
}
#error-404 .error-msg {
  display: none;
  position: relative;
  top: 12%;
}
#error-404 .error-msg h1 {
  margin-bottom: 0;
}
#error-404 .error-msg p.hero {
  color: #ec0044;
}
#error-404 .error-msg p.hero strong {
  background: #ffffff;
  padding: 5px;
}
/*----- Mobile-Specific -----*/
/*----- Tablet -----*/
@media (min-width: 768px) {
  /*-----Base-----*/
  /*-----Typography-----*/
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h1.hero-title {
    margin: 60px 0;
  }
  .hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  /*---- Scaffolding -----*/
  #wrapper {
    min-height: 100%;
    margin-bottom: -250px;
  }
  #wrapper:after {
    content: '';
    display: block;
    height: 250px;
  }
  #main {
    padding-top: 80px;
  }
  #content {
    margin: 0;
  }
  /*---- Header -----*/
  #header .logo {
    float: left;
    margin: 15px 0;
    width: 50px;
    height: 50px;
  }
  #main-nav {
    display: block !important;
    float: right;
    margin: 15px 0;
    background: none;
    text-align: left;
  }
  #main-nav ul {
    padding: 0;
  }
  #main-nav ul li {
    float: left;
  }
  #main-nav ul li a {
    position: relative;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
  }
  #main-nav ul li a span {
    position: relative;
  }
  #main-nav ul li a span:before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #ec0044;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #main-nav ul li a:hover {
    color: #ec0044;
    -webkit-transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
    -ms-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
  }
  #main-nav ul li a:hover span:before {
    width: 100%;
  }
  #main-nav ul li.active a {
    color: #ec0044;
  }
  #main-nav ul li.active a span:before {
    display: none;
  }
  #main-nav ul li.search form {
    margin: 0;
    padding: 15px 0 12px 30px;
  }
  #main-nav ul li.search input {
    text-align: left;
    width: 160px;
    padding: 0 0 3px;
    border-color: #999999;
    font-size: 16px;
    line-height: 19px;
    color: #040505;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #main-nav ul li.search input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #999999;
  }
  #main-nav ul li.search input:-moz-placeholder {
    text-transform: uppercase;
    color: #999999;
  }
  #main-nav ul li.search input::-moz-placeholder {
    text-transform: uppercase;
    color: #999999;
  }
  #main-nav ul li.search input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #999999;
  }
  #main-nav ul li.search input:focus {
    border-color: #040505;
  }
  .menu-toggle {
    display: none;
  }
  /*---- Footer -----*/
  #footer {
    height: 250px;
  }
  #footer .footer-content {
    padding: 65px 0;
  }
  #footer a.logo {
    margin: 0;
    width: 120px;
    height: 120px;
  }
  #footer h1 {
    line-height: 80px;
  }
  #footer .footer-links {
    float: right;
    margin: 42px 0;
    text-align: left;
  }
  #footer .footer-links li {
    display: block;
    margin: 5px 0;
  }
  /*---- Sections -----*/
  .section-header {
    padding: 30px 0;
  }
  .section-block:before,
  .section-block:after {
    content: " ";
    display: table;
  }
  .section-block:after {
    clear: both;
  }
  .section-block .section-title {
    float: left;
    width: 33.33333%;
  }
  .section-block .section-title h1 {
    margin-right: 30%;
  }
  .section-block .section-content {
    float: left;
    width: 66.66667%;
  }
  .section-block .section-content .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .section-block .section-content .col,
  .section-block .section-content .sm-col,
  .section-block .section-content .md-col,
  .section-block .section-content .lg-col {
    padding: 0 5px;
  }
  .section-block .section-content dl dt,
  .section-block .section-content dl dd {
    display: inline;
  }
  .section-block .section-content dl dt:before {
    content: '•';
    display: inline;
    font-family: 'Apercu Normal', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 10px 0 5px;
    font-size: 12px;
  }
  .section-block .section-content dl dt:first-child:before {
    display: none;
  }
  .gallery .slide:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #040505;
    background: rgba(4, 5, 5, 0.65);
    background: -o-linear-gradient(-90deg, rgba(4, 5, 5, 0) 0%, #040505 100%);
    background: -moz-linear-gradient(-90deg, rgba(4, 5, 5, 0) 0%, #040505 100%);
    background: -ms-linear-gradient(-90deg, rgba(4, 5, 5, 0) 0%, #040505 100%);
    background: linear-gradient(-180deg, rgba(4, 5, 5, 0) 0%, #040505 100%);
    zoom: 1;
    opacity: 0.55;
    filter: alpha(opacity=55.00000000000001);
    pointer-events: none;
    z-index: 1;
  }
  .gallery .slide .caption {
    display: block;
  }
  .gallery.multi-gallery {
    margin: 20px 45px;
  }
  .gallery.multi-gallery .slide:after {
    display: none;
  }
  .gallery.multi-gallery .gallery-prev,
  .gallery.multi-gallery .gallery-next {
    margin-top: -30px;
    width: 30px;
    height: 60px;
  }
  .gallery.multi-gallery .gallery-prev {
    left: -40px;
  }
  .gallery.multi-gallery .gallery-next {
    right: -40px;
  }
  #home-slider .slide {
    min-height: 400px;
  }
  h1.home-tagline {
    margin: 60px 0;
    font-size: 36px;
    line-height: 43px;
  }
  #selected-projects .projects .project {
    padding: 0;
    z-index: 1;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #selected-projects .projects .project:hover {
    z-index: 2;
  }
  #selected-projects .projects .project:hover .album-cover > img {
    zoom: 1;
    opacity: 0.55;
    filter: alpha(opacity=55.00000000000001);
  }
  #selected-projects .projects .project:hover .album-cover span.icon {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #selected-projects .projects .project:hover .title:after {
    width: 100%;
    background: #ac0033;
  }
  #selected-projects .projects .project:hover span.more:after {
    width: 100%;
    background: #ffffff;
  }
  #selected-projects .projects .project:hover.alt .title:after {
    width: 100%;
    background: #999999;
  }
  #selected-projects .projects .project:hover.alt span.more:after {
    background: #ec0044;
  }
  #selected-projects .projects .project.alt {
    background: #ffffff;
    color: #ec0044;
  }
  #selected-projects .projects .project.alt .desc:after {
    background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  }
  #selected-projects .projects .project .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #selected-projects .projects .project .album-cover {
    margin-right: -1px;
  }
  #selected-projects .projects .project .album-cover > img {
    -webkit-backface-visibility: hidden;
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #selected-projects .projects .project .album-cover span.icon {
    display: block;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #selected-projects .projects .project .album-details {
    margin: 0;
  }
  #selected-projects .projects .project .title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
  }
  #selected-projects .projects .project .title:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    margin-top: 2px;
    background: transparent;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #selected-projects .projects .project .desc {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 20px;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
  }
  #selected-projects .projects .project .desc:after {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, #ec0044, rgba(236, 0, 68, 0));
    background-image: -moz-linear-gradient(bottom, #ec0044, rgba(236, 0, 68, 0));
    background-image: -ms-linear-gradient(bottom, #ec0044, rgba(236, 0, 68, 0));
    background-image: -o-linear-gradient(bottom, #ec0044, rgba(236, 0, 68, 0));
    background-image: linear-gradient(bottom, #ec0044, rgba(236, 0, 68, 0));
  }
  #selected-projects .projects .project .more-link {
    display: block;
  }
  #selected-projects .projects .project span.more {
    display: inline-block;
    position: relative;
  }
  #selected-projects .projects .project span.more:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: transparent;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #selected-projects .projects .slick-list {
    height: auto !important;
    overflow: visible;
  }
  #selected-projects .projects .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  #selected-projects .projects .slick-slide {
    display: block !important;
  }
  #selected-projects .projects ul.slick-dots {
    display: none !important;
  }
  #selected-projects .view-all {
    margin: 60px 0;
  }
  #projects {
    margin: 40px 0;
  }
  #projects .project-grid .project-sizer {
    width: 33.33333%;
  }
  #projects .project-grid .project {
    width: 33.33333%;
  }
  #album {
    margin: 0 -10px;
  }
  #album:before,
  #album:after {
    content: " ";
    display: table;
  }
  #album:after {
    clear: both;
  }
  #album .album-cover,
  #album .album-details {
    float: left;
    width: 50%;
  }
  #album .album-details {
    padding: 10px 0;
  }
  #album .album-details span.release-year {
    font-size: 16px;
    line-height: 19px;
  }
  #album .track-list-title {
    position: absolute;
    width: 50%;
    bottom: 185px;
    right: 0;
    font-size: 18px;
    line-height: 22px;
  }
  #album ul.album-links {
    position: absolute;
    bottom: 0;
    width: 50%;
  }
  #album ul.album-links li a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #album ul.album-links li a:hover {
    color: #ec0044;
  }
  #album .track-list {
    position: absolute;
    height: 135px;
    left: 50%;
    right: 10px;
    bottom: 50px;
    border-top: 1px solid #040505;
    border-bottom: 1px solid #040505;
    overflow: auto;
  }
  #album .track-list ul li.track {
    margin: 0;
    padding: 10px 0;
    height: 45px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #album .track-list ul li.track:last-child {
    border-bottom: none;
  }
  #album .track-list ul li.track .player:hover {
    border-color: #ec0044;
  }
  #album .track-list ul li.track .player:hover:before {
    border-left-color: #ec0044;
  }
  #album .track-list ul li.track .pause:hover:before,
  #album .track-list ul li.track .pause:hover:after {
    background: #ec0044;
  }
  .stuck-gap {
    height: 70px;
  }
  nav#anchor-nav {
    margin: 0;
    height: 70px;
  }
  nav#anchor-nav:before,
  nav#anchor-nav:after {
    content: " ";
    display: table;
  }
  nav#anchor-nav:after {
    clear: both;
  }
  nav#anchor-nav .nav-title {
    float: left;
    width: 33.33333%;
  }
  nav#anchor-nav .nav-title h1 {
    margin: 0 30% 0 0;
    font-size: 26px;
    line-height: 30px;
  }
  nav#anchor-nav .nav-list {
    float: left;
    width: 66.66667%;
    margin: 7px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
  }
  #related-projects ul li a .album-cover > img {
    -webkit-backface-visibility: hidden;
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #related-projects ul li a:hover .album-cover > img {
    zoom: 1;
    opacity: 0.55;
    filter: alpha(opacity=55.00000000000001);
  }
  #error-404 .error-bg {
    background-image: url('../img/bg.404-alt-2x.jpg');
    height: 800px;
  }
}
/*----- Desktop -----*/
@media (min-width: 992px) {
  /*-----Base-----*/
  p.big {
    margin: 50px 0 0;
    font-size: 30px;
    line-height: 34px;
  }
  /*-----Typography-----*/
  h1 {
    font-size: 36px;
    line-height: 43px;
  }
  /*---- Header -----*/
  #main-nav ul li a {
    padding: 15px 45px;
  }
  #main-nav ul li.search input {
    width: 200px;
  }
  /*----- Sections -----*/
  #home-slider .slide {
    min-height: 540px;
  }
  #selected-projects .projects .project .album-cover span.icon {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
  }
  #selected-projects .projects .project .title {
    padding: 40px;
  }
  #selected-projects .projects .project .desc {
    padding: 40px;
    font-size: 16px;
    line-height: 19px;
  }
  #selected-projects .projects .project .more-link {
    padding: 20px 40px;
  }
  #projects {
    margin: 40px 0;
  }
  #projects .project-grid .project-sizer {
    width: 25%;
  }
  #projects .project-grid .project {
    width: 25%;
  }
  #album .track-list-title {
    bottom: 230px;
  }
  #album .track-list {
    height: 180px;
    bottom: 50px;
  }
  nav#anchor-nav .nav-title h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
/*----- Large Desktop -----*/
@media (min-width: 1200px) {
  /*---- Header -----*/
  #main-nav ul li.search input {
    width: 280px;
  }
  /*----- Sections -----*/
  #home-slider .slide .caption {
    display: block;
    background: none;
    bottom: auto;
    top: 50%;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #home-slider .slide .caption span {
    margin-left: 40px;
  }
  #selected-projects .projects .project .title {
    padding: 40px 14%;
  }
  #selected-projects .projects .project .desc {
    bottom: 70px;
    padding: 40px 14%;
  }
  #selected-projects .projects .project .more-link {
    padding: 40px 14%;
  }
  #album .track-list-title {
    bottom: 285px;
  }
  #album ul.album-links {
    bottom: 5px;
  }
  #album .track-list {
    height: 225px;
    bottom: 60px;
  }
}
