@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url("../fonts/ProximaNova.css");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat; }

.hidden {
  display: none !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  float: none;
  width: 0;
  height: 0; }

html, body {
  height: 100%; }

body {
  margin: 0;
  font-size: 20px;
  overflow-x: hidden;
  overflow-y: scroll; }

.width-wrapper {
  width: 100%;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 1000px) {
    .width-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 1000px) {
    .width-wrapper.no-padding {
      padding-left: 0;
      padding-right: 0; } }

#container {
  min-height: 100%; }

#wp-admin-bar-customize {
  display: none; }

@media only screen and (min-width: 740px) {
  .show-for-small {
    display: none !important; } }

@media only screen and (max-width: 740px) {
  .hide-for-small {
    display: none !important; } }

@media only screen and (max-width: 740px) {
  .show-for-medium {
    display: none !important; } }
@media only screen and (min-width: 1000px) {
  .show-for-medium {
    display: none !important; } }

@media only screen and (min-width: 740px) and (max-width: 1000px) {
  .hide-for-medium {
    display: none !important; } }

@media only screen and (max-width: 1000px) {
  .show-for-large {
    display: none !important; } }

@media only screen and (min-width: 1000px) {
  .hide-for-large {
    display: none !important; } }

@media only screen and (max-width: 740px) {
  .show-for-large-and-medium, .show-for-medium-and-large {
    display: none !important; } }

@media only screen and (min-width: 740px) {
  .hide-for-large-and-medium, .hide-for-medium-and-large {
    display: none !important; } }

@media only screen and (min-width: 1000px) {
  .show-for-small-and-medium, .show-for-medium-and-small {
    display: none !important; } }

@media only screen and (max-width: 1000px) {
  .hide-for-small-and-medium, .hide-for-medium-and-small {
    display: none !important; } }

.row:before, .row:after {
  content: " ";
  display: block;
  clear: both;
  float: none;
  width: 0;
  height: 0; }
.row > * {
  display: block;
  float: left; }

.span1 {
  width: 8.33333%; }

.span2 {
  width: 16.66667%; }

.span3 {
  width: 25%; }

.span4 {
  width: 33.33333%; }

.span5 {
  width: 41.66667%; }

.span6 {
  width: 50%; }

.span7 {
  width: 58.33333%; }

.span8 {
  width: 66.66667%; }

.span9 {
  width: 75%; }

.span10 {
  width: 83.33333%; }

.span11 {
  width: 91.66667%; }

.span12 {
  width: 100%; }

.centered {
  text-align: center; }

* {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif; }

