@charset "UTF-8";


@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=1dee8dda-689c-481a-a6b1-a8926db08a7c");

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************************************************************************************
 *	Box-Sizing
 *	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 ****************************************************************************************/

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

th,
td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/****************************************************************************************
 *  Textarea Resize Vertical Only
 ****************************************************************************************/

textarea {
  resize: vertical;
}

html {
  height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/****************************************************************************************
 *	Cross-Browser Micro Clearfix
 *	http://nicolasgallagher.com/micro-clearfix-hack/
 ****************************************************************************************/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
  *zoom: 1;
}

/****************************************************************************************
 *	Inline Block Fix
 *	http://css-tricks.com/snippets/css/cross-browser-inline-block/
 ****************************************************************************************/

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/****************************************************************************************
 *  Adjust Placeholders
 ****************************************************************************************/

::-webkit-input-placeholder {
  color: #5C5C5C;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #5C5C5C;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}

:-ms-input-placeholder {
  color: #5C5C5C;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

a:focus {
  outline: 0;
}

/* 
    Wichtig!!! 

    Externe CSS Dateien müssen in "_stylesheet.scss" umbenannt werden, 
    damit sie nicht mit @import hinzugefügt werden, sondern miniminiert! 
*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
}

#cboxTopCenter {
  height: 25px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
}

#cboxBottomCenter {
  height: 25px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
}

#cboxMiddleLeft {
  width: 1px;
}

#cboxMiddleRight {
  width: 1px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  display: none;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  opacity: 0;
  background: transparent url(../img/sprite.png) no-repeat -100px 0;
  width: 24px;
  height: 25px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.clearfix:before,
body:before,
footer ul:before,
article .mod-bottles:before,
.mod-layer:before,
.clearfix:after,
body:after,
footer ul:after,
article .mod-bottles:after,
.mod-layer:after {
  content: "";
  display: table;
}

.clearfix:after,
body:after,
footer ul:after,
article .mod-bottles:after,
.mod-layer:after {
  clear: both;
}

.is-visible {
  display: block;
  visibility: visible;
}

.is-hidden {
  display: none;
  visibility: hidden;
}

html {
  width: 100%;
  min-width: 768px;
  background: transparent url(../img/bg_pattern.png) repeat-x;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #35111D;
  font-family: 'Lato', sans-serif;
  background: transparent url(../img/bg.png) no-repeat center top;
  -webkit-transform: translate3d(0, 0, 0);
}

footer {
  position: relative;
  height: 45px;
  background: #39121F;
  width: 100%;
  text-align: center;
}

footer ul {
  position: relative;
  padding: 11px 0 0;
  margin: 0;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

footer ul li {
  display: inline-block;
  margin: 0 7px;
  height: 23px;
  line-height: 22px;
  line-height: 1.375rem;
}

footer ul li a {
  color: #ff98af;
  text-decoration: none;
}

footer ul li a.btn-fb {
  height: 23px;
  width: 23px;
  display: block;
  background: transparent url(../img/sprite.png) no-repeat 0 -300px;
  margin-top: 7px;
}

footer ul li a.btn-cf span {
  position: relative;
  display: inline-block;
}

footer ul li a.btn-cf span:before {
  content: "";
  display: block;
  width: 66px;
  height: 38px;
  background: transparent url(../img/sprite.png) no-repeat -250px -299px;
  top: -22px;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 910px) {
  footer {
    height: 80px;
  }

  footer ul {
    width: 530px;
  }

  footer ul li.box-tb {
    display: none;
  }

  footer ul li a.btn-cf {
    display: block;
    margin: 10px 0 0 80px;
  }
}

header {
  position: relative;
  padding: 30px 0 0;
}

header img {
  display: block;
  margin: 0 auto;
  width: 453px;
  height: 202px;
  padding: 0 0 0 80px;
}

header .mod-where {
  display: block;
  width: 120px;
  height: 90px;
  color: #fff;
  text-decoration: none;
  top: 20px;
  right: 20px;
  position: absolute;
  background: transparent url(../img/sprite.png) no-repeat 66px 0;
}

header .mod-where:hover span {
  opacity: 1;
}

header .mod-where span {
  display: block;
  opacity: 0;
  position: relative;
  padding: 65px 0 0;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(-8deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-8deg) translate3d(0, 0, 0);
  transform: rotate(-8deg) translate3d(0, 0, 0);
  font-family: "Futura W01 Light",sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

header .mod-where span:before {
  content: "";
  width: 17px;
  height: 16px;
  display: block;
  top: 45px;
  right: 55px;
  position: absolute;
  background: transparent url(../img/sprite.png) no-repeat -300px -100px;
}

header .mod-shop {
  display: block;
  width: 120px;
  height: 90px;
  color: #fff;
  text-decoration: none;
  top: 20px;
  left: 20px;
  position: absolute;
  background: transparent url(../img/sprite.png) no-repeat -326px -299px;
}

header .mod-shop:hover span {
  opacity: 1;
}

header .mod-shop span {
  display: block;
  opacity: 0;
  position: relative;
  padding: 65px 0 0;
  margin: 0;
  text-align: right;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(8deg) translate3d(0, 0, 0);
  -ms-transform: rotate(8deg) translate3d(0, 0, 0);
  transform: rotate(8deg) translate3d(0, 0, 0);
  font-family: "Futura W01 Light",sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

header .mod-shop span:before {
  content: "";
  width: 17px;
  height: 16px;
  display: block;
  top: 45px;
  left: 55px;
  position: absolute;
  background: transparent url(../img/sprite.png) no-repeat -336px -100px;
}

article {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 695px;
  margin: 30px auto;
}

article .mod-bottles .box-bottle {
  display: block;
  width: 167px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  float: left;
  -webkit-transform-style: preserve-3d;
}

article .mod-bottles .box-bottle .box-btl {
  display: block;
  margin: 0 auto 50px;
  z-index: 50;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

article .mod-bottles .box-bottle .box-shadow {
  margin: 0;
  display: block;
  z-index: -1;
  bottom: 35px;
  left: 0;
  position: absolute;
}

article .mod-bottles .box-bottle .box-name {
  display: block;
  opacity: 1;
  text-align: center;
  width: 100%;
  opacity: 0.5;
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  bottom: 0;
  left: auto;
  position: absolute;
}

article .mod-bottles .box-bottle .box-link {
  display: block;
  z-index: 51;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 155px;
  letter-spacing: 1px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  font-family: "Futura W01 Light",sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  top: -5px;
  left: -3px;
  position: absolute;
}

article .mod-bottles .box-bottle .box-link span {
  position: relative;
  display: block;
  color: #ff98af;
}

article .mod-bottles .box-bottle .box-link span:before {
  content: "";
  display: block;
  width: 43px;
  height: 26px;
  background: transparent url(../img/sprite.png) no-repeat -300px 0;
  bottom: 10px;
  left: 105px;
  position: absolute;
}

article .mod-bottles .box-bottle.is-animating {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

article .mod-bottles .box-bottle.bottle-1 {
  top: 0;
  left: 0;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-1.is-passive {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(15deg) scale(0.8) !important;
  -ms-transform: rotate(15deg) scale(0.8) !important;
  transform: rotate(15deg) scale(0.8) !important;
  top: -100px !important;
  left: 120px !important;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-1 .box-link {
  top: -5px;
  left: 0;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-2 {
  top: 0;
  left: 18%;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-2.is-passive {
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(-12deg) scale(0.9) !important;
  -ms-transform: rotate(-12deg) scale(0.9) !important;
  transform: rotate(-12deg) scale(0.9) !important;
  top: 0 !important;
  left: 35px !important;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-2.is-passive .box-reflection {
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

article .mod-bottles .box-bottle.bottle-3 {
  top: 0;
  left: 36%;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-3 .box-btl {
  margin: 0 auto 35px;
}

article .mod-bottles .box-bottle.bottle-3 .box-shadow {
  margin: 0;
  bottom: 20px;
}

article .mod-bottles .box-bottle.bottle-4 {
  top: 0;
  left: 54%;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-4.is-passive {
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(11deg) scale(0.9) !important;
  -ms-transform: rotate(11deg) scale(0.9) !important;
  transform: rotate(11deg) scale(0.9) !important;
  top: -15px !important;
  left: 175px !important;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-4.is-passive .box-reflection {
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

article .mod-bottles .box-bottle.bottle-5 {
  top: 0;
  left: 71%;
  position: absolute;
}

article .mod-bottles .box-bottle.bottle-5.is-passive {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(-12deg) scale(0.8) !important;
  -ms-transform: rotate(-12deg) scale(0.8) !important;
  transform: rotate(-12deg) scale(0.8) !important;
  top: -120px !important;
  left: 80px !important;
  position: absolute;
}

article .mod-bottles .box-bottle.is-active {
  z-index: 50;
}

article .mod-bottles .box-bottle.is-active .box-name {
  opacity: 1;
}

article .mod-bottles .box-bottle.is-active:hover .box-btl {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

article .mod-bottles .box-bottle.is-active:hover .box-link {
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

article .mod-bottles .box-bottle.is-active:hover .box-reflection {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

article .mod-bottles .box-bottle.is-active.is-passive {
  z-index: 50;
}

article .mod-bottles .box-bottle.is-active.is-passive:hover .box-btl {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

article .mod-bottles .box-bottle.is-active.is-passive:hover .box-link {
  opacity: 0;
  -webkit-transition-delay: none;
  transition-delay: none;
}

article .mod-bottles .box-bottle.is-active.is-passive:hover .box-reflection {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

article .mod-bottles .box-bottle .box-reflection {
  display: block;
  z-index: 0;
  width: 135px;
  height: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  bottom: -20px;
  left: 16px;
  position: absolute;
}

article .mod-info {
  display: block;
  opacity: 1;
  margin: 0 0 0 -250px;
  width: 500px;
  height: 250px;
  text-align: center;
  right: 50%;
  bottom: 0px;
  left: 50%;
  position: absolute;
}

article .mod-info h1 {
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  font-style: italic;
}

article .mod-info p {
  width: 100%;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

article .mod-info p a {
  color: #ff98af;
  text-decoration: none;
}

article .mod-more-info {
  display: none;
  opacity: 0;
  width: 50%;
  z-index: 100;
  top: 20px;
  left: 360px;
  position: absolute;
}

article .mod-more-info h3 {
  padding: 0;
  margin: 25px 0 5px;
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  font-style: italic;
}

article .mod-more-info h3 span {
  font-family: "Futura W01 Light",sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

article .mod-more-info p {
  padding: 0;
  margin: 0;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

article .mod-more-info a {
  display: block;
  margin: 25px 0 0;
  padding: 0;
  color: #ff98af;
}

article .mod-more-info a.btn-arrow-big {
  display: block;
  margin: 0;
  opacity: 0;
  z-index: 1000;
  top: 165px;
  left: -365px;
  position: absolute;
  color: #fff;
  text-decoration: none;
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

article .mod-more-info a.btn-arrow-big:before {
  content: "";
  display: block;
  width: 280px;
  height: 70px;
  background: transparent url(../img/sprite.png) no-repeat 0 -100px;
  top: -70px;
  left: -20px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
}

article .btn-next {
  display: block;
  cursor: pointer;
  top: 250px;
  left: 88%;
  position: absolute;
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

article .btn-next:before {
  content: "";
  display: block;
  width: 99px;
  height: 24px;
  background: transparent url(../img/sprite.png) no-repeat -200px 0;
  top: -22px;
  left: -8px;
  position: absolute;
}

@font-face {
  font-family: "Cambria W01 Regular";
  src: url("../fonts/005aedf1-6656-4918-8e15-8876997ce7cc.eot?#iefix");
  src: url("../fonts/005aedf1-6656-4918-8e15-8876997ce7cc.eot?#iefix") format("eot"), url("../fonts/30aa036d-520b-4503-9c64-c82832e61fa8.woff") format("woff"), url("../fonts/325041a5-5c3d-47c4-b48d-2f1807b188a9.ttf") format("truetype"), url("../fonts/2edae1f9-1ef5-45d1-a803-74273208f961.svg#2edae1f9-1ef5-45d1-a803-74273208f961") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Light';
  src: url("../fonts/futurastd_light.eot");
  src: url("../fonts/futurastd_light.eot?#iefix") format("embedded-opentype"), url("../fonts/futurastd_light.woff") format("woff"), url("../fonts/futurastd_light.ttf") format("truetype"), url("../fonts/futurastd_light.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Medium';
  src: url("../fonts/futurastd_medium.eot");
  src: url("../fonts/futurastd_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/futurastd_medium.woff") format("woff"), url("../fonts/futurastd_medium.ttf") format("truetype"), url("../fonts/futurastd_medium.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura W01 Light";
  src: url("../fonts/2c660b2f-8645-4b31-89fe-1c017eeb5e85.eot?#iefix");
  src: url("../fonts/2c660b2f-8645-4b31-89fe-1c017eeb5e85.eot?#iefix") format("eot"), url("../fonts/e80a3257-e0b2-4f7c-b4e8-0167c9adb7c0.woff") format("woff"), url("../fonts/5426d3ca-532d-4e71-a700-0a22917df569.ttf") format("truetype"), url("../fonts/67fb5232-0944-4965-8594-ed2972b84950.svg#67fb5232-0944-4965-8594-ed2972b84950") format("svg");
}

@font-face {
  font-family: "Futura W01 Medium";
  src: url("../fonts/f0052336-792e-4fcf-8750-fe6d7d5dccba.eot?#iefix");
  src: url("../fonts/f0052336-792e-4fcf-8750-fe6d7d5dccba.eot?#iefix") format("eot"), url("../fonts/1b696b29-a6bd-4411-a50f-37fd8a209b36.woff") format("woff"), url("../fonts/a3931c31-5998-4dbd-b7d5-d310e4ed3d60.ttf") format("truetype"), url("../fonts/6779412d-2ea7-4f1a-acfd-f6a527baaee7.svg#6779412d-2ea7-4f1a-acfd-f6a527baaee7") format("svg");
}

.mod-layer-product {
  display: block;
  min-width: 400px;
  max-width: 700px;
  padding: 20px 40px 20px;
  background: rgba(52, 17, 28, 0.9);
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-layer-product h2 {
  margin: 5px 0 10px;
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
}

.mod-layer-product p {
  margin: 0 0 10px;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.mod-layer-product p small {
  font-family: "Futura W01 Light",sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.mod-layer-product table {
  width: 380px;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.mod-layer-product table tr td {
  padding: 0 0 10px;
}

.mod-layer-product table tr td:first-child {
  width: 70%;
}

.mod-layer-product .box-arrow {
  display: block;
  width: 63px;
  height: 44px;
  background: transparent url(../img/sprite.png) no-repeat -400px 0;
  top: -21px;
  left: 160px;
  position: absolute;
}

.mod-layer-product#layer-product1 .box-arrow {
  width: 114px;
  height: 53px;
  background-position: 0 -200px;
  top: -21px;
  left: -80px;
  position: absolute;
}

.mod-layer-product#layer-product2 .box-arrow {
  width: 86px;
  height: 56px;
  background-position: -200px -201px;
  top: -35px;
  left: 30px;
  position: absolute;
}

.mod-layer-product#layer-product4 .box-arrow {
  width: 84px;
  height: 44px;
  background-position: -300px -201px;
  top: -25px;
  left: 270px;
  position: absolute;
}

.mod-layer-product#layer-product5 .box-arrow {
  width: 139px;
  height: 40px;
  background-position: -100px -300px;
  top: -15px;
  left: 375px;
  position: absolute;
}

.mod-layer {
  display: block;
  min-width: 400px;
  max-width: 700px;
  padding: 20px 60px 20px 40px;
  background: rgba(52, 17, 28, 0.9);
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

.mod-layer h2 {
  margin: 5px 0 15px;
  font-family: "Cambria W01 Regular",serif;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
}

.mod-layer h3 {
  margin: 0 0 5px;
  font-family: "Futura W01 Medium",sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.mod-layer p {
  margin: 0 0 30px;
  font-family: "Futura W01 Light",sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.mod-layer p b {
  font-family: "Futura W01 Medium",sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.mod-layer a {
  color: #ff98af;
  text-decoration: none;
  word-wrap: break-word;
}

.mod-layer ul {
  display: block;
  float: left;
  width: 170px;
  margin: 0 25px 20px 0;
  padding: 0;
  height: 130px;
  overflow: hidden;
  list-style: none;
}

.mod-layer ul li:first-child {
  font-family: "Futura W01 Medium",sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.mod-layer#layer-imprint {
  padding: 20px 50px 20px 40px;
}

.mod-layer#layer-imprint div {
  max-height: 600px;
  padding: 0 20px 0 0;
  overflow-y: scroll;
}

.mod-layer#layer-shop strong {
  color: #ff98af;
  font-weight: normal;
}