/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendors/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendors/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendors/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/vendors/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendors/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/vendors/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: '../fonts/flexslider/flexslider-icon';
  src: url("../fonts/flexslider//flexslider-icon.eot");
  src: url("../fonts/flexslider//flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider//flexslider-icon.woff") format("woff"), url("../fonts/flexslider//flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

table {
  display: block;
  margin-bottom: 50px;
  padding-right: 30px; }
  table tr td {
    padding: 8px 30px;
    text-align: center;
    border: 2px solid white; }
  table tr td:first-child {
    text-align: left; }
  table thead tr th {
    font-weight: 100;
    padding: 8px 30px;
    border: 2px solid white; }
  table thead tr th:first-child {
    width: 300px; }
  table thead tr th:nth-child(2) {
    background: #efebe5; }
  table thead tr th:nth-child(3) {
    background: #e0d7cb; }
  table thead tr th:nth-child(4) {
    background: #c4b299; }
  table thead tr th:nth-child(5) {
    color: white;
    background: #a98e6b; }
  table tbody tr td {
    text-align: center; }
  table tbody tr td:first-child {
    padding-left: 0; }
  table tbody tr td:nth-child(2) {
    background: #f3f3f3; }
  table tbody tr td:nth-child(3) {
    background: #e9e9e9; }
  table tbody tr td:nth-child(4) {
    background: #dadada; }
  table tbody tr td:nth-child(5) {
    background: #cdcdcd; }

table.default tbody tr td:first-child {
  font-weight: 400; }

table.default tbody tr td {
  padding: 0 30px 2px 0;
  background: white;
  text-align: left; }

body > header.default {
  *zoom: 1;
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 63.75em; }
  body > header.default:before, body > header.default:after {
    content: " ";
    display: table; }
  body > header.default:after {
    clear: both; }
  body > header.default .logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
    text-align: right; }
    body > header.default .logo:last-child {
      margin-right: 0; }
    body > header.default .logo span {
      position: relative;
      display: inline-block;
      width: 54px;
      height: 107px;
      background: url("../images/sprite.png") no-repeat 0px -18px; }
      body > header.default .logo span:hover {
        width: 54px;
        height: 107px;
        background: url("../images/sprite.png") no-repeat 0px -18px;
        background: url("../images/sprite.png") no-repeat -54px -18px; }
  body > header.default nav {
    position: relative;
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    background: white; }
    body > header.default nav:last-child {
      margin-right: 0; }
    body > header.default nav #socialicons {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      position: relative;
      display: block;
      text-align: right;
      height: 45px; }
      body > header.default nav #socialicons:last-child {
        margin-right: 0; }
      body > header.default nav #socialicons .facebook {
        position: absolute;
        display: block;
        right: 230px;
        top: 27px; }
        body > header.default nav #socialicons .facebook a {
          position: relative;
          display: block;
          float: right;
          text-transform: uppercase;
          font-size: 11px;
          color: #3a5998; }
          body > header.default nav #socialicons .facebook a:hover {
            color: #3a5998; }
          body > header.default nav #socialicons .facebook a i {
            position: absolute;
            display: block;
            top: -4px;
            right: -20px;
            width: 9px;
            height: 18px;
            background: url("../images/sprite.png") no-repeat 0px 0px; }
      body > header.default nav #socialicons .instagram {
        position: absolute;
        display: block;
        right: 175px;
        top: 23px; }
      body > header.default nav #socialicons .shop {
        position: absolute;
        display: block;
        right: 58px;
        top: 21px;
        z-index: 18; }
      body > header.default nav #socialicons .shoplabel {
        position: absolute;
        display: block;
        right: 75px;
        top: 5px;
        z-index: 20;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
  @media screen and (max-width: 750px) {
    body > header.default {
      display: none; } }

html,
body {
  background: #262626; }

body {
  overflow-y: scroll; }

a, span, p, strong
h1, h2, h3,
tr, td, dt, dd,
ul li, ul li a {
  font-family: "myriad-pro";
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  text-decoration: none; }

.content ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px; }
  .content ul li {
    display: list-item; }

h1 {
  position: relative;
  display: block;
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-family: "myriad-pro";
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding: 40px 25px;
  color: #7d4d23;
  font-size: 24px; }
  h1:last-child {
    margin-right: 0; }

h3 {
  font-weight: 500; }

h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px; }

blockquote {
  padding: 0;
  margin: 0; }
  blockquote p {
    color: #a2a1a1;
    font-size: 13px;
    line-height: 17px; }

p {
  padding: 0;
  margin: 0;
  padding-right: 60px;
  margin-bottom: 15px; }
  p a img.size-thumbnail {
    margin-top: 8px;
    margin-right: 15px; }

a {
  text-decoration: none;
  color: #c00000; }

h2,
strong {
  color: #7d4d23;
  font-weight: 400; }

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

dl dt {
  float: left;
  clear: both;
  width: 100px;
  font-weight: 500; }

body > .container {
  *zoom: 1;
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 63.75em;
  margin-top: 30px; }
  body > .container:before, body > .container:after {
    content: " ";
    display: table; }
  body > .container:after {
    clear: both; }
  body > .container .content-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
    padding-bottom: 30px;
    background: white;
    margin-top: -10px; }
    body > .container .content-container:last-child {
      margin-right: 0; }
  @media screen and (max-width: 750px) {
    body > .container {
      margin: 0;
      padding: 0; }
      body > .container .content-container {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        body > .container .content-container:last-child {
          margin-right: 0; } }

#ajaxLoader {
  display: none; }

.content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .content:last-child {
    margin-right: 0; }
  .content a#map {
    width: 100%; }
  @media screen and (max-width: 950px) {
    .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .content {
      padding-left: 30px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      overflow: hidden; }
      .content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .content img {
      width: 100%;
      height: auto; } }

