@charset "UTF-8";
/* Declarations, Variables and Functions
----------------------------------------------------------------------------- */
/* Variables
----------------------------------------------------------------------------- */
/* Color Variables
-----------------------------------------------*/
/* Gray */
/* target blue */
/* Target background grey */
/* Black */
/* Dark Blue */
/* lighter blue */
/* Vibrant Sky Bue */
/* Dark Gray */
/* Medium Gray */
/* White */
/* Background */
body {
  background-color: #000;
  color: #aaa; }

/* Text */
a {
  color: #7091b4; }

/* Mixins
----------------------------------------------------------------------------- */
/* Action
----------------------------------------------------------------------------- */
/* Box Styling
----------------------------------------------------------------------------- */
/* Box Sizing
----------------------------------------------------------------------------- */
/* Pixel Alternative to REM Font and Line Height Sizes
----------------------------------------------------------------------------- */
/* Vertically Center Text
----------------------------------------------------------------------------- */
/* Micro Clearfix
----------------------------------------------------------------------------- */
/* Resets
----------------------------------------------------------------------------- */
/* One Stop
---------------------------------------------------------------------------- */
/* Two Stop
---------------------------------------------------------------------------- */
/* Three Stop
---------------------------------------------------------------------------- */
/* Four Stop
---------------------------------------------------------------------------- */
/* Five Stop
---------------------------------------------------------------------------- */
/* Skew
----------------------------------------------------------------------------- */
/* Box Shadow
----------------------------------------------------------------------------- */
/* Text Shadow
----------------------------------------------------------------------------- */
/* Border Radius
----------------------------------------------------------------------------- */
/* Partials
----------------------------------------------------------------------------- */
/* Layout
----------------------------------------------------------------------------- */
body {
  background-color: #000; }

#layout {
  clear: both;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px 40px 10px; }

#content {
  float: left;
  width: 100%; }
  @media screen and (max-width: 500px) {
    #content {
      margin: 0; } }
  #content #main {
    width: 70%;
    float: left; }
  #content #sidebar {
    width: 25%;
    float: right; }
  @media screen and (max-width: 950px) {
    #content #main,
    #content #sidebar {
      width: 100%; }
    #content #sidebar {
      border-top: 1px solid #222;
      margin-top: 20px; } }
  #content div.column {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    /* border-bottom: 1px solid #222;*/ }
    #content div.column.three {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      #content div.column {
        float: none;
        width: 100%;
        margin: 0 0 2% 0; } }
    @media screen and (min-width: 501px) and (max-width: 859px) {
      #content div.column.one {
        width: 49%;
        margin: 0 2% 0 0; }
      #content div.column.two {
        width: 49%;
        margin: 0; }
      #content div.column.three {
        width: 100%;
        margin: 2% 0 0 0; } }

/* Content Type Icons
----------------------------------------------------------------------------- */
#featured em.ss-icon, .photo em.ss-icon, .link em.ss-icon, .text em.ss-icon, .tweet em.ss-icon, .video em.ss-icon {
  color: #000;
  padding-top: 5px;
  display: block; }

/* Tabs
----------------------------------------------------------------------------- */
.ui-tabs-hide {
  display: none; }

/* Micro Clearfix
----------------------------------------------------------------------------- */
.clear:before,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clear:after {
  clear: both; }

#page-showtime #header nav li.showtime a,
#page-music #header nav li.music a,
#page-media #header nav li.media a {
  color: #7091b4;
  text-decoration: none; }

#header {
  width: 100%;
  position: relative;
  float: left;
  margin: 20px 0;
  /* div.container */ }
  #header h2 {
    padding: 0;
    margin-top: -20px;
    height: 100px;
    background: #f5f5f5 url("/images/header/killers-logo-directhits-7b069879.png") center center no-repeat;
    text-indent: -9999px; }
  #header div.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    /* nav */
    /* ul.social */ }
    #header div.container #control {
      display: none; }
    #header div.container h1 {
      margin: 0; }
      #header div.container h1 a {
        width: 168px;
        height: 37px;
        margin: 6px 0 0 0;
        display: block;
        background: url("/images/header/h1-thekillers-12e88dad.png") no-repeat;
        text-indent: -9999px;
        float: left; }
    #header div.container nav {
      /* nav ul */ }
      #header div.container nav ul {
        float: left;
        /* nav ul li */ }
        #header div.container nav ul li {
          float: left;
          /* nav ul li a */
          /* Image Replaced Navigation On Large Screen */
          /*
                    @media screen and (min-width: 951px) {

                        margin-top: 16px;

                        a {

                            display: block;
                            height: 19px;
                            margin: 0 0 0 15px;

                            background-position: top left;
                            background-repeat: no-repeat;
                            text-indent: -9999px;
                            &:hover { background-position: bottom left; }

                        }

                        &.selected a { background-position: bottom left; }

                        &.showtime a {

                            width: 116px;
                            background-image: url('nav-blue-showtime.png');

                        }

                        &.music a {

                            width: 82px;
                            background-image: url('nav-blue-music.png');

                        }

                        &.media a {

                            width: 81px;
                            background-image: url('nav-blue-media.png');

                        }

                        &.victims a {

                            width: 132px;
                            background-image: url('nav-blue-thevictims.png');

                        }

                        &.sweettalk a {

                            width: 134px;
                            background-image: url('nav-blue-sweettalk.png');

                        }

                        &.giftshop a {

                            width: 107px;
                            background-image: url('nav-blue-giftshop.png');

                        }

                    } */
          /* Large Screen Breakpoint */ }
          #header div.container nav ul li a {
            font-size: 25px;
            line-height: 50px;
            font-size: 2.5rem;
            line-height: 5rem;
            margin: 0 0 0 20px;
            display: block;
            color: #2C80D8; }
          #header div.container nav ul li.selected a,
          #header div.container nav ul li a:hover {
            color: #7091b4;
            text-decoration: none; }
          #header div.container nav ul li.giftshop a {
            margin-right: 0; }
    #header div.container ul.social {
      float: right;
      margin: 11px 0 0 0;
      /* ul.social li */ }
      #header div.container ul.social li {
        float: left;
        margin: 0 0 0 10px;
        /* ul.social li a */ }
        #header div.container ul.social li a {
          font-size: 14px;
          line-height: 14px;
          font-size: 1.4rem;
          line-height: 1.4rem;
          display: block;
          width: 24px;
          padding: 7px 0 3px;
          background: #333;
          color: #ccc;
          border-radius: 2px;
          text-align: center; }
          #header div.container ul.social li a:hover {
            text-decoration: none;
            background: #2C80D8;
            color: #fff; }

