/** Shopify CDN: Minification failed

Line 256:35 Unexpected "{"

**/
@charset "UTF-8";
.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
.main-container {
  position: relative;
  overflow: hidden; }
  .main-container--product-shape::before {
    content: '';
    width: 90vw;
    height: 40vw;
    background-color: #EBEAE2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: scale(1.2) skewX(40deg) rotate(-20deg) translate(28%, -36%);
        -ms-transform: scale(1.2) skewX(40deg) rotate(-20deg) translate(28%, -36%);
            transform: scale(1.2) skewX(40deg) rotate(-20deg) translate(28%, -36%); }

.off-canvas {
  position: fixed;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 80px;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #2D2A23;
  -webkit-transition: ease 600ms transform;
  -o-transition: ease 600ms transform;
  transition: ease 600ms transform;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  .off-canvas a.btn {
    color: #fff; }
  .off-canvas > ul {
    list-style: none;
    visibility: hidden;
    padding-left: 0; }
  .off-canvas li:first-child > a {
    padding-top: 28px; }
  .off-canvas li:last-child > a {
    padding-bottom: 28px; }
  .off-canvas a {
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-transition: ease 200ms color;
    -o-transition: ease 200ms color;
    transition: ease 200ms color; }
  .off-canvas.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .off-canvas.show > ul {
      visibility: visible; }
  .off-canvas__navs a.btn {
    padding-left: 0; }
  .off-canvas__close-layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 8;
    display: none;
    opacity: .6; }
    .off-canvas__close-layer--home {
      background-color: #000; }
  @media (min-width: 992px) {
    .off-canvas {
      display: none; } }

.items {
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .items--light.btn {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8); }
    .items--light.btn:hover {
      color: rgba(255, 255, 255, 0.8); }
  .items.btn {
    display: none; }
    .items.btn:hover {
      border-color: #36BDC3; }
    .items.btn:active {
      background-color: #36BDC3 !important;
      border-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff !important; }
    @media (min-width: 992px) {
      .items.btn {
        display: inline-block; } }
  .items--mobile.btn {
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 18px;
    display: inline-block; }
    .items--mobile.btn:hover {
      border-color: #36BDC3; }
    .items--mobile.btn:active {
      background-color: #36BDC3 !important;
      border-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff !important; }
  .items.btn-lg, .btn-group-lg > .items.btn {
    border-radius: 50px; }
  .items:hover {
    border-color: #000; }
  .items i::before {
    font-family: 'ico-moon';
    content: '\e90a';
    padding-right: 12px; }
  @media (min-width: 992px) {
    .items {
      margin-top: 8px; } }

.header {
  padding-top: 20px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .header {
      padding-top: 40px; } }
  .header__video-bg {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #6cadc6; }
    .header__video-bg-after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .3; }
  .header--shop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .header--image {
    background-size: cover;
    position: relative; }
  .header--article {
    min-height: 520px; }
  .header--blog::before {
    content: none; }
  .header--contact {
    background-color: #2D291F; }
  .header--about {
    background-size: cover;
    position: relative; }
  .header--brand {
    background-position: center top;
    background-size: cover; }
  .header__logo {
    width: 100%;
    max-width: 238px;
    max-height: 63px;
    margin-bottom: 30px;
    margin-left: 10px; }
    @media (min-width: 992px) {
      .header__logo {
        margin-left: 3vw;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .header__logo {
        margin-left: 2vw; } }
  .header__main-navbar {
    padding-top: 8px; }
    @media (min-width: 992px) {
      .header__main-navbar {
        padding-top: 0; } }
  .header__hamburger-icon {
    position: relative; }
    .header__hamburger-icon > span {
      display: block;
      width: 30px;
      height: 4px;
      background-color: #000;
      position: absolute;
      right: 8px;
      z-index: 12;
      -webkit-transition: ease 300ms transform, ease 200ms opacity, linear 800ms background-color;
      -o-transition: ease 300ms transform, ease 200ms opacity, linear 800ms background-color;
      transition: ease 300ms transform, ease 200ms opacity, linear 800ms background-color; }
      .header__hamburger-icon > span:nth-child(1) {
        top: 8px; }
      .header__hamburger-icon > span:nth-child(2) {
        top: 16px; }
      .header__hamburger-icon > span:nth-child(3) {
        top: 24px; }
    .header__hamburger-icon--home > span {
      background-color: #fff; }
    .header__hamburger-icon.open > {
      z-index: 12; }
      .header__hamburger-icon.open > span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(6px, 6px);
            -ms-transform: rotate(45deg) translate(6px, 6px);
                transform: rotate(45deg) translate(6px, 6px); }
      .header__hamburger-icon.open > span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(6px, -5px);
            -ms-transform: rotate(-45deg) translate(6px, -5px);
                transform: rotate(-45deg) translate(6px, -5px); }
      .header__hamburger-icon.open > span:nth-child(2) {
        opacity: 0;
        width: 30px;
        height: 4px; }
    @media (min-width: 992px) {
      .header__hamburger-icon.btn {
        display: none; } }
  .header__heading {
    text-transform: capitalize;
    letter-spacing: .01em;
    margin-top: 120px;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    position: relative; }
    @media (min-width: 992px) {
      .header__heading {
        font-size: 49px;
        padding-left: 40px;
        padding-right: 40px; } }
    .header__heading--home {
      font-size: 60px; }
    .header__heading--light {
      color: #fff; }
    .header__heading--contact {
      margin-top: 70px;
      margin-bottom: 70px; }
    .header__heading--blog {
      margin-top: 180px; }
    .header__heading--about {
      margin-top: 100px; }
  .header__subtitle {
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #939393;
    font-weight: 300;
    margin-bottom: 160px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.85em;
    position: relative; }
    .header__subtitle--light {
      color: #fff; }
    .header__subtitle--blog {
      margin-bottom: 40px;
      max-width: 750px;
      line-height: 1.85em;
      font-size: 14px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px; }
    .header__subtitle--about {
      max-width: 800px;
      margin: 0 auto; }
  .header__link-blog {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: ease 600ms transform;
    -o-transition: ease 600ms transform;
    transition: ease 600ms transform; }
    .header__link-blog:hover {
      -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
              transform: translateY(-40px); }
  .header__arrow {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    margin-bottom: 25px;
    text-decoration: none; }
  .header__back {
    display: inline-block;
    padding: 20px;
    padding-left: 2px;
    text-transform: uppercase;
    -webkit-transition: ease 200ms color;
    -o-transition: ease 200ms color;
    transition: ease 200ms color;
    margin-left: 10px; }
    @media (min-width: 992px) {
      .header__back {
        margin-left: 3vw;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .header__back {
        margin-left: 2vw; } }
  .header__about-btn {
    display: block !important;
    width: 60px;
    height: 60px;
    margin: 40px auto 100px auto !important;
    padding: 20px !important;
    color: #fff !important;
    border-color: #fff !important;
    -webkit-transition: ease 200ms all;
    -o-transition: ease 200ms all;
    transition: ease 200ms all; }
    .header__about-btn:hover {
      border-color: #36BDC3 !important; }
    .header__about-btn img {
      margin-left: 2px; }
  .header__brand-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 60px; }
  .header__brand-link {
    display: inline-block;
    margin-bottom: 50px;
    color: #fff;
    opacity: .5;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .header__brand-link:hover, .header__brand-link:focus {
      color: #fff;
      opacity: .9; }

.main-navbar {
  display: none; }
  .main-navbar a {
    -webkit-transition: ease 200ms color;
    -o-transition: ease 200ms color;
    transition: ease 200ms color;
    padding-left: 10px !important;
    padding-right: 10px !important; }
    @media (min-width: 1200px) {
      .main-navbar a {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    .main-navbar a:hover {
      color: #36BDC3; }
  .main-navbar--light a {
    color: rgba(255, 255, 255, 0.6); }
    .main-navbar--light a:hover {
      color: #36BDC3; }
    .main-navbar--light a:focus, .main-navbar--light a.active {
      color: #fff; }
  .main-navbar .btn-link {
    font-weight: 500; }
  @media (min-width: 992px) {
    .main-navbar {
      display: block;
      margin-top: 8px; } }

.products {
  position: relative; }
  .products__filter-select {
    margin-top: 0; }
    @media (min-width: 768px) {
      .products__filter-select {
        margin-top: 5px; } }
    @media (min-width: 1332px) {
      .products__filter-select {
        margin-top: 0; } }
    .products__filter-select button {
      -webkit-transition: ease 200ms color;
      -o-transition: ease 200ms color;
      transition: ease 200ms color; }
  .products__filter-bar .btn {
    text-transform: capitalize !important; }
  .products__filter-bar--mobile {
    display: block; }
    .products__filter-bar--mobile a {
      border-radius: 0; }
    .products__filter-bar--mobile button {
      -webkit-transition: ease 200ms color;
      -o-transition: ease 200ms color;
      transition: ease 200ms color; }
    .products__filter-bar--mobile ul {
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 1332px) {
      .products__filter-bar--mobile {
        display: none; } }
  .products__filter-bar--desktop {
    display: none;
    margin-top: 10px;
    margin-bottom: 0; }
    .products__filter-bar--desktop a {
      -webkit-transition: ease 200ms color;
      -o-transition: ease 200ms color;
      transition: ease 200ms color; }
    @media (min-width: 1332px) {
      .products__filter-bar--desktop {
        display: block; } }
  .products__filter-bar .list-inline {
    margin-bottom: 0; }
    @media (min-width: 1332px) {
      .products__filter-bar .list-inline {
        padding-left: 20px; } }
    .products__filter-bar .list-inline a {
      -webkit-transition: ease 200ms color;
      -o-transition: ease 200ms color;
      transition: ease 200ms color; }
  .products__more .btn {
    text-transform: uppercase;
    -webkit-transition: ease 200ms all;
    -o-transition: ease 200ms all;
    transition: ease 200ms all; }
    .products__more .btn:hover {
      border-color: #36BDC3; }
    .products__more .btn:active {
      background-color: #36BDC3 !important;
      border-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff !important; }
  .products__related-title {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px; }
  .products__dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    .products__dropdown .btn {
      text-transform: capitalize !important; }
    .products__dropdown label {
      display: none; }
      @media (min-width: 1420px) {
        .products__dropdown label {
          display: block;
          position: absolute;
          font-weight: 300;
          font-size: 16px;
          left: 20px;
          top: 24px;
          opacity: .5; } }
    .products__dropdown ul {
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
  .products--line {
    border-bottom: 1px solid #e2e2e2; }
  .products__featured-brands {
    color: #fff;
    text-transform: uppercase;
    margin-left: 40px;
    position: absolute;
    left: 0;
    top: -42px; }

.filter-bar__item-grid {
  border-top: 1px solid #EAEAEA; }
  @media (min-width: 768px) {
    .filter-bar__item-grid {
      border: none; } }
  .filter-bar__item-grid--left {
    border-left: 1px solid #EAEAEA; }
    @media (min-width: 768px) {
      .filter-bar__item-grid--left {
        border: none; } }
.filter-bar__dropdown {
  margin-top: 0 !important;
  left: 0 !important;
  right: 0 !important; }
  @media (min-width: 768px) {
    .filter-bar__dropdown {
      margin-top: 6px !important; } }
  .filter-bar__dropdown--products a {
    text-align: left;
    padding-left: 40px; }
  .filter-bar__dropdown a.pd {
    padding-top: 10px;
    padding-bottom: 10px; }
.filter-bar__item a {
  color: rgba(0, 0, 0, 0.35); }
.filter-bar__item .active > a {
  color: #000; }
.filter-bar__item i {
  font-size: 1.5em;
  vertical-align: -15%;
  padding-right: .5em;
  width: 45px;
  display: inline-block; }
  .filter-bar__item i::before {
    font-family: 'ico-moon'; }
.filter-bar__item--actual-all {
  padding-top: 5px;
  padding-bottom: 5px; }
.filter-bar__item--editor-picks i::before {
  content: '\e90e'; }
.filter-bar__item--timepieces i::before {
  content: '\e90d';
  padding-left: 6px; }
.filter-bar__item--cufflinks i::before {
  content: '\e90c'; }
.filter-bar__item--pens i::before {
  content: '\e90b'; }
.filter-bar__item--belts i::before {
  content: '\e90f'; }
.filter-bar__item--all {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 45px; }

.tile-product {
  background-color: #fff;
  height: 100vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 10%;
  display: block; }
  @media (min-width: 768px) {
    .tile-product {
      height: 50vw; } }
  @media (min-width: 992px) {
    .tile-product {
      height: 33.333333vw; } }
  @media (min-width: 1200px) {
    .tile-product {
      height: 25vw; } }
  .tile-product--related {
    height: 100vw; }
    @media (min-width: 480px) {
      .tile-product--related {
        height: 50vw; } }
    @media (min-width: 992px) {
      .tile-product--related {
        height: 33.3333333vw; } }
    @media (min-width: 1200px) {
      .tile-product--related {
        height: 25vw; } }
  .tile-product--see-more {
    background-repeat: no-repeat;
    background-size: auto 180px;
    background-position: bottom center;
    cursor: pointer;
    height: 50vw; }
    @media (min-width: 768px) {
      .tile-product--see-more {
        height: 300px; } }
    @media (min-width: 1920px) {
      .tile-product--see-more {
        background-size: auto 210px;
        height: 350px; } }
    @media (min-width: 2300px) {
      .tile-product--see-more {
        background-size: auto 240px;
        height: 400px; } }
    .tile-product--see-more-twi1 {
      background-color: #493934; }
      .tile-product--see-more-twi1 > img {
        position: absolute;
        top: 50% !important;
        left: 50%;
        max-width: 165px !important;
        max-height: 135px !important;
        -webkit-transform: translateY(-50%) translateZ(0) scale(0.75) !important;
                transform: translateY(-50%) translateZ(0) scale(0.75) !important; }
    .tile-product--see-more-dodane1 {
      background-color: #313334; }
      .tile-product--see-more-dodane1 > img {
        -webkit-transform: translateY(-50%) translateZ(0) scale(0.75) !important;
                transform: translateY(-50%) translateZ(0) scale(0.75) !important; }
    .tile-product--see-more-dodane2 {
      background-color: #313334; }
      .tile-product--see-more-dodane2 > img {
        -webkit-transform: translateY(-50%) translateZ(0) scale(0.75) !important;
                transform: translateY(-50%) translateZ(0) scale(0.75) !important; }
    .tile-product--see-more-laurent-ferrier1 {
      background-color: #2F291E; }
    .tile-product--see-more-laurent-ferrier2 {
      background-color: #2F291E; }
    .tile-product--see-more-linde-werdelin1 {
      background-color: #514F6F; }
    .tile-product--see-more-linde-werdelin2 {
      background-color: #514F6F; }
    .tile-product--see-more-ressence1 {
      background-size: contain;
      background-color: #9DBDB4;
      background-position: bottom 50px center; }
      @media (min-width: 768px) {
        .tile-product--see-more-ressence1-brand-page {
          background-position: bottom 20px center; } }
      @media (min-width: 992px) {
        .tile-product--see-more-ressence1-brand-page {
          background-position: bottom 40px center; } }
      @media (min-width: 1200px) {
        .tile-product--see-more-ressence1-brand-page {
          background-position: bottom 10px center; } }
    .tile-product--see-more-ressence2 {
      background-size: contain;
      background-color: #9DBDB4;
      background-position: bottom 20px center; }
    .tile-product--see-more-romain-jerome1 {
      background-color: #BCA790; }
    .tile-product--see-more-romain-jerome2 {
      background-color: #BCA790; }
    .tile-product--see-more-rudis-sylva1 {
      background-color: #6A7160; }
      .tile-product--see-more-rudis-sylva1 > img {
        -webkit-transform: translateY(-50%) translateZ(0) scale(0.75) !important;
                transform: translateY(-50%) translateZ(0) scale(0.75) !important; }
    .tile-product--see-more-rudis-sylva2 {
      background-color: #6A7160; }
      .tile-product--see-more-rudis-sylva2 > img {
        -webkit-transform: translateY(-50%) translateZ(0) scale(0.75) !important;
                transform: translateY(-50%) translateZ(0) scale(0.75) !important; }
    .tile-product--see-more-triton1 {
      background-color: #6D6060; }
    .tile-product--see-more-triton2 {
      background-color: #6D6060; }
    .tile-product--see-more-zrc1 {
      background-color: #BCA790; }
	.tile-product--see-more-swisskubik1 {
      background-color: #bdd5d9; }
    .tile-product--see-more::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #fff;
      opacity: 0;
      z-index: 0;
      -webkit-transition: ease 600ms opacity;
      -o-transition: ease 600ms opacity;
      transition: ease 600ms opacity; }
    .tile-product--see-more > img {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 20%;
      -webkit-transition: ease 400ms transform;
      -o-transition: ease 400ms transform;
      transition: ease 400ms transform;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translateY(-50%) translateZ(0);
              transform: translateY(-50%) translateZ(0); }
    .tile-product--see-more:hover::before {
      opacity: .2; }
  .tile-product__img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 12%;
    -webkit-transition: ease 400ms transform;
    -o-transition: ease 400ms transform;
    transition: ease 400ms transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .tile-product__img--sold {
      opacity: .25; }
  .tile-product__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: ease 400ms transform;
    -o-transition: ease 400ms transform;
    transition: ease 400ms transform;
    padding-bottom: inherit;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .tile-product:not(.tile-product--see-more)::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 3;
    -webkit-transition: ease 600ms opacity;
    -o-transition: ease 600ms opacity;
    transition: ease 600ms opacity; }
  .tile-product:not(.tile-product--see-more):hover .tile-product__img {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px); }
  .tile-product:not(.tile-product--see-more):hover::before {
    opacity: .03; }

.info__company {
  text-transform: uppercase;
  color: #848484; }
.info__name {
  color: #000;
  font-size: 1.33rem;
  font-weight: 500; }
.info__price {
  color: #23BCCB;
  font-size: 1.33rem;
  font-weight: 700; }
  .info__price--sold {
    color: #000; }

.news {
  position: relative; }
  .news__title {
    margin-bottom: 50px;
    margin-top: 70px;
    padding: 10px;
    color: #000;
    font-size: 49px; }
  .news__blog .btn {
    text-transform: uppercase;
    -webkit-transition: ease 200ms all;
    -o-transition: ease 200ms all;
    transition: ease 200ms all; }
    .news__blog .btn:hover {
      border-color: #36BDC3; }
    .news__blog .btn:active {
      background-color: #36BDC3 !important;
      border-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff !important; }

.tile-news {
  min-height: 100vw;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  cursor: poiner; }
  .tile-news::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #000, transparent);
    background-image: -o-linear-gradient(bottom, #000, transparent);
    background-image: linear-gradient(to top, #000, transparent);
    z-index: 2; }
  @media (min-width: 1200px) {
    .tile-news--hide-gradient::before {
      content: none; } }
  @media (min-width: 768px) {
    .tile-news {
      min-height: 50vw; } }
  @media (min-width: 992px) {
    .tile-news {
      min-height: 33.333333vw; } }
  .tile-news__news-desc {
    z-index: 4;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 20px;
    max-width: 500px;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 1200px) {
      .tile-news__news-desc {
        min-width: 400px; } }
    @media (min-width: 1500px) {
      .tile-news__news-desc {
        right: 0;
        margin-left: auto;
        margin-right: 5%; } }
    @media (min-width: 1200px) {
      .tile-news__news-desc--marg-bottom {
        right: 0;
        margin-left: auto;
        margin-right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .tile-news--right-slant {
    background-size: cover; }
    @media (min-width: 1200px) {
      .tile-news--right-slant::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-color: #f6f6f6;
        width: 100px;
        height: 100px;
        -webkit-transform: scale(14) rotate(45deg) translateY(-10%) translateX(-10%);
            -ms-transform: scale(14) rotate(45deg) translateY(-10%) translateX(-10%);
                transform: scale(14) rotate(45deg) translateY(-10%) translateX(-10%);
        z-index: 2;
        -webkit-transition: ease 400ms transform;
        -o-transition: ease 400ms transform;
        transition: ease 400ms transform; } }
    @media (min-width: 1500px) {
      .tile-news--right-slant::after {
        -webkit-transform: scale(18) rotate(45deg) translateY(-10%) translateX(-10%);
            -ms-transform: scale(18) rotate(45deg) translateY(-10%) translateX(-10%);
                transform: scale(18) rotate(45deg) translateY(-10%) translateX(-10%); } }
    .tile-news--right-slant:hover::after {
      -webkit-transform: scale(13) rotate(45deg) translateY(-30%) translateX(0);
          -ms-transform: scale(13) rotate(45deg) translateY(-30%) translateX(0);
              transform: scale(13) rotate(45deg) translateY(-30%) translateX(0); }
      @media (min-width: 992px) {
        .tile-news--right-slant:hover::after {
          -webkit-transform: scale(13) rotate(45deg) translateY(-10%) translateX(-10%);
              -ms-transform: scale(13) rotate(45deg) translateY(-10%) translateX(-10%);
                  transform: scale(13) rotate(45deg) translateY(-10%) translateX(-10%); } }
      @media (min-width: 1200px) {
        .tile-news--right-slant:hover::after {
          -webkit-transform: scale(15) rotate(45deg) translateY(-10%) translateX(-10%);
              -ms-transform: scale(15) rotate(45deg) translateY(-10%) translateX(-10%);
                  transform: scale(15) rotate(45deg) translateY(-10%) translateX(-10%); } }
      @media (min-width: 1500px) {
        .tile-news--right-slant:hover::after {
          -webkit-transform: scale(20) rotate(45deg) translateY(-10%) translateX(-10%);
              -ms-transform: scale(20) rotate(45deg) translateY(-10%) translateX(-10%);
                  transform: scale(20) rotate(45deg) translateY(-10%) translateX(-10%); } }
  .tile-news--left-slant {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); }
    @media (min-width: 1500px) {
      .tile-news--left-slant::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #f6f6f6;
        width: 100px;
        height: 100px;
        -webkit-transform: scale(4) rotate(45deg) translateY(30%) translateX(10%);
            -ms-transform: scale(4) rotate(45deg) translateY(30%) translateX(10%);
                transform: scale(4) rotate(45deg) translateY(30%) translateX(10%);
        z-index: 2;
        -webkit-transition: ease 400ms transform;
        -o-transition: ease 400ms transform;
        transition: ease 400ms transform; } }
    .tile-news--left-slant:hover::after {
      -webkit-transform: scale(7) rotate(45deg) translateY(30%) translateX(10%);
          -ms-transform: scale(7) rotate(45deg) translateY(30%) translateX(10%);
              transform: scale(7) rotate(45deg) translateY(30%) translateX(10%); }

.news-desc__date {
  margin-top: 20px;
  text-transform: uppercase;
  color: #ababab; }
  .news-desc__date:hover {
    color: #ababab; }
.news-desc__p {
  padding-top: 10px;
  display: none;
  color: #747474;
  font-size: 14px;
  line-height: 1.85;
  max-height: 180px;
  overflow-y: hidden; }
  @media (min-width: 768px) {
    .news-desc__p {
      display: block; } }
  .news-desc__p:hover {
    color: #747474; }
.news-desc__title {
  color: #fff;
  font-size: 40px; }
  @media (min-width: 1200px) {
    .news-desc__title--color-slant {
      color: #000; } }

.comments__title {
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 10px;
  color: #000;
  font-size: 49px; }

.comments-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .comments-box__comment {
    -webkit-transition: ease 400ms transform;
    -o-transition: ease 400ms transform;
    transition: ease 400ms transform;
    margin-bottom: 120px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .comments-box__comment:hover {
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px); } }
    .comments-box__comment--green {
      background-color: #dce0d7; }
    .comments-box__comment--pink {
      background-color: #ece6e0; }
    .comments-box__comment--blue {
      background-color: #dbe2e3; }
    .comments-box__comment > p {
      max-width: 310px;
      margin: 0 auto;
      color: #282828;
      padding-top: 75px;
      padding-bottom: 70px;
      line-height: 1.8em;
      font-style: italic; }
    .comments-box__comment > h5 {
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.9); }
    .comments-box__comment > h6 {
      text-transform: uppercase;
      padding-bottom: 27px;
      color: rgba(0, 0, 0, 0.3); }
    .comments-box__comment > img {
      max-width: 90px;
      max-height: 90px;
      margin-bottom: -45px;
      border-radius: 50%; }

.companies {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .companies__tile {
    display: block;
    height: 140px;
    position: relative; }
    .companies__tile img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      opacity: .6;
      max-height: 51px;
      max-width: 180px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      margin: 0 auto; }
    .companies__tile::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #fff;
      opacity: 0;
      z-index: 0;
      -webkit-transition: ease 600ms opacity;
      -o-transition: ease 600ms opacity;
      transition: ease 600ms opacity; }
    .companies__tile:hover::before {
      opacity: .4; }

.instagram__tile {
  display: block;
  overflow: hidden;
  height: 50vw;
  background-size: cover;
  background-position: center center; }
  .instagram__tile::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 0;
    -webkit-transition: ease 600ms opacity;
    -o-transition: ease 600ms opacity;
    transition: ease 600ms opacity; }
  .instagram__tile:hover::before {
    opacity: .2; }
  @media (min-width: 768px) {
    .instagram__tile {
      height: 33.333333vw; } }
  @media (min-width: 992px) {
    .instagram__tile {
      height: 25vw; } }
  @media (min-width: 1200px) {
    .instagram__tile {
      height: 20vw; } }

.footer {
  background-color: #2D291F;
  padding-bottom: 100px; }
  .footer__hash-header {
    margin-top: -.6em;
    color: #23BCCB;
    position: relative;
    z-index: 5; }
    .footer__hash-header--blog {
      margin-top: .6em; }
  .footer__nav {
    padding-top: 30px;
    padding-bottom: 30px; }
    .footer__nav li {
      display: block; }
      @media (min-width: 992px) {
        .footer__nav li {
          display: inline-block; } }
    .footer__nav .btn {
      color: #fff;
      -webkit-transition: ease 200ms color;
      -o-transition: ease 200ms color;
      transition: ease 200ms color; }
      .footer__nav .btn:hover {
        color: #23BCCB; }
  .footer__text {
    display: inline-block;
    max-width: 800px;
    padding: 0 30px;
    text-align: center;
    line-height: 1.8em; }
  .footer__social {
    padding-top: 40px;
    padding-bottom: 40px; }
    .footer__social > a {
      margin-left: 25px;
      margin-right: 25px; }
  .footer__copy {
    text-transform: uppercase;
    padding: 0 30px; }

.tabs-about__tab {
  opacity: .4;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: block;
  padding-bottom: 24px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 80px; }
  .tabs-about__tab--first {
    margin-top: 40px; }
  @media (min-width: 768px) {
    .tabs-about__tab {
      margin-top: 0;
      margin-left: 40px;
      margin-right: 40px;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .tabs-about__tab {
      margin-left: 60px;
      margin-right: 60px; } }
  .tabs-about__tab:hover {
    opacity: 1; }
  .tabs-about__tab img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    margin-bottom: 30px; }
  .tabs-about__tab a {
    display: block;
    margin-bottom: 24px;
    color: #000;
    font-size: 18px;
    font-weight: bold; }
.tabs-about ul {
  margin-bottom: 0; }
.tabs-about .active {
  border-bottom: 3px solid #23BCCB;
  opacity: 1; }

.tabs-brand {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .tabs-brand {
      margin-bottom: 60px; } }
  .tabs-brand__tab {
    opacity: .4;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    display: block;
    padding-bottom: 12px;
    color: #000;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .tabs-brand__tab {
        margin: 0;
        padding-bottom: 24px;
        margin-right: 40px; } }
    .tabs-brand__tab:hover {
      opacity: 1; }
    .tabs-brand__tab--hide-mob {
      display: none !important; }
      @media (min-width: 768px) {
        .tabs-brand__tab--hide-mob {
          display: inline-block !important; } }
    .tabs-brand__tab--show-mob {
      display: inline-block !important; }
      @media (min-width: 768px) {
        .tabs-brand__tab--show-mob {
          display: none !important; } }
    .tabs-brand__tab a {
      display: block;
      color: #000;
      font-size: 11px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .tabs-brand__tab a {
          font-size: 14px; } }
  .tabs-brand ul {
    margin-bottom: 0; }
  .tabs-brand .active {
    border-bottom: 3px solid #23BCCB;
    opacity: 1; }

.retailer-cart {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 50px; }
  @media (min-width: 568px) {
    .retailer-cart {
      width: 50%;
      min-height: 250px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .retailer-cart {
      padding-left: 85px; } }
  .retailer-cart > p:first-child {
    margin: 0 !important; }

.product-presentation {
  margin-bottom: 80px; }

.product-images {
  background-color: #fff;
  max-width: 800px;
  margin-bottom: 65px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .product-images {
      width: 100%; } }
  @media (min-width: 992px) {
    .product-images {
      min-width: 70%;
      max-width: 80%;
      width: auto; } }
  .product-images__thumb-container {
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .product-images__thumb-container .swiper-button-next, .product-images__thumb-container .swiper-button-prev {
      background-image: none;
      font-size: 16px; }
  .product-images__thumb {
    cursor: pointer;
    height: 170px;
    position: relative; }
    .product-images__thumb img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      margin: 0 auto; }
  .product-images__big-container {
    width: 100%;
    height: 400px;
    position: relative; }
    @media (min-width: 768px) {
      .product-images__big-container {
        height: 500px; } }
    @media (min-width: 992px) {
      .product-images__big-container {
        height: 700px; } }
  .product-images__big {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    margin: 0 auto;
    padding: 26px;
    max-width: 100%;
    max-height: 400px; }
    .product-images__big[data-image] {
      display: none; }
    @media (min-width: 768px) {
      .product-images__big {
        max-height: 500px; } }
    @media (min-width: 992px) {
      .product-images__big {
        max-height: 700px; } }

.product-description {
  position: relative;
  max-width: 560px;
  padding-left: 20px;
  padding-right: 40px; }
  @media (min-width: 768px) {
    .product-description {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .product-description {
      margin-left: 20px;
      margin-right: 0; } }
  .product-description__company {
    max-height: 80px;
    max-width: 180px; }
  .product-description__name {
    padding-top: 40px;
    padding-bottom: 40px; }
  .product-description__number {
    color: #000;
    opacity: .3; }
  .product-description__desc {
    line-height: 2em;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .product-description__desc {
        margin-bottom: 100px; } }
    .product-description__desc p {
      padding-bottom: 20px; }
  .product-description__price {
    color: #36BDC3;
    font-size: 2em;
    font-weight: 700;
    padding-top: .6em;
    padding-bottom: .6em; }
    .product-description__price--sold {
      color: #000; }

.add-cart {
  background-color: #36BDC3;
  display: inline-block;
  padding-right: 8px;
  padding-left: 6px;
  white-space: nowrap; }
  .add-cart__plus-minus {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    border: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    margin: 10px; }
  .add-cart__number {
    display: inline-block;
    color: #fff;
    background-color: transparent;
    font-size: 1.2em;
    margin: 4px;
    padding-top: 2px;
    width: auto;
    border: none;
    text-align: center; }
    .add-cart__number::-webkit-inner-spin-button, .add-cart__number::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .add-cart__number:focus {
      outline: none; }
  .add-cart__submit {
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    margin: 10px;
    border: none;
    background: none;
    outline: none; }

.blog-tile {
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: auto;
  display: block;
  height: 570px; }
  .blog-tile:hover .blog-tile__image:before {
    opacity: .25; }
  .blog-tile__image {
    position: relative;
    width: 100%;
    height: 290px;
    background-size: cover; }
    .blog-tile__image:before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      opacity: 0;
      -webkit-transition: ease 400ms opacity;
      -o-transition: ease 400ms opacity;
      transition: ease 400ms opacity; }
  .blog-tile__content {
    margin: 40px; }

.blog {
  padding: 15px;
  padding-top: 0;
  margin-top: -35px; }
  .blog__blog-tile[class^="col"] {
    padding-left: 15px;
    padding-right: 15px; }

.post-content {
  position: relative; }
  .post-content__heading {
    font-size: 24px;
    margin-bottom: 24px; }
  .post-content__paragraph {
    font-size: 14px;
    line-height: 1.85em;
    color: #848484;
    margin-bottom: 30px;
    height: 100px;
    overflow: hidden; }
  .post-content__author, .post-content__date {
    color: #848484;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    margin: 0; }
  .post-content__author {
    color: #848484; }
  .post-content__date {
    text-align: right; }

.article {
  background-color: #fff;
  padding: 20px;
  margin-top: -170px;
  margin-bottom: 110px;
  position: relative; }
  @media (min-width: 992px) {
    .article {
      padding: 50px; } }
  @media (min-width: 1200px) {
    .article {
      padding: 80px; } }
  .article__title {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .article__title {
        top: -180px; } }
    .article__title h1 {
      color: #fff;
      font-size: 50px;
      margin-bottom: 18px; }
  .article__author {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }
  .article__clear {
    clear: both; }
  .article__date {
    color: #848484; }
  .article__excerpt {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 1.6em !important;
    padding-bottom: 40px;
    color: #000 !important; }
  .article__content {
    font-size: 14px;
    line-height: 1.85em; }
    .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
      font-family: "Avenir";
      font-weight: bold;
      font-size: 18px;
      line-height: 1.6em;
      padding-bottom: 20px;
      color: #000; }
    .article__content p:not(.article__excerpt p) {
      font-size: 14px;
      line-height: 1.85em;
      color: #848484;
      padding-bottom: 20px; }
    .article__content img {
      max-width: 100%; }
    .article__content a {
      display: inline-block;
      margin-top: 20px;
      margin-bottom: 20px; }
  .article__main-image {
    display: block;
    margin-bottom: 40px; }
  .article a {
    color: #23BCCB;
    font-weight: 500;
    -webkit-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }

.contact {
  max-width: 940px;
  padding: 15px;
  padding-top: 0;
  margin-top: -20px; }
  .contact div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px; }
  .contact__heading {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 24px; }
    @media (min-width: 768px) {
      .contact__heading {
        margin-bottom: 50px; } }
    .contact__heading::after {
      display: block;
      content: "";
      margin-top: 20px;
      width: 46px;
      height: 3px;
      background-color: #23BCCB; }
  .contact__content {
    color: #A7A7A7;
    line-height: 1.71em;
    margin-top: 20px;
    margin-bottom: 20px; }
    .contact__content a {
      color: #23BCCB;
      font-weight: 500;
      -webkit-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
  .contact__input {
    display: block;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #848484;
    padding: 28px 36px; }
    .contact__input:focus {
      outline: 0; }
    .contact__input--textarea {
      resize: none; }
  .contact__submit {
    margin-top: 20px !important;
    margin-bottom: 60px !important;
    text-transform: uppercase;
    -webkit-transition: ease 200ms all;
    -o-transition: ease 200ms all;
    transition: ease 200ms all;
    display: block;
    width: 100%;
    background-color: #36BDC3 !important;
    color: #fff !important;
    border-color: #36BDC3 !important; }
    @media (min-width: 768px) {
      .contact__submit {
        width: auto; } }
    .contact__submit:hover {
      color: #a7a7a7 !important;
      background-color: transparent !important; }
    .contact__submit:active {
      border-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff !important; }

.about {
  padding-bottom: 70px; }
  .about div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px; }
  .about__mobile {
    display: block; }
    @media (min-width: 768px) {
      .about__mobile {
        display: none; } }
  .about__desktop {
    display: none; }
    @media (min-width: 768px) {
      .about__desktop {
        display: block; } }
  .about--background {
    background-color: #fff; }
  .about__subheading {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 45px;
    font-size: 24px; }
    @media (min-width: 768px) {
      .about__subheading {
        margin-bottom: 50px; } }
    .about__subheading::after {
      display: block;
      content: "";
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 46px;
      height: 3px;
      background-color: #23BCCB; }
  .about__paragraph {
    color: #848484;
    font-size: 14px;
    line-height: 1.71em;
    padding-bottom: 1em; }
    .about__paragraph--highlighted {
      color: #23BCCB;
      font-weight: bold;
      margin-top: 20px; }
  .about__list {
    padding-left: 0;
    margin-left: 1.71em;
    font-size: 14px;
    line-height: 1.71em;
    list-style: none; }
    .about__list > li {
      padding-bottom: 1em;
      text-indent: -1.73em;
      padding-left: 0; }
      .about__list > li::before {
        content: "•";
        padding-right: 1em;
        color: #23BCCB; }
  .about__tabs {
    border-bottom: 1px solid #F3F3F3;
    margin-right: -15px;
    margin-left: -15px; }
  .about__tab-content {
    padding-top: 75px;
    min-height: 370px; }
  .about--home p {
    font-size: 16px; }

.video {
  position: absolute;
  z-index: 120;
  max-width: 1280px;
  max-height: 720px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease; }
  .video.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .video iframe {
    width: 100%;
    height: 100%;
    margin-top: 0; }
  .video--layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #000;
    z-index: 110;
    -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: opacity 400ms ease, -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
    opacity: 0; }
    .video--layer.show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: .5; }

.brand-page {
  padding-top: 80px; }
  .brand-page__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .brand-page__container {
        padding-bottom: 70px; } }
  .brand-page__content {
    font-size: 14px;
    line-height: 1.85em; }
    .brand-page__content h1, .brand-page__content h2, .brand-page__content h3, .brand-page__content h4, .brand-page__content h5, .brand-page__content h6 {
      font-weight: bold;
      line-height: 1.6em;
      padding-bottom: 20px;
      color: #000; }
    .brand-page__content h1, .brand-page__content h2 {
      font-size: 24px;
      padding-bottom: 20px; }
    .brand-page__content h3 {
      font-size: 22px;
      padding-bottom: 16px; }
    .brand-page__content h4 {
      font-size: 20px;
      padding-bottom: 12px; }
    .brand-page__content h5 {
      font-size: 18px;
      padding-bottom: 6px; }
    .brand-page__content h6 {
      font-size: 16px;
      padding-bottom: 2px; }
    .brand-page__content p {
      font-size: 14px;
      line-height: 1.85em;
      color: #848484; }
    .brand-page__content a {
      color: #23BCCB;
      font-weight: 500;
      -webkit-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .brand-page__content img {
      max-width: 100%; }
    .brand-page__content iframe {
      max-width: 100%; }
  .brand-page__all {
    text-transform: uppercase; }
  .brand-page #grid .img-wrap {
    width: 50%;
    height: 160px;
    float: left;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .brand-page #grid .img-wrap {
        height: 231px; } }
    @media (min-width: 992px) {
      .brand-page #grid .img-wrap {
        width: 33%; } }
  .brand-page #grid h1, .brand-page #grid h2, .brand-page #grid h3, .brand-page #grid h4, .brand-page #grid h5, .brand-page #grid h6 {
    clear: both;
    margin-top: 0 !important;
    padding-top: 40px; }
  .brand-page #grid p {
    display: inline;
    margin: 0 !important; }
  .brand-page #grid img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    display: block;
    margin: 0 auto; }

.cart__table {
  width: 100%;
  margin: 70px auto; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #747474;
  background-color: #f6f6f6; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #747474;
  text-decoration: none; }
  a:hover, a:focus {
    color: #000;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #f6f6f6; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #000; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e2e2e2; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 49px; }

h2, .h2 {
  font-size: 49px; }

h3, .h3 {
  font-size: 29px; }

h4, .h4 {
  font-size: 35px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 8.5px; }

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 18px; } }

small,
.small {
  font-size: 91%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #e2e2e2; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #f6f6f6; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 17px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e2e2e2; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #f6f6f6; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #e2e2e2; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f6f6f6;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 10px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #747474;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.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-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-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, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 22px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #939393;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #939393;
  background-color: transparent;
  border-color: #e2e2e2; }
  .btn-default:focus, .btn-default.focus {
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a2a2a2; }
  .btn-default:hover {
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c3c3c3; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c3c3c3; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #939393;
      background-color: rgba(0, 0, 0, 0);
      border-color: #a2a2a2; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #e2e2e2; }
  .btn-default .badge {
    color: transparent;
    background-color: #939393; }

.btn-primary {
  color: #a7a7a7;
  background-color: transparent;
  border-color: #e2e2e2; }
  .btn-primary:focus, .btn-primary.focus {
    color: #a7a7a7;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a2a2a2; }
  .btn-primary:hover {
    color: #a7a7a7;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c3c3c3; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #a7a7a7;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c3c3c3; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #a7a7a7;
      background-color: rgba(0, 0, 0, 0);
      border-color: #a2a2a2; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: transparent;
    border-color: #e2e2e2; }
  .btn-primary .badge {
    color: transparent;
    background-color: #a7a7a7; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #939393;
  background-color: transparent;
  border-color: #939393; }
  .btn-info:focus, .btn-info.focus {
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    border-color: #535353; }
  .btn-info:hover {
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    border-color: #747474; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #939393;
    background-color: rgba(0, 0, 0, 0);
    border-color: #747474; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #939393;
      background-color: rgba(0, 0, 0, 0);
      border-color: #535353; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: transparent;
    border-color: #939393; }
  .btn-info .badge {
    color: transparent;
    background-color: #939393; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #747474;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #e2e2e2;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 22px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 0px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 0px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #747474;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #676767;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e2e2e2; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #e2e2e2;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f6f6f6; }
    .nav > li.disabled > a {
      color: #e2e2e2; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e2e2e2;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f6f6f6;
    border-color: #747474; }
  .nav .nav-divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 10px 10px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f6f6f6 #f6f6f6 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #b6b6b6;
      background-color: #f6f6f6;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 10px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 10px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 10px 10px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f6f6f6; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
body {
  min-height: 100vh; }

.brand-scale075-footer {
  -webkit-transform: translate3d(0, -50%, 0) scale(0.75) !important;
          transform: translate3d(0, -50%, 0) scale(0.75) !important; }

.mark2 {
  border: 1px solid pink; }

.btn:focus, .btn:active:focus, .btn.active:focus,
.btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none; }

button:focus, button:active:focus, button.active:focus,
button.focus, button:active.focus, button.active.focus {
  outline: none; }

.btn-lg, .btn-group-lg > .btn {
  text-transform: uppercase;
  font-weight: 500; }

.body-navbar-mobile {
  overflow: hidden; }

.btn-primary {
  padding: 25px 50px;
  border-radius: 50px;
  margin: 45px auto 70px auto;
  text-transform: uppercase;
  -webkit-transition: ease 200ms all;
  -o-transition: ease 200ms all;
  transition: ease 200ms all; }
  .btn-primary:hover {
    border-color: #36BDC3; }
  .btn-primary:active {
    background-color: #36BDC3 !important;
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff !important; }

.btn-link {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 500; }

.btn-link.active {
  color: #000; }

.dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.caret {
  padding-bottom: 4px; }

i {
  font-style: normal; }

h1 {
  font-family: "Suranna", Georgia, "Times New Roman", Times, serif; }
  @media (min-width: 768px) {
    h1 {
      font-size: 60px; } }
