@charset "UTF-8";
/*! 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; }

/**
 * 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/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: 32px;
  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: -8px; }

sub {
  bottom: -04px; }

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

/* 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: url("http://wolfcop.com/app/assets/cursor-pointer.png"), pointer; */
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  /* cursor: url("http://wolfcop.com/app/assets/cursor-pink.png"), pointer; */
  /* 3 */ }

/**
 * 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.380px 0.6280px 0.780px; }

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

/* beginning of _variables.scss */
/*mixins*/
.carousel-controls .owl-item img,
.popup-gallery .owl-item img, .promo-box img, .sponsor-boxes .sponsor-box .brand img {
  vertical-align: middle;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%; }

form .inline-radio, form input[type="radio"] + label,
form input[type="checkbox"] + label, .subscription-box, .subscription-box form, .vid-details, .quotes {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  form .inline-radio:before, form input[type="radio"] + label:before,
  form input[type="checkbox"] + label:before, .subscription-box:before, .subscription-box form:before, .vid-details:before, .quotes:before, form .inline-radio:after, form input[type="radio"] + label:after,
  form input[type="checkbox"] + label:after, .subscription-box:after, .subscription-box form:after, .vid-details:after, .quotes:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  form .inline-radio:after, form input[type="radio"] + label:after,
  form input[type="checkbox"] + label:after, .subscription-box:after, .subscription-box form:after, .vid-details:after, .quotes:after {
    clear: both; }

.vid-details .caption-box, .promo-box .promo-overlay .inner .message {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  color: #a29179; }
  .vid-details .caption-box strong, .promo-box .promo-overlay .inner .message strong, .vid-details .caption-box h4, .promo-box .promo-overlay .inner .message h4 {
    color: #c4baac;
    font-size: 12px;
    margin: 0; }
  .vid-details .caption-box em, .promo-box .promo-overlay .inner .message em {
    color: #cb005a;
    font-style: normal; }

h1, h2, .credit-name, h3, .credit-title, .title, .vid-wrapper .vid-overlay .play-trigger .icon-play .play-text, .demand-city h2 {
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: normal; }
  .title-box h1, .title-box h2, .title-box .credit-name, .title-box h3, .title-box .credit-title, .title-box .title, .title-box .vid-wrapper .vid-overlay .play-trigger .icon-play .play-text, .vid-wrapper .vid-overlay .play-trigger .icon-play .title-box .play-text {
    margin: 0; }

h1, h2, .credit-name {
  font-size: 35px;
  line-height: 1em; }
  @media (max-width: 589px) {
    h1, h2, .credit-name {
      font-size: 30px; } }

h5 {
  font-size: 16px;
  line-height: 1em; }

h3, .credit-title, .popup h1, .connect-box .title {
  font-size: 24px;
  line-height: 1em; }
  @media (max-width: 589px) {
    h3, .credit-title, .popup h1, .connect-box .title {
      font-size: 20px; } }

/* end of _variables.scss */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot@v=4.2.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot@") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff@v=4.2.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf@v=4.2.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg@v=4.2.0") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 12px;
  vertical-align: -15%; }

.fa-2x {
  font-size: 32px; }

.fa-3x {
  font-size: 48px; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 80px; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 2.28571px;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 3px 4px 2px;
  border: solid 0.08em #eee;
  border-radius: .16px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .48px; }