/* #header */
/* Media Query
----------------------------------------------------------------------------- */
/* Smallest Break Point */
@media screen and (max-width: 500px) {
  #header {
    border-bottom: 1px solid #222; }
    #header div.container {
      padding: 0; }
      #header div.container #control {
        width: 24px;
        height: 18px;
        background: transparent;
        padding: 8px 5px;
        display: block;
        color: #2C80D8;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0; }
        #header div.container #control:hover {
          background: #7091b4;
          color: #000; }
        #header div.container #control.close {
          background: #7091b4;
          color: #000; }
      #header div.container h1 {
        width: 100%;
        float: left; }
        #header div.container h1 a {
          width: 115px;
          height: 22px;
          background: url("/images/header/h1-thekillers-white-small-6a35790b.png") right center no-repeat;
          margin: 5px auto;
          display: block;
          float: none; }
      #header div.container nav {
        display: none;
        clear: left;
        overflow: hidden; }
        #header div.container nav ul {
          width: 100%; }
          #header div.container nav ul li {
            width: 100%;
            float: left; }
            #header div.container nav ul li a {
              font-size: 24px;
              line-height: 33.6px;
              font-size: 2.4rem;
              line-height: 3.36rem;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              width: 100%;
              height: 100%;
              background: #7091b4;
              color: #2C80D8;
              padding: 0;
              margin: 0 !important;
              text-align: center;
              border-top: 1px solid #000; }
            #header div.container nav ul li.selected a,
            #header div.container nav ul li a:hover {
              background-color: #7091b4;
              color: #000 !important; }
      #header div.container ul.social {
        margin: 6px 0 0 10px;
        position: absolute;
        left: 0;
        top: 0; }
        #header div.container ul.social li {
          margin: 0 5px 0 0; }
          #header div.container ul.social li a {
            font-size: 12px;
            line-height: 12px;
            font-size: 1.2rem;
            line-height: 1.2rem;
            width: 20px;
            padding-top: 4px; } }

/* Medium Break Point */
@media screen and (min-width: 501px) and (max-width: 950px) {
  #header {
    border-bottom: 1px solid #222; }
    #header div.container h1 a {
      margin: 6px auto 0 auto;
      float: none; }
    #header div.container nav {
      width: 500px;
      height: 20px;
      margin: 15px auto;
      clear: left; }
      #header div.container nav ul li a {
        font-size: 14px;
        line-height: 14px;
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin: 0 15px 0 0; }
      #header div.container nav ul li.giftshop a {
        margin: 0; }
    #header div.container ul.social {
      position: absolute;
      top: -5px;
      left: 10px; } }

#footer {
  clear: both;
  width: 100%;
  background: #222;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  /* @media screen and (min-width: 500px) {

        position: fixed;
        bottom: -50px;
        z-index: 99;
        margin: 0;

        -webkit-transition: bottom 0.2s ease-in;
        -moz-transition: bottom 0.2s ease-in;
        -o-transition: bottom 0.2s ease-in;
        -ms-transition: bottom 0.2s ease-in;
        transition: bottom 0.2s ease-in;

        &:hover { bottom: 0; }

    }*/
  /* ul.logos */ }
  @media screen and (max-width: 500px) {
    #footer {
      text-align: center; } }
  #footer .container {
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative; }
  #footer ul.logos {
    position: absolute;
    top: 5px;
    right: 10px;
    /* ul.logos li */ }
    @media screen and (max-width: 500px) {
      #footer ul.logos {
        margin: 10px 0 20px 28%;
        position: relative;
        float: left; } }
    #footer ul.logos li {
      float: left;
      margin: 0 0 0 20px; }
      #footer ul.logos li a {
        display: block;
        background-repeat: no-repeat;
        text-indent: -9000px;
        background-position: top left; }
        #footer ul.logos li a:hover {
          background-position: bottom left; }
      #footer ul.logos li.island a {
        margin-top: -7px;
        width: 35px;
        height: 42px;
        background-image: url("/images/footer/logo-blue-island-ad0c21a8.png"); }
      #footer ul.logos li.sparkart a {
        margin-top: 5px;
        width: 85px;
        height: 22px;
        background-image: url("/images/footer/logo-blue-sparkart-5cc74d45.png"); }
  #footer p {
    clear: left;
    float: left;
    margin: 0 0 5px 0;
    font-weight: 400;
    text-transform: none; }
    @media screen and (max-width: 500px) {
      #footer p {
        float: none; } }
    #footer p.legal {
      font-weight: 700;
      margin: 10px 0 15px;
      line-height: 22px; }
    #footer p a {
      font-weight: 700; }

/* #footer */
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* Presets
----------------------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

html {
  font-size: 62.5%;
  /* Sets 1rem to ~ 10px, 1.2rem to 12px, etc. */ }

body {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Georgia', 'Times', serif;
  font-weight: 400;
  /* 100, 400, 700 */ }

/* Futura PT */
h1, h2, h3, h4, h5, h6, nav, article time, button {
  /*font-style: normal; */
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  /* Regular: 400, Heavy: 700 */
  text-transform: uppercase; }