table {
  border-spacing: 0;
  border-collapse: collapse; }
  table td, table th {
    vertical-align: top;
    text-align: left; }
  table tbody tr:nth-child(2n) {
    background-color: #f1f1f1; }
  table tbody th, table tbody td {
    border-top: solid 1px #dddddd; }

a {
  color: #45b555; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover, a:visited:hover {
    text-decoration: underline; }
  a img {
    border: none; }

h1 {
  font-size: 60px;
  font-weight: 500; }

h2 {
  font-size: 60px;
  font-weight: 400; }

h3 {
  font-size: 33px;
  font-weight: 400; }
  h3, h3 a {
    color: #0d6052; }

h4 {
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-weight: 600; }
  h4 + p {
    margin-top: 0.5em; }

b, strong {
  font-weight: 600; }

h1, h2, h3, h4 {
  line-height: 1; }
  h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 600; }
  h1 a:hover, h1 a:link:hover, h2 a:hover, h2 a:link:hover, h3 a:hover, h3 a:link:hover, h4 a:hover, h4 a:link:hover {
    text-decoration: none; }

.btn {
  background-color: white;
  color: #6d6e71 !important;
  display: inline-block;
  padding: 0.6em 1.5em;
  font-weight: 400;
  border: none;
  border-color: transparent; }
  .btn.default, .btn.update-cart {
    background-color: #0d6052;
    color: white !important; }
  .btn.cyan {
    background-color: #007d79;
    color: white !important; }
  .btn.white {
    background-color: white;
    border: solid 1px #202123;
    color: #202123 !important; }
  .btn.availability {
    background-color: #45b555;
    color: white !important; }
  .btn.cta {
    background-color: #f38130;
    color: white !important; }
  .btn.remove {
    background-color: red;
    color: white !important; }
  .btn.small {
    font-size: 80%;
    padding: 0.2em 0.5em;
    line-height: 1.2; }

.aligncenter {
  text-align: center; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.blue, .blue * {
  border-color: #5785D4 !important; }
.blue h1, .blue h2, .blue h3 {
  color: #5785D4; }

.blue-background {
  background-color: #5785D4; }
  .blue-background, .blue-background a {
    color: white; }

.orange, .orange * {
  border-color: #f38130 !important; }
.orange h1, .orange h2, .orange h3 {
  color: #f38130; }

.orange-background {
  background-color: #f38130; }
  .orange-background, .orange-background a {
    color: white; }

.green, .green * {
  border-color: #45b555 !important; }
.green h1, .green h2, .green h3 {
  color: #45b555; }

.green-background {
  background-color: #45b555; }
  .green-background, .green-background a {
    color: white; }

.darkgreen, .darkgreen * {
  border-color: #0d6052 !important; }
.darkgreen h1, .darkgreen h2, .darkgreen h3 {
  color: #0d6052; }

.darkgreen-background {
  background-color: #0d6052; }
  .darkgreen-background, .darkgreen-background a {
    color: white; }

.cyan, .cyan * {
  border-color: #007d79 !important; }
.cyan h1, .cyan h2, .cyan h3 {
  color: #007d79; }

.cyan-background {
  background-color: #007d79; }
  .cyan-background, .cyan-background a {
    color: white; }

.reduced-char-width {
  max-width: 30em; }

blockquote {
  color: #45b555;
  margin: 0;
  font-size: 150%;
  font-weight: 300;
  text-align: center;
  font-style: italic; }
  blockquote > *:first-child {
    margin-top: 0; }

hr.spacer {
  border: none;
  display: block;
  margin: 0 0 80px;
  padding: 0; }

.read-more-container ~ * {
  display: none; }

@media only screen and (max-width: 1000px) {
  p.button-wrapper {
    text-align: center; } }

table.mapped {
  margin: 1em 0; }
  table.mapped tr {
    border: none; }
  table.mapped td {
    padding-right: 10px;
    border: none; }
    table.mapped td + td {
      padding-left: 10px;
      padding-right: 0; }
  @media only screen and (max-width: 740px) {
    table.mapped, table.mapped tr, table.mapped td {
      display: block;
      width: 100%; }
    table.mapped td {
      padding-right: 0; }
    table.mapped td + td {
      margin-top: 1em;
      padding-left: 0; } }

.contacts h2, .contacts h3, .contacts h4, .contacts p {
  clear: both; }
.contacts h3 {
  margin-top: 2em; }
.contacts img.size-medium {
  display: block;
  width: 100px;
  height: auto;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  clear: left; }

p.hide-content, h3.hide-content {
  display: none; }
  p.hide-content + ul, p.hide-content + ul + ul, p.hide-content + ul + ul + ul, h3.hide-content + ul, h3.hide-content + ul + ul, h3.hide-content + ul + ul + ul {
    display: none; }

#liveSearch input {
  display: block;
  padding: 10px;
  height: 40px; }

#header {
  height: 95px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 740px) {
    #header {
      height: 75px; } }
  #header #languages {
    text-align: right;
    background-color: black;
    color: white;
    padding: 0.2em 0;
    font-size: 14px;
    height: 22px; }
  #header .logo {
    display: block;
    float: left;
    line-height: 73px; }
    @media only screen and (max-width: 740px) {
      #header .logo {
        line-height: 53px; } }
    #header .logo:hover, #header .logo:visited:hover {
      text-decoration: none; }
    #header .logo img {
      vertical-align: middle;
      width: 150px;
      height: 40.07634px; }
  #header #navigation {
    line-height: 31px;
    float: right;
    padding: 20px 0 20px;
    font-size: 20px; }
    #header #navigation #menuIcon {
      position: absolute;
      right: 20px;
      margin-top: -5px;
      z-index: 200;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: white;
      border-radius: 40px;
      display: none; }
      @media only screen and (max-width: 1000px) {
        #header #navigation #menuIcon {
          display: block; } }
      @media only screen and (max-width: 740px) {
        #header #navigation #menuIcon {
          margin-top: -15px;
          right: 5px; } }
      #header #navigation #menuIcon.open + ul {
        display: block; }
    #header #navigation > ul, #header #navigation > .menu > ul {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 1000px) {
        #header #navigation > ul, #header #navigation > .menu > ul {
          position: absolute;
          right: 10px;
          padding: 10px 70px 10px 10px;
          background-color: white;
          z-index: 190;
          margin-top: -10px;
          border: solid 1px black;
          display: none; } }
      @media only screen and (max-width: 740px) {
        #header #navigation > ul, #header #navigation > .menu > ul {
          left: 0;
          right: 0;
          margin-top: -20px;
          padding-right: 60px;
          border-style: none none solid; } }
      #header #navigation > ul > li, #header #navigation > .menu > ul > li {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 1000px) {
          #header #navigation > ul > li, #header #navigation > .menu > ul > li {
            display: block; } }
        #header #navigation > ul > li + li, #header #navigation > .menu > ul > li + li {
          margin-left: 1em; }
          @media only screen and (max-width: 1000px) {
            #header #navigation > ul > li + li, #header #navigation > .menu > ul > li + li {
              margin-left: 0; } }
        #header #navigation > ul > li > a, #header #navigation > .menu > ul > li > a {
          display: inline;
          color: #6d6e71; }
          @media only screen and (max-width: 1000px) {
            #header #navigation > ul > li > a, #header #navigation > .menu > ul > li > a {
              display: block; } }
          #header #navigation > ul > li > a:hover, #header #navigation > .menu > ul > li > a:hover {
            color: #45b555;
            text-decoration: none; }
        #header #navigation > ul > li.current-menu-item > a, #header #navigation > .menu > ul > li.current-menu-item > a {
          color: #f38130; }

