@charset "UTF-8";
/*------------------------------------*\
    base.css
\*------------------------------------*/
/**
 * Base file for importing external scss files
 *
 */
/*------------------------------------*\
    vars.css
\*------------------------------------*/
/**
 * File which contains all the variables associated with this
 * SCSS framework.
 *
 */
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
  max-width: 100%;
  height: auto; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*! normalize.css v3.0.1 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 1.5em;
  margin: 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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; }

/*------------------------------------*\
    containers.css
\*------------------------------------*/
/**
 * Base container object
 *
 */
.container {
  display: block;
  float: left;
  position: relative; }

.container--outer {
  margin: 0 auto;
  max-width: 1200px;
  float: none;
  width: 100%; }

/*------------------------------------*\
    section.css
\*------------------------------------*/
/**
 * Base section object
 *
 */
.section {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden; }

/*------------------------------------*\
    flexbox.scss
\*------------------------------------*/
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.flex-item {
  display: inline-block;
  float: left; }

/*------------------------------------*\
    grid.css
\*------------------------------------*/
.block {
  display: inline-block;
  float: left; }

.full {
  width: 100%; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.3333%; }

.two-thirds {
  width: 66.6666%; }

.one-quarter {
  width: 25%; }

.three-quarters {
  width: 75%; }

.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

.one-sixth {
  width: 16.6666%; }

@media screen and (max-width: 900px) {
  .tablet-quarter {
    width: 25%; }

  .tablet-one-third {
    width: 33.33333%; }

  .tablet-half {
    width: 50%; }

  .tablet-two-thirds {
    width: 66.66666%; }

  .tablet-full {
    width: 100%; } }
@media screen and (max-width: 710px) {
  .mobile-quarter {
    width: 50%; }

  .mobile-one-third {
    width: 33.33333%; }

  .mobile-half {
    width: 50%; }

  .mobile-two-thirds {
    width: 66.66666%; }

  .mobile-full {
    width: 100%; } }
/*------------------------------------*\
    helpers.css
\*------------------------------------*/
/**
 * Micro clearfix
 *
 */
.cf:after, .container:after, .section:after, .block:after, .menu--main:after {
  content: "";
  display: table;
  clear: both; }

/**
* Text align
*
*/
.hidden {
  display: none; }

/**
* Margin + Padding
*
*/
.margin-left {
  margin-left: 13px; }

.margin-right {
  margin-right: 13px; }

.margin-top {
  margin-top: 13px; }

.margin-bottom {
  margin-bottom: 13px; }

.padding-left {
  padding-left: 15px; }

.padding-right {
  padding-right: 15px; }

.padding-top {
  padding-top: 15px; }

.padding-bottom {
  padding-bottom: 15px; }

.padding-all {
  padding: 20px; }

/**
* Floatings
*
*/
.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

/**
* Text align
*
*/
.text-left {
  text-align: left; }

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

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

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

.hidden-desktop {
  display: none; }

@media screen and (max-width: 900px) {
  .hidden-tablet {
    display: none; }

  .visible-visible {
    display: inline-block; } }
