/* Will be compiled down to a single stylesheet with your sass files */
/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

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

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

[hidden] {
  display: none; }

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

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

input:focus {
  outline: none; }

input, textarea {
  -webkit-appearance: none; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:hover {
  color: #06e; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

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

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

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

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

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

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

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

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

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

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

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

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

/* ==|== Variables ========================================================== */
/* ==|== Mixins ============================================================= */
/* ==|== Base Typography ==================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  text-rendering: optimizelegibility; }

h1 {
  font-size: 36px;
  line-height: 40px; }

h2 {
  font-size: 35px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 40px; }

h4 {
  font-size: 18px;
  line-height: 20px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 20px; }

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

blockquote {
  margin: 0;
  padding: 0; }
  blockquote p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 100; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

/* ==|== Utilities ========================================================== */
.sprite {
  display: block;
  text-indent: -9999px;
  background-image: url(../img/sprite.png);
  background-size: 150px 50px; }

.lt-ie9 .sprite {
  background-image: url(../img/sprite-ie.png); }

.loading {
  background-image: url(../img/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px; }

/* ==|== Transtions ========================================================= */
.transition {
  /* consider re-structuring so speed can be overidden on element */
  -webkit-transition: left 500ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -webkit-transform-style: preserve-3d;
  -moz-transition: left 500ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -moz-transform-style: preserve-3d;
  transition: left 500ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  transform-style: preserve-3d; }

.transition-b {
  /* consider re-structuring so speed can be overidden on element */
  -webkit-transition: left 700ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -webkit-transform-style: preserve-3d;
  -moz-transition: left 700ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -moz-transform-style: preserve-3d;
  transition: left 700ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  transform-style: preserve-3d; }

.transition-c {
  /* consider re-structuring so speed can be overidden on element */
  -webkit-transition: left 200ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -webkit-transform-style: preserve-3d;
  -moz-transition: left 200ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -moz-transform-style: preserve-3d;
  transition: left 200ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  transform-style: preserve-3d; }

.transition-d {
  /* consider re-structuring so speed can be overidden on element */
  -webkit-transition: right 200ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -webkit-transform-style: preserve-3d;
  -moz-transition: right 200ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  -moz-transform-style: preserve-3d;
  transition: right 200ms cubic-bezier(0.72, 0.065, 0.275, 0.885);
  transform-style: preserve-3d; }

/* ==|== Structure ========================================================== */
body {
  min-width: 320px; }

#header {
  width: 100%; }

#main {
  width: 100%; }

#footer {
  width: 100%;
  background-color: #000;
  height: 100px; }

#nav {
  width: 100%; }

.view {
  position: relative;
  overflow: hidden; }

.container {
  padding: 10px;
  position: relative;
  overflow: hidden; }

.content {
  border: 1px solid #ccc;
  padding: 10px 10px 0;
  margin-bottom: 10px;
  background-color: #fff;
  min-height: 308px; }

.primary .content {
  background-color: transparent;
  border: 0px;
  padding: 0; }

.image {
  /*border: 1px solid #ccc;*/
  margin-bottom: 10px;
  padding: 10px 10px 0; }

/* ==|== header ============================================================== */
#header .container {
  padding: 0; }

#header .logo {
  margin: 10px;
  padding: 0px;
  display: block;
  width: 250px; }

#header .logo img {
  width: 100%;
  height: auto; }

/* ==|== nav ================================================================= */
#nav .container {
  padding: 0 10px; }

#nav ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #808080;
  overflow: hidden; }

#nav li {
  list-style: none; }

#nav a {
  display: block;
  color: #991b1e;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #808080;
  font-size: 20px;
  padding: 8px 0;
  font-family: latolight; }

#nav .active a {
  color: #808080; }

#nav span {
  display: block; }

/* ==|== footer ============================================================== */
#footer p {
  color: #ccc;
  margin: 30px 0 0 0; }

/* ==|== content ============================================================= */
h1 {
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 100; }

h2 {
  margin: 0 0 10px;
  font-family: latolight;
  font-weight: 100;
  font-size: 30px; }

h3 {
  margin: 0 0 10px;
  font-weight: 100;
  line-height: 20px;
  font-size: 20px; }

p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100; }

a {
  color: #991b1e;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline;
    color: #991b1e; }

article {
  margin: 0 0 20px 0; }

/* only used on contact */
/* ==|== main ================================================================ */
#main .banner {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

/* ==|== gallery ============================================================= */
#gallery {
  margin: 0 0 0 -10px;
  padding: 0px;
  overflow: hidden; }
  #gallery li {
    list-style: none;
    width: 50%;
    float: left; }
  #gallery div {
    border: 1px solid #CCC;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #991b1e; }
    #gallery div:hover {
      border: 1px solid #991b1e; }
  #gallery img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    display: block; }
  #gallery .thumb {
    display: block;
    background-color: #fff;
    cursor: pointer; }

/* ==|== gallery detail ====================================================== */
#gallery-detail {
  top: 0;
  left: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%; }

#gallery-detail.active {
  left: 0; }

