/*! normalize.css v2.1.2 | 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 styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   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
   ========================================================================== */

/**
 * 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"], /* 1 */
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.
 * 2. Remove excess padding in IE 8/9.
 */

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: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * 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;
}
/* line 2, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav {
  margin: 24px 0 0 28px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
/* line 9, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav > a {
  text-decoration: none;
}
/* line 12, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav > a.home {
  color: #da353b;
}
/* line 16, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav > a.services {
  color: #ffea00;
}
/* line 20, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav > a.shop {
  color: #c0e361;
}
/* line 24, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav > a.contact {
  color: #95f3e3;
}
/* line 28, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
header > nav > a:hover {
  color: white;
}

/* line 35, /Users/eric/Repos/bravado.com/assets/styles/header.scss */
#logo {
  display: block;
  width: 105px;
  height: 56px;
  margin: 0;
  text-indent: -9001px;
  font-size: 1px;
  color: transparent;
  background: url("/images/logo.gif") top left no-repeat;
}

/* line 1, /Users/eric/Repos/bravado.com/assets/styles/footer.scss */
footer {
  clear: left;
  margin: 25px auto 0 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  color: #707070;
}
/* line 7, /Users/eric/Repos/bravado.com/assets/styles/footer.scss */
footer p {
  margin: 0;
}
/* line 10, /Users/eric/Repos/bravado.com/assets/styles/footer.scss */
footer a {
  color: #707070;
}
/* line 12, /Users/eric/Repos/bravado.com/assets/styles/footer.scss */
footer a:hover {
  color: #999999;
}

/* line 18, /Users/eric/Repos/bravado.com/assets/styles/footer.scss */
#logo_mini {
  display: block;
  float: left;
  width: 47px;
  height: 25px;
  margin: 0 15px 0 0;
  text-indent: -9001px;
  font-size: 1px;
  color: transparent;
  background: url("/images/logo_mini.gif") top left no-repeat;
}

/* line 6, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #banner div.links,
#page-services-article #banner div.links {
  background: #ffea00 !important;
}
/* line 9, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #banner div.links > a:hover,
#page-services-article #banner div.links > a:hover {
  color: #665e00 !important;
}
/* line 17, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #headline h1,
#page-services-article #headline h1 {
  color: #ffea00;
}
/* line 22, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #articles,
#page-services-article #articles {
  float: left;
  width: 610px;
  margin: 0 0 30px 30px;
}
/* line 28, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #products,
#page-services-article #products {
  float: left;
  margin: 0 0 0 70px;
}
/* line 32, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #products h6,
#page-services-article #products h6 {
  margin: 0;
}
/* line 36, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #products > ul,
#page-services-article #products > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 41, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #products > ul > li,
#page-services-article #products > ul > li {
  margin: 15px 0;
  padding: 0;
}
/* line 45, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #products > ul > li img,
#page-services-article #products > ul > li img {
  margin-bottom: 4px;
}
/* line 49, /Users/eric/Repos/bravado.com/assets/styles/services.scss */
#page-services #products > ul > li a,
#page-services-article #products > ul > li a {
  text-decoration: none;
}

/* line 6, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #banner div.links,
#page-news-article #banner div.links {
  background: #da353b !important;
}
/* line 9, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #banner div.links > a:hover,
#page-news-article #banner div.links > a:hover {
  color: #641215 !important;
}
/* line 17, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #headline h1,
#page-news-article #headline h1 {
  color: #da353b;
}
/* line 22, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #articles,
#page-news-article #articles {
  float: left;
  width: 610px;
  margin: 0 0 30px 30px;
}
/* line 28, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #archive,
#page-news-article #archive {
  float: left;
  width: 260px;
  margin: 0 0 0 70px;
}
/* line 33, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #archive > h6,
#page-news-article #archive > h6 {
  margin: 0;
}
/* line 37, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #archive > ul,
#page-news-article #archive > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 42, /Users/eric/Repos/bravado.com/assets/styles/news.scss */
#page-news #archive > ul > li,
#page-news-article #archive > ul > li {
  margin: 15px 0;
  padding: 0;
}

