@charset "UTF-8";
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/* line 1, ../common/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 6, ../common/_document.scss */
* {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 116, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../common/_document.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 24, ../common/_document.scss */
audio:not([controls]) {
  display: none;
}

/* line 28, ../common/_document.scss */
[hidden] {
  display: none;
}

/* line 33, ../common/_document.scss */
#skip a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
/* line 73, ../mixins/_mixins.scss */
#skip a:active, #skip a:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static !important;
  width: auto;
}

/* line 42, ../common/_document.scss */
#site-name {
  font-weight: 300;
  margin: 0;
  padding: 0 0 .5em;
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.2rem;
}

/* line 51, ../common/_document.scss */
div.view div.views-admin-links {
  width: auto;
}

/* line 60, ../common/_document.scss */
.ir {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  direction: ltr;
  *line-height: 0;
}
/* line 72, ../common/_document.scss */
.ir br {
  display: none;
}

/* line 77, ../common/_document.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 83, ../common/_document.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
/* line 86, ../common/_document.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static !important;
  width: auto;
}

/* line 92, ../common/_document.scss */
.invisible {
  visibility: hidden;
}

/* line 97, ../common/_document.scss */
.clearfix {
  *zoom: 1;
}
/* line 81, ../mixins/_mixins.scss */
.clearfix:before {
  content: "";
  display: table;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../common/_document.scss */
.clearleft, .clearl, .cleft {
  clear: left;
}

/* line 106, ../common/_document.scss */
.clearright, .clearr, .cright {
  clear: right;
}

/* line 110, ../common/_document.scss */
.clear, .clearboth, .clearall {
  clear: both;
}

/* line 115, ../common/_document.scss */
.floatleft, .fleft, .floatl {
  float: left;
  margin: 0 10px 5px 0;
}

/* line 119, ../common/_document.scss */
.floatright, .fright, .floatr {
  float: right;
  margin: 0 0 5px 10px;
}

/* line 128, ../common/_document.scss */
#system-themes-form img {
  width: 100px;
}

/* line 132, ../common/_document.scss */
.form-item .description {
  font-style: italic;
  margin-top: 5px;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/* line 140, ../common/_document.scss */
#edit-delete {
  color: #c00;
}

/* line 148, ../common/_document.scss */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 155, ../common/_document.scss */
html, button, input, select, textarea {
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #222;
}

/* line 160, ../common/_document.scss */
body {
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
  margin: 0;
  letter-spacing: .03em;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}

/* line 173, ../common/_document.scss */
::-moz-selection {
  color: #fff;
  background: #fe57a1;
  text-shadow: none;
}

/* line 178, ../common/_document.scss */
::selection {
  color: #fff;
  background: #fe57a1;
  text-shadow: none;
}

/* line 188, ../common/_document.scss */
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

/* line 194, ../common/_document.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../common/_document.scss */
figure {
  margin: 0;
}

/* line 208, ../common/_document.scss */
form {
  margin: 0;
}

/* line 212, ../common/_document.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 216, ../common/_document.scss */
label {
  cursor: pointer;
}

/* line 220, ../common/_document.scss */
legend {
  padding: 0;
  white-space: normal;
  border: 0;
  *margin-left: -7px;
}

/* line 228, ../common/_document.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 236, ../common/_document.scss */
button, input {
  line-height: normal;
}

/* line 240, ../common/_document.scss */
button, input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 247, ../common/_document.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 251, ../common/_document.scss */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 260, ../common/_document.scss */
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 268, ../common/_document.scss */
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 272, ../common/_document.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 278, ../common/_document.scss */
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

/* line 288, ../common/_document.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 295, ../common/_document.scss */
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 301, ../common/_document.scss */
td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
}

/* line 307, ../common/_document.scss */
tr.even, tr.odd {
  border-bottom: none;
  background-color: transparent;
}

/* line 315, ../common/_document.scss */
tr.odd {
  background-color: transparent;
}

/* line 323, ../common/_document.scss */
.chromeframe {
  margin: .2em 0;
  padding: .2em 0;
  color: black;
  background: #ccc;
}

/* line 334, ../common/_document.scss */
.wireframe-mode #header, .wireframe-mode #content-top, .wireframe-mode #content-top > *, .wireframe-mode #content-header, .wireframe-mode #content-header > *, .wireframe-mode #content-area, .wireframe-mode #content-area > *, .wireframe-mode #content-bottom, .wireframe-mode #content-bottom > *, .wireframe-mode #primary, .wireframe-mode #secondary, .wireframe-mode #sidebar-left-inner, .wireframe-mode #sidebar-right-inner, .wireframe-mode .block {
  padding: 2px;
  border: 1px solid #bbb;
}
/* line 338, ../common/_document.scss */
.wireframe-mode .node {
  margin-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
/* line 342, ../common/_document.scss */
.wireframe-mode .block {
  margin-bottom: 3px;
}
/* line 345, ../common/_document.scss */
.wireframe-mode #content-top, .wireframe-mode #content-header, .wireframe-mode #content-area, .wireframe-mode #content-bottom {
  margin: 0 3px 3px;
}
/* line 348, ../common/_document.scss */
.wireframe-mode #footer {
  margin-top: 3px;
  padding: 2px;
  border: 1px solid #ccc;
}
/* line 354, ../common/_document.scss */
.wireframe-mode .with-navigation #content, .wireframe-mode .with-navigation .sidebar {
  margin-top: 50px;
}
/* line 358, ../common/_document.scss */
.wireframe-mode #navigation {
  height: 50px;
}

/* line 1, ../common/_dom.scss */
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, ../common/_dom.scss */
html, body {
  overflow-x: hidden;
  width: 100%;
  color: #d2d2d2;
  background-color: #d2d2d2;
  background-color: #21222a;
  background-color: #21222a;
  background-color: #1f1f1f;
  background-color: #25282c;
}

/* line 20, ../common/_dom.scss */
body {
  overflow-y: hidden;
}
/* line 28, ../common/_dom.scss */
body.simple {
  height: 100%;
}