#header + * {
  padding-top: 95px; }
  @media only screen and (max-width: 1000px) {
    #header + * {
      padding-top: 75px; } }
  @media only screen and (max-width: 740px) {
    #header + * {
      padding-top: 0; } }

body.admin-bar #header {
  top: 32px; }
  @media only screen and (max-width: 740px) {
    body.admin-bar #header {
      top: 0; } }

body.shopify #header .logo:after {
  content: 'Shop';
  margin-left: 0.5em;
  color: #f38130; }

#footer {
  background-color: #0d6052;
  margin-top: -555px;
  min-height: 555px; }
  #footer, #footer a {
    color: white; }
  #footer .social {
    background-color: #45b555;
    text-align: center;
    padding: 3em 0; }
    #footer .social h3 {
      margin-top: 0;
      margin-bottom: 0.5em;
      font-size: 50px; }
    #footer .social a {
      display: inline-block;
      color: #45b555;
      background-color: #0d6052;
      width: 73px;
      height: 73px;
      line-height: 80.3px;
      text-align: center;
      font-size: 43.8px;
      border-radius: 73px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 400ms;
      -moz-transition-duration: 400ms;
      -ms-transition-duration: 400ms;
      -o-transition-duration: 400ms;
      transition-duration: 400ms; }
      #footer .social a + a {
        margin-left: 0.5em; }
      #footer .social a:hover {
        background-color: white;
        color: #0d6052; }
      @media only screen and (max-width: 740px) {
        #footer .social a {
          width: 43.8px;
          height: 43.8px;
          line-height: 48.18px;
          font-size: 26.28px; } }
  #footer .navigation {
    padding: 3em 0;
    font-size: 16px; }
    @media only screen and (max-width: 1000px) {
      #footer .navigation {
        padding-left: 20px;
        padding-right: 20px; } }
    #footer .navigation .logo {
      display: block;
      float: left; }
      @media only screen and (max-width: 1000px) {
        #footer .navigation .logo {
          float: none;
          margin-bottom: 20px; } }
      #footer .navigation .logo img {
        display: block;
        width: 150px;
        height: 40.07634px; }
    #footer .navigation .wrapper {
      text-align: right; }
      #footer .navigation .wrapper ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        list-style: none; }
        @media only screen and (max-width: 1000px) {
          #footer .navigation .wrapper ul {
            display: block;
            margin-top: 1em; } }
        #footer .navigation .wrapper ul li + li {
          margin-top: 0.5em; }
        #footer .navigation .wrapper ul + ul {
          margin-left: 8em; }
          @media only screen and (max-width: 1000px) {
            #footer .navigation .wrapper ul + ul {
              margin-left: 0; } }
    #footer .navigation .copyright {
      text-align: center; }
      #footer .navigation .copyright, #footer .navigation .copyright a {
        color: #45b555; }

