@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }

.row:after {
  content: "";
  display: table;
  clear: both; }

meta.breakpoints-small-max {
  font-family: "47.875em"; }

meta.breakpoints-medium {
  font-family: "47.9375em"; }

meta.breakpoints-medium-max {
  font-family: "54.9375em"; }

meta.breakpoints-large {
  font-family: "55em"; }

meta.breakpoints-large-max {
  font-family: "74.9375em"; }

meta.breakpoints-xlarge {
  font-family: "75em"; }

[data-custom-ui] .checkbox {
  position: relative;
  margin-right: 1em; }

[data-custom-ui] .checkbox span {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 2em; }

[data-custom-ui] .checkbox span:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: #99c9ee no-repeat center center;
  margin-right: 0.2em;
  border: 0 solid #ccc;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -.2em; }

[data-custom-ui] input:checked + span:before, [data-custom-ui] input:hover + span:before {
  content: "";
  text-align: center;
  background-image: url("../images/selector-active.svg"); }

[data-custom-ui] .checkbox input {
  opacity: 0;
  position: absolute; }

#layer-shader {
  background: #1b1b1b;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100; }

#layer-shader.visible {
  opacity: .8;
  visibility: visible;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  transition: opacity .5s linear; }

.layer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  width: 37.5em;
  max-width: 90%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 0 auto;
  z-index: 100;
  padding: 2em;
  opacity: 0; }