.zoom {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -40px; }

p a {
  position: relative; }
  p a:hover .zoom {
    display: block;
    top: -60px;
    margin-top: 0; }

p strong {
  color: #222; }

a.book {
  display: inline-block;
  padding: 5px 15px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
  background: #7d4d23;
  color: #fff; }

img.alignleft,
img.alignright {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px; }

img.alignright {
  float: right; }

video {
  widht: 100%;
  height: auto;
  padding-right: 60px; }

#gallery {
  position: relative;
  *zoom: 1;
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 63.75em;
  overflow: hidden; }
  #gallery:before, #gallery:after {
    content: " ";
    display: table; }
  #gallery:after {
    clear: both; }
  #gallery .side {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
    margin-top: 20%; }
    #gallery .side:last-child {
      margin-right: 0; }
    #gallery .side a {
      position: relative;
      display: block;
      top: 50%;
      margin-top: -15px;
      margin-left: 30px;
      opacity: .5;
      width: 30px;
      height: 30px;
      background: url("../images/sprite.png") no-repeat -110px -1px; }
      #gallery .side a.next {
        margin-left: auto;
        margin-right: 30px;
        width: 30px;
        height: 30px;
        background: url("../images/sprite.png") no-repeat -141px -1px; }
      #gallery .side a:hover {
        opacity: 1; }
  #gallery .container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    border: 3px solid white; }
    #gallery .container:last-child {
      margin-right: 0; }
    #gallery .container img {
      width: 100%; }
  #gallery .dia-overlay {
    position: absolute;
    display: block;
    bottom: 0;
    right: 90px;
    z-index: 100; }
  @media screen and (max-width: 750px) {
    #gallery {
      margin: 0; }
      #gallery .dia-overlay {
        display: none; }
      #gallery .side {
        position: absolute;
        display: block;
        left: 10px;
        top: 70px;
        z-index: 100; }
        #gallery .side a {
          opacity: 100; }
        #gallery .side.right {
          left: auto;
          right: 10px; }
      #gallery .container {
        border: 0;
        width: 100%;
        margin-right: 0;
        float: none; } }

.team ul li {
  *zoom: 1;
  margin-bottom: 20px; }
  .team ul li:before, .team ul li:after {
    content: " ";
    display: table; }
  .team ul li:after {
    clear: both; }

.team span.image {
  position: relative;
  display: block;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 27.4966634515%; }
  .team span.image:last-child {
    margin-right: 0; }
  .team span.image:hover .zoom {
    display: block; }

.team div.details {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 70.1456849506%; }
  .team div.details:last-child {
    margin-right: 0; }
  .team div.details h3 {
    padding: 0;
    margin: 0;
    font-size: 15px; }
  .team div.details span {
    display: block;
    width: 100%;
    color: #a2a1a1; }
    .team div.details span strong {
      color: #222;
      font-weight: 100; }
  .team div.details p {
    display: block;
    margin-top: 20px; }

#map {
  position: relative;
  display: block;
  width: 600px;
  height: 200px;
  margin-bottom: 30px;
  background: url("../images/map.jpg") no-repeat; }

