@charset "UTF-8";
/*==========================================================================
****************************************************************************
                                                                           *
    Title: R8                                                              *
    Author: Przemys┼éaw Mirota                                              *
    Author URI: http://smultron.pl                                         *
    Date: December 2014                                                    *
                                                                           *
****************************************************************************
============================================================================

    1. BASE
        1.1 Reset
        1.2 Typography
        1.3 Grids and variables
        1.4 Default styles

    2. MAIN


****************************************************************************
==========================================================================*/
/* ==========================================================================
   1. BASE
   ========================================================================== */
/* 1.1 Reset
   ========================================================================== */
@font-face {
  font-family: 'bite';
  src: url("../fonts/bite.eot?47583199");
  src: url("../fonts/bite.eot?47583199#iefix") format("embedded-opentype"), url("../fonts/bite.woff?47583199") format("woff"), url("../fonts/bite.ttf?47583199") format("truetype"), url("../fonts/bite.svg?47583199#bite") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-twitter:before {
  content: '\e800';
}

/* 'ţáÇ' */
.icon-youtube:before {
  content: '\e801';
}

/* 'ţáü' */
.icon-pinterest:before {
  content: '\e802';
}

/* 'ţáé' */
.icon-instagram:before {
  content: '\e803';
}

/* 'ţáâ' */
.icon-facebook:before {
  content: '\e804';
}

/* 'ţáä' */
.icon-foursquare:before {
  content: '\e805';
}

/* 'ţáů' */
.icon-menu:before {
  content: '\e806';
}

/* 'ţáć' */
.icon-heart:before {
  content: '\e80f';
}

/* 'ţáĆ' */
.icon-left-open:before {
  content: '\e810';
}

/* 'ţáÉ' */
.icon-right-open:before {
  content: '\e811';
}

/* 'ţáĹ' */
.icon-down-open:before {
  content: '\e812';
}

/* 'ţáĺ' */
*:after,
*:before,
*[class^="icon"],
.owl-nav div:before {
  font-family: "bite";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
}

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

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

html, button, input, select, textarea {
  font-family: "Open Sans", sans-serif;
}

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

i, em, .em, dfn, blockquote, q {
  font-style: italic;
}

a {
  color: #ef5e07;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

p {
  margin: 0 0 1.6em 0;
}

pre {
  margin: 1em 0;
}

ul + p, ul + pre, ol + p, ol + pre {
  margin-top: 0;
}

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

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

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0;
}

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

.no-style-heading {
  font-size: 100%;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

dd {
  margin-bottom: 1em;
}

menu, ol, ul {
  padding: 0 0 0 22px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

.list-unstyled, .list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li, .list-inline li {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}

cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

code, kbd, pre, samp {
  word-wrap: break-word;
  font-family: "Open Sans", monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px;
}

code {
  color: #111;
}

table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333;
}

table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

label {
  margin: 0;
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

.checkbox {
  margin: 0.2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}

.right {
  float: right;
}

.block, .checkbox {
  display: block;
}

.inline {
  display: inline;
}

.inline-block, audio, canvas, video, .list-inline, .list-inline li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.none, audio:not([controls]),
[hidden] {
  display: none;
}

.font-ultra-bold {
  font-weight: 900;
}

.font-bold, b, strong, .strong {
  font-weight: 700;
}

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 100;
}

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.text-left, table caption {
  text-align: left;
}

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

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}

.image-left {
  margin-right: 20px;
}

.image-right {
  margin-left: 20px;
}

.section {
  position: relative;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-full {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

[class*="pull-"], [class*="push-"] {
  position: relative;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  width: 8.33333%;
  width: calc(100% / 12 * 1);
  width: -webkit-calc(100% / 12 * 1);
  width: -moz-calc(100% / 12 * 1);
}

.col-2 {
  width: 16.66667%;
  width: calc(100% / 12 * 2);
  width: -webkit-calc(100% / 12 * 2);
  width: -moz-calc(100% / 12 * 2);
}

.col-3, .col-1-4 {
  width: 25%;
  width: calc(100% / 12 * 3);
  width: -webkit-calc(100% / 12 * 3);
  width: -moz-calc(100% / 12 * 3);
}

.col-4, .col-1-3 {
  width: 33.33333%;
  width: calc(100% / 12 * 4);
  width: -webkit-calc(100% / 12 * 4);
  width: -moz-calc(100% / 12 * 4);
}

.col-5 {
  width: 41.66665%;
  width: calc(100% / 12 * 5);
  width: -webkit-calc(100% / 12 * 5);
  width: -moz-calc(100% / 12 * 5);
}

.col-6, .col-1-2 {
  width: 50%;
  width: calc(100% / 12 * 6);
  width: -webkit-calc(100% / 12 * 6);
  width: -moz-calc(100% / 12 * 6);
}

.col-7 {
  width: 58.33333%;
  width: calc(100% / 12 * 7);
  width: -webkit-calc(100% / 12 * 7);
  width: -moz-calc(100% / 12 * 7);
}

.col-8 {
  width: 66.66666%;
  width: calc(100% / 12 * 8);
  width: -webkit-calc(100% / 12 * 8);
  width: -moz-calc(100% / 12 * 8);
}

.col-9, .col-3-4 {
  width: 75%;
  width: calc(100% / 12 * 9);
  width: -webkit-calc(100% / 12 * 9);
  width: -moz-calc(100% / 12 * 9);
}

.col-10 {
  width: 83.33333%;
  width: calc(100% / 12 * 10);
  width: -webkit-calc(100% / 12 * 10);
  width: -moz-calc(100% / 12 * 10);
}

.col-11 {
  width: 91.66666%;
  width: calc(100% / 12 * 11);
  width: -webkit-calc(100% / 12 * 11);
  width: -moz-calc(100% / 12 * 11);
}

.col-12 {
  width: 100%;
}

.push-1 {
  left: 8.33333%;
  left: calc(100% / 12 * 1);
  left: -webkit-calc(100% / 12 * 1);
  left: -moz-calc(100% / 12 * 1);
}

.pull-1 {
  left: -8.33333%;
  left: calc(-100% / 12 * 1);
  left: -webkit-calc(-100% / 12 * 1);
  left: -moz-calc(-100% / 12 * 1);
}

.push-2 {
  left: 16.66667%;
  left: calc(100% / 12 * 2);
  left: -webkit-calc(100% / 12 * 2);
  left: -moz-calc(100% / 12 * 2);
}

.pull-2 {
  left: -16.66667%;
  left: calc(-100% / 12 * 2);
  left: -webkit-calc(-100% / 12 * 2);
  left: -moz-calc(-100% / 12 * 2);
}

.push-3, .push-1-4 {
  left: 25%;
  left: calc(100% / 12 * 3);
  left: -webkit-calc(100% / 12 * 3);
  left: -moz-calc(100% / 12 * 3);
}

.pull-3, .pull-1-4 {
  left: -25%;
  left: calc(-100% / 12 * 3);
  left: -webkit-calc(-100% / 12 * 3);
  left: -moz-calc(-100% / 12 * 3);
}

.push-4, .push-1-3 {
  left: 33.33333%;
  left: calc(100% / 12 * 4);
  left: -webkit-calc(100% / 12 * 4);
  left: -moz-calc(100% / 12 * 4);
}

.pull-4, .pull-1-3 {
  left: -33.33333%;
  left: calc(-100% / 12 * 4);
  left: -webkit-calc(-100% / 12 * 4);
  left: -moz-calc(-100% / 12 * 4);
}

.push-5 {
  left: 41.66665%;
  left: calc(100% / 12 * 5);
  left: -webkit-calc(100% / 12 * 5);
  left: -moz-calc(100% / 12 * 5);
}

.pull-5 {
  left: -41.66665%;
  left: calc(-100% / 12 * 5);
  left: -webkit-calc(-100% / 12 * 5);
  left: -moz-calc(-100% / 12 * 5);
}

.push-6, .push-1-2 {
  left: 50%;
  left: calc(100% / 12 * 6);
  left: -webkit-calc(100% / 12 * 6);
  left: -moz-calc(100% / 12 * 6);
}

.pull-6, .pull-1-2 {
  left: -50%;
  left: calc(-100% / 12 * 6);
  left: -webkit-calc(-100% / 12 * 6);
  left: -moz-calc(-100% / 12 * 6);
}

.push-7 {
  left: 58.33333%;
  left: calc(100% / 12 * 7);
  left: -webkit-calc(100% / 12 * 7);
  left: -moz-calc(100% / 12 * 7);
}

.pull-7 {
  left: -58.33333%;
  left: calc(-100% / 12 * 7);
  left: -webkit-calc(-100% / 12 * 7);
  left: -moz-calc(-100% / 12 * 7);
}

.push-8 {
  left: 66.66666%;
  left: calc(100% / 12 * 8);
  left: -webkit-calc(100% / 12 * 8);
  left: -moz-calc(100% / 12 * 8);
}

.pull-8 {
  left: -66.66666%;
  left: calc(-100% / 12 * 8);
  left: -webkit-calc(-100% / 12 * 8);
  left: -moz-calc(-100% / 12 * 8);
}

.push-9, .push-3-4 {
  left: 75%;
  left: calc(100% / 12 * 9);
  left: -webkit-calc(100% / 12 * 9);
  left: -moz-calc(100% / 12 * 9);
}

.pull-9, .pull-3-4 {
  left: -75%;
  left: calc(-100% / 12 * 9);
  left: -webkit-calc(-100% / 12 * 9);
  left: -moz-calc(-100% / 12 * 9);
}

.push-10 {
  left: 83.33333%;
  left: calc(100% / 12 * 10);
  left: -webkit-calc(100% / 12 * 10);
  left: -moz-calc(100% / 12 * 10);
}

.pull-10 {
  left: -83.33333%;
  left: calc(-100% / 12 * 10);
  left: -webkit-calc(-100% / 12 * 10);
  left: -moz-calc(-100% / 12 * 10);
}

.push-11 {
  left: 91.66666%;
  left: calc(100% / 12 * 11);
  left: -webkit-calc(100% / 12 * 11);
  left: -moz-calc(100% / 12 * 11);
}

.pull-11 {
  left: -91.66666%;
  left: calc(-100% / 12 * 11);
  left: -webkit-calc(-100% / 12 * 11);
  left: -moz-calc(-100% / 12 * 11);
}

.row {
  padding-top: 1em;
  padding-bottom: 1em;
}

.no-desktop {
  display: none;
}

.no-margin, .no-style-heading {
  margin: 0;
}

.no-padding {
  padding: 0;
}

@media only screen and (min-width: 740px) and (max-width: 959px) {
  .container, .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child, .tablet-container:first-child {
    margin-left: auto;
  }

  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }

  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
  }

  .tablet-col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
  }

  .tablet-col-3, .tablet-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }

  .tablet-col-4, .tablet-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }

  .tablet-col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
  }

  .tablet-col-6, .tablet-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }

  .tablet-col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
  }

  .tablet-col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
  }

  .tablet-col-9, .tablet-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }

  .tablet-col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
  }

  .tablet-col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
  }

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

  .tablet-push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
  }

  .tablet-pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
  }

  .tablet-push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
  }

  .tablet-pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
  }

  .tablet-push-3, .tablet-push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }

  .tablet-pull-3, .tablet-pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }

  .tablet-push-4, .tablet-push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }

  .tablet-pull-4, .tablet-pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }

  .tablet-push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
  }

  .tablet-pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
  }

  .tablet-push-6, .tablet-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }

  .tablet-pull-6, .tablet-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }

  .tablet-push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
  }

  .tablet-pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
  }

  .tablet-push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
  }

  .tablet-pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
  }

  .tablet-push-9, .tablet-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }

  .tablet-pull-9, .tablet-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }

  .tablet-push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
  }

  .tablet-pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
  }

  .tablet-push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
  }

  .tablet-pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
  }

  .tablet-no-push, .tablet-no-pull {
    left: auto;
  }

  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }

  .tablet-full:first-child {
    margin-top: 0;
  }

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

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

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

  .tablet-left {
    float: left;
  }

  .tablet-right {
    float: right;
  }

  .tablet-no-float {
    float: none;
  }

  .tablet-no-margin {
    margin: 0;
  }

  .tablet-no-padding {
    padding: 0;
  }

  .no-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }
}
@media only screen and (max-width: 739px) {
  .container, .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child, .mobile-container:first-child {
    margin-left: auto;
  }

  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }

  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }

  .mobile-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }

  .mobile-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }

  .mobile-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }

  .mobile-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }

  .mobile-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }

  .mobile-push-1-3 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }

  .mobile-pull-1-3 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }

  .mobile-push-1-4 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }

  .mobile-pull-1-4 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }

  .mobile-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }

  .mobile-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }

  .mobile-no-push, .mobile-no-pull {
    left: auto;
  }

  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block;
  }

  .mobile-full:first-child {
    margin-top: 0;
  }

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

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

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

  .mobile-left {
    float: left;
  }

  .mobile-right {
    float: right;
  }

  .mobile-no-float {
    float: none;
  }

  .mobile-no-margin {
    margin: 0;
  }

  .mobile-no-padding {
    padding: 0;
  }

  .no-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }
}
@media print {
  * {
    background: transparent;
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100%;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* 1.5 Default styles
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  color: #8cccd3;
  font-size: 22px;
  font-family: 'museo-sans-rounded', 'Open Sans';
  font-weight: 100;
}

strong,
a {
  color: inherit;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
}

body .main section header h2 {
  font-size: 40px !important;
}
@media screen and (min-width: 740px) {
  body .main section header h2 {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 960px) {
  body .main section header h2 {
    font-size: 80px;
  }
}
body .main section p {
  line-height: 25px;
  font-size: 14px;
  padding: 0 20px;
  box-sizing: border-box;
}
body .main section p a {
  color: #ff4195;
}
@media screen and (min-width: 740px) {
  body .main section p {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body .main section p {
    padding: 0;
    font-size: 22px;
  }
}

html {
  background: #fff;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.clear--after:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.container--wide {
  padding: 0 15px;
  box-sizing: border-box;
}

.button {
  display: inline-block;
  border: 3px solid #8cccd3;
  border-radius: 3px;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8cccd3;
  font-size: 16px;
}

body > * {
  position: relative;
}
@media screen and (min-width: 740px) {
  body > * {
    left: auto !important;
  }
}

body {
  overflow-x: hidden;
}

.top {
  width: 100%;
  background: #8cccd3;
  padding: 10px 0 36px;
}
.top .logo-groupped {
  width: calc(100% - 40px);
  max-width: 660px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 740px) {
  .top .logo-groupped {
    width: calc(100% - 140px);
  }
}
.top .logo-groupped a.logo {
  width: 100%;
  display: block;
}
.top .logo-groupped img {
  display: block;
  margin-left: 6vw;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 740px) {
  .top .logo-groupped img {
    margin-left: 69px;
  }
}
.top .logo-groupped a.button-top {
  width: 36.1%;
  max-width: 238px;
  position: absolute;
  right: -6vw;
  bottom: 5px;
  border: 0;
}
@media screen and (min-width: 740px) {
  .top .logo-groupped a.button-top {
    right: -69px;
  }
}
.top .logo-groupped a.button-top img {
  display: block;
  margin-left: 0;
}
.top .languages {
  position: absolute;
  right: 0;
  top: 10px;
}
.top .languages .arrow {
  width: 20px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background: url("../images/languages-arrow.png") 4px 0 no-repeat;
  cursor: pointer;
  transition: 0.3s all;
}
.top .languages .arrow.expanded {
  background-position: 4px -9px;
}
.top .languages li {
  display: none;
  text-align: right;
  margin-right: 25px;
}
.top .languages li.active {
  display: block;
}
.top .languages a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.2s color;
}
.top .languages a:hover {
  color: #ff4195;
}

.main-menu {
  z-index: 1000;
}
.main-menu .menu-toggle {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  left: 250px;
  top: 0;
  background: url("../images/menu-mobile.png") center center rgba(0, 0, 0, 0.8) no-repeat;
  z-index: 1000;
}
@media screen and (min-width: 740px) {
  .main-menu .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 739px) {
  .main-menu {
    height: 100vh;
    position: fixed !important;
    left: -250px;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 250px;
    padding: 0;
  }
}
@media screen and (min-width: 740px) {
  .main-menu {
    width: 100vw;
    max-width: 100%;
    height: 46px;
    padding: 5px 0 4px;
    background: url("../images/menu-background.png") repeat-x;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
    top: 0;
  }
  .main-menu ul {
    height: 37px;
    line-height: 37px;
    text-align: center;
  }
}
.main-menu li {
  display: block;
}
@media screen and (min-width: 740px) {
  .main-menu li {
    display: inline-block;
  }
}
.main-menu li a {
  font-size: 25px;
  text-transform: uppercase;
  transition: 0.2s color;
  color: #8cccd3;
}
@media screen and (min-width: 740px) {
  .main-menu li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .main-menu li a {
    font-size: 25px;
  }
}
@media screen and (max-width: 739px) {
  .main-menu li a {
    display: block;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.main-menu li a:hover {
  color: #ff4195;
}
@media screen and (min-width: 740px) {
  .main-menu li:nth-child(1) ~ li {
    padding-left: 52px;
    background: url("../images/heart.svg") 21px center no-repeat;
    background-size: 10px 8px;
  }
}

.main > section > header {
  max-width: 830px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.main > section > header h1,
.main > section > header h2 {
  color: #8cccd3;
  text-transform: uppercase;
  font-size: 50px;
}
.main > section > header h2.title {
  text-transform: capitalize;
}

@media screen and (min-width: 740px) {
  .main > section > header h1,
  .main > section > header h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 960px) {
  .main > section > header h1,
  .main > section > header h2 {
    font-size: 108px;
  }
}
.main > section > header h1:before,
.main > section > header h2:before {
  content: "\e80f";
  width: 86px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -43px;
  background-color: #fff;
  color: #ff9fcf;
}
.main > section > header h1:after,
.main > section > header h2:after {
  content: "";
  width: calc(100% - 30px);
  max-width: 570px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background: #e4e3e3;
}
.main > section > header h3 {
  color: #602e02;
  font-size: 32px;
  position: relative;
  padding: 0 28px;
  display: inline-block;
}
.main > section > header h3:before, .main > section > header h3:after {
  content: "\e80f";
  width: 16px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #ff9fcf;
}
.main > section > header h3:after {
  left: auto;
  right: 15px;
}

.main section.with-separator {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main section.with-separator:before {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  background: url("../images/separator.png") repeat-x;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.24);
}

.main article {
  text-align: center;
}

.products {
  text-align: center;
  padding-top: 50px;
}
.products .buttons .button {
  min-width: 108px;
  padding: 0 15px;
  text-align: center;
  opacity: 0.6;
  margin: 0 12px 10px;
}
.products .buttons .button.active {
  opacity: 1;
}
.products .buttons .button.hidden {
  visibility: hidden;
}
.products li {
  width: 241px;
  height: 307px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .products li {
    width: 300px;
  }
}
.products li .button {
  color: #ffa7d1;
  border-color: #ffa7d1;
  padding: 0 5px;
  font-size: 10px;
}
.products li.active .tooltip {
  display: block;
  opacity: 1;
}
.products li .tooltip {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.74902);
  position: absolute;
  bottom: 44px;
  left: 0;
  z-index: 100;
  display: none;
  padding: 0 10px;
}
.products li .tooltip p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.59);
}
.products li .tooltip p:before {
  content: "\e80f";
  display: block;
  margin: 10px auto 5px;
  text-shadow: 0 0 0;
}
.products li .tooltip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid rgba(0, 0, 0, 0.74902);
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}
.products li figure {
  width: 241px;
  height: 280px;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 740px) {
  .products li figure {
    width: 300px;
  }
}
.products li figure img {
  margin-bottom: 28px;
}
.products li figure figcaption {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 35px;
  z-index: 2;
  padding-top: 70px;
  bottom: 15px;
  background: url("../images/cupcakes-label-mobile.png") left top no-repeat;
}
.products li figure figcaption img {
  margin-bottom: 0;
}
@media screen and (min-width: 740px) {
  .products li figure figcaption {
    height: 110px;
    padding-top: 70px;
    bottom: 30px;
    background-image: url("../images/cupcakes-label.png");
  }
}

.other-products {
  margin-top: 80px;
  text-align: center;
}
.other-products p {
  color: #8cccd3;
  font-size: 22px;
}
.other-products ul {
  width: 100vw;
  max-width: 100%;
}
.other-products li {
  width: 50%;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .other-products li {
    width: 25%;
  }
}
.other-products figure {
  width: 100%;
  display: block;
}
.other-products figure img {
  width: 100%;
  height: auto;
}
.other-products figcaption {
  height: 52px;
  line-height: 52px;
  color: #8cccd3;
  font-size: 16px;
}
@media screen and (min-width: 740px) {
  .other-products figcaption {
    font-size: 22px;
  }
}

.products.iframe {
  padding: 20px;
}

.pink-box {
  background: url("../images/pink-background.png") repeat;
  text-align: center;
  background-attachment: fixed;
}
.pink-box h3 {
  width: auto;
  max-width: 830px;
  margin: 40px auto 40px;
  padding: 0 40px !important;
}
.pink-box .container {
  max-width: 830px;
}
.pink-box p {
  color: #602e02;
  font-size: 22px;
}
.pink-box p a {
  color: #ff4195;
}

.store {
  background: #8cccd3;
}
.store h2 {
  line-height: 1.2;
  color: #fff !important;
  margin: 40px 0;
}
.store h2:after {
  margin-top: 20px !important;
}
.store h2:before {
  background-color: #8cccd3 !important;
}
.store article {
  max-width: 570px;
  text-align: center;
  margin: 50px auto;
}
.store article p {
  color: #fff;
}
.store .gallery {
  position: relative;
}
.store .gallery img {
  -webkit-box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.35);
}
.store .gallery .owl-nav div {
  width: 60px;
  height: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.store .gallery .owl-nav div:before {
  content: '\e810';
  font-size: 42px;
  color: #fff;
  display: inline-block;
}
.store .gallery .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.store .gallery .owl-nav div.owl-next:before {
  content: '\e811';
}
@media screen and (min-width: 740px) {
  .store .gallery .owl-nav div {
    width: 100px;
  }
  .store .gallery .owl-nav div:before {
    font-size: 72px;
  }
}
@media screen and (min-width: 960px) {
  .store .gallery .owl-nav div {
    width: 160px;
  }
  .store .gallery .owl-nav div:before {
    font-size: 92px;
  }
}

.newsletter {
  background: url("../images/background-newsletter.png") repeat;
}
.newsletter .container {
  max-width: 830px;
  margin: 30px auto 20px;
}
.newsletter form {
  text-align: center;
}
.newsletter form:after {
  content: "";
  display: block;
  clear: both;
}
.newsletter form > * {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.newsletter form label {
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .newsletter form input {
    float: left;
  }
  .newsletter form input[type="email"] {
    width: calc(70% - 10px);
    margin-right: 10px;
  }
  .newsletter form input[type="submit"] {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .newsletter form {
    height: 60px;
  }
  .newsletter form > * {
    float: left;
  }
  .newsletter form label {
    width: 50%;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
  .newsletter form input {
    margin-top: 16px;
  }
  .newsletter form input[type="email"] {
    width: calc(50% - 110px);
  }
  .newsletter form input[type="submit"] {
    width: 100px;
    padding: 0;
    text-align: center;
    float: right;
  }
}
.newsletter label {
  color: #fff;
  font-size: 32px;
}
.newsletter input[type="email"] {
  height: 32px;
  border: 1px solid #aab2bd;
  border-radius: 3px;
  font-size: 14px;
}
.newsletter input[type="email"].empty {
  color: #999;
}
.newsletter input[type="submit"] {
  color: #fff;
  height: 32px;
  background: transparent;
  border-color: #fff;
  font-size: 12px;
  transition: 0.5s background;
}
.newsletter input[type="submit"]:hover {
  background: #ff4195;
}

.philosophie {
  background: url("../images/background-philosophie.png") center top repeat;
  background-attachment: fixed;
}
.philosophie h2,
.philosophie p {
  color: #76bcc4;
}
.philosophie h2 {
  margin: 40px auto 40px;
}
.philosophie h2:before {
  background-color: transparent;
  background: url("../images/background-philosophie.png") center top repeat;
  background-attachment: fixed;
}
.philosophie .container {
  max-width: 830px;
}

.bio {
  background: url("../images/background-bio.jpg") no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  padding-bottom: 60px !important;
}
.bio * {
  color: #602e02;
}
.bio h2 {
  margin: 40px auto 40px;
  color: #602e02 !important;
  font-size: 60px !important;
}
.bio h2:before {
  background: url("../images/background-bio.jpg") center top no-repeat;
}
.bio .container {
  max-width: 830px;
}

.contact {
  padding-bottom: 200px !important;
}
.contact .badge {
  width: 170px;
  height: 170px;
  display: block;
  background: url("../images/badge.svg");
  background-size: 170px 170px;
  z-index: 2;
  margin: 40px auto;
}
.contact:after {
  width: 100%;
  height: 23px;
  content: "";
  position: absolute;
  bottom: -23px;
  z-index: 2;
  background: url("../images/marquize-2.png") repeat-x;
  background-size: 27px 22px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -webkit-background-origin: padding-box;
}
.contact h4 {
  font-size: 30px;
  color: #8cccd3;
}
.contact article p:first-child {
  color: #e275ac;
}
.contact p {
  line-height: 1.2;
}
.contact span {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 70px;
}
.contact ul {
  margin: 20px 0 30px;
}
.contact ul li {
  display: inline-block;
  margin: 0 5px;
}
.contact ul a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #e275ac;
}
.contact ul a:before {
  height: 60px;
  line-height: 60px;
  font-size: 50px;
}
.contact ul a.icon-pinterest:before, .contact ul a.icon-instagram:before, .contact ul a.icon-twitter:before {
  font-size: 56px;
}
.contact ul a.icon-foursquare:before {
  font-size: 46px;
}
.contact .buttons a {
  font-size: 10px;
}
.contact .container {
  max-width: 830px;
}

#gmap {
  height: 100vh;
  max-height: 566px;
  background: #8cccd3;
}

/*# sourceMappingURL=style.css.map */
