/*

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

.clearfix:after, .clear:after, .filter-section:after, .content-images:after, .content-owner:after, .game-box-wide:after, .entry-author:after, .content .entry-bottom:after, .content-page .entry-bottom:after, .content-posts-container:after, .content-container:after, .content-posts:after,
.entry-content:after,
.comments-container .comment .comment-body:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
  clear: both; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4; }
  @media screen and (max-width: 880px) and (min-width: 701px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 15.2px;
      font-size: 0.95rem; } }
  @media screen and (max-width: 700px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 15.2px;
      font-size: 0.95rem;
      line-height: 1.35; } }
.global-content, .network-center, .entry-content, .comments-container .comment .comment-body {
  font-size: 0.9em;
  font-weight: 300;
  color: #4A4A4A;
  line-height: 1.84; }
  @media screen and (max-width: 700px) {
    .global-content, .network-center, .entry-content, .comments-container .comment .comment-body {
      font-size: 0.95em;
      line-height: 1.78; } }
.entry-content div, .comments-container .comment .comment-body div, .entry-content p, .comments-container .comment .comment-body p, .entry-content ul, .comments-container .comment .comment-body ul, .entry-content ol, .comments-container .comment .comment-body ol, .entry-content blockquote, .comments-container .comment .comment-body blockquote, .entry-content h2, .comments-container .comment .comment-body h2, .entry-content h3, .comments-container .comment .comment-body h3, .entry-content h4, .comments-container .comment .comment-body h4, .entry-content table, .comments-container .comment .comment-body table {
  margin-top: 0em;
  margin-bottom: 1.5em; }

.entry-content .twitter-tweet, .comments-container .comment .comment-body .twitter-tweet {
  margin-top: 0px;
  margin-bottom: 1.5em !important; }

.entry-content figure, .comments-container .comment .comment-body figure {
  margin-top: 0px;
  margin-bottom: 1.5em; }
  .entry-content figure figcaption, .comments-container .comment .comment-body figure figcaption {
    color: #8E8E8E;
    font-size: 0.9em;
    text-align: center;
    font-style: italic;
    margin-top: 0.7em; }
  .entry-content figure img, .comments-container .comment .comment-body figure img {
    vertical-align: bottom; }

.entry-content h1, .comments-container .comment .comment-body h1, .entry-content h2, .comments-container .comment .comment-body h2, .entry-content h3, .comments-container .comment .comment-body h3, .entry-content h4, .comments-container .comment .comment-body h4 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 600; }

.entry-content h2, .comments-container .comment .comment-body h2 {
  font-size: 1.5em; }

.entry-content h3, .comments-container .comment .comment-body h3, .entry-content h4, .comments-container .comment .comment-body h4 {
  font-size: 1.1em; }

.entry-content ul, .comments-container .comment .comment-body ul, .entry-content ol, .comments-container .comment .comment-body ol {
  margin: 0px 0px 1em;
  margin-bottom: 1.5em;
  padding-left: 2em; }

.entry-content .thumbbilder_right, .comments-container .comment .comment-body .thumbbilder_right, .entry-content .thumbbilder_left, .comments-container .comment .comment-body .thumbbilder_left {
  margin-bottom: 0.2em; }

.entry-content .thumbbilder_right, .comments-container .comment .comment-body .thumbbilder_right {
  margin-left: 1.5em; }

.entry-content .thumbbilder_left, .comments-container .comment .comment-body .thumbbilder_left {
  margin-right: 1.5em; }

.entry-content iframe, .comments-container .comment .comment-body iframe, .entry-content img, .comments-container .comment .comment-body img {
  max-width: 100%; }

.entry-content .video-container, .comments-container .comment .comment-body .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.entry-content .video-container iframe, .comments-container .comment .comment-body .video-container iframe, .entry-content .video-container object, .comments-container .comment .comment-body .video-container object, .entry-content .video-container embed, .comments-container .comment .comment-body .video-container embed, .entry-content .video-container video, .comments-container .comment .comment-body .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content hr, .comments-container .comment .comment-body hr {
  background-color: transparent;
  border: 0;
  height: 0px;
  margin-bottom: 3.5em;
  margin-top: 2.2em; }
  .entry-content hr:after, .comments-container .comment .comment-body hr:after {
    content: "\2022 \2022 \2022";
    display: block;
    text-align: center;
    font-size: 16px;
    color: #707070;
    letter-spacing: 10px; }

.entry-content blockquote, .comments-container .comment .comment-body blockquote {
  padding: 0 1.5em 0;
  border-left: 1px solid #E8E8E8;
  color: #707070;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.5em; }

.entry-content b, .comments-container .comment .comment-body b,
.entry-content strong,
.comments-container .comment .comment-body strong {
  font-weight: 500; }

@media screen and (max-width: 700px) {
  .entry-content h2, .comments-container .comment .comment-body h2 {
    font-size: 1.2em;
    line-height: 1.25; }
  .entry-content h3, .comments-container .comment .comment-body h3, .entry-content h4, .comments-container .comment .comment-body h4 {
    font-size: 1em; } }

.entry-content .capital-letter::first-letter, .comments-container .comment .comment-body .capital-letter::first-letter {
  font-size: 5.3em;
  color: #ffc805;
  float: left;
  line-height: 1em;
  font-weight: bold;
  margin-right: 0.15em;
  margin-bottom: -0.1em;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-top: 0em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 700px) {
    p {
      margin-bottom: 1.0em; } }
dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

.bbcode_code {
  white-space: normal; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.highlight-link, .login-wrapper .login-container .text-container a, .team .team-user .team-user-header .team-user-name a, .comments-container .comment-form-guest a, .entry-author .author-name a, .site-header .user-bar .welcome a, .entry-content div a, .comments-container .comment .comment-body div a, .entry-content p a, .comments-container .comment .comment-body p a, .entry-content ul a, .comments-container .comment .comment-body ul a, .entry-content ol a, .comments-container .comment .comment-body ol a, .entry-content blockquote a, .comments-container .comment .comment-body blockquote a, .entry-content h2 a, .comments-container .comment .comment-body h2 a, .entry-content h3 a, .comments-container .comment .comment-body h3 a, .entry-content h4 a, .comments-container .comment .comment-body h4 a, .entry-content table a,  .comment-body a, .comments-container .comment .comment-body table a {
  text-decoration: none;
  color: #333333;
  transition: box-shadow 0.15s ease-out 0s;
  background: transparent;
  border-bottom: 0px solid #ffc805;
  box-shadow: inset 0 -4px 0 #ffc805; }
  .highlight-link:hover, .login-wrapper .login-container .text-container a:hover, .team .team-user .team-user-header .team-user-name a:hover, .comments-container .comment-form-guest a:hover, .entry-author .author-name a:hover, .site-header .user-bar .welcome a:hover, .entry-content div a:hover, .comments-container .comment .comment-body div a:hover, .entry-content p a:hover, .comments-container .comment .comment-body p a:hover, .entry-content ul a:hover, .comments-container .comment .comment-body ul a:hover, .entry-content ol a:hover, .comments-container .comment .comment-body ol a:hover, .entry-content blockquote a:hover, .comments-container .comment .comment-body blockquote a:hover, .entry-content h2 a:hover, .comments-container .comment .comment-body h2 a:hover, .entry-content h3 a:hover, .comments-container .comment .comment-body h3 a:hover, .entry-content h4 a:hover, .comments-container .comment .comment-body h4 a:hover, .entry-content table a:hover, .comments-container .comment .comment-body table a:hover {
    text-decoration: none;
    color: #333333;
    box-shadow: inset 0 -2em 0 #ffc805; }

.dehighlight-link, .entry-content div a.link-image, .comments-container .comment .comment-body div a.link-image, .entry-content p a.link-image, .comments-container .comment .comment-body p a.link-image, .entry-content ul a.link-image, .comments-container .comment .comment-body ul a.link-image, .entry-content ol a.link-image, .comments-container .comment .comment-body ol a.link-image, .entry-content blockquote a.link-image, .comments-container .comment .comment-body blockquote a.link-image, .entry-content h2 a.link-image, .comments-container .comment .comment-body h2 a.link-image, .entry-content h3 a.link-image, .comments-container .comment .comment-body h3 a.link-image, .entry-content h4 a.link-image, .comments-container .comment .comment-body h4 a.link-image, .entry-content table a.link-image, .comments-container .comment .comment-body table a.link-image {
  border-bottom: none;
  box-shadow: none; }
  .dehighlight-link:hover, .entry-content div a.link-image:hover, .comments-container .comment .comment-body div a.link-image:hover, .entry-content p a.link-image:hover, .comments-container .comment .comment-body p a.link-image:hover, .entry-content ul a.link-image:hover, .comments-container .comment .comment-body ul a.link-image:hover, .entry-content ol a.link-image:hover, .comments-container .comment .comment-body ol a.link-image:hover, .entry-content blockquote a.link-image:hover, .comments-container .comment .comment-body blockquote a.link-image:hover, .entry-content h2 a.link-image:hover, .comments-container .comment .comment-body h2 a.link-image:hover, .entry-content h3 a.link-image:hover, .comments-container .comment .comment-body h3 a.link-image:hover, .entry-content h4 a.link-image:hover, .comments-container .comment .comment-body h4 a.link-image:hover, .entry-content table a.link-image:hover, .comments-container .comment .comment-body table a.link-image:hover {
    background: transparent; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

figure {
  margin-top: 0em;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 700px) {
    figure {
      margin-bottom: 1.0em; } }

ins.adsbygoogle { background: transparent !important; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #999;
  background: white;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .6em;
  border-radius: 2px; }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #686868; }
  input[type="button"]:active, input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    outline: 0; }

button {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }
  input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="search"]:active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.site .site-page .button, .login-wrapper .button, #cookies-banner .button {
  border: 2px solid #999;
  background: white;
  color: #999999;
  font-size: 11px;
  display: inline-block;
  padding: 0.45em 1.5em 0.3em;
  border-radius: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
  .site .site-page .button:hover, .login-wrapper .button:hover, #cookies-banner .button:hover {
    color: #686868;
    border-color: #686868;
    text-decoration: none; }
  .site .site-page .button i.fa, .login-wrapper .button i.fa, #cookies-banner .button i.fa {
    color: #ffc805;
    margin-right: 0.4em; }

.form-horizontal {
  text-align: center; }
  .form-horizontal .input, .form-horizontal .submit {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle; }
    .form-horizontal .input input[type="text"], .form-horizontal .submit input[type="text"] {
      padding: 0.2em 0.4em;
      font-size: 1em; }
  .form-horizontal label {
    margin: 0 1em 0 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333;
  text-decoration: none; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: #333333; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
  float: right;
  transition: transform 0.35s ease-in-out; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.3em;
  font-weight: 300;
  color: white; }
  .main-navigation li:first-child {
    margin-left: 0px; }
  .main-navigation li a {
    padding: 0 0.2em 0 0;
    margin-right: 0.8em;
    color: white;
    text-shadow: 0.05em 0.1em 7px rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s ease-in-out; }
    .main-navigation li a:hover {
      opacity: 0.5;
      color: white; }
    .main-navigation li a.search-button, .main-navigation li a.forum-button {
      margin-right: 0px;
      padding-right: 0px;
      cursor: pointer; }

@media screen and (max-width: 980px) and (min-width: 881px) {
  .main-navigation ul li {
    font-size: 1.1em; } }

.hero-nobody .main-navigation ul {
  border-bottom: none; }

.menu-toggle, .search-toggle {
  position: absolute;
  top: 30px;
  display: inline-block;
  margin-left: 1em;
  font-size: 1.3em;
  font-weight: 300;
  color: white;
  cursor: pointer; }

.menu-toggle {
  right: 10px; }

.search-toggle {
  right: 50px; }

.menu-close, .search-close {
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  display: inline-block;
  font-weight: 300;
  color: #4A4A4A;
  cursor: pointer; }

/* Small menu. */
.menu-toggle,
.search-toggle,
.search-close,
.menu-close {
  display: block; }

@media screen and (min-width: 881px) {
  .menu-toggle, .menu-close, .search-toggle, .search-close, .search-modal {
    display: none; }
  .main-navigation .menu-container {
    display: block; } }

@media screen and (max-width: 880px) {
  .hero .main-navigation ul {
    transform: scale(1.3); }
  .hero .main-navigation .menu-container {
    width: 0px;
    overflow: hidden;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s ease-in-out; }
  .hero .main-navigation.toggled {
    z-index: 2000000112; }
    .hero .main-navigation.toggled ul {
      float: none;
      text-align: left;
      padding: 0px;
      padding-top: 0.7em;
      margin-top: 0.7em;
      transform: scale(1); }
      .hero .main-navigation.toggled ul li {
        display: block;
        margin-left: 0px;
        font-size: 1.2em;
        margin-bottom: 0.5em; }
        .hero .main-navigation.toggled ul li.search-menu, .hero .main-navigation.toggled ul li.search-icon {
          display: none; }
        .hero .main-navigation.toggled ul li a {
          margin-left: 0px;
          color: #4A4A4A;
          text-align: center;
          display: block;
          text-shadow: none;
          padding: 0 0em 0 0em;
          margin-bottom: 1em;
          font-size: 1.6em; }
    .hero .main-navigation.toggled .menu-container {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #f1f1f1;
      top: 0px;
      left: 0px;
      z-index: 100000;
      padding: 4em 2em;
      overflow: auto;
      visibility: visible;
      opacity: 1; }
  .hero .main-navigation .search-modal {
    width: 0px;
    overflow: hidden;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s ease-in-out; }
  .hero .main-navigation.search-toggled {
    z-index: 2000000112; }
    .hero .main-navigation.search-toggled .search-modal {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #f1f1f1;
      top: 0px;
      left: 0px;
      z-index: 100000;
      padding: 4em 2em;
      overflow: auto;
      visibility: visible;
      opacity: 1; } }

.main-navigation.search-active ul li {
  display: none; }
  .main-navigation.search-active ul li.search-menu {
    display: inline-block;
    width: 300px; }
  .main-navigation.search-active ul li.search-icon {
    display: inline-block; }

.search-menu {
  width: 0px;
  display: none;
  margin-right: -0.8em;
  transition: width 0.35s ease-out 0s; }

.search-menu .search-field, .search-modal .search-field {
  background: transparent;
  width: 100%;
  padding: 0em 0 0.2em;
  border: 0px;
  vertical-align: bottom;
  line-height: 1.15;
  border-radius: 0;
  color: white; }

.search-menu input[type="search"]:focus, .search-modal input[type="search"]:focus {
  color: white; }

.search-menu .search-submit, .search-modal .search-submit {
  font-size: 1em;
  background-color: transparent;
  border: 0;
  font-family: FontAwesome;
  display: none; }

.search-modal .search-field {
  border-bottom: 2px solid #D5D5D5;
  padding-bottom: 0.4em; }