h1 {
  color: #2C80D8; }

/* Open Sans */
time, #footer {
  font-style: italic;
  font-family: "open-sans", "Arial", sans-serif;
  font-weight: 700;
  /* Light: 300, Regular: 400, Bold: 700 */
  text-transform: uppercase; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul ol, ul ul, ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

a {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #7091b4; }
  a img {
    border: 0; }
  a:hover {
    text-decoration: underline; }

.action {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  font-size: 22px;
  line-height: 22px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  background: #7091b4;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 800;
  color: #000; }
  .action::-moz-focus-inner {
    border: 0; }
  .action:hover, .action:active {
    background: #2C80D8; }

/* Tabbed Content
----------------------------------------------------------------------------- */
div.tabbed nav {
  width: 100%;
  background: #1f2324;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  float: left;
  box-sizing: border-box;
  border-radius: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  div.tabbed nav strong {
    font-size: 16px;
    line-height: 22.4px;
    font-size: 1.6rem;
    line-height: 2.24rem;
    float: left; }
  div.tabbed nav li {
    margin: 0 0 0 20px;
    float: left; }
    div.tabbed nav li a {
      font-size: 16px;
      line-height: 22.4px;
      font-size: 1.6rem;
      line-height: 2.24rem;
      color: #2C80D8; }
    div.tabbed nav li a:hover {
      color: #7091b4;
      text-decoration: none; }
    div.tabbed nav li.ui-tabs-selected a,
    div.tabbed nav li.ui-tabs-active a {
      color: #7091b4;
      text-decoration: none;
      cursor: default; }

div.tabbed .ui-tabs-panel {
  width: 100%;
  clear: left; }

fieldset {
  width: 100%;
  display: block;
  border: 0;
  margin: 0;
  padding: 0; }
  fieldset label {
    width: 40%;
    clear: left;
    float: left;
    margin-top: 10px; }
  fieldset input {
    width: 55%;
    float: left;
    margin-top: 10px; }
  fieldset input[type=text],
  fieldset input[type=password],
  fieldset input[type=email],
  fieldset textarea,
  fieldset select {
    color: #fff;
    padding: 3px;
    background: #303030;
    border: solid 1px #606060;
    font: normal 12px/14px arial,verdana, sans-serif; }

/* Modules
----------------------------------------------------------------------------- */
div.ad {
  position: relative;
  margin: 0 0 5% 0;
  /* ul.social */ }
  div.ad img {
    display: block;
    width: 100%; }
  div.ad ul.social {
    float: left;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 3px;
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 2;
    /* ul.social li */ }
    div.ad ul.social li {
      float: left;
      margin: 0 0 0 2px;
      /* ul.social li a */ }
      div.ad ul.social li a {
        font-size: 14px;
        line-height: 14px;
        font-size: 1.4rem;
        line-height: 1.4rem;
        display: block;
        width: 24px;
        padding: 7px 0 3px;
        color: #fff;
        text-align: center; }
        div.ad ul.social li a:hover {
          text-decoration: none;
          background: #2C80D8;
          border-radius: 2px;
          color: #fff; }

/* li.banner */
article time {
  display: block;
  float: left;
  background: #2C80D8;
  text-align: center;
  padding: 8px;
  margin: 0 15px 5px 0; }
  article time span {
    display: block;
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem; }
    article time span + span {
      font-size: 20px;
      line-height: 20px;
      font-size: 2rem;
      line-height: 2rem;
      font-weight: 800; }

/* Event Item
----------------------------------------------------------------------------- */
.event h2 {
  display: block; }

.event .links {
  clear: left;
  float: left;
  margin-top: 20px; }
  .event .links a {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    font-size: 22px;
    line-height: 22px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    background: #7091b4;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'futura-pt', 'Arial', sans-serif;
    font-weight: 800;
    color: #000; }
    .event .links a::-moz-focus-inner {
      border: 0; }
    .event .links a:hover, .event .links a:active {
      background: #2C80D8; }

/* Event Items
----------------------------------------------------------------------------- */
#events > h1 {
  font-size: 22px;
  line-height: 22px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin: 0;
  padding: 8px 10px 4px;
  background: #2C80D8;
  color: #000; }

#events div.details {
  width: 40%;
  float: left; }

#events ul.presales {
  width: 30%;
  float: left; }
  #events ul.presales li {
    float: left;
    margin-left: 20px; }
  #events ul.presales span {
    font-size: 12px;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    text-transform: uppercase; }
  #events ul.presales em {
    font-size: 12px;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #2C80D8;
    font-style: normal; }

#events ul.links {
  width: 30%;
  float: right; }
  #events ul.links li {
    float: left;
    margin-left: 20px; }

@media screen and (min-width: 501px) and (max-width: 950px) {
  #events div.details,
  #events ul.presales {
    width: 50%; }
  #events ul.links {
    width: 100%;
    float: left; }
    #events ul.links li {
      margin-top: 5px;
      margin-left: 0;
      margin-right: 40px; } }

@media screen and (max-width: 500px) {
  #events div.details,
  #events ul.presales,
  #events ul.links {
    width: 100%; }
  #events ul.presales,
  #events ul.links {
    float: left; }
    #events ul.presales li,
    #events ul.links li {
      float: left;
      margin-top: 5px;
      margin-left: 0;
      margin-right: 15px; } }

#events ul.events {
  /* li.events ul li */ }
  #events ul.events > li {
    display: block;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    min-height: 50px;
    background: #292F32;
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    *zoom: 1;
    font-family: "open-sans", "Arial", sans-serif;
    /* li.events ul li a */ }
    #events ul.events > li:before, #events ul.events > li:after {
      content: "";
      display: table; }
    #events ul.events > li:after {
      clear: both; }
    #events ul.events > li h3 {
      color: #fff;
      font-size: 14px;
      line-height: 14px;
      font-size: 1.4rem;
      line-height: 1.4rem;
      font-family: "open-sans", "Arial", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: none;
      margin: 0 0 5px 0; }
    #events ul.events > li p {
      font-size: 10px;
      line-height: 10px;
      font-size: 1rem;
      line-height: 1rem;
      color: #7091b4;
      margin: 0;
      text-transform: uppercase;
      font-weight: 800; }
    #events ul.events > li time {
      font-size: 12px;
      line-height: 12px;
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #2C80D8;
      font-style: italic;
      font-weight: 700; }
    #events ul.events > li strong.more {
      display: block;
      border: 2px solid #495052;
      color: #495052;
      border-radius: 24px;
      width: 24px;
      height: 24px;
      overflow: hidden;
      position: absolute;
      top: 20px;
      right: 20px; }
      #events ul.events > li strong.more span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        text-align: center;
        margin-top: 2px; }
    #events ul.events > li a {
      display: block; }
      #events ul.events > li a:hover {
        text-decoration: none; }
        #events ul.events > li a:hover strong {
          color: #7091b4;
          border-color: #7091b4; }
    #events ul.events > li:last-child {
      margin-bottom: 0; }