#languages ul {
  margin: 0;
  padding: 0; }
  #languages ul li {
    display: inline; }
    #languages ul li + li {
      margin-left: 0.5em; }
    #languages ul li a {
      color: white; }

#content {
  line-height: 2em;
  padding-bottom: 605px;
  /*
    blockquote {
      $w: 5em;
      position: absolute;
      width: $w;
      margin-left: -($w + 1.5em);
      color: $green;
  
      @include noOverflow() {
        position: static;
        margin-left: 0;
        width: 50%;
      }
  
      @include small() {
        width: 100%;
      }
    }
  */ }
  #content .max-char-width, #content .reduced-char-width {
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #content .text-block {
    padding: 0;
    margin: 0 auto 80px;
    font-size: 23px; }

#content, #footer {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 2000ms;
  -moz-transition-duration: 2000ms;
  -ms-transition-duration: 2000ms;
  -o-transition-duration: 2000ms;
  transition-duration: 2000ms; }

body.navi-open #content, body.navi-open #footer {
  opacity: 0.5;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px); }

.large-image {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 80px;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  color: white; }
  @media only screen and (max-width: 740px) {
    .large-image {
      background-image: none !important; } }
  @media only screen and (min-height: 200px) {
    .large-image {
      min-height: 400px; } }
  @media only screen and (min-height: 300px) {
    .large-image {
      min-height: 400px; } }
  @media only screen and (min-height: 400px) {
    .large-image {
      min-height: 400px; } }
  @media only screen and (min-height: 500px) {
    .large-image {
      min-height: 400px; } }
  @media only screen and (min-height: 600px) {
    .large-image {
      min-height: 400px; } }
  @media only screen and (min-height: 700px) {
    .large-image {
      min-height: 400px; } }
  @media only screen and (min-height: 800px) {
    .large-image {
      min-height: 405px; } }
  @media only screen and (min-height: 900px) {
    .large-image {
      min-height: 505px; } }
  @media only screen and (min-height: 1000px) {
    .large-image {
      min-height: 605px; } }
  .large-image > * {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }
  .large-image > .text-wrapper {
    padding: 2em 1em;
    background-color: rgba(0, 0, 0, 0.15); }
    .large-image > .text-wrapper *:first-child {
      margin-top: 0; }
    .large-image > .text-wrapper h1, .large-image > .text-wrapper h2, .large-image > .text-wrapper h3, .large-image > .text-wrapper p {
      color: white; }
    .large-image > .text-wrapper h1, .large-image > .text-wrapper h2 {
      font-size: 60px;
      font-weight: 500;
      line-height: 78px;
      color: white; }
      @media only screen and (max-width: 740px) {
        .large-image > .text-wrapper h1, .large-image > .text-wrapper h2 {
          font-size: 30px;
          hyphens: auto; } }
    .large-image > .text-wrapper[data-valign="top"] {
      vertical-align: top; }
    .large-image > .text-wrapper[data-valign="bottom"] {
      vertical-align: bottom; }
  .large-image > .image-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media only screen and (max-width: 740px) {
      .large-image > .image-wrapper {
        position: static; } }
    .large-image > .image-wrapper > .images {
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
      .large-image > .image-wrapper > .images > img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

hr.spacer + .large-image {
  margin-top: 160px; }

body.shopify .large-image .text-wrapper {
  font-size: 60px; }
  body.shopify .large-image .text-wrapper h1 {
    margin: 0; }
  body.shopify .large-image .text-wrapper, body.shopify .large-image .text-wrapper strong {
    font-weight: 500; }

div.categories {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 80px;
  text-align: center; }
  @media only screen and (max-width: 1035px) {
    div.categories {
      margin-left: 0;
      margin-right: 0; } }
  div.categories .item {
    width: 305px;
    height: 278px;
    display: inline-block;
    position: relative;
    margin: 0 15px 30px;
    border-top: solid 15px;
    background-color: #dddddd; }
    @media only screen and (max-width: 740px) {
      div.categories .item {
        width: 100%;
        margin: 0 0 15px; } }
    div.categories .item .image:before {
      display: block;
      content: ' ';
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    div.categories .item .image img {
      min-width: 305px;
      min-height: 263px; }
    div.categories .item h3 {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      padding: 0 10px; }
      div.categories .item h3, div.categories .item h3 a {
        color: white; }
        div.categories .item h3:hover, div.categories .item h3 a:hover {
          text-decoration: none; }

.category-title {
  border-top: solid 15px; }

.hoverable {
  position: relative; }
  .hoverable .hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden; }
    .hoverable .hover > img {
      position: absolute;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -2;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 1000ms;
      -moz-transition-duration: 1000ms;
      -ms-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
      -webkit-transition-timing-function: cubic-bezier(0.42, 0.08, 0.57, 1);
      -moz-transition-timing-function: cubic-bezier(0.42, 0.08, 0.57, 1);
      -ms-transition-timing-function: cubic-bezier(0.42, 0.08, 0.57, 1);
      -o-transition-timing-function: cubic-bezier(0.42, 0.08, 0.57, 1);
      transition-timing-function: cubic-bezier(0.42, 0.08, 0.57, 1); }
      @media only screen and (max-width: 740px) {
        .hoverable .hover > img {
          position: static;
          width: 100%;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.12, 1);
          -moz-transition-timing-function: cubic-bezier(0.17, 0.67, 0.12, 1);
          -ms-transition-timing-function: cubic-bezier(0.17, 0.67, 0.12, 1);
          -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.12, 1);
          transition-timing-function: cubic-bezier(0.17, 0.67, 0.12, 1); } }
  .hoverable:hover .hover > img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(-2deg);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(-2deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(-2deg);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(-2deg);
    transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(-2deg);
    -webkit-transition-duration: 10000ms;
    -moz-transition-duration: 10000ms;
    -ms-transition-duration: 10000ms;
    -o-transition-duration: 10000ms;
    transition-duration: 10000ms; }
    @media only screen and (max-width: 740px) {
      .hoverable:hover .hover > img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }

#content .side-by-side {
  display: table;
  width: 100%;
  min-height: 400px; }
  @media only screen and (max-width: 740px) {
    #content .side-by-side {
      display: block;
      min-height: 0; } }
  #content .side-by-side > * {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    padding: 2em; }
    #content .side-by-side > * > *:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 740px) {
      #content .side-by-side > * {
        padding: 1em 10px;
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 740px) {
      #content .side-by-side > *.text-block {
        padding-left: 20px;
        padding-right: 20px; } }
    #content .side-by-side > * .narrow {
      margin-left: 80px;
      font-size: 25px;
      font-weight: 300; }
      @media only screen and (max-width: 740px) {
        #content .side-by-side > * .narrow {
          max-width: none;
          margin-left: 0;
          margin-right: 0; }
          #content .side-by-side > * .narrow > *:first-child {
            margin-top: 0; } }
      #content .side-by-side > * .narrow h3 {
        margin-bottom: 0; }
      #content .side-by-side > * .narrow p {
        line-height: 1.5em;
        margin: 0.5em 0; }
    #content .side-by-side > * .background {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      z-index: -1; }
      #content .side-by-side > * .background img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

.product-list {
  margin-left: -16px;
  margin-right: -15px; }
  .product-list .product {
    display: inline-block;
    margin: 30px 15px;
    width: 305px;
    vertical-align: top;
    position: relative; }
    .product-list .product .extra-notification {
      position: absolute;
      background-color: red;
      width: 100px;
      height: 100px;
      border-radius: 100px;
      vertical-align: middle;
      line-height: 100px;
      color: white; }
      .product-list .product .extra-notification > span {
        display: inline-block;
        line-height: 16px;
        vertical-align: middle;
        font-size: 90%; }
    .product-list .product h3 {
      font-weight: 600;
      margin-bottom: 0;
      display: table;
      width: 100%;
      height: 40px;
      padding-left: 1em;
      padding-right: 1em; }
      .product-list .product h3.double {
        height: 80px; }
      .product-list .product h3 > a {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
        height: 100%; }
      .product-list .product h3, .product-list .product h3 a {
        color: black; }
    .product-list .product p {
      color: #6d6e71;
      margin-top: 0; }
    .product-list .product .thumbnail {
      display: block;
      height: 305px;
      line-height: 305px;
      padding: 15px;
      background-color: transparent;
      text-align: center; }
      .product-list .product .thumbnail img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
      @media only screen and (max-width: 740px) {
        .product-list .product .thumbnail {
          height: auto; } }