@media screen and (max-width: 580px) {
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: inline-block; } }
.text-green {
  color: #79c9bd; }

.text-brown {
  color: #9A3825; }

.text-white {
  color: #FFFFFF; }

::selection {
  background: #999999;
  /* WebKit/Blink Browsers */
  color: #FFFFFF; }

::-moz-selection {
  background: #999999;
  /* Gecko Browsers */
  color: #FFFFFF; }

::-webkit-input-placeholder {
  color: #9A3825; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9A3825; }

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

:-ms-input-placeholder {
  color: #9A3825; }

.border-top {
  border-top: 1px solid #999999; }

.border-bottom {
  border-bottom: 1px solid #999999; }

.background--white {
  background: #FFFFFF; }

.background--brown {
  background: #9A3825; }

.background--orange {
  background: #ff5a34; }

.background--green {
  background: #79c9bd; }

.background--grey {
  background: #999999; }

.background--blue {
  background: #435464; }

.background--white-opaque {
  background-color: rgba(255, 255, 255, 0.64); }

body, p, a, h1, h2, h3 {
  color: #000000; }

a:hover {
  text-decoration: underline; }

/*------------------------------------*\
    type.scss
\*------------------------------------*/
body, p, a, h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif; }

h1, h2, h3 {
  font-weight: 500; }

h2 {
  line-height: 24px; }

h3 {
  font-size: 17px; }

body, p, a {
  font-size: 13px;
  line-height: 18px; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

/*------------------------------------*\
    content.css
\*------------------------------------*/
.content p {
  margin: 13px 0; }
  .content p:first-child {
    margin-top: 0px; }
  .content p:last-child {
    margin-bottom: 0px; }

.home .content p {
  font-size: 17px;
  line-height: 23px; }

.fancybox {
  padding: 0 10px;
  padding-bottom: 10px;
  cursor: pointer; }

.brown {
  color: #9A3825; }

.bold {
  font-weight: bold; }

h2 {
  font-weight: bold;
  color: #9A3825;
  margin-bottom: 13px; }

h2.black {
  color: #000000; }

h3.wine-year {
  font-weight: bold;
  font-size: 24px;
  color: #9A3825;
  line-height: 24px;
  margin-bottom: 13px;
  margin-top: 20px; }

.year-links, .year-links a {
  color: #666666;
  letter-spacing: -1px; }
  .year-links:hover, .year-links a:hover {
    color: #000000; }

.year-links a {
  letter-spacing: 0px; }

.year-links a.active {
  color: #000000; }

.buy-button {
  color: #9A3825;
  border: 1px solid #9A3825;
  padding: 2px 7px;
  border-radius: 2px;
  margin-bottom: 20px;
  display: inline-block; }
  .buy-button:hover {
    color: white;
    background: #9A3825;
    text-decoration: none; }

.image-td {
  width: 109px;
  vertical-align: top; }

.vc_row {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.wpb_revslider_element.wpb_content_element {
  padding: 0px; }

.Fashion-BigDisplay {
  text-shadow: 2px 2px 2px #000; }

.cellars-link {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 10px;
  margin-bottom: 11px; }
  .cellars-link img {
    max-width: 120px; }

.vintages-wrapper, .tasting-wrapper {
  padding-left: 10px;
  padding-right: 10px; }

/*------------------------------------*\
    buttons.css
\*------------------------------------*/
/**
 * Button objects
 *
 */
.button, .button-menu {
  display: inline-block;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 7px 10px;
  color: #000000;
  background: #FFFFFF; }
  .button:hover, .button-menu:hover {
    color: #333333; }

.button-menu {
  margin-top: 22px;
  padding: 10px; }
  .button-menu .line {
    width: 20px;
    height: 2px;
    background: #000000;
    margin-top: 3px;
    float: right;
    clear: right; }
  .button-menu:hover .line, .button-menu:active .line {
    background: #666666; }

/*------------------------------------*\
    logo.scss
\*------------------------------------*/
.logo-desktop {
  padding: 20px 0; }
  .logo-desktop img {
    max-width: 140px; }

.logo-mobile {
  padding: 15px;
  padding-bottom: 8px; }
  .logo-mobile img {
    max-width: 55px; }

/*------------------------------------*\
    forms.css
\*------------------------------------*/
/*------------------------------------*\
    menus.scss
\*------------------------------------*/
.menu li {
  list-style-type: none; }

.menu--main {
  margin-top: 25px;
  padding-bottom: 15px;
  position: relative; }
  .menu--main a {
    font-size: 20px; }
  .menu--main .menu-item {
    margin-right: 70px;
    font-size: 20px;
    line-height: 30px;
    width: 97px;
    display: inline-block; }
    .menu--main .menu-item:last-child {
      margin-right: 0px; }
  .menu--main .current-page-parent > a {
    color: #9A3825;
    font-weight: bold; }
  .menu--main .current_page_item > a {
    color: #9A3825;
    font-weight: bold; }
  .menu--main .sub-menu .current_page_item > a {
    font-weight: normal; }

.menu--mobile {
  height: 0px;
  overflow: hidden; }
  .menu--mobile a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 8px 0px; }
  .menu--mobile .current-page-parent > a {
    color: #9A3825;
    font-weight: bold; }
  .menu--mobile .current_page_item > a {
    color: #9A3825;
    font-weight: bold; }
  .menu--mobile .sub-menu .current_page_item > a {
    font-weight: normal; }

@media screen and (max-width: 780px) {
  .menu--main .menu-item {
    margin-right: 30px; } }
@media screen and (max-width: 710px) {
  .menu--main .menu-item {
    margin-right: 20px; } }
.gallery {
  max-height: 400px;
  overflow: hidden; }
  .gallery img {
    width: 100%; }

.hermes .tp-bullet {
  height: 8px;
  width: 8px; }

/*------------------------------------*\
    footer.css
\*------------------------------------*/
.footer {
  bottom: 0px;
  left: 0px;
  padding: 12px; }

/*! 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/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/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/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;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !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/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/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/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

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