/* line 5, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #banner div.links {
  background: #95f3e3 !important;
}
/* line 8, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #banner div.links > a:hover {
  color: #18d7b6 !important;
}
/* line 16, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #headline h1 {
  color: #95f3e3;
}
/* line 21, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact h6 {
  margin: 0 0 15px 0;
}
/* line 25, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #primary {
  float: left;
  width: 610px;
  margin: 0 0 30px 30px;
}
/* line 30, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 35, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #primary ul > li {
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  margin: 0 95px 45px 0;
}
/* line 45, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #secondary {
  float: left;
  width: 290px;
}
/* line 49, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #secondary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 54, /Users/eric/Repos/bravado.com/assets/styles/contact.scss */
#page-contact #secondary ul > li {
  margin: 0 0 45px 0;
}

/* General styles */
/* Fixes auto height issues. Mostly just did this so background-size: cover would work */
/* line 22 */
html, body {
  height: 100%;
}

/* line 26 */
body {
  margin: 0;
  padding: 0;
  font: normal 11px/14px Helvetica, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
  background: #060606 url("/images/body_bg.jpg") top left no-repeat;
  color: white;
}

/* line 35 */
a {
  color: #da353b;
  text-decoration: none;
  transition: color 200ms ease-out;
}
/* line 40 */
a:hover {
  color: white;
  transition: color 75ms ease-in;
}

/* line 50 */
h1,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: uppercase;
  color: #da353b;
}

/* line 56 */
h1 {
  font-weight: bold;
  font-size: 72px;
  line-height: 82px;
}

/* line 62 */
h3 {
  font-size: 24px;
  line-height: 30px;
}

/* line 67 */
h4 {
  font-size: 18px;
  line-height: 22px;
}

/* line 72 */
h6 {
  font-size: 12px;
  line-height: 16px;
}

/* line 77 */
strong {
  letter-spacing: 2px;
}

/* line 81 */
a.btn {
  display: inline-block;
  padding: 5px 8px;
  text-transform: uppercase;
  text-decoration: none;
  color: #999999;
  background: #444444;
  transition: background-color 200ms ease-out;
}
/* line 90 */
a.btn:hover {
  color: white;
  background: #515151;
  transition: background-color 50ms ease-in;
}

/* line 99 */
.goto:before {
  content: '▸';
  margin: 0 4px 0 -10px;
}

/* line 105 */
ul.articles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 110 */
ul.articles > li {
  margin: 0 0 45px 0;
  padding: 0;
}
/* line 115 */
ul.articles > li h3,
ul.articles > li h6 {
  margin: 0;
}
/* line 119 */
ul.articles > li h3 {
  margin-bottom: 7px;
}

/* line 125 */
#banner {
  position: relative;
  height: 288px;
  margin: 30px 0;
}
/* line 130 */
#banner div.links {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 848px;
}
/* line 137 */
#banner div.links > a {
  display: inline-block;
  position: absolute;
  top: 215px;
  left: 25px;
  width: 200px;
  text-transform: uppercase;
  font-weight: bold;
  color: #060606;
}
/* line 147 */
#banner div.links > a:before {
  content: '▸';
  margin: 0 1px 0 -13px;
}

/* line 155 */
#headline {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 842px;
  height: 288px;
  padding: 15px 0 0 28px;
  background: #060606;
}

/* Index page styles */
/* line 166 */
#page-index {
  position: relative;
  min-height: 720px;
  background-image: none;
}
/* line 171 */
#page-index h4 {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 176 */
#page-index header {
  position: relative;
  z-index: 5;
}
/* line 181 */
#page-index footer {
  position: absolute;
  top: 0;
  left: 105px;
  z-index: 5;
  margin-top: 15px;
  margin-left: 20px;
}
/* line 190 */
#page-index #logo_mini {
  display: none;
}
/* line 194 */
#page-index #background {
  padding: 70px 0 0 28px;
}
/* line 197 */
#page-index #background div.image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-behavior: url(/backgroundsize.min.htc);
}
/* line 210 */
#page-index #background div.text {
  position: relative;
  z-index: 5;
}
/* line 214 */
#page-index #background div.text h2 {
  display: inline-block;
  margin: 0;
  font-size: 100px;
  line-height: 100%;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 225 */