.impressum-link {
  position: absolute;
  display: block;
  top: 4px;
  left: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  z-index: 100; }
  .impressum-link:hover {
    color: #c00000; }

.impressum-link-responsive {
  display: block;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-top: 15px; }

.single-content {
  padding: 26px; }

.topbar .phone {
  position: absolute;
  display: block;
  width: 120px;
  top: 15px;
  left: 50%;
  margin-left: -60px;
  color: white;
  font-size: 13px; }
  .topbar .phone img {
    margin-right: 6px; }

.tablepress tfoot th, .tablepress thead th {
  background: white; }

body > header > nav ul {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
  margin-left: 4.2649021499%;
  padding-top: 7px;
  padding-bottom: 10px; }
  body > header > nav ul:last-child {
    margin-right: 0; }
  body > header > nav ul li {
    float: left;
    display: block;
    width: 18.7655694596%;
    text-align: center; }
    body > header > nav ul li:last-child {
      width: 16.4079178617%; }
    body > header > nav ul li a {
      display: block;
      color: black;
      font-size: 22px;
      text-transform: uppercase; }
    body > header > nav ul li.active a {
      color: #c00000; }
  body > header > nav ul li:last-child {
    width: 180px; }

@media screen and (max-width: 960px) {
  body > header > nav ul li {
    float: left;
    display: block;
    width: 20.4715303196%; }
    body > header > nav ul li:last-child {
      width: 18.1138787216%; }
    body > header > nav ul li a {
      font-size: 17px; } }

@media screen and (max-width: 840px) {
  body > header > nav ul li {
    float: left;
    display: block;
    width: 20.4715303196%; }
    body > header > nav ul li:last-child {
      width: 18.1138787216%; }
    body > header > nav ul li a {
      font-size: 15px; } }

.content-container nav {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .content-container nav:last-child {
    margin-right: 0; }
  .content-container nav ul {
    margin: 0; }
    .content-container nav ul li {
      width: 202px;
      height: 35px;
      background: url("../images/sprite.png") no-repeat -7px -178px; }
      .content-container nav ul li a {
        position: relative;
        display: block;
        font-size: 14px;
        color: white;
        padding: 3px 0 5px 35px; }
      .content-container nav ul li.active {
        width: 202px;
        height: 35px;
        background: url("../images/sprite.png") no-repeat -7px -178px;
        background: url("../images/sprite.png") no-repeat 0px -142px;
        margin-left: -8px;
        padding-left: 8px; }
  @media screen and (max-width: 950px) {
    .content-container nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .content-container nav:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .content-container nav {
      display: none; } }

#responsive-navigation {
  position: absolute;
  display: none;
  top: 140px;
  right: 0;
  width: 280px;
  background: #7D4D23;
  z-index: 400;
  padding: 30px; }
  #responsive-navigation.visible {
    display: block; }
  #responsive-navigation ul {
    padding: 0;
    margin: 0; }
    #responsive-navigation ul li a {
      color: white !important; }
  #responsive-navigation #menu-main > li {
    margin-bottom: 20px; }
    #responsive-navigation #menu-main > li > a {
      display: block;
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 10px; }
    #responsive-navigation #menu-main > li:last-child {
      margin-bottom: 0; }
      #responsive-navigation #menu-main > li:last-child li {
        margin-bottom: 0; }
  #responsive-navigation ul.sub-menu {
    display: none;
    border-left: 4px solid #B1947B; }
    #responsive-navigation ul.sub-menu li a {
      display: block;
      padding: 5px 0 10px 10px; }
    #responsive-navigation ul.sub-menu li.current-menu-item {
      background: #B1947B; }
    #responsive-navigation ul.sub-menu.visible {
      display: block; }

header#responsive-phone {
  position: relative;
  display: block; }
  header#responsive-phone .social {
    position: relative;
    display: block;
    background: white;
    height: 55px;
    padding-top: 10px; }
    header#responsive-phone .social ul {
      text-align: right;
      margin: 0 20px; }
      header#responsive-phone .social ul li {
        display: inline-block;
        margin-left: 10px; }
  header#responsive-phone .topbar {
    position: relative;
    display: block;
    height: 85px;
    background: #262626;
    text-align: center; }
    header#responsive-phone .topbar .crown {
      position: absolute;
      display: block;
      left: 40px;
      top: 25px; }
    header#responsive-phone .topbar .hamburger {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      height: 85px;
      width: 85px; }
      header#responsive-phone .topbar .hamburger.active {
        background: #7D4D23; }
      header#responsive-phone .topbar .hamburger img {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -15px; }
    header#responsive-phone .topbar .book-online {
      display: inline-block;
      padding: 5px 10px;
      background: #7E4F26;
      margin-top: 42px; }
      header#responsive-phone .topbar .book-online:hover {
        background: #6a4320; }
      header#responsive-phone .topbar .book-online span {
        font-weight: 500;
        font-size: 13px;
        color: white;
        text-transform: uppercase; }
  @media screen and (min-width: 751px) {
    header#responsive-phone {
      display: none; }
      header#responsive-phone .social, header#responsive-phone .topbar {
        display: none; } }
