@charset "UTF-8";
/* Color */
/* Fonts */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?alwv43");
  src: url("fonts/icomoon.eot?#iefixalwv43") format("embedded-opentype"), url("fonts/icomoon.woff?alwv43") format("woff"), url("fonts/icomoon.ttf?alwv43") format("truetype"), url("fonts/icomoon.svg?alwv43#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 53, ../../../assets/sass/base.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 66, ../../../assets/sass/base.scss */
.icon-drop-thin:before {
  content: "\e60d"; }

/* line 69, ../../../assets/sass/base.scss */
.icon-facebook-logo:before {
  content: "\e600"; }

/* line 72, ../../../assets/sass/base.scss */
.icon-drop-outline:before {
  content: "\e601"; }

/* line 75, ../../../assets/sass/base.scss */
.icon-drop-filled:before {
  content: "\e602"; }

/* line 78, ../../../assets/sass/base.scss */
.icon-contact-pin:before {
  content: "\e603"; }

/* line 81, ../../../assets/sass/base.scss */
.icon-contact-phone:before {
  content: "\e604"; }

/* line 84, ../../../assets/sass/base.scss */
.icon-contact-letter:before {
  content: "\e605"; }

/* line 87, ../../../assets/sass/base.scss */
.icon-bottle:before {
  content: "\e606"; }

/* line 90, ../../../assets/sass/base.scss */
.icon-arrow-small-right:before {
  content: "\e607"; }

/* line 93, ../../../assets/sass/base.scss */
.icon-arrow-small-left:before {
  content: "\e608"; }

/* line 96, ../../../assets/sass/base.scss */
.icon-arrow-medium-up:before {
  content: "\e609"; }

/* line 99, ../../../assets/sass/base.scss */
.icon-arrow-medium-right:before {
  content: "\e60a"; }

/* line 102, ../../../assets/sass/base.scss */
.icon-arrow-medium-left:before {
  content: "\e60b"; }

/* line 105, ../../../assets/sass/base.scss */
.icon-arrow-medium-down:before {
  content: "\e60c"; }

/* Blå gradient */
@-webkit-keyframes bounce {
  0% {
    margin-top: 10px; }
  10% {
    margin-top: 30px; }
  20% {
    margin-top: 10px; }
  100% {
    margin-top: 10px; } }
@-moz-keyframes bounce {
  0% {
    margin-top: 10px; }
  10% {
    margin-top: 30px; }
  20% {
    margin-top: 10px; }
  100% {
    margin-top: 10px; } }
@-o-keyframes bounce {
  0% {
    margin-top: 10px; }
  10% {
    margin-top: 30px; }
  20% {
    margin-top: 10px; }
  100% {
    margin-top: 10px; } }
@keyframes bounce {
  0% {
    margin-top: 10px; }
  10% {
    margin-top: 30px; }
  20% {
    margin-top: 10px; }
  100% {
    margin-top: 10px; } }
/* Til karusellen, noe kan senere fjernes */
/* line 172, ../../../assets/sass/base.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
/* line 182, ../../../assets/sass/base.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

/* line 188, ../../../assets/sass/base.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* Keyframes */
/*empty*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 3, ../../../assets/sass/main.scss */
* {
  margin: 0;
  padding: 0; }

/* line 8, ../../../assets/sass/main.scss */
html,
body {
  height: 100%; }

/* line 13, ../../../assets/sass/main.scss */
body {
  color: #27326f;
  min-width: 320px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  /* line 21, ../../../assets/sass/main.scss */
  body:after {
    display: none; }

/* line 26, ../../../assets/sass/main.scss */
html {
  font-size: 62.5%;
  font-family: "mobile"; }

/* line 31, ../../../assets/sass/main.scss */
h1,
h2,
h3,
h4 {
  font-weight: normal; }

/* line 38, ../../../assets/sass/main.scss */
h1 {
  font-size: 38px;
  font-size: 3.8rem; }

/* line 43, ../../../assets/sass/main.scss */
h2 {
  font-size: 24px;
  font-size: 2.4rem; }

/* line 48, ../../../assets/sass/main.scss */
a {
  text-decoration: none; }

/* line 52, ../../../assets/sass/main.scss */
p {
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  line-height: 20px; }

/* line 60, ../../../assets/sass/main.scss */
p a,
dd a {
  text-decoration: underline;
  color: #27326f; }

/* line 66, ../../../assets/sass/main.scss */
.bold {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

/* line 73, ../../../assets/sass/main.scss */
.frame {
  position: relative;
  min-height: 100%; }

/* line 78, ../../../assets/sass/main.scss */
.squares {
  display: none; }

/* line 82, ../../../assets/sass/main.scss */
.width-check {
  position: fixed;
  bottom: 170px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  z-index: 50;
  background: pink; }
  /* line 94, ../../../assets/sass/main.scss */
  .width-check:after {
    content: "<480: mobil stående"; }

/* line 99, ../../../assets/sass/main.scss */
.center {
  position: relative;
  padding: 0 10px; }
  /* line 102, ../../../assets/sass/main.scss */
  .center h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal; }

/* line 111, ../../../assets/sass/main.scss */
section {
  position: relative; }

/* line 115, ../../../assets/sass/main.scss */
.blue,
.toggle span {
  position: relative; }
  /* line 118, ../../../assets/sass/main.scss */
  .blue:after,
  .toggle span:after {
    display: block;
    position: absolute;
    left: -2px;
    bottom: -8px;
    content: "";
    background: #8dd5ff;
    background: -moz-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dd5ff), color-stop(100%, #267fe9));
    background: -webkit-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
    background: -o-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
    background: -ms-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
    background: linear-gradient(to bottom, #8dd5ff 0%, #267fe9 100%);
    width: 100%;
    height: 3px;
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg); }

/* line 131, ../../../assets/sass/main.scss */
header {
  position: relative;
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 60;
  background: #fff; }
  /* line 136, ../../../assets/sass/main.scss */
  header .center {
    padding: 8px 20px; }
  /* line 139, ../../../assets/sass/main.scss */
  header .logo {
    display: block;
    width: 66px;
    height: 43px;
    background: url(elm/small_logo.png) no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    text-indent: -8000px; }
  /* line 147, ../../../assets/sass/main.scss */
  header nav {
    text-align: center;
    max-height: 0;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden; }
    /* line 152, ../../../assets/sass/main.scss */
    header nav ul {
      list-style-type: none; }
      /* line 155, ../../../assets/sass/main.scss */
      header nav ul li a {
        display: block;
        position: relative;
        padding: 14px 0;
        color: #27326f;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 700;
        font-style: normal; }
        /* line 161, ../../../assets/sass/main.scss */
        header nav ul li a:after {
          display: none;
          position: absolute;
          bottom: 0;
          left: auto;
          width: 106%;
          height: 3px;
          content: "";
          background: #8dd5ff;
          background: -moz-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dd5ff), color-stop(100%, #267fe9));
          background: -webkit-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
          background: -o-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
          background: -ms-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
          background: linear-gradient(to bottom, #8dd5ff 0%, #267fe9 100%); }
        /* line 171, ../../../assets/sass/main.scss */
        header nav ul li a.active {
          display: inline-block; }
          /* line 173, ../../../assets/sass/main.scss */
          header nav ul li a.active:after {
            display: block; }
    /* line 180, ../../../assets/sass/main.scss */
    header nav.open {
      max-height: 260px; }
  /* line 184, ../../../assets/sass/main.scss */
  header .facebook {
    display: none; }
  /* line 187, ../../../assets/sass/main.scss */
  header .toggle {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 30px;
    text-indent: -8000px; }
    /* line 195, ../../../assets/sass/main.scss */
    header .toggle span {
      display: block;
      position: absolute;
      top: 0;
      width: 100%; }
      /* line 200, ../../../assets/sass/main.scss */
      header .toggle span:after {
        bottom: auto;
        left: auto;
        height: 4px;
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -webkit-transform: skew(0deg);
        transform: skew(0deg); }
      /* line 206, ../../../assets/sass/main.scss */
      header .toggle span:nth-of-type(2) {
        top: 10px; }
      /* line 209, ../../../assets/sass/main.scss */
      header .toggle span:nth-of-type(3) {
        top: 19px; }

/* line 216, ../../../assets/sass/main.scss */
.link {
  position: relative;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  color: #27326f; }
  /* line 220, ../../../assets/sass/main.scss */
  .link span {
    display: block;
    position: absolute;
    top: -5px;
    right: -38px;
    font-size: 32px;
    font-size: 3.2rem;
    vertical-align: middle; }
  /* line 229, ../../../assets/sass/main.scss */
  .link.blue {
    margin-left: -32px; }
    /* line 231, ../../../assets/sass/main.scss */
    .link.blue:after {
      padding-right: 40px; }

/* line 237, ../../../assets/sass/main.scss */
.intro {
  padding-top: 124%;
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  background: url(elm/intro_topp.jpg) no-repeat center -34px #e2e9f3;
  -moz-background-size: 180% auto;
  -o-background-size: 180% auto;
  -webkit-background-size: 180% auto;
  background-size: 180% auto; }
  /* line 242, ../../../assets/sass/main.scss */
  .intro .center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    /* line 248, ../../../assets/sass/main.scss */
    .intro .center > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
      /* line 256, ../../../assets/sass/main.scss */
      .intro .center > div h1 {
        display: inline-block;
        margin: 16.66667% 0 10px 24.13793%;
        width: 118px;
        height: 78px;
        background: url(elm/big_logo.png) no-repeat center center;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        text-indent: -8000px;
        position: relative;
        z-index: 2;
        display: none; }
      /* line 268, ../../../assets/sass/main.scss */
      .intro .center > div .text {
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: #fff; }
      /* line 278, ../../../assets/sass/main.scss */
      .intro .center > div p {
        max-width: 330px;
        margin: 0 auto;
        font-size: 12px;
        font-size: 1.2rem; }
        /* line 284, ../../../assets/sass/main.scss */
        .intro .center > div p:nth-child(1) {
          margin-top: 10px;
          margin-bottom: 10px; }
  /* line 291, ../../../assets/sass/main.scss */
  .intro .arrow {
    display: block;
    margin-top: 10px;
    margin-left: 34%;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    font-size: 40px; }
  /* line 299, ../../../assets/sass/main.scss */
  .intro .fatlink {
    color: #27326f;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 5px;
    line-height: 2.2; }

/* line 311, ../../../assets/sass/main.scss */
.movies {
  padding: 60px 0 60px; }
  /* line 313, ../../../assets/sass/main.scss */
  .movies .center {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 450px;
    text-align: center; }
  /* line 319, ../../../assets/sass/main.scss */
  .movies .link.desktop {
    display: none; }
  /* line 322, ../../../assets/sass/main.scss */
  .movies .video-promo {
    padding: 40px 20px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(elm/video_promo.jpg) center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  /* line 328, ../../../assets/sass/main.scss */
  .movies h1 {
    margin-bottom: 10px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem; }
  /* line 336, ../../../assets/sass/main.scss */
  .movies h2 {
    margin-bottom: 10px;
    width: 90%;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none; }
    /* line 344, ../../../assets/sass/main.scss */
    .movies h2 span {
      display: block;
      font-size: 14px;
      font-size: 1.4rem; }
  /* line 350, ../../../assets/sass/main.scss */
  .movies article {
    margin-top: 40px; }
  /* line 353, ../../../assets/sass/main.scss */
  .movies .video-wrapper {
    position: relative;
    margin-bottom: 40px; }
    /* line 356, ../../../assets/sass/main.scss */
    .movies .video-wrapper > div {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
      /* line 361, ../../../assets/sass/main.scss */
      .movies .video-wrapper > div object,
      .movies .video-wrapper > div embed,
      .movies .video-wrapper > div iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    /* line 371, ../../../assets/sass/main.scss */
    .movies .video-wrapper:after {
      display: block;
      position: absolute;
      left: 50%;
      bottom: -5px;
      margin-left: -47%;
      width: 94%;
      height: 5px;
      content: "";
      background: #8dd5ff;
      background: -moz-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dd5ff), color-stop(100%, #267fe9));
      background: -webkit-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
      background: -o-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
      background: -ms-linear-gradient(top, #8dd5ff 0%, #267fe9 100%);
      background: linear-gradient(to bottom, #8dd5ff 0%, #267fe9 100%); }
  /* line 383, ../../../assets/sass/main.scss */
  .movies.single {
    padding-top: 0; }
    /* line 385, ../../../assets/sass/main.scss */
    .movies.single .video-wrapper {
      margin-bottom: 20px; }

/* line 392, ../../../assets/sass/main.scss */
.history .fixed {
  background: url(elm/history_promo.jpg) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

/* line 398, ../../../assets/sass/main.scss */
.background {
  padding-top: 45.83333%;
  overflow: hidden; }
  /* line 401, ../../../assets/sass/main.scss */
  .background .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    /* line 408, ../../../assets/sass/main.scss */
    .background .content img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
    /* line 416, ../../../assets/sass/main.scss */
    .background .content video {
      display: none; }

/* line 423, ../../../assets/sass/main.scss */
.promo img {
  width: 100%;
  height: auto; }
/* line 427, ../../../assets/sass/main.scss */
.promo.fixed {
  margin-bottom: 30px;
  padding-top: 36.42857%; }

/* line 433, ../../../assets/sass/main.scss */
.products {
  padding-bottom: 30px; }
  /* line 435, ../../../assets/sass/main.scss */
  .products .fixed {
    background: url(elm/products_promo.jpg) center top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  /* line 439, ../../../assets/sass/main.scss */
  .products .link.desktop {
    display: none; }
  /* line 442, ../../../assets/sass/main.scss */
  .products .center {
    text-align: center; }
    /* line 444, ../../../assets/sass/main.scss */
    .products .center h1 {
      margin-bottom: 30px;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase; }
    /* line 449, ../../../assets/sass/main.scss */
    .products .center .short-intro {
      margin: 0 auto 16px;
      width: 90%; }
    /* line 453, ../../../assets/sass/main.scss */
    .products .center .carousel {
      position: relative;
      margin: 30px auto 20px;
      width: 96%;
      overflow: hidden;
      -ms-touch-action: pan-y; }
      /* line 460, ../../../assets/sass/main.scss */
      .products .center .carousel .owl-stage,
      .products .center .carousel .owl-wrapper {
        position: relative;
        -moz-transform: translate3d(0 0 0);
        -ms-transform: translate3d(0 0 0);
        -webkit-transform: translate3d(0 0 0);
        transform: translate3d(0 0 0);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        /* line 465, ../../../assets/sass/main.scss */
        .products .center .carousel .owl-stage .owl-item,
        .products .center .carousel .owl-wrapper .owl-item {
          float: left;
          text-align: center;
          -moz-transform: translate3d(0 0 0);
          -ms-transform: translate3d(0 0 0);
          -webkit-transform: translate3d(0 0 0);
          transform: translate3d(0 0 0);
          -moz-backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          /* line 470, ../../../assets/sass/main.scss */
          .products .center .carousel .owl-stage .owl-item.loading,
          .products .center .carousel .owl-wrapper .owl-item.loading {
            min-height: 180px;
            background: url(elm/ajax_loader.gif) no-repeat center center; }
      /* line 476, ../../../assets/sass/main.scss */
      .products .center .carousel .owl-stage-outer {
        position: relative;
        width: 100%;
        overflow: hidden; }
        /* line 480, ../../../assets/sass/main.scss */
        .products .center .carousel .owl-stage-outer.autoHeight {
          -moz-transition: height 500ms ease-in-out;
          -o-transition: height 500ms ease-in-out;
          -webkit-transition: height 500ms ease-in-out;
          transition: height 500ms ease-in-out; }
      /* line 485, ../../../assets/sass/main.scss */
      .products .center .carousel .owl-dots {
        position: absolute;
        top: 266px;
        left: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: -100px;
        width: 200px;
        text-align: center; }
        /* line 496, ../../../assets/sass/main.scss */
        .products .center .carousel .owl-dots .owl-dot {
          display: inline-block;
          cursor: pointer; }
          /* line 500, ../../../assets/sass/main.scss */
          .products .center .carousel .owl-dots .owl-dot span {
            display: block;
            margin: 5px 2px;
            background: transparent !important; }
            /* line 505, ../../../assets/sass/main.scss */
            .products .center .carousel .owl-dots .owl-dot span:after {
              content: "\e601";
              font-family: "icomoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              font-size: 18px;
              font-size: 1.8rem; }
          /* line 520, ../../../assets/sass/main.scss */
          .products .center .carousel .owl-dots .owl-dot.active span:after {
            content: "\e602"; }
      /* line 528, ../../../assets/sass/main.scss */
      .products .center .carousel .owl-nav {
        margin: 0; }
        /* line 531, ../../../assets/sass/main.scss */
        .products .center .carousel .owl-nav button {
          position: absolute;
          top: 80px;
          top: 21.42857%;
          width: 55px;
          height: 55px;
          background: #267fe9;
          background: -moz-linear-gradient(45deg, #267fe9 0%, #8dd5ff 99%);
          background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #267fe9), color-stop(99%, #8dd5ff));
          background: -webkit-linear-gradient(45deg, #267fe9 0%, #8dd5ff 99%);
          background: -o-linear-gradient(45deg, #267fe9 0%, #8dd5ff 99%);
          background: -ms-linear-gradient(45deg, #267fe9 0%, #8dd5ff 99%);
          background: linear-gradient(45deg, #267fe9 0%, #8dd5ff 99%);
          /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267fe9', endColorstr='#8dd5ff',GradientType=1 );*/
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          cursor: pointer; }
          /* line 541, ../../../assets/sass/main.scss */
          .products .center .carousel .owl-nav button > span {
            display: block;
            position: absolute;
            top: -5px;
            right: -5px;
            width: 55px;
            height: 55px;
            background: #ebebeb;
            -moz-transition: all 0.14s ease-in-out;
            -o-transition: all 0.14s ease-in-out;
            -webkit-transition: all 0.14s ease-in-out;
            transition: all 0.14s ease-in-out; }
            /* line 550, ../../../assets/sass/main.scss */
            .products .center .carousel .owl-nav button > span span {
              display: block;
              position: absolute;
              top: 9px;
              right: 6px;
              font-size: 4rem;
              color: #27326f;
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
          /* line 561, ../../../assets/sass/main.scss */
          .products .center .carousel .owl-nav button.owl-prev {
            left: 10px; }
          /* line 565, ../../../assets/sass/main.scss */
          .products .center .carousel .owl-nav button.owl-next {
            right: 10px; }
      /* line 571, ../../../assets/sass/main.scss */
      .products .center .carousel .owl-controls {
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent; }
        /* line 577, ../../../assets/sass/main.scss */
        .products .center .carousel .owl-controls.clickable .owl-nav div:hover {
          opacity: 1;
          text-decoration: none; }
    /* line 586, ../../../assets/sass/main.scss */
    .products .center .image {
      position: relative;
      margin: 0 auto 50px auto;
      margin-bottom: 50px;
      padding-left: 20px;
      height: 270px;
      width: 200px; }
      /* line 593, ../../../assets/sass/main.scss */
      .products .center .image img {
        display: inline;
        width: auto;
        height: 96%; }
      /* line 598, ../../../assets/sass/main.scss */
      .products .center .image .big {
        position: relative;
        z-index: 4; }
      /* line 602, ../../../assets/sass/main.scss */
      .products .center .image .small {
        position: absolute;
        top: 54px;
        left: 50px;
        height: 170px;
        width: auto;
        z-index: 2; }
    /* line 612, ../../../assets/sass/main.scss */
    .products .center .text h2 {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 700;
      font-style: normal; }
    /* line 619, ../../../assets/sass/main.scss */
    .products .center .text h3 {
      margin-bottom: 14px;
      font-size: 16px;
      font-size: 1.6rem; }
    /* line 624, ../../../assets/sass/main.scss */
    .products .center .text h4 {
      margin-bottom: 6px;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 700;
      font-style: normal; }
    /* line 631, ../../../assets/sass/main.scss */
    .products .center .text p {
      font-size: 14px;
      font-size: 1.4rem; }
    /* line 635, ../../../assets/sass/main.scss */
    .products .center .text .drop {
      display: inline-block;
      position: relative;
      vertical-align: bottom; }
      /* line 639, ../../../assets/sass/main.scss */
      .products .center .text .drop .icon {
        position: relative; }
      /* line 642, ../../../assets/sass/main.scss */
      .products .center .text .drop .number {
        position: absolute;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 700;
        font-style: normal; }
      /* line 648, ../../../assets/sass/main.scss */
      .products .center .text .drop.small {
        margin-right: 10px;
        width: 44px;
        text-indent: -14px; }
        /* line 652, ../../../assets/sass/main.scss */
        .products .center .text .drop.small .number {
          top: 33px;
          left: 22px; }
        /* line 656, ../../../assets/sass/main.scss */
        .products .center .text .drop.small .icon {
          font-size: 74px; }
      /* line 660, ../../../assets/sass/main.scss */
      .products .center .text .drop.medium {
        margin-right: 10px;
        width: 45px;
        text-indent: -13px; }
        /* line 664, ../../../assets/sass/main.scss */
        .products .center .text .drop.medium .number {
          top: 33px;
          left: 18px; }
        /* line 668, ../../../assets/sass/main.scss */
        .products .center .text .drop.medium .icon {
          font-size: 74px; }
      /* line 672, ../../../assets/sass/main.scss */
      .products .center .text .drop.big {
        width: 51px;
        text-indent: -16px; }
        /* line 675, ../../../assets/sass/main.scss */
        .products .center .text .drop.big .number {
          top: 38px;
          left: 31px; }
        /* line 679, ../../../assets/sass/main.scss */
        .products .center .text .drop.big .icon {
          font-size: 85px; }
  /* line 688, ../../../assets/sass/main.scss */
  .products.single .center article {
    margin: 0 auto 30px auto; }
  /* line 691, ../../../assets/sass/main.scss */
  .products.single .center .image {
    margin-bottom: 10px; }
  /* line 694, ../../../assets/sass/main.scss */
  .products.single .center .text {
    margin-bottom: 50px; }
  /* line 698, ../../../assets/sass/main.scss */
  .products.single .center .column .icon,
  .products.single .center .column .bold {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle; }
  /* line 704, ../../../assets/sass/main.scss */
  .products.single .center .column .icon {
    width: 14%;
    font-size: 120px; }
    /* line 707, ../../../assets/sass/main.scss */
    .products.single .center .column .icon .icon-bottle {
      display: block;
      width: 30px;
      text-indent: -43px; }
  /* line 713, ../../../assets/sass/main.scss */
  .products.single .center .column .bold {
    margin-bottom: 0;
    width: 86%; }

/* line 722, ../../../assets/sass/main.scss */
.column {
  margin-top: 20px;
  padding: 10px;
  text-align: left; }
  /* line 726, ../../../assets/sass/main.scss */
  .column h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal; }
  /* line 733, ../../../assets/sass/main.scss */
  .column h3 {
    margin-bottom: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal; }
  /* line 738, ../../../assets/sass/main.scss */
  .column p .start {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    font-style: italic; }
  /* line 743, ../../../assets/sass/main.scss */
  .column:first-of-type {
    margin-top: 30px; }

/* line 748, ../../../assets/sass/main.scss */
.table {
  background: #465364;
  list-style-type: none;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }
  /* line 754, ../../../assets/sass/main.scss */
  .table li {
    padding: 10px 16px; }
    /* line 756, ../../../assets/sass/main.scss */
    .table li .bold {
      width: 100% !important;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 14px;
      line-height: 1.4rem; }
    /* line 763, ../../../assets/sass/main.scss */
    .table li span {
      float: right;
      font-weight: 700;
      font-style: italic; }
    /* line 768, ../../../assets/sass/main.scss */
    .table li:first-of-type {
      padding: 20px 16px; }
    /* line 771, ../../../assets/sass/main.scss */
    .table li:nth-of-type(odd) {
      background: #414d5d; }

/* line 777, ../../../assets/sass/main.scss */
.full-background {
  position: absolute;
  top: 60px;
  bottom: 129px;
  left: 0;
  right: 0;
  background: url(elm/contact_background.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 787, ../../../assets/sass/main.scss */
.contact {
  z-index: 2; }
  /* line 789, ../../../assets/sass/main.scss */
  .contact .center {
    margin: 60px 0;
    padding: 30px 20px;
    background: #fff; }
    /* line 793, ../../../assets/sass/main.scss */
    .contact .center dl {
      margin-top: 30px; }
      /* line 795, ../../../assets/sass/main.scss */
      .contact .center dl dt {
        display: block;
        position: relative;
        padding-left: 40px;
        vertical-align: top;
        text-transform: uppercase;
        font-size: 10px;
        font-size: 1rem;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 700;
        font-style: normal; }
        /* line 804, ../../../assets/sass/main.scss */
        .contact .center dl dt span {
          display: block;
          position: absolute;
          top: 0;
          left: -10px;
          font-size: 50px;
          line-height: 30px; }
      /* line 813, ../../../assets/sass/main.scss */
      .contact .center dl dd {
        padding-left: 40px;
        margin-bottom: 20px;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 500;
        font-style: normal;
        line-height: 22px; }
        /* line 818, ../../../assets/sass/main.scss */
        .contact .center dl dd a {
          text-decoration: none; }
          /* line 820, ../../../assets/sass/main.scss */
          .contact .center dl dd a:after {
            -moz-transform: skew(0deg);
            -ms-transform: skew(0deg);
            -webkit-transform: skew(0deg);
            transform: skew(0deg); }

/* line 830, ../../../assets/sass/main.scss */
.simple .center {
  margin: 0 auto;
  padding: 40px 30px;
  max-width: 340px;
  text-align: center; }
  /* line 835, ../../../assets/sass/main.scss */
  .simple .center h2 {
    font-size: 8rem; }

/* line 841, ../../../assets/sass/main.scss */
.space {
  padding-bottom: 130px; }

/* line 845, ../../../assets/sass/main.scss */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 129px; }
  /* line 851, ../../../assets/sass/main.scss */
  footer .center {
    padding: 0; }
    /* line 853, ../../../assets/sass/main.scss */
    footer .center a {
      display: block;
      padding: 16px 10px;
      text-decoration: none;
      color: #27326f;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 700;
      font-style: normal; }
      /* line 859, ../../../assets/sass/main.scss */
      footer .center a:first-of-type {
        border-bottom: 1px solid #ebebeb; }
      /* line 862, ../../../assets/sass/main.scss */
      footer .center a span {
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
        font-size: 32px; }

/* line 872, ../../../assets/sass/main.scss */
video {
  display: none; }