#events > p {
  margin: 0;
  padding: 5px 10px 10px;
  background: #1f2324; }

#giftshop {
  display: none;
  width: 300px;
  background: rgba(0, 0, 0, 0.75);
  margin-left: -150px;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 99;
  /* #giftshop ul */ }
  #giftshop h1 {
    color: #fff;
    margin-top: 0;
    padding: 25px 25px 0; }
  #giftshop button.close {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    padding: 7px 5px 3px;
    border-radius: 18px;
    border: 2px solid #7091b4;
    background: #000;
    color: #7091b4;
    font-size: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    position: absolute;
    top: -7px;
    right: -7px; }
    #giftshop button.close::-moz-focus-inner {
      border: 0; }
    #giftshop button.close:hover {
      border-color: #fff;
      color: #fff; }
  #giftshop ul {
    padding: 0 25px 25px;
    /* #giftshop ul li */ }
    #giftshop ul li {
      display: block;
      padding: 10px 20px;
      margin: 0 0 10px 0;
      min-height: 50px;
      background: #292F32;
      border-radius: 5px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0 0 10px 0;
      padding: 10px 65px 10px 20px;
      position: relative;
      /* #giftshop ul li a */ }
      #giftshop ul li:last-child {
        margin-bottom: 0; }
      #giftshop ul li a {
        display: block;
        color: #2C80D8;
        font-size: 24px;
        line-height: 50px;
        font-size: 2.4rem;
        line-height: 5rem;
        font-style: italic;
        font-family: 'futura-pt', 'Arial', sans-serif;
        font-weight: 800;
        /* Regular: 400, Semi-bold: 600, Extra-bold: 800 */
        text-transform: uppercase;
        /* #giftshop ul li a strong */
        /* #giftshop ul li a:hover */ }
        #giftshop ul li a strong.more {
          display: block;
          border: 2px solid #495052;
          color: #495052;
          border-radius: 24px;
          width: 24px;
          height: 24px;
          overflow: hidden;
          position: absolute;
          top: 20px;
          right: 20px; }
          #giftshop ul li a strong.more span {
            display: block;
            font-size: 16px;
            line-height: 24px;
            font-size: 1.6rem;
            line-height: 2.4rem;
            text-align: center;
            margin-top: 2px; }
        #giftshop ul li a:hover {
          color: #7091b4;
          text-decoration: none; }
          #giftshop ul li a:hover strong {
            color: #7091b4;
            border-color: #7091b4; }

/* #giftshop */
/* News Items
----------------------------------------------------------------------------- */
#news {
  /* #news li.news */ }
  #news > h1 {
    font-size: 22px;
    line-height: 22px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin: 0 0 2% 0;
    padding: 8px 10px 4px;
    background: #2C80D8;
    color: #000; }
  #news li.news {
    min-height: 65px;
    /* #news li.news article */
    /* #news li.link */
    /* #news li.text */
    /* #news li.photo */ }
    #news li.news article {
      padding-left: 62px;
      /* #news li.news p */ }
      #news li.news article time {
        position: absolute;
        top: 0;
        left: 0; }
      #news li.news article h1 {
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
        font-size: 2.4rem;
        line-height: 3rem;
        font-style: italic;
        font-family: 'futura-pt', 'Arial', sans-serif;
        font-weight: 600;
        /* Regular: 400, Semi-bold: 600, Extra-bold: 800 */
        text-transform: uppercase;
        color: #fff; }
      #news li.news article > p {
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    #news li.news.link {
      /* #news li.link article */ }
      #news li.news.link article {
        position: relative;
        background: #292F32;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        /* #news li.link a.link */ }
        #news li.news.link article h1 {
          display: none; }
        #news li.news.link article a.link {
          margin-left: -50px;
          /* @include box(); */
          font-family: "open-sans", "Arial", sans-serif;
          font-weight: 700;
          /* Light: 300, Regular: 400, Bold: 700 */
          text-decoration: none; }
          #news li.news.link article a.link strong {
            display: block;
            color: #fff;
            font-style: italic; }
          #news li.news.link article a.link small {
            display: block;
            color: #7091b4;
            font-size: 12px;
            line-height: 16px;
            font-size: 1.2rem;
            line-height: 1.6rem; }
          #news li.news.link article a.link:hover small {
            text-decoration: underline; }
    #news li.news.text article {
      position: relative; }
    #news li.news.photo article {
      padding-left: 0;
      position: relative; }
      #news li.news.photo article img {
        display: block;
        width: 100%; }
      #news li.news.photo article p {
        color: #fff;
        background-color: #1f2324;
        padding: 10px; }
      #news li.news.photo article time + p {
        padding-left: 50px; }
    #news li.news.photo a:hover time, #news li.news.photo a:hover p {
      background-color: #7091b4; }
    #news li.news.photo a:hover p {
      color: #000; }