/* line 33, ../common/_dom.scss */
table {
  color: #1f1f1f;
  background-color: #d2d2d2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 38, ../common/_dom.scss */
table td {
  padding: 5px 7px;
  color: #1f1f1f;
}
/* line 41, ../common/_dom.scss */
table td a, table td a:visited {
  color: #1f1f1f;
}

@media print {
  /* line 10, ../common/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 19, ../common/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 23, ../common/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../common/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 31, ../common/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 37, ../common/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, ../common/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 46, ../common/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 50, ../common/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 58, ../common/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 63, ../common/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 67, ../common/_print.scss */
  .sidebar,
  #navigation,
  #header-region,
  #search-theme-form,
  #footer,
  .breadcrumb,
  .tabs,
  .feed-icon,
  .links {
    display: none;
  }

  /* line 79, ../common/_print.scss */
  #page {
    width: 100%;
  }

  /* line 83, ../common/_print.scss */
  #content,
  #content #content-inner,
  .content,
  .title {
    margin: 20px 0;
    width: auto;
  }

  /* line 92, ../common/_print.scss */
  a:hover, a:active, a:link, a:visited {
    color: black;
  }

  /* line 101, ../common/_print.scss */
  #content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 11px;
    line-height: 16.5px;
    font-size: 1.1rem;
    line-height: 1.65rem;
    font-weight: normal;
  }
}
/* line 1, ../common/_layout.scss */
.container {
  position: relative;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 540px) {
  /* line 1, ../common/_layout.scss */
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../common/_layout.scss */
  .container {
    width: 100%;
  }
}

/* line 15, ../common/_layout.scss */
#content {
  display: inline-block;
  width: calc(100% - 230px);
}
@media (max-width: 540px) {
  /* line 15, ../common/_layout.scss */
  #content {
    width: 100%;
  }
}

/* line 22, ../common/_layout.scss */
#sidenav {
  display: inline-block;
}
@media (max-width: 540px) {
  /* line 22, ../common/_layout.scss */
  #sidenav {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* line 31, ../common/_layout.scss */
  .page-forum #content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 36, ../common/_layout.scss */
  .page-forum #sidenav {
    display: none !important;
  }
}

/* line 2, ../common/_forms.scss */
#header input:not([type]), #header input[type='text'], #header input[type='password'] {
  background: #333 !important;
  padding: 6px 6px 4px 6px !important;
}

/* line 9, ../common/_forms.scss */
#page input:not([type]), #page input[type='text'], #page input[type='number'], #page input[type='password'], #page input[type='email'], #page textarea, #page select, #header input:not([type]), #header input[type='text'], #header input[type='number'], #header input[type='password'], #header input[type='email'], #header textarea, #header select {
  padding: 9px 5px 8px 12px;
  color: rgba(147, 206, 241, 0.9);
  border-bottom: 1px solid;
  background: #333;
  background: #191919;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #93cef1;
  border-color: rgba(147, 206, 241, 0.3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  max-width: 100%;
}
/* line 20, ../common/_forms.scss */
#page input:not([type]):focus, #page input[type='text']:focus, #page input[type='number']:focus, #page input[type='password']:focus, #page input[type='email']:focus, #page textarea:focus, #page select:focus, #header input:not([type]):focus, #header input[type='text']:focus, #header input[type='number']:focus, #header input[type='password']:focus, #header input[type='email']:focus, #header textarea:focus, #header select:focus {
  color: #93cef1;
  border-color: #93cef1;
  border-color: #93cef1;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 27, ../common/_forms.scss */
#page input[type='submit'], #header input[type='submit'] {
  padding: 5px 7px 4px 7px;
  color: #93cef1;
  color: rgba(147, 206, 241, 0.7);
  border: 1px solid;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #93cef1;
  border-color: rgba(147, 206, 241, 0.3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 36, ../common/_forms.scss */
#page input[type='submit']:hover, #header input[type='submit']:hover {
  color: #93cef1;
  border-color: #93cef1;
  border-color: rgba(147, 206, 241, 0.4);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 42, ../common/_forms.scss */
#page input[type='file'], #header input[type='file'] {
  color: rgba(147, 206, 241, 0.7);
}
/* line 46, ../common/_forms.scss */
#page textarea, #header textarea {
  white-space: normal;
}
/* line 50, ../common/_forms.scss */
#page textarea, #header textarea {
  background: #191919;
  white-space: normal;
}

/* line 2, ../common/_lists.scss */
ol, ul {
  margin: 5px 0 15px 15px;
}

/* line 5, ../common/_lists.scss */
ol li, ul li {
  margin: 10px 0 10px 5px;
}

/* line 8, ../common/_lists.scss */
ul li {
  list-style-type: disc;
}

/* line 11, ../common/_lists.scss */
ul li ul li {
  list-style-type: circle;
}

/* line 2, ../common/_tables.scss */
#content table thead {
  margin-bottom: 0;
  /*Remove spacing created by Basic Theme*/
  background: #1f1f1f;
}
/* line 6, ../common/_tables.scss */
#content table thead tr th {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  overflow: hidden;
  height: 40px;
  padding: 8px 12px 8px 12px;
  text-overflow: ellipsis;
  color: rgba(147, 206, 241, 0.7);
}
/* line 16, ../common/_tables.scss */
#content table thead tr th:first-child {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}
/* line 19, ../common/_tables.scss */
#content table thead tr th:last-child {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}
/* line 22, ../common/_tables.scss */
#content table thead tr th a, #content table thead tr th a:visited, #content table thead tr th a:hover, #content table thead tr th a:visited:hover {
  text-decoration: underline;
  color: rgba(147, 206, 241, 0.7);
}

/* line 2, ../common/_tabs.scss */
div.tabs ul {
  white-space: normal !important;
  border-bottom: none;
}
/* line 5, ../common/_tabs.scss */
div.tabs ul li {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  overflow: hidden;
  height: 40px;
  margin-bottom: 0;
  /*Remove spacing created by Basic Theme*/
  padding: 8px 12px;
  text-overflow: ellipsis;
  color: rgba(147, 206, 241, 0.7);
  background: #1f1f1f;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}
/* line 20, ../common/_tabs.scss */
div.tabs ul li.active {
  border: none;
}
/* line 22, ../common/_tabs.scss */
div.tabs ul li.active a {
  color: #93cef1;
  border: none;
  background: none;
}
/* line 28, ../common/_tabs.scss */
div.tabs ul li a {
  color: rgba(147, 206, 241, 0.7);
  border: none;
  background: none;
}
/* line 34, ../common/_tabs.scss */
div.tabs ul.primary li a:hover {
  background-color: none !important;
}

/* line 3, ../common/_messages.scss */
div.messages {
  margin: 0 0 10px 0;
  padding: 9px;
  color: #036;
  border: 1px solid #ace;
  background: #bdf;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 14, ../common/_messages.scss */
div.warning {
  color: #840;
  border-color: #ed5;
  background: #fe6;
}

/* line 20, ../common/_messages.scss */
div.error {
  color: white;
  border-color: #d52;
  background: #e63;
}

/* line 26, ../common/_messages.scss */
div.status {
  color: #360;
  border-color: #be7;
  background: #cf8;
}

/* line 2, ../partials/_sidebar.scss */
.two-sidebars .center, .sidebar-first .center {
  margin-left: 0;
}

/* line 6, ../partials/_sidebar.scss */
#sidenav {
  display: inline-block;
  float: right;
  width: 220px;
  color: #1f1f1f;
  border: none;
}
/* line 12, ../partials/_sidebar.scss */
#sidenav a, #sidenav table * tr {
  color: #1f1f1f;
}

