@charset "UTF-8";
/* Normalize.css v2.1.0 | MIT License | git.io/normalize
============================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Variables
============================================================= */
/* Mixins
============================================================= */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Grid System
============================================================= */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 10%;
}
.col-xs-2 {
  width: 20%;
}
.col-xs-3 {
  width: 30%;
}
.col-xs-4 {
  width: 40%;
}
.col-xs-5 {
  width: 50%;
}
.col-xs-6 {
  width: 60%;
}
.col-xs-7 {
  width: 70%;
}
.col-xs-8 {
  width: 80%;
}
.col-xs-9 {
  width: 90%;
}
.col-xs-10 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 10%;
  }
  .col-sm-2 {
    width: 20%;
  }
  .col-sm-3 {
    width: 30%;
  }
  .col-sm-4 {
    width: 40%;
  }
  .col-sm-5 {
    width: 50%;
  }
  .col-sm-6 {
    width: 60%;
  }
  .col-sm-7 {
    width: 70%;
  }
  .col-sm-8 {
    width: 80%;
  }
  .col-sm-9 {
    width: 90%;
  }
  .col-sm-10 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 10%;
  }
  .col-sm-push-2 {
    left: 20%;
  }
  .col-sm-push-3 {
    left: 30%;
  }
  .col-sm-push-4 {
    left: 40%;
  }
  .col-sm-push-5 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 60%;
  }
  .col-sm-push-7 {
    left: 70%;
  }
  .col-sm-push-8 {
    left: 80%;
  }
  .col-sm-push-9 {
    left: 90%;
  }
  .col-sm-pull-1 {
    right: 10%;
  }
  .col-sm-pull-2 {
    right: 20%;
  }
  .col-sm-pull-3 {
    right: 30%;
  }
  .col-sm-pull-4 {
    right: 40%;
  }
  .col-sm-pull-5 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 60%;
  }
  .col-sm-pull-7 {
    right: 70%;
  }
  .col-sm-pull-8 {
    right: 80%;
  }
  .col-sm-pull-9 {
    right: 90%;
  }
  .col-sm-offset-1 {
    margin-left: 10%;
  }
  .col-sm-offset-2 {
    margin-left: 20%;
  }
  .col-sm-offset-3 {
    margin-left: 30%;
  }
  .col-sm-offset-4 {
    margin-left: 40%;
  }
  .col-sm-offset-5 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 60%;
  }
  .col-sm-offset-7 {
    margin-left: 70%;
  }
  .col-sm-offset-8 {
    margin-left: 80%;
  }
  .col-sm-offset-9 {
    margin-left: 90%;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 10%;
  }
  .col-md-2 {
    width: 20%;
  }
  .col-md-3 {
    width: 30%;
  }
  .col-md-4 {
    width: 40%;
  }
  .col-md-5 {
    width: 50%;
  }
  .col-md-6 {
    width: 60%;
  }
  .col-md-7 {
    width: 70%;
  }
  .col-md-8 {
    width: 80%;
  }
  .col-md-9 {
    width: 90%;
  }
  .col-md-10 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 10%;
  }
  .col-md-push-2 {
    left: 20%;
  }
  .col-md-push-3 {
    left: 30%;
  }
  .col-md-push-4 {
    left: 40%;
  }
  .col-md-push-5 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 60%;
  }
  .col-md-push-7 {
    left: 70%;
  }
  .col-md-push-8 {
    left: 80%;
  }
  .col-md-push-9 {
    left: 90%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 10%;
  }
  .col-md-pull-2 {
    right: 20%;
  }
  .col-md-pull-3 {
    right: 30%;
  }
  .col-md-pull-4 {
    right: 40%;
  }
  .col-md-pull-5 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 60%;
  }
  .col-md-pull-7 {
    right: 70%;
  }
  .col-md-pull-8 {
    right: 80%;
  }
  .col-md-pull-9 {
    right: 90%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 10%;
  }
  .col-md-offset-2 {
    margin-left: 20%;
  }
  .col-md-offset-3 {
    margin-left: 30%;
  }
  .col-md-offset-4 {
    margin-left: 40%;
  }
  .col-md-offset-5 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 60%;
  }
  .col-md-offset-7 {
    margin-left: 70%;
  }
  .col-md-offset-8 {
    margin-left: 80%;
  }
  .col-md-offset-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 10%;
  }
  .col-lg-2 {
    width: 20%;
  }
  .col-lg-3 {
    width: 30%;
  }
  .col-lg-4 {
    width: 40%;
  }
  .col-lg-5 {
    width: 50%;
  }
  .col-lg-6 {
    width: 60%;
  }
  .col-lg-7 {
    width: 70%;
  }
  .col-lg-8 {
    width: 80%;
  }
  .col-lg-9 {
    width: 90%;
  }
  .col-lg-10 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 10%;
  }
  .col-lg-push-2 {
    left: 20%;
  }
  .col-lg-push-3 {
    left: 30%;
  }
  .col-lg-push-4 {
    left: 40%;
  }
  .col-lg-push-5 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 60%;
  }
  .col-lg-push-7 {
    left: 70%;
  }
  .col-lg-push-8 {
    left: 80%;
  }
  .col-lg-push-9 {
    left: 90%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 10%;
  }
  .col-lg-pull-2 {
    right: 20%;
  }
  .col-lg-pull-3 {
    right: 30%;
  }
  .col-lg-pull-4 {
    right: 40%;
  }
  .col-lg-pull-5 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 60%;
  }
  .col-lg-pull-7 {
    right: 70%;
  }
  .col-lg-pull-8 {
    right: 80%;
  }
  .col-lg-pull-9 {
    right: 90%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 10%;
  }
  .col-lg-offset-2 {
    margin-left: 20%;
  }
  .col-lg-offset-3 {
    margin-left: 30%;
  }
  .col-lg-offset-4 {
    margin-left: 40%;
  }
  .col-lg-offset-5 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 60%;
  }
  .col-lg-offset-7 {
    margin-left: 70%;
  }
  .col-lg-offset-8 {
    margin-left: 80%;
  }
  .col-lg-offset-9 {
    margin-left: 90%;
  }
}
/* Page Root 
============================================================= */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #262626;
  background-color: transparent;
}
/* Typography Root
============================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ffffff;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #ffffff;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: justify;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #ffffff;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #ffffff;
  color: #262626;
  text-decoration: none;
}
mark {
  background-color: #ffffff;
  color: #262626;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Color
============================================================= */
a {
  text-decoration: none;
  color: #f21919;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:visited {
  color: #f21919;
}
a:hover {
  text-decoration: none;
  color: #cc0c0c;
}
a:focus {
  outline: thin dotted;
  color: #cc0c0c;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #808080;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background-color: #808080;
  color: #ffffff;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(242, 24, 24, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(242, 24, 24, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(242, 24, 24, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(242, 24, 24, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 78, 73, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 78, 73, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 78, 73, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 78, 73, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(92, 183, 92, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(92, 183, 92, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(92, 183, 92, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(92, 183, 92, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 51, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 51, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 51, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 51, 0.6);
}
/* Texture 
============================================================= */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f21919), to(#cc0c0c));
  background-image: -webkit-linear-gradient(top, #f21919, #cc0c0c);
  background-color: #cc0c0c;
  background-image: -moz-linear-gradient(top, #f21919, #cc0c0c);
  background-image: -ms-linear-gradient(top, #f21919, #cc0c0c);
  background-image: -o-linear-gradient(top, #f21919, #cc0c0c);
  background-image: linear-gradient(top, #f21919, #cc0c0c);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f21919), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #f21919, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #f21919, #c72f29);
  background-image: -ms-linear-gradient(top, #f21919, #c72f29);
  background-image: -o-linear-gradient(top, #f21919, #c72f29);
  background-image: linear-gradient(top, #f21919, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #ffffff;
  border: 1px solid #99ffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #ccffff;
  -moz-box-shadow: inset 0 1px 10px #ccffff;
  box-shadow: inset 0 1px 10px #ccffff;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Font Icons 
============================================================= */
.icon {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Icomoon Arrow Icons
------------------------------------------------------------- */
@font-face {
  font-family: 'arrows';
  src: url('../fonts/icomoon/arrows/arrows.eot');
  src: url('../fonts/icomoon/arrows/arrows.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/arrows/arrows.woff') format('woff'), url('../fonts/icomoon/arrows/arrows.ttf') format('truetype'), url('../fonts/icomoon/arrows/arrows.svg#arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-angle-left,
.icon-angle-right,
.icon-angle-up,
.icon-angle-down {
  font-family: 'arrows';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-angle-left:before {
  content: "\21e0";
}
.icon-angle-right:before {
  content: "\21e2";
}
.icon-angle-up:before {
  content: "\21e1";
}
.icon-angle-down:before {
  content: "\21e3";
}
/* Icomoon Menu + Social Icons
------------------------------------------------------------- */
@font-face {
  font-family: 'menu-social';
  src: url('../fonts/icomoon/menu-social/menu-social.eot');
  src: url('../fonts/icomoon/menu-social/menu-social.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/menu-social/menu-social.woff') format('woff'), url('../fonts/icomoon/menu-social/menu-social.ttf') format('truetype'), url('../fonts/icomoon/menu-social/menu-social.svg#menu-social') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-menu,
.icon-mail,
.icon-google-plus,
.icon-facebook,
.icon-twitter {
  font-family: 'menu-social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-menu:before {
  content: "\e000";
}
.icon-mail:before {
  content: "\e001";
}
.icon-google-plus:before {
  content: "\e002";
}
.icon-facebook:before {
  content: "\e003";
}
.icon-twitter:before {
  content: "\e004";
}
/* Icomoon data attributes 
------------------------------------------------------------- */
[data-icon]:before {
  font-family: 'menu-social', 'arrows';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Elements 
============================================================= */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
  padding-bottom: 1.5em;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #ffffff;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms 
============================================================= */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #262626;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: 400;
  color: #262626;
  cursor: default;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.1875em;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  color: #262626;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #808080;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #f21919, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons 
============================================================= */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  border-color: #808080;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f21919), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #f21919, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #f21919, #c72f29);
  background-image: -ms-linear-gradient(top, #f21919, #c72f29);
  background-image: -o-linear-gradient(top, #f21919, #c72f29);
  background-image: linear-gradient(top, #f21919, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f21919), to(#cc0c0c));
  background-image: -webkit-linear-gradient(top, #f21919, #cc0c0c);
  background-color: #cc0c0c;
  background-image: -moz-linear-gradient(top, #f21919, #cc0c0c);
  background-image: -ms-linear-gradient(top, #f21919, #cc0c0c);
  background-image: -o-linear-gradient(top, #f21919, #cc0c0c);
  background-image: linear-gradient(top, #f21919, #cc0c0c);
  background-repeat: repeat-x;
  border-color: #b40a0a;
  border-bottom-color: #9c0909;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Page Styles
============================================================= */
/* Structure
------------------------------------------------------------- */
html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%;
}
header[role="masthead"] {
  padding: 1em 1.5em;
}
#page {
  padding: 0 1.5em;
}
/* Branding styles
------------------------------------------------------------- */
.branding {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.branding a {
  color: #f21919;
}
.branding a:hover {
  color: #cc0c0c;
}
/* Off Canvas Navigation Styles
------------------------------------------------------------- */
.st-content {
  overflow-y: scroll;
  background: #ffffff;
}
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#st-trigger-effects {
  margin: 0;
  padding: .4em 2em .4em 0;
  float: left;
  font-family: 'menu-social';
  font-size: 20px;
  font-size: 2rem;
  line-height: 0;
  color: #bfbfbf;
  border: none;
  background: transparent;
}
#st-trigger-effects:before {
  content: "\e000";
}
.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 10.5em;
  height: 100%;
  background: #f2f2f2;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* menu style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-menu h2 {
  margin: 0;
  padding: 2em 0 .75em 30%;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.st-menu ul li a {
  display: block;
  padding: .75em 0 .75em 30%;
  outline: none;
  color: #262626;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#about .about,
#zig .zig,
#zig-creations .zig,
#zig-units .zig,
#zig-product-info .zig,
#projects .projects,
#shop .shop,
#press .press,
#contact .contact {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#shop .shop,
.st-menu ul li a.shop,
.st-menu ul li a.twitter,
.st-menu ul li a.facebook {
  color: #f21919;
}
.social {
  padding: .75em 0 .75em 30%;
}
.social .facebook,
.social .twitter,
.social .email {
  font-size: 20px;
  font-size: 2rem;
}
.social a {
  color: #bfbfbf;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.social a:hover {
  color: #808080;
}
/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(10.5em, 0, 0);
  transform: translate3d(10.5em, 0, 0);
}
.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-3.st-menu::after {
  display: none;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 10.5em;
}
/* Main Page styles
------------------------------------------------------------- */
.thumbnail-item {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding: 0 0 1.5em;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .thumbnail-item {
    float: left;
    width: 100%;
  }
}
.thumbnail-item a img {
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumbnail-item a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery h3,
.row h3 {
  text-transform: uppercase;
  color: #808080;
}
.content {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding: 0;
}
@media (min-width: 768px) {
  .content {
    float: left;
    width: 100%;
  }
}
.content p {
  text-align: justify;
}
.content p:first-child {
  margin-top: 0;
}
.page-title {
  margin: 0 0 1em 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808080;
}
.page-title span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
dt {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
dd {
  margin: 0;
  padding: 0 0 .5em 0;
}
/* Home Page styles
------------------------------------------------------------- */
#home .thumbnail-item {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding: 0 0 1.5em;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  #home .thumbnail-item {
    float: left;
    width: 100%;
  }
}
.feature {
  display: none !important;
  visibility: hidden;
}
/* Zig Page styles
------------------------------------------------------------- */
#zig .title {
  text-align: center;
  margin: 2em 0;
}
#zig .title h2 {
  margin: 0;
  padding: 0;
  font-size: 164px;
  font-size: 16.4rem;
  line-height: .8em;
}
#zig .title h2 a {
  color: #f21919;
}
#zig .title h4 {
  margin: .75em 0 0 0;
  padding: 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 1px;
}
#zig .title h4 a {
  color: #bfbfbf;
}
#zig .title h4 a:hover {
  color: #404040;
}
/* Shop Page styles
------------------------------------------------------------- */
#shop .content {
  margin-top: 1em;
}
#shop .content h2 a {
  padding: 0 .25em;
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
  background: #e6e6e6;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
#shop .content h2 a:hover {
  color: #e6e6e6;
  background: #cccccc;
}
#shop .content h4 {
  margin: 1.5em 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  text-transform: uppercase;
}
/* Press Page styles
------------------------------------------------------------- */
#press .st-content {
  background: #f2f2f2;
}
#press .thumbnail-item {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 1.5em;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  #press .thumbnail-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 960px) {
  #press .thumbnail-item {
    float: left;
    width: 20%;
  }
}
#press .thumbnail-item a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#press .thumbnail-item a {
  display: block;
}
#press .thumbnail-item-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
#press .thumbnail-item-title {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: transparent;
  color: rgba(0, 0, 0, 0);
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#press .thumbnail-item a:hover .thumbnail-item-title {
  color: #262626;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
#press .thumbnail-item-title h4 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3043478260869565em;
}
#press .thumbnail-item-title h4 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: normal;
}
#press figure img {
  margin-bottom: 1em;
}
#press embed {
  padding-bottom: 0;
}
/* Contact Page styles
------------------------------------------------------------- */
#contact-form-wrap {
  max-width: 30em;
}
#contact-form div {
  margin-bottom: 1em;
}
#contact-form label.error,
label.error {
  color: red;
  font-weight: 400;
}
#contact-form input.error,
input.error,
#contact-form textarea.error,
textarea.error {
  border: 1px solid red;
}
.validate {
  color: #808080;
}
.vcard {
  line-height: 1.25em;
  margin-bottom: 2em;
  font-weight: 100;
}
.org,
.fn,
.email,
.tel,
.street-address,
.extended-address {
  display: block;
}
.fn {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
}
.type {
  display: none !important;
  visibility: hidden;
}
.contact-info {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.thanks {
  font-size: 16px;
  font-size: 1.6rem;
  color: green;
}
/* Magnific Popup 
============================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #808080;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #808080;
}
.mfp-preloader a:hover {
  color: #262626;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #262626;
  font-size: 12px;
  line-height: 18px;
  display: none !important;
  visibility: hidden;
}
.mfp-arrow {
  font-family: 'arrows';
  font-size: 42px;
  font-size: 4.2rem;
  color: #262626;
  position: absolute;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin: 0;
  top: 48%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mfp-arrow:active {
  margin-top: -55px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 39px;
}
.mfp-arrow-right:after {
  content: "\21e2";
}
.mfp-arrow-left:after {
  content: "\21e0";
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media print {
  /* Print 
============================================================= */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 
============================================================= */
  /* Main Page styles
------------------------------------------------------------- */
  .thumbnail-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 1px;
    overflow: hidden;
  }
  .gallery {
    margin-bottom: 2em;
  }
  /* Home Page styles
------------------------------------------------------------- */
  #home .thumbnail-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 0 0 1.5em;
    overflow: hidden;
  }
  /* Press Page styles
------------------------------------------------------------- */
  #press .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
    *zoom: 1;
  }
  #press .row:before,
  #press .row:after {
    display: table;
    content: "";
  }
  #press .row:after {
    clear: both;
  }
  #press .thumbnail-item {
    padding: 0 .5em;
    margin-bottom: 1em;
  }
  #press .thumbnail-item-title-wrap {
    padding: 0 .5em;
  }
}
@media only screen and (min-width: 600px) {
  /* 600 
============================================================= */
}
@media only screen and (min-width: 768px) {
  /* 768 
============================================================= */
  /* Structure
------------------------------------------------------------- */
  header[role="masthead"] {
    padding: 1em 1.5em;
  }
  #page {
    padding: 0 1.5em;
  }
  /* Main Page styles
------------------------------------------------------------- */
  .thumbnail-item {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 1px;
    overflow: hidden;
  }
  .thumbnail-item a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .page-title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  dt {
    float: left;
    clear: left;
    width: 15.25%;
    text-align: left;
  }
  dd {
    margin-left: 17.78%;
  }
  /* Home Page styles
------------------------------------------------------------- */
  #home .thumbnail-item {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 0;
  }
  .feature {
    display: block !important;
    visibility: visible;
  }
  .feature h2 {
    margin: 0;
    padding: 10% 0 0 0;
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
  }
  /* Zig Page styles
------------------------------------------------------------- */
  #zig #page {
    padding: 2em 1em;
  }
  #zig .content {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  #zig .title {
    margin: 0;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  #zig .title h2 {
    font-size: 200px;
    font-size: 20rem;
    line-height: .8em;
  }
  #zig .title h4 {
    font-size: 40px;
    font-size: 4rem;
  }
  /* Shop Page styles
------------------------------------------------------------- */
  #shop .content {
    margin-top: .5em;
  }
  #shop .content h2 a {
    font-size: 80px;
    font-size: 8rem;
  }
  #shop .content h4 {
    margin: 1.5em 0 1em;
    font-size: 31px;
    font-size: 3.1rem;
  }
  /* Press Page styles
------------------------------------------------------------- */
  #press .thumbnail-item a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .thumbnail-item {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #home .thumbnail-item {
    float: left;
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #zig .content {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #zig .content {
    right: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #zig .title {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #zig .title {
    left: 50%;
  }
}
@media only screen and (min-width: 960px) {
  /* 960 
============================================================= */
  /* Structure
------------------------------------------------------------- */
  #page {
    margin: 0 2em;
    padding-top: 3em;
  }
  header[role="masthead"] {
    display: none !important;
    visibility: hidden;
  }
  /* Off Canvas Navigation Styles
------------------------------------------------------------- */
  .st-content {
    margin: 0;
    margin-left: 14em;
    overflow: auto;
    background: #ffffff;
  }
  .st-content,
  .st-content-inner {
    position: relative;
    height: 100%;
  }
  .st-container {
    position: relative;
    overflow: auto;
  }
  .st-pusher {
    position: relative;
    z-index: auto;
    height: 100%;
    *zoom: 1;
    -webkit-transition: none;
    transition: none;
  }
  .st-pusher:before,
  .st-pusher:after {
    display: table;
    content: "";
  }
  .st-pusher:after {
    clear: both;
  }
  .st-pusher::after {
    display: none !important;
    visibility: hidden;
  }
  .st-menu-open .st-pusher::after {
    display: none !important;
    visibility: hidden;
  }
  #st-trigger-effects {
    display: none !important;
    visibility: hidden;
  }
  .st-menu {
    float: left;
    position: relative;
    z-index: auto;
    visibility: visible;
    width: 14em;
    height: 100%;
    background: #e6e6e6;
    -webkit-transition: none;
    transition: none;
  }
  .st-menu::after {
    display: none !important;
    visibility: hidden;
  }
  .st-menu-open .st-menu::after {
    display: none !important;
    visibility: hidden;
  }
  /* menu style */
  .st-menu ul {
    margin: 0 0 0 0;
    padding: 0;
  }
  .st-menu h2 {
    margin: 1.9em 0 2.25em 28%;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .st-menu ul li a {
    padding: .75em .75em .75em 28%;
    color: #262626;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .social {
    padding: 4em 0 0 28%;
  }
  .social .facebook,
  .social .twitter,
  .social .email {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* Effect 3: Push*/
  .st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: none;
    transform: none;
  }
  .st-effect-3.st-menu {
    -webkit-transform: none;
    transform: none;
  }
  .st-effect-3.st-menu-open .st-effect-3.st-menu {
    visibility: visible;
  }
  .st-effect-3.st-menu::after {
    display: none;
  }
  /* Main Page styles
------------------------------------------------------------- */
  .thumbnail-item {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 1px;
    overflow: hidden;
  }
  /* Home Page styles
------------------------------------------------------------- */
  #home #page {
    max-width: 85%;
  }
  .feature h2 {
    padding: 12% 0 0 0;
    font-size: 64px;
    font-size: 6.4rem;
  }
  /* Zig Page styles
------------------------------------------------------------- */
  #zig #page {
    margin: 0 2em;
    padding-top: 3em;
  }
  /* Shop Page styles
------------------------------------------------------------- */
  #shop .content {
    margin-top: .75em;
  }
  /* Press Page styles
------------------------------------------------------------- */
  #press .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
    *zoom: 1;
  }
  #press .row:before,
  #press .row:after {
    display: table;
    content: "";
  }
  #press .row:after {
    clear: both;
  }
  #press .thumbnail-item {
    padding: 0 .5em;
    margin-bottom: 1em;
  }
  #press .thumbnail-item-title-wrap {
    padding: 0 .5em;
  }
  #press .thumbnail-item-title h4 {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.3043478260869565em;
  }
  #press .thumbnail-item-title h4 span {
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 960px) and (min-width: 768px) {
  .thumbnail-item {
    float: left;
    width: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  /* 1280
============================================================= */
  /* Structure
------------------------------------------------------------- */
  #page {
    max-width: 70em;
  }
  /* Off Canvas Navigation Styles
------------------------------------------------------------- */
  .st-content {
    margin: 0;
    margin-left: 16em;
  }
  .st-menu {
    width: 16em;
  }
  /* menu style */
  .st-menu h2 {
    margin: 1.4em 0 1.5em 25%;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .st-menu ul li a {
    padding: 1em 1em 1em 26%;
    color: #262626;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .social {
    padding: 4em 0 0 25%;
  }
  .social .facebook,
  .social .twitter,
  .social .email {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* Main Page styles
------------------------------------------------------------- */
  .page-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .page-title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* Home Page styles
------------------------------------------------------------- */
  #home #page {
    max-width: 60em;
  }
  .feature h2 {
    padding: 15% 0 0 0;
    font-size: 88px;
    font-size: 8.8rem;
  }
  /* Press Page styles
------------------------------------------------------------- */
  #press .thumbnail-item-title h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #press .thumbnail-item-title h4 span {
    font-size: 10px;
    font-size: 1rem;
  }
}