/* #news */
#featured {
  margin: 0px 0;
  width: 100%;
  position: relative;
  /* #featured ul */
  /* button */ }
  #featured ul.stories {
    display: block;
    width: 100%;
    background-color: #000;
    position: relative;
    /* #featured ul li */ }
    #featured ul.stories li {
      position: relative;
      display: block;
      width: 100%;
      /* #featured ul li article */ }
      #featured ul.stories li article {
        /* #featured ul li article header */ }
        #featured ul.stories li article a {
          text-decoration: none;
          /* ul.stories li a:hover */ }
          #featured ul.stories li article a:hover time {
            background-color: #7091b4; }
          #featured ul.stories li article a:hover header h1 {
            color: #7091b4; }
        #featured ul.stories li article time {
          margin-bottom: 0; }
          @media screen and (min-width: 860px) {
            #featured ul.stories li article time span {
              font-size: 20px;
              line-height: 20px;
              font-size: 2rem;
              line-height: 2rem; }
            #featured ul.stories li article time span + span {
              font-size: 32px;
              line-height: 32px;
              font-size: 3.2rem;
              line-height: 3.2rem; } }
        #featured ul.stories li article img {
          display: block;
          width: 100%;
          height: auto;
          background-color: #000; }
        #featured ul.stories li article header {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
          #featured ul.stories li article header h1 {
            font-size: 44px;
            line-height: 68px;
            font-size: 4.4rem;
            line-height: 6.8rem;
            /* Same line-height as height of time stamp */
            text-transform: none;
            color: #fff;
            padding: 10px 0 0 2rem;
            margin: 0;
            background-color: rgba(0, 0, 0, 0.5); }
          @media screen and (min-width: 860px) {
            #featured ul.stories li article header h1 {
              font-size: 44px;
              line-height: 68px;
              font-size: 4.4rem;
              line-height: 6.8rem;
              /* Same line-height as height of time stamp */ } }
          @media screen and (min-width: 501px) and (max-width: 859px) {
            #featured ul.stories li article header h1 {
              font-size: 32px;
              line-height: 50px;
              font-size: 3.2rem;
              line-height: 5rem;
              /* Same line-height as height of time stamp */ } }
          @media screen and (max-width: 500px) {
            #featured ul.stories li article header h1 {
              font-size: 24px;
              line-height: 28px;
              font-size: 2.4rem;
              line-height: 2.8rem;
              /* Same line-height as height of time stamp */ } }
  #featured img.placeholder {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  #featured button {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    display: none;
    height: 50%;
    width: 10%;
    opacity: 0.2;
    color: #fff;
    background: none;
    font-size: 48px;
    line-height: 42px;
    font-size: 4.8rem;
    line-height: 4.2rem;
    position: absolute;
    z-index: 6;
    top: 20%;
    /* button.next */
    /* button.previous */ }
    #featured button::-moz-focus-inner {
      border: 0; }
    #featured button:hover {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      -ms-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in; }
    #featured button:active {
      color: #7091b4; }
    #featured button.next {
      right: 0; }
    #featured button.prev {
      left: 0; }

/* #featured */
#twitter {
  /* li.tweet */ }
  #twitter > h1 {
    font-size: 22px;
    line-height: 22px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin: 0;
    padding: 8px 10px 4px;
    background: #2C80D8;
    color: #000; }
  #twitter > ul {
    background-color: #1f2324;
    padding: 8px; }
  #twitter li.tweet {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    min-height: 50px;
    background: #292F32;
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    *zoom: 1;
    padding-left: 65px;
    position: relative;
    /* li.tweet blockquote */
    /* li.tweet ul.intents */ }
    #twitter li.tweet ol, #twitter li.tweet ul, #twitter li.tweet li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #twitter li.tweet:before, #twitter li.tweet:after {
      content: "";
      display: table; }
    #twitter li.tweet:after {
      clear: both; }
    #twitter li.tweet:last-child {
      margin-bottom: 0; }
    #twitter li.tweet em.ss-icon {
      display: block;
      padding-top: 0;
      color: #495052;
      font-size: 32px;
      line-height: 32px;
      font-size: 3.2rem;
      line-height: 3.2rem;
      position: absolute;
      top: 20px;
      left: 20px; }
    #twitter li.tweet blockquote {
      margin: 0 0 15px 0;
      padding: 0;
      font-size: 14px;
      line-height: 18px;
      font-size: 1.4rem;
      line-height: 1.8rem;
      color: #fff; }
    #twitter li.tweet a.timestamp {
      float: left;
      color: #2C80D8;
      font-size: 12px;
      line-height: 12px;
      font-size: 1.2rem;
      line-height: 1.2rem; }
      #twitter li.tweet a.timestamp:hover {
        text-decoration: none;
        color: #7091b4; }
    #twitter li.tweet ul.intents {
      float: right; }
      #twitter li.tweet ul.intents li {
        float: left;
        padding: 0 5px 0 0; }
        #twitter li.tweet ul.intents li a {
          display: block;
          font-size: 16px;
          line-height: 12px;
          font-size: 1.6rem;
          line-height: 1.2rem;
          color: #495052; }
          #twitter li.tweet ul.intents li a:hover {
            text-decoration: none;
            color: #7091b4; }
          #twitter li.tweet ul.intents li a.favorite {
            margin-top: -2px; }