/* line 17, ../partials/_sidebar.scss */
aside.sidebar {
  display: inline-block;
  float: right;
  margin-top: 60px;
  border: none;
}
/* line 25, ../partials/_sidebar.scss */
aside.sidebar .block-inner {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 14px #000;
  -moz-box-shadow: 0 0 14px #000;
  box-shadow: 0 0 14px #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* line 30, ../partials/_sidebar.scss */
aside.sidebar .block-inner h2.block-title {
  font-size: 15px;
  line-height: 23px;
  height: 40px;
  margin-bottom: 0;
  /*Remove spacing created by Basic Theme*/
  padding: 8px 12px;
  color: rgba(147, 206, 241, 0.5);
  color: #d2d2d2;
}
/* line 40, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content {
  margin: 0;
  padding: 10px 10px 10px 10px;
}
/* line 43, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content ul {
  margin: 0;
}
/* line 45, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content ul li {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}
/* line 49, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content ul li:before {
  font-size: 15px;
  padding-right: 3px;
  content: '» ';
}
/* line 55, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content ul li div {
  display: inline;
}
/* line 59, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content ul.menu {
  padding-left: 0;
}
/* line 63, ../partials/_sidebar.scss */
aside.sidebar .block-inner .content .views-field-created {
  display: none;
}

/* line 72, ../partials/_sidebar.scss */
#sidebar-first .block .content {
  /*-moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;*/
  background-color: #1f1f1f;
  background-color: #d2d2d2;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}

/* line 89, ../partials/_sidebar.scss */
.sidebar-table table {
  padding: 1px;
}

/* line 1, ../partials/_header.scss */
header#header {
  /*position: fixed;*/
  left: 0;
  display: block;
  width: 100%;
  height: 115px;
  border: none;
  border-bottom: 3px solid #f76421;
  border-bottom: 1px solid #343434;
  border-bottom: 1px solid #111;
  /*z-index: 5;*/
  background-color: #25282c;
  /*#252525;*/
  background-color: #1f1f1f;
  /*#252525;*/
  background-color: #161616;
  /*#252525;*/
  -webkit-box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
}
/* line 17, ../partials/_header.scss */
header#header #logo img {
  max-width: 340px;
  margin-top: 10px;
}
@media (max-width: 540px) {
  /* line 17, ../partials/_header.scss */
  header#header #logo img {
    max-width: 250px;
    margin-top: 41px;
  }
}

/* line 29, ../partials/_header.scss */
#navigation a {
  color: #1f1f1f;
}
/* line 32, ../partials/_header.scss */
#navigation ul {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 37, ../partials/_header.scss */
#navigation li {
  float: left;
  margin: 5px;
  list-style: none;
}

/* line 45, ../partials/_header.scss */
#block-user-login, #block-search-form {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

/* line 54, ../partials/_header.scss */
#user-login-form {
  /*Make account request and retrieval links in line with login button*/
}
/* line 55, ../partials/_header.scss */
#user-login-form label, #user-login-form .form-item {
  display: inline-block;
  /* Makes login box horizontal e.g "Label: Textfield" rather than textfield underneath label)*/
  margin: 0;
}
/* line 59, ../partials/_header.scss */
#user-login-form ul {
  float: left;
  width: calc(100% - 70px);
  list-style-type: none;
}
/* line 63, ../partials/_header.scss */
#user-login-form ul li {
  display: inline-block;
}
/* line 65, ../partials/_header.scss */
#user-login-form ul li.last {
  display: none;
}
/* line 71, ../partials/_header.scss */
#user-login-form .item-list {
  display: block;
  margin-top: 15px;
}
@media (max-width: 540px) {
  /* line 71, ../partials/_header.scss */
  #user-login-form .item-list {
    margin-top: 7px;
  }
}
/* line 79, ../partials/_header.scss */
#user-login-form .form-type-textfield {
  padding-right: 7px;
}
@media (max-width: 540px) {
  /* line 79, ../partials/_header.scss */
  #user-login-form .form-type-textfield {
    display: block;
    clear: both;
    margin-bottom: 2px;
    padding-right: 0;
  }
}
/* line 91, ../partials/_header.scss */
#user-login-form div#edit-actions {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
/* line 97, ../partials/_header.scss */
#user-login-form .form-submit {
  margin-top: -5px;
}
/* line 100, ../partials/_header.scss */
#user-login-form .form-required {
  display: none;
}
/* line 103, ../partials/_header.scss */
#user-login-form label {
  font-weight: normal;
  color: rgba(147, 206, 241, 0.5);
}

/* line 1, ../partials/_nav.scss */
nav#navigation {
  height: 30px;
  background: #d2d2d2;
}
/* line 4, ../partials/_nav.scss */
nav#navigation li {
  float: left;
  margin: 5px;
  list-style: none;
}

/*Content Display Controls*/
/* line 3, ../partials/_front-popular.scss */
#spiked-frontcontent-content-display-control {
  z-index: 3;
  min-height: 40px;
  padding: 8px 12px;
  color: #d2d2d2;
}
/* line 14, ../partials/_front-popular.scss */
#spiked-frontcontent-content-display-control.topLoading .content-display-link, #spiked-frontcontent-content-display-control.contentLoading .content-display-link {
  cursor: wait;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 20, ../partials/_front-popular.scss */
#spiked-frontcontent-container {
  color: #1f1f1f;
  -webkit-box-shadow: 0 0 14px #000;
  -moz-box-shadow: 0 0 14px #000;
  box-shadow: 0 0 14px #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* line 24, ../partials/_front-popular.scss */
#spiked-frontcontent-container a {
  color: #1f1f1f;
}