.product-card {
  margin-bottom: 80px;
  padding-top: 80px; }
  .product-card .details {
    display: table;
    width: 100%;
    margin-bottom: 80px; }
    @media only screen and (max-width: 740px) {
      .product-card .details {
        display: block; } }
    .product-card .details > * {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
      @media only screen and (max-width: 740px) {
        .product-card .details > * {
          display: block;
          width: 100%; }
          .product-card .details > *:before, .product-card .details > *:after {
            content: " ";
            display: block;
            clear: both;
            float: none;
            width: 0;
            height: 0; } }
    .product-card .details > .product-image {
      width: 472px; }
      @media only screen and (max-width: 740px) {
        .product-card .details > .product-image {
          width: auto; } }
      .product-card .details > .product-image > .image-wrapper {
        height: 472px;
        line-height: 472px;
        text-align: center;
        background-color: transparent; }
        .product-card .details > .product-image > .image-wrapper iframe {
          width: 100%;
          min-height: 275px; }
          .product-card .details > .product-image > .image-wrapper iframe ~ img {
            display: none; }
        .product-card .details > .product-image > .image-wrapper img {
          vertical-align: middle;
          max-width: 472px;
          max-height: 100%; }
        @media only screen and (max-width: 740px) {
          .product-card .details > .product-image > .image-wrapper {
            width: auto;
            height: auto; } }
      .product-card .details > .product-image .thumbnails {
        height: 138px; }
        .product-card .details > .product-image .thumbnails > * {
          display: block;
          position: relative;
          float: left;
          width: 138px;
          height: 138px;
          margin-top: 39px;
          margin-left: 39px;
          cursor: pointer; }
          @media only screen and (max-width: 740px) {
            .product-card .details > .product-image .thumbnails > * {
              width: 69px;
              height: 69px;
              margin-left: 19.5px; } }
          .product-card .details > .product-image .thumbnails > *:nth-child(3n + 1) {
            margin-left: 0; }
            @media only screen and (max-width: 740px) {
              .product-card .details > .product-image .thumbnails > *:nth-child(3n + 1) {
                margin-left: 0; } }
          .product-card .details > .product-image .thumbnails > * > .wrapper {
            position: absolute;
            overflow: hidden;
            width: 138px;
            height: 138px;
            text-align: center;
            line-height: 138px;
            font-size: 55.2px;
            display: block;
            color: white;
            text-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
            @media only screen and (max-width: 740px) {
              .product-card .details > .product-image .thumbnails > * > .wrapper {
                width: 69px;
                height: 69px; } }
            .product-card .details > .product-image .thumbnails > * > .wrapper > img {
              position: absolute;
              top: 50%;
              left: 50%;
              width: auto;
              height: auto;
              min-width: 100%;
              min-height: 100%;
              max-width: 414px;
              max-height: 414px;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
              z-index: -1; }
              @media only screen and (max-width: 740px) {
                .product-card .details > .product-image .thumbnails > * > .wrapper > img {
                  max-width: 207px;
                  max-height: 207px; } }
    .product-card .details > .product-description {
      padding-left: 40px;
      font-size: 16px; }
      @media only screen and (max-width: 740px) {
        .product-card .details > .product-description {
          padding: 10px; } }
      .product-card .details > .product-description h2 {
        margin: 0;
        font-size: 33px;
        font-weight: 600; }

.news-list {
  margin-bottom: 80px; }
  .news-list > .entry {
    display: table;
    width: 100%;
    height: 400px; }
    @media only screen and (max-width: 740px) {
      .news-list > .entry {
        display: block;
        height: auto; } }
    .news-list > .entry:nth-child(2n) {
      direction: rtl; }
      @media only screen and (max-width: 740px) {
        .news-list > .entry:nth-child(2n) {
          direction: ltr; } }
      .news-list > .entry:nth-child(2n) > * {
        direction: ltr; }
    .news-list > .entry > * {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      height: 100%; }
      @media only screen and (max-width: 740px) {
        .news-list > .entry > * {
          display: block;
          width: 100%; } }
      .news-list > .entry > *.image-wrapper {
        position: relative;
        height: 100%;
        overflow: hidden; }
        .news-list > .entry > *.image-wrapper > .image {
          position: absolute;
          overflow: hidden;
          left: 0;
          top: 0;
          right: 0;
          z-index: -1;
          min-height: 100%; }
          @media only screen and (max-width: 740px) {
            .news-list > .entry > *.image-wrapper > .image {
              position: static; }
              .news-list > .entry > *.image-wrapper > .image img {
                max-height: 500px; } }
      .news-list > .entry > *.content {
        padding: 0 4em; }
        @media only screen and (max-width: 1000px) {
          .news-list > .entry > *.content {
            padding: 2em; } }
        @media only screen and (max-width: 740px) {
          .news-list > .entry > *.content {
            padding: 10px 20px; } }
        .news-list > .entry > *.content > * {
          max-width: 400px; }
        .news-list > .entry > *.content h2 {
          margin: 0;
          line-height: 0.9em; }
          .news-list > .entry > *.content h2, .news-list > .entry > *.content h2 a {
            color: #45b555; }

.page-navigation {
  margin-bottom: 80px;
  text-align: center; }
  .page-navigation .btn + .btn {
    margin-left: 1em; }

.accordion > .item {
  padding: 20px 0;
  border-bottom: solid 1px black;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; }
  @media only screen and (max-width: 1000px) {
    .accordion > .item {
      padding-left: 20px;
      padding-right: 20px; } }
  .accordion > .item .js-show {
    display: none; }
  .accordion > .item:not(.open):hover {
    background-color: #f1f2f2;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }
  .accordion > .item > * {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1005px; }
  .accordion > .item:first-child {
    border-top: solid 1px black; }
  .accordion > .item h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 28px;
    padding-right: 30px;
    position: relative; }
    .accordion > .item h3, .accordion > .item h3 a {
      color: black; }
    .accordion > .item h3 .download {
      margin-right: -30px; }
    .accordion > .item h3 a:hover, .accordion > .item h3 a:visited:hover {
      text-decoration: none; }
    .accordion > .item h3 .icon {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 14px;
      color: black;
      line-height: 30px; }
  .accordion > .item .download {
    float: right;
    font-size: 20px;
    line-height: 20px;
    margin-top: -5px;
    background-color: transparent;
    border: solid 1px black;
    font-size: 14px;
    padding-left: 1em;
    padding-right: 1em;
    color: black; }
  .accordion > .item .content {
    width: 100% !important;
    overflow-y: hidden; }
.accordion.js-init h3 {
  cursor: pointer; }

.cart-page-link {
  padding: 20px 0;
  margin-left: 1em;
  display: block;
  float: right;
  line-height: 31px;
  text-align: center;
  position: relative;
  color: black; }
  @media only screen and (max-width: 1000px) {
    .cart-page-link {
      position: absolute;
      float: none;
      margin-top: 7px;
      right: 80px;
      padding-top: 10px; } }
  @media only screen and (max-width: 740px) {
    .cart-page-link {
      margin-top: -2px;
      right: 60px; } }
  .cart-page-link[data-count]:after {
    display: block;
    content: attr(data-count);
    font-size: 10px;
    background-color: #45b555;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 16px;
    top: 50%;
    margin-top: -16px;
    margin-left: -8px;
    left: 100%;
    color: white;
    position: absolute; }
  .cart-page-link[data-count="0"] {
    opacity: 0.5; }
    .cart-page-link[data-count="0"]:after {
      display: none; }
  .cart-page-link > i {
    display: inline-block;
    vertical-align: middle; }

form.cart table {
  width: 100%; }
  form.cart table th {
    font-weight: 300; }
  form.cart table th, form.cart table td {
    padding: 0 1em; }
  form.cart table .remove {
    margin: 0 1em; }
  form.cart table .thumbnail {
    text-align: center;
    padding: 0 1em 0 0; }
    form.cart table .thumbnail .cart__image {
      display: block; }
    form.cart table .thumbnail img {
      max-width: 100px;
      max-height: 100px; }
.kyselyt .smcx-embed>.smcx-iframe-container {
    max-width: 100%;
    height: 100%;
	min-height:900px;
}
.kyselyt .smcx-embed {
    max-width: 100%;
    height: 100%;
	min-height:900px;
}
/*# sourceMappingURL=repolar.css.map */


#content .categories .item {
    width: 305px;
}