.layer-close:hover {
  color: #666; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font: 100%/1 sans-serif; }

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

button, input {
  overflow: visible; }

button {
  outline: none; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

textarea:focus, input:focus {
  outline: 0; }

select, button {
  font: inherit; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
        -ms-grid-row-align: flex-start;
       align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
   -o-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@font-face {
  font-family: 'CreightonPro-Medium';
  src: url("../fonts/2CF5C8_0_0.eot");
  src: url("../fonts/2CF5C8_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CF5C8_0_0.woff2") format("woff2"), url("../fonts/2CF5C8_0_0.woff") format("woff"), url("../fonts/2CF5C8_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CreightonPro-Bold';
  src: url("../fonts/2CF5C8_1_0.eot");
  src: url("../fonts/2CF5C8_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CF5C8_1_0.woff2") format("woff2"), url("../fonts/2CF5C8_1_0.woff") format("woff"), url("../fonts/2CF5C8_1_0.ttf") format("truetype"); }

.container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

html {
  background: #ffdc1b top center;
  background-image: url("../images/bg-mobile.png");
  -webkit-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  height: 100%;
  overflow-y: scroll;
  -webkit-background-size: 250% auto;
     -moz-background-size: 250% auto;
       -o-background-size: 250% auto;
          background-size: 250% auto; }
  @media screen and (min-width: 47.9375em) {
    html {
      background-image: url("../images/bg2.png"), url("../images/glow.png");
      -webkit-background-size: 150% auto, 100% auto;
         -moz-background-size: 150% auto, 100% auto;
           -o-background-size: 150% auto, 100% auto;
              background-size: 150% auto, 100% auto;
      background-repeat: repeat, no-repeat; } }
  @media screen and (min-width: 55em) {
    html {
      -webkit-background-size: 125% auto, 100% auto;
         -moz-background-size: 125% auto, 100% auto;
           -o-background-size: 125% auto, 100% auto;
              background-size: 125% auto, 100% auto; } }
  @media screen and (min-width: 75em) {
    html {
      -webkit-background-size: 100% auto, 100% auto;
         -moz-background-size: 100% auto, 100% auto;
           -o-background-size: 100% auto, 100% auto;
              background-size: 100% auto, 100% auto; } }
  html.mobile {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }

body {
  font-size: 100%;
  font-family: "CreightonPro-Medium", sans-serif;
  line-height: 1.5;
  color: #1b1b1b;
  height: 100%; }

h1 {
  font-size: 2em;
  margin: 0 0 .5em 0;
  line-height: 1;
  font-weight: 400; }
  @media screen and (min-width: 47.9375em) {
    h1 {
      font-size: 3em; } }

h2 {
  font-size: 2em;
  margin: 0 0 .5em 0;
  line-height: 1;
  font-weight: 400; }

h3 {
  font-size: 1.5em;
  margin: 0 0 .5em 0;
  font-weight: 400; }

h4 {
  font-size: 1em;
  margin: 0 0 .5em 0;
  font-weight: 400; }

p {
  font-size: 1em;
  font-family: "Raleway", sans-serif;
  margin: 1em 0; }

textarea:focus, input:focus {
  outline: 0; }

strong {
  font-weight: 400;
  font-family: "CreightonPro-Bold", sans-serif; }

a {
  color: #000; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:active {
    text-decoration: none; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.article ul {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em; }

.article li {
  position: relative;
  margin-bottom: .5em; }

.article li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: .4em;
  width: .5em;
  height: .5em;
  background: #000;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px; }

.pink {
  background-color: #db688e; }
  .pink .button span {
    background-color: #e182a2;
    -webkit-box-shadow: 0 8px 0px #cb6f8e;
       -moz-box-shadow: 0 8px 0px #cb6f8e;
            box-shadow: 0 8px 0px #cb6f8e; }
  .pink .phase-nav .active {
    background-color: #db688e; }

.violet {
  background-color: #b5539e; }
  .violet .button span {
    background-color: #d67ac1;
    -webkit-box-shadow: 0 8px 0px #c26eae;
       -moz-box-shadow: 0 8px 0px #c26eae;
            box-shadow: 0 8px 0px #c26eae; }
  .violet .phase-nav .active {
    background-color: #b5539e; }

.green {
  background-color: #7ebb85; }
  .green .button span {
    background-color: #98d3a0;
    -webkit-box-shadow: 0 8px 0px #91c999;
       -moz-box-shadow: 0 8px 0px #91c999;
            box-shadow: 0 8px 0px #91c999; }
  .green .phase-nav .active {
    background-color: #7ebb85; }

.blue {
  background-color: #688edb; }
  .blue .button span {
    background-color: #86a9f0;
    -webkit-box-shadow: 0 8px 0px #6688c9;
       -moz-box-shadow: 0 8px 0px #6688c9;
            box-shadow: 0 8px 0px #6688c9; }
  .blue .phase-nav .active {
    background-color: #688edb; }

.orange {
  background-color: #f8bc3c; }
  .orange .button span {
    background-color: #ffcb59;
    -webkit-box-shadow: 0 8px 0px #e1ae41;
       -moz-box-shadow: 0 8px 0px #e1ae41;
            box-shadow: 0 8px 0px #e1ae41; }
  .orange .phase-nav .active {
    background-color: #f8bc3c; }

.yellow {
  background-color: #ffdc1b; }
  .yellow .phase-nav .active {
    background-color: #ffdc1b; }

.page-create {
  background-color: #7ebb85; }

.page-rules {
  background-color: #db688e; }

.page-gallery {
  background-color: #b5539e; }

.page-voting-started {
  background-color: #b5539e; }

.main-nav {
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 54.9375em) {
    .main-nav {
      position: fixed;
      left: 0;
      top: -100%;
      width: 100%;
      height: 100%;
      z-index: 11;
      padding-top: 6.25em;
      background: #db688e no-repeat url("../images/bg-mobile.png") top center;
      -webkit-background-size: 250% auto;
         -moz-background-size: 250% auto;
           -o-background-size: 250% auto;
              background-size: 250% auto;
      -webkit-transition: top .5s ease-in-out;
      -o-transition: top .5s ease-in-out;
      -moz-transition: top .5s ease-in-out;
      transition: top .5s ease-in-out; } }
  @media screen and (min-width: 55em) {
    .main-nav {
      padding-top: 2em;
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  @media screen and (min-width: 75em) {
    .main-nav {
      padding-top: 0em; } }
  .main-nav li {
    font-size: 1.5em;
    margin: 0 .5em;
    margin-bottom: 1em;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    border-bottom: 1px solid transparent; }
    @media screen and (min-width: 55em) {
      .main-nav li {
        display: inline-block;
        margin-bottom: 0; } }
    .main-nav li.active a {
      color: #fff; }
    .main-nav li:after {
      content: "";
      width: 0px;
      height: 1px;
      display: block;
      background: #1b1b1b;
      margin: 0 auto;
      opacity: 0;
      max-width: 100%;
      -webkit-transition: width .3s ease-out, opacity .3s ease-out;
      -o-transition: width .3s ease-out, opacity .3s ease-out;
      -moz-transition: width .3s ease-out, opacity .3s ease-out;
      transition: width .3s ease-out, opacity .3s ease-out; }
    .main-nav li:not(.active):hover:after {
      opacity: 1;
      width: 100%; }
  .main-nav a:hover {
    text-decoration: none; }

.mobile .main-nav li:after {
  display: none !important; }

.nav-open {
  overflow: hidden; }
  .nav-open .main-nav {
    display: block;
    top: 0; }
  .nav-open .nav-toggle .top {
    top: -5px; }
  .nav-open .nav-toggle .bottom {
    top: 11px; }

.nav-toggle {
  position: absolute;
  right: 1em;
  top: 1em;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 11;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.875em;
  text-align: center; }
  @media screen and (min-width: 55em) {
    .nav-toggle {
      display: none !important; } }
  .nav-toggle img {
    display: block; }
  .nav-toggle .parts {
    width: 35px;
    margin: 0 auto;
    margin-bottom: .3em; }
  .nav-toggle .part {
    position: relative;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out; }
  .nav-toggle .top {
    top: 0;
    z-index: 2; }
    .nav-toggle .top img {
      width: 50px;
      height: 15px; }
  .nav-toggle .middle {
    top: 3px;
    z-index: 1; }
    .nav-toggle .middle img {
      width: 52px;
      height: 10px; }
  .nav-toggle .bottom {
    top: 6px;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0;
    margin-bottom: 1em; }
    .nav-toggle .bottom img {
      width: 50px;
      height: 8px; }

.slide {
  opacity: 0; }

.header {
  padding-top: 0.9375em;
  margin-bottom: 1em; }
  @media screen and (min-width: 47.9375em) {
    .header {
      min-height: 6.25em;
      margin-bottom: 2em;
      padding-top: 1.6875em; } }
  @media screen and (min-width: 55em) {
    .header {
      min-height: 8.75em; } }
  .header .container {
    position: relative; }
  .header .logo {
    width: 130px;
    height: 65px;
    display: block;
    margin-left: auto;
    float: none; }
    .header .logo:last-of-type {
      margin-right: auto; }
    @media screen and (min-width: 47.9375em) {
      .header .logo {
        position: absolute;
        top: -3em;
        left: 1em;
        width: 130px;
        height: 65px; } }
    @media screen and (min-width: 75em) {
      .header .logo {
        width: 200px;
        height: 100px; } }
  .header .hesburger-logo {
    text-align: center;
    margin-bottom: 0em; }
    @media screen and (max-width: 47.875em) {
      .header .hesburger-logo img {
        width: 100px;
        margin-bottom: .7em; } }

@media screen {
  .logo-large {
    display: none; } }

@media screen and (min-width: 47.9375em) {
  .logo-large {
    display: inline !important; } }

@media screen and (max-width: 74.9375em) {
  .logo-large {
    max-width: 60%; } }

.content {
  text-align: center;
  padding-bottom: 3em;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 74.9375em) {
    .content {
      padding-left: 2em;
      padding-right: 2em; } }

.canvas-holder {
  padding: .2em 0; }
  @media screen and (max-width: 47.875em) {
    .canvas-holder {
      max-width: 55%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 54.9375em) {
    .canvas-holder {
      max-width: 40%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 47.9375em) {
    .canvas-holder {
      min-height: 340px;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.default-image {
  display: block; }
  @media screen and (min-width: 47.9375em) {
    .default-image {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }

#selector-container {
  margin: 0 auto; }

.selector {
  padding: 0 1.25em;
  text-align: center;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  float: none; }
  .selector:last-of-type {
    margin-right: auto; }
  @media screen and (min-width: 47.9375em) {
    .selector {
      padding: 0 3.125em;
      margin: 1em 3.125em 3em 3.125em; } }
  .selector ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .selector li {
    cursor: pointer;
    color: #fff;
    position: relative;
    line-height: 1.1;
    padding: 0 1em;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selector .check-holder {
    position: absolute;
    left: 0;
    top: 2em;
    width: 100%; }
  .selector .remove-holder {
    position: absolute;
    left: 0;
    top: 0m;
    width: 100%; }
  .selector .checkmark {
    background: #98d3a0 no-repeat center center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 0 .1em;
    width: 1.375em;
    height: 1.375em;
    line-height: 1.375em;
    font-size: 1.125em;
    display: inline-block;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 5em; }
    .selector .checkmark[data-remove-cat="sampylat"] {
      background-image: url("../images/selector-active.svg");
      text-indent: -9999px; }
  .selector .remove-burger-item {
    opacity: 0; }
    .selector .remove-burger-item:after {
      content: "";
      border: 2px solid #fff;
      width: 1.5625em;
      height: 1.5625em;
      display: inline-block;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: url("../images/less.svg") center center no-repeat; }
  .selector .image {
    padding-bottom: 130%;
    position: relative; }
  .selector img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, -o-transform .2s ease-out;
    -moz-transition: transform .2s ease-out, opacity .2s ease-out, -moz-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out, -moz-transform .2s ease-out, -o-transform .2s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    opacity: 0; }
  .selector p {
    margin: 0;
    font-family: "CreightonPro-Medium", sans-serif;
    font-size: 0.875em;
    padding-top: .5em; }
    @media screen and (min-width: 47.9375em) {
      .selector p {
        font-size: 1em; } }
  .selector .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -17px; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat center center;
  -webkit-background-size: 5px auto;
     -moz-background-size: 5px auto;
       -o-background-size: 5px auto;
          background-size: 5px auto;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }
  @media screen and (min-width: 47.9375em) {
    .swiper-button-prev, .swiper-button-next {
      width: 1.5625em;
      height: 1.5625em;
      -webkit-background-size: 7px auto;
         -moz-background-size: 7px auto;
           -o-background-size: 7px auto;
              background-size: 7px auto; } }

.swiper-button-prev {
  background-image: url("../images/prev.png");
  left: .5em; }
  @media screen and (min-width: 47.9375em) {
    .swiper-button-prev {
      left: 1em; } }

.swiper-button-next {
  right: .5em;
  background-image: url("../images/next.png"); }
  @media screen and (min-width: 47.9375em) {
    .swiper-button-next {
      right: 1em; } }

.swiper-button-disabled {
  opacity: .2; }

.selector-count {
  font-weight: 700;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em; }
  @media screen and (min-width: 47.9375em) {
    .selector-count {
      margin-top: 0;
      font-size: 1.4375em; } }

.control {
  text-align: center;
  margin: 2em 0 0 0;
  padding-bottom: 2em; }
  .control button {
    margin: 0 .1em; }
    .control button.hidden {
      width: 0;
      height: 0;
      overflow: hidden;
      margin: 0; }

.builder > div {
  position: relative; }

@media screen and (min-width: 55em) {
  .builder > .left {
    float: left;
    margin-right: 2%;
    width: 32%; }
    .builder > .left:last-of-type {
      margin-right: 0; } }

@media screen and (min-width: 55em) {
  .builder > .right {
    float: left;
    margin-right: 2%;
    width: 32%; }
    .builder > .right:last-of-type {
      margin-right: 0; } }

.builder-phase {
  position: relative; }

.phase-nav {
  position: fixed;
  top: 30%;
  right: 1.5em;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  transition: opacity .5s linear; }
  @media screen {
    .phase-nav {
      display: none; } }
  @media screen and (min-width: 47.9375em) {
    .phase-nav {
      display: block !important; } }
  .phase-nav.active {
    opacity: 1; }
  .phase-nav div {
    background: rgba(255, 255, 255, 0.7);
    width: 0.875em;
    height: 0.875em;
    border: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-bottom: 0.3125em;
    cursor: pointer;
    -webkit-transition: background 2s ease-out;
    -o-transition: background 2s ease-out;
    -moz-transition: background 2s ease-out;
    transition: background 2s ease-out; }

.pink .phase-nav .active {
  background-color: #db688e; }

.phase-text {
  text-align: center; }
  @media screen and (min-width: 47.9375em) {
    .phase-text {
      text-align: left;
      padding-top: 1.875em;
      padding-left: 10%;
      margin-top: 1em; } }
  @media screen and (min-width: 75em) {
    .phase-text {
      padding-top: 6.25em; } }
  .phase-text h2 {
    line-height: .9;
    font-size: 1.5em;
    margin-bottom: .5em;
    padding: 0 1em; }
    @media screen and (min-width: 47.9375em) {
      .phase-text h2 {
        font-size: 3em;
        padding: 0; } }
  .phase-text p {
    margin-top: 1em;
    line-height: 1.3; }
    @media screen {
      .phase-text p {
        display: none; } }
    @media screen and (min-width: 47.9375em) {
      .phase-text p {
        display: block !important; } }
  .phase-text .recipe {
    color: #fff; }
    .phase-text .recipe:after {
      content: "";
      display: table;
      clear: both; }
    .phase-text .recipe strong {
      font-family: "CreightonPro-Medium", sans-serif;
      font-size: 1em;
      margin-bottom: 1.5em; }
    .phase-text .recipe span {
      font-size: 0.8125em;
      line-height: 1.4;
      padding-top: .1em;
      padding-left: .5em; }

.button-container .button {
  margin-bottom: .5em; }

.button {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.3; }
  .button span {
    text-transform: uppercase;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: .8em 2.5em;
    display: inline-block;
    background: #f69900;
    color: #fff;
    font-family: "CreightonPro-Medium", sans-serif;
    -webkit-box-shadow: 0 8px 0px #eb800d;
       -moz-box-shadow: 0 8px 0px #eb800d;
            box-shadow: 0 8px 0px #eb800d;
    -webkit-transition: background 1.5s ease-out, padding .5s ease-in-out, -webkit-box-shadow 1.5s ease-out;
    transition: background 1.5s ease-out, padding .5s ease-in-out, -webkit-box-shadow 1.5s ease-out;
    -o-transition: background 1.5s ease-out, box-shadow 1.5s ease-out, padding .5s ease-in-out;
    -moz-transition: background 1.5s ease-out, box-shadow 1.5s ease-out, padding .5s ease-in-out, -moz-box-shadow 1.5s ease-out;
    transition: background 1.5s ease-out, box-shadow 1.5s ease-out, padding .5s ease-in-out;
    transition: background 1.5s ease-out, box-shadow 1.5s ease-out, padding .5s ease-in-out, -webkit-box-shadow 1.5s ease-out, -moz-box-shadow 1.5s ease-out; }
    @media screen and (min-width: 47.9375em) {
      .button span {
        font-size: 1.1875em;
        padding: .8em 3.5em; } }
  @media screen and (min-width: 47.9375em) {
    .button:hover span {
      padding-left: 4.2em;
      padding-right: 4.2em; } }
  .button:after {
    content: "";
    background: url("../images/button-shadow.svg") no-repeat;
    display: block;
    margin-top: 1em;
    width: 100%;
    height: 12px;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%; }
  .button.share span {
    background: #486bb8;
    -webkit-box-shadow: 0 8px 0px #3b5998;
       -moz-box-shadow: 0 8px 0px #3b5998;
            box-shadow: 0 8px 0px #3b5998; }
    .button.share span:after {
      content: "";
      background: url("../images/share2.png") no-repeat;
      -webkit-background-size: 20px auto;
         -moz-background-size: 20px auto;
           -o-background-size: 20px auto;
              background-size: 20px auto;
      width: 20px;
      height: 22px;
      display: inline-block;
      margin-left: .7em;
      vertical-align: middle;
      position: relative;
      top: .2em; }
  .button.fb span {
    background: #486bb8;
    -webkit-box-shadow: 0 8px 0px #3b5998;
       -moz-box-shadow: 0 8px 0px #3b5998;
            box-shadow: 0 8px 0px #3b5998; }
    .button.fb span:before {
      content: url("../images/icon-facebook.svg");
      margin-right: .7em;
      vertical-align: middle;
      position: relative;
      top: .1em; }
  .button.vote {
    margin-bottom: 2em;
    display: inline-block; }
    .button.vote span {
      background: #486bb8;
      -webkit-box-shadow: 0 8px 0px #3b5998;
         -moz-box-shadow: 0 8px 0px #3b5998;
              box-shadow: 0 8px 0px #3b5998;
      padding: .5em 1em;
      -webkit-border-radius: 32px;
         -moz-border-radius: 32px;
              border-radius: 32px; }
    .button.vote:after {
      display: none; }

.home {
  padding-bottom: 3.125em; }
  .home .logo {
    margin-bottom: 2em; }
  .home p {
    font-family: "Raleway", sans-serif; }
  .home .button-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1; }

.friends {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -10.3125em; }
  @media screen and (min-width: 47.9375em) {
    .friends {
      margin-top: -9.375em; } }
  .friends > .background {
    position: absolute;
    left: 0;
    top: 10em;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #b5539e repeat-y top center;
    background-image: url("../images/bg-mobile.png");
    -webkit-transform: skewY(-7deg);
       -moz-transform: skewY(-7deg);
        -ms-transform: skewY(-7deg);
         -o-transform: skewY(-7deg);
            transform: skewY(-7deg); }
    @media screen and (min-width: 47.9375em) {
      .friends > .background {
        background-image: url("../images/bg2.png");
        -webkit-background-size: 100% auto;
           -moz-background-size: 100% auto;
             -o-background-size: 100% auto;
                background-size: 100% auto; } }
  .friends h2 {
    font-size: 2em;
    padding-top: 7.8125em;
    margin-bottom: 1em; }
    @media screen and (min-width: 47.9375em) {
      .friends h2 {
        font-size: 3em;
        padding-top: 5.20833em; } }
  .friends .button span {
    background: #d67ac1;
    -webkit-box-shadow: 0 8px 0px #c26eae;
       -moz-box-shadow: 0 8px 0px #c26eae;
            box-shadow: 0 8px 0px #c26eae; }

.gallery {
  max-width: 75em;
  position: relative; }

.gallery .share, .layer .share, .voting-item .share {
  z-index: 1;
  background: none;
  border: none;
  font-size: 1.0625em;
  padding-right: 1.25em;
  background: url("../images/share.png") no-repeat center right;
  -webkit-background-size: 0.9375em auto;
     -moz-background-size: 0.9375em auto;
       -o-background-size: 0.9375em auto;
          background-size: 0.9375em auto; }

.burger-gallery {
  margin-bottom: 2em; }
  .burger-gallery.centered {
    text-align: center; }

.burger-item {
  text-align: center;
  display: inline-block;
  background: #faf9f7;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  width: 7.1875em;
  height: 9.3125em;
  margin: 0 .4em;
  margin-bottom: 1em;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (min-width: 47.9375em) {
    .burger-item {
      width: 11.5em;
      height: 14.875em; } }
  .burger-item:hover {
    text-decoration: none; }
    .burger-item:hover .inner {
      top: -55%; }
      @media screen and (min-width: 47.9375em) {
        .burger-item:hover .inner {
          top: -50%; } }
  .burger-item .inner {
    padding-top: 15%;
    -webkit-transition: top .5s ease-out;
    -o-transition: top .5s ease-out;
    -moz-transition: top .5s ease-out;
    transition: top .5s ease-out;
    position: relative;
    top: 0;
    min-height: 100%; }
  .burger-item .background {
    content: "";
    background: #7ebb85 no-repeat center center;
    background-image: url("../images/bg-mobile.png");
    width: 100%;
    padding-top: 75%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
    -webkit-background-size: 700px auto, 100% auto;
       -moz-background-size: 700px auto, 100% auto;
         -o-background-size: 700px auto, 100% auto;
            background-size: 700px auto, 100% auto; }
    @media screen and (min-width: 47.9375em) {
      .burger-item .background {
        background-image: url("../images/bg2.png"); } }
  .burger-item .share {
    position: absolute;
    right: .5em;
    top: .5em;
    z-index: 2;
    cursor: pointer; }
  .burger-item .burger-image {
    text-align: center;
    position: relative;
    height: 91px;
    text-align: center;
    background: center bottom no-repeat;
    -webkit-background-size: 56% auto;
       -moz-background-size: 56% auto;
         -o-background-size: 56% auto;
            background-size: 56% auto; }
    @media screen and (min-width: 47.9375em) {
      .burger-item .burger-image {
        height: 145px; } }
  .burger-item h3 {
    font-size: 1em;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-top: .2em;
    padding: 0 .2em;
    height: 2em;
    overflow: hidden; }
    @media screen and (min-width: 47.9375em) {
      .burger-item h3 {
        font-size: 1.4375em; } }
  .burger-item .creator {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-bottom: 1em; }
    .burger-item .creator img {
      width: 40%;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
    .burger-item .creator p {
      color: #688edb;
      font-family: "CreightonPro-Medium", sans-serif;
      margin: 0; }
  .burger-item .gallery-loader {
    text-align: center;
    margin-bottom: 2em; }
  .burger-item.all .background {
    background-color: #688edb; }
  .burger-item.own .background {
    background-color: #ffdc1b; }
  .burger-item[data-type="all"] .background {
    background-color: #9dc2e9; }
  .burger-item[data-type="own"] .background {
    background-color: #ffdc1a; }
  .burger-item[data-type="friend"] .background {
    background-color: #98d3a0; }

.mobile .burger-item:hover .inner {
  top: 0 !important; }

#show-more {
  opacity: 0; }

.filter {
  text-align: left;
  margin-bottom: 1em; }
  @media screen and (min-width: 47.9375em) {
    .filter h4 {
      display: inline-block;
      margin-right: .2em;
      font-size: 1.4375em; } }
  .filter .checkbox {
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.1875em;
    margin-bottom: .5em; }
    @media screen and (min-width: 47.9375em) {
      .filter .checkbox {
        margin-right: 1em;
        margin-bottom: 0;
        display: inline-block; } }
    .filter .checkbox.checkbox1 span:before {
      background-color: #99c9ee; }
    .filter .checkbox.checkbox2 span:before {
      background-color: #ffcc3a; }
    .filter .checkbox.checkbox3 span:before {
      background-color: #89ceb9; }

.gallery-stats {
  line-height: 1; }
  @media screen {
    .gallery-stats {
      display: none; } }
  @media screen and (min-width: 55em) {
    .gallery-stats {
      display: block !important; } }
  @media screen and (min-width: 47.9375em) {
    .gallery-stats {
      position: absolute;
      right: 2em;
      top: -1.5em;
      z-index: 10; } }
  .gallery-stats span {
    font-family: "CreightonPro-Bold", sans-serif;
    color: #009dee;
    font-size: 2.75em;
    -webkit-text-stroke: 2px black;
    display: inline-block;
    margin: 0 .2em; }

.burger-layer {
  text-align: center;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 0;
  padding-top: 2.5em; }
  .burger-layer .inner {
    position: relative;
    background: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 0em 2em 2em 2em; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer .inner {
        padding: 2em 2em 2em 2em; } }
  .burger-layer .background {
    content: "";
    background: #7ebb85 no-repeat center center;
    background-image: url("../images/bg-mobile.png");
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
    -webkit-background-size: 150% auto;
       -moz-background-size: 150% auto;
         -o-background-size: 150% auto;
            background-size: 150% auto;
    padding-bottom: 60%; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer .background {
        background-image: url("../images/bg2.png"); } }
  .burger-layer h2 {
    font-size: 1.25em; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer h2 {
        font-size: 2em; } }
  .burger-layer img {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #000; }
  .burger-layer .share-container {
    text-align: center; }
  .burger-layer .share {
    cursor: pointer; }
  .burger-layer .creator {
    position: absolute;
    left: 0.625em;
    top: 0.625em;
    padding-bottom: 1em; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer .creator {
        left: 1.5625em;
        top: 1.5625em; } }
    .burger-layer .creator img {
      width: 2.25em;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border-radius: 50%;
      border: 3px solid #fff;
      display: block; }
      @media screen and (min-width: 47.9375em) {
        .burger-layer .creator img {
          width: 4.5em; } }
    .burger-layer .creator p {
      font-family: "CreightonPro-Medium", sans-serif;
      margin: 0; }
  @media screen and (max-width: 47.875em) {
    .burger-layer .description {
      font-size: 0.8125em; } }
  .burger-layer .next, .burger-layer .prev, .burger-layer .layer-close {
    position: absolute;
    top: -2.5em;
    margin-top: -1em;
    z-index: 1;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1em; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer .next, .burger-layer .prev, .burger-layer .layer-close {
        top: 50%; } }
    .burger-layer .next span, .burger-layer .prev span, .burger-layer .layer-close span {
      width: 2em;
      height: 2em;
      border: 2px solid #fff;
      display: block;
      background: no-repeat center center;
      -webkit-background-size: 7px auto;
         -moz-background-size: 7px auto;
           -o-background-size: 7px auto;
              background-size: 7px auto;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
  .burger-layer .layer-close {
    left: 50%;
    margin-left: -2em;
    top: 0;
    color: #fff;
    font-size: 1em; }
    .burger-layer .layer-close span {
      -webkit-background-size: 40% auto;
         -moz-background-size: 40% auto;
           -o-background-size: 40% auto;
              background-size: 40% auto;
      background-image: url("../images/close.png"); }
  .burger-layer .next {
    right: 0; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer .next {
        right: -3.75em; } }
    .burger-layer .next span {
      background-image: url("../images/next.png"); }
  .burger-layer .prev {
    left: 0; }
    @media screen and (min-width: 47.9375em) {
      .burger-layer .prev {
        left: -3.75em; } }
    .burger-layer .prev span {
      background-image: url("../images/prev.png"); }
  .burger-layer .burger-image {
    padding-bottom: 80%;
    position: relative;
    margin-bottom: 1em; }
    .burger-layer .burger-image .burger-image2 {
      position: absolute;
      width: 100%;
      height: 100%;
      background: center bottom no-repeat;
      -webkit-background-size: 58% auto;
         -moz-background-size: 58% auto;
           -o-background-size: 58% auto;
              background-size: 58% auto; }
    .burger-layer .burger-image img {
      width: 70%; }
  .burger-layer[data-type="all"] .background {
    background-color: #9dc2e9; }
  .burger-layer[data-type="own"] .background {
    background-color: #ffdc1a; }
  .burger-layer[data-type="friend"] .background {
    background-color: #98d3a0; }

.no-burgers {
  margin-top: 2em;
  display: none; }

.rules p {
  text-align: left; }

@media screen and (min-width: 47.9375em) {
  .form .col {
    float: left;
    margin-right: 2%;
    width: 49%; }
    .form .col:last-of-type {
      margin-right: 0; } }

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="number"] {
  background: none;
  color: #fff;
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 1.3125em;
  width: 100%;
  margin-bottom: 1em;
  font-family: "CreightonPro-Medium", sans-serif;
  -webkit-appearance: none; }
  .form input[type="text"]:focus::-webkit-input-placeholder, .form input[type="email"]:focus::-webkit-input-placeholder, .form input[type="tel"]:focus::-webkit-input-placeholder, .form input[type="number"]:focus::-webkit-input-placeholder {
    opacity: .3; }
  .form input[type="text"]:focus::-moz-placeholder, .form input[type="email"]:focus::-moz-placeholder, .form input[type="tel"]:focus::-moz-placeholder, .form input[type="number"]:focus::-moz-placeholder {
    opacity: .3; }
  .form input[type="text"]:focus:-ms-input-placeholder, .form input[type="email"]:focus:-ms-input-placeholder, .form input[type="tel"]:focus:-ms-input-placeholder, .form input[type="number"]:focus:-ms-input-placeholder {
    opacity: .3; }
  .form input[type="text"].error, .form input[type="email"].error, .form input[type="tel"].error, .form input[type="number"].error {
    border-color: #222; }

.form ::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.form :-ms-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.form .button-container {
  margin-top: 3.5em; }

.burger-form {
  margin-top: 1em;
  padding: 0 2em; }
  @media screen and (min-width: 47.9375em) {
    .burger-form {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 75em) {
    .burger-form {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; } }
  .burger-form input[type="text"], .burger-form input[type="email"] {
    text-align: center;
    padding-bottom: .5em;
    font-size: 1.125em; }
    @media screen and (min-width: 47.9375em) {
      .burger-form input[type="text"], .burger-form input[type="email"] {
        font-size: 1.75em; } }

.saving {
  text-align: center; }

.burger-name {
  color: #fff;
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em; }

.loader {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.65);
  border-right-color: rgba(255, 255, 255, 0.15);
  -webkit-animation: preloader4 0.8s linear infinite;
  -moz-animation: preloader4 0.8s linear infinite;
    -o-animation: preloader4 0.8s linear infinite;
       animation: preloader4 0.8s linear infinite; }

@-moz-keyframes preloader4 {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes preloader4 {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.fb-loader {
  text-align: center;
  display: none;
  margin-top: 2em; }

.error-layer {
  background: white;
  text-align: center;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  width: 25em;
  padding: .7em .5em; }
  .error-layer p {
    font-size: 0.875em; }

.voting {
  max-width: 64.375em;
  margin-left: auto;
  margin-right: auto; }

.vote-intro {
  margin-top: 3em; }
  .vote-intro .left {
    text-align: left; }
    @media screen and (min-width: 47.9375em) {
      .vote-intro .left {
        float: left;
        margin-right: 2%;
        width: 74.5%; }
        .vote-intro .left:last-of-type {
          margin-right: 0; } }
  @media screen and (min-width: 47.9375em) {
    .vote-intro .right {
      float: left;
      margin-right: 2%;
      width: 23.5%; }
      .vote-intro .right:last-of-type {
        margin-right: 0; } }
  .vote-intro p {
    margin-top: 0; }
  .vote-intro .like {
    background: url("../images/like.png") no-repeat;
    -webkit-background-size: 3.0625em auto;
       -moz-background-size: 3.0625em auto;
         -o-background-size: 3.0625em auto;
            background-size: 3.0625em auto;
    padding-left: 5em;
    line-height: 1.2;
    min-height: 4.3125em;
    margin-top: 2.5em; }
    @media screen and (min-width: 47.9375em) {
      .vote-intro .like {
        width: 40%; } }
    .vote-intro .like a {
      color: #fff;
      display: block; }

.voting-row {
  margin-top: 2em; }
  @media screen and (min-width: 55em) {
    .voting-row > .col {
      float: left;
      margin-right: 3.3%;
      width: 31.13333%; }
      .voting-row > .col:last-of-type {
        margin-right: 0; } }

.voting-item {
  text-align: center;
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  margin-bottom: 2em; }
  @media screen and (max-width: 54.9375em) {
    .voting-item {
      max-width: 18.75em;
      margin-left: auto;
      margin-right: auto; } }
  .voting-item.pos1 .background {
    background-color: #9dc2e9; }
  .voting-item.pos1 .color {
    background-color: #d67ac1; }
  .voting-item.pos1 .vote-bar .top {
    background-image: url("../images/vote-top1.svg"); }
  .voting-item.pos1 .vote-bar .bottom {
    background-image: url("../images/vote-bottom1.svg"); }
  .voting-item.pos1 h4:before {
    color: #9bcaef; }
  .voting-item.pos2 .background {
    background-color: #9cd7c7; }
  .voting-item.pos2 .color {
    background-color: #f69900; }
  .voting-item.pos2 .vote-bar .top {
    background-image: url("../images/vote-top2.svg"); }
  .voting-item.pos2 .vote-bar .bottom {
    background-image: url("../images/vote-bottom2.svg"); }
  .voting-item.pos2 h4:before {
    color: #9cd7c7; }
  .voting-item.pos3 .background {
    background-color: #f48ab9; }
  .voting-item.pos3 .color {
    background-color: #009dee; }
  .voting-item.pos3 .vote-bar .top {
    background-image: url("../images/vote-top3.svg"); }
  .voting-item.pos3 .vote-bar .bottom {
    background-image: url("../images/vote-bottom3.svg"); }
  .voting-item.pos3 h4:before {
    color: #f48ab9; }
  .voting-item > .inner {
    position: relative;
    padding: 1.5em;
    padding-top: 2em; }
  .voting-item .background {
    content: "";
    background: no-repeat top center;
    background-image: url("../images/bg-mobile.png");
    width: 100%;
    padding-top: 70%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
    -webkit-background-size: 150% auto;
       -moz-background-size: 150% auto;
         -o-background-size: 150% auto;
            background-size: 150% auto; }
    @media screen and (min-width: 47.9375em) {
      .voting-item .background {
        background-image: url("../images/bg2.png"); } }
  .voting-item .vote-bar {
    padding-bottom: 87%;
    position: relative;
    z-index: 1;
    width: 60%;
    max-width: 11.25em;
    margin: 0 auto; }
    .voting-item .vote-bar img {
      display: block;
      width: 100%; }
    .voting-item .vote-bar > .inner {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
    .voting-item .vote-bar .pct {
      color: #fff;
      font-size: 3em;
      position: absolute;
      left: 0;
      top: -.8em;
      width: 100%;
      text-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
      z-index: 1; }
    .voting-item .vote-bar .color {
      position: relative;
      padding-bottom: 40%;
      width: 100%; }
      .voting-item .vote-bar .color .top {
        background-position: 0 100%; }
    .voting-item .vote-bar .top, .voting-item .vote-bar .bottom {
      background: no-repeat;
      -webkit-background-size: 100% auto;
         -moz-background-size: 100% auto;
           -o-background-size: 100% auto;
              background-size: 100% auto;
      padding-bottom: 12.68%;
      width: 100%;
      position: relative; }
    .voting-item .vote-bar .bottom {
      background-position: 0 100%; }
  .voting-item .burger-image {
    width: 4.375em;
    margin: 0 auto;
    position: relative;
    top: -2.5em;
    z-index: 1; }
  .voting-item .burger-image-big {
    width: 72%;
    margin: 0 auto;
    margin-bottom: .5em;
    position: relative;
    z-index: 1;
    padding-bottom: 85%; }
    .voting-item .burger-image-big > img {
      position: absolute;
      left: 0;
      bottom: 0; }
    .voting-item .burger-image-big + h2 {
      margin-top: 0; }
    .voting-item .burger-image-big .creator {
      bottom: 0; }
  .voting-item h2 {
    font-size: 1.9375em;
    margin-top: -1em; }
  .voting-item h4 {
    margin-bottom: 0;
    position: relative; }
    .voting-item h4:before {
      content: "“";
      font-size: 3.75em;
      line-height: 0;
      position: relative;
      top: .5em;
      margin-right: .1em; }
  .voting-item p {
    font-size: 0.75em;
    margin: 0; }
  .voting-item .creator {
    position: absolute;
    right: -2.5em;
    bottom: -1.875em;
    z-index: 1; }
    .voting-item .creator img {
      width: 2.25em;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: 3px solid #fff;
      display: block; }
      @media screen and (min-width: 47.9375em) {
        .voting-item .creator img {
          width: 4em; } }
    .voting-item .creator p {
      font-family: "CreightonPro-Medium", sans-serif;
      margin: 0; }
  .voting-item .recipe {
    width: 100%;
    background: #f6f6f6;
    border: none;
    -webkit-border-bottom-left-radius: 10px;
       -moz-border-radius-bottomleft: 10px;
            border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
       -moz-border-radius-bottomright: 10px;
            border-bottom-right-radius: 10px;
    padding: .3em 0;
    cursor: pointer; }
    .voting-item .recipe:after {
      content: "›";
      margin-left: .2em; }
    .voting-item .recipe button {
      position: relative;
      z-index: 1;
      background: none;
      border: none;
      cursor: pointer; }
    .voting-item .recipe .text {
      display: none;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #f6f6f6;
      padding-top: 1em;
      padding-bottom: 3em;
      padding-left: 2.5em;
      padding-right: 2.5em;
      -webkit-border-bottom-left-radius: 10px;
         -moz-border-radius-bottomleft: 10px;
              border-bottom-left-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
         -moz-border-radius-bottomright: 10px;
              border-bottom-right-radius: 10px;
      line-height: 1.3; }
    .voting-item .recipe .close {
      background: url("../images/close2.png") no-repeat;
      -webkit-background-size: 70% auto;
         -moz-background-size: 70% auto;
           -o-background-size: 70% auto;
              background-size: 70% auto;
      border: none;
      width: 1em;
      height: 1.125em;
      position: absolute;
      right: .5em;
      top: .5em; }
  .voting-item .share {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 2;
    cursor: pointer; }

.blur {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  opacity: .3; }

.blur-text {
  color: #fff;
  text-align: center;
  position: relative;
  top: 40%;
  z-index: 2;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 55em) {
  .vote-text {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto; } }

.winner {
  text-align: center; }
  .winner h1 {
    font-size: 3.75em;
    font-family: "CreightonPro-Bold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0; }
  .winner .burger-image {
    position: relative;
    margin-bottom: 2em; }
    .winner .burger-image > img {
      display: block;
      max-width: 23.125em;
      margin-left: auto;
      margin-right: auto; }
  .winner .creator {
    position: absolute;
    right: -2.5em;
    bottom: 0;
    z-index: 1;
    text-align: left; }
    .winner .creator img {
      width: 2.25em;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: 3px solid #fff;
      display: block; }
      @media screen and (min-width: 47.9375em) {
        .winner .creator img {
          width: 5.125em; } }
    .winner .creator p {
      font-family: "CreightonPro-Medium", sans-serif;
      font-size: 1.3125em;
      margin: 0; }

@media screen and (min-width: 55em) {
  .lang-lt .main-nav li, .lang-lv .main-nav li {
    font-size: 1.375em; } }

.lang-lt .burger-form input[type="text"], .lang-lt .burger-form input[type="email"] {
  font-size: 0.9375em; }
  @media screen and (min-width: 47.9375em) {
    .lang-lt .burger-form input[type="text"], .lang-lt .burger-form input[type="email"] {
      font-size: 1.5em; } }

.lang-lv .burger-form input[type="text"], .lang-lv .burger-form input[type="email"] {
  font-size: 0.9375em; }
  @media screen and (min-width: 47.9375em) {
    .lang-lv .burger-form input[type="text"], .lang-lv .burger-form input[type="email"] {
      font-size: 1.25em; } }

.lang-ru {
  font-family: "PT Sans Narrow", sans-serif; }
  .lang-ru h1, .lang-ru h2 {
    font-family: "PT Sans Narrow", sans-serif; }
  .lang-ru .button span {
    font-family: "PT Sans Narrow", sans-serif; }
  @media screen and (max-width: 47.875em) {
    .lang-ru .control .button span {
      font-size: 0.875em;
      padding: .8em 1.5em; } }
  .lang-ru .main-nav li {
    font-size: 1.375em; }
    @media screen and (min-width: 47.9375em) {
      .lang-ru .main-nav li {
        font-size: 1.125em; } }
  .lang-ru .main-nav a {
    font-family: "PT Sans Narrow", sans-serif; }
  .lang-ru .selector p {
    font-size: 0.875em; }
  .lang-ru input[type="text"], .lang-ru input[type="email"], .lang-ru input[type="tel"], .lang-ru input[type="number"] {
    font-family: "PT Sans Narrow", sans-serif; }
  .lang-ru .burger-form input[type="text"], .lang-ru .burger-form input[type="email"] {
    font-size: 0.9375em; }
    @media screen and (min-width: 47.9375em) {
      .lang-ru .burger-form input[type="text"], .lang-ru .burger-form input[type="email"] {
        font-size: 1.125em; } }
