/*! normalize.css v2.1.0 | 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-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;
  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"] {
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.group:before, .content:before, nav:before, nav ul:before, .small-container:before, .right-column:before, aside:before, .footer .container:before,
.group:after,
.content:after,
nav:after,
nav ul:after,
.small-container:after,
.right-column:after,
aside:after,
.footer .container:after {
  content: "";
  display: table;
}

.group:after, .content:after, nav:after, nav ul:after, .small-container:after, .right-column:after, aside:after, .footer .container:after {
  clear: both;
}

.group, .content, nav, nav ul, .small-container, .right-column, aside, .footer .container {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #e7e77f;
}

.wrapper {
  background: #fcd344;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    height: 100%;
  }
}

.content {
  display: block;
  padding-bottom: 40px;
  position: relative;
}

#dvd {
  width: 282px;
  margin: 0 auto;
}
#dvd p {
  font-family: Georiga, serif;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}
#dvd #dvd_box {
  background: url(../images/dvd_box.png) no-repeat;
  float: left;
  height: 194px;
  width: 156px;
}
#dvd #dvd_box a {
  background: none;
  box-shadow: none;
  height: 194px;
  margin: 0;
  text-indent: -9999px;
  width: 156px;
}
#dvd #dvd_list {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
#dvd #dvd_list ul {
  margin: 0;
  padding: 0;
}
#dvd #dvd_list li {
  box-shadow: none;
  height: 46px;
  list-style-type: none;
  margin-bottom: 4px;
  padding: 0;
  text-indent: -9999px;
  width: 116px;
}
#dvd #dvd_list li a {
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 4px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 4px 8px 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 4px 8px 0;
  background-color: none;
  margin: 0;
  height: 48px;
}
#dvd #dvd_list li a:hover {
  margin-left: 1px;
}
#dvd #dvd_list li .itunes_button {
  background: url(../images/itunes.png) no-repeat;
}
#dvd #dvd_list li .amazon_button {
  background: url(../images/amazon.png) no-repeat;
}
#dvd #dvd_list li .barnesandnoble_button {
  background: url(../images/barnes.png) no-repeat;
}
#dvd #dvd_list li .scenes {
  background: url(../images/behind_the_scenes.png) no-repeat;
}

header {
  display: block;
  position: relative;
  width: 100%;
}
header img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 760px) {
  header {
    background: url(../images/gfx-header.jpg) no-repeat;
    background-size: 100%;
  }
  .lt-ie9 header {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gfx-header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gfx-header.jpg', sizingMethod='scale')";
  }
  header .large {
    display: block;
  }
  header .small {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  header {
    background: url(../images/gfx-header_device.jpg) no-repeat;
    background-size: 100%;
  }
  .lt-ie9 header {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gfx-header_device.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gfx-header_device.jpg', sizingMethod='scale')";
  }
  header .large {
    display: none;
  }
  header .small {
    display: block;
  }
}

nav {
  float: left;
  position: relative;
  width: 45%;
  z-index: 20;
}
nav .hasflash {
  display: block;
}
nav .noflash {
  display: none;
}
nav ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 25px 0;
  width: 90%;
}
nav li {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px 0;
  display: block;
  float: right;
  margin: 0 30px 10px 0;
  max-width: 377px;
  text-align: center;
  width: 90%;
  /*
  &:nth-child(2n) {
  	text-align: right;
  }
  */
}
nav li:last-child {
  margin-bottom: 0;
}
nav a, nav a:visited {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #41882c url(../images/bg-nav.jpg) no-repeat;
  color: #f9af12;
  display: block;
  font-family: Georiga, serif;
  font-size: 20px;
  height: 78px;
  letter-spacing: 6px;
  line-height: 78px;
  padding: 0 50px;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:hover {
  color: white;
}
nav .trailer {
  background-position: 100% 0px;
}
nav .trailer:hover {
  background-position: 100% -78px;
}
nav .accom {
  background-position: 0 -156px;
}
nav .accom:hover {
  background-position: 0 -234px;
}
nav .wine {
  background-position: 100% -312px;
}
nav .wine:hover {
  background-position: 100% -390px;
}
nav .events {
  background-position: 0 -468px;
}
nav .events:hover {
  background-position: 0 -546px;
}
@media screen and (max-width: 1024px) {
  nav {
    float: none;
    width: 100%;
  }
  nav ul {
    float: none;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }
  nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
    margin: 0 2% 25px;
    vertical-align: top;
    width: 45%;
    /*
    &:nth-child(2n) {
    	text-align: center;
    }
    */
  }
  nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  nav ul {
    padding-bottom: 25px;
  }
  nav li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 5px;
    width: 100%;
    /*					
    &:nth-child(2n) {
    	text-align: right;
    }
    */
  }
  nav a {
    padding: 0 20px;
  }
}