/* #twitter */
/* Relase Item
----------------------------------------------------------------------------- */
li.release {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 500px;
  margin: 0 0 40px 0;
  padding: 0 10px 40px 50%;
  float: left;
  clear: left;
  position: relative;
  border-bottom: 1px solid #222; }
  li.release:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none; }
  @media screen and (max-width: 500px) {
    li.release {
      width: 100%;
      clear: left;
      padding: 20px 0 0 0; } }
  li.release img {
    width: 40%;
    max-width: 500px;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
    @media screen and (max-width: 500px) {
      li.release img {
        width: 100%;
        max-width: 100%;
        position: static; } }
  li.release h1 {
    font-size: 32px;
    line-height: 32px;
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin: 0;
    font-weight: 700;
    color: #fff; }
  li.release dl {
    margin: 0; }
    li.release dl dt {
      display: none; }
    li.release dl dd {
      margin: 0; }
      li.release dl dd time {
        background: none;
        padding: 0;
        margin: 0;
        text-align: left;
        font-style: italic;
        font-weight: 700; }
  li.release h4 {
    font-size: 20px;
    line-height: 20px;
    font-size: 2rem;
    line-height: 2rem;
    padding: 20px 0 0 0;
    margin: 0;
    clear: left;
    color: #2C80D8; }
  li.release ul {
    float: left; }
    li.release ul li {
      float: left;
      margin: 10px 10px 0 0; }
      li.release ul li a {
        background-repeat: no-repeat;
        display: block;
        opacity: 5.0;
        padding: 7px 10px; }
        li.release ul li a[title*="iTunes"] {
          /* iTunes */
          width: 56px;
          height: 24px;
          background-image: url("/images/modules/release/logo-itunes-aa54ab72.png");
          background-position: center 7px;
          text-indent: -5000px; }
        li.release ul li a[title*="Amazon"] {
          /* Amazon */
          width: 71px;
          height: 24px;
          background-image: url("/images/modules/release/logo-amazon-bf1842b1.png");
          background-position: center 17px;
          text-indent: -5000px; }
        li.release ul li a:hover {
          background-color: #2C80D8;
          color: #fff;
          text-decoration: none;
          border-radius: 2px; }

div.alert {
  width: 90%;
  clear: both;
  padding: 20px 5%;
  background: #222; }
  div.alert h3 {
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    margin: 0; }
    div.alert h3:before {
      padding-right: 8px; }
  div.alert p {
    margin: 0; }
  div.alert.error h3 {
    color: #d62f25; }
  div.alert.success h3 {
    color: #7ab3af; }

/* Pages
----------------------------------------------------------------------------- */
#page-index {
  /* Layout
----------------------------------------------------------------------------- */
  /* Masonry
----------------------------------------------------------------------------- */
  /* Events
----------------------------------------------------------------------------- */
  /* Video
----------------------------------------------------------------------------- */ }
  #page-index #layout {
    padding-top: 0; }
  #page-index #content {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 860px) {
      #page-index #content li.item:nth-child(3n + 1) {
        clear: both; } }
    @media screen and (min-width: 501px) and (max-width: 859px) {
      #page-index #content li.item:nth-child(odd) {
        clear: both; } }
    @media screen and (max-width: 500px) {
      #page-index #content li.item {
        clear: both; } }
  #page-index #events {
    margin-bottom: 5%; }
  #page-index #video {
    display: block;
    margin: 0 0 2% 0; }
    #page-index #video h1 {
      font-size: 22px;
      line-height: 22px;
      font-size: 2.2rem;
      line-height: 2.2rem;
      margin: 0;
      padding: 8px 10px 4px;
      background: #2C80D8;
      color: #000; }

#page-media #layout {
  padding-top: 20px; }
  #page-media #layout > h1 {
    margin: 0 0 10px 0;
    display: none; }
  #page-media #layout #content button {
    margin: 20px 0 0 20px; }
  #page-media #layout #content.complete button {
    display: none; }
  #page-media #layout ul.videos {
    float: left;
    clear: both;
    margin-bottom: 20px; }
  #page-media #layout li.video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 20px 40px 20px;
    float: left;
    clear: left;
    border-bottom: 1px solid #222; }
    #page-media #layout li.video:last-of-type {
      margin: 0;
      padding-bottom: 0;
      border-bottom: none; }
    #page-media #layout li.video iframe {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #323232;
      background: -moz-linear-gradient(top, #323232 0%, #222 100%);
      background: -webkit-linear-gradient(top, #323232 0%, #222 100%);
      background: -o-linear-gradient(top, #323232 0%, #222 100%);
      background: -ms-linear-gradient(top, #323232 0%, #222 100%);
      background: linear-gradient(top, #323232 0%, #222 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#222',GradientType=1);
      width: 50%;
      border: 1px solid #181818;
      min-height: 270px !important;
      float: left;
      display: block; }
      @media screen and (max-width: 500px) {
        #page-media #layout li.video iframe {
          width: 100%; } }
    #page-media #layout li.video div.content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding: 0 0 0 20px; }
      @media screen and (max-width: 500px) {
        #page-media #layout li.video div.content {
          width: 100%;
          clear: left;
          padding: 20px 0 0 0; } }
      #page-media #layout li.video div.content h1 {
        font-size: 32px;
        line-height: 32px;
        font-size: 3.2rem;
        line-height: 3.2rem;
        margin: 0;
        font-weight: 600;
        color: #fff; }
      #page-media #layout li.video div.content time {
        background: none;
        padding: 0;
        margin: 0 0 20px 0;
        display: block;
        text-align: left;
        font-style: italic;
        font-weight: 700; }
      #page-media #layout li.video div.content p {
        clear: left;
        color: #fff; }
        #page-media #layout li.video div.content p:last-of-type {
          margin: 0; }

#page-showtime {
  /* Announcement
----------------------------------------------------------------------------- */ }
  #page-showtime #announcement {
    padding: 0 0 20px 0; }
    #page-showtime #announcement time {
      color: #000; }
    #page-showtime #announcement h1 {
      font-size: 36px;
      line-height: 40px;
      font-size: 3.6rem;
      line-height: 4rem;
      color: #fff;
      margin-bottom: 0; }
    #page-showtime #announcement p {
      font-size: 18px;
      line-height: 28px;
      font-size: 1.8rem;
      line-height: 2.8rem;
      margin-top: 0; }

#page-victims {
  /* News
----------------------------------------------------------------------------- */
  /* Events
----------------------------------------------------------------------------- */ }
  #page-victims #news {
    margin-bottom: 20px; }
    #page-victims #news article {
      padding-left: 0; }
    #page-victims #news h1 {
      font-size: 48px;
      line-height: 48px;
      font-size: 4.8rem;
      line-height: 4.8rem;
      font-weight: 800;
      margin: 0; }
    #page-victims #news time {
      display: none; }
  #page-victims #events .fanclub > h3 {
    font-size: 32px;
    line-height: 44.8px;
    font-size: 3.2rem;
    line-height: 4.48rem;
    color: #2C80D8;
    margin: 0; }