.lt-ie9 #gallery-detail {
  background-image: url(../img/rbga.png); }

#gallery-detail ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*display: none;*/
  position: relative; }

#gallery-detail li {
  list-style: none;
  float: left; }

#gallery-detail .wrapper {
  background-image: url(../img/noise.jpg);
  background-size: 100px 100px;
  border: 1px solid #ccc;
  position: relative;
  max-width: 280px;
  margin: 25px auto 0; }

#gallery-detail .wrapper-padding {
  padding: 15px 15px 5px; }

#gallery-detail .image {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0; }

#gallery-detail .image img {
  width: 100%;
  height: auto; }

#gallery-detail .wrapper em {
  color: #999;
  font-style: normal;
  font-size: 12px;
  display: block;
  position: relative;
  padding: 0 0 0 10px;
  line-height: 15px; }
  #gallery-detail .wrapper em span {
    position: absolute;
    top: 0;
    left: 0; }

#gallery-detail .sprite {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 20px #000; }

#gallery-detail .ctrl:after {
  display: block;
  text-indent: 0;
  position: relative;
  top: 0;
  left: 0; }

#gallery-detail .disabled {
  opacity: 0.2;
  filter: alpha(opacity=20); }

#gallery-detail .close {
  top: -1px;
  right: -60px;
  background-position: 0 0; }

#gallery-detail .close.active {
  right: 0; }

#gallery-detail .next {
  top: 50%;
  right: -60px;
  background-position: -50px 0; }

#gallery-detail .next.active {
  right: 0; }

#gallery-detail .prev {
  top: 50%;
  left: -60px;
  background-position: -100px 0; }

#gallery-detail .prev.active {
  left: 0; }

.no-csstransitions #gallery-detail .viewer {
  display: none; }
.no-csstransitions #gallery-detail.ready .viewer {
  display: block; }

.filters {
  margin: 0 0 10px;
  padding: 0; }
  .filters li {
    list-style: none;
    background-color: #991b1e; }
  .filters a {
    display: block;
    color: #991b1e;
    background-color: #fff;
    text-decoration: none;
    margin: 0 0 5px 0;
    border: 1px solid #CCC;
    font-size: 20px;
    padding: 8px 15px;
    font-family: latolight;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer; }
    .filters a.active {
      color: #808080;
      box-shadow: 0 0 0;
      cursor: default; }
      .filters a.active:hover {
        border: 1px solid #ccc; }
    .filters a:hover {
      border: 1px solid #991b1e; }
  .filters span {
    float: left; }
    .filters span.qty {
      float: right; }

/* ==|== form ================================================================ */
.form {
  margin: 0px;
  padding: 0px;
  max-width: 425px; }

.form li {
  padding: 0px;
  margin: 0 0 10px 0;
  list-style: none; }

.form input,
.form textarea {
  width: 93%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff; }

.form textarea {
  height: 100px; }

.form .submit {
  width: 200px;
  background: #000;
  color: #fff; }

.form .error {
  border: 1px solid #991b1e; }

.form label.error {
  border: 0px;
  color: #991b1e;
  margin: 5px 0 0 0;
  display: block; }

.form .check {
  display: none; }

/* ==|== utility classes ======================================== */
.skip-links {
  height: 0;
  overflow: hidden; }

.print-logo {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.clearer {
  clear: both; }

.overflow {
  overflow: hidden; }

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.level {
  position: fixed;
  background: #fff;
  top: 0px;
  right: 0px;
  display: none;
  padding: 5px;
  margin: 0; }

/* ==|== media queries ====================================================== */
@media only screen and (min-width: 480px) {
  .level.one {
    display: block; }

  .form input,
  .form textarea {
    width: 95%; }

  #gallery li {
    width: 33.333%; }

  #gallery-detail .wrapper {
    max-width: 350px;
    margin: 10% auto 0; }

  #header .logo {
    width: 400px;
    margin: 15px auto; }

  #nav ul {
    border-bottom: 1px solid #808080; }

  #nav li {
    width: 33.333%;
    float: left; }

  #nav a {
    border-bottom: 0px; } }
@media only screen and (min-width: 768px) {
  .level.two {
    display: block; }

  .form input,
  .form textarea {
    width: 96%; }

  #gallery li {
    width: 25%; }

  #gallery-detail .image {
    width: 60%; }

  #gallery-detail .copy {
    width: 40%;
    float: right;
    position: absolute;
    top: 0;
    right: 0; }

  #gallery-detail .wrapper {
    max-width: 600px; }

  #nav li {
    width: 200px; }

  .content {
    padding: 20px 20px 10px;
    min-height: 508px; }

  .primary {
    width: 70%;
    float: left; }

  .primary .content {
    margin-left: 10px; }

  .secondary {
    width: 30%;
    float: left; }

  #header .logo {
    margin: 15px 10px; } }
@media only screen and (min-width: 960px) {
  .level.three {
    display: block; }

  .container {
    width: 940px;
    margin: 0 auto; } }