#page-index #background div.text span.links {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 30px;
  text-transform: uppercase;
}
/* line 231 */
#page-index #background div.text span.links > a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
/* line 237 */
#page-index #background div.text span.links > a:hover {
  color: white !important;
}
/* line 242 */
#page-index #background div.text span.links a.store {
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 246 */
#page-index #background div.text span.links a.store:before {
  content: '▸';
  margin: 0 4px 0 -14px;
}
/* line 256 */
#page-index #artists,
#page-index #news {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  bottom: 130px;
  left: 0;
  z-index: 5;
  height: 125px;
  padding: 15px 0 15px 28px;
  letter-spacing: normal;
  color: #999999;
  background: rgba(0, 0, 0, 0.75);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000, endColorstr=#DD000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000, endColorstr=#DD000000);
}
/* line 271 */
#page-index #artists h4,
#page-index #news h4 {
  color: #999999;
  margin: 0;
  line-height: 100%;
}
/* line 277 */
#page-index #artists ul.pagination,
#page-index #news ul.pagination {
  float: right;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 283 */
#page-index #artists ul.pagination > li,
#page-index #news ul.pagination > li {
  float: left;
}
/* line 287 */
#page-index #artists ul.pagination a,
#page-index #news ul.pagination a {
  padding: 2px;
  text-decoration: none;
  color: white;
  transition: color 250ms;
}
/* line 293 */
#page-index #artists ul.pagination a:hover,
#page-index #news ul.pagination a:hover {
  color: white !important;
}
/* line 299 */
#page-index #artists div.info,
#page-index #news div.info {
  margin-right: 20px;
}
/* line 305 */
#page-index #artists div.info,
#page-index #artists ul.list,
#page-index #artists div.headlines,
#page-index #news div.info,
#page-index #news ul.list,
#page-index #news div.headlines {
  float: left;
}
/* line 310 */
#page-index #artists {
  width: 555px;
}
/* line 313 */
#page-index #artists div.scroll {
  overflow: hidden;
  width: 420px;
}
/* line 318 */
#page-index #artists ul.list {
  white-space: nowrap;
  list-style-type: none;
  margin: -2px 0 0 0;
  padding: 0;
  font-weight: bold;
}
/* line 325 */
#page-index #artists ul.list > li {
  float: left;
  overflow: hidden;
  width: 140px;
  margin: 0;
  padding: 0;
}
/* line 332 */
#page-index #artists ul.list > li > a {
  color: #999999;
}
/* line 335 */
#page-index #artists ul.list > li > a:hover {
  color: white;
}
/* line 343 */
#page-index #news {
  left: 558px;
  right: 0;
}
/* line 347 */
#page-index #news div.scroll {
  width: 420px;
  overflow: hidden;
}
/* line 352 */
#page-index #news ul.posts {
  white-space: nowrap;
  list-style-type: none;
  margin: -2px 0 0 0;
  padding: 0;
}
/* line 358 */
#page-index #news ul.posts > li {
  float: left;
  width: 420px;
  margin: 0;
  padding: 0;
}
/* line 366 */
#page-index #news div.headlines {
  margin-top: -2px;
  font-weight: bold;
}
/* line 370 */
#page-index #news div.headlines p {
  margin: 0 0 5px 0;
}
/* line 374 */
#page-index #news div.headlines a:not(.btn) {
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  color: #999999;
}
/* line 380 */
#page-index #news div.headlines a:not(.btn):hover {
  color: white;
}
/* line 384 */
#page-index #news div.headlines a:not(.btn) span.date {
  color: white;
}
/* line 389 */
#page-index #news div.headlines div.posts {
  overflow: hidden;
}
/* line 393 */
#page-index #news div.headlines a.all {
  margin-top: 3px;
}
/* line 399 */
#page-index #shops {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 465px;
  height: 92px;
}
/* line 406 */
#page-index #shops > a {
  position: absolute;
  top: 0;
  left: 0;
}