.search-modal .search-field, .search-modal input[type="search"]:focus {
  color: #333333; }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  width: 50%; }
  .comment-navigation .nav-next i,
  .posts-navigation .nav-next i,
  .post-navigation .nav-next i {
    margin-right: 0.3em; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
  text-align: right;
  width: 50%; }
  .comment-navigation .nav-previous i,
  .posts-navigation .nav-previous i,
  .post-navigation .nav-previous i {
    margin-left: 0.3em; }

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  display: inline-block;
  border: 1px solid #CECECE;
  padding: 0.5em 1.7em;
  background-color: #F3F3F3;
  color: #4A4A4A;
  margin: 0 auto;
  border-radius: 2px; }
  .comment-navigation .nav-links a:hover,
  .posts-navigation .nav-links a:hover,
  .post-navigation .nav-links a:hover {
    border: 1px solid #c4c4c4;
    background-color: #ECECEC; }
  .comment-navigation .nav-links a:active,
  .posts-navigation .nav-links a:active,
  .post-navigation .nav-links a:active {
    border: 1px solid #c4c4c4;
    background-color: #E2E2E2; }

.content-area-nav {
  background: #FBFBFB;
  display: block;
  padding: 5px 14px;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  display: none; }
  @media screen and (max-width: 700px) {
    .content-area-nav {
      display: block; } }
  .content-area-nav ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #4BC8AF;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    width: 100%; }
    .content-area-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    .content-area-nav ul li {
      display: block;
      float: left;
      width: 50%;
      padding: 9px 0 8px;
      border-right: 1px solid #4BC8AF;
      cursor: pointer;
      font-size: 0.9em;
      color: #4BC8AF; }
      .content-area-nav ul li:last-child {
        border-right: 0; }
      .content-area-nav ul li:hover {
        background: #e7f8f4; }
      .content-area-nav ul li.active {
        background: #4BC8AF;
        color: white;
        box-shadow: inset 0px 0 1px 0px rgba(0, 0, 0, 0.2); }
  .content-area-nav .sidebar-new-indicator {
    display: none;
    margin-left: 0.5em; }
    .content-area-nav .sidebar-new-indicator.active {
      display: inline-block; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:after, .clear:after, .filter-section:after, .content-images:after, .content-owner:after, .game-box-wide:after, .entry-author:after, .content .entry-bottom:after, .content-page .entry-bottom:after, .content-posts-container:after, .content-container:after, .content-posts:after,
.entry-content:after,
.comments-container .comment .comment-body:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout-Global
--------------------------------------------------------------*/
.inner, .site-hub .hub-posts, .game-box-wide, .search-content, .more-posts, .community-stream, .first-posts-list, .first-posts, .inner-container {
  padding-left: 10px;
  padding-right: 10px; }

.inner-container {
  max-width: 1140px;
  margin: 0 auto; }

body {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #F2F2F2;
  /* Fallback for when there is no custom background color defined. */ }

.no-mobile {
  display: none; }

.site-page {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #FFFFFF;
  width: 100%;
  z-index: 999999;
  position: relative; }
  .site-page:after {
    content: "";
    display: table;
    clear: both; }

.site-header {
  background: white;
  padding: 9px 0;
  font-size: 0.90em;
  margin-bottom: 18px; }
  .site-header .inner-container {
    position: relative; }
  .site-header .network-bar {
    float: right;
    width: 20%; }
  .site-header .user-bar {
    float: left;
    width: 30%;
    padding: 0.5em 0em;
    position: relative; }
    @media screen and (max-width: 700px) {
      .site-header .user-bar {
        min-height: 2.3em; }
        .site-header .user-bar .hello {
          display: none; } }
    .site-header .user-bar.user-bar-picture {
      padding-left: 76px; }
    .site-header .user-bar.user-bar-guest {
      padding-left: 38px; }
    .site-header .user-bar.user-bar-picture.user-bar-admin {
      padding-left: 102px; }
    .site-header .user-bar .current-user-avatar {
      background-color: #CCCCCC;
      background-size: cover;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      top: 3px;
      left: 0px; }
      .site-header .user-bar .current-user-avatar small {
        font-size: 8px;
        background: red;
        border-radius: 4px;
        color: white;
        padding: 0em 0.3em;
        position: absolute;
        bottom: -2px;
        right: -3px;
        text-align: center; }
      .site-header .user-bar .current-user-avatar i {
        position: absolute;
        bottom: -3px;
        right: -3px;
        text-shadow: 0px 0px 2px white; }
    .site-header .user-bar #user-settings {
      position: absolute;
      top: 0px;
      left: 40px;
      display: block;
      width: 20px;
      height: 37px;
      padding: 0.3em 0em 0;
      font-size: 1.3em;
      text-align: center; }
    .site-header .user-bar #admin-settings {
      position: absolute;
      top: 0px;
      left: 70px;
      display: block;
      width: 20px;
      height: 37px;
      padding: 0.3em 0em 0;
      font-size: 1.3em;
      text-align: center; }
  .site-header .site-chooser {
    float: left;
    width: 50%;
    padding: 0.2em 0em; }
    .site-header .site-chooser span {
      margin-right: 20px;
      display: inline-block; }
    .site-header .site-chooser ul {
      display: inline-block;
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .site-header .site-chooser ul li {
        list-style: none;
        margin: 0px 0.6em 0 0;
        font-weight: 500;
        display: inline-block; }
        .site-header .site-chooser ul li a {
          padding: 0.3em 0.7em;
          border-radius: 1em;
          display: inline-block;
          transition: background-color 0.2s ease-in-out; }
        .site-header .site-chooser ul li.current-item a, .site-header .site-chooser ul li a:hover {
          background-color: #F2F2F2; }
    @media screen and (max-width: 880px) {
      .site-header .site-chooser span {
        margin-right: 0.3em; }
      .site-header .site-chooser ul li a {
        padding: 0.3em 0.3em; } }
  @media screen and (max-width: 700px) {
    .site-header {
      margin-bottom: 0px; }
      .site-header .user-bar {
        width: 60%; }
      .site-header .network-bar {
        width: 40%; }
        .site-header .network-bar img {
          max-height: 28px; }
      .site-header .site-chooser {
        display: none; } }
.section-title, .fazit .fazit-title {
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 0.8em; }

.sidebar .section-title, .sidebar .fazit .fazit-title, .fazit .sidebar .fazit-title {
  color: #333333;
  text-align: left; }

.section-more {
  clear: both;
  text-align: center;
  margin: 2em 0; }

.half-left {
  float: left; }

.half-right {
  float: right; }

.half-left, .half-right {
  width: 50%;
  margin: 0; }
  @media screen and (max-width: 700px) {
    .half-left, .half-right {
      width: 100%;
      float: none; } }
.hero {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 4px;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg-hero-multi.jpg); }
  .hero:after {
    content: "";
    display: table;
    clear: both; }
  .hero .hero-content {
    position: relative;
    color: white; }
    .hero .hero-content:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.56);
      transition: background-color 0.2s ease-in-out; }
    .hero .hero-content:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .hero.system-multi .hero-content:after {
    background-color: rgba(255, 200, 5, 0.05); }
  .hero.system-stationary .hero-content:after {
    background-color: rgba(230, 0, 18, 0.05); }
  .hero.system-handheld .hero-content:after {
    background-color: rgba(0, 149, 255, 0.05); }
  .hero.system-neutral .hero-content:after {
    background-color: rgba(170, 170, 170, 0.05); }
  .hero .main-navigation {
    height: 100px;
    position: relative;
    z-index: 2;
    padding: 40px 7% 0; }
    .hero .main-navigation #logo {
      display: block;
      height: 42px;
      width: 344px;
      background: url(../img/logo@2x.png) no-repeat;
      background-size: contain;
      top: 28px;
      left: 25px;
      position: absolute;
      max-width: 100%; }
    @media screen and (max-width: 700px) {
      .hero .main-navigation {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 24px;
        padding-bottom: 24px;
        height: auto;
        min-height: 62px; }
        .hero .main-navigation #logo {
          max-width: 220px;
          left: 0px;
          top: 0px;
          position: relative;
          background-position: center;
          padding-right: 50px; } }
  .hero .hero-body {
    padding: 120px 7% 0;
    min-height: 320px;
    z-index: 2;
    position: relative;
    text-shadow: 0.05em 0.1em 7px rgba(0, 0, 0, 0.1); }
    .hero .hero-body.hero-body-nopadding {
      padding-top: 0px; }
    @media screen and (max-width: 700px) {
      .hero .hero-body {
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 0px; } }
    .hero .hero-body .hero-kicker {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.85em;
      margin: 0 0 0.8em;
      letter-spacing: 0.2em; }
    .hero .hero-body .hero-title {
      line-height: 1.35;
      font-size: 2.7em;
      font-weight: 700;
      padding: 0 0 0.35em;
      margin: 0px; }
      .hero .hero-body .hero-title.centered {
        text-align: center; }
    .hero .hero-body .hero-subtitle {
      line-height: 1.35;
      font-size: 1em;
      font-weight: normal;
      padding: 0 0 1em;
      margin: 0px; }
      .hero .hero-body .hero-subtitle.centered {
        text-align: center; }
    .hero .hero-body .hero-image-container {
      text-align: center;
      padding: 3.1em; }
    .hero .hero-body .hero-meta {
      font-weight: 300;
      position: relative;
      color: white;
      font-size: 0.9em; }
      .hero .hero-body .hero-meta div {
        display: inline-block;
        padding-top: 1.3em;
        padding-bottom: 1.1em;
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
        .hero .hero-body .hero-meta div ul {
          display: inline-block;
          padding: 0px;
          margin: 0px 0 0 2em; }
          .hero .hero-body .hero-meta div ul li {
            display: inline-block;
            padding: 0px;
            margin: 0px 1em 0 0; }
            .hero .hero-body .hero-meta div ul li a {
              color: white;
              font-weight: 600;
              transition: opacity 0.2s ease-in-out; }
              .hero .hero-body .hero-meta div ul li a:hover {
                opacity: 0.5; }
            .hero .hero-body .hero-meta div ul li.current-item a {
              color: #ffc805; }
              .hero .hero-body .hero-meta div ul li.current-item a:hover {
                opacity: 1; }
    @media screen and (max-width: 700px) {
      .hero .hero-body .hero-meta div {
        display: block; }
        .hero .hero-body .hero-meta div ul {
          display: block;
          margin: 0.5em 0 0 0em; }
          .hero .hero-body .hero-meta div ul li {
            margin: 0px 0.75em 0.8em 0; }
      .hero .hero-body .hero-title {
        font-size: 1.45em; } }
    .hero .hero-body .button {
      border: 2px solid white;
      background: transparent;
      color: white;
      transition: opacity 0.2s ease-in-out; }
      .hero .hero-body .button:hover {
        color: white;
        border-color: white;
        opacity: 0.7; }
        .hero .hero-body .button:hover i {
          color: white; }
      .hero .hero-body .button i.fa {
        color: white; }
  .hero.hero-nobody .hero-body {
    min-height: 5px;
    padding: 0; }
  .hero.hero-background-multi, .hero.hero-background-neutral {
    background-image: url(../img/bg-hero-multi.jpg); }
  .hero.hero-background-stationary {
    background-image: url(../img/bg-hero-stationary.jpg); }
  .hero.hero-background-handheld {
    background-image: url(../img/bg-hero-handheld.jpg); }
  .hero.system-multi .hero-kicker {
    color: #ffc805; }
  .hero.system-stationary .hero-kicker {
    color: #e60012; }
  .hero.system-handheld .hero-kicker {
    color: #0095ff; }
  .hero.system-neutral .hero-kicker {
    color: #aaaaaa; }

.site-podcast .hero-image {
  display: inline-block;
  background: transparent; }

.pagination-container {
  text-align: center;
  display: block;
  margin: 1.5em 0; }

.pagination {
  display: inline-block;
  margin-bottom: 0;
  border-left: 1px solid #e6e6e6;
  text-align: center; }
  .pagination span {
    display: inline; }
  .pagination a, .pagination span.current, .pagination span.disabled, .pagination span.separator {
    float: left;
    padding: 0.6em 1em 0.5em;
    line-height: 1.2em;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-left-width: 0; }
  .pagination a {
    transition: background-color 0.2s ease-in-out; }
  .pagination span.current, .pagination span.selected a {
    font-weight: bold; }
  .pagination a:hover {
    background: #FAFAFA; }
  .pagination span.disabled {
    color: #c8c8c8; }

.main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5em; }
  .main:after {
    content: "";
    display: table;
    clear: both; }
  .main .content {
    padding: 0 50px 0 25px;
    min-height: 1px; }
  .main .sidebar {
    min-height: 1px;
    padding: 2em 10px 0 10px; }
  @media screen and (min-width: 701px) {
    .main {
      display: flex;
      flex-direction: row-reverse; }
      .main .content {
        flex: 1;
        padding: 0 30px 0 20px;
        min-height: 1px; }
      .main .sidebar {
        width: 375px;
        flex: 0 1 auto;
        min-height: 1px;
        padding: 2em 25px 0 50px; } }
  @media screen and (max-width: 700px) {
    .main .sidebar .sidebar-element {
      display: none; }
    .main .sidebar.show-mobile {
      display: block;
      padding-left: 25px; }
      .main .sidebar.show-mobile .sidebar-element {
        display: block; } }
.main.main-ltr {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5em; }
  .main.main-ltr:after {
    content: "";
    display: table;
    clear: both; }
  .main.main-ltr .content {
    padding: 0 25px 0 50px;
    min-height: 1px; }
  .main.main-ltr .sidebar {
    min-height: 1px;
    padding: 2em 10px 0 10px; }
  @media screen and (min-width: 701px) {
    .main.main-ltr {
      display: flex; }
      .main.main-ltr .content {
        flex: 1;
        padding: 0 40px 0 10px;
        min-height: 1px; }
      .main.main-ltr .sidebar {
        width: 375px;
        flex: 0 1 auto;
        min-height: 1px;
        padding: 2em 50px 0 25px; } }
  @media screen and (max-width: 700px) {
    .main.main-ltr .sidebar .sidebar-element {
      display: none; }
    .main.main-ltr .sidebar.show-mobile {
      display: block; }
      .main.main-ltr .sidebar.show-mobile .sidebar-element {
        display: block; } }
.main.score-container {
  background-color: #FAFAFA; }
  .main.score-container .sidebar {
    color: #333333; }
  @media screen and (max-width: 700px) {
    .main.score-container .fazit .fazit-container {
      padding-bottom: 0px; }
    .main.score-container .sidebar {
      display: block;
      padding-top: 0px; }
      .main.score-container .sidebar .review-score .score-outer-ring {
        display: inline-block;
        margin-right: 1em; }
      .main.score-container .sidebar .sidebar-element.review-score {
        margin-bottom: 2em; } }
.main .content-hub {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em; }
  .main .content-hub:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 701px) {
    .main .content-hub {
      margin-top: 0; }
      .main .content-hub .content-media {
        float: left;
        display: block;
        margin-right: 0%;
        width: 40%;
        padding-right: 20px;
        min-height: 10px; }
        .main .content-hub .content-media:last-child {
          margin-right: 0; }
      .main .content-hub .content-text {
        float: left;
        display: block;
        margin-right: 0%;
        width: 60%;
        margin-right: 0;
        min-height: 10px;
        padding-left: 20px; }
        .main .content-hub .content-text:last-child {
          margin-right: 0; } }
.main .content-full {
  padding: 0 0 0 0;
  display: block;
  width: 100%; }

.main .content-half {
  float: left;
  width: 50%;
  padding: 20px 40px 20px 40px; }
  .main .content-half:first-child {
    padding-right: 20px; }
  .main .content-half:last-child {
    padding-left: 20px; }
  .main .content-half iframe {
    max-width: 100%; }

.main .content-page {
  padding: 20px 40px 20px 40px;
  width: 100%; }

.main .content-forum {
  padding: 20px 20px 20px 20px;
  width: 100%; }

@media screen and (max-width: 880px) {
  .main .content-page {
    padding: 0 10px 0 10px; }
  .main .content-forum {
    padding: 0 10px 0 10px; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
.post .post-kicker {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.1em; }

.post .post-title {
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
  hyphens: auto; }

.post .post-meta {
  font-weight: 300;
  position: relative;
  color: #8E8E8E; }
  .post .post-meta div {
    display: inline-block;
    padding-top: 0.6em; }

.post.system-multi .post-kicker {
  color: #ffc805; }

.post.system-stationary .post-kicker {
  color: #e60012; }

.post.system-handheld .post-kicker {
  color: #0095ff; }

.post.system-neutral .post-kicker {
  color: #aaaaaa; }

.highlight-container .post, .latest-articles .post, .trending-posts .post {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 4px; }
  .highlight-container .post .post-content, .latest-articles .post .post-content, .trending-posts .post .post-content {
    position: relative;
    padding: 20px 7%;
    color: white;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center; }
    .highlight-container .post .post-content:before, .latest-articles .post .post-content:before, .trending-posts .post .post-content:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.46);
      transition: background-color 0.2s ease-in-out; }
    .highlight-container .post .post-content:after, .latest-articles .post .post-content:after, .trending-posts .post .post-content:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
    @media screen and (max-width: 700px) {
      .highlight-container .post .post-content, .latest-articles .post .post-content, .trending-posts .post .post-content {
        padding-left: 10px;
        padding-right: 10px; } }
  .highlight-container .post .post-wrapper, .latest-articles .post .post-wrapper, .trending-posts .post .post-wrapper {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%; }
  .highlight-container .post .post-kicker, .latest-articles .post .post-kicker, .trending-posts .post .post-kicker {
    font-size: 0.65em;
    margin: 0 0 1.2em;
    text-shadow: 0.05em 0.1em 0.6em rgba(0, 0, 0, 0.31);
    letter-spacing: 0.1em; }
  .highlight-container .post .post-comments, .latest-articles .post .post-comments, .trending-posts .post .post-comments {
    font-size: 0.75em;
    background-image: url(../img/bg-comments-icon-big.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    width: 29px;
    height: 28px;
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
    padding: 3px 0 0; }
  .highlight-container .post .post-title, .latest-articles .post .post-title, .trending-posts .post .post-title {
    font-size: 0.95em;
    text-shadow: 0 0em 0.3em rgba(0, 0, 0, 0.5); }
  .highlight-container .post .post-meta, .latest-articles .post .post-meta, .trending-posts .post .post-meta {
    font-size: 0.8em;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: white; }
    .highlight-container .post .post-meta div, .latest-articles .post .post-meta div, .trending-posts .post .post-meta div {
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .highlight-container .post:hover .post-content:before, .latest-articles .post:hover .post-content:before, .trending-posts .post:hover .post-content:before {
    background-color: rgba(0, 0, 0, 0.6); }
  .highlight-container .post.system-multi .post-content:after, .latest-articles .post.system-multi .post-content:after, .trending-posts .post.system-multi .post-content:after {
    background: linear-gradient(rgba(255, 200, 5, 0.05), rgba(255, 200, 5, 0.55)); }
  .highlight-container .post.system-stationary .post-content:after, .latest-articles .post.system-stationary .post-content:after, .trending-posts .post.system-stationary .post-content:after {
    background: linear-gradient(rgba(230, 0, 18, 0.05), rgba(230, 0, 18, 0.55)); }
  .highlight-container .post.system-handheld .post-content:after, .latest-articles .post.system-handheld .post-content:after, .trending-posts .post.system-handheld .post-content:after {
    background: linear-gradient(rgba(0, 149, 255, 0.05), rgba(0, 149, 255, 0.55)); }
  .highlight-container .post.system-neutral .post-content:after, .latest-articles .post.system-neutral .post-content:after, .trending-posts .post.system-neutral .post-content:after {
    background: linear-gradient(rgba(170, 170, 170, 0.05), rgba(20, 20, 20, 0.55)); }

.trending-posts {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .trending-posts:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 880px) and (min-width: 701px) {
    .trending-posts .post {
      height: 230px; }
      .trending-posts .post:nth-child(2), .trending-posts .post:nth-child(3), .trending-posts .post:nth-child(4), .trending-posts .post:nth-child(5) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        .trending-posts .post:nth-child(2):last-child, .trending-posts .post:nth-child(3):last-child, .trending-posts .post:nth-child(4):last-child, .trending-posts .post:nth-child(5):last-child {
          margin-right: 0; }
        .trending-posts .post:nth-child(2) .post-title, .trending-posts .post:nth-child(3) .post-title, .trending-posts .post:nth-child(4) .post-title, .trending-posts .post:nth-child(5) .post-title {
          font-size: 1.3em; }
      .trending-posts .post:nth-child(2) {
        padding-left: 0px; }
      .trending-posts .post:nth-child(5) {
        margin-right: 0;
        padding-right: 0px; } }
  @media screen and (min-width: 881px) {
    .trending-posts .post {
      height: 300px; }
      .trending-posts .post:nth-child(2), .trending-posts .post:nth-child(3) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.3333333333%; }
        .trending-posts .post:nth-child(2):last-child, .trending-posts .post:nth-child(3):last-child {
          margin-right: 0; }
        .trending-posts .post:nth-child(2) .post-title, .trending-posts .post:nth-child(3) .post-title {
          font-size: 1.5em; }
      .trending-posts .post:nth-child(2) {
        padding-left: 0px; }
      .trending-posts .post:nth-child(4), .trending-posts .post:nth-child(5) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 16.6666666667%; }
        .trending-posts .post:nth-child(4):last-child, .trending-posts .post:nth-child(5):last-child {
          margin-right: 0; }
      .trending-posts .post:nth-child(5) {
        margin-right: 0;
        padding-right: 0px; } }
  .trending-posts .hero {
    position: relative; }
    .trending-posts .hero:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.46);
      transition: background-color 0.2s ease-in-out; }
    .trending-posts .hero:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block; }
    .trending-posts .hero:hover:before {
      background-color: rgba(0, 0, 0, 0.6); }
    .trending-posts .hero.system-multi:after {
      background: linear-gradient(rgba(255, 200, 5, 0.05), rgba(255, 200, 5, 0.55)); }
    .trending-posts .hero.system-stationary:after {
      background: linear-gradient(rgba(230, 0, 18, 0.05), rgba(230, 0, 18, 0.55)); }
    .trending-posts .hero.system-handheld:after {
      background: linear-gradient(rgba(0, 149, 255, 0.05), rgba(0, 149, 255, 0.55)); }
    .trending-posts .hero.system-neutral:after {
      background: linear-gradient(rgba(170, 170, 170, 0.05), rgba(20, 20, 20, 0.55)); }
    .trending-posts .hero .hero-content:before, .trending-posts .hero .hero-content:after {
      content: none; }
    .trending-posts .hero .post {
      height: 300px;
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      margin-right: 0;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      float: none; }
      .trending-posts .hero .post:last-child {
        margin-right: 0; }
      .trending-posts .hero .post .post-content:after, .trending-posts .hero .post .post-content:before {
        content: none; }
      .trending-posts .hero .post .post-comments {
        right: 80%; }
      .trending-posts .hero .post .post-title {
        font-size: 2.7em; }
  @media screen and (max-width: 880px) {
    .trending-posts .post .post-comments, .trending-posts .hero .post .post-comments {
      right: 0; } }
  @media screen and (max-width: 700px) {
    .trending-posts .post, .trending-posts .hero .post {
      height: auto;
      display: block;
      padding-left: 0px;
      padding-right: 0px; }
      .trending-posts .post .post-title, .trending-posts .hero .post .post-title {
        font-size: 1.1em; }
      .trending-posts .post .post-comments, .trending-posts .hero .post .post-comments {
        right: 0; }
      .trending-posts .post .post-wrapper, .trending-posts .hero .post .post-wrapper {
        padding-bottom: 3em; } }
.main-lead-in {
  padding: 30px 0 0;
  display: flex; }
  @media screen and (max-width: 700px) {
    .main-lead-in {
      display: block; } }
.first-posts {
  flex: 1; }
  .first-posts .post {
    padding: 0 10px 0; }
  @media screen and (min-width: 881px) {
    .first-posts .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .first-posts .post:last-child {
        margin-right: 0; }
      .first-posts .post:nth-child(4n) {
        margin-right: 0; }
      .first-posts .post:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 880px) and (min-width: 701px) {
    .first-posts .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .first-posts .post:last-child {
        margin-right: 0; }
      .first-posts .post:nth-child(2n) {
        margin-right: 0; }
      .first-posts .post:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 700px) {
    .first-posts {
      width: 100%;
      margin-bottom: 2em;
      float: none; }
      .first-posts .post {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        .first-posts .post:last-child {
          margin-right: 0; } }
.first-posts-list {
  flex: 1; }
  @media screen and (max-width: 700px) {
    .first-posts-list {
      width: 100%; } }
  .first-posts-list .first-posts-container .post:first-child .post-split h5 {
    margin-top: 0px; }

.community-stream {
  flex: 0 1 auto;
  width: 350px; }
  .community-stream .stream-entry {
    padding: 0 10px 0;
    display: block; }
  .community-stream #ad-rectangle1-outer .ad-wrapper {
    margin-bottom: 1.5em; }
  @media screen and (max-width: 700px) {
    .community-stream {
      width: 100%; } }
  @media screen and (min-width: 701px) {
    .community-stream {
      padding-right: 40px; } }
.content-posts .post {
  padding: 0 10px 0; }

@media screen and (min-width: 881px) {
  .content-posts .post {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .content-posts .post:last-child {
      margin-right: 0; }
    .content-posts .post:nth-child(4n) {
      margin-right: 0; }
    .content-posts .post:nth-child(4n+1) {
      clear: left; } }

@media screen and (max-width: 880px) and (min-width: 701px) {
  .content-posts .post {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.3333333333%; }
    .content-posts .post:last-child {
      margin-right: 0; }
    .content-posts .post:nth-child(3n) {
      margin-right: 0; }
    .content-posts .post:nth-child(3n+1) {
      clear: left; } }

@media screen and (max-width: 700px) {
  .content-posts {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    float: none; }
    .content-posts:last-child {
      margin-right: 0; }
    .content-posts .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .content-posts .post:last-child {
        margin-right: 0; } }

@media screen and (max-width: 700px) {
  .content-container {
    margin-bottom: 2em; } }

.more-posts {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  .more-posts:after {
    content: "";
    display: table;
    clear: both; }
  .more-posts .post {
    padding: 0 10px 0; }
  @media screen and (min-width: 701px) {
    .more-posts .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.3333333333%; }
      .more-posts .post:last-child {
        margin-right: 0; }
      .more-posts .post:nth-child(3n) {
        margin-right: 0; }
      .more-posts .post:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 700px) {
    .more-posts .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .more-posts .post:last-child {
        margin-right: 0; } }
.search-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .search-content:after {
    content: "";
    display: table;
    clear: both; }

.first-posts .post-split, .more-posts .post-split, .content-posts .post-split, .latest-posts .post-split {
  display: none;
  margin: 1em 0 0.5em;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px; }
  .first-posts .post-split h3, .more-posts .post-split h3, .content-posts .post-split h3, .latest-posts .post-split h3 {
    font-size: 1em;
    margin: 0;
    font-weight: 500;
    color: #9c9c9c; }

.first-posts .post, .more-posts .post, .content-posts .post, .latest-posts .post {
  margin-bottom: 25px;
  position: relative; }
  .first-posts .post .post-split, .more-posts .post .post-split, .content-posts .post .post-split, .latest-posts .post .post-split {
    display: none; }
  .first-posts .post .post-content, .more-posts .post .post-content, .content-posts .post .post-content, .latest-posts .post .post-content {
    position: relative; }
  .first-posts .post .post-kicker, .more-posts .post .post-kicker, .content-posts .post .post-kicker, .latest-posts .post .post-kicker {
    font-size: 0.65em;
    margin: 0 0 0.5em;
    position: relative;
    letter-spacing: 0.08em; }
    .first-posts .post .post-kicker .post-time, .more-posts .post .post-kicker .post-time, .content-posts .post .post-kicker .post-time, .latest-posts .post .post-kicker .post-time {
      display: none; }
    .first-posts .post .post-kicker .sticky, .more-posts .post .post-kicker .sticky, .content-posts .post .post-kicker .sticky, .latest-posts .post .post-kicker .sticky {
      display: none;
      padding: 2px 2px 0px;
      background-color: #ffc805;
      color: white;
      font-size: 1em;
      vertical-align: baseline;
      text-transform: uppercase; }
    .first-posts .post .post-kicker .post-comments, .more-posts .post .post-kicker .post-comments, .content-posts .post .post-kicker .post-comments, .latest-posts .post .post-kicker .post-comments {
      font-size: 1em;
      background-image: url(../img/bg-comments-icon-small.png);
      background-position: left center;
      background-repeat: no-repeat;
      text-align: right;
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 2px 2px 0 18px;
      min-height: 13px;
      color: #8E8E8E; }
  .first-posts .post .post-image, .more-posts .post .post-image, .content-posts .post .post-image, .latest-posts .post .post-image {
    margin-bottom: 0.45em;
    position: relative; }
    .first-posts .post .post-image .post-image-small, .more-posts .post .post-image .post-image-small, .content-posts .post .post-image .post-image-small, .latest-posts .post .post-image .post-image-small {
      display: none; }
    .first-posts .post .post-image a, .more-posts .post .post-image a, .content-posts .post .post-image a, .latest-posts .post .post-image a {
      transition: opacity 0.2s ease-in-out; }
      .first-posts .post .post-image a:before, .more-posts .post .post-image a:before, .content-posts .post .post-image a:before, .latest-posts .post .post-image a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: inset 0 0 0px 1px #f0f0f0; }
    .first-posts .post .post-image a:hover, .more-posts .post .post-image a:hover, .content-posts .post .post-image a:hover, .latest-posts .post .post-image a:hover {
      opacity: 0.5; }
    .first-posts .post .post-image img, .more-posts .post .post-image img, .content-posts .post .post-image img, .latest-posts .post .post-image img {
      line-height: 1;
      vertical-align: bottom;
      vertical-align: -webkit-baseline-middle; }
    .first-posts .post .post-image .sticky, .more-posts .post .post-image .sticky, .content-posts .post .post-image .sticky, .latest-posts .post .post-image .sticky {
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 4px;
      padding: 1px 3px 0.5px;
      background-color: #ffc805;
      color: white;
      z-index: 1;
      font-size: 10px;
      vertical-align: middle;
      pointer-events: none;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
  .first-posts .post .post-title, .more-posts .post .post-title, .content-posts .post .post-title, .latest-posts .post .post-title {
    font-size: 0.9em; }
  .first-posts .post .post-meta, .more-posts .post .post-meta, .content-posts .post .post-meta, .latest-posts .post .post-meta {
    font-size: 0.7em;
    margin-top: 0.9em; }
    .first-posts .post .post-meta div, .more-posts .post .post-meta div, .content-posts .post .post-meta div, .latest-posts .post .post-meta div {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .first-posts .post.system-multi .post-image, .more-posts .post.system-multi .post-image, .content-posts .post.system-multi .post-image, .latest-posts .post.system-multi .post-image {
    background-color: #ffc805; }
  .first-posts .post.system-stationary .post-image, .more-posts .post.system-stationary .post-image, .content-posts .post.system-stationary .post-image, .latest-posts .post.system-stationary .post-image {
    background-color: #e60012; }
  .first-posts .post.system-handheld .post-image, .more-posts .post.system-handheld .post-image, .content-posts .post.system-handheld .post-image, .latest-posts .post.system-handheld .post-image {
    background-color: #0095ff; }
  .first-posts .post.system-neutral .post-image, .more-posts .post.system-neutral .post-image, .content-posts .post.system-neutral .post-image, .latest-posts .post.system-neutral .post-image {
    background-color: #aaaaaa; }

@media screen and (max-width: 700px) {
  .first-posts .post, .more-posts .post, .content-posts .post, .latest-posts .post {
    margin: 0px;
    padding: 0; }
    .first-posts .post .post-content, .first-posts .post .post-split, .more-posts .post .post-content, .more-posts .post .post-split, .content-posts .post .post-content, .content-posts .post .post-split, .latest-posts .post .post-content, .latest-posts .post .post-split {
      margin-bottom: 10px;
      border-bottom: 1px solid #D7D7D7; }
    .first-posts .post .post-split, .more-posts .post .post-split, .content-posts .post .post-split, .latest-posts .post .post-split {
      display: block; }
      .first-posts .post .post-split h5, .more-posts .post .post-split h5, .content-posts .post .post-split h5, .latest-posts .post .post-split h5 {
        margin: 1.1em 0 0.2em;
        text-transform: uppercase;
        letter-spacing: 1px; }
    .first-posts .post .post-kicker .sticky, .more-posts .post .post-kicker .sticky, .content-posts .post .post-kicker .sticky, .latest-posts .post .post-kicker .sticky {
      display: inline-block; }
    .first-posts .post .post-title, .more-posts .post .post-title, .content-posts .post .post-title, .latest-posts .post .post-title {
      margin-bottom: 10px; }
    .first-posts .post .post-image, .more-posts .post .post-image, .content-posts .post .post-image, .latest-posts .post .post-image {
      display: none; }
    .first-posts .post .post-meta, .more-posts .post .post-meta, .content-posts .post .post-meta, .latest-posts .post .post-meta {
      display: none; } }

.first-posts-list .post .post-content, .first-posts-list .post .post-split, .content-posts-list .post .post-content, .content-posts-list .post .post-split {
  padding-top: 10px;
  border-bottom: 1px solid #D7D7D7; }

.first-posts-list .post .post-split h5, .content-posts-list .post .post-split h5 {
  margin: 1.8em 0 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.first-posts-list .post .post-content, .content-posts-list .post .post-content {
  padding-left: 70px;
  position: relative;
  min-height: 70px;
  transition: background-color 0.2s ease-in-out; }
  .first-posts-list .post .post-content:hover, .content-posts-list .post .post-content:hover {
    background-color: #F8F8F8; }

.first-posts-list .post .post-kicker, .content-posts-list .post .post-kicker {
  font-size: 0.65em;
  margin: 0 0 0.5em;
  position: relative;
  letter-spacing: 0.08em; }
  .first-posts-list .post .post-kicker .post-time, .content-posts-list .post .post-kicker .post-time {
    display: inline-block;
    color: #8E8E8E;
    font-weight: 300;
    text-transform: none; }
  .first-posts-list .post .post-kicker .sticky, .content-posts-list .post .post-kicker .sticky {
    display: none;
    padding: 2px 2px 0px;
    background-color: #ffc805;
    color: white;
    font-size: 1em;
    vertical-align: baseline;
    text-transform: uppercase; }
  .first-posts-list .post .post-kicker .post-comments, .content-posts-list .post .post-kicker .post-comments {
    font-size: 1em;
    background-image: url(../img/bg-comments-icon-small.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: right;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px 2px 0 18px;
    min-height: 13px;
    color: #8E8E8E; }

.first-posts-list .post .post-image, .content-posts-list .post .post-image {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  background-color: transparent !important; }
  .first-posts-list .post .post-image .post-image-big, .content-posts-list .post .post-image .post-image-big {
    display: none; }
  .first-posts-list .post .post-image .post-image-small, .content-posts-list .post .post-image .post-image-small {
    display: block;
    width: 50px;
    height: 50px;
    opacity: 1;
    overflow: hidden; }
  .first-posts-list .post .post-image a:before, .content-posts-list .post .post-image a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: none; }
  .first-posts-list .post .post-image img, .content-posts-list .post .post-image img {
    max-width: 100%; }
  .first-posts-list .post .post-image .sticky, .content-posts-list .post .post-image .sticky {
    display: none; }

.first-posts-list .post .post-title, .content-posts-list .post .post-title {
  font-size: 0.9em;
  margin-bottom: 10px; }

.first-posts-list .post .post-meta, .content-posts-list .post .post-meta {
  display: none; }

.first-posts-list .post.system-multi .post-image, .content-posts-list .post.system-multi .post-image {
  background-color: #ffc805; }

.first-posts-list .post.system-stationary .post-image, .content-posts-list .post.system-stationary .post-image {
  background-color: #e60012; }

.first-posts-list .post.system-handheld .post-image, .content-posts-list .post.system-handheld .post-image {
  background-color: #0095ff; }

.first-posts-list .post.system-neutral .post-image, .content-posts-list .post.system-neutral .post-image {
  background-color: #aaaaaa; }

@media screen and (max-width: 700px) {
  .first-posts-list .post .post-content, .content-posts-list .post .post-content {
    min-height: 0px;
    padding-left: 0px; }
  .first-posts-list .post .post-kicker .sticky, .content-posts-list .post .post-kicker .sticky {
    display: inline-block; }
  .first-posts-list .post .post-image, .content-posts-list .post .post-image {
    display: none; }
  .first-posts-list .post .post-meta, .content-posts-list .post .post-meta {
    display: none; } }

.community-stream ul {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px; }
  .community-stream ul .stream-entry {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0 0 1.1em;
    position: relative;
    font-size: 0.8em;
    text-align: center; }
    .community-stream ul .stream-entry a {
      font-weight: bold; }
      .community-stream ul .stream-entry a:hover {
        text-decoration: underline; }
    .community-stream ul .stream-entry:after {
      content: "";
      display: block;
      position: relative;
      height: 5px;
      max-width: 50px;
      margin: 1em auto 0;
      background-color: #ffc805; }
    @media screen and (max-width: 700px) {
      .community-stream ul .stream-entry {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  .community-stream ul .stream-entry-hide {
    display: none; }

.community-stream-more {
  margin-top: 2em;
  text-align: center;
  display: none; }

.latest-articles {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 0; }
  .latest-articles:after {
    content: "";
    display: table;
    clear: both; }
  .latest-articles .post {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
    height: 450px; }
    .latest-articles .post:last-child {
      margin-right: 0; }
    .latest-articles .post:first-child {
      padding-left: 0px; }
    .latest-articles .post:nth-child(4) {
      padding-right: 0px; }
    .latest-articles .post .post-title {
      font-size: 1.5em; }
  @media screen and (min-width: 701px) {
    .latest-articles .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .latest-articles .post:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .latest-articles .post {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      height: auto;
      display: block;
      padding-left: 0px;
      padding-right: 0px; }
      .latest-articles .post:last-child {
        margin-right: 0; }
      .latest-articles .post .post-title {
        font-size: 1.1em; }
      .latest-articles .post .post-comments {
        right: 0; }
      .latest-articles .post .post-wrapper {
        padding-bottom: 3em; } }
.spotlight-hubs {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 0;
  margin-bottom: 2.5em; }
  .spotlight-hubs:after {
    content: "";
    display: table;
    clear: both; }
  .spotlight-hubs .entry-hub {
    height: 160px;
    margin-top: 0px;
    padding-left: 2em;
    padding-right: 2em; }
    .spotlight-hubs .entry-hub .hub-headline {
      font-size: 1.5em; }
    .spotlight-hubs .entry-hub .hub-subheadline {
      font-size: 0.9em; }
  .spotlight-hubs .hub {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px; }
    .spotlight-hubs .hub:last-child {
      margin-right: 0; }
    .spotlight-hubs .hub:first-child, .spotlight-hubs .hub:nth-child(3) {
      padding-left: 0px; }
    .spotlight-hubs .hub:nth-child(2), .spotlight-hubs .hub:nth-child(4) {
      padding-right: 0px; }
  @media screen and (max-width: 880px) {
    .spotlight-hubs .hub {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      padding-right: 0px;
      padding-left: 0px;
      padding-bottom: 4px; }
      .spotlight-hubs .hub:last-child {
        margin-right: 0; }
      .spotlight-hubs .hub .entry-hub {
        height: auto; } }
.latest-releases {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0; }
  .latest-releases:after {
    content: "";
    display: table;
    clear: both; }
  .latest-releases .release-entry {
    padding: 1.5em 1.4em;
    background: #F7F7F7;
    border-right: 1px solid #D5D5D5;
    text-align: center;
    transition: background-color 0.2s ease-in-out; }
    .latest-releases .release-entry:nth-child(2n) {
      background: #E8E8E8; }
    .latest-releases .release-entry:last-child {
      border-right: none; }
    .latest-releases .release-entry:hover {
      background: #E0E0E0; }
    .latest-releases .release-entry h4 {
      line-height: 1.35;
      font-weight: bold;
      font-size: 0.9em;
      margin: 1.3em 0 0.65em; }
    .latest-releases .release-entry .game-system, .latest-releases .release-entry .game-date {
      font-size: 0.8em;
      margin-bottom: 0.65em; }
      .latest-releases .release-entry .game-system h5, .latest-releases .release-entry .game-date h5 {
        color: #8E8E8E;
        text-transform: uppercase;
        margin: 0px 0px 0.2em;
        font-weight: normal;
        letter-spacing: 0.1em; }
      .latest-releases .release-entry .game-system:before, .latest-releases .release-entry .game-date:before {
        content: "";
        display: block;
        position: relative;
        height: 4px;
        max-width: 30px;
        margin: 0 auto 0.75em;
        background-color: #ffc805; }
  @media screen and (min-width: 701px) {
    .latest-releases .release-entry {
      display: table-cell;
      width: 16.6666666667%; } }
  @media screen and (max-width: 700px) {
    .latest-releases {
      display: none;
      /*
			@include display-context(block) {
				.release-entry{
					@include span-columns(3);
				}
			}
			*/ } }
.first-posts .section-title, .first-posts .fazit .fazit-title, .fazit .first-posts .fazit-title, .first-posts-list .section-title, .first-posts-list .fazit .fazit-title, .fazit .first-posts-list .fazit-title, .content-data .section-title, .content-data .fazit .fazit-title, .fazit .content-data .fazit-title {
  position: relative; }
  .first-posts .section-title .display-switch, .first-posts .fazit .fazit-title .display-switch, .fazit .first-posts .fazit-title .display-switch, .first-posts-list .section-title .display-switch, .first-posts-list .fazit .fazit-title .display-switch, .fazit .first-posts-list .fazit-title .display-switch, .content-data .section-title .display-switch, .content-data .fazit .fazit-title .display-switch, .fazit .content-data .fazit-title .display-switch {
    display: block;
    border: 1px solid #D5D5D5;
    background: white;
    color: #D5D5D5;
    border-radius: 3px;
    position: absolute;
    top: 0.3em;
    right: 0px;
    padding: 0;
    transition: border-color 0.2s ease-in-out;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    vertical-align: middle;
    width: 70px; }
    .first-posts .section-title .display-switch .display-dropdown a, .first-posts .fazit .fazit-title .display-switch .display-dropdown a, .fazit .first-posts .fazit-title .display-switch .display-dropdown a, .first-posts-list .section-title .display-switch .display-dropdown a, .first-posts-list .fazit .fazit-title .display-switch .display-dropdown a, .fazit .first-posts-list .fazit-title .display-switch .display-dropdown a, .content-data .section-title .display-switch .display-dropdown a, .content-data .fazit .fazit-title .display-switch .display-dropdown a, .fazit .content-data .fazit-title .display-switch .display-dropdown a {
      transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
      color: #D5D5D5; }
    .first-posts .section-title .display-switch .display-dropdown a.selected, .first-posts .fazit .fazit-title .display-switch .display-dropdown a.selected, .fazit .first-posts .fazit-title .display-switch .display-dropdown a.selected, .first-posts-list .section-title .display-switch .display-dropdown a.selected, .first-posts-list .fazit .fazit-title .display-switch .display-dropdown a.selected, .fazit .first-posts-list .fazit-title .display-switch .display-dropdown a.selected, .content-data .section-title .display-switch .display-dropdown a.selected, .content-data .fazit .fazit-title .display-switch .display-dropdown a.selected, .fazit .content-data .fazit-title .display-switch .display-dropdown a.selected {
      color: white; }
    .first-posts .section-title .display-switch:hover, .first-posts .fazit .fazit-title .display-switch:hover, .fazit .first-posts .fazit-title .display-switch:hover, .first-posts-list .section-title .display-switch:hover, .first-posts-list .fazit .fazit-title .display-switch:hover, .fazit .first-posts-list .fazit-title .display-switch:hover, .content-data .section-title .display-switch:hover, .content-data .fazit .fazit-title .display-switch:hover, .fazit .content-data .fazit-title .display-switch:hover {
      border-color: #333333; }
      .first-posts .section-title .display-switch:hover .display-dropdown a.selected, .first-posts .fazit .fazit-title .display-switch:hover .display-dropdown a.selected, .fazit .first-posts .fazit-title .display-switch:hover .display-dropdown a.selected, .first-posts-list .section-title .display-switch:hover .display-dropdown a.selected, .first-posts-list .fazit .fazit-title .display-switch:hover .display-dropdown a.selected, .fazit .first-posts-list .fazit-title .display-switch:hover .display-dropdown a.selected, .content-data .section-title .display-switch:hover .display-dropdown a.selected, .content-data .fazit .fazit-title .display-switch:hover .display-dropdown a.selected, .fazit .content-data .fazit-title .display-switch:hover .display-dropdown a.selected {
        background: white;
        color: #333333; }
      .first-posts .section-title .display-switch:hover .display-dropdown a, .first-posts .fazit .fazit-title .display-switch:hover .display-dropdown a, .fazit .first-posts .fazit-title .display-switch:hover .display-dropdown a, .first-posts-list .section-title .display-switch:hover .display-dropdown a, .first-posts-list .fazit .fazit-title .display-switch:hover .display-dropdown a, .fazit .first-posts-list .fazit-title .display-switch:hover .display-dropdown a, .content-data .section-title .display-switch:hover .display-dropdown a, .content-data .fazit .fazit-title .display-switch:hover .display-dropdown a, .fazit .content-data .fazit-title .display-switch:hover .display-dropdown a {
        color: #333333; }
      .first-posts .section-title .display-switch:hover .display-dropdown a:hover, .first-posts .fazit .fazit-title .display-switch:hover .display-dropdown a:hover, .fazit .first-posts .fazit-title .display-switch:hover .display-dropdown a:hover, .first-posts-list .section-title .display-switch:hover .display-dropdown a:hover, .first-posts-list .fazit .fazit-title .display-switch:hover .display-dropdown a:hover, .fazit .first-posts-list .fazit-title .display-switch:hover .display-dropdown a:hover, .content-data .section-title .display-switch:hover .display-dropdown a:hover, .content-data .fazit .fazit-title .display-switch:hover .display-dropdown a:hover, .fazit .content-data .fazit-title .display-switch:hover .display-dropdown a:hover {
        background: #333333;
        color: white; }
    .first-posts .section-title .display-switch ul, .first-posts .fazit .fazit-title .display-switch ul, .fazit .first-posts .fazit-title .display-switch ul, .first-posts-list .section-title .display-switch ul, .first-posts-list .fazit .fazit-title .display-switch ul, .fazit .first-posts-list .fazit-title .display-switch ul, .content-data .section-title .display-switch ul, .content-data .fazit .fazit-title .display-switch ul, .fazit .content-data .fazit-title .display-switch ul {
      display: block;
      margin: 0px;
      list-style: none;
      width: 100%;
      padding: 0px; }
      .first-posts .section-title .display-switch ul li, .first-posts .fazit .fazit-title .display-switch ul li, .fazit .first-posts .fazit-title .display-switch ul li, .first-posts-list .section-title .display-switch ul li, .first-posts-list .fazit .fazit-title .display-switch ul li, .fazit .first-posts-list .fazit-title .display-switch ul li, .content-data .section-title .display-switch ul li, .content-data .fazit .fazit-title .display-switch ul li, .fazit .content-data .fazit-title .display-switch ul li {
        margin: 0px;
        width: 50%;
        display: block;
        float: left; }
        .first-posts .section-title .display-switch ul li a, .first-posts .fazit .fazit-title .display-switch ul li a, .fazit .first-posts .fazit-title .display-switch ul li a, .first-posts-list .section-title .display-switch ul li a, .first-posts-list .fazit .fazit-title .display-switch ul li a, .fazit .first-posts-list .fazit-title .display-switch ul li a, .content-data .section-title .display-switch ul li a, .content-data .fazit .fazit-title .display-switch ul li a, .fazit .content-data .fazit-title .display-switch ul li a {
          display: block;
          padding: 0.45em 0em 0.2em 0em; }
    @media screen and (max-width: 700px) {
      .first-posts .section-title .display-switch, .first-posts .fazit .fazit-title .display-switch, .fazit .first-posts .fazit-title .display-switch, .first-posts-list .section-title .display-switch, .first-posts-list .fazit .fazit-title .display-switch, .fazit .first-posts-list .fazit-title .display-switch, .content-data .section-title .display-switch, .content-data .fazit .fazit-title .display-switch, .fazit .content-data .fazit-title .display-switch {
        display: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.9em;
        position: relative; } }
.display-dropdown .selected {
  background-color: #D5D5D5;
  position: relative;
  color: white;
  transition: background-color 0.2s ease-in-out; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-footer .site-footer-navigation {
  padding: 3em 0;
  background: #ffc805;
  font-size: 0.75em;
  color: white; }
  .site-footer .site-footer-navigation .inner-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .site-footer .site-footer-navigation .inner-container:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .site-footer-navigation .inner-container a {
      color: white; }
      .site-footer .site-footer-navigation .inner-container a:hover {
        text-decoration: underline; }
    .site-footer .site-footer-navigation .inner-container .nav-entry {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.6666666667%;
      padding: 0 10px 0; }
      .site-footer .site-footer-navigation .inner-container .nav-entry:last-child {
        margin-right: 0; }
      @media screen and (max-width: 700px) {
        .site-footer .site-footer-navigation .inner-container .nav-entry {
          float: left;
          display: block;
          margin-right: 0%;
          width: 50%;
          margin-bottom: 3em; }
          .site-footer .site-footer-navigation .inner-container .nav-entry:last-child {
            margin-right: 0; }
          .site-footer .site-footer-navigation .inner-container .nav-entry:nth-child(2n) {
            margin-right: 0; }
          .site-footer .site-footer-navigation .inner-container .nav-entry:nth-child(2n+1) {
            clear: left; } }
      .site-footer .site-footer-navigation .inner-container .nav-entry h5 {
        text-transform: uppercase;
        margin: 0px 0 0.7em;
        font-size: 1.4em; }
      .site-footer .site-footer-navigation .inner-container .nav-entry ul {
        list-style: none;
        display: block;
        padding: 0px;
        margin: 0px; }
        .site-footer .site-footer-navigation .inner-container .nav-entry ul li {
          list-style: none;
          padding: 0px;
          margin: 0px 0 0.8em;
          display: block; }
          .site-footer .site-footer-navigation .inner-container .nav-entry ul li svg {
            max-width: 12px;
            height: auto;
            vertical-align: bottom; }

.site-footer .sosume {
  font-size: 0.9em;
  background: white;
  padding: 21px 0; }
  .site-footer .sosume .half-right {
    text-align: center; }
    @media screen and (max-width: 700px) {
      .site-footer .sosume .half-right {
        text-align: left; } }
  .site-footer .sosume .half-left {
    position: relative; }
    .site-footer .sosume .half-left #logo-bottom {
      display: block;
      height: 27px;
      width: 246px;
      background: url(../img/logo-footer@2x.png) no-repeat;
      background-size: contain;
      top: -3px;
      left: 0px;
      position: absolute;
      max-width: 100%; }
      @media screen and (max-width: 700px) {
        .site-footer .sosume .half-left #logo-bottom {
          position: relative;
          top: 0px;
          left: 0px;
          margin-bottom: 1em; } }
#cookies-banner {
  width: 100%;
  background-color: rgba(30, 30, 30, 0.95);
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 0.9em;
  padding: 1em 0.9em;
  display: none; }
  #cookies-banner .cookies-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: left; }
  #cookies-banner a {
    color: white;
    text-decoration: underline; }
    #cookies-banner a:hover {
      text-decoration: none; }
  #cookies-banner .button {
    margin-left: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 1em;
    background-color: transparent;
    border-color: white;
    color: white; }

.postcontent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.postcontent .video-container iframe, .postcontent .video-container object, .postcontent .video-container embed, .postcontent .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.content .entry-header, .content-page .entry-header {
  padding-top: 2em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 700px) {
    .content .entry-header, .content-page .entry-header {
      margin-bottom: 1.7em; } }
  .content .entry-header.entry-header-no-margin, .content-page .entry-header.entry-header-no-margin {
    margin-bottom: 0px; }
    @media screen and (max-width: 700px) {
      .content .entry-header.entry-header-no-margin, .content-page .entry-header.entry-header-no-margin {
        margin-bottom: 0px; } }
  .content .entry-header .entry-title, .content-page .entry-header .entry-title {
    margin: 0px 0px 0.4em; }
    @media screen and (max-width: 700px) {
      .content .entry-header .entry-title, .content-page .entry-header .entry-title {
        font-size: 1.4em; } }
    .content .entry-header .entry-title.centered, .content-page .entry-header .entry-title.centered {
      text-align: center; }
  .content .entry-header .entry-meta, .content-page .entry-header .entry-meta {
    font-size: 0.8em;
    color: #8E8E8E;
    font-weight: 300; }
    .content .entry-header .entry-meta a, .content-page .entry-header .entry-meta a {
      color: #8E8E8E;
      text-decoration: none;
      font-weight: 600; }
      .content .entry-header .entry-meta a:hover, .content-page .entry-header .entry-meta a:hover {
        text-decoration: underline; }
    .content .entry-header .entry-meta .entry-meta-border, .content-page .entry-header .entry-meta .entry-meta-border {
      border-top: 1px solid #D5D5D5;
      display: inline-block;
      padding-top: 0.8em; }

.content .entry-content, .content .comments-container .comment .comment-body, .comments-container .comment .content .comment-body, .content-page .entry-content, .content-page .comments-container .comment .comment-body, .comments-container .comment .content-page .comment-body {
  padding-bottom: 1.6em; }

.content .entry-bottom, .content-page .entry-bottom {
  margin-bottom: 0; }
  .content .entry-bottom .entry-bottom-text, .content-page .entry-bottom .entry-bottom-text {
    font-size: 0.8em;
    color: #8E8E8E;
    font-weight: 300;
    width: 50%;
    float: left; }
  .content .entry-bottom .entry-bottom-border, .content-page .entry-bottom .entry-bottom-border {
    border-top: 1px solid #D5D5D5;
    display: inline-block;
    padding-top: 0.8em; }
  .content .entry-bottom .sharing, .content-page .entry-bottom .sharing {
    float: right;
    width: 50%;
    font-size: 0.85em;
    font-weight: 300; }
    .content .entry-bottom .sharing li, .content-page .entry-bottom .sharing li {
      float: right;
      margin-left: 10px; }
  @media screen and (max-width: 700px) {
    .content .entry-bottom .entry-bottom-border, .content-page .entry-bottom .entry-bottom-border {
      display: block; }
    .content .entry-bottom .entry-bottom-text, .content .entry-bottom .sharing, .content-page .entry-bottom .entry-bottom-text, .content-page .entry-bottom .sharing {
      float: none;
      width: auto;
      font-size: 1em; }
    .content .entry-bottom .entry-bottom-text, .content-page .entry-bottom .entry-bottom-text {
      margin-bottom: 2em; }
    .content .entry-bottom .sharing li, .content-page .entry-bottom .sharing li {
      float: left;
      margin-right: 10px;
      margin-left: 0px; } }
.sharing {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .sharing li {
    margin: 0 0 0.7em;
    display: block; }
    .sharing li.mobile {
      display: none; }
    .sharing li.share-count {
      margin-top: -6px;
      color: #8E8E8E;
      vertical-align: top; }
      .sharing li.share-count.share-count-hide {
        display: none; }
      .sharing li.share-count span {
        line-height: 1; }
      .sharing li.share-count .share-count-number {
        font-size: 1.8em; }
      .sharing li.share-count .share-count-text {
        display: block;
        font-size: 12px;
        text-transform: uppercase; }
    .sharing li span {
      display: block; }
    .sharing li a {
      display: block;
      padding: 0.2em 0.6em 0.1em;
      color: #FFF;
      font-size: 1em;
      border: 2px solid #FFF;
      transition: background-color 0.15s ease-out 0s, color 0.15s ease-out 0s;
      text-decoration: none;
      box-shadow: none; }
      .sharing li a i {
        min-width: 1.2em;
        display: inline-block; }
    .sharing li .sharing-twitter {
      background-color: #4A90E2;
      border-color: #4A90E2; }
      .sharing li .sharing-twitter:hover {
        background-color: transparent;
        color: #4A90E2; }
    .sharing li .sharing-facebook {
      background-color: #3b5998;
      border-color: #3b5998; }
      .sharing li .sharing-facebook:hover {
        background-color: transparent;
        color: #3b5998; }
    .sharing li .sharing-whatsapp {
      background-color: #4dc247;
      border-color: #4dc247; }
      .sharing li .sharing-whatsapp:hover {
        background-color: transparent;
        color: #4dc247; }

.entry-author {
  border: 7px solid #E5E5E5;
  padding: 1.4em;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.5;
  margin: 3.5em 0 0em; }
  .entry-author .author-name {
    clear: none;
    margin: 0 0 0.1em;
    font-weight: 600;
    font-size: 1.1em; }
  .entry-author .author-img {
    float: left;
    margin: 0 1.4em 1em 0; }

.entry-hub {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2.3em 3em;
  font-size: 1em;
  margin: 2.5em 0 0em;
  position: relative;
  text-align: center;
  display: block; }
  .entry-hub:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.56);
    transition: background-color 0.2s ease-in-out; }
  .entry-hub:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .entry-hub:hover .hub-text {
    color: white; }
  .entry-hub:hover:before {
    background-color: rgba(0, 0, 0, 0.66); }
  .entry-hub .hub-text {
    z-index: 2;
    position: relative;
    text-shadow: 0.05em 0.1em 7px rgba(0, 0, 0, 0.1);
    color: white;
    font-weight: 300; }
  .entry-hub h5 {
    text-transform: uppercase;
    margin: 0px 0px 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #ffc805;
    font-size: 0.7em; }
  .entry-hub h3 {
    font-size: 2.1em;
    font-weight: 600;
    margin: 0.3em 0 0.35em; }
  .entry-hub .hub-subheadline {
    font-size: 1.1em; }

.entry-gallery {
  position: relative;
  padding: 0px 0px; }
  @media screen and (max-width: 700px) {
    .entry-gallery {
      padding: 0 0px; } }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-container .comment-title {
  font-size: 1.8em; }

.comments-container .comment-form-container .comment {
  margin-bottom: 0px;
  border-bottom: 0px; }

.comments-container .comments {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none; }

.comments-container li.comment, .comments-container .comment-form {
  display: block;
  margin: 0 0 1.7em; }

.comments-container .comment-form {
  border-bottom: 1px solid #D5D5D5; }
  @media screen and (max-width: 700px) {
    .comments-container .comment-form .comment {
      padding-left: 0px; }
      .comments-container .comment-form .comment .user-avatar {
        display: none; } }
.comments-container .comment {
  border-bottom: 1px solid #D5D5D5;
  display: block;
  padding: 0 0 1.2em 85px;
  position: relative;
  min-height: 70px;
  word-wrap: break-word;
  overflow: hidden; }
  .comments-container .comment .user-avatar {
    width: 60px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .comments-container .comment .comment-header {
    margin: 0 0 0.5em; }
    .comments-container .comment .comment-header a {
      text-decoration: none; }
      .comments-container .comment .comment-header a:hover {
        text-decoration: underline; }
    .comments-container .comment .comment-header .comment-time {
      font-size: 0.8em;
      font-weight: 300;
      color: #8E8E8E; }
  .comments-container .comment .comment-body div {
    margin-bottom: 0px; }

.comments-container .comment-form-guest {
  margin-bottom: 2.5em;
  padding-bottom: 1.5em; }

.comments .comment .comment-body .smallfont {
  font-size: 12px;
  font-weight: bold; }

.comments .comment .comment-body table {
  border-left: 3px solid #c7c7c7;
  width: auto; }

.comments .comment .comment-body table td {
  padding: 0 0 0 10px; }

.comments .comment .comment-body table img {
  max-width: 100%; }

.comments .comment .comment-body .bbcode_container {
  margin: 10 0px;
  display: block; }

.comments .comment .comment-body .bbcode_container div.bbcode_quote {
  margin: 0 0 14px;
  background: #F8F8F8;
  border: 0;
  position: relative; }

.comments .comment .comment-body .bbcode_quote div.quote_container {
  padding: 10px;
  margin-bottom: 0px; }
  .comments .comment .comment-body .bbcode_quote div.quote_container .bbcode_postedby, .comments .comment .comment-body .bbcode_quote div.quote_container .message {
    margin-top: 0; }

.comments .comment .comment-body .bbcode_container .bbcode_quote_container {
  display: none; }

.comments .comment .comment-body .bbcode_container div.bbcode_quote div.message {
  padding: 8px 0px;
  font-style: italic; }

.comments .comment .comment-body .bbcode_quote .bbcode_postedby img {
  position: relative;
  top: -2px;
  display: none; }

.comments .comment .comment-body .bbcode_postedby {
  font-size: 11px;
  text-transform: uppercase; }

.comments-header a {
  text-decoration: none; }

.comments-header a:hover {
  text-decoration: underline; }

.comments-header-right {
  float: right;
  width: 35%;
  font-size: 12px;
  color: #AAA;
  text-align: right; }

.comments-header-right a {
  margin: 0 0px 0 10px; }

.comments-textarea {
  width: 100%;
  padding: 2%;
  height: 60px;
  border: 0px;
  max-height: 260px;
  vertical-align: top;
  transition: height 0.2s;
  border: 4px solid #E5E5E5;
  font-size: 0.9em;
  border-radius: 0px;
  font-weight: 300;
  margin-bottom: 0.8em;
  transition: height 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .comments-textarea:active, .comments-textarea:focus {
    border-color: #B8B8B8; }

.comments-submit {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 2em;
  border: 0px;
  color: #666;
  background: #E5E5E5;
  display: block;
  width: 100%;
  padding: 0.65em 0.2em;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  font-weight: 500; }

.comments-submit[disabled],
.comments-submit[disabled]:hover,
.comments-submit[disabled]:active {
  color: #666;
  cursor: default;
  background: #E5E5E5; }

.comments-submit:hover {
  color: white;
  background-color: #B8B8B8; }

.comments-submit:active {
  background-color: #D5D5D5; }

.comments-submit-busy, .comments-submit.comments-submit-busy:hover {
  background-color: #D5D5D5;
  border: 1px solid #D5D5D5;
  color: #CCC; }

/*--------------------------------------------------------------
## Game
--------------------------------------------------------------*/
.game-box-wide {
  color: #8E8E8E;
  padding-top: 2em;
  font-size: 0.9em; }
  .game-box-wide .data-entry {
    padding: 0 20px 0 0;
    margin-bottom: 1.35em; }
    .game-box-wide .data-entry h5 {
      text-transform: uppercase;
      margin: 0px 0px 0.2em;
      font-weight: normal;
      letter-spacing: 0.1em; }
    .game-box-wide .data-entry .data-content {
      color: #333333; }
    .game-box-wide .data-entry:after {
      content: "";
      display: block;
      position: relative;
      height: 4px;
      max-width: 30px;
      margin: 0.9em 0 0 0;
      background-color: #ffc805; }
  @media screen and (min-width: 881px) {
    .game-box-wide .data-entry {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .game-box-wide .data-entry:last-child {
        margin-right: 0; }
      .game-box-wide .data-entry:nth-child(4n) {
        margin-right: 0; }
      .game-box-wide .data-entry:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 880px) and (min-width: 701px) {
    .game-box-wide .data-entry {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .game-box-wide .data-entry:last-child {
        margin-right: 0; }
      .game-box-wide .data-entry:nth-child(2n) {
        margin-right: 0; }
      .game-box-wide .data-entry:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 700px) {
    .game-box-wide {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .game-box-wide:last-child {
        margin-right: 0; }
      .game-box-wide .data-entry {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        .game-box-wide .data-entry:last-child {
          margin-right: 0; } }
.fazit .fazit-container {
  padding: 2.5em 0; }

.fazit .fazit-title {
  text-align: left; }

.content-owner .owner {
  padding: 20px 10px;
  margin-bottom: 2em; }

@media screen and (min-width: 881px) {
  .content-owner .owner {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20%; }
    .content-owner .owner:last-child {
      margin-right: 0; }
    .content-owner .owner:nth-child(5n) {
      margin-right: 0; }
    .content-owner .owner:nth-child(5n+1) {
      clear: left; } }

@media screen and (max-width: 880px) and (min-width: 701px) {
  .content-owner .owner {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .content-owner .owner:last-child {
      margin-right: 0; }
    .content-owner .owner:nth-child(4n) {
      margin-right: 0; }
    .content-owner .owner:nth-child(4n+1) {
      clear: left; } }

@media screen and (max-width: 700px) {
  .content-owner {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .content-owner:last-child {
      margin-right: 0; }
    .content-owner .owner {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .content-owner .owner:last-child {
        margin-right: 0; }
      .content-owner .owner:nth-child(2n) {
        margin-right: 0; }
      .content-owner .owner:nth-child(2n+1) {
        clear: left; } }

.content-owner .owner {
  text-align: center;
  display: block;
  transition: background-color 0.2s ease-in-out; }
  .content-owner .owner:hover {
    background: #FAFAFA; }
  .content-owner .owner .owner-avatar img {
    width: 50px;
    height: auto;
    margin-bottom: 0.4em;
    border-radius: 50%; }
  .content-owner .owner .owner-name {
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 0.35em;
    font-size: 0.9em; }
  .content-owner .owner .owner-meta {
    font-size: 0.8em;
    color: #8E8E8E; }

.content-images .image {
  padding: 0 10px 0;
  margin-bottom: 1em; }

@media screen and (min-width: 881px) {
  .content-images .image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .content-images .image:last-child {
      margin-right: 0; }
    .content-images .image:nth-child(4n) {
      margin-right: 0; }
    .content-images .image:nth-child(4n+1) {
      clear: left; } }

@media screen and (max-width: 880px) and (min-width: 701px) {
  .content-images .image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .content-images .image:last-child {
      margin-right: 0; }
    .content-images .image:nth-child(4n) {
      margin-right: 0; }
    .content-images .image:nth-child(4n+1) {
      clear: left; } }

@media screen and (max-width: 700px) {
  .content-images {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    float: none; }
    .content-images:last-child {
      margin-right: 0; }
    .content-images .image {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .content-images .image:last-child {
        margin-right: 0; } }

/*--------------------------------------------------------------
## Game
--------------------------------------------------------------*/
.hero .section-buttons {
  padding: 0px 0 35px;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .hero .section-buttons {
      display: none; } }
.hero .latest-releases {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 35px; }
  .hero .latest-releases:after {
    content: "";
    display: table;
    clear: both; }
  .hero .latest-releases .release-entry {
    color: white;
    padding: 0.3em 0.5em;
    background: rgba(0, 0, 0, 0);
    border-right: 1px solid #D5D5D5;
    text-align: center;
    transition: background-color 0.2s ease-in-out; }
    .hero .latest-releases .release-entry:last-child {
      border-right: none; }
    .hero .latest-releases .release-entry:hover {
      background: rgba(0, 0, 0, 0.4); }
    .hero .latest-releases .release-entry h4 {
      line-height: 1.35;
      font-weight: bold;
      font-size: 0.9em;
      margin: 1em 0 0.65em; }
    .hero .latest-releases .release-entry .game-date {
      font-size: 0.8em;
      margin-bottom: 0.65em; }
      .hero .latest-releases .release-entry .game-date h5 {
        color: white;
        text-transform: uppercase;
        margin: 0px 0px 0.2em;
        font-weight: normal;
        letter-spacing: 0.1em; }
      .hero .latest-releases .release-entry .game-date:before {
        content: "";
        display: block;
        position: relative;
        height: 4px;
        max-width: 30px;
        margin: 0 auto 0.75em;
        background-color: #ffc805; }
  @media screen and (min-width: 701px) {
    .hero .latest-releases .release-entry {
      display: table-cell;
      width: 20%; } }
  @media screen and (max-width: 700px) {
    .hero .latest-releases {
      display: none;
      /*
				@include display-context(block) {
					.release-entry{
						@include span-columns(3);
					}
				}
				*/ } }
.content-data {
  padding: 2em 0; }
  .content-data .section-title, .content-data .fazit .fazit-title, .fazit .content-data .fazit-title {
    position: relative; }
    .content-data .section-title .sort-by-button, .content-data .fazit .fazit-title .sort-by-button, .fazit .content-data .fazit-title .sort-by-button {
      display: inline-block;
      border: 1px solid #D5D5D5;
      background: white;
      color: #D5D5D5;
      border-radius: 3px;
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 0.45em 0.9em 0.2em 1.1em;
      transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
      text-shadow: none;
      font-size: 13px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      vertical-align: middle; }
      .content-data .section-title .sort-by-button i, .content-data .fazit .fazit-title .sort-by-button i, .fazit .content-data .fazit-title .sort-by-button i {
        font-size: 1.2em; }
      .content-data .section-title .sort-by-button.jq-dropdown-open, .content-data .fazit .fazit-title .sort-by-button.jq-dropdown-open, .fazit .content-data .fazit-title .sort-by-button.jq-dropdown-open, .content-data .section-title .sort-by-button:hover, .content-data .fazit .fazit-title .sort-by-button:hover, .fazit .content-data .fazit-title .sort-by-button:hover {
        color: #333333;
        border-color: #333333; }
      @media screen and (max-width: 700px) {
        .content-data .section-title .sort-by-button, .content-data .fazit .fazit-title .sort-by-button, .fazit .content-data .fazit-title .sort-by-button {
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-top: 0.9em;
          position: relative; } }
.content-data-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .content-data-container:after {
    content: "";
    display: table;
    clear: both; }
  .content-data-container:after {
    content: "";
    display: table;
    clear: both; }
  .content-data-container .data-entry {
    padding: 1.5em 1.4em;
    text-align: center;
    transition: background-color 0.2s ease-in-out; }
    .content-data-container .data-entry:last-child {
      border-right: none; }
    .content-data-container .data-entry:hover {
      background: #F0F0F0; }
    .content-data-container .data-entry h4 {
      line-height: 1.35;
      font-weight: bold;
      font-size: 0.9em;
      margin: 1.3em 0 0.65em; }
    .content-data-container .data-entry .game-packshot {
      position: relative; }
      .content-data-container .data-entry .game-packshot img {
        vertical-align: bottom;
        border: 1px solid #eaeaea; }
    .content-data-container .data-entry .game-score {
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 30px;
      text-align: center; }
      .content-data-container .data-entry .game-score .score-outer-ring {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 2px;
        margin: 0 auto 2em;
        display: block;
        text-decoration: none;
        background: white; }
      .content-data-container .data-entry .game-score .score-inner-ring {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #ffc805;
        text-align: center;
        padding-top: 0px;
        font-weight: bold;
        color: #333333;
        font-size: 12px;
        line-height: 24px; }
    .content-data-container .data-entry .game-system, .content-data-container .data-entry .game-date, .content-data-container .data-entry .game-release {
      font-size: 0.8em;
      margin-bottom: 0.65em; }
      .content-data-container .data-entry .game-system h5, .content-data-container .data-entry .game-date h5, .content-data-container .data-entry .game-release h5 {
        color: #8E8E8E;
        text-transform: uppercase;
        margin: 0px 0px 0.2em;
        font-weight: normal;
        letter-spacing: 0.1em; }
      .content-data-container .data-entry .game-system:before, .content-data-container .data-entry .game-date:before, .content-data-container .data-entry .game-release:before {
        content: "";
        display: block;
        position: relative;
        height: 4px;
        max-width: 30px;
        margin: 0 auto 0.75em;
        background-color: #ffc805; }

@media screen and (min-width: 881px) {
  .content .content-data-container .data-entry {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .content .content-data-container .data-entry:last-child {
      margin-right: 0; }
    .content .content-data-container .data-entry:nth-child(4n) {
      margin-right: 0; }
    .content .content-data-container .data-entry:nth-child(4n+1) {
      clear: left; } }

@media screen and (max-width: 880px) and (min-width: 701px) {
  .content .content-data-container .data-entry {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .content .content-data-container .data-entry:last-child {
      margin-right: 0; }
    .content .content-data-container .data-entry:nth-child(2n) {
      margin-right: 0; }
    .content .content-data-container .data-entry:nth-child(2n+1) {
      clear: left; } }

@media screen and (max-width: 700px) {
  .content .content-data-container {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .content .content-data-container:last-child {
      margin-right: 0; }
    .content .content-data-container .data-entry {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .content .content-data-container .data-entry:last-child {
        margin-right: 0; }
      .content .content-data-container .data-entry:nth-child(2n) {
        margin-right: 0; }
      .content .content-data-container .data-entry:nth-child(2n+1) {
        clear: left; } }

.content-full .content-data-container {
  float: none !important; }
  @media screen and (min-width: 881px) {
    .content-full .content-data-container .data-entry {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.6666666667%; }
      .content-full .content-data-container .data-entry:last-child {
        margin-right: 0; }
      .content-full .content-data-container .data-entry:nth-child(6n) {
        margin-right: 0; }
      .content-full .content-data-container .data-entry:nth-child(6n+1) {
        clear: left; } }
  @media screen and (max-width: 880px) and (min-width: 701px) {
    .content-full .content-data-container .data-entry {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .content-full .content-data-container .data-entry:last-child {
        margin-right: 0; }
      .content-full .content-data-container .data-entry:nth-child(4n) {
        margin-right: 0; }
      .content-full .content-data-container .data-entry:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 700px) {
    .content-full .content-data-container {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .content-full .content-data-container:last-child {
        margin-right: 0; }
      .content-full .content-data-container .data-entry {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.3333333333%; }
        .content-full .content-data-container .data-entry:last-child {
          margin-right: 0; }
        .content-full .content-data-container .data-entry:nth-child(3n) {
          margin-right: 0; }
        .content-full .content-data-container .data-entry:nth-child(3n+1) {
          clear: left; } }
.filter-section-container {
  margin-bottom: 2em; }
  .filter-section-container .section-title, .filter-section-container .fazit .fazit-title, .fazit .filter-section-container .fazit-title {
    font-size: 1.4em; }
  @media screen and (max-width: 700px) {
    .filter-section-container .section-title, .filter-section-container .fazit .fazit-title, .fazit .filter-section-container .fazit-title {
      font-size: 1.3em; } }
.filter-item {
  padding: 2px; }

.filter-section {
  margin-left: -2px;
  margin-right: -2px; }

.filter-name .filter-item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20%; }
  .filter-name .filter-item:last-child {
    margin-right: 0; }
  .filter-name .filter-item:nth-child(5n) {
    margin-right: 0; }
  .filter-name .filter-item:nth-child(5n+1) {
    clear: left; }

.filter-system .filter-item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%; }
  .filter-system .filter-item:last-child {
    margin-right: 0; }
  .filter-system .filter-item:nth-child(4n) {
    margin-right: 0; }
  .filter-system .filter-item:nth-child(4n+1) {
    clear: left; }

.filter-sort .filter-item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%; }
  .filter-sort .filter-item:last-child {
    margin-right: 0; }

.filter-type .filter-item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%; }
  .filter-type .filter-item:last-child {
    margin-right: 0; }
  .filter-type .filter-item:nth-child(2n) {
    margin-right: 0; }
  .filter-type .filter-item:nth-child(2n+1) {
    clear: left; }

.sort-by a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.9em 0.7em;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  font-size: 0.65em;
  color: #333333;
  font-weight: 600; }
  .sort-by a:hover {
    color: #B8B8B8; }
  .sort-by a.desc, .sort-by a.asc {
    background-color: #D5D5D5;
    color: white;
    position: relative; }
    .sort-by a.desc:before, .sort-by a.asc:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      margin-right: 0.5em;
      line-height: 1; }
  .sort-by a.desc:before {
    content: "\f0d7"; }
  .sort-by a.asc:before {
    content: "\f0d8"; }
  .sort-by a.desc:hover:before {
    content: "\f0d8"; }
  .sort-by a.asc:hover:before {
    content: "\f0d7"; }

/*--------------------------------------------------------------
## Game
--------------------------------------------------------------*/
.hero .latest-posts {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 35px; }
  .hero .latest-posts:after {
    content: "";
    display: table;
    clear: both; }
  .hero .latest-posts .post {
    color: white;
    text-align: center;
    padding: 0.3em 0.5em;
    background: rgba(0, 0, 0, 0);
    border-right: 1px solid #D5D5D5;
    transition: background-color 0.2s ease-in-out; }
    .hero .latest-posts .post:last-child {
      border-right: none; }
    .hero .latest-posts .post:hover {
      background: rgba(0, 0, 0, 0.4); }
    .hero .latest-posts .post .post-image {
      padding: 0 0.9em;
      background: none; }
      .hero .latest-posts .post .post-image img {
        border: 0px; }
    .hero .latest-posts .post h4 {
      line-height: 1.35;
      font-weight: bold;
      font-size: 0.9em;
      margin: 1em 0 0.65em; }
    .hero .latest-posts .post .post-kicker {
      letter-spacing: 0.08em; }
      .hero .latest-posts .post .post-kicker:before {
        content: "";
        display: block;
        position: relative;
        height: 4px;
        max-width: 30px;
        margin: 0 auto 0.75em;
        background-color: #ffc805; }
  @media screen and (min-width: 701px) {
    .hero .latest-posts .post {
      display: table-cell;
      width: 20%; } }
  @media screen and (max-width: 700px) {
    .hero .latest-posts {
      display: none; } }
/*--------------------------------------------------------------
## Game
--------------------------------------------------------------*/
.network-center table {
  width: 100%; }
  .network-center table tr:first-child td {
    border-top: 1px solid #D5D5D5; }
  .network-center table tr:hover td {
    background-color: #F8F8F8; }
  .network-center table th {
    text-align: left; }
  .network-center table td {
    border-bottom: 1px solid #D5D5D5;
    padding: 0.5em 0.6em;
    transition: background-color 0.1s ease-in-out;
    text-align: left; }
    .network-center table td a {
      text-decoration: underline; }
      .network-center table td a:hover {
        text-decoration: none; }
  .network-center table .col-card-link {
    width: 33%; }

.network-center-create {
  margin-bottom: 1.8em;
  text-align: center; }

.network-center-search {
  margin-bottom: 1.8em; }
  .network-center-search label {
    display: none; }

.network-center-embed input {
  width: 100%;
  display: block;
  margin-bottom: 1.2em; }

.network-card {
  width: 360px;
  height: 212px;
  display: block;
  position: relative;
  margin: 0 auto 60px;
  border-radius: 5px;
  border: 2px solid #D5D5D5;
  background-color: #F8F8F8;
  transition: background-color 0.2s ease-in-out; }
  .network-card:hover {
    background-color: #F0F0F0; }
  .network-card h1 {
    font-size: 1.6em;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 300; }
  .network-card .avatar {
    position: absolute;
    top: 68px;
    left: 21px;
    width: 82px;
    height: 120px;
    overflow: hidden; }
  .network-card .username {
    position: absolute;
    top: 70px;
    left: 160px;
    font-size: 20px;
    text-shadow: 1px 1px 1px white; }
  .network-card .network-id {
    position: absolute;
    top: 105px;
    left: 160px;
    font-size: 14px;
    text-shadow: 1px 1px 1px white; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.game-results {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0; }
  .game-results:after {
    content: "";
    display: table;
    clear: both; }
  .game-results .game-entry {
    padding: 0.9em 0.8em;
    text-align: center;
    transition: background-color 0.2s ease-in-out; }
    .game-results .game-entry:hover {
      background: #F8F8F8; }
    .game-results .game-entry h4 {
      line-height: 1.35;
      font-weight: bold;
      font-size: 0.9em;
      margin: 1.3em 0 0.65em; }
    .game-results .game-entry .game-system, .game-results .game-entry .game-date {
      font-size: 0.8em;
      margin-bottom: 0.65em; }
      .game-results .game-entry .game-system h5, .game-results .game-entry .game-date h5 {
        color: #8E8E8E;
        text-transform: uppercase;
        margin: 0px 0px 0.2em;
        font-weight: normal;
        letter-spacing: 0.1em; }
      .game-results .game-entry .game-system:before, .game-results .game-entry .game-date:before {
        content: "";
        display: block;
        position: relative;
        height: 4px;
        max-width: 30px;
        margin: 0 auto 0.75em;
        background-color: #ffc805; }
  @media screen and (min-width: 701px) {
    .game-results .game-entry {
      display: table-cell;
      width: 16.6666666667%; } }
  @media screen and (max-width: 700px) {
    .game-results .game-entry {
      display: table-cell;
      width: 33.3333333333%; }
    .game-results .game-entry:nth-child(n+3) {
      display: none; } }
.search-nav {
  margin: 1.5em 0 0;
  text-align: center; }
  .search-nav a {
    display: inline-block;
    border: 1px solid #D5D5D5;
    background: white;
    color: #D5D5D5;
    border-radius: 3px;
    padding: 0.45em 0.9em 0.2em 1.1em;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    vertical-align: text-bottom;
    margin-left: 1em; }
    .search-nav a.active, .search-nav a:hover {
      color: #333333;
      border-color: #333333; }
    @media screen and (max-width: 700px) {
      .search-nav a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.9em;
        position: relative; } }
  .search-nav:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    max-width: 300px;
    margin: 3em auto 0;
    background-color: #D5D5D5; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#ad-rectangle1-outer {
  max-width: 100%;
  overflow: hidden; }

.ad-rectangle-mobile {
  margin-top: 2em !important; }
  @media screen and (min-width: 701px) {
    .ad-rectangle-mobile {
      display: none; } }
.sidebar {
  color: #8E8E8E;
  text-align: center; }
  .sidebar a {
    color: #8E8E8E;
    transition: color 0.2s ease-in-out; }
    .sidebar a:hover {
      color: #4A4A4A; }
  .sidebar #ad-rectangle1-outer .ad-wrapper {
    margin-bottom: 1.5em; }
  .sidebar .sidebar-element {
    font-size: 0.8em;
    margin-bottom: 4.5em;
    padding-right: 20px;
    padding-left: 10px; }
  @media screen and (max-width: 700px) {
    .sidebar {
      text-align: left; }
      .sidebar .sidebar-element {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 0.9em; } }
  .sidebar .game-box .game-box-content {
    margin-bottom: 1.2em; }
  .sidebar .game-box .data-entry {
    margin-bottom: 0.65em; }
    .sidebar .game-box .data-entry h5 {
      text-transform: uppercase;
      margin: 0px 0px 0.2em;
      font-weight: normal;
      letter-spacing: 0.1em; }
    .sidebar .game-box .data-entry:before {
      content: "";
      display: block;
      position: relative;
      height: 4px;
      max-width: 30px;
      margin: 0 auto 0.75em;
      background-color: #ffc805; }
    .sidebar .game-box .data-entry:first-of-type:before {
      content: none; }
  .sidebar .game-box .game-box-toggle-other-games {
    cursor: pointer; }
  .sidebar .game-box .game-box-more-container {
    margin-top: 3em; }
    .sidebar .game-box .game-box-more-container .game-box-more-games {
      list-style: none;
      display: block;
      padding: 0px 4em;
      margin: 0px;
      display: none; }
      .sidebar .game-box .game-box-more-container .game-box-more-games li {
        margin: 0px;
        padding: 0px;
        margin-bottom: 1.25em;
        list-style: none;
        display: block; }
        .sidebar .game-box .game-box-more-container .game-box-more-games li .post-kicker {
          font-size: 0.85em;
          margin-bottom: 0.6em;
          letter-spacing: 0.1em; }
        .sidebar .game-box .game-box-more-container .game-box-more-games li h5 {
          margin: 0px;
          font-weight: 600;
          font-size: 1em; }
        .sidebar .game-box .game-box-more-container .game-box-more-games li:before {
          content: "";
          display: block;
          position: relative;
          height: 4px;
          max-width: 30px;
          margin: 0 auto 1.35em;
          background-color: #ffc805; }
        .sidebar .game-box .game-box-more-container .game-box-more-games li:first-of-type:before {
          content: none; }
  .sidebar .game-box .button-buy {
    margin-bottom: 1em; }
  .sidebar .game-rating .game-rating-stars {
    margin-bottom: 0.8em; }
    @media screen and (max-width: 880px) {
      .sidebar .game-rating .game-rating-stars img {
        max-width: 30px; } }
  .sidebar .game-rating .game-rating-results {
    margin-bottom: 1.3em; }
  .sidebar .game-rating .user-rating {
    font-weight: 300; }
  .sidebar .game-rating .user-score {
    font-weight: 600; }
  .sidebar .review-score .score-outer-ring {
    width: 150px;
    height: 150px;
    border: 1px solid #D5D5D5;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 2em;
    display: block;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
  .sidebar .review-score a.score-outer-ring:hover {
    background: #ffc805; }
    .sidebar .review-score a.score-outer-ring:hover .score-inner-ring {
      border-color: white; }
  .sidebar .review-score .score-inner-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #ffc805;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    color: #333333;
    font-size: 80px;
    transition: border-color 0.2s ease-in-out; }
    .sidebar .review-score .score-inner-ring small {
      font-size: 12px; }
  .sidebar .review-score .superstar {
    display: inline-block;
    border: 1px solid #D5D5D5;
    background-color: white;
    padding: 0.5em;
    border-radius: 5px; }
  .sidebar .review-score p {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.6; }
    .sidebar .review-score p a {
      color: #333333;
      text-decoration: none;
      font-weight: 500; }
      .sidebar .review-score p a:hover {
        text-decoration: underline; }
  .sidebar .recent-news ul {
    list-style: none;
    display: block;
    padding: 0px 4em;
    margin: 0px; }
    .sidebar .recent-news ul li {
      margin: 0px;
      padding: 0px;
      margin-bottom: 1.25em;
      list-style: none;
      display: block; }
      .sidebar .recent-news ul li .post-kicker {
        font-size: 0.85em;
        margin-bottom: 0.6em;
        letter-spacing: 0.1em; }
      .sidebar .recent-news ul li h5 {
        margin: 0px;
        font-weight: 600;
        font-size: 1em; }
      .sidebar .recent-news ul li:before {
        content: "";
        display: block;
        position: relative;
        height: 4px;
        max-width: 30px;
        margin: 0 auto 1.35em;
        background-color: #ffc805; }
      .sidebar .recent-news ul li:first-of-type:before {
        content: none; }
  @media screen and (max-width: 700px) {
    .sidebar .recent-news ul {
      padding-left: 0px;
      padding-right: 0px; } }
@media screen and (max-width: 700px) {
  .sidebar.sidebar-filter {
    display: block; } }

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.team .team-user {
  margin-bottom: 3em; }
  .team .team-user .team-user-header {
    position: relative;
    padding-left: 45px;
    margin-bottom: 1em; }
    .team .team-user .team-user-header .team-user-img {
      position: absolute;
      top: -6px;
      left: 0px;
      border-radius: 50%; }
    .team .team-user .team-user-header .team-user-name {
      font-weight: 600;
      font-size: 1.2em; }
  .team .team-user .table td {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-collapse: collapse;
    padding: 0.6em 0.8em; }
  .team .team-user .table .head {
    background: #F2F2F2;
    width: 30%;
    font-weight: 600; }

/*--------------------------------------------------------------
## Hub
--------------------------------------------------------------*/
.site-hub section.main {
  margin-bottom: 0; }

.site-hub section.content-element {
  margin-bottom: 3.5em; }

.site-hub .latest-articles {
  margin-bottom: 3.5em; }

.site-hub section.latest-articles.latest-articles-more {
  margin-bottom: 2em; }

.site-hub .section-title, .site-hub .fazit .fazit-title, .fazit .site-hub .fazit-title {
  padding: 0px 10px; }

.site-hub .content-hub .content-text, .site-hub .content-hub .content-media {
  padding-top: 1.5em; }
  .site-hub .content-hub .content-text .entry-content > p:first-child, .site-hub .content-hub .content-text .comments-container .comment .comment-body > p:first-child, .comments-container .comment .site-hub .content-hub .content-text .comment-body > p:first-child, .site-hub .content-hub .content-text .entry-content > div:first-child, .site-hub .content-hub .content-text .comments-container .comment .comment-body > div:first-child, .comments-container .comment .site-hub .content-hub .content-text .comment-body > div:first-child, .site-hub .content-hub .content-text .entry-content > h1:first-child, .site-hub .content-hub .content-text .comments-container .comment .comment-body > h1:first-child, .comments-container .comment .site-hub .content-hub .content-text .comment-body > h1:first-child, .site-hub .content-hub .content-text .entry-content > h2:first-child, .site-hub .content-hub .content-text .comments-container .comment .comment-body > h2:first-child, .comments-container .comment .site-hub .content-hub .content-text .comment-body > h2:first-child, .site-hub .content-hub .content-text .entry-content > h3:first-child, .site-hub .content-hub .content-text .comments-container .comment .comment-body > h3:first-child, .comments-container .comment .site-hub .content-hub .content-text .comment-body > h3:first-child, .site-hub .content-hub .content-media .entry-content > p:first-child, .site-hub .content-hub .content-media .comments-container .comment .comment-body > p:first-child, .comments-container .comment .site-hub .content-hub .content-media .comment-body > p:first-child, .site-hub .content-hub .content-media .entry-content > div:first-child, .site-hub .content-hub .content-media .comments-container .comment .comment-body > div:first-child, .comments-container .comment .site-hub .content-hub .content-media .comment-body > div:first-child, .site-hub .content-hub .content-media .entry-content > h1:first-child, .site-hub .content-hub .content-media .comments-container .comment .comment-body > h1:first-child, .comments-container .comment .site-hub .content-hub .content-media .comment-body > h1:first-child, .site-hub .content-hub .content-media .entry-content > h2:first-child, .site-hub .content-hub .content-media .comments-container .comment .comment-body > h2:first-child, .comments-container .comment .site-hub .content-hub .content-media .comment-body > h2:first-child, .site-hub .content-hub .content-media .entry-content > h3:first-child, .site-hub .content-hub .content-media .comments-container .comment .comment-body > h3:first-child, .comments-container .comment .site-hub .content-hub .content-media .comment-body > h3:first-child {
    margin-top: 0px; }

/*--------------------------------------------------------------
## Hub
--------------------------------------------------------------*/
/* Login */
.login-wrapper {
  max-width: 641px;
  width: 100%;
  padding: 65px 0 0;
  margin: 0 auto;
  position: relative; }
  .login-wrapper #logo {
    display: block;
    height: 27px;
    width: 246px;
    background: url(../img/logo-footer@2x.png) no-repeat;
    background-size: contain;
    max-width: 100%; }
  .login-wrapper .login-container {
    padding: 1.75em 2.5em;
    background: #FFF;
    border: 1px solid #C7C7C7; }
    .login-wrapper .login-container .text-container {
      font-weight: 300;
      font-size: 0.9em;
      line-height: 1.67em; }
  .login-wrapper .login-container h2 {
    font-size: 1.2em;
    margin: 0px 0 1em;
    padding: 0px;
    font-weight: 600; }
  .login-wrapper .login {
    width: 55%;
    float: left;
    border-right: 1px solid #C7C7C7;
    padding-right: 2.5em; }
  .login-wrapper .register {
    width: 45%;
    float: left;
    padding-left: 2.5em; }
  .login-wrapper .login-wrapper #logo {
    margin-bottom: 28px;
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    width: 366px; }
  .login-wrapper .login-action {
    margin-bottom: 35px;
    font-size: 18px; }
  .login-wrapper .login label {
    width: 80px;
    float: left;
    padding: 0px 0px;
    line-height: 14px;
    margin-top: 10px;
    font-weight: 400; }
  .login-wrapper .login input.text {
    width: 150px;
    float: right;
    background: #fff;
    border: solid 1px #C8C8C8;
    color: #555;
    padding: 5px 7px; }
  .login-wrapper .login input:focus {
    border: 1px solid #E6E6E6; }
  @media screen and (max-width: 700px) {
    .login-wrapper {
      padding: 20px 10px; }
      .login-wrapper .login-container {
        padding: 0px 14px; }
      .login-wrapper .login, .login-wrapper .register {
        width: auto;
        float: none;
        padding: 0px;
        padding: 1.5em 0px;
        border: 0px;
        margin-bottom: 1em; }
      .login-wrapper .login {
        border-bottom: 1px solid #C7C7C7; }
      .login-wrapper #logo {
        margin-left: 20px;
        margin-bottom: 1em; }
      .login-wrapper .login label.textlabel {
        float: none;
        clear: both;
        display: block;
        margin-bottom: 0.5em; }
      .login-wrapper .login input.text {
        float: none;
        width: 100%;
        max-width: 300px; } }
/*--------------------------------------------------------------
# External
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## iCheck
--------------------------------------------------------------*/
/* iCheck plugin Line skin, grey
----------------------------------- */
.filter-section-container .icheckbox, .filter-section-container .iradio, .filter-section-container .sort-by a {
  font-size: 0.65em;
  color: #333333;
  font-weight: 600; }

.filter-section-container .icheckbox, .filter-section-container .iradio, .filter-section-container .sort-by a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.9em 0.7em;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  font-size: 0.65em;
  color: #333333;
  font-weight: 600;
  text-align: center; }
  .filter-section-container .icheckbox:hover, .filter-section-container .iradio:hover, .filter-section-container .sort-by a:hover {
    border-color: #B8B8B8;
    color: #B8B8B8; }
  .filter-section-container .icheckbox.checked, .filter-section-container .iradio.checked, .filter-section-container .sort-by a.checked {
    background-color: #ffc805;
    border-color: #ffc805;
    color: white; }

.filter-section-container .sort-by a.desc, .filter-section-container .sort-by a.asc {
  background-color: #ffc805;
  border-color: #ffc805;
  color: white;
  position: relative; }
  .filter-section-container .sort-by a.desc:before, .filter-section-container .sort-by a.asc:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 0.5em;
    line-height: 1; }

.filter-section-container .sort-by a.desc:before {
  content: "\f0d7"; }

.filter-section-container .sort-by a.asc:before {
  content: "\f0d8"; }

.filter-section-container .sort-by a.desc:hover:before {
  content: "\f0d8"; }

.filter-section-container .sort-by a.asc:hover:before {
  content: "\f0d7"; }

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
  background: white; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
.rsDefault {
  width: 100%; }

/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder {
  color: #FFF; }

.rsDefault .rsOverflow {
  margin-bottom: 8px;
  background: linear-gradient(#272727, #434343); }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 80px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #E6E6E6; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsArrowIcn {
  width: 27px;
  height: 95px;
  top: 50%;
  left: 50%;
  margin-top: -47px;
  margin-left: -13px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px; }

.rsDefault .rsArrowIcn:hover {
  opacity: 0.8; }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background: url("../img/gallery-left-arrow.png"); }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background: url("../img/gallery-right-arrow.png"); }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
  cursor: pointer; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: white; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../img/rs-default.png"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }
  .rsDefault .rsThumbsHor {
    height: 44px; }
  .rsDefault .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../img/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/*
AudioJS Default Styles (http://videojs.com)
Version 2.0.2

REQUIRED STYLES (be careful overriding)
================================================================================ */
/* Box containing audio, controls, and download links.
   Will be set to the width of the audio element through JS
   If you want to add some kind of frame or special positioning, use another containing element, not audio-js-box. */
.audio-js-box {
  text-align: left;
  position: relative;
  line-height: 0 !important;
  margin: 0;
  padding: 0 !important;
  border: none !important; }

/* Audio Element */
.audio-js-box audio {
  width: 0;
  height: 0;
  display: block; }

.audio-js-box.ajs-ios audio {
  width: 100%;
  height: 3em; }

/* Subtiles Style */
.audio-js-box .ajs-subtitles {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }

/* Styles Loaded Check */
.ajs-styles-check {
  height: 5px;
  position: absolute; }

/* DEFAULT SKIN (override in another file)
================================================================================
Using all CSS to draw the controls. Images could be used if desired.
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. */
/* Controls Layout
  Using absolute positioning to position controls */
.audio-js-box .ajs-controls {
  position: relative;
  margin: 0;
  opacity: 0.85;
  color: #fff;
  display: none;
  /* Start hidden */
  left: 0;
  right: 0;
  /* 100% width of audio-js-box */
  width: 100%;
  bottom: 0px;
  /* Distance from the bottom of the box/audio. Keep 0. Use height to add more bottom margin. */
  height: 35px;
  /* Including any margin you want above or below control items */
  padding: 0;
  /* Controls are absolutely position, so no padding necessary */
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.ajs-hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE8 */
  opacity: 0 !important; }

.ajs-show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE8 */
  opacity: 1 !important; }

.audio-js-box .ajs-controls > div {
  /* Direct div children of control bar */
  position: absolute;
  /* Use top, bottom, left, and right to specifically position the control. */
  text-align: center;
  margin: 0;
  padding: 0;
  height: 25px;
  /* Default height of individual controls */
  top: 5px;
  /* Top margin to put space between audio and controls when controls are below */
  /* CSS Background Gradients, Using to give the aqua-ish look. */
  background-color: #0B151A;
  background: #1F3744 -webkit-gradient(linear, left top, left bottom, from(#0B151A), to(#1F3744)) left 12px;
  background: #1F3744 -moz-linear-gradient(top, #0B151A, #1F3744) left 12px;
  /* CSS Curved Corners */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* CSS Shadows */
  -webkit-box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000; }

/* Placement of Control Items
   - Left side of pogress bar, use left & width
   - Rigth side of progress bar, use right & width
   - Expand with the audio (like progress bar) use left & right */
.ajs-controls > div.ajs-play-control {
  left: 5px;
  width: 25px; }

.ajs-controls > div.ajs-progress-control {
  left: 35px;
  right: 125px; }

/* Using left & right so it expands with the width of the audio */
.ajs-controls > div.ajs-time-control {
  width: 75px;
  right: 50px; }

/* Time control and progress bar are combined to look like one */
.ajs-controls > div.ajs-volume-control {
  width: 50px;
  right: 5px; }

/* Removing curved corners on progress control and time control to join them. */
.ajs-controls > div.ajs-progress-control {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.ajs-controls > div.ajs-time-control {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

/* Play/Pause
-------------------------------------------------------------------------------- */
.ajs-play-control {
  cursor: pointer !important; }

/* Play Icon */
.ajs-play-control span {
  display: block;
  font-size: 0;
  line-height: 0; }

.ajs-paused .ajs-play-control span {
  width: 0;
  height: 0;
  margin: 8px 0 0 8px;
  /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
  border-left: 10px solid #fff;
  /* Width & Color of play icon */
  /* Height of play icon is total top & bottom border widths. Color is transparent. */
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0); }

.ajs-playing .ajs-play-control span {
  width: 3px;
  height: 10px;
  margin: 8px auto 0;
  /* Drawing the pause bars with borders */
  border-top: 0px;
  border-left: 3px solid #fff;
  border-bottom: 0px;
  border-right: 3px solid #fff; }

/* Progress
-------------------------------------------------------------------------------- */
.ajs-progress-holder {
  /* Box containing play and load progresses */
  position: relative;
  padding: 0;
  overflow: hidden;
  cursor: pointer !important;
  height: 9px;
  border: 1px solid #777;
  margin: 7px 1px 0 5px;
  /* Placement within the progress control item */
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ajs-progress-holder div {
  /* Progress Bars */
  position: absolute;
  display: block;
  width: 0;
  height: 9px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ajs-play-progress {
  /* CSS Gradient */
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#777));
  background: -moz-linear-gradient(top, #fff, #777); }

.ajs-load-progress {
  opacity: 0.8;
  /* CSS Gradient */
  background-color: #555;
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#aaa));
  background: -moz-linear-gradient(top, #555, #aaa); }

/* Time Display
-------------------------------------------------------------------------------- */
.ajs-controls .ajs-time-control {
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif; }

.ajs-controls .ajs-time-control span {
  line-height: 25px;
  /* Centering vertically */ }

/* Volume
-------------------------------------------------------------------------------- */
.ajs-volume-control {
  cursor: pointer !important; }

.ajs-volume-control div {
  display: block;
  margin: 0 5px 0 5px;
  padding: 4px 0 0 0; }

/* Drawing the volume icon using 6 span elements */
.ajs-volume-control div span {
  /* Individual volume bars */
  float: left;
  padding: 0;
  margin: 0 2px 0 0;
  /* Space between */
  width: 5px;
  height: 0px;
  /* Total height is height + bottom border */
  border-bottom: 18px solid #555;
  /* Default (off) color and height of visible portion */ }

.ajs-volume-control div span.ajs-volume-level-on {
  border-color: #fff;
  /* Volume on bar color */ }

/* Creating differnt bar heights through height (transparent) and bottom border (visible). */
.ajs-volume-control div span:nth-child(1) {
  border-bottom-width: 2px;
  height: 16px; }

.ajs-volume-control div span:nth-child(2) {
  border-bottom-width: 4px;
  height: 14px; }

.ajs-volume-control div span:nth-child(3) {
  border-bottom-width: 7px;
  height: 11px; }

.ajs-volume-control div span:nth-child(4) {
  border-bottom-width: 10px;
  height: 8px; }

.ajs-volume-control div span:nth-child(5) {
  border-bottom-width: 14px;
  height: 4px; }

.ajs-volume-control div span:nth-child(6) {
  margin-right: 0; }

/* Download Links - Used for browsers that don't support any audio.
---------------------------------------------------------*/
.ajs-no-audio {
  font-size: small;
  line-height: 1.5; }

/* Big Play Button (at start)
---------------------------------------------------------*/
div.ajs-big-play-button {
  display: none;
  /* Start hidden */
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -43px 0 0 -43px;
  text-align: center;
  vertical-align: center;
  cursor: pointer !important;
  border: 3px solid #fff;
  opacity: 0.9;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* CSS Background Gradients */
  background-color: #0B151A;
  background: #1F3744 -webkit-gradient(linear, left top, left bottom, from(#0B151A), to(#1F3744)) left 40px;
  background: #1F3744 -moz-linear-gradient(top, #0B151A, #1F3744) left 40px;
  /* CSS Shadows */
  -webkit-box-shadow: 4px 4px 8px #000;
  box-shadow: 4px 4px 8px #000; }

div.ajs-big-play-button:hover {
  -webkit-box-shadow: 0px 0px 80px #fff;
  box-shadow: 0px 0px 80px #fff; }

div.ajs-big-play-button span {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  margin: 20px 0 0 23px;
  /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
  border-left: 40px solid #fff;
  /* Width & Color of play icon */
  /* Height of play icon is total top & bottom border widths. Color is transparent. */
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0); }

/* Spinner Styles
---------------------------------------------------------*/
/* CSS Spinners by Kilian Valkhof - http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-without-images/ */
.ajs-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 1;
  margin: -50px 0 0 -50px;
  /* Scaling makes the circles look smoother. */
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5); }

/* Spinner circles */
.ajs-spinner div {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  /* Added border so can be visible on white backgrounds */ }

/* Each circle */
.ajs-spinner div:nth-child(1) {
  opacity: 0.12;
  -webkit-transform: rotate(0deg) translate(0, -40px) scale(0.1);
  -moz-transform: rotate(0deg) translate(0, -40px) scale(0.1);
  transform: rotate(0deg) translate(0, -40px) scale(0.1); }

.ajs-spinner div:nth-child(2) {
  opacity: 0.25;
  -webkit-transform: rotate(45deg) translate(0, -40px) scale(0.2);
  -moz-transform: rotate(45deg) translate(0, -40px) scale(0.2);
  transform: rotate(45deg) translate(0, -40px) scale(0.2); }

.ajs-spinner div:nth-child(3) {
  opacity: 0.37;
  -webkit-transform: rotate(90deg) translate(0, -40px) scale(0.4);
  -moz-transform: rotate(90deg) translate(0, -40px) scale(0.4);
  transform: rotate(90deg) translate(0, -40px) scale(0.4); }

.ajs-spinner div:nth-child(4) {
  opacity: 0.50;
  -webkit-transform: rotate(135deg) translate(0, -40px) scale(0.6);
  -moz-transform: rotate(135deg) translate(0, -40px) scale(0.6);
  transform: rotate(135deg) translate(0, -40px) scale(0.6); }

.ajs-spinner div:nth-child(5) {
  opacity: 0.62;
  -webkit-transform: rotate(180deg) translate(0, -40px) scale(0.8);
  -moz-transform: rotate(180deg) translate(0, -40px) scale(0.8);
  transform: rotate(180deg) translate(0, -40px) scale(0.8); }

.ajs-spinner div:nth-child(6) {
  opacity: 0.75;
  -webkit-transform: rotate(225deg) translate(0, -40px) scale(1);
  -moz-transform: rotate(225deg) translate(0, -40px) scale(1);
  transform: rotate(225deg) translate(0, -40px) scale(1); }

.ajs-spinner div:nth-child(7) {
  opacity: 0.87;
  -webkit-transform: rotate(270deg) translate(0, -40px) scale(1.1);
  -moz-transform: rotate(270deg) translate(0, -40px) scale(1.1);
  transform: rotate(270deg) translate(0, -40px) scale(1.1); }

.ajs-spinner div:nth-child(8) {
  opacity: 1.00;
  -webkit-transform: rotate(315deg) translate(0, -40px) scale(1.3);
  -moz-transform: rotate(315deg) translate(0, -40px) scale(1.3);
  transform: rotate(315deg) translate(0, -40px) scale(1.3); }

/*
AudioJS HuCSS Skin (http://videojs.com)
Version 2.0.0
*/
.hu-css .ajs-controls {
  height: 47px;
  opacity: 0.95;
  color: #fff;
  background: #3A3835; }

.hu-css.audio-js-box .ajs-controls {
  background: #3A3835; }

.hu-css .ajs-controls > div {
  top: 0;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Top Level Items */
.hu-css .ajs-controls > div.ajs-play-control,
.hu-css .ajs-controls > div.ajs-volume-control {
  bottom: 20px;
  height: 27px; }

/* Bottom Level Items */
.hu-css .ajs-controls > div.ajs-progress-control, .hu-css .ajs-controls > div.ajs-time-control {
  margin-top: 28px;
  height: 19px; }

/* Placement of Control Items */
.hu-css .ajs-controls > div.ajs-play-control {
  width: 33px;
  left: 0px; }

.hu-css .ajs-controls > div.ajs-progress-control {
  left: 84px;
  right: 0px; }

.hu-css .ajs-controls > div.ajs-time-control {
  width: 84px;
  left: 0px; }

.hu-css .ajs-controls > div.ajs-volume-control {
  width: 43px;
  right: 0px; }

/* Play/Pause
-------------------------------------------------------------------------------- */
.hu-css.ajs-paused .ajs-play-control span {
  margin: 9px 0 0 12px; }

.hu-css.ajs-playing .ajs-play-control span {
  margin: 9px 0 0 12px; }

.hu-css .ajs-play-control:hover {
  background-color: #000; }

/* Progress
-------------------------------------------------------------------------------- */
.hu-css .ajs-progress-holder {
  /* Box containing play and load progresses */
  height: 19px;
  border: none;
  margin: 0px 0px 0 0px;
  /* Placement within the progress control item */
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0; }

.hu-css .ajs-progress-holder div {
  height: 13px;
  margin-top: 3px;
  -webkit-border-radius: 0;
  border-radius: 0; }

.hu-css .ajs-play-progress {
  background: #777;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
  background: -moz-linear-gradient(top, #999, #777); }

.hu-css .ajs-load-progress {
  background: #555; }

/* Time Display
-------------------------------------------------------------------------------- */
.hu-css .ajs-controls .ajs-time-control {
  font-size: 11px;
  background: #000; }

.hu-css .ajs-controls .ajs-time-control span {
  line-height: 19px;
  /* Centering vertically */ }

/* Volume
-------------------------------------------------------------------------------- */
/*.hu-css .ajs-volume-control:hover { background-color: #000; }*/
.hu-css .ajs-volume-control div {
  margin: 0 5px 0 5px;
  padding: 9px 0 0 0; }

.hu-css .ajs-volume-control div span {
  /* Individual volume bars */
  margin: 0 2px 0 0;
  /* Space between */
  width: 3px;
  height: 0px;
  /* Total height is height + bottom border */
  border-bottom: 12px solid #555;
  /* Default (off) color and height of visible portion */ }

.hu-css .ajs-volume-control div span.ajs-volume-level-on {
  border-color: #fff;
  /* Volume on bar color */ }

/* Creating differnt bar heights through height (transparent) and bottom border (visible). */
.hu-css .ajs-volume-control div span:nth-child(1) {
  border-bottom-width: 2px;
  height: 10px; }

.hu-css .ajs-volume-control div span:nth-child(2) {
  border-bottom-width: 4px;
  height: 8px; }

.hu-css .ajs-volume-control div span:nth-child(3) {
  border-bottom-width: 6px;
  height: 6px; }

.hu-css .ajs-volume-control div span:nth-child(4) {
  border-bottom-width: 8px;
  height: 4px; }

.hu-css .ajs-volume-control div span:nth-child(5) {
  border-bottom-width: 10px;
  height: 2px; }

/* Big Play Button (at start)
---------------------------------------------------------*/
.hu-css div.ajs-big-play-button {
  width: 76px;
  height: 70px;
  margin: -35px 0 0 -38px;
  border: 1px solid #ccc;
  opacity: 0.8;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(50, 50, 50, 0.8);
  /* CSS Shadows */
  -webkit-box-shadow: none;
  box-shadow: none; }

.hu-css div.ajs-big-play-button:hover {
  -webkit-box-shadow: 0px 0px 80px #fff;
  -moz-box-shadow: 0px 0px 80px #fff;
  box-shadow: 0px 0px 80px #fff; }

.hu-css div.ajs-big-play-button span {
  margin: 16px 0 0 21px;
  /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
  border-left: 40px solid #fff;
  /* Width & Color of play icon */
  /* Height of play icon is total top & bottom border widths. Color is transparent. */
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0); }

.jq-dropdown {
  position: absolute;
  z-index: 9999999;
  display: none; }

.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0; }

.jq-dropdown .jq-dropdown-panel {
  padding: 10px; }

.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px; }

.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block; }

.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block; }

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px; }

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px; }

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu, .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto; }

.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px; }

.jq-dropdown .jq-dropdown-menu label, .jq-dropdown .jq-dropdown-menu li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 0.45em 1em;
  margin: 0;
  white-space: nowrap;
  font-size: 0.85em; }

.jq-dropdown .jq-dropdown-menu label:hover, .jq-dropdown .jq-dropdown-menu li > a:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer; }

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0; }

.peFlareLightbox {
  z-index: 1000000;
  position: fixed;
  overflow: hidden;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0px);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  opacity: 0;
  filter: Alpha(Opacity=0);
  overflow: hidden;
  left: 0;
  display: none;
  zoom: 1; }

.peFlareLightbox img {
  max-width: none !important; }

.peFlareLightbox div, .peFlareLightbox span, .peFlareLightbox img {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0; }

.peFlareLightbox.peFlareLightboxActive {
  opacity: 1; }

.peFlareLightbox .peFlareLightboxHidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  filter: Alpha(Opacity=0);
  z-index: 1; }

.peFlareLightbox .peFlareLightboxOverlay {
  position: absolute;
  opacity: .8;
  background-color: black;
  filter: Alpha(Opacity=100);
  width: 100%;
  height: 100%;
  z-index: 2; }

.peFlareLightbox .peFlareLightboxContent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3; }

.peFlareLightbox .peFlareLightboxVideo {
  -webkit-transform: translateZ(0px);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 6;
  opacity: 0;
  visibility: hidden; }

.peFlareLightbox .peFlareLightboxVideo video {
  display: block; }

.peFlareLightbox .peFlareLightboxVideo.peFlareLightboxActive {
  opacity: 1;
  visibility: visible; }

.peFlareLightbox .peFlareLightboxVideo > div, .peFlareLightbox .peFlareLightboxVideo > iframe {
  width: 100%; }

.peFlareLightbox .peFlareLightboxThumbs {
  -webkit-transform: translateZ(0px);
  position: absolute;
  width: 100%;
  height: 86px;
  margin-top: 0;
  top: 100%;
  z-index: 5;
  -webkit-transition: margin-top .5s;
  -moz-transition: margin-top .5s;
  -o-transition: margin-top .5s;
  -ms-transition: margin-top .5s; }

.peFlareLightbox .peFlareLightboxThumbs.peFlareLightboxActive {
  margin-top: -84px; }

.peFlareLightbox .peFlareLightboxThumbs > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 50px;
  margin-top: -50px; }

.peFlareLightbox.msie .peFlareLightboxThumbs > span {
  background-color: black;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.peFlareLightbox .peFlareLightboxThumbs > div {
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

.peFlareLightbox .peFlareLightboxThumbs > div > div {
  overflow: hidden;
  margin: auto; }

.peFlareLightbox.mobile .peFlareLightboxThumbs > div > div {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s; }

.peFlareLightbox.mobile .peFlareLightboxThumbs > div > div.touchMove {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s; }

.peFlareLightbox .peFlareLightboxThumbs > div > div > span {
  width: 90px;
  height: 60px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 10px 0 10px 10px;
  cursor: pointer; }

.peFlareLightbox .peFlareLightboxThumbs > div > span {
  width: 90px;
  height: 60px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 10px 0 10px 10px;
  cursor: pointer; }

.peFlareLightbox .peFlareLightboxThumbs > div > span.loaded {
  background-image: none; }

.peFlareLightbox .peFlareLightboxContent > div {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transform: translateZ(0px);
  position: absolute;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0; }

.peFlareLightbox .peFlareLightboxContent > div.touchMove {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s; }

.peFlareLightbox .peFlareLightboxControls {
  -webkit-transform: translateZ(0px);
  z-index: 1000;
  left: 50%;
  position: absolute; }

.peFlareLightbox .peFlareLightboxControls > div {
  position: relative;
  left: -50%; }

.peFlareLightbox .peFlareLightboxControls a {
  display: block;
  float: right;
  margin: 5px 5px 5px 0;
  z-index: 1000; }

.peFlareLightbox .peFlareLightboxSpinner {
  -webkit-transform: translateZ(0px);
  z-index: 1010;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: Alpha(Opacity=100); }

.peFlareLightbox .peFlareLightboxSpinner span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  border-radius: 4px;
  filter: Alpha(Opacity=100); }

.peFlareLightbox a.peFlareLightboxVideoIcon {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0px);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: block;
  height: 84px;
  width: 84px;
  top: 50%;
  left: 50%;
  display: block;
  visibility: hidden;
  opacity: 0; }

.peFlareLightbox a.peFlareLightboxVideoIcon.peFlareLightboxActive {
  opacity: 1;
  visibility: visible; }

.peFlareLightbox a.peFlareLightboxVideoIcon span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  width: 84px;
  height: 84px;
  margin-top: -42px;
  margin-left: -42px; }

.peFlareLightbox .peFlareLightboxContent .peFlareLightboxRenderImage img {
  -webkit-transition: all 1s; }

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  background-color: black;
  filter: Alpha(Opacity=100);
  opacity: 1; }

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img {
  display: block;
  position: absolute;
  -webkit-transform-origin: 0 0; }

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.pePrevBW {
  z-index: 1; }

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.pePrevColor {
  z-index: 2; }

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.peCurrentBW {
  z-index: 4; }

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.peCurrentColor {
  z-index: 5; }

@media (min-width: 480px) and (max-width: 767px) {
  .peFlareLightbox a.peFlareLightboxVideoIcon {
    height: 42px;
    width: 42px; }
  .peFlareLightbox a.peFlareLightboxVideoIcon span {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px; } }

.hiddenLightboxContent {
  display: none; }

.peFlareLightbox .peFlareLightboxControls a {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  opacity: .65; }

.peFlareLightbox .peFlareLightboxControls a:hover {
  opacity: 1; }

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {
  background: url(themes/default/img/prev.png) no-repeat 0 0; }

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext {
  background: url(themes/default/img/next.png) no-repeat 0 0; }

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlClose {
  background: url(themes/default/img/close.png) no-repeat 0 0; }

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlThumbs {
  background: url(themes/default/img/thumbs.png) no-repeat 0 0; }

.peFlareLightbox .peFlareLightboxSpinner span {
  background: url(themes/default/img/spinner.gif) no-repeat center center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8); }

.peFlareLightbox .peFlareLightboxThumbs > div > span {
  background: url(themes/default/img/spinner.gif) no-repeat center center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8); }

.peFlareLightbox a.peFlareLightboxVideoIcon span {
  background: url("themes/default/img/start.png") no-repeat 0 0; }

.peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
  background-position: 0 -84px; }

.peFlareLightbox .peFlareLightboxThumbs > div > div > span {
  border: 2px solid white;
  box-shadow: 2px 2px 2px #000; }

.peFlareLightbox .peFlareLightboxContent .peFlareLightboxRenderImage img.fit {
  border: 4px solid white;
  box-shadow: 4px 4px 4px #000; }

@media (min-width: 480px) and (max-width: 767px) {
  .peFlareLightbox a.peFlareLightboxVideoIcon span {
    background: url("themes/default/img/start_mob.png") no-repeat 0 0; }
  .peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
    background-position: 0 -42px; } }

#simplePro, #multiPro {
  zoom: 1; }

.projekktor {
  background-color: #000;
  font-family: 'Lucida Grande',Trebuchet MS,Arial,Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0c0c0c;
  padding: 0;
  margin: 0;
  display: block;
  position: relative; }

.ppdisplay {
  position: relative !important; }

.ppcontrols {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 36px;
  background: #000;
  border-style: solid;
  border-color: #413e3e;
  border-width: 1px 0;
  padding: 0;
  margin: 0; }

.pplogo.inactive, .ppstart.inactive, .ppbuffering.inactive, .ppcontrols.inactive, .ppplay.inactive, .pppause.inactive, .ppfsenter.inactive, .ppfsexit.inactive, .ppprev.inactive, .ppnext.inactive {
  display: none; }

.pplogo.active, .ppstart.active, .ppbuffering.active, .ppcontrols.active, .ppplay.active, .pppause.active, .ppfsenter.active, .ppfsexit.active, .ppprev.active, .ppnext.active {
  display: block; }

.ppplay, .pppause {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background: url("video/theme/greyscale_ui.png") no-repeat left top transparent;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.ppplay:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat left -35px transparent; }

.ppplay:active {
  background: url("video/theme/greyscale_ui.png") no-repeat left -36px transparent; }

.pppause {
  background: url("video/theme/greyscale_ui.png") no-repeat left -70px transparent; }

.pppause:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat left -105px transparent; }

.ppfsenter, .ppfsexit {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("video/theme/greyscale_ui.png") no-repeat right top transparent;
  cursor: pointer; }

.ppfsenter:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat right -35px transparent; }

.ppfsenter:active {
  background: url("video/theme/greyscale_ui.png") no-repeat right -36px transparent; }

.ppfsexit {
  background: url("video/theme/greyscale_ui.png") no-repeat right -70px transparent; }

.ppfsexit:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat right -105px transparent; }

.ppfsexit:active {
  background: url("video/theme/greyscale_ui.png") no-repeat right -106x transparent; }

.ppscrubber {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: url("video/theme/greyscale_ui_bar_load.gif") repeat-x left top transparent;
  margin: auto;
  padding: 0;
  border-bottom: 1px solid #444; }

.ppplayhead, .pploaded {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 1px;
  background-color: #ffb702;
  cursor: pointer;
  z-index: 301; }

.pploaded {
  z-index: 10;
  background: #413e3e;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.ppplayhead {
  margin-top: -5px; }

.pptitle {
  position: absolute;
  left: 31px;
  padding: 0 10px;
  color: #fff;
  overflow: hidden;
  text-align: left;
  line-height: 30px;
  height: 30px;
  font-size: 11px; }

.pptimeleft, .ppvmax, .ppmute {
  position: absolute;
  top: 6px;
  right: 153px;
  height: 15px;
  color: #413e3e;
  width: 100px;
  line-height: 30px;
  height: 30px;
  font-size: 8px;
  font-style: normal;
  overflow: hidden; }

.pptimeleft span {
  font-size: 10px;
  background-color: transparent !important;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pptimeleft {
  background: url("video/theme/greyscale_ui.png") no-repeat -91px top transparent;
  right: 100px;
  top: 7px; }

.ppvmax {
  position: absolute;
  top: 6px;
  right: 31px;
  width: 30px;
  display: none;
  border-left: none;
  background: url("video/theme/greyscale_ui.png") no-repeat -842px top transparent; }

.ppvmax:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat -842px -35px transparent; }

.ppvmax:active {
  background: url("video/theme/greyscale_ui.png") no-repeat -842px -36px transparent; }

.ppmute {
  position: absolute;
  top: 6px;
  width: 30px;
  right: 85px;
  border-right: 0;
  cursor: default;
  background: url("video/theme/greyscale_ui.png") no-repeat -749px top transparent; }

.ppvslider {
  position: absolute;
  right: 17px;
  top: 19px;
  height: 6px;
  width: 60px;
  cursor: pointer;
  background: url("video/theme/greyscale_ui.png") no-repeat -781px -13px transparent; }

.ppvmarker {
  position: absolute;
  right: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: url("video/theme/greyscale_ui.png") no-repeat -634px -13px transparent; }

.ppvknob {
  cursor: pointer;
  z-index: 201;
  position: absolute;
  background: url("video/theme/greyscale_ui.png") no-repeat -699px -5px transparent;
  top: -7px;
  left: 0;
  width: 6px;
  height: 20px; }

.ppnext, .ppprev {
  display: block;
  position: absolute;
  top: 6px;
  right: 255px;
  background: url("video/theme/greyscale_ui.png") no-repeat -59px top transparent;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.ppnext {
  border-right: 0; }

.ppnext:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat -59px -35px transparent; }

.ppnext:active {
  background: url("video/theme/greyscale_ui.png") no-repeat -59px -36px transparent; }

.ppprev {
  right: 284px;
  background: url("video/theme/greyscale_ui.png") no-repeat -32px top transparent; }

.ppprev:hover {
  background: url("video/theme/greyscale_ui.png") no-repeat -32px -35px transparent; }

.ppprev:active {
  background: url("video/theme/greyscale_ui.png") no-repeat -32px -36px transparent; }

.pptestcard {
  background: url("video/theme/noise.gif") center center repeat;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  overflow: hidden; }

.pptestcard p {
  background-color: #3b393e;
  width: 60%;
  margin: auto;
  line-height: 25px;
  position: relative;
  top: 25%;
  padding: 10px;
  border: 5px solid #000;
  text-align: center; }

.ppbuffering {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -45px;
  margin-bottom: -38px;
  display: block;
  z-index: 9010;
  padding: 0;
  background: url("video/theme/buffering.gif") no-repeat center center #000;
  height: 84px;
  width: 84px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  display: none; }

.ppstart {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -45px;
  margin-bottom: -38px;
  cursor: pointer;
  height: 84px;
  width: 84px;
  display: block;
  z-index: 8000;
  padding: 0;
  background: url("video/theme/start.png") no-repeat left top transparent; }

.ppstart:hover {
  background: url("video/theme/start.png") no-repeat left bottom transparent; }

.ppstart:active {
  background: url("video/theme/start.png") no-repeat left -169px transparent; }

.ppdebug {
  background-color: #fff;
  border: 1px solid #999;
  margin-top: 15px;
  position: absolute;
  text-align: left;
  width: 250px;
  height: 250px;
  z-index: 1050;
  overflow: scroll;
  padding: 25px 25px 20px; }

.ppsocialbar {
  position: absolute;
  right: 0;
  bottom: 14%;
  width: 90px;
  height: 50%;
  padding: 0; }

.ppsocialbutton, .ppsocialbutton:hover {
  cursor: pointer;
  overflow: hidden;
  height: 16px;
  width: 80px;
  padding: 5px;
  margin: 15px 0;
  text-align: center;
  font-size: 14px;
  background-color: #191b10;
  color: #fdfdfd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 14px;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)"; }

.ppsocialbutton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"; }

.ppsocialpopup {
  position: absolute;
  margin-right: -122px;
  margin-top: -140px;
  right: 50%;
  top: 50%;
  width: 185px;
  height: 225px;
  text-align: center;
  padding: 10px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #222;
  background: rgba(34, 34, 34, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222,endColorstr=#99222222);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222)";
  color: #fefefe; }

.ppsocialpopup textarea {
  width: 185px;
  height: 65px;
  border: 1px solid #ccc;
  outline: 0 none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block; }

.ppsocialpopup a {
  display: block;
  width: 100%;
  text-decoration: underline;
  margin: 5px auto;
  text-align: center;
  color: #ddd;
  cursor: pointer; }

.ppsocialpopup a:hover {
  text-decoration: none; }

.ppplayhead, .pploaded {
  background-color: #fff !important; }

.pploaded {
  opacity: 0.5 !important; }

.pptimeleft span {
  font-size: 11px;
  color: #999; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media print {
  body {
    padding-top: 0 !important; }
  .site-header {
    position: static; }
  .header-social {
    display: none; }
  .site-footer {
    display: none; }
  .footer-area {
    width: 100% !important; }
  .single .site-content .sidebar-area, .page .site-content .sidebar-area {
    display: none; }
  .single .site-content .content-area .site-main, .page .site-content .content-area .site-main {
    min-width: 0px;
    max-width: none; }
  .single .content-area .entry-content, .single .content-area .comments-container .comment .comment-body, .comments-container .comment .single .content-area .comment-body, .page .content-area .entry-content, .page .content-area .comments-container .comment .comment-body, .comments-container .comment .page .content-area .comment-body {
    width: 100%; }
  .single .content-area .entry-sharing, .page .content-area .entry-sharing {
    display: none; }
  .single .entry-sharing-below, .single .section-recommended, .single .section-comments, .page .entry-sharing-below, .page .section-recommended, .page .section-comments {
    display: none; }
  .entry-content, .comments-container .comment .comment-body {
    font-size: 1em;
    line-height: 1.3em; }
  body.admin-bar .site-header {
    top: 0px; } }
