/*!
Theme Name:     AnkerherzBlog
Description:    Blog theme for Ankerherz.de
Version:        1.0.0
*/
body:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}

.g {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g > * {
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}

.g--no-gutter {
  margin-left: 0;
}

.g--no-gutter > * {
  padding-left: 0;
}

.g--v-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.g--v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g--v-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.g--v-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.g--v-baseline {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.g--align-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.g--align-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g--align-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g--align-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gi--fit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.gi--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi--1-12 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.gi--1-6, .gi--2-12 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.gi--1-4, .gi--3-12 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.gi--1-3, .gi--2-6, .gi--4-12 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.gi--5-12 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.gi--1-2, .gi--2-4, .gi--3-6, .gi--6-12 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.gi--7-12 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.gi--2-3, .gi--4-6, .gi--8-12 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.gi--3-4, .gi--9-12 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.gi--5-6, .gi--10-12 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.gi--11-12 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.gi--1-1, .gi--2-2, .gi--3-3, .gi--4-4, .gi--6-6, .gi--12-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.push--1-12 {
  margin-left: 8.33333%;
}

.push--1-6, .push--2-12 {
  margin-left: 16.66667%;
}

.push--1-4, .push--3-12 {
  margin-left: 25%;
}

.push--1-3, .push--2-6, .push--4-12 {
  margin-left: 33.33333%;
}

.push--5-12 {
  margin-left: 41.66667%;
}

.push--1-2, .push--2-4, .push--3-6, .push--6-12 {
  margin-left: 50%;
}

.push--7-12 {
  margin-left: 58.33333%;
}

.push--2-3, .push--4-6, .push--8-12 {
  margin-left: 66.66667%;
}

.push--3-4, .push--9-12 {
  margin-left: 75%;
}

.push--5-6, .push--10-12 {
  margin-left: 83.33333%;
}

.push--11-12 {
  margin-left: 91.66667%;
}

/*@if($omega){
                    @include grid-omega($item_prefix, $suffix);
                }*/
@media (min-width: 768px) {
  .g {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g > * {
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
  }
  .g--no-gutter--m {
    margin-left: 0;
  }
  .g--no-gutter--m > * {
    padding-left: 0;
  }
  .g--v-top--m {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .g--v-center--m {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g--v-bottom--m {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .g--v-stretch--m {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g--v-baseline--m {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g--align-start--m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .g--align-end--m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .g--align-center--m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g--align-space-between--m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g--align-space-around--m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .gi--fit--m {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .gi--flex--m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gi--1-12--m {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .gi--1-6--m, .gi--2-12--m {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .gi--1-4--m, .gi--3-12--m {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .gi--1-3--m, .gi--2-6--m, .gi--4-12--m {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .gi--5-12--m {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .gi--1-2--m, .gi--2-4--m, .gi--3-6--m, .gi--6-12--m {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .gi--7-12--m {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .gi--2-3--m, .gi--4-6--m, .gi--8-12--m {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .gi--3-4--m, .gi--9-12--m {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .gi--5-6--m, .gi--10-12--m {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .gi--11-12--m {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .gi--1-1--m, .gi--2-2--m, .gi--3-3--m, .gi--4-4--m, .gi--6-6--m, .gi--12-12--m {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .push--1-12--m {
    margin-left: 8.33333%;
  }
  .push--1-6--m, .push--2-12--m {
    margin-left: 16.66667%;
  }
  .push--1-4--m, .push--3-12--m {
    margin-left: 25%;
  }
  .push--1-3--m, .push--2-6--m, .push--4-12--m {
    margin-left: 33.33333%;
  }
  .push--5-12--m {
    margin-left: 41.66667%;
  }
  .push--1-2--m, .push--2-4--m, .push--3-6--m, .push--6-12--m {
    margin-left: 50%;
  }
  .push--7-12--m {
    margin-left: 58.33333%;
  }
  .push--2-3--m, .push--4-6--m, .push--8-12--m {
    margin-left: 66.66667%;
  }
  .push--3-4--m, .push--9-12--m {
    margin-left: 75%;
  }
  .push--5-6--m, .push--10-12--m {
    margin-left: 83.33333%;
  }
  .push--11-12--m {
    margin-left: 91.66667%;
  }
  /*@if($omega){
                    @include grid-omega($item_prefix, $suffix);
                }*/
}

@media (min-width: 1000px) {
  .g {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g > * {
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
  }
  .g--no-gutter--l {
    margin-left: 0;
  }
  .g--no-gutter--l > * {
    padding-left: 0;
  }
  .g--v-top--l {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .g--v-center--l {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g--v-bottom--l {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .g--v-stretch--l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g--v-baseline--l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g--align-start--l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .g--align-end--l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .g--align-center--l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g--align-space-between--l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g--align-space-around--l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .gi--fit--l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .gi--flex--l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gi--1-12--l {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .gi--1-6--l, .gi--2-12--l {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .gi--1-4--l, .gi--3-12--l {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .gi--1-3--l, .gi--2-6--l, .gi--4-12--l {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .gi--5-12--l {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .gi--1-2--l, .gi--2-4--l, .gi--3-6--l, .gi--6-12--l {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .gi--7-12--l {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .gi--2-3--l, .gi--4-6--l, .gi--8-12--l {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .gi--3-4--l, .gi--9-12--l {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .gi--5-6--l, .gi--10-12--l {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .gi--11-12--l {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .gi--1-1--l, .gi--2-2--l, .gi--3-3--l, .gi--4-4--l, .gi--6-6--l, .gi--12-12--l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .push--1-12--l {
    margin-left: 8.33333%;
  }
  .push--1-6--l, .push--2-12--l {
    margin-left: 16.66667%;
  }
  .push--1-4--l, .push--3-12--l {
    margin-left: 25%;
  }
  .push--1-3--l, .push--2-6--l, .push--4-12--l {
    margin-left: 33.33333%;
  }
  .push--5-12--l {
    margin-left: 41.66667%;
  }
  .push--1-2--l, .push--2-4--l, .push--3-6--l, .push--6-12--l {
    margin-left: 50%;
  }
  .push--7-12--l {
    margin-left: 58.33333%;
  }
  .push--2-3--l, .push--4-6--l, .push--8-12--l {
    margin-left: 66.66667%;
  }
  .push--3-4--l, .push--9-12--l {
    margin-left: 75%;
  }
  .push--5-6--l, .push--10-12--l {
    margin-left: 83.33333%;
  }
  .push--11-12--l {
    margin-left: 91.66667%;
  }
  /*@if($omega){
                    @include grid-omega($item_prefix, $suffix);
                }*/
}

/*============================================================================
  #Selectric
==============================================================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-selectric-light .selectric {
  border: 1px solid #DDD;
  background: white !important;
}

.selectric-selectric-light .selectric-items {
  border: none;
  background: white !important;
}

.selectric-selectric-light .selectric-items li.highlighted {
  background: #f8f8f8;
}

.selectric-selectric-light .selectric-items li:hover {
  background: #f8f8f8;
}

.selectric-selectric-light .button {
  background: white !important;
}

.selectric-scroll li {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items dropdown box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  font-size: 100%;
  line-height: 1.5;
}

@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 100%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Museo-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

.main-content {
  position: relative;
}

.wrapper {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 30px;
  }
}

.wrapper--small {
  max-width: none;
}

@media screen and (min-width: 1000px) {
  .wrapper--small {
    padding: 0 100px;
  }
}

p,
ul,
ol {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #00afd3;
}

a:hover {
  color: #009aba;
}

p a,
p a:visited {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo-sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
  font-weight: 200;
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 1000px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

@media (min-width: 1000px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 12px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 10px;
}

@media (min-width: 768px) {
  h6 {
    font-size: 10px;
  }
}

@media (min-width: 1000px) {
  h6 {
    font-size: 12px;
  }
}

ul, ol {
  margin-left: 2.4rem;
}

blockquote {
  padding-left: 24px;
  border-left: #e5e4e3 3px solid;
  font-style: italic;
}

.wf-loading {
  visibility: hidden;
}

.btn,
.submit {
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  webkit-font-smoothing: antialiased;
  background-color: #00afd3;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 10px 30px;
}

.btn:focus,
.submit:focus {
  box-shadow: none;
}

.btn:hover,
.submit:hover {
  background-color: #009aba;
  color: white;
}

.btn--ghost {
  background: transparent;
  border: #01afd4 1px solid;
  color: #01afd4;
}

.clear {
  *zoom: 1;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

label {
  display: block;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  max-width: 100%;
  padding: 8px 10px;
  font-size: 16px;
}

input {
  display: inline-block;
  border: none;
  outline: none;
  border: 1px solid #ccc;
}

input:focus {
  background: #f7f6f6;
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
}

textarea:focus {
  background: #f7f6f6;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2.4rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}

.gallery-item figcaption {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
@media (min-width: 768px) {
  .blog-archive {
    background-image: url("assets/imgs/wal-vs-kalmer.jpg");
    background-repeat: no-repeat;
    background-position: bottom 50px right;
    background-size: 30%;
  }
}

.blog-archive__title {
  font-weight: 200;
  text-transform: uppercase;
}

.blog-archive__title__link,
.blog-archive__title__link:visited {
  color: #878786;
}

.blog-archive__title__link:hover {
  margin-bottom: -1px;
  border-bottom: 1px solid #878786;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.blog-summary {
  border-top: 0.1rem solid #f1f1f1;
  padding: 40px 0;
}

.blog-summary__meta {
  font-size: 15px;
}

.blog-summary__author {
  font-weight: 700;
  color: #363635;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.blog-summary__date {
  margin-bottom: 12px;
  color: #878786;
}

.blog-summary__comments {
  margin-bottom: 12px;
}

.blog-summary__tags {
  margin-bottom: 12px;
}

.blog-summary__tags a, .blog-summary__tags a:visited {
  color: #878786;
  text-decoration: underline;
}

.blog-summary__title {
  font-weight: 200;
  text-transform: uppercase;
}

.blog-summary__title a,
.blog-summary__title a:visited {
  color: #363635;
}

.blog-summary__title a:hover {
  color: #1c1c1c;
}

.blog-summary__thumbnail {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .blog-article {
    background-image: url("assets/imgs/rov.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
  }
}

.blog-article__title {
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-article__title {
    text-align: left;
  }
}

.blog-article__meta {
  margin-bottom: 24px;
}

.blog-article__author {
  font-weight: bold;
  margin-right: 30px;
  display: block;
}

@media (min-width: 768px) {
  .blog-article__author {
    display: inline-block;
  }
}

.blog-article__date {
  margin-right: 30px;
  display: block;
  color: #878786;
}

@media (min-width: 768px) {
  .blog-article__date {
    display: inline-block;
  }
}

.blog-article__tags a, .blog-article__tags a:visited {
  color: #878786;
  text-decoration: underline;
}

.blog-article__featured-image {
  margin-bottom: 48px;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .social-icons {
    display: block;
  }
}

.social-icons__icon {
  display: block;
  border: 1px solid #000;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.social-icons__icon .fa {
  text-align: center;
  display: block;
  margin: 50% 0 0 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social-icons__icon:hover {
  background: #00afd3;
  border: 1px solid #00afd3;
  color: white;
}

@media (min-width: 768px) {
  .social-icons__icon {
    margin: 0 auto 12px auto;
  }
}

.blog-sidebar__title--archive {
  margin-top: 28px;
}

.search-bar--blog-search {
  margin-top: 25px;
  margin-bottom: 47px;
  width: 100%;
}

.search-bar--blog-search .search-bar__input {
  width: calc(100% - 21px);
}

.search-bar--blog-search .search-bar__btn {
  float: right;
  position: relative;
  top: 7px;
}

.blog-sidebar__title--with-border-bottom {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
}

.blog-sidebar__categories {
  list-style-type: none;
  margin-left: 0;
}

.item__link {
  color: #333;
  font-weight: 500;
}

.sidebar-article {
  padding: 48px 0;
  border-top: 1px solid #f1f1f1;
}

.sidebar-article__image {
  margin-bottom: 24px;
}

.sidebar-article__title {
  font-weight: bold;
}

.sidebar-article__title a, .sidebar-article__title a:visited {
  color: #363635;
}

.sidebar-article__title a:hover {
  text-decoration: underline;
}

.sidebar-article__date {
  color: #878786;
}

.comments {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e4e3;
  margin-bottom: 48px;
}

.comments .comment:nth-child(even) {
  background: #e5e4e3;
}

.comments__count {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}

.comment {
  border: 1px solid #e5e4e3;
  padding: 24px;
  margin-bottom: 24px;
}

.comment__meta {
  color: #878786;
  font-size: 14px;
}

.comment__author {
  text-transform: capitalize;
}

.new-comment {
  margin-bottom: 50px;
}

.new-comment__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}

.new-comment__label {
  display: none;
}

.new-comment__input {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 10px 5px;
  border-color: #e5e4e3;
}

.new-comment__textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 10px 5px;
  border-color: #e5e4e3;
  min-height: 95px;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.notification-bar {
  background-color: #f1f1f1;
  color: #333333;
  text-align: center;
  padding: 10px 0;
}

.notification-bar p {
  margin: 0;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.4;
}

.mobile-header {
  display: block;
}

@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}

.site-header {
  padding: 10px 0;
  margin-bottom: 30px;
  display: none;
}

@media (min-width: 768px) {
  .site-header {
    display: block;
  }
}

.logo {
  width: 100%;
  max-width: 100px;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.mobile-header {
  padding: 15px 0 0 0;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}

.mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.mobile-menu-toggle__link,
.mobile-menu-toggle__link:visited {
  display: block;
  border: none;
  background: transparent;
  color: #a5a5a5;
  margin: 15px 10px;
}

.mobile-logo {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}

.mobile-menu-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.mobile-menu-cart__link,
.mobile-menu-cart__link:visited {
  display: block;
  color: #a5a5a5;
  margin: 15px 10px;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.shopify-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 14px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

@media (min-width: 1000px) {
  .main-menu {
    font-size: 18px;
  }
}

.main-menu__item > a {
  display: inline-block;
  color: #363636;
  margin: 15px 58px 15px 0;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.main-menu__item > a:hover {
  color: #363636;
}

.main-menu__item--active > a {
  border-bottom: 1px solid #a5a5a5;
}

.main-menu__item--parent {
  position: relative;
}

.main-menu__item--parent > a {
  margin: 15px 68px 15px 0;
}

.main-menu__item--parent:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #000;
}

.main-menu__item--parent a:hover + .main-menu__sub-menu,
.main-menu__item--parent:hover > .main-menu__sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.main-menu__sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 3.5rem;
  margin: 0;
  list-style: none;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 0;
  z-index: 10000;
}

.main-menu__sub-menu__item a {
  padding: 5px 15px;
  color: #000;
}

.main-menu__item--parent.main-menu__sub-menu__item {
  position: relative;
}

.main-menu__item--parent.main-menu__sub-menu__item > a {
  margin: 0;
}

.main-menu__item--parent.main-menu__sub-menu__item:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #000;
}

.main-menu__sub-menu--2 {
  display: table;
  left: 100%;
  top: 0;
}

.main-menu__sub-menu--2__item {
  display: block;
  width: 100%;
}

.main-menu__sub-menu--2__item a {
  display: block;
}

.account-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.account-menu__item a {
  color: #a5a5a5;
  padding-left: 25px;
}

.search-bar {
  max-width: 100%;
  border-bottom: 1px solid #000;
  outline: none;
}

.search-bar__input {
  display: inline-block;
  border: none;
  padding: 5px 10px 4px 10px;
  font-size: 16px;
}

.search-bar__input:focus {
  outline: none;
  border: none;
  background: transparent;
}

.search-bar__btn {
  font-size: 16px;
  line-height: 0;
  border: none;
  background: transparent;
  color: #000;
}

.fallback-text {
  display: none;
}

.mobile-menu-wrapper {
  display: none;
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.mobile-menu__item > a {
  display: block;
  background: #ebebeb;
  color: #000;
  padding: 10px 15px;
}

.mobile-menu__item > a:hover {
  color: #000;
}

.mobile-menu__item--parent {
  position: relative;
}

.mobile-menu__item--parent:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}

.mobile-menu__item--parent a:hover + .mobile-menu__sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.mobile-menu__sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__sub-menu__item a {
  padding: 10px 30px 10px 50px;
  background: white;
  color: #000;
}

.mobile-search-wrapper {
  background: #ebebeb;
  padding: 15px;
}

.mobile-search {
  position: relative;
  max-width: 100%;
  outline: none;
}

.mobile-search__input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 10px;
  font-size: 16px;
}

.mobile-search__input:focus {
  outline: none;
  border: none;
}

.mobile-search__btn {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 10000;
  font-size: 16px;
  line-height: 0;
  border: none;
  background: transparent;
  color: #000;
  text-align: right;
}

.fallback-text {
  display: none;
}

.navigation {
  display: block;
  color: #00afd3;
  text-align: center;
}

.navigation ul {
  display: inline-block;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  display: inline-block;
  text-align: center;
  color: #00afd3;
  cursor: pointer;
  padding: 6px 12px;
}

@media (min-width: 768px) {
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
    padding: 12px 20px;
  }
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #00afd3;
  color: white;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.site-footer {
  padding: 30px 0 0 0;
  color: #393939;
  box-shadow: 0px -6px 36px 0px rgba(217, 217, 217, 0.5);
}

.site-footer p {
  margin-bottom: 15px;
}

.site-footer__item {
  margin-top: 30px;
}

.site-footer__heading {
  color: #1b465c;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: none;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu__item {
  margin-bottom: 0.25em;
}

.footer-menu__item a,
.footer-menu__item a:visited {
  color: #393939;
}

.footer-menu__item a:hover {
  text-decoration: underline;
}

.site-footer__contact-form {
  display: block;
}

.site-footer__input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.site-footer__email-input {
  border: none;
  border-bottom: 1px solid #393939;
  padding-left: 0px;
  background: #ffffff;
  color: #393939;
  width: 100%;
  height: 37px;
  padding: 8px 10px;
  font-size: 16px;
}

.site-footer__email-submit {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}

.site-footer__payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.site-footer__payment-logos img {
  display: inline-block;
  max-width: 100%;
  width: 360px;
}

@media (min-width: 768px) {
  .site-footer__payment-logos {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-footer__social-icon,
.site-footer__social-icon:visited {
  margin: 0 15px 10px 0;
  color: #393939;
}

.site-footer__social-icon:hover {
  color: #202020;
}

.catalog-check {
  padding: 24px 0 12px 0;
  font-size: 12px;
}

.catalog-modal-bg {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.catalog-popup {
  display: none;
  position: absolute;
  z-index: 100000;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
}

@media (min-width: 1000px) {
  .catalog-popup {
    width: 50%;
  }
}

.catalog-form {
  background-image: url("assets/imgs/rov.png");
  background-repeat: no-repeat;
  background-position: bottom 20px right -30px;
  background-size: 30%;
  padding: 20px 40px;
}

@media (min-width: 1000px) {
  .catalog-form {
    padding: 20px 40px;
  }
}

@media (min-width: 1000px) {
  .catalog-form {
    padding: 40px 80px;
  }
}

.catalog-confirmation {
  display: none;
  background-image: url("assets/imgs/deepflight.png");
  background-repeat: no-repeat;
  background-position: bottom 20px right 30px;
  background-size: 40%;
  padding: 20px 40px;
}

@media (min-width: 1000px) {
  .catalog-confirmation {
    padding: 20px 40px;
  }
}

@media (min-width: 1000px) {
  .catalog-confirmation {
    padding: 40px 80px;
  }
}

.catalog-popup__text {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.catalog-popup__heading {
  line-height: 1.1;
}

.mc-hide-me {
  display: none;
}

.mc input[type="text"],
.mc input[type="email"] {
  width: 100%;
  border: 1px solid #ddd;
}

.mc__fieldgroup {
  display: block;
  margin-bottom: 12px;
}

.mc__fieldgroup--city,
.mc__fieldgroup--postcode {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .mc__fieldgroup--city,
  .mc__fieldgroup--postcode {
    float: left;
    width: 48%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mc__fieldgroup--city {
    margin-right: 4%;
  }
}

.mc__fieldgroup--hidden {
  display: none;
}

.mc__buttons {
  margin-top: 50px;
}

.mc__submit {
  text-align: center;
}

@media (min-width: 768px) {
  .mc__submit {
    float: left;
  }
}

.mc__submit .btn {
  width: 80%;
}

@media (min-width: 768px) {
  .mc__submit .btn {
    width: auto;
  }
}

.mc__cancel {
  text-align: center;
  margin: 12px 0 0 0;
}

@media (min-width: 768px) {
  .mc__cancel {
    float: right;
    margin: 0;
  }
}

.mc__cancel .btn {
  width: 80%;
}

@media (min-width: 768px) {
  .mc__cancel .btn {
    width: auto;
  }
}

.blog-article__tags {
  display: none;
}

.blog-article__share--right {
  float: right;
}

.sitem-detail {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.sitem-detail:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

@media (max-width: 1130px) {
  .main-menu__item > a {
    margin: 15px 28px 15px 0 !important
  }
}

@media (min-width: 768px) and (max-width: 855px) {
  .main-menu__item > a {
    margin: 15px 14px 15px 0 !important
  }
}

.featured-products-title {
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 100;
  font-size: 40px;
}

.featured-products {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
}

.item__title {
  font-family: Museo;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}

.item__price {
  color: #01afd4;
  font-family: Museo;
  font-weight: 700;
  font-style: italic;
}

select.tribe-bar-views-select.tribe-no-param {
	margin-left: 15px !important;
}