/* line 29, ../partials/_front-popular.scss */
#front-content {
  color: #25282c;
}

/* line 33, ../partials/_front-popular.scss */
.content-display-link {
  font-size: 15px;
  line-height: 23px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 44, ../partials/_front-popular.scss */
.content-display-link a {
  color: #93cef1;
}

/* line 54, ../partials/_front-popular.scss */
.selected-filter {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 60, ../partials/_front-popular.scss */
#spiked-frontcontent-page-display {
  float: left;
}

/* line 64, ../partials/_front-popular.scss */
.spiked-frontcontent-tile-container {
  color: black;
}

/* line 71, ../partials/_front-popular.scss */
.spiked-frontcontent-tile-display {
  clear: both;
  /*disable this for testing only*/
}

/* line 90, ../partials/_front-popular.scss */
#spiked-frontcontent-high-rated {
  margin-bottom: 10px;
  background-color: #d2d2d2;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}

/* line 98, ../partials/_front-popular.scss */
#popular-loading {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 223px;
  background: url("../../images/loading_gears.svg") no-repeat center;
  background-size: 50% 50%;
}

/* line 110, ../partials/_front-popular.scss */
#popular-msg-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #25282c;
}

/* line 121, ../partials/_front-popular.scss */
#popular-display {
  display: block !important;
  float: left;
  /*background-color: #D2D2D2;*/
  width: 100%;
  min-height: 223px;
}
/* line 128, ../partials/_front-popular.scss */
#popular-display #popular-info iframe, #popular-display #popular-info img {
  display: none;
}

/* line 134, ../partials/_front-popular.scss */
#popular-cubes {
  position: relative;
  float: left;
  width: 31%;
  max-width: 360px;
  margin: 10px 10px 0 10px;
}
@media (max-width: 768px) {
  /* line 134, ../partials/_front-popular.scss */
  #popular-cubes {
    display: none !important;
  }
}

/* line 149, ../partials/_front-popular.scss */
.popular-cube {
  position: relative;
  float: left;
  overflow: hidden;
  min-height: 71px;
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 197, ../jeet/_grid.scss */
.popular-cube:before, .popular-cube:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.popular-cube:after {
  clear: both;
}
/* line 40, ../jeet/_grid.scss */
.popular-cube:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
/* line 45, ../jeet/_grid.scss */
.popular-cube:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 1023px) {
  /* line 149, ../partials/_front-popular.scss */
  .popular-cube {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  /* line 149, ../partials/_front-popular.scss */
  .popular-cube {
    min-height: 50px;
  }
}
@media (max-width: 540px) {
  /* line 149, ../partials/_front-popular.scss */
  .popular-cube {
    min-height: 40px;
  }
}

/* line 170, ../partials/_front-popular.scss */
.popular-cube a img {
  position: absolute;
  width: 100%;
  max-width: 110px;
}

/* line 177, ../partials/_front-popular.scss */
#popular-detail-container {
  float: left;
  width: 65%;
}
@media (max-width: 768px) {
  /* line 177, ../partials/_front-popular.scss */
  #popular-detail-container {
    width: calc(100%);
  }
}

/* line 186, ../partials/_front-popular.scss */
#popular-pic {
  float: left;
  width: 50%;
  max-width: 360px;
}
@media (max-width: 768px) {
  /* line 186, ../partials/_front-popular.scss */
  #popular-pic {
    padding-left: 10px;
  }
}

/* line 196, ../partials/_front-popular.scss */
#popular-pic img {
  width: 100%;
  min-width: 62%;
  max-width: 361px;
  padding: 10px 0 10px 0;
  vertical-align: middle;
  background-color: #d2d2d2;
}
@media (max-width: 768px) {
  /* line 196, ../partials/_front-popular.scss */
  #popular-pic img {
    min-width: calc(50%);
  }
}

/* line 209, ../partials/_front-popular.scss */
#popular-info {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 10px;
  padding-left: 10px;
  /*margin: $popular-vid-margin;*/
}
@media (max-width: 768px) {
  /* line 209, ../partials/_front-popular.scss */
  #popular-info {
    max-width: calc(50% - 10px);
  }
}

/* line 225, ../partials/_front-popular.scss */
.popular-title {
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

/* line 233, ../partials/_front-popular.scss */
.popular-desc {
  /*position: absolute;*/
  float: left;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
  text-overflow: ellipsis;
  color: #25282c;
}

/*#popular-desc:after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}*/
/*#popular-date {
    float: left;
}*/
/* line 255, ../partials/_front-popular.scss */
.popular-stats-container {
  padding: 3px 0 0 3px;
}

@media (max-width: 540px) {
  /* line 258, ../partials/_front-popular.scss */
  #popular-date {
    clear: both;
  }
}

/* line 264, ../partials/_front-popular.scss */
.popular-uploader {
  font-weight: bold;
  margin-top: 5px;
  color: #25282c;
}

/* line 270, ../partials/_front-popular.scss */
#popular-views {
  float: left;
  padding-right: 10px;
}

/* line 281, ../partials/_front-popular.scss */
.popular-rating {
  float: right;
}
@media (max-width: 540px) {
  /* line 281, ../partials/_front-popular.scss */
  .popular-rating {
    float: left;
    clear: left;
  }
}

/* line 1, ../partials/_comments.scss */
.comment, .comment-form {
  clear: both;
}
/* line 3, ../partials/_comments.scss */
.comment img, .comment-form img {
  height: auto;
}
/* line 7, ../partials/_comments.scss */
.comment blockquote, .comment-form blockquote {
  padding: .5em 10px;
  quotes: "“" "”" "‘" "’";
  border-left: 5px solid #333;
  background: #222;
}
/* line 13, ../partials/_comments.scss */
.comment blockquote:before, .comment-form blockquote:before {
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  content: open-quote;
  vertical-align: -.4em;
}
/* line 21, ../partials/_comments.scss */
.comment blockquote p:first-child, .comment-form blockquote p:first-child {
  display: inline;
}

/* line 27, ../partials/_comments.scss */
.form-textarea-wrapper textarea {
  min-height: 150px;
}

/* line 31, ../partials/_comments.scss */
.user-avatar {
  position: relative;
  float: left;
  width: 96px;
}

/* line 37, ../partials/_comments.scss */
.user_badges {
  float: left;
  height: 32px;
}

/* line 42, ../partials/_comments.scss */
.user_badges img {
  float: left;
  width: 32px;
  margin: 0 5px 0 5px;
}