.small-container {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .lt-ie8 .small-container {
    margin-top: -400px;
  }
}

.right-column {
  float: right;
  position: relative;
  width: 55%;
}
.right-column img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 760px) {
  .right-column {
    float: none;
    margin: 0 auto;
    padding-bottom: 25px;
    width: 90%;
  }
  .right-column img {
    width: 100%;
  }
}

aside {
  background: #F6AF34;
  bottom: -20px;
  padding: 36px 0 20px 0;
  position: absolute;
  width: 45%;
}
aside .contain {
  float: right;
  margin-right: 30px;
  max-width: 377px;
  width: 90%;
}
aside .contain h1 {
  color: #442e0a;
  font-family: Georiga, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
aside .contain p {
  color: #442e0a;
  font-size: 14px;
  line-height: 1.3em;
  margin: 5px 0 10px;
  padding: 0;
}
aside .contain a, aside .contain a:visited {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: #ada07f;
  color: white;
  display: block;
  font-family: Georiga, serif;
  font-size: 18px;
  letter-spacing: 6px;
  margin: 30px auto 0;
  max-width: 377px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
aside .contain a:hover {
  background: #442e0a;
}
@media screen and (min-width: 1024px) and (max-width: 1175px) {
  aside {
    clear: both;
    position: relative;
    width: 100%;
  }
  aside .contain {
    float: none;
    margin: 0 auto;
    max-width: 720px;
    width: 90%;
  }
  aside .contain #dvd {
    margin: 0 auto;
    width: 282px;
  }
}
@media screen and (max-width: 1024px) {
  aside {
    height: 100%;
    padding: 0;
    position: relative;
  }
  aside .contain {
    float: left;
    padding-bottom: 20px;
    margin: 20px 0 20px 10%;
    width: 80%;
  }
  aside .contain p {
    line-height: 32px;
  }
}
@media screen and (max-width: 760px) {
  aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  aside .contain {
    float: none;
    margin: 15px auto;
  }
}

.footer {
  background: #442e0a;
  bottom: 0;
  color: #fcd344;
  height: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 760px) {
  .footer {
    position: relative;
    height: auto;
  }
}

#links {
  float: left;
  margin-left: 15px;
}
#links a, #links a:visited {
  color: #fcd344;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
#links a:first-child, #links a:visited:first-child {
  border-right: 1px solid white;
  margin-right: 15px;
  padding-right: 20px;
}
#links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 550px) {
  #links {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
}

#social {
  float: right;
  text-align: right;
}
#social > div {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 8px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #social {
    float: none;
    text-align: center;
  }
}

.mfp-content {
  margin: 0 auto;
  max-width: 640px;
}
.mfp-content > div {
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 12px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 12px 4px;
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 12px 4px;
  background: #f9af12 url(../images/gfx-teapot_right.png) no-repeat 100% 50%;
  padding: 40px 90px;
  position: relative;
  text-align: center;
}
.multiplebgs .mfp-content > div {
  background: url(../images/gfx-teapot_left.png) no-repeat 0 100%, url(../images/gfx-teapot_right.png) no-repeat 100% 100% #f9af12;
}
.mfp-content > div h2 {
  font-family: Georiga, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.mfp-content > div p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 760px) {
  .mfp-content > div {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 448px) {
  #dvd {
    width: 156px;
    margin: 0 auto;
    width: 156px;
  }
  #dvd p {
    text-align: center;
  }
  #dvd #dvd_list {
    padding: 10px;
    width: 200px;
  }
}
#trailer {
  padding: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #f9af12;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  top: -35px;
  width: auto;
}