#page-join {
  /* Upsell
----------------------------------------------------------------------------- */ }
  #page-join #upsell {
    *zoom: 1;
    width: 100%;
    background: #1f2324;
    padding: 40px 0;
    margin: 0 auto 20px auto; }
    #page-join #upsell:before, #page-join #upsell:after {
      content: "";
      display: table; }
    #page-join #upsell:after {
      clear: both; }
    #page-join #upsell #free,
    #page-join #upsell #bundle {
      width: 40%;
      padding: 0 5%;
      float: left; }
    #page-join #upsell #free {
      border-right: 1px solid #444;
      margin-left: -1px; }
      #page-join #upsell #free h3 {
        font-size: 40px;
        line-height: 40px;
        font-size: 4rem;
        line-height: 4rem;
        margin: 0 0 20px 0;
        color: #fff; }
    @media screen and (max-width: 500px) {
      #page-join #upsell #free,
      #page-join #upsell #bundle {
        width: 90%; }
      #page-join #upsell #free {
        margin-left: 0;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #444;
        border-right: 0; } }
    #page-join #upsell h4 {
      font-size: 30px;
      line-height: 30px;
      font-size: 3rem;
      line-height: 3rem;
      color: #aaa;
      margin: 0 0 20px 0; }
    #page-join #upsell em {
      color: #2C80D8;
      font-family: "Proxima Nova Extra Condensed";
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      text-transform: uppercase; }
    #page-join #upsell ul {
      margin: 0 0 20px 20px;
      color: #acacac;
      /* text color */
      font-family: "Georgia";
      font-size: 13px;
      line-height: 19px;
      float: left; }
      #page-join #upsell ul li {
        list-style-type: decimal;
        padding: 5px 0; }
        #page-join #upsell ul li em {
          color: #4b4b4b;
          /* text color */
          font-size: 12px;
          font-family: "Georgia";
          font-weight: normal;
          font-style: italic;
          text-transform: none; }
    #page-join #upsell .action {
      clear: left;
      float: left; }