/* line 48, ../partials/_comments.scss */
.comment-footer {
  font-size: .85em;
  height: 16px;
}

/* line 53, ../partials/_comments.scss */
.submitted {
  font-size: .8em;
  float: left;
}

/* line 58, ../partials/_comments.scss */
.comment-inner {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  color: #ffc83c;
}

/*Speech bubble effect, courtesy of http://ilikepixels.co.uk/drop/bubbler/ Modded for SpikedNation*/
/* line 66, ../partials/_comments.scss */
.comment-inner .comment-speech {
  position: relative;
  height: auto;
  margin-bottom: 10px;
  margin-left: 100px;
  padding: 5px 0 8px 15px;
  border: #d6d6d6 solid 3px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #191919;
}

/* line 79, ../partials/_comments.scss */
.comment-structure {
  min-height: 60px;
}

/* line 83, ../partials/_comments.scss */
.comment-content {
  display: inline-block;
  width: 90%;
}

/* line 88, ../partials/_comments.scss */
.comment-vote-box {
  display: inline-block;
  float: right;
  width: 10%;
}

/* line 94, ../partials/_comments.scss */
.comment-inner .comment-speech:after {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: -24px;
  display: block;
  width: 0;
  content: '';
  border-width: 14px 24px 14px 0;
  border-style: solid;
  border-color: transparent #191919;
}

/* line 107, ../partials/_comments.scss */
.comment-inner .comment-speech:before {
  position: absolute;
  z-index: 0;
  top: 22px;
  left: -29px;
  display: block;
  width: 0;
  content: '';
  border-width: 16px 28px 16px 0;
  border-style: solid;
  border-color: transparent #d6d6d6;
}

/*End generated CSS from ilikepixels*/
/* line 121, ../partials/_comments.scss */
.comment-inner .comment-speech.new-comment {
  border: 4px solid green;
}

/* line 125, ../partials/_comments.scss */
.comment-inner .comment-speech.new-comment:before {
  border-width: 16px 28px 16px 0;
  border-color: transparent green;
}

/* line 130, ../partials/_comments.scss */
.comment-inner .comment-speech.popular-comment:before {
  border-width: 16px 28px 16px 0;
  border-color: transparent #ffc83c;
}

/* line 135, ../partials/_comments.scss */
.comment-inner .comment-speech.popular-comment {
  border: 4px solid #ffc83c;
}

/* line 139, ../partials/_comments.scss */
.comment-inner .comment-speech.dimmed-comment:before {
  border-width: 14px 28px 14px 0;
  border-color: transparent #d6d6d6;
}

/* line 144, ../partials/_comments.scss */
.comment-inner .comment-speech.dimmed-comment:after {
  top: 23px;
  left: -24px;
  border-width: 12px 26px 12px 0;
  border-style: none;
  border-color: transparent #d6d6d6;
}

/* line 152, ../partials/_comments.scss */
.comment-inner .comment-speech.dimmed-comment {
  overflow: hidden;
  height: 60px;
  opacity: .5;
  border: 4px solid #d6d6d6;
}

/* line 159, ../partials/_comments.scss */
.comment-inner .comment-speech.dimmed-comment:hover {
  height: 100%;
  opacity: .9;
}

/* line 164, ../partials/_comments.scss */
.comment-inner .user-picture img {
  width: 85px;
  height: 85px;
  text-align: center;
}

/* line 170, ../partials/_comments.scss */
#comments a, .comment-footer a, .comment-inner .user-avatar a {
  text-decoration: none !important;
  color: #d74800;
}

/* line 175, ../partials/_comments.scss */
.comment-speech .line-seperator {
  height: 1px;
  margin-bottom: 5px;
  border-bottom: 1px solid #313030;
  background: #717171;
}

/* line 182, ../partials/_comments.scss */
.comment-speech .content {
  min-height: 80px;
}

/* line 186, ../partials/_comments.scss */
.comment-date {
  float: left;
  /*text-align: right;*/
}

/* line 191, ../partials/_comments.scss */
.comment-submitter {
  font-size: .9em;
  float: left;
}

/*Up/down rate widget styling*/
/* line 197, ../partials/_comments.scss */
.rate-widget-1.rate-widget-number_up_down {
  float: right;
  min-width: 16px;
  max-width: 2em;
}

/* line 203, ../partials/_comments.scss */
.rate-widget-1.rate-widget-number_up_down .rate-number-up-down-btn-down {
  margin-top: -4px;
}

/* line 207, ../partials/_comments.scss */
.rate-widget-1.rate-widget-number_up_down .rate-description, .rate-info {
  display: none;
}

/* line 211, ../partials/_comments.scss */
div.form-textarea-wrapper iframe {
  background-color: #fff;
}

/*Hacky fix to limit number of comment indentations*/
/* line 216, ../partials/_comments.scss */
.indented .indented .indented .indented .indented .indented {
  margin-left: 0;
}

/* line 222, ../partials/_comments.scss */
.comment-content ol, .comment-content ul {
  margin: 5px 0 15px 15px;
}
/* line 225, ../partials/_comments.scss */
.comment-content ol li, .comment-content ul li {
  margin: 10px 0 10px 5px;
}
/* line 228, ../partials/_comments.scss */
.comment-content ul li {
  list-style-type: disc;
}
/* line 231, ../partials/_comments.scss */
.comment-content ul li ul li {
  list-style-type: circle;
}

/* line 3, ../pages/_default.scss */
#site-name {
  display: none;
}

/* line 7, ../pages/_default.scss */
#page {
  width: 100%;
  margin: 0 auto;
}

/* line 15, ../pages/_default.scss */
#main #content #content-area {
  position: relative;
}

/*#main #content
{
    margin-left: 50px;
}*/
/* line 35, ../pages/_default.scss */
#footer {
  position: fixed;
  bottom: 0;
}

/* line 40, ../pages/_default.scss */
footer .links ul.links.inline {
  color: black;
  background-color: #d6d6d6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 46, ../pages/_default.scss */
footer .links ul.links.inline.a.link {
  text-decoration: none;
  color: #d74800;
}

/* line 51, ../pages/_default.scss */
.content header {
  height: 20px;
  height: 40px;
  color: black;
  background-color: #e2e2e2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 59, ../pages/_default.scss */
.content {
  /*background-color: #08090A;*/
}

/* line 64, ../pages/_default.scss */
a, a:visited {
  text-decoration: none;
  color: #d2d2d2;
}
/* line 68, ../pages/_default.scss */
a:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 79, ../pages/_default.scss */
img {
  max-width: 100%;
}

/* line 83, ../pages/_default.scss */
#page #navigation {
  padding: 0;
  border: none;
  background-color: #e7e7e7;
}

/* line 89, ../pages/_default.scss */
#navigation #secondary.sub-menu {
  float: right;
}

