@charset "UTF-8";
/* Main Colors */
/* Colors Navbar */
/* Colors Listing (with images) */
/**
 * @license
 * MyFonts Webfont Build ID 3221642, 2016-05-19T16:48:25-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NordiquePro-Light by Leksen Design
 * URL: http://www.myfonts.com/fonts/leksen-design/nordique-pro/light/
 * Copyright: Leksen Design
 * Licensed pageviews: 20,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3221642
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/31288a");
@font-face {
  font-family: 'NordiquePro-Light';
  src: url("../fonts/31288A_0_0.eot");
  src: url("../fonts/31288A_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/31288A_0_0.woff2") format("woff2"), url("../fonts/31288A_0_0.woff") format("woff"), url("../fonts/31288A_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"); }

h1, h2, h3 {
  font-family: 'NordiquePro-Light', sans-serif;
  font-weight: 300; }

body {
  font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p a {
  font-weight: bold;
  text-decoration: underline; }

.navbar-brand {
  font-weight: bold; }

h1 {
  font-weight: bold;
  line-height: 1; }

h2 {
  font-weight: 300;
  line-height: 1; }

#title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0; }

#title h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0; }

.text-only .data .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1; }

.text-only .data .subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1; }

.image .data .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; }

.image .data .subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2; }

a.current,
a.currentPath {
  font-weight: bold; }

.tree.level-1 {
  font-weight: bold; }

.tree.level-2 {
  font-weight: normal; }

html,
body {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: 100%; }

body {
  color: #383838;
  background-color: #fff;
  padding: 0;
  height: 100%; }
  body > .container {
    padding-top: 2rem; }
  body nav + .container {
    padding-top: 5rem; }
  body > .container:last-child {
    padding-bottom: 80px; }

a {
  color: #383838; }
  a:focus, a:hover {
    color: #F60;
    text-decoration: none; }

[class*="col-"] {
  padding: 1rem;
  text-align: justify; }
  [class*="col-"].no-vertical-padding {
    padding: 0 1rem; }

hr {
  border-top-color: fade(#383838, 50%); }

/* Navbar */
.navbar {
  border: none; }
  @media (min-width: 768px) {
    .navbar .container {
      padding: 0; } }
  .navbar .level-1 {
    background-color: #383838; }
    .navbar .level-1 .navbar-brand,
    .navbar .level-1 li a {
      color: #fff; }
      .navbar .level-1 .navbar-brand:focus, .navbar .level-1 .navbar-brand:hover,
      .navbar .level-1 li a:focus,
      .navbar .level-1 li a:hover {
        color: #F60;
        background-color: #383838; }
    .navbar .level-1 .currentPath, .navbar .level-1 .currentPath:focus, .navbar .level-1 .currentPath:hover,
    .navbar .level-1 .navbar-nav .active a,
    .navbar .level-1 .navbar-nav .active a:focus,
    .navbar .level-1 .navbar-nav .active a:hover {
      color: #F60;
      background-color: #4c4c4c; }
    .navbar .level-1 .navbar-form {
      border-color: transparent; }
      .navbar .level-1 .navbar-form:before {
        content: '\e003';
        color: #fff;
        position: relative;
        top: 2px;
        margin-right: 6px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .navbar .level-1 .form-control {
      color: #fff;
      background-color: #383838;
      margin: -0.5rem;
      padding: 0 0.5rem;
      border-width: 0;
      border-color: #F60; }
      @media (max-width: 768px) {
        .navbar .level-1 .form-control {
          margin-top: 0.5rem; } }
      .navbar .level-1 .form-control:focus {
        color: #F60;
        border-color: #F60;
        border-bottom-width: 1px;
        border-radius: 0; }
  .navbar .level-2 {
    background-color: #4c4c4c; }
    .navbar .level-2 li a {
      padding: 0.5rem 15px 0.6rem 15px;
      color: #fff; }
      .navbar .level-2 li a:focus, .navbar .level-2 li a:hover {
        color: #F60;
        background-color: #4c4c4c; }
    .navbar .level-2 .currentPath, .navbar .level-2 .currentPath:focus, .navbar .level-2 .currentPath:hover,
    .navbar .level-2 .navbar-nav .active a,
    .navbar .level-2 .navbar-nav .active a:focus,
    .navbar .level-2 .navbar-nav .active a:hover {
      color: #F60;
      background-color: #4c4c4c; }
  .navbar .navbar-toggle {
    border-color: transparent; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #fff; }
    .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
      background-color: transparent; }
      .navbar .navbar-toggle:focus .icon-bar, .navbar .navbar-toggle:hover .icon-bar {
        background-color: #F60; }
  .navbar .navbar-collapse {
    border: none; }

::-webkit-input-placeholder {
  color: #fff !important; }

:-moz-placeholder {
  color: #fff !important; }

::-moz-placeholder {
  color: #fff !important; }

:-ms-input-placeholder {
  color: #fff !important; }

/* Jumbotron */
.jumbotron {
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0MDAnIGhlaWdodD0nNDAwJyB2aWV3Qm94PScwIDAgNDAwIDQwMCc+CjxkZWZzPgoJPHBhdHRlcm4gaWQ9J2JsdWVzdHJpcGUnIHBhdHRlcm5Vbml0cz0ndXNlclNwYWNlT25Vc2UnIHg9JzAnIHk9JzAnIHdpZHRoPScxMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDUgMTAnID4KCQk8cmVjdCB4PSctNScgeT0nLTUnIHdpZHRoPScxNScgaGVpZ2h0PScyMCcgZmlsbD0nI2ZmZicvPgoJCTxsaW5lIHgxPSctMicgeTE9JzEnIHgyPSc3JyB5Mj0nMTAnIHN0cm9rZT0nI2ZhZmFmYScgc3Ryb2tlLXdpZHRoPScyJy8+CgkJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZmFmYWZhJyBzdHJva2Utd2lkdGg9JzInLz4KCQk8bGluZSB4MT0nLTInIHkxPSctNCcgeDI9JzcnIHkyPSc1JyBzdHJva2U9JyNmYWZhZmEnIHN0cm9rZS13aWR0aD0nMicvPgoJCTxsaW5lIHgxPSc3JyB5MT0nMScgeDI9Jy0yJyB5Mj0nMTAnIHN0cm9rZT0nI2Y1ZjVmNScgc3Ryb2tlLXdpZHRoPScyJy8+CgkJPGxpbmUgeDE9JzcnIHkxPSc2JyB4Mj0nLTInIHkyPScxNScgc3Ryb2tlPScjZjVmNWY1JyBzdHJva2Utd2lkdGg9JzInLz4KCQk8bGluZSB4MT0nNycgeTE9Jy00JyB4Mj0nLTInIHkyPSc1JyBzdHJva2U9JyNmNWY1ZjUnIHN0cm9rZS13aWR0aD0nMicvPgoJPC9wYXR0ZXJuPiAKCTxmaWx0ZXIgaWQ9J2Z1enonIHg9JzAnIHk9JzAnPgoJCTxmZVR1cmJ1bGVuY2UgdHlwZT0ndHVyYnVsZW5jZScgcmVzdWx0PSd0JyBiYXNlRnJlcXVlbmN5PScuMiAuMScgbnVtT2N0YXZlcz0nMicgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPgoJCTxmZUNvbG9yTWF0cml4IHR5cGU9J3NhdHVyYXRlJyBpbj0ndCcgdmFsdWVzPScwLjQnLz4KCQk8ZmVDb252b2x2ZU1hdHJpeCBvcmRlcj0nMywzJyBrZXJuZWxNYXRyaXg9JzAsLS4yNSwwLC0uMjUsMiwtLjI1LDAsLS4yNSwwJy8+Cgk8L2ZpbHRlcj4KPC9kZWZzPgo8cmVjdCB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyBmaWxsPSd1cmwoI2JsdWVzdHJpcGUpJy8+CjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNmdXp6KScgb3BhY2l0eT0nMC4xJy8+Cjwvc3ZnPg==);
  margin: 0 0 2rem 0; }

/* Menus */
.filter a,
.sort a,
.tree a {
  display: inline-block; }
  .filter a:before,
  .sort a:before,
  .tree a:before {
    position: relative;
    top: 1px;
    margin-right: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.tree {
  margin-left: 18px;
  padding: 0;
  list-style-type: none; }
  .tree a {
    padding-bottom: 0.3rem; }
  .tree .current,
  .tree .currentPath {
    color: #F60; }
  .tree .current:before,
  .tree .currentPath:before {
    content: '\e165';
    font-size: 9px;
    top: -1px;
    left: -18px;
    width: 0;
    margin: 0; }

.filter,
.sort {
  margin: 0;
  padding: 0; }
  .filter li,
  .sort li {
    display: inline-block; }
  .filter a,
  .sort a {
    margin: 0 0.6rem -0.4rem;
    padding: 0.15rem 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 8px; }
    .filter a.current,
    .sort a.current {
      color: #F60;
      border-color: fade(#F60, 60%); }
      .filter a.current:hover,
      .sort a.current:hover {
        border-color: fade(#F60, 60%); }

.filter a:before {
  content: '\e041'; }

.sort a:before {
  content: '\e031'; }

/* Prev & Next */
.prev-next .next:after,
.prev-next .prev:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.prev-next .prev:before {
  content: '\e079';
  margin-right: 2px; }

.prev-next .next:after {
  content: '\e080';
  margin-left: 2px; }

/* Listings */
.list {
  margin: 0;
  padding: 0;
  /* List with only text */
  /* List with Thumbnails */ }
  .list li {
    list-style-type: none; }
  .list .text-only a .subtitle,
  .list .text-only a .title {
    display: inline; }
    .list .text-only a .subtitle:after,
    .list .text-only a .title:after {
      content: '\00a0'; }
  .list .image a {
    display: block;
    margin: -1.9rem;
    min-height: 70px; }
    .list .image a .data {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 1.5rem 1rem; }
      .list .image a .data > * {
        display: inline;
        padding: 0 0 0.17em;
        color: #383838;
        background-color: #fff; }
        .list .image a .data > *:after {
          content: '';
          display: block; }
      @media (max-width: 480px) {
        .list .image a .data .subtitle {
          display: none; } }
    .list .image a:hover .data > * {
      color: #F60;
      background-color: #fff; }

/* Carousel */
.row .carousel {
  margin: -0.5rem; }

/* Gallery */
.gallery {
  padding: -1rem; }

/* Breadcrumbs */
.breadcrumbs .glyphicon {
  top: 0;
  font-size: 11px; }