/* Third-party
----------------------------------------------------------------------------- */
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocial";
  src: url("/fonts/ss-social-circle.eot");
  src: url("/fonts/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("/fonts/ss-social-circle-3ec3458f.woff") format("woff"), url("/fonts/ss-social-circle.ttf") format("truetype"), url("/fonts/ss-social-circle.svg#SSSocialCircle") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "SSSocial";
  src: url("/fonts/ss-social-regular.eot");
  src: url("/fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ss-social-regular-f9862a27.woff") format("woff"), url("/fonts/ss-social-regular.ttf") format("truetype"), url("/fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold; }

[class^="ss-"].right:before, [class^="ss-"][class*=" ss-social"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-posterous:before, .ss-posterous.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-octocat:before, .ss-octocat.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

/*
* Symbolset
* www.symbolset.com
* Copyright �� 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url("http://cdn.sparkart.net/thekillersvictims/fonts/ss-standard.eot");
  src: url("http://cdn.sparkart.net/thekillersvictims/fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("http://cdn.sparkart.net/thekillersvictims/fonts/ss-standard.woff") format("woff"), url("http://cdn.sparkart.net/thekillersvictims/fonts/ss-standard.ttf") format("truetype"), url("http://cdn.sparkart.net/thekillersvictims/fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before, [class*=" ss-"].ss-standard.right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: '���'; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '���'; }

.ss-search:before, .ss-search.right:after {
  content: '����'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: '���'; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: '���'; }

.ss-view:before, .ss-view.right:after {
  content: '����'; }

.ss-attach:before, .ss-attach.right:after {
  content: '����'; }

.ss-link:before, .ss-link.right:after {
  content: '����'; }

.ss-move:before, .ss-move.right:after {
  content: '���'; }

.ss-write:before, .ss-write.right:after {
  content: '���'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '���'; }

.ss-erase:before, .ss-erase.right:after {
  content: '���'; }

.ss-compose:before, .ss-compose.right:after {
  content: '����'; }

.ss-lock:before, .ss-lock.right:after {
  content: '����'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '����'; }

.ss-key:before, .ss-key.right:after {
  content: '����'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '���'; }

.ss-ban:before, .ss-ban.right:after {
  content: '����'; }

.ss-trash:before, .ss-trash.right:after {
  content: '���'; }

.ss-target:before, .ss-target.right:after {
  content: '���'; }

.ss-tag:before, .ss-tag.right:after {
  content: '���'; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '����'; }

.ss-flag:before, .ss-flag.right:after {
  content: '���'; }

.ss-like:before, .ss-like.right:after {
  content: '����'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '����'; }

.ss-heart:before, .ss-heart.right:after {
  content: '���'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: '���'; }

.ss-star:before, .ss-star.right:after {
  content: '���'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: '���'; }

.ss-sample:before, .ss-sample.right:after {
  content: '���'; }

.ss-crop:before, .ss-crop.right:after {
  content: '���'; }

.ss-layers:before, .ss-layers.right:after {
  content: '���'; }

.ss-phone:before, .ss-phone.right:after {
  content: '����'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '���'; }

.ss-rss:before, .ss-rss.right:after {
  content: '���'; }

.ss-facetime:before, .ss-facetime.right:after {
  content: '���'; }

.ss-reply:before, .ss-reply.right:after {
  content: '���'; }

.ss-send:before, .ss-send.right:after {
  content: '���'; }

.ss-mail:before, .ss-mail.right:after {
  content: '���'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '����'; }

.ss-chat:before, .ss-chat.right:after {
  content: '����'; }

.ss-user:before, .ss-user.right:after {
  content: '����'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '����'; }

.ss-users:before, .ss-users.right:after {
  content: '����'; }

.ss-cart:before, .ss-cart.right:after {
  content: '���'; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '����'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '����'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '����'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: '���'; }

.ss-box:before, .ss-box.right:after {
  content: '����'; }

.ss-home:before, .ss-home.right:after {
  content: '���'; }

.ss-globe:before, .ss-globe.right:after {
  content: '����'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: '���'; }

.ss-compass:before, .ss-compass.right:after {
  content: '���'; }

.ss-signpost:before, .ss-signpost.right:after {
  content: '���'; }

.ss-map:before, .ss-map.right:after {
  content: '���'; }

.ss-location:before, .ss-location.right:after {
  content: '���'; }

.ss-pin:before, .ss-pin.right:after {
  content: '����'; }

.ss-database:before, .ss-database.right:after {
  content: '���'; }

.ss-hdd:before, .ss-hdd.right:after {
  content: '���'; }

.ss-music:before, .ss-music.right:after {
  content: '���'; }

.ss-mic:before, .ss-mic.right:after {
  content: '����'; }

.ss-volume:before, .ss-volume.right:after {
  content: '����'; }

.ss-volumelow:before, .ss-volumelow.right:after {
  content: '����'; }

.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '����'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: '���'; }

.ss-camera:before, .ss-camera.right:after {
  content: '����'; }

.ss-picture:before, .ss-picture.right:after {
  content: '����'; }

.ss-video:before, .ss-video.right:after {
  content: '����'; }

.ss-play:before, .ss-play.right:after {
  content: '���'; }

.ss-pause:before, .ss-pause.right:after {
  content: '���'; }

.ss-stop:before, .ss-stop.right:after {
  content: '���'; }

.ss-record:before, .ss-record.right:after {
  content: '���'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '���'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '���'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '���'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '���'; }

.ss-eject:before, .ss-eject.right:after {
  content: '���'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '����'; }

.ss-replay:before, .ss-replay.right:after {
  content: '���'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '����'; }

.ss-book:before, .ss-book.right:after {
  content: '����'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '����'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '����'; }

.ss-grid:before, .ss-grid.right:after {
  content: '���'; }

.ss-rows:before, .ss-rows.right:after {
  content: '���'; }

.ss-columns:before, .ss-columns.right:after {
  content: '���'; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '���'; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '����'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: '���'; }

.ss-tablet:before, .ss-tablet.right:after {
  content: '���'; }

.ss-cell:before, .ss-cell.right:after {
  content: '����'; }

.ss-battery:before, .ss-battery.right:after {
  content: '����'; }

.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: '���'; }

.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: '���'; }

.ss-batterylow:before, .ss-batterylow.right:after {
  content: '���'; }

.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: '���'; }

.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: '���'; }

.ss-download:before, .ss-download.right:after {
  content: '���'; }

.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: '���'; }

.ss-upload:before, .ss-upload.right:after {
  content: '���'; }

.ss-fork:before, .ss-fork.right:after {
  content: '���'; }

.ss-merge:before, .ss-merge.right:after {
  content: '���'; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '���'; }

.ss-sync:before, .ss-sync.right:after {
  content: '���'; }

.ss-loading:before, .ss-loading.right:after {
  content: '���'; }

.ss-wifi:before, .ss-wifi.right:after {
  content: '���'; }

.ss-connection:before, .ss-connection.right:after {
  content: '���'; }

.ss-file:before, .ss-file.right:after {
  content: '����'; }

.ss-folder:before, .ss-folder.right:after {
  content: '����'; }

.ss-quote:before, .ss-quote.right:after {
  content: '���'; }

.ss-text:before, .ss-text.right:after {
  content: '���'; }

.ss-font:before, .ss-font.right:after {
  content: '���'; }

.ss-print:before, .ss-print.right:after {
  content: '���'; }

.ss-fax:before, .ss-fax.right:after {
  content: '����'; }

.ss-list:before, .ss-list.right:after {
  content: '���'; }

.ss-layout:before, .ss-layout.right:after {
  content: '���'; }

.ss-action:before, .ss-action.right:after {
  content: '���'; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '���'; }

.ss-expand:before, .ss-expand.right:after {
  content: '���'; }

.ss-contract:before, .ss-contract.right:after {
  content: '���'; }

.ss-help:before, .ss-help.right:after {
  content: '���'; }

.ss-info:before, .ss-info.right:after {
  content: '���'; }

.ss-alert:before, .ss-alert.right:after {
  content: '���'; }

.ss-caution:before, .ss-caution.right:after {
  content: '���'; }

.ss-logout:before, .ss-logout.right:after {
  content: '���'; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '���'; }

.ss-delete:before, .ss-delete.right:after {
  content: '���'; }

.ss-settings:before, .ss-settings.right:after {
  content: '���'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: '���'; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '����'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '����'; }

.ss-clock:before, .ss-clock.right:after {
  content: '���'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '���'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '����'; }

.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: '���'; }

.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: '���'; }

.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: '���'; }

.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: '���'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '����'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '���'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '����'; }

.ss-up:before, .ss-up.right:after {
  content: '���'; }

.ss-upright:before, .ss-upright.right:after {
  content: '���'; }

.ss-right:before, .ss-right.right:after {
  content: '���'; }

.ss-downright:before, .ss-downright.right:after {
  content: '���'; }

.ss-down:before, .ss-down.right:after {
  content: '���'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '���'; }

.ss-left:before, .ss-left.right:after {
  content: '���'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '���'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: '���'; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '���'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '���'; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '���'; }

.ss-directup:before, .ss-directup.right:after {
  content: '���'; }

.ss-directright:before, .ss-directright.right:after {
  content: '���'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '���'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '���'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: '���'; }

/*! fancyBox v2.0.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0; }

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

.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

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

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

.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden; }

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

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top; }

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

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url("../images/fancy/fancybox_loading.gif");
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancy/fancy_close.png"); }

.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1004; }

.fancybox-prev, .fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("../images/fancy/blank.gif");
  /* helps IE */
  z-index: 1003; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-prev span, .fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003; }

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

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

.fancybox-prev:hover, .fancybox-next:hover {
  visibility: visible; }

.fancybox-prev:hover span {
  left: 20px; }

.fancybox-next:hover span {
  left: auto;
  right: 20px; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden; }

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000; }

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

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

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

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

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

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

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