/* line 93, ../pages/_default.scss */
#page #navigation a:link, #page #navigation a:visited, #page #navigation li a.active, .tabs li a.active {
  font-weight: bold;
  color: #d74800;
}

/* line 6, ../pages/_front.scss */
body.front #content-area .content article header {
  display: none;
}
/* line 8, ../pages/_front.scss */
body.front #content-area .content article header ~ .content {
  display: none;
}

/* line 19, ../pages/_front.scss */
h1.title {
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  margin-left: 10px;
}

/* line 27, ../pages/_front.scss */
.important-announcements {
  padding: 5px;
  border: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 33, ../pages/_front.scss */
#important-announcements-content {
  color: black;
}

/* line 37, ../pages/_front.scss */
.end-of-page, .end-of-requests {
  float: left;
  width: 100%;
  color: gray;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/*#popular-vids {
    width: 970px;
    margin: auto;
}*/
/* line 50, ../pages/_front.scss */
.content header {
  display: none;
}

/* line 59, ../pages/_front.scss */
.vid-display {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px !important;
  background-color: #d2d2d2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media (min-width: 1700px) {
  /* line 59, ../pages/_front.scss */
  .vid-display {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 19.6%;
    margin-left: 0%;
    margin-right: 0.5%;
  }
  /* line 197, ../jeet/_grid.scss */
  .vid-display:before, .vid-display:after {
    content: '';
    display: table;
  }
  /* line 201, ../jeet/_grid.scss */
  .vid-display:after {
    clear: both;
  }
  /* line 40, ../jeet/_grid.scss */
  .vid-display:nth-child(5n) {
    margin-right: 0%;
    float: right;
  }
  /* line 45, ../jeet/_grid.scss */
  .vid-display:nth-child(5n + 1) {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  /* line 59, ../pages/_front.scss */
  .vid-display {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.4375%;
    margin-left: 0%;
    margin-right: 0.75%;
  }
  /* line 197, ../jeet/_grid.scss */
  .vid-display:before, .vid-display:after {
    content: '';
    display: table;
  }
  /* line 201, ../jeet/_grid.scss */
  .vid-display:after {
    clear: both;
  }
  /* line 40, ../jeet/_grid.scss */
  .vid-display:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  /* line 45, ../jeet/_grid.scss */
  .vid-display:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  /* line 59, ../pages/_front.scss */
  .vid-display {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 32.66667%;
    margin-left: 0%;
    margin-right: 1%;
  }
  /* line 197, ../jeet/_grid.scss */
  .vid-display:before, .vid-display:after {
    content: '';
    display: table;
  }
  /* line 201, ../jeet/_grid.scss */
  .vid-display:after {
    clear: both;
  }
  /* line 40, ../jeet/_grid.scss */
  .vid-display:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  /* line 45, ../jeet/_grid.scss */
  .vid-display:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  /* line 59, ../pages/_front.scss */
  .vid-display {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
  }
  /* line 197, ../jeet/_grid.scss */
  .vid-display:before, .vid-display:after {
    content: '';
    display: table;
  }
  /* line 201, ../jeet/_grid.scss */
  .vid-display:after {
    clear: both;
  }
  /* line 40, ../jeet/_grid.scss */
  .vid-display:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  /* line 45, ../jeet/_grid.scss */
  .vid-display:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 599px) {
  /* line 59, ../pages/_front.scss */
  .vid-display {
    float: none;
    width: 100%;
  }
}
/* line 82, ../pages/_front.scss */
.vid-display .vid-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* line 88, ../pages/_front.scss */
.vid-display .vid-image img {
  margin-bottom: 7px;
}

/* line 130, ../pages/_front.scss */
.vid-title {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
  height: 23px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 146, ../pages/_front.scss */
.vid-title a:hover {
  text-decoration: none;
}

/* line 151, ../pages/_front.scss */
.vid-uploader {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

/* line 157, ../pages/_front.scss */
.user-picture {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

/* line 163, ../pages/_front.scss */
.user-picture img {
  width: 40px;
  height: 40px;
  padding: 5px;
}

/* line 169, ../pages/_front.scss */
.vid-date, .popular-date {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 175, ../pages/_front.scss */
.vid-views, .popular-views {
  float: left;
  clear: left;
  padding-right: 10px;
}

/* line 181, ../pages/_front.scss */
.vid-comments, .popular-comments {
  display: inline-block;
  float: left;
  clear: right;
  padding-right: 10px;
}

/* line 189, ../pages/_front.scss */
.vid-vote-count, .popular-vote-count {
  display: block;
  float: left;
  /*clear: left;*/
}

/* line 200, ../pages/_front.scss */
.vid-rating {
  float: right;
  margin-top: 3px;
}
@media (min-width: 600px) and (max-width: 899px) {
  /* line 200, ../pages/_front.scss */
  .vid-rating {
    float: left;
    clear: both;
  }
}

/* line 210, ../pages/_front.scss */
#loading {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 200px;
  height: 20px;
  background: url("../../images/ajax-loader.gif") no-repeat center;
}

/* line 220, ../pages/_front.scss */
#back-to-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 128px;
  height: 128px;
  margin: 10px;
  cursor: pointer;
  color: #0080ff;
  background: url("../../images/back_to_top.png") no-repeat center;
}

/*** Front page icons ***/
/* line 235, ../pages/_front.scss */
.view-icon:before {
  display: inline-block;
  width: 20px;
  height: 18px;
  content: '';
  /*Empty content, required for pseudo element to display*/
  background: url("../../images/spiked/front_icons.png") no-repeat scroll 0;
  /*Top Left of image*/
}

/* line 243, ../pages/_front.scss */
.comment-icon:before {
  display: inline-block;
  width: 20px;
  height: 18px;
  content: '';
  background: url("../../images/spiked/front_icons.png") no-repeat scroll -20px;
  /*Top right of image*/
}

/* line 251, ../pages/_front.scss */
.vote-icon:before {
  display: inline-block;
  width: 20px;
  height: 18px;
  content: '';
  background: url("../../images/spiked/front_icons.png") no-repeat scroll -41px;
  /*Top right of image*/
}

/* line 2, ../pages/_content.scss */
#content-area {
  max-width: calc(100% - 20px);
}
/* line 5, ../pages/_content.scss */
#content-area .content article header {
  display: block;
}
/* line 7, ../pages/_content.scss */
#content-area .content article header .user-picture, #content-area .content article header .submitted {
  font-size: 15px;
  float: none;
}
/* line 12, ../pages/_content.scss */
#content-area .content iframe {
  width: 760px;
  max-width: 100%;
  height: 430px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  /* line 12, ../pages/_content.scss */
  #content-area .content iframe {
    height: 40vw;
  }
}
@media (max-width: 768px) {
  /* line 12, ../pages/_content.scss */
  #content-area .content iframe {
    height: 40vw;
  }
}
@media (max-width: 540px) {
  /* line 12, ../pages/_content.scss */
  #content-area .content iframe {
    height: 50vw;
  }
}
/* line 27, ../pages/_content.scss */
#content-area .content span.submitted a {
  color: #d74800;
}
/* line 31, ../pages/_content.scss */
#content-area .content .content a {
  text-decoration: underline;
}
/* line 35, ../pages/_content.scss */
#content-area .content .content blockquote {
  padding: .5em 10px;
  quotes: "“" "”" "‘" "’";
  border-left: 5px solid #333;
  background: #222;
}
/* line 41, ../pages/_content.scss */
#content-area .content .content blockquote:before {
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  content: open-quote;
  vertical-align: -.4em;
}
/* line 49, ../pages/_content.scss */
#content-area .content .content blockquote p:first-child {
  display: inline;
}
@media (min-width: 1300px) {
  /* line 55, ../pages/_content.scss */
  #content-area .field-name-field-media {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 60, ../pages/_content.scss */
  #content-area .content {
    max-width: 100%;
    margin: 0 auto;
  }
}
/* line 69, ../pages/_content.scss */
#content-area .field-name-body {
  padding-top: 10px;
}
/* line 72, ../pages/_content.scss */
#content-area .field-name-field-media-fivestar {
  display: inline-block;
}
/* line 75, ../pages/_content.scss */
#content-area footer {
  clear: both;
}
/* line 77, ../pages/_content.scss */
#content-area footer .links {
  display: none;
}
/* line 81, ../pages/_content.scss */
#content-area .field-name-field-media {
  margin: 0 auto;
}
/* line 93, ../pages/_content.scss */
#content-area #comments .comment-speech {
  max-width: 720px;
}
/* line 97, ../pages/_content.scss */
#content-area .comment-form {
  max-width: 760px;
}