.fa.pull-right {
  margin-left: .48px; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 32px; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/* beginning of _league-gothic.scss */
/* Regular */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/league-gothic/leaguegothic-italic-webfont.eot");
  src: url("../fonts/league-gothic/leaguegothic-italic-webfont.eot@") format("embedded-opentype"), url("../fonts/league-gothic/leaguegothic-italic-webfont.woff") format("woff"), url("../fonts/league-gothic/leaguegothic-italic-webfont.ttf") format("truetype"), url("../fonts/league-gothic/leaguegothic-italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
/* Italic */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/league-gothic/leaguegothic-regular-webfont.eot");
  src: url("../fonts/league-gothic/leaguegothic-regular-webfont.eot@") format("embedded-opentype"), url("../fonts/league-gothic/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/league-gothic/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/league-gothic/leaguegothic-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* end of _league-gothic.scss */
/* beginning of _roboto.scss */
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot@") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot@") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
/* end of _roboto.scss */
/* end of main.scss */
/* beginning of universal.scss */
body {
  font-family: "Roboto", sans-serif;
  background: #100f08;
  color: #c4baac;
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer, auto; }

h1 {
  font-size: 50px; }

h4 {
  text-transform: uppercase; }

ul, ol {
  margin: 11px 5px 11px 0;
  padding: 0; }
  ul li, ol li {
    margin: 06px 0 0 20px;
    padding: 0; }

img {
  max-width: 100%; }

a:hover {
  cursor: pointer, auto; }
a > img {
  border: 3px solid #2d1f14;
  cursor: pointer, pointer;
  display: block; }
  a > img:hover {
    border: 3px solid #cb005a;
    cursor: pointer, auto;
    display: block; }

section {
  margin-bottom: 50px; }
  @media (max-width: 589px) {
    section {
      margin-bottom: 30px; } }

.top-section {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .top-section {
      margin-top: 50px; } }

.glow {
  color: #8b735f;
  text-shadow: 2px 2px 10px #63513d, -2px -2px 10px #63513d; }
  .glow a, .glow a:link {
    text-decoration: none;
    color: #8b735f; }
    .glow a:hover, .glow a:link:hover {
      color: #d8c609; }

.black-glow {
  color: #c4baac;
  text-shadow: 2px 2px 10px #100e08, -2px -2px 10px #100e08; }
  .black-glow a, .black-glow a:link {
    text-decoration: none;
    color: #c4baac; }
    .black-glow a:hover, .black-glow a:link:hover {
      color: #d8c609; }

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

:focus {
  outline-color: #d8c609; }

::selection {
  color: #2c2417;
  background-color: #f7e636; }

::-moz-selection {
  color: #2c2417;
  background-color: #f7e636; }

a:link, a {
  color: #ff1518; }

a:hover {
  color: #f7e636; }

a:active {
  color: #cb005a; }

a:focus {
  color: #faef80; }

.title-box h4 {
  margin: 0; }

.title-box h5 {
  margin: 0; }

.title-box h6 {
  margin: 0; }

.hide {
  display: none; }

.blue {
  color: #32789a; }

.pink {
  color: #cb005a; }

.credit.cineplex .logo {
  margin-top: -8px; }

.yellow {
  color: #f7e636; }
  .yellow a {
    color: #f7e636; }
    .yellow a:hover {
      color: #d8c609; }
  .yellow i {
    color: #cb005a; }

ul.no-bullet {
  list-style-type: none; }
  ul.no-bullet > li {
    margin-left: 0; }

a:focus {
  outline: none !important; }

/* end of universal.scss */
/* beginning of _button.scss */
button {
  border: 0 none;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.button,
input.button,
a.button, .btn {
  display: inline-block;
  text-decoration: none;
  color: #c4baac;
  border: 0 none;
  padding: 19px 10px 10px 5px;
  color: #def3fd;
  font-weight: bold;
  font-size: 14px;
  text-shadow: -1px -1px 4px #100e08;
  cursor: pointer, pointer;
  text-transform: uppercase;
  text-align: center;
  background-clip: initial;
  background-color: transparent;
  background-image: url("../assets/elements/claw-m.png");
  background-origin: initial;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 60px; }
  .button:hover,
  input.button:hover,
  a.button:hover, .btn:hover {
    opacity: 0.8; }
  .button.small,
  input.button.small,
  a.button.small, .btn.small {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-m.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 102px;
    padding: 6px 8px 0; }
  .button.button-event,
  input.button.button-event,
  a.button.button-event, .btn.button-event {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    padding: 28px 0;
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/event-claw.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 236px;
    height: 61px;
    line-height: 3.8em; }
  .button.subscribe,
  input.button.subscribe,
  a.button.subscribe, .btn.subscribe {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/red-claw.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 54px;
    padding: 10px 5px; }
  .button.flat,
  input.button.flat,
  a.button.flat, .btn.flat {
    font-size: 16px; }

.claw-button {
  background-image: url("../assets/elements/claw-sprite.png");
  background-color: transparent;
  background-position: 0px 0px;
  background-repeat: none;
  background-size: cover;
  width: 150px;
  height: 60px;
  opacity: 1;
  display: block;
  color: white !important;
  padding-top: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 2px black; }
  .claw-button:hover, .claw-button:active, .claw-button:focus {
    background-position: 0px -60px;
    text-decoration: none;
    color: #9d9d9d; }
  @media (max-width: 767px) {
    .claw-button {
      height: 48px;
      margin-top: 0;
      width: 120px;
      padding-top: 10px;
      font-size: 15px; }
      .claw-button:hover, .claw-button:active, .claw-button:focus {
        background-position: 0px -48px; } }
  @media (max-width: 359px) {
    .claw-button {
      height: 40px;
      margin-top: 0;
      width: 100px;
      padding-top: 7px;
      font-size: 12px; }
      .claw-button:hover, .claw-button:active, .claw-button:focus {
        background-position: 0px -40px; } }

.big-claw-btn {
  background-image: url("../assets/elements/big-claw-sprite.png");
  background-color: transparent;
  background-position: 0px 0px;
  background-repeat: none;
  background-size: cover;
  width: 236px;
  height: 61px;
  opacity: 1;
  display: block;
  color: white !important;
  padding-top: 21px;
  font-weight: bold;
  text-shadow: 2px 2px 2px black; }
  .big-claw-btn:hover, .big-claw-btn:active, .big-claw-btn:focus {
    background-position: 0px -61px;
    text-decoration: none;
    color: #9d9d9d;
    opacity: 1; }

/* end of _button.scss */
/* beginning of _forms.scss */
form label {
  color: #c4baac;
  font-size: 12px;
  line-height: 0.8em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 12px;
  cursor: pointer, auto; }
form input[type="text"],
form input[type="email"] {
  border: 4px solid #6f685f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #211d13;
  -moz-box-shadow: inset 4px 7px 5px #010101;
  -webkit-box-shadow: inset 4px 7px 5px #010101;
  box-shadow: inset 4px 7px 5px #010101;
  color: #c4baac;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  text-transform: none;
  line-height: 0.8em;
  width: 100%; }
  form input[type="text"]:focus,
  form input[type="email"]:focus {
    border-color: #c4baac; }
form .input[type="radio"] {
  margin-right: 5px;
  cursor: pointer, auto; }
form .fields {
  margin-right: 2%;
  float: left;
  width: 205px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    form .fields {
      width: 170px; } }
  @media (max-width: 359px) {
    form .fields {
      width: 170px; } }
  form .fields.fields-subscribe {
    margin-top: 14px;
    margin-right: 0;
    width: 61px; }
form .fields-long {
  margin: 14px 0; }
  form .fields-long label {
    font-size: 12px; }
form select {
  width: 100%;
  margin: 14px 0;
  color: #c4baac;
  background: #211d13;
  border: 4px solid #6f685f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  cursor: pointer, pointer; }
form label + select {
  margin-top: 0; }
form .inline-radio {
  display: inline-block;
  margin-right: 30px; }
  form .inline-radio label {
    display: inline-block; }
form input[type="radio"],
form input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer, pointer; }
  form input[type="radio"] + label,
  form input[type="checkbox"] + label {
    display: inline-block; }

.subscription-box {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #2d1f14; }
  .subscription-box .title-box {
    text-align: center;
    text-align: left;
    margin: 0 0 25px; }
    .subscription-box .title-box h5 {
      margin-left: 37px; }
  .subscription-box form {
    margin: 0;
    width: 275px; }

.error {
  color: #dd1616;
  margin-top: 3px;
  text-transform: none; }

/* end of _forms.scss */
/* beginning of _carousels.scss */
.carousel-controls .owl-item .item,
.popup-gallery .owl-item .item {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .carousel-controls .owl-item .item:hover,
  .popup-gallery .owl-item .item:hover {
    opacity: .5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer, pointer; }

.owl-carousel .owl-controls .owl-page {
  cursor: pointer, pointer; }
  .owl-carousel .owl-controls .owl-page span {
    -moz-box-shadow: 0 0 15px 1px rgba(68, 52, 36, 0.39);
    -webkit-box-shadow: 0 0 15px 1px rgba(68, 52, 36, 0.39);
    box-shadow: 0 0 15px 1px rgba(68, 52, 36, 0.39);
    height: 16px;
    width: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer, pointer; }
.owl-carousel .owl-wrapper-outer {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

.vid-wrapper {
  border: 3px solid #2d1f14; }
  @media (max-width: 991px) {
    .vid-wrapper {
      margin-bottom: 30px; } }
  .vid-wrapper .carousel-controls .owl-item {
    background: #4d3827;
    position: relative;
    height: auto; }
    .vid-wrapper .carousel-controls .owl-item.synced {
      background-size: 90px 25px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      background-image: url(http://wolfcop.com/app/assets/watching.png);
      background-color: #2d1f14; }
      .vid-wrapper .carousel-controls .owl-item.synced img {
        opacity: 0.3; }
    .vid-wrapper .carousel-controls .owl-item.overlayed img {
      opacity: 1; }
  .vid-wrapper .vid-overlay {
    position: relative; }
    .vid-wrapper .vid-overlay .hideshare-list {
      text-align: right; }
      .vid-wrapper .vid-overlay .hideshare-list li a i {
        font-size: 32px;
        line-height: 1em;
        padding: 6px 03px; }
    .vid-wrapper .vid-overlay .play-trigger {
      border: 1px solid #2d1f14;
      border-bottom: 0 none;
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: 850px 616px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      background-image: url(http://wolfcop.com/app/assets/vid-overlay.jpg);
      z-index: 100;
      background-color: #100e08;
      cursor: pointer, pointer; }
      .vid-wrapper .vid-overlay .play-trigger:hover {
        cursor: pointer, pointer; }
        .vid-wrapper .vid-overlay .play-trigger:hover .icon-play {
          opacity: 1; }
      .vid-wrapper .vid-overlay .play-trigger .icon-play {
        position: absolute;
        top: 0;
        left: 0;
        background: url("../assets/elements/play.png") no-repeat center center;
        width: 100%;
        height: 100%;
        opacity: 0.7; }
        .vid-wrapper .vid-overlay .play-trigger .icon-play .play-text {
          text-align: center;
          position: absolute;
          top: 60%;
          width: 100%;
          color: #6f685f;
          text-transform: uppercase;
          font-size: 32px; }

.vid-details {
  padding: 16px; }
  @media (max-width: 765px) {
    .vid-details {
      text-align: center; } }
  .vid-details .caption-box {
    padding: 16px 0;
    float: left; }
    @media (min-width: 1200px) {
      .vid-details .caption-box {
        width: 70%; } }
    @media (min-width: 768px) {
      .vid-details .caption-box {
        width: 60%; } }
  .vid-details .share-button {
    margin: 16px 0; }
    @media (min-width: 768px) {
      .vid-details .share-button {
        width: 40%;
        float: left; }
        .vid-details .share-button .hideshare-wrap {
          float: right; } }
    @media (min-width: 1200px) {
      .vid-details .share-button {
        width: 30%; } }

.popup-gallery .owl-wrapper {
  background: transparent; }

img.lazyOwl {
  border: none; }
  img.lazyOwl:hover {
    border: none;
    cursor: pointer, pointer; }

/* end of _carousels.scss */
/* beginning of _quotes.scss */
.quotes {
  background: url("../assets/bg/moon.jpg") top center no-repeat;
  padding-bottom: 40px; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .quotes {
      background-size: contain; } }
  @media (max-width: 767px) {
    .quotes {
      background-size: cover; } }
  .quotes .container {
    height: 600px;
    position: relative; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .quotes .container {
        height: 500px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .quotes .container {
        height: 400px; } }
    @media (max-width: 767px) {
      .quotes .container {
        height: auto; } }
    .quotes .container .quote-box {
      display: block;
      position: absolute; }
      @media (max-width: 767px) {
        .quotes .container .quote-box {
          position: initial;
          margin-bottom: 40px; } }
      .quotes .container .quote-box.quote-giant {
        text-align: center;
        left: calc(50% - 220px);
        width: 440px;
        top: calc(50% - 85px); }
        @media (max-width: 1199px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-giant {
            top: calc(50% - 70px); } }
        @media (max-width: 767px) {
          .quotes .container .quote-box.quote-giant {
            width: auto; } }
      .quotes .container .quote-box.quote-big1 {
        top: 0;
        left: 10%; }
        @media (max-width: 991px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-big1 {
            left: 0; } }
      .quotes .container .quote-box.quote-big2 {
        top: 0;
        right: 10%;
        text-align: right; }
        @media (max-width: 991px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-big2 {
            right: 0; } }
      .quotes .container .quote-box.quote-big3 {
        bottom: 0;
        right: 10%;
        text-align: right; }
        @media (max-width: 991px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-big3 {
            right: 0; } }
        @media (max-width: 767px) {
          .quotes .container .quote-box.quote-big3 {
            text-align: left; } }
      .quotes .container .quote-box.quote-small1 {
        left: 0;
        top: calc(50% - 22px); }
        @media (max-width: 1199px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-small1 {
            top: calc(50% - 19px); } }
        @media (max-width: 767px) {
          .quotes .container .quote-box.quote-small1 {
            text-align: right; } }
      .quotes .container .quote-box.quote-small2 {
        right: 0;
        top: calc(50% - 34px);
        text-align: right; }
        @media (max-width: 1199px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-small2 {
            top: calc(50% - 28px); } }
        @media (max-width: 767px) {
          .quotes .container .quote-box.quote-small2 {
            text-align: left; } }
      .quotes .container .quote-box.quote-small3 {
        bottom: 0;
        left: 10%; }
        @media (max-width: 991px) and (min-width: 768px) {
          .quotes .container .quote-box.quote-small3 {
            left: 0; } }
        @media (max-width: 767px) {
          .quotes .container .quote-box.quote-small3 {
            text-align: right; } }
      .quotes .container .quote-box h1 {
        font-family: "Roboto", sans-serif;
        color: #c70003;
        line-height: 1em;
        margin: 0;
        font-weight: 800;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); }
        @media (max-width: 1199px) {
          .quotes .container .quote-box h1 {
            font-size: 40px; } }
        @media (max-width: 589px) {
          .quotes .container .quote-box h1 {
            font-size: 34px; } }
      .quotes .container .quote-box h2 {
        font-family: "Roboto", sans-serif;
        color: #ff1518;
        line-height: 1em;
        margin: 0;
        font-weight: 800;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); }
        @media (max-width: 1199px) {
          .quotes .container .quote-box h2 {
            font-size: 24px; } }
      .quotes .container .quote-box h3 {
        font-family: "Roboto", sans-serif;
        color: #ff1518;
        line-height: 1em;
        margin: 0; }
        @media (max-width: 1199px) {
          .quotes .container .quote-box h3 {
            font-size: 18px; } }
        @media (max-width: 589px) {
          .quotes .container .quote-box h3 {
            font-size: 14px; } }
      .quotes .container .quote-box em {
        color: #6f685f;
        margin: 5px 0 0 0; }

/* end of _quotes.scss */
/* beginning of _tooltip.scss */
.map-container {
  position: relative; }

.popup {
  display: none;
  background: #fff;
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  z-index: 20;
  top: 165px;
  left: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .popup h1 {
    color: #4d3827;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif; }
  .popup p {
    color: #cb005a;
    font-size: 14px; }

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer, pointer; }

/* end of _tooltip.scss */
/* beginning of nav.scss */
h2 a, h2 a:link {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8); }

.navbar.wolfcop-nav {
  position: fixed;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
  font-family: "League Gothic", sans-serif;
  font-size: 20px;
  z-index: 1000; }
  @media (max-width: 767px) {
    .navbar.wolfcop-nav {
      height: 50px; } }
  .navbar.wolfcop-nav.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.7);
    border: none; }
    .navbar.wolfcop-nav.navbar-inverse .navbar-collapse {
      border: none;
      box-shadow: none; }
    .navbar.wolfcop-nav.navbar-inverse .navbar-toggle {
      background-color: black;
      border-color: #cb005a; }
      .navbar.wolfcop-nav.navbar-inverse .navbar-toggle:hover {
        background-color: #cb005a; }
        .navbar.wolfcop-nav.navbar-inverse .navbar-toggle:hover .icon-bar {
          background-color: black; }
      .navbar.wolfcop-nav.navbar-inverse .navbar-toggle .icon-bar {
        background-color: #cb005a; }
        .navbar.wolfcop-nav.navbar-inverse .navbar-toggle .icon-bar:hover {
          background-color: black; }
  @media (max-width: 767px) {
    .navbar.wolfcop-nav .navbar-collapse {
      background-color: rgba(0, 0, 0, 0.7); } }
  .navbar.wolfcop-nav .navbar-collapse > ul > li {
    text-align: center; }
  .navbar.wolfcop-nav ul.navbar-nav li.active a {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks1.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li a:hover {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks1.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(2).active a {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks4.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(2) a:hover {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks4.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(3).active a {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks5.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(3) a:hover {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks5.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(4).active a {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks2.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(4) a:hover {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks2.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(5).active a {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks3.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .navbar.wolfcop-nav ul.navbar-nav li:nth-child(5) a:hover {
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/elements/claw-marks3.png");
    background-origin: initial;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
.navbar .navbar-brand {
  padding: 8px 15px; }
  @media (max-width: 767px) {
    .navbar .navbar-brand {
      padding: 5px 15px; } }
  .navbar .navbar-brand img {
    height: 44px;
    border: none; }
    @media (max-width: 767px) {
      .navbar .navbar-brand img {
        height: 40px; } }
    .navbar .navbar-brand img:hover {
      opacity: 0.8;
      border: none; }

.homepage .navbar-brand {
  display: none; }

.navbar.wolfcop-nav ul.navbar-nav li.active a, .navbar.wolfcop-nav ul.navbar-nav li a:hover, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(2).active a, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(2) a:hover, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(3).active a, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(3) a:hover, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(4).active a, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(4) a:hover, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(5).active a, .navbar.wolfcop-nav ul.navbar-nav li:nth-child(5) a:hover, .about-section nav.about-nav ul > li.active a, .about-section nav.about-nav ul > li a:hover, .about-section nav.about-nav ul > li a:active, .about-section nav.about-nav ul > li a:focus, .about-section nav.about-nav ul li:nth-child(2).active a, .about-section nav.about-nav ul li:nth-child(2) a:hover, .about-section nav.about-nav ul li:nth-child(2) a:active, .about-section nav.about-nav ul li:nth-child(2) a:focus, .about-section nav.about-nav ul li:nth-child(3).active a, .about-section nav.about-nav ul li:nth-child(3) a:hover, .about-section nav.about-nav ul li:nth-child(3) a:active, .about-section nav.about-nav ul li:nth-child(3) a:focus, .about-section nav.about-nav ul li:nth-child(4).active a, .about-section nav.about-nav ul li:nth-child(4) a:hover, .about-section nav.about-nav ul li:nth-child(4) a:active, .about-section nav.about-nav ul li:nth-child(4) a:focus, .about-section nav.about-nav ul li:nth-child(5).active a, .about-section nav.about-nav ul li:nth-child(5) a:hover, .about-section nav.about-nav ul li:nth-child(5) a:active, .about-section nav.about-nav ul li:nth-child(5) a:focus {
  background-position: top center;
  background-size: contain;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7); }

/* end of nav.scss */
/* beginning of _home.scss */
.home-body {
  background: #100f08;
  position: relative;
  z-index: 2; }

.connect-box .title {
  color: #a29179;
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 765px) {
  .connect-box {
    text-align: center; } }
@media (min-width: 768px) {
  .connect-box {
    text-align: right; } }
.connect-box a:link, .connect-box a {
  color: #ff1518; }
.connect-box a:hover {
  color: #f7e636; }
.connect-box a:active {
  color: #cb005a; }
.connect-box a:focus {
  color: #faef80; }
@media (max-width: 765px) {
  .connect-box .social-share .toggle-share {
    margin: 16px 0; } }
.connect-box .social-share .hideshare-list {
  text-align: center; }
.connect-box .social-share a {
  padding: 4px; }
.connect-box .social-share button.small {
  height: 49px; }
.connect-box .social-box {
  margin: 0;
  vertical-align: middle;
  font-size: 18px; }
  .connect-box .social-box a {
    padding: 4px; }

.demand-box {
  border: 3px solid #2d1f14;
  text-align: center;
  padding: 8px; }

.promo-box {
  margin: 0 0 60px;
  position: relative; }
  .promo-box .promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); }
    .promo-box .promo-overlay .inner {
      padding: 16px;
      display: block; }
  .promo-box.gogo .promo-overlay {
    background: #fff; }
  .promo-box.gogo .gogo-button {
    text-align: center;
    display: block;
    padding: 18px 0 0; }
  .promo-box.gogo .gogo-box {
    height: 63px;
    width: 203px;
    margin: 0 auto;
    display: block; }
  .promo-box.gogo .gogo-mask {
    height: 63px;
    width: 203px;
    overflow: hidden;
    position: absolute; }
    .promo-box.gogo .gogo-mask .gogo-cover {
      position: absolute;
      z-index: 100;
      width: 100%;
      height: 100%; }
    .promo-box.gogo .gogo-mask iframe {
      position: absolute;
      bottom: -13px;
      left: -9px; }

.video-home {
  padding-top: 50px;
  position: relative; }
  @media (max-width: 991px) {
    .video-home {
      padding-top: 0px; }
      .video-home .col-md-8 {
        margin-bottom: 15px; } }
  .video-home .col-md-4 > .poster-home {
    margin-bottom: 30px; }
    .video-home .col-md-4 > .poster-home img {
      width: 100%; }
  .video-home .anchor-link-destination {
    position: absolute;
    top: -30px; }
    @media (max-width: 991px) {
      .video-home .anchor-link-destination {
        top: -60px; } }

.cinecoup-box {
  margin-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-clip: initial;
  background-color: transparent;
  background-image: url("../assets/bg/cinecoup-bg.jpg");
  background-origin: initial;
  background-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .cinecoup-box {
      margin-top: 0px;
      margin-bottom: 20px;
      background-position: left center; } }
  .cinecoup-box .big-logo {
    display: block;
    width: calc(100% - 50px);
    height: 120px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    background-clip: initial;
    background-color: transparent;
    background-image: url("../assets/logos/cinecoup-logo-color.png");
    background-origin: initial;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 20px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .cinecoup-box .big-logo {
        margin-top: 50px; } }
    @media (max-width: 991px) {
      .cinecoup-box .big-logo {
        margin-top: 0px;
        margin-bottom: 20px; } }
    @media (max-width: 589px) {
      .cinecoup-box .big-logo {
        margin-bottom: 0; } }
    .cinecoup-box .big-logo:hover, .cinecoup-box .big-logo:active, .cinecoup-box .big-logo:focus {
      opacity: 0.6; }
  .cinecoup-box .social-links ul {
    list-style-type: none;
    padding: 0; }
    .cinecoup-box .social-links ul li {
      font-size: 18px; }
      @media (min-width: 590px) {
        .cinecoup-box .social-links ul li {
          float: left; } }
      .cinecoup-box .social-links ul li:first-child {
        margin-left: 0; }
        @media (max-width: 589px) {
          .cinecoup-box .social-links ul li:first-child {
            margin-bottom: 15px; } }
      @media (max-width: 589px) {
        .cinecoup-box .social-links ul li {
          margin-left: 0; } }
      .cinecoup-box .social-links ul li a {
        color: #cb005a; }
        .cinecoup-box .social-links ul li a:hover {
          color: #34ffa5; }

.youtube-home {
  background-color: black; }
  .youtube-home h1 {
    z-index: 5;
    position: absolute;
    top: 15px;
    left: 45px;
    margin: 0; }
    @media (max-width: 589px) {
      .youtube-home h1 {
        font-size: 30px;
        left: 30px;
        margin: 0;
        position: absolute;
        top: 10px;
        z-index: 5; } }
  .youtube-home .youtube-btn {
    background-image: url("../assets/elements/play.png");
    width: 150px;
    height: 150px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    z-index: 9;
    opacity: 0.8; }
    .youtube-home .youtube-btn:hover {
      opacity: 1; }
    .youtube-home .youtube-btn:active, .youtube-home .youtube-btn:focus {
      opacity: 0.9; }
  .youtube-home .embed-responsive {
    z-index: 3; }
  .youtube-home .fa-spinner {
    font-size: 50px;
    left: calc(50% - 22px);
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2; }

/* end of _home.scss */
/* beginning of _filmdetails.scss */
.film-details {
  background-size: 652px 492px;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: transparent;
  background-image: url(../assets/bg/smoke.jpg); }
  @media (min-width: 322px) and (max-width: 1202px) {
    .film-details .row {
      position: relative;
      margin-bottom: 70px; } }

.film-box {
  margin: 0 0 48px; }
  .film-box .poster {
    display: block;
    margin: 0 20px 16px 0;
    width: 245px;
    float: left; }
    @media (max-width: 589px) {
      .film-box .poster {
        width: 100%; } }
    .film-box .poster img {
      vertical-align: middle;
      display: block;
      height: auto;
      width: 100%; }

.sponsor-boxes {
  margin: 48px 0; }
  .sponsor-boxes .sponsor-box {
    margin: 0 auto;
    text-align: center;
    clear: both; }
    .sponsor-boxes .sponsor-box .brand {
      height: 85px;
      display: inline-block; }
    .sponsor-boxes .sponsor-box .sponsor-credit {
      display: inline-block; }
      .sponsor-boxes .sponsor-box .sponsor-credit .text {
        font-size: 11px;
        line-height: 1.125em;
        color: #666;
        display: block;
        width: 280px;
        text-transform: uppercase;
        text-align: left;
        float: left;
        /* clear: both; */
        margin: 29px 0 0 10px; }
      .sponsor-boxes .sponsor-box .sponsor-credit .brand {
        float: left;
        display: inline-block;
        text-align: left; }
      @media (max-width: 765px) {
        .sponsor-boxes .sponsor-box .sponsor-credit {
          clear: both;
          text-align: center; }
          .sponsor-boxes .sponsor-box .sponsor-credit .brand {
            float: none; }
          .sponsor-boxes .sponsor-box .sponsor-credit .text {
            margin: 0 auto 30px;
            text-align: center;
            float: none; } }

.credit-box {
  margin: 0 0 32px; }
  .credit-box .movie-credit {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 15px; }
  .credit-box .more, .credit-box .presskit-box {
    margin: 32px 0;
    float: left;
    width: 100%;
    text-align: center; }
  .credit-box .presskit-box {
    margin: 16px 0;
    /* @media(min-width:$iphone-min + 2) and (max-width:$lg-min + 2) {
       position: absolute;
       width: 100%;
       height: 200px;
       display: block;
       bottom: -200px;
       left: 0;
     }*/ }
    .credit-box .presskit-box .inline-text {
      color: #def3fd;
      padding: 16px;
      display: inline-block;
      text-shadow: -1px -1px 4px #010101;
      text-shadow: 0 0 5px rgba(250, 245, 195, 0.41);
      text-transform: uppercase; }
    .credit-box .presskit-box .button {
      padding-topxx: 22px; }
  .credit-box.extended {
    float: left;
    width: 100%; }
    .credit-box.extended .line {
      margin: 0 0 8px;
      float: left;
      width: 100%;
      position: relative; }
      .credit-box.extended .line .name {
        text-transform: uppercase;
        color: #c4baac;
        float: left;
        background: #100f08;
        z-index: 1;
        position: relative;
        padding-right: 4px; }
      .credit-box.extended .line .divider {
        border-bottom: 1px dashed #6f685f;
        position: absolute;
        width: 100%;
        left: 0;
        top: 9px;
        z-index: 0; }
      .credit-box.extended .line .role {
        float: right;
        text-transform: uppercase;
        background: #100f08;
        z-index: 1;
        position: relative;
        color: #6f685f;
        padding-left: 4px; }

/* end of _filmdetails.scss */
/* beginning of _demand.scss */
.demand-section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-clip: initial;
  background-color: transparent;
  background-image: url("../assets/bg/bg.jpg");
  background-origin: initial;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto; }

.demand-form .button {
  float: right;
  line-height: 0;
  padding: 0; }

.demand-invite {
  padding: 0 16px;
  background: #100e08;
  margin: 16px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cb005a; }
  .demand-invite a:link, .demand-invite a {
    color: #ff1518; }
  .demand-invite a:hover {
    color: #f7e636; }
  .demand-invite a:active {
    color: #cb005a; }
  .demand-invite a:focus {
    color: #faef80; }
  .demand-invite a {
    padding: 4px;
    margin: 0;
    font-size: 13px; }
  .demand-invite h4 {
    margin: 10px 0; }

.demand-city {
  background: url("../assets/bg/events.jpg") no-repeat;
  margin-top: 48px;
  padding: 48px 0;
  border-top: 1px solid #2d1f14;
  border-bottom: 1px solid #2d1f14; }
  .demand-city h2 {
    margin: 0;
    vertical-align: middle; }
  .demand-city i {
    margin-right: 15px; }
  @media (min-width: 1200px) {
    .demand-city .city-block {
      display: inline-block;
      width: 45%;
      margin-right: 2%;
      vertical-align: top; } }
  .demand-city .col-md-8 {
    border-right: 1px solid #2d1f14; }
  .demand-city .legend {
    color: #32789a; }

/* google map */
#map_canvas {
  width: 100%;
  height: 600px; }

@media (max-width: 767px) {
  .map {
    display: none; } }
.map h2 {
  font-size: 50px; }

.demand-legend {
  float: right;
  margin-top: -64px; }
  .demand-legend span {
    margin-right: 20px;
    line-height: 1.875em;
    font-size: 12px; }
    .demand-legend span img {
      margin-right: 5px;
      vertical-align: middle; }

/* trailer at top */
.demand-trailer .vid-wrapper {
  width: 100%;
  vertical-align: top; }
  @media (min-width: 1200px) {
    .demand-trailer .vid-wrapper {
      display: inline-block;
      width: 60%; } }
.demand-trailer .demand-vid-details {
  width: 100%;
  font-size: 13px; }
  @media (min-width: 1200px) {
    .demand-trailer .demand-vid-details {
      width: 30%;
      display: inline-block;
      padding-left: 2%;
      vertical-align: top; }
      .demand-trailer .demand-vid-details h4 {
        font-size: 16px;
        margin-top: 0; }
      .demand-trailer .demand-vid-details .vid-social {
        margin: 10px 0; }
        .demand-trailer .demand-vid-details .vid-social a {
          margin: 0 5px 0 0; } }
.demand-trailer .vid-wrapper .vid-overlay .play-trigger .icon-play .play-text {
  top: 67%; }
  @media (max-width: 1200px) {
    .demand-trailer .vid-wrapper .vid-overlay .play-trigger .icon-play .play-text {
      left: 0; } }

/* home page demand it section
.demand-home {
    h2 {
        margin-top:0;
        display: inline-block;
        
        a {
            
            &:hover {
                color: $pink;
            }
        }
    }
 
    
    .promo-box {
        margin-bottom:20px;
        
        &:hover {
            border-color:$pink;
        }
    }
    
    .button {
        margin-left: calc(50% - 70px);
        display: block;
        
        &.button-event {
            font-weight: bold;
        }
    }
    
    .city-block {
        margin: -20px 0 40px;
    }
    @media (max-width: $xs-max) {
        margin-top: 30px;
    }
} //.demand-home */
/* invite friends to demand form */
.invite-popup {
  border: 4px solid #bdbdbd;
  width: 400px;
  background: #fff url("../assets/bg/smoke.jpg") no-repeat; }
  .invite-popup h2 {
    color: #32789a;
    margin-bottom: 10px; }
  .invite-popup label {
    margin: 20px 0 0; }
    .invite-popup label.error {
      margin-top: 3px; }
  .invite-popup input[type="submit"] {
    margin: 20px 0; }

/* end of _demand.scss */
/* beginning of _comic.scss */
.comic-wrapper {
  width: 46%;
  background-color: black;
  border: 5px solid #2d1f14;
  border-radius: 5px;
  margin: 0 auto;
  padding: 30px;
  margin-top: 200px; }
  .comic-wrapper h1 {
    margin: 0; }
  .comic-wrapper p {
    margin-bottom: 0; }
  .comic-wrapper form {
    margin-top: 15px;
    text-align: right; }
    .comic-wrapper form .button, .comic-wrapper form input.button, .comic-wrapper form a.button, .comic-wrapper form .btn {
      padding: 10px 10px 10px 5px; }
    .comic-wrapper form input:not(.button) {
      margin-top: 15px;
      text-align: left;
      width: calc(100% - 160px);
      float: left; }
      @media (max-width: 589px) {
        .comic-wrapper form input:not(.button) {
          width: 100%;
          margin-bottom: 15px; } }
  @media (max-width: 1200px) and (min-width: 768px) {
    .comic-wrapper {
      width: 60%; } }
  @media (max-width: 767px) {
    .comic-wrapper {
      width: 100%;
      padding: 20px;
      margin-top: 80px; } }

/* end of _comic.scss */
/*beginning of about.scss*/
.about-section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-clip: initial;
  background-color: transparent;
  background-image: url("../assets/bg/bg.jpg");
  background-origin: initial;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto; }
  @media (max-width: 589px) {
    .about-section {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      background-clip: initial;
      background-color: transparent;
      background-image: url("../assets/bg/bg-small.jpg");
      background-origin: initial;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: auto; } }
  .about-section nav {
    margin-top: 20px !important;
    min-height: 50px; }
    .about-section nav.about-nav {
      position: initial;
      font-family: "Roboto", sans-serif; }
      .about-section nav.about-nav ul {
        list-style-type: none; }
        .about-section nav.about-nav ul > li {
          float: left; }
          .about-section nav.about-nav ul > li.active a {
            background-clip: initial;
            background-color: transparent;
            background-image: url("../assets/elements/claw-marks1.png");
            background-origin: initial;
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            color: white;
            text-decoration: none; }
          .about-section nav.about-nav ul > li:first-child {
            margin-left: 0; }
          .about-section nav.about-nav ul > li a {
            padding: 15px 5px;
            color: #9d9d9d;
            font-size: 14px;
            text-transform: uppercase; }
            @media (max-width: 359px) {
              .about-section nav.about-nav ul > li a {
                font-size: 12px;
                padding: 10px 5px; } }
            .about-section nav.about-nav ul > li a:hover, .about-section nav.about-nav ul > li a:active, .about-section nav.about-nav ul > li a:focus {
              background-clip: initial;
              background-color: transparent;
              background-image: url("../assets/elements/claw-marks1.png");
              background-origin: initial;
              background-position: left top;
              background-repeat: no-repeat;
              background-size: 100% 100%;
              color: white;
              text-decoration: none; }
        .about-section nav.about-nav ul li:nth-child(2).active a {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks2.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(2) a:hover, .about-section nav.about-nav ul li:nth-child(2) a:active, .about-section nav.about-nav ul li:nth-child(2) a:focus {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks2.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(3).active a {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks4.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(3) a:hover, .about-section nav.about-nav ul li:nth-child(3) a:active, .about-section nav.about-nav ul li:nth-child(3) a:focus {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks4.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(4).active a {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks5.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(4) a:hover, .about-section nav.about-nav ul li:nth-child(4) a:active, .about-section nav.about-nav ul li:nth-child(4) a:focus {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks5.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(5).active a {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks3.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .about-section nav.about-nav ul li:nth-child(5) a:hover, .about-section nav.about-nav ul li:nth-child(5) a:active, .about-section nav.about-nav ul li:nth-child(5) a:focus {
          background-clip: initial;
          background-color: transparent;
          background-image: url("../assets/elements/claw-marks3.png");
          background-origin: initial;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
  .about-section > .container > .row > .col-md-8 > .title-box {
    margin-top: 20px;
    margin-bottom: 20px; }
  .about-section > .container > .row > .col-md-8 > .row {
    margin-bottom: 30px; }
    @media (max-width: 991px) and (min-width: 590px) {
      .about-section > .container > .row > .col-md-8 > .row > .col-md-4 {
        width: 40%;
        float: left;
        position: relative; } }
    .about-section > .container > .row > .col-md-8 > .row > .col-md-4 .profile-img {
      border: #2d1f14 solid 3px;
      max-width: 350px;
      width: 100%;
      margin-bottom: 20px; }
    @media (max-width: 991px) and (min-width: 590px) {
      .about-section > .container > .row > .col-md-8 > .row > .col-md-8 {
        padding-left: 40%; } }
    .about-section > .container > .row > .col-md-8 > .row > .col-md-8 > .title-box {
      margin-bottom: 15px; }
    .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 {
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 {
          width: 33.33333%;
          float: left; } }
      @media (max-width: 589px) {
        .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 {
          padding-right: 5px;
          margin-bottom: 10px;
          padding-left: 5px; } }
      .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 img {
        max-height: 229px; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 img {
            max-height: 183px; } }
        @media (max-width: 991px) and (min-width: 768px) {
          .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 img {
            max-height: 219px; } }
        @media (max-width: 767px) and (min-width: 590px) {
          .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 img {
            max-height: 165px; } }
        @media (max-width: 589px) and (min-width: 360px) {
          .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 img {
            max-height: 109px; } }
        @media (max-width: 359px) {
          .about-section > .container > .row > .col-md-8 > .row.gallery-row .col-md-4 img {
            max-height: 95px; } }
  .about-section .press-link-row .title-box {
    margin-bottom: 20px; }
  .about-section .press-video-row .col-md-12 .embed-responsive {
    margin-bottom: 30px; }

/*end of about.scss*/
/*beginning of social.scss*/
@media (max-width: 1199px) and (min-width: 992px) {
  .social-section .col-md-3 {
    width: 30%; } }
@media (max-width: 991px) and (min-width: 590px) {
  .social-section .col-md-3 {
    width: 50%;
    float: left; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .social-section .col-md-6 {
    width: 40%; } }

.social-feed-container {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0 0 100px; }
  @media (max-width: 767px) {
    .social-feed-container {
      padding: 0 0 30px; } }
  .social-feed-container h2, .social-feed-container h3 {
    margin-top: 0; }
    .social-feed-container h2 a i, .social-feed-container h3 a i {
      color: #cb005a; }
  .social-feed-container.instagramblock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*float: none;*/ }
    .social-feed-container.instagramblock #instagram img {
      width: 100%; }
  .social-feed-container.facebookblock {
    width: 100%; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .social-feed-container.facebookblock .fb-feed-box > span {
        height: 358px !important; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .social-feed-container.facebookblock .fb-feed-box > span > iframe {
        height: 358px !important; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .social-feed-container.twitterblock > iframe.twitter-timeline {
      height: 360px !important; } }
  @media (max-width: 991px) {
    .social-feed-container iframe, .social-feed-container #instagram {
      display: none !important; } }

iframe.soundcloud-iframe {
  height: 220px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    iframe.soundcloud-iframe {
      height: 150px; } }
  @media (max-width: 991px) {
    iframe.soundcloud-iframe {
      height: 200px; } }

/* end of social.scss */
/* beginning of _footer.scss */
footer {
  background: #100f08;
  position: relative;
  z-index: 2;
  padding-top: 50px; }
  @media (max-width: 589px) {
    footer {
      padding-top: 10px; } }
  footer ul.social-links-footer {
    list-style-type: none;
    display: table;
    min-width: 200px;
    margin-left: calc(50% - 100px); }
    footer ul.social-links-footer li {
      float: left;
      padding: 0;
      display: table-cell;
      font-size: 30px;
      margin: 0 0 0 30px; }
      footer ul.social-links-footer li:first-child {
        margin: 0; }
      footer ul.social-links-footer li a {
        color: white; }
        footer ul.social-links-footer li a:hover {
          color: #cb005a; }
        footer ul.social-links-footer li a:active, footer ul.social-links-footer li a:focus {
          color: #940002; }
  footer ul.social-links-footer {
    list-style-type: none;
    display: table;
    min-width: 200px;
    margin-left: calc(50% - 100px); }
    footer ul.social-links-footer li {
      float: left;
      padding: 0;
      display: table-cell;
      font-size: 30px;
      margin: 0 0 0 30px; }
      footer ul.social-links-footer li:first-child {
        margin: 0; }
      footer ul.social-links-footer li a {
        color: white; }
        footer ul.social-links-footer li a:hover {
          color: #cb005a; }
        footer ul.social-links-footer li a:active, footer ul.social-links-footer li a:focus {
          color: #940002; }
  footer ul.sponsor-list {
    list-style-type: none;
    display: table;
    padding: none; }
    footer ul.sponsor-list li {
      float: left;
      padding: 0;
      display: table-cell;
      margin: 0 0 0 30px; }
      footer ul.sponsor-list li:first-child {
        margin: 0; }
      footer ul.sponsor-list li a img {
        border: none;
        height: 70px;
        width: auto; }
        footer ul.sponsor-list li a img:hover {
          opacity: 0.5; }
        footer ul.sponsor-list li a img:active, footer ul.sponsor-list li a img:focus {
          opacity: 0.8; }
      footer ul.sponsor-list li a:hover img {
        opacity: 0.5; }
      footer ul.sponsor-list li a:active img, footer ul.sponsor-list li a:focus img {
        opacity: 0.8; }
    @media (min-width: 1200px) {
      footer ul.sponsor-list {
        min-width: 1120px;
        margin-left: calc(50% - 560px); } }
    @media (max-width: 1199px) and (min-width: 992px) {
      footer ul.sponsor-list {
        min-width: 790px;
        margin-left: calc(50% - 395px); }
        footer ul.sponsor-list li {
          margin: 0 0 0 20px; }
          footer ul.sponsor-list li:first-child {
            margin: 0; }
          footer ul.sponsor-list li a img {
            height: 50px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      footer ul.sponsor-list {
        width: 666px;
        margin-left: calc(50% - 333px); }
        footer ul.sponsor-list li {
          margin: 0 0 0 10px; }
          footer ul.sponsor-list li:first-child {
            margin: 0; }
          footer ul.sponsor-list li a img {
            height: 45px; } }
    @media (max-width: 767px) and (min-width: 590px) {
      footer ul.sponsor-list {
        min-width: 560px;
        margin-left: calc(50% - 280px); }
        footer ul.sponsor-list li {
          margin: 0 0 0 10px; }
          footer ul.sponsor-list li:first-child {
            margin: 0; }
          footer ul.sponsor-list li a img {
            height: 36px; } }
    @media (max-width: 589px) {
      footer ul.sponsor-list {
        min-width: 300px;
        margin-left: calc(50% - 150px);
        text-align: center; }
        footer ul.sponsor-list li {
          margin: 0 0 5px 5px; }
          footer ul.sponsor-list li:first-child {
            margin: 0; }
          footer ul.sponsor-list li:nth-child(4) {
            margin: 0 0 5px 5px; }
          footer ul.sponsor-list li:nth-child(5) {
            margin: 0 0 5px 55px; }
          footer ul.sponsor-list li a img {
            height: 34px; } }
  footer .copyrights {
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    margin: 0 0 48px;
    text-transform: uppercase;
    color: #6f685f; }
    footer .copyrights a:visited, footer .copyrights a:link {
      color: #6f685f; }
    footer .copyrights a:active, footer .copyrights a:hover {
      color: #cb005a; }
    footer .copyrights .brand-tag img {
      display: block;
      margin: 40px auto 10px;
      width: 200px;
      height: auto; }

/* end of _footer.scss */
/*beginning of _video-bg.scss*/
.header-home {
  height: 100vh;
  width: 100%;
  top: 0;
  position: relative;
  margin-bottom: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-clip: initial;
  background-color: transparent;
  background-image: url("../assets/bg/wolfcop2_header_bg.jpg");
  background-origin: initial;
  background-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: transparent; }
  @media (max-width: 991px) {
    .header-home {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      background-clip: initial;
      background-color: transparent;
      background-image: url("../assets/bg/wolfcop2-med.jpg");
      background-origin: initial;
      background-position: center top;
      background-repeat: no-repeat;
      min-height: 1080px; } }
  @media (max-width: 589px) {
    .header-home {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      background-clip: initial;
      background-color: transparent;
      background-image: url("../assets/bg/wolfcop2-small.jpg");
      background-origin: initial;
      background-position: center top;
      background-repeat: no-repeat;
      height: auto;
      min-height: 620px; } }
  @media (max-width: 359px) {
    .header-home {
      min-height: 580px; } }
  @media (max-width: 589px) {
    .header-home {
      margin-bottom: 40px; } }
  .header-home > .container {
    min-height: 100vh; }
    @media (max-width: 991px) {
      .header-home > .container {
        min-height: 100%;
        height: auto; } }
    .header-home > .container .wolfcop-logo-container {
      width: 600px;
      margin-left: -300px;
      position: absolute;
      bottom: 30px;
      left: 50%; }
      @media (max-width: 991px) and (min-width: 590px) {
        .header-home > .container .wolfcop-logo-container {
          width: 500px;
          margin-left: -250px;
          position: relative;
          margin-top: 350px; } }
      @media (max-width: 589px) {
        .header-home > .container .wolfcop-logo-container {
          width: 280px;
          margin-left: -140px;
          bottom: 10px;
          position: relative;
          margin-top: 200px; } }
      @media (max-width: 359px) {
        .header-home > .container .wolfcop-logo-container {
          margin-top: 170px;
          width: 240px;
          margin-left: -120px; } }
      .header-home > .container .wolfcop-logo-container .wolfcop-logo {
        width: 100%;
        margin: 0 0 0% 0; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .header-home > .container .wolfcop-logo-container .wolfcop-logo {
            margin: 0 0 5% 0; } }
        @media (max-width: 767px) and (min-width: 590px) {
          .header-home > .container .wolfcop-logo-container .wolfcop-logo {
            margin: -30px 0 -10px;
            width: 75%; } }
      .header-home > .container .wolfcop-logo-container h1 {
        margin: 0; }
        @media (max-width: 991px) {
          .header-home > .container .wolfcop-logo-container h1 {
            font-size: 40px; } }
        @media (max-width: 589px) {
          .header-home > .container .wolfcop-logo-container h1 {
            font-size: 26px;
            width: 300px;
            margin-left: -6px;
            margin-bottom: 15px; } }
        @media (max-width: 359px) {
          .header-home > .container .wolfcop-logo-container h1 {
            font-size: 26px;
            width: 300px;
            margin-left: -30px; } }
        .header-home > .container .wolfcop-logo-container h1 a.superchannel {
          background-image: url("../assets/sponsors/superchannel-color.png");
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          height: 91px;
          margin: 0 0 -15px 15px;
          width: 230px; }
          @media (max-width: 589px) {
            .header-home > .container .wolfcop-logo-container h1 a.superchannel {
              width: 130px;
              height: 50px;
              margin: 0 0 -5px 10px; } }
        .header-home > .container .wolfcop-logo-container h1 .indiegogo {
          background-image: url("../assets/logos/indiegogo.png");
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          height: 50px;
          margin: 0 0 -10px 0px;
          width: 90px;
          z-index: 1; }
          @media (max-width: 589px) {
            .header-home > .container .wolfcop-logo-container h1 .indiegogo {
              display: block;
              margin: 0 0 -10px 24px; } }
        .header-home > .container .wolfcop-logo-container h1 > span {
          display: inline-block;
          font-size: 70%; }
      .header-home > .container .wolfcop-logo-container h2 {
        margin: 10px 0; }
        @media (max-width: 991px) and (min-width: 590px) {
          .header-home > .container .wolfcop-logo-container h2 {
            font-size: 30px; } }
        @media (max-width: 589px) {
          .header-home > .container .wolfcop-logo-container h2 {
            font-size: 25px; } }
        @media (max-width: 359px) {
          .header-home > .container .wolfcop-logo-container h2 {
            font-size: 20px; } }
        .header-home > .container .wolfcop-logo-container h2 a {
          color: #f7e636; }
          .header-home > .container .wolfcop-logo-container h2 a:hover {
            color: #cb005a; }

.wolf-arrow {
  background-image: url("../assets/elements/wolf-arrow.png");
  background-color: transparent;
  background-position: 0px 0px;
  background-repeat: none;
  background-size: cover;
  width: 100px;
  height: 105px;
  opacity: 1;
  display: block;
  margin-left: calc(50% - 50px);
  margin-top: 30px; }
  .wolf-arrow:hover, .wolf-arrow:active, .wolf-arrow:focus {
    background-position: 0px -105px; }
  @media (max-width: 767px) {
    .wolf-arrow {
      width: 50px;
      height: 52px;
      opacity: 1;
      display: block;
      margin-left: calc(50% - 25px);
      margin-top: 15px; }
      .wolf-arrow:hover, .wolf-arrow:active, .wolf-arrow:focus {
        background-position: 0px -52px; } }

.demand-home .claw-button {
  margin-left: calc(50% - 75px); }
  @media (max-width: 767px) {
    .demand-home .claw-button {
      margin-left: calc(50% - 60px); } }
  @media (max-width: 359px) {
    .demand-home .claw-button {
      margin-left: calc(50% - 50px); } }
.demand-home .big-claw-btn {
  margin-left: calc(50% - 118px); }
  @media (max-width: 589px) {
    .demand-home .big-claw-btn {
      width: 200px;
      height: 52px;
      font-size: 12px;
      padding-top: 16px;
      margin-left: calc(50% - 100px); }
      .demand-home .big-claw-btn:hover, .demand-home .big-claw-btn:active, .demand-home .big-claw-btn:focus {
        background-position: 0px -52px; } }
.demand-home h2 {
  text-align: center; }
  @media (max-width: 991px) {
    .demand-home h2 {
      margin-left: calc(50% - 100px) !important;
      width: 200px;
      display: block; } }

.fantasporto {
  position: absolute;
  display: block;
  left: -220px;
  bottom: 140px;
  z-index: 5;
  width: 250px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .fantasporto {
      width: 200px;
      left: -120px;
      bottom: 150px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .fantasporto {
      bottom: 110px;
      left: -110px;
      width: 200px; } }
  @media (max-width: 767px) and (min-width: 590px) {
    .fantasporto {
      bottom: 45px;
      left: -35px;
      width: 150px; } }
  @media (max-width: 589px) {
    .fantasporto {
      bottom: 0;
      left: -20px;
      width: 110px; } }
  .fantasporto img {
    width: 100%;
    height: auto; }
  .fantasporto.visible-xs, .fantasporto.visible-sm {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px; }

.bonebat {
  position: absolute;
  display: block;
  right: -220px;
  bottom: 105px;
  z-index: 5;
  width: 250px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .bonebat {
      width: 200px;
      right: -120px;
      bottom: 134px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .bonebat {
      bottom: 90px;
      right: -110px;
      width: 200px; } }
  @media (max-width: 767px) and (min-width: 590px) {
    .bonebat {
      bottom: 33px;
      right: -35px;
      width: 150px; } }
  @media (max-width: 589px) {
    .bonebat {
      bottom: -10px;
      right: -20px;
      width: 110px; } }
  .bonebat img {
    width: 100%;
    height: auto; }
  .bonebat.visible-xs, .bonebat.visible-sm {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px; }

video#bgvid {
  position: fixed;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background: url("http://wolfcop.com/app/css/app/assets/bg-video/test.jpg") no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    video#bgvid {
      display: none; } }

/*end of _video-bg.scss*/
/*beginning of tugg.scss*/
.tugg-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 50px; }
  .tugg-container .tg-widget {
    width: 100%;
    color: #c4baac;
    font-family: "Roboto", sans-serif; }
    .tugg-container .tg-widget .tg-logo-1 {
      position: absolute;
      z-index: 30;
      top: 0;
      left: 0; }
    .tugg-container .tg-widget .tg-title > h1 {
      margin: 2px 0 0 65px;
      font-size: 36px; }
      .tugg-container .tg-widget .tg-title > h1 > a {
        color: #c4baac !important;
        text-shadow: 2px 2px 10px #100e08, -2px -2px 10px #100e08; }
        .tugg-container .tg-widget .tg-title > h1 > a:hover, .tugg-container .tg-widget .tg-title > h1 > a:active, .tugg-container .tg-widget .tg-title > h1 > a:focus {
          color: #cb005a !important; }
    .tugg-container .tg-widget .tg-dir-and-act {
      margin-bottom: 15px; }
      .tugg-container .tg-widget .tg-dir-and-act .tg-directors-l {
        margin-bottom: 10px; }
    .tugg-container .tg-widget .tg-request-screening {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      margin: 25px 0 15px; }
      .tugg-container .tg-widget .tg-request-screening a[href="https://www.tugg.com/event_requests/new?movie=wolfcop"] {
        display: block;
        width: 200px;
        margin-left: calc(50% - 100px);
        background-clip: initial;
        background-color: transparent;
        background-image: url("../assets/elements/claw-m.png");
        background-origin: initial;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 0 none;
        color: #def3fd;
        cursor: pointer, pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        height: 60px;
        padding: 21px 10px 10px 8px;
        text-align: center;
        text-decoration: none;
        text-shadow: -1px -1px 4px #100e08;
        text-transform: uppercase; }
        .tugg-container .tg-widget .tg-request-screening a[href="https://www.tugg.com/event_requests/new?movie=wolfcop"]:hover, .tugg-container .tg-widget .tg-request-screening a[href="https://www.tugg.com/event_requests/new?movie=wolfcop"]:active, .tugg-container .tg-widget .tg-request-screening a[href="https://www.tugg.com/event_requests/new?movie=wolfcop"]:focus {
          opacity: 0.7; }
      .tugg-container .tg-widget .tg-request-screening a img {
        position: absolute;
        z-index: 3;
        left: calc(50% - 135px);
        top: 26px; }
    .tugg-container .tg-widget .tg-how-works {
      padding: 0;
      text-align: right;
      display: block; }
      .tugg-container .tg-widget .tg-how-works a {
        color: #32789a !important;
        font-size: 14px;
        padding: 0; }
        .tugg-container .tg-widget .tg-how-works a:hover, .tugg-container .tg-widget .tg-how-works a:active, .tugg-container .tg-widget .tg-how-works a:focus {
          color: #cb005a !important; }
    .tugg-container .tg-widget a {
      color: #32789a; }
      .tugg-container .tg-widget a:hover, .tugg-container .tg-widget a:focus, .tugg-container .tg-widget a:active {
        color: #cb005a;
        text-decoration: underline; }
  .tugg-container .tg-get-tix-wr {
    background-color: #cb005a;
    padding: 5px 10px;
    border: none; }
    .tugg-container .tg-get-tix-wr:hover, .tugg-container .tg-get-tix-wr:focus, .tugg-container .tg-get-tix-wr:active {
      background-color: #32789a;
      color: white;
      border: none; }
    .tugg-container .tg-get-tix-wr a {
      color: white; }
      .tugg-container .tg-get-tix-wr a:hover, .tugg-container .tg-get-tix-wr a:focus, .tugg-container .tg-get-tix-wr a:active {
        color: white; }
  .tugg-container .tg-events caption {
    padding: 0; }
  .tugg-container .tg-events tr {
    width: 100%; }
  .tugg-container .tg-event, .tugg-container .tg-details {
    padding-left: 15px; }
  .tugg-container .tg-events-wr {
    width: 100%;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.7); }
  .tugg-container .tg-location select {
    color: black;
    cursor: pointer, pointer; }
  .tugg-container img {
    border: none; }
    .tugg-container img:hover {
      border: none; }
  .tugg-container a img {
    border: none;
    opacity: 1; }
    .tugg-container a img:hover {
      border: none;
      opacity: 0.7; }

/*end of tugg.scss*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owlcarousel-supports3d.owl-carousel .owl-wrapper,
.owlcarousel-supports3d.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/*
* Owl Carousel Owl Demo Theme
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #c4baac;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #940002;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f7e636; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  background: #f7e636;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px; }

.hideshare-wrap {
  position: relative;
  display: inline-block; }

.hideshare-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }

.hideshare-list li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0; }
  .hideshare-list li a i {
    padding: .1em; }
    @media (min-width 768px) {
      .hideshare-list li a i {
        padding: .25em; } }

.hideshare-wrap span {
  display: none; }

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

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

.mfp-container {
  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: 1045; }

.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: #f7e636;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

.mfp-preloader a:hover {
  color: #f7e636; }

.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;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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: #f7e636;
  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: #f7e636;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

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

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

.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: medium inset transparent; }

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

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

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #f7e636;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #f7e636; }

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

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #f7e636;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #f7e636; }

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

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

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

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

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

/* 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 {
  line-height: 0; }

.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);
  background: #f7e636; }

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

.mfp-figure figure {
  margin: 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: #f7e636;
  text-transform: uppercase;
  word-wrap: break-word;
  padding-right: 36px; }

.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; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .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; } }
@media all and (max-width: 900px) {
  .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; }

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