/* line 2, ../pages/_forum.scss */
.action-links {
  padding: 5px 0 10px 5px;
  list-style-type: none;
}
/* line 6, ../pages/_forum.scss */
.action-links li:before {
  font-size: 15px;
  padding-right: 3px;
  content: '» ';
  color: #d2d2d2;
  /* or whatever color you prefer */
}

/* line 14, ../pages/_forum.scss */
#forum table thead {
  background-color: #1f1f1f;
}

@media (max-width: 768px) {
  /* line 3, ../pages/_user.scss */
  .page-user #content {
    width: 100%;
  }
  /* line 6, ../pages/_user.scss */
  .page-user #sidenav {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* line 3, ../pages/_tracker.scss */
  .page-tracker #content {
    width: 100%;
  }
  /* line 6, ../pages/_tracker.scss */
  .page-tracker #sidenav {
    display: none !important;
  }
}

/* line 2, ../overrides/_userpoints.scss */
th.userpoints-transactions-header-status, th.userpoints-transactions-header-actions, td.userpoints-transactions-field-status, td.userpoints-transactions-field-actions {
  display: none;
}

/* line 4, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static .cancel, body.logged-in .node-video-submission div.fivestar-widget-static .star, body.logged-in .node-video-submission div.fivestar-widget .cancel, body.logged-in .node-video-submission div.fivestar-widget .star {
  width: 32px;
  height: 32px;
}
/* line 8, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static .cancel, body.logged-in .node-video-submission div.fivestar-widget-static .cancel a, body.logged-in .node-video-submission div.fivestar-widget .cancel, body.logged-in .node-video-submission div.fivestar-widget .cancel a {
  background-image: url(/sites/all/themes/spikednation/images/fivestar/cancel.png);
  background-position: 0 0;
  background-size: 64px 64px;
}
/* line 13, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static .star, body.logged-in .node-video-submission div.fivestar-widget .star {
  background-image: url(/sites/all/themes/spikednation/images/fivestar/star.png);
  background-size: 32px 96px;
}
/* line 16, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static .star span.on, body.logged-in .node-video-submission div.fivestar-widget-static .star span.off, body.logged-in .node-video-submission div.fivestar-widget-static .star a, body.logged-in .node-video-submission div.fivestar-widget .star span.on, body.logged-in .node-video-submission div.fivestar-widget .star span.off, body.logged-in .node-video-submission div.fivestar-widget .star a {
  background: url(/sites/all/themes/spikednation/images/fivestar/star.png);
  background-size: 32px 96px;
}
/* line 20, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static .star span.on, body.logged-in .node-video-submission div.fivestar-widget .star span.on {
  background-position: 0 -32px;
  /* RTL */
}
/* line 24, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static div.on a, body.logged-in .node-video-submission div.fivestar-widget div.on a {
  background: url(/sites/all/themes/spikednation/images/fivestar/star.png);
  background-position: 0 -32px;
  /* RTL */
}
/* line 28, ../overrides/_fivestar.scss */
body.logged-in .node-video-submission div.fivestar-widget-static div.hover a, body.logged-in .node-video-submission div.fivestar-widget-static div.rating div a:hover, body.logged-in .node-video-submission div.fivestar-widget div.hover a, body.logged-in .node-video-submission div.fivestar-widget div.rating div a:hover {
  background: url(/sites/all/themes/spikednation/images/fivestar/star.png);
  background-position: 0 -64px;
  /* RTL */
}

/* line 79, ../overrides/_fivestar.scss */
#original-fivestar-styles {
  /* Javascript Star Version */
}
/* line 80, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget-static .star {
  float: left;
  /* RTL */
  overflow: hidden;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  background: url(../widgets/default/star.gif) no-repeat 0 0;
  /* RTL */
}
/* line 88, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget-static .star span.on {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../widgets/default/star.gif) no-repeat 0 -32px;
  /* RTL */
}
/* line 94, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../widgets/default/star.gif) no-repeat 0 0;
  /* RTL */
}
/* line 101, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget {
  display: block;
}
/* line 104, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget .cancel, #original-fivestar-styles div.fivestar-widget .star {
  float: left;
  /* RTL */
  overflow: hidden;
  width: 17px;
  height: 15px;
  text-indent: -999em;
}
/* line 111, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget .cancel, #original-fivestar-styles div.fivestar-widget .cancel a {
  text-decoration: none;
  background: url(../widgets/default/delete.gif) no-repeat 0 -16px;
  /* RTL */
}
/* line 115, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget .star, #original-fivestar-styles div.fivestar-widget .star a {
  text-decoration: none;
  background: url(../widgets/default/star.gif) no-repeat 0 0;
  /* RTL */
}
/* line 119, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget .cancel a, #original-fivestar-styles div.fivestar-widget .star a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: 0 0;
  /* RTL */
}
/* line 126, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget div.on a {
  background-position: 0 -16px;
  /* RTL */
}
/* line 129, ../overrides/_fivestar.scss */
#original-fivestar-styles div.fivestar-widget div.hover a, #original-fivestar-styles div.rating div a:hover {
  background-position: 0 -32px;
  /* RTL */
}

/* line 2, ../overrides/magnific-popup/_dark.scss */
.mfp-wrap .mfp-content {
  width: auto;
}
/* line 4, ../overrides/magnific-popup/_dark.scss */
.mfp-wrap .mfp-content section.account-access {
  width: 26em;
  min-height: 23em;
  margin: 0 auto;
  padding: 1em 2.5em;
  color: #999;
  border-radius: 6px;
  background-color: #21222a;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}
/* line 16, ../overrides/magnific-popup/_dark.scss */
.mfp-wrap .mfp-content section.account-access .mfp-close {
  color: #7e7f82;
}

/* line 23, ../overrides/magnific-popup/_dark.scss */
.mfp-bg {
  position: fixed;
  z-index: 2147483643;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
  filter: alpha(opacity=80);
}

/* line 36, ../overrides/magnific-popup/_dark.scss */
.mfp-wrap {
  position: fixed;
  z-index: 2147483644;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 47, ../overrides/magnific-popup/_dark.scss */
.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

/* line 58, ../overrides/magnific-popup/_dark.scss */
.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

/* line 64, ../overrides/magnific-popup/_dark.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 67, ../overrides/magnific-popup/_dark.scss */
.mfp-content {
  position: relative;
  z-index: 2147483646;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

/* line 75, ../overrides/magnific-popup/_dark.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 79, ../overrides/magnific-popup/_dark.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 82, ../overrides/magnific-popup/_dark.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 86, ../overrides/magnific-popup/_dark.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 91, ../overrides/magnific-popup/_dark.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 94, ../overrides/magnific-popup/_dark.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 100, ../overrides/magnific-popup/_dark.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 103, ../overrides/magnific-popup/_dark.scss */
.mfp-hide {
  display: none !important;
}

/* line 106, ../overrides/magnific-popup/_dark.scss */
.mfp-preloader {
  position: absolute;
  z-index: 2147483645;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}

/* line 117, ../overrides/magnific-popup/_dark.scss */
.mfp-preloader a {
  color: #ccc;
}

/* line 120, ../overrides/magnific-popup/_dark.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 123, ../overrides/magnific-popup/_dark.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 126, ../overrides/magnific-popup/_dark.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 129, ../overrides/magnific-popup/_dark.scss */
button.mfp-close, button.mfp-arrow {
  z-index: 2147483647;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}

/* line 140, ../overrides/magnific-popup/_dark.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 144, ../overrides/magnific-popup/_dark.scss */
.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: white;
}

/* line 160, ../overrides/magnific-popup/_dark.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 163, ../overrides/magnific-popup/_dark.scss */
.mfp-close:active {
  top: 1px;
}

/* line 166, ../overrides/magnific-popup/_dark.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 169, ../overrides/magnific-popup/_dark.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: white;
}

/* line 176, ../overrides/magnific-popup/_dark.scss */
.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
}

/* line 184, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: transparent;
}

/* line 196, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 199, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

/* line 202, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}

/* line 214, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

/* line 219, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 223, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 226, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid white;
}

/* line 230, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 234, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 237, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid white;
}

/* line 241, ../overrides/magnific-popup/_dark.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 244, ../overrides/magnific-popup/_dark.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 248, ../overrides/magnific-popup/_dark.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 253, ../overrides/magnific-popup/_dark.scss */
.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* line 259, ../overrides/magnific-popup/_dark.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 270, ../overrides/magnific-popup/_dark.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 273, ../overrides/magnific-popup/_dark.scss */
img.mfp-img {
  line-height: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}

/* line 284, ../overrides/magnific-popup/_dark.scss */
.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 299, ../overrides/magnific-popup/_dark.scss */
.mfp-figure {
  line-height: 0;
}

/* line 302, ../overrides/magnific-popup/_dark.scss */
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

/* line 310, ../overrides/magnific-popup/_dark.scss */
.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-break: break-word;
  color: #f3f3f3;
}

/* line 317, ../overrides/magnific-popup/_dark.scss */
.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

/* line 323, ../overrides/magnific-popup/_dark.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 326, ../overrides/magnific-popup/_dark.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* line 331, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 335, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 338, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 342, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }

  /* line 352, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 355, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  /* line 359, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }

  /* line 370, ../overrides/magnific-popup/_dark.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  /* line 376, ../overrides/magnific-popup/_dark.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 380, ../overrides/magnific-popup/_dark.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 384, ../overrides/magnific-popup/_dark.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 388, ../overrides/magnific-popup/_dark.scss */
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
/* line 393, ../overrides/magnific-popup/_dark.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 396, ../overrides/magnific-popup/_dark.scss */
.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  width: 600px;
  margin-top: 5px;
  margin-left: -300px;
  padding-bottom: 5px;
}

/* line 403, ../overrides/magnific-popup/_dark.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 406, ../overrides/magnific-popup/_dark.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 409, ../overrides/magnific-popup/_dark.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 1, ../overrides/_media.scss */
.media-item .label-wrapper {
  background: none;
}

/* line 2, ../overrides/_frontpage.scss */
body.front .pager {
  display: none;
}
