/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q::before,
q::after {
  content: ""; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* The Magnificent CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clearfix:before,
.clearfix:after {
  /* 1 */

  display: table;
  /* 2 */

}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/*
 * 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;
  vertical-align: baseline; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
 * ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
 * ========================================================================== */
/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/*
 * 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/*
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 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;
  font: inherit;
  margin: 0; }

/*
 * 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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/*
 * 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;
  padding: 0; }

/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/*
 * 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 silver;
  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;
  padding: 0; }

/*
 * 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; }

/* Box-Sizing
 * ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* key colors */
/* text colors */
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .row.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }

.col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-right: -5px;
  margin-left: -5px; }
  .col.reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }

.col-fluid {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px; }

.col-lg {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-lg-1 {
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-lg-2 {
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-lg-3 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-lg-4 {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-lg-5 {
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-lg-6 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-lg-7 {
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-lg-8 {
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-lg-9 {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-lg-10 {
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-lg-11 {
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-lg-12 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-offset-0 {
  margin-left: 0; }

.col-lg-offset-1 {
  margin-left: 8.33333%; }

.col-lg-offset-2 {
  margin-left: 16.66667%; }

.col-lg-offset-3 {
  margin-left: 25%; }

.col-lg-offset-4 {
  margin-left: 33.33333%; }

.col-lg-offset-5 {
  margin-left: 41.66667%; }

.col-lg-offset-6 {
  margin-left: 50%; }

.col-lg-offset-7 {
  margin-left: 58.33333%; }

.col-lg-offset-8 {
  margin-left: 66.66667%; }

.col-lg-offset-9 {
  margin-left: 75%; }

.col-lg-offset-10 {
  margin-left: 83.33333%; }

.col-lg-offset-11 {
  margin-left: 91.66667%; }

.start-lg {
  justify-content: flex-start;
  text-align: left; }

.center-lg {
  justify-content: center;
  text-align: center; }

.end-lg {
  justify-content: flex-end;
  text-align: right; }

.top-lg {
  align-items: flex-start; }

.middle-lg {
  align-items: center; }

.bottom-lg {
  align-items: flex-end; }

.around-lg {
  justify-content: space-around; }

.between-lg {
  justify-content: space-between; }

.first-lg {
  order: -1; }

.last-lg {
  order: 1; }

.container{
    width:1240px;
}

@media only screen and (max-width: 1300px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px; }

  .col-md {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 8.33333%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .start-md {
    justify-content: flex-start;
    text-align: left; }

  .center-md {
    justify-content: center;
    text-align: center; }

  .end-md {
    justify-content: flex-end;
    text-align: right; }

  .top-md {
    align-items: flex-start; }

  .middle-md {
    align-items: center; }

  .bottom-md {
    align-items: flex-end; }

  .around-md {
    justify-content: space-around; }

  .between-md {
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (max-width: 992px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px; }

  .col-sm {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .start-sm {
    justify-content: flex-start;
    text-align: left; }

  .center-sm {
    justify-content: center;
    text-align: center; }

  .end-sm {
    justify-content: flex-end;
    text-align: right; }

  .top-sm {
    align-items: flex-start; }

  .middle-sm {
    align-items: center; }

  .bottom-sm {
    align-items: flex-end; }

  .around-sm {
    justify-content: space-around; }

  .between-sm {
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (max-width: 320px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px; }

  .col-xs {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-xs-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-xs-offset-0 {
    margin-left: 0; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  .start-xs {
    justify-content: flex-start;
    text-align: left; }

  .center-xs {
    justify-content: center;
    text-align: center; }

  .end-xs {
    justify-content: flex-end;
    text-align: right; }

  .top-xs {
    align-items: flex-start; }

  .middle-xs {
    align-items: center; }

  .bottom-xs {
    align-items: flex-end; }

  .around-xs {
    justify-content: space-around; }

  .between-xs {
    justify-content: space-between; }

  .first-xs {
    order: -1; }

  .last-xs {
    order: 1; } }
html,
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.42857;
  color: #1a1c1e;
  font-weight: normal;
  font-family: 'Open Sans', 'open_sansregular', 'Segoe UI', 'Helvetica Neue', sans-serif; }
  @media (min-width: 992px) {
    html,
    body {
      font-size: 13px; } }
  @media (min-width: 1600px) {
    html,
    body {
      font-size: 14px; } }

@media (max-width:768px)
{
  #contentWrapper{
    width: 750px;
    min-width: 768px;
  }
}  
  
#siteContent {
  background: #fff;
  padding: 2em 0;
  min-height: 600px; }

.homePage > article {
  margin-bottom: 1.5em; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/FontAwesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg"); } }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/OpenSans/opensans_light/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans/opensans_light/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans_light/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans/opensans_light/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans/opensans_light/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/OpenSans/opensans_regular/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans/opensans_regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans_regular/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans/opensans_regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/OpenSans/opensans_semibold/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans/opensans_semibold/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/OpenSans/opensans_bold/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans/opensans_bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans_bold/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans/opensans_bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sanslight';
    src: url("../fonts/OpenSans/opensans_light/OpenSans-Light-webfont.svg#open_sanslight") format("svg"); }
  @font-face {
    font-family: 'open_sansregular';
    src: url("../fonts/OpenSans/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg"); }
  @font-face {
    font-family: 'open_sanssemibold';
    src: url("../fonts/OpenSans/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sansbold") format("svg"); }
  @font-face {
    font-family: 'open_sansbold';
    src: url("../fonts/OpenSans/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg"); } }
@font-face {
  font-family: 'robotolight';
  src: url("../fonts/Roboto/roboto_light/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto/roboto_light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto_light/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto/roboto_light/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto/roboto_light/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotomedium';
  src: url("../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.eot");
  src: url("../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'robotolight';
    src: url("../fonts/Roboto/roboto_light/Roboto-Light-webfont.svg#robotolight") format("svg"); }
  @font-face {
    font-family: 'robotomedium';
    src: url("../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.svg#robotomedium") format("svg"); }
  @font-face {
    font-family: 'robotobold';
    src: url("../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.svg#robotomedium") format("svg"); } }
.accordion-toggle {
  background: url("../images/arrows.png") 95% -34px no-repeat; }
  .accordion-toggle.collapsed {
    background: url("../images/arrows.png") 95% 10px no-repeat; }

.badge {
  background: #8097a3;
  border-radius: 0.25em; }

.breadcrumbs {
  color: #dfe5eb;
  margin: 0 0 1em; }

.btn {
  font-family: 'robotomedium';
  color: #282a2d;
  border: 1px solid #b0bfce;
  background: #dfe5eb;
  border-radius: 0; }
  .btn:hover {
    border-color: #b0bfce;
    background: #b0bfce; }
  .btn:active, .btn:focus, .btn.active, .btn.focus {
    border-color: #b0bfce;
    background: #dfe5eb;
    box-shadow: inset 0 2px 4px #b0bfce; }
  .btn i {
    color: #8097a3; }
  .btn:hover i {
    color: #2b384a; }

.btn-primary {
  font-family: 'robotomedium';
  color: #fff;
  text-shadow: 0 -1px 0 #2b384a;
  border: 1px solid #475d7b;
  background: #475d7b; }
  .btn-primary:hover {
    text-shadow: 0 -1px 0 #2b384a;
    border-color: #2b384a;
    background: #2b384a; }
  .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.focus {
    border: 1px solid #2b384a;
    background: #2b384a;
    box-shadow: inset 0 2px 4px #2b384a; }
  .btn-primary i {
    color: #fff !important; }

.btn-facebook {
  color: #fff;
  text-shadow: 0 -1px 0 #263961;
  border: 1px solid #263961;
  background: #3b5998; }
  .btn-facebook:hover {
    color: #fff;
    border: 1px solid #1e2e4f;
    background: #263961; }
  .btn-facebook:active, .btn-facebook:focus, .btn-facebook.active, .btn-facebook.focus {
    border: 1px solid #263961;
    background: #3b5998;
    box-shadow: inset 0 2px 4px #263961; }
  .btn-facebook i {
    color: #fff !important; }

.btn-openID {
  color: #fff;
  text-shadow: 0 -1px 0 #d07609;
  border: 1px solid #ea8509;
  background: #f7931e; }
  .btn-openID:hover {
    color: #fff;
    border: 1px solid #d07609;
    background: #ea8509; }
  .btn-openID:active, .btn-openID:focus, .btn-openID.active, .btn-openID.focus {
    border: 1px solid #d07609;
    background: #f7931e;
    box-shadow: inset 0 2px 4px #d07609; }
  .btn-openID i {
    color: #fff !important; }

.buttonpane,
.modal .modal-dialog .modal-body .buttonpane {
  float: none;
  margin-top: 1em;
  text-align: right; }

.modalItem {
    margin: 0 !important;}

.btn-group-xs > .btn {
  border-radius: 0; }

.comment {
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url("../images/arrowComment.png") 0 100% no-repeat; }
  .comment i {
    position: absolute;
    top: -10px;
    left: -5px;
    font-size: 5em;
    color: #000;
    opacity: 0.1; }
  .comment .text {
    padding: 1em 1em 1.5em 1em;
    background: #dfe5eb; }
  .comment .author {
    position: absolute;
    left: 1em;
    bottom: 0; }
  .comment .author .userThumb {
    height: 45px;
    width: 45px; }
  .comment .author a {
    display: inline-block;
    vertical-align: bottom; }
  .comment .date {
    position: absolute;
    bottom: 0;
    right: 1em;
    color: #8097a3;
    margin-bottom: 0; }

.filter {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eaedf1;
  min-height: 50px;
  padding: 0.75em 0 0; }
  .filter h2 {
    margin: 0 1em 0 0;
    display: inline-block;
    line-height: 38px; }
  .filter ul,
  .filter .nav-tabs > li > a {
    color: #475d7b;
    height: 38px; }
  .filter .nav-tabs > li {
    margin-right: 1px; }
    .filter .nav-tabs > li > a:hover,
    .filter .nav-tabs > li > a:focus {
      background-color: #eaedf1;
      border: 1px solid transparent; }
  .filter .nav-tabs li.active {
    border-right: 1px solid #eaedf1;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #eaedf1;
    background-color: #fff; }
    .filter .nav-tabs li.active > a,
    .filter .nav-tabs li.active > a:hover,
    .filter .nav-tabs li.active > a:focus {
      margin-right: 0;
      background-color: #fff;
      border-top: 2px solid #475d7b;
      border-bottom: 1px solid transparent;
      color: #1a1c1e; }

.nav-pills > li > a {
  border-radius: 0; }

.additionalFilter {
  margin: 0.5em 0 1em;
  height: 40px; }
  .additionalFilter li:first-child {
    line-height: 40px;
    margin-right: 0.5em; }
  .additionalFilter .nav-pills > li > a,
  .additionalFilter .nav-pills > li > a:hover,
  .additionalFilter .nav-pills > li > a:focus {
    margin: 0.6em 0;
    padding: 0.2em 0.75em; }
  .additionalFilter .nav-pills li.active > a,
  .additionalFilter .nav-pills li.active > a:hover,
  .additionalFilter .nav-pills li.active > a:focus {
    background: #475d7b;
    color: #fff; }

.filterView {
  position: absolute;
  right: 0;
  top: 0.5em; }
  .filterView .btn {
    background: #eaedf1;
    margin-left: 1px !important;
    border: none; }
    .filterView .btn:hover, .filterView .btn:focus {
      background-color: #bcc6d2; }
    .filterView .btn.active, .filterView .btn:active {
      background-color: #dfe5eb; }
    .filterView .btn.active i, .filterView .btn:hover i, .filterView .btn:focus i {
      color: #475d7b; }

.filterTimeRange {
  float: left;
  margin-left: 0.5em; }

form {
  background: #f5f6f7;
  padding: 1em;
  margin: 1em 0; }

.form-control {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  border-color: #8097a3; }

fieldset {
  border: none; }

legend {
  display: inline-block;
  width: auto;
  font-size: 1.3em;
  margin: 1.5em 0 0; }

label {
  font-weight: normal;
  font-family: 'open_sanssemibold', sans-serif;
  margin-right: 0.5em;
  margin-bottom: 0.5em; }

.date input,
.date select,
.date .form-control {
  width: 33%; }

.checkbox label,
.radio label {
  font-family: 'open_sansregular', sans-serif; }

.input-group-addon {
  border-color: #8097a3;
  background: #8097a3;
  border-radius: 0; }
  .input-group-addon i {
    color: #fff;
    width: 25px;
    text-align: center;
    display: inline-block; }

.input-group:hover .input-group-addon {
  border-color: #475d7b;
  background: #475d7b; }
.input-group:hover .form-control {
  border-color: #475d7b; }

a[class^="icon-"],
a[class*=" icon-"],
.glyphicon {
  color: #8097a3; }

dl dt {
  float: left;
  width: 15%;
  padding: 0 1em 0 0;
  min-height: 20px;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-family: 'open_sanssemibold', sans-serif; }
dl dd {
  float: left;
  width: 85%;
  min-height: 20px;
  margin-bottom: 0.5em; }

.loading {
  border: none !important;
  margin-top: 1em; }

.loader{
  margin: 0px auto;
  width: 20px;
  height: 20px;
}

.loadingOverlay {
  text-align: center;
  background: #fff;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  padding: 2em 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
  .loadingOverlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto; }

audio {
  display: inline-block; }

video {
  display: inline-block; }

canvas {
  display: inline-block; }

img {
  border: 0 none;
  page-break-inside: avoid;
  max-width: 100% !important;
  display: inline-block;
  height: auto;
  vertical-align: middle; }

.fade.in {
  opacity: 9999; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8); }

#siteNav {
  background: #dfe5eb; }
  #siteNav ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center; }
  #siteNav li {
    position: relative;
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    background: #dfe5eb; }
    #siteNav li a {
      color: #1a1c1e;
      padding: 0.5em 1em;
      display: block;
      font-size: 1.2em;
      font-family: 'Roboto Light', 'robotolight', sans-serif; }
    #siteNav li:first-child {
      border-top: none; }
    #siteNav li:hover {
      background: #475d7b; }
      #siteNav li:hover a {
        color: #fff; }
    #siteNav li .active {
      background: #cbd0d5;
      border-top: 5px solid #475d7b; }
      #siteNav li .active a {
        color: #fff;
        padding-top: 0.2em; }
    #siteNav li p {
      margin: 0; }
    #siteNav li .arrow {
      position: absolute;
      top: 0;
      right: 0.5em;
      height: 38px;
      line-height: 38px;
      padding: 0 !important; }
  #siteNav .hasSublinks a {
    padding-right: 1.5em; }
  #siteNav .hasSublinks ul {
    position: absolute;
    left: -9999em;
    top: 100%;
    width: auto;
    border: 1px solid #cbd0d5;
    border-top: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
    #siteNav .hasSublinks ul li {
      white-space: nowrap;
      display: block;
      width: 100%;
      border-top: 1px solid #cbd0d5; }
      #siteNav .hasSublinks ul li:first-child {
        border-top: 1px solid #9eafc7; }
      #siteNav .hasSublinks ul li:hover a {
        color: #fff; }
    #siteNav .hasSublinks ul a {
      color: #1a1c1e; }
  #siteNav .hasSublinks:hover ul {
    left: 0;
    z-index: 999; }
  #siteNav .hasSublinks.active {
    border-right: none; }
    #siteNav .hasSublinks.active ul {
      visibility: visible;
      height: auto;
      display: block; }
      #siteNav .hasSublinks.active ul li a {
        color: #1a1c1e; }
      #siteNav .hasSublinks.active ul li:hover a {
        color: #fff; }
    #siteNav .hasSublinks.active p {
      background-color: #475d7b; }
      #siteNav .hasSublinks.active p a {
        color: #fff; }

#innerNav {
  position: relative;
  margin: 20px 0; }

#subNav ul,
#subNav .nav-tabs > li > a {
  color: #475d7b;
  height: 38px;
  border: none; }
#subNav .nav-tabs > li > a {
  background: url("../images/transWHT-80.png") 0 0 repeat; }
  #subNav .nav-tabs > li > a:hover {
    background: #fff; }
#subNav .nav-tabs > li.active > a,
#subNav .nav-tabs > li.active > a:hover,
#subNav .nav-tabs > li.active > a:focus {
  color: #1a1c1e;
  border-top: 5px solid #475d7b;
  background: #fff;
  padding: 5px 15px 10px; }

.pagingLinks {
  text-align: center; }
  .pagingLinks .pagination {
    width: auto; }
    .pagingLinks .pagination > li {
      padding: 0;
      display: inline-block; }
      .pagingLinks .pagination > li > a,
      .pagingLinks .pagination > li > span {
        position: relative;
        border: none;
        float: none;
        font-size: 0.8em;
        line-height: 1.42857;
        margin: 0;
        padding: 0.5em 1em;
        text-decoration: none;
        color: #fff;
        background: #8097a3; }
      .pagingLinks .pagination > li.disabled {
        opacity: 0.4; }
      .pagingLinks .pagination > li > a:hover,
      .pagingLinks .pagination > li > a:focus {
        color: #fff;
        background: #475d7b; }
      .pagingLinks .pagination > li.active span {
        color: #fff;
        background: #475d7b; }
      .pagingLinks .pagination > li:first-child > a,
      .pagingLinks .pagination > li:first-child > span, .pagingLinks .pagination > li:last-child > a,
      .pagingLinks .pagination > li:last-child > span {
        border-radius: 0; }

.quote {
  position: relative;
  background: #dfe5eb;
  padding: 1em;
  min-height: 60px;
  overflow: hidden; }
  .quote i {
    position: absolute;
    top: -10px;
    left: -5px;
    color: #000;
    font-size: 5em;
    opacity: 0.1; }

.scrollbar {
  overflow: auto;
  height: 750px;
  width: auto;
  padding: 0 5px;
  border: 1px solid #8097a3; }

.track {
  width: 10px;
  background: transparent;
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear; }
  .track:hover, .track.dragging {
    background: #dfe5eb;
    /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15); }

.handle {
  width: 7px;
  right: 0;
  background: #9eafc7;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms; }
  .track:hover .handle, .track.dragging .handle {
    width: 10px; }

.inlineSearch {
  float: right;
  width: 20%; }
  .inlineSearch form {
    margin: 0;
    padding: 0;
    background: transparent; }

.mediaSlider .swiper-container {
  height: 135px; }
  .mediaSlider .swiper-container .content-slide {
    padding: 0.75em; }
.mediaSlider #slider .arrow-left,
.mediaSlider #slider .arrow-right {
  margin-top: 0;
  top: 30%;
  text-shadow: none; }
  .mediaSlider #slider .arrow-left:hover i,
  .mediaSlider #slider .arrow-right:hover i {
    color: #475d7b; }
.mediaSlider #slider .mediaCover {
  margin-bottom: 0.5em; }
  .mediaSlider #slider .mediaCover i {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em; }
.mediaSlider #slider .hasPrice {
  height: 40px;
  width: 40px;
  padding: 0.25em; }
  .mediaSlider #slider .hasPrice i {
    font-size: 1.2em; }

table th {
  font-weight: normal;
  font-family: 'open_sanssemibold', sans-serif; }

.nav > li > a:hover,
.nav > li > a:focus {
  background: #dfe5eb; }

.nav-tabs {
  border: none; }
  .nav-tabs > li > a {
    border-radius: 0; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: none;
    border-top: 2px solid #475d7b !important;
    background: #f5f6f7; }
  .nav-tabs > li.active > a {
    margin-right: 0;
    background-color: #fff;
    border: none ;
    border-top: 2px solid #475d7b !important;
    border-bottom: 1px solid transparent !important;
    color: #1a1c1e; }
  .nav-tabs > li.active .badge {
    background: #475d7b; }

form .nav-tabs > li.active > a,
form .nav-tabs > li.active > a:hover,
form .nav-tabs > li.active > a:focus {
  background: #cbd0d5; }

.tag {
  font-size: 0.9em;
  display: inline-block;
  color: #fff;
  background: #8097a3;
  padding: 0.2em 0.5em;
  margin-bottom: 0.2em;
  border-radius: 0.15em; }
  .tag:hover {
    color: #fff;
    background: #475d7b; }
  .tag:visited {
    color: #fff; }

.tagged {
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 31px; }
  .tagged.featured {
    background: url("../images/overlay-sprite.png") 0 -187px no-repeat; }
  .tagged.new {
    background: url("../images/overlay-sprite.png") 0 -46px no-repeat; }
  .tagged.favorite {
    background: url("../images/overlay-sprite.png") 0 -236px no-repeat; }
  .tagged.own {
    background: url("../images/overlay-sprite.png") 0 -92px no-repeat; }
  .tagged.friend {
    background: url("../images/overlay-sprite.png") 0 -140px no-repeat; }
  .tagged.rss {
    background: url("../images/overlay-sprite.png") 0 -334px no-repeat; }

.layout_converting {
    display: block;
    height: 35px;
    position: absolute;
    top: 45px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}  
  
.userList .tagged.friend {
  height: 50%;
  width: 50%;
  background: url("../images/overlay-friend.png") 100% 0 no-repeat;
  background-size: contain; }

h1, h2, h3, h4, h5, h6 {
  color: #mid-blue;
  font-weight: normal;
  font-family: 'Roboto Light', 'robotolight', sans-serif; }

h1,
.h1 {
  font-size: 2.3em;
  /* 30 px */
  margin-bottom: 20px; }

h1 i,
.h1 i {
  color: #8097a3; }

h2,
.h2 {
  font-size: 1.7em;
  /* 25 px */
  margin-bottom: 15px; }

h3,
.h3 {
  font-size: 1.429em;
  /* 20 px */ }

h4,
.h4 {
  font-size: 1.214em;
  /* 17 px */ }

h5,
.h5 {
  font-size: 1.071em;
  /* 15 px */ }

h6,
.h6 {
  font-size: 1em;
  /* 14 px */ }

p {
  margin: 0 0 0.75em; }

b,
strong {
  font-weight: normal;
  font-family: 'open_sanssemibold', sans-serif; }

.text {
  color: #1a1c1e !important; }

.price {
  font-size: 0.8em;
  display: inline-block;
  color: #fff;
  background: #475d7b;
  padding: 0.2em 0.5em; }

.noContent {
  font-style: italic;
  color: #8097a3; }

a {
  color: #475d7b;
  text-decoration: none; }
  a:hover {
    color: #2b384a;
    text-decoration: none; }
  a:active, a:focus {
    color: #003f61;
    text-decoration: none;
    outline: none; }
  a:visited {
    color: #34455b; }

.actionLink {
  font-size: 0.8em;
  color: #8097a3 !important; }

#siteContent .actionLink {
  font-size: 0.9em;
  color: #8097a3 !important;
  background: #eaedf1;
  padding: 0.2em 0.5em;
  border: 1px solid #8097a3;
  overflow: hidden; }
  #siteContent .actionLink:hover {
    color: #fff !important;
    background: #475d7b;
    border: 1px solid #003f61; }
    #siteContent .actionLink:hover i {
      color: #9eafc7; }
  #siteContent .actionLink i {
    margin-right: 0.2em; }

.more {
  background: #8097a3;
  color: #fff !important;
  padding: 0.2em 0.75em;
  margin: 0.5em 0 0;
  display: inline-block; }
  .more:hover {
    background: #475d7b; }

.backToTop {
  float: right; }

.view {
  color: #8097a3; }

#alerts {
  padding-top: 1em;
  background: #f5f6f7; }

/****************************************************************/
/*              ALBUMS                                          */
/****************************************************************/
.albumListing {
  position: relative; }
  .albumListing .callToAction {
    position: absolute;
    top: 0;
    right: 0; }

/*********************************************************/
/*              Overview                                 */
/*********************************************************/
.albumOverview {
  position: relative; }
  .albumOverview .callToAction {
    position: absolute;
    top: 3.5em;
    right: 0; }

.albumThumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .albumThumbs > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1px;
    overflow: hidden; }
  .albumThumbs article {
    position: relative;
    border: 1px solid #dfe5eb;
    overflow: hidden; }
    .albumThumbs article:hover {
      border: 1px solid #8097a3; }
      .albumThumbs article:hover .links {
        visibility: visible;
        opacity: 1; }
  .albumThumbs .mediaCover {
    float: left;
    width: 50%; }
  .albumThumbs .tagged {
    border-radius: 0; }
  .albumThumbs .hasPrice {
    height: 50px;
    width: 50px;
    padding: 0.5em; }
    .albumThumbs .hasPrice i {
      font-size: 1.2em; }

.albumThumbs .mediaCover .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35% 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .albumThumbs .mediaCover .links p {
    text-align: center;
    display: inline-block;
    padding: 0.75em 1em; }
    .albumThumbs .mediaCover .links p i {
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      font-size: 1.8em;
      background: transparent; }
.albumThumbs .mediaInfo {
  float: left;
  width: 50%;
  padding: 1em; }
  .albumThumbs .mediaInfo h3 {
    margin-top: 0;
    height: 64px;
    font-size: 1.3em;
    line-height: 1.2em;
    overflow: hidden; }
  .albumThumbs .mediaInfo p {
    color: #8097a3; }

/******** Thumbs (Big) ********/
@media (min-width: 320px) {
  .albumThumbs.big > li {
    width: 33%; } }
@media (min-width: 992px) {
  .albumThumbs.big > li {
    width: 20%; } }
@media (min-width: 1300px) {
  .albumThumbs.big > li {
    width: 16.6666%; } }
@media (min-width: 1600px) {
  .albumThumbs.big > li {
    width: 10%; } }

/*** Preview ***/
@media (min-width: 320px) {
  .albumThumbs.big > li {
    width: 33%; } }
@media (min-width: 1300px) {
  .albumThumbs.big > li {
    width: 25%; } }
@media (min-width: 1600px) {
  .albumThumbs.big > li {
    width: 16.6666%; } }
.albumThumbs.big .mediaCover {
  position: relative;
  width: 100%;
  float: none;
  overflow: hidden; }
  .albumThumbs.big .mediaCover h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0.5em;
    color: #fff;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 1.3em;
    line-height: 1.5em;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7); }
  .albumThumbs.big .mediaCover i {
    padding: 0;
    background: transparent; }
.albumThumbs.big .hasPrice {
  height: 50px;
  width: 50px; }

.albumThumbs.big li:hover .mediaCover h3 {
  display: none; }

/*** Hover ***/
.albumThumbs.big .mediaOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 1em;
  color: #fff;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: height 1s; }
  .albumThumbs.big .mediaOverlay a {
    display: block;
    height: 100%; }
  .albumThumbs.big .mediaOverlay h3 {
    color: #fff;
    margin: 0;
    max-height: 62px;
    font-size: 1.3em;
    line-height: 1.2em;
    overflow: hidden; }
  .albumThumbs.big .mediaOverlay .text {
    color: #fff !important;
    font-size: 0.8em;
    margin: 1em 0 0.5em 0;
    overflow: hidden; }
    @media (min-width: 320px) {
      .albumThumbs.big .mediaOverlay .text {
        max-height: 60px;
        overflow: hidden; } }
    @media (min-width: 1600px) {
      .albumThumbs.big .mediaOverlay .text {
        height: 65px; } }
  .albumThumbs.big .mediaOverlay .additionalInfo .uploader {
    float: left;
    margin: 1em 0; }
  .albumThumbs.big .mediaOverlay .additionalInfo .userThumb {
    height: 35px;
    width: 35px; }
  .albumThumbs.big .mediaOverlay .additionalInfo .buyMedia {
    float: right;
    margin-top: 1em; }
    .albumThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy {
      margin-right: 0.5em;
      background: #475d7b;
      border: 1px solid #003f61;
      padding: 0.2em 0.5em;
      text-align: center; }
      .albumThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy i {
        color: #fff; }
  .albumThumbs.big .mediaOverlay .details {
    position: absolute;
    bottom: 1em;
    left: 0.5em;
    width: 100%;
    opacity: 0;
    transition: opacity 1s .5s; }
    @media (min-width: 992px) {
      .albumThumbs.big .mediaOverlay .details {
        font-size: 0.8em; } }
    @media (min-width: 1600px) {
      .albumThumbs.big .mediaOverlay .details {
        font-size: 0.9em; } }
    .albumThumbs.big .mediaOverlay .details li {
      float: left;
      text-align: center;
      padding: 0 1em;
      color: #dfe5eb; }
      @media (min-width: 992px) {
        .albumThumbs.big .mediaOverlay .details li {
          padding: 0 0.75em; } }
      @media (min-width: 1600px) {
        .albumThumbs.big .mediaOverlay .details li {
          padding: 0 1em; } }

.albumThumbs.big li:hover .mediaOverlay {
  visibility: visible;
  height: 100%; }
  .albumThumbs.big li:hover .mediaOverlay .details {
    opacity: 1;}

/******** Thumbs (Small) ********/
@media (min-width: 320px) {
  .albumThumbs.small > li {
    width: 33%; } }
@media (min-width: 1300px) {
  .albumThumbs.small > li {
    width: 25%; } }
@media (min-width: 1600px) {
  .albumThumbs.small > li {
    width: 16.6666%; } }
.albumThumbs.small .mediaCover {
  float: none;
  width: 100%; }
  .albumThumbs.small .mediaCover .uploader {
    position: absolute;
    bottom: -0.5em;
    left: 0.5em; }
    .albumThumbs.small .mediaCover .uploader span {
      color: #fff;
      font-size: 0.9em;
      text-shadow: 0 0 2px #000; }
  .albumThumbs.small .mediaCover .userThumb {
    height: 35px;
    width: 35px; }
.albumThumbs.small h3 {
  margin: 1em 0.7em 0;
  height: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0;
  overflow: hidden; }
.albumThumbs.small .additionalInfo {
  padding: 0.5em 1em 0; }
  .albumThumbs.small .additionalInfo p {
    color: #8097a3;
    float: left; }
  .albumThumbs.small .additionalInfo .price {
    float: right; }

/******** Thumbs (List) ********/
@media (min-width: 320px) {
  .albumThumbs.list > li {
    width: 50%; } }
@media (min-width: 992px) {
  .albumThumbs.list > li {
    width: 33%; } }
@media (min-width: 1300px) {
  .albumThumbs.list > li {
    width: 25%; } }
@media (min-width: 1600px) {
  .albumThumbs.list > li {
    width: 20%; } }
.albumThumbs.list .tagged {
  border-radius: 0; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.viewAlbum #innerNav {
  padding-bottom: 1em; }
.viewAlbum #subNav {
  right: 0 !important;
  width: 100%;
  border-bottom: 1px solid #dfe5eb; }
  .viewAlbum #subNav ul {
    float: right; }
    .viewAlbum #subNav ul li a:hover {
      background: #eaedf1; }
    .viewAlbum #subNav ul li.active a {
      margin-top: 1px;
      border-right: 1px solid #dfe5eb;
      border-left: 1px solid #dfe5eb;
      border-bottom: 1px solid #fff; }
.viewAlbum .mediaListing {
  margin-top: 1em; }

/*********************************************************/
/*              Media Detail                             */
/*********************************************************/
.mediaDetail .viewAlbum .wrap #actionNav {
  float: left;
  margin-top: 0.5em; }

/*********************************************************/
/*              Create Album                             */
/*********************************************************/
#createAlbum .details {
  padding-left: 1em; }

#addAlbumMedia.modal .scrollbar {
  height: 500px;
  padding-bottom: 1em;
  padding-top: 1em;
  width: 100% !important; }

#addAlbumMedia #addMediaSearchWrapper input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px; }

/****************************************************************/
/*              BLOGS                                           */
/****************************************************************/
/*********************************************************/
/*              Overview                                 */
/*********************************************************/
.blogOverview {
  position: relative; }
  .blogOverview .callToAction {
    position: absolute;
    top: 3.5em;
    right: 0; }

.blogOverview #blog .blogList,
.homePage #blog .blogList {
  margin: 0 0 0 2em; }

/******** Preview ********/
.blogList article {
  position: relative;
  border: 1px solid #dfe5eb;
  margin-bottom: 20px; }
  .blogList article:hover {
    border: 1px solid #8097a3; }
.blogList .blogTeaser {
  padding: 1em; }
  .blogList .blogTeaser h3 {
    margin-bottom: 0.5em; }
  .blogList .blogTeaser .text {
    padding: 0 0 1em;
    border-bottom: 1px solid #dfe5eb; }
  .blogList .blogTeaser .userThumb {
    height: 35px;
    width: 35px; }
  .blogList .blogTeaser .details {
    display: table;
    margin: 1em 0 0; }
    .blogList .blogTeaser .details li {
      display: table-cell;
      color: #8097a3;
      padding: 0 1em 0 0; }
.blogList .more {
  position: absolute;
  bottom: 1.5em;
  right: 1em; }
.blogList article:hover .more {
  background: #475d7b; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.blogDetail #actionNav {
  float: right;
  margin-top: 0.5em; }
.blogDetail .details {
  margin-bottom: 1em; }
.blogDetail .author {
  float: left; }
  .blogDetail .author .userThumb {
    height: 25px;
    width: 25px;
    margin: 0.5em 0.5em 0 0; }
  .blogDetail .author a {
    display: inline-block; }
.blogDetail .statistics {
  float: left;
  margin-left: 1em; }
  @media (max-width: 1300px) {
    .blogDetail .statistics {
      font-size: 0.9em; } }
  .blogDetail .statistics li {
    float: left;
    color: #8097a3;
    padding: 0 0 0 1em;
    line-height: 35px; }
.blogDetail .links {
  margin-top: 1em; }
  .blogDetail .links .share {
    float: left; }
    .blogDetail .links .share a {
      height: 20px;
      width: 20px;
      text-align: center;
      display: inline-block;
      border-radius: 50%; }
      .blogDetail .links .share a i {
        color: #fff; }
      .blogDetail .links .share .facebook {
        background: #4e69a2; }
        .blogDetail .links .share .facebook:hover {
          background: #3b5998; }
      .blogDetail .links .share .twitter {
        background: #32bbef; }
        .blogDetail .links .share .twitter:hover {
          background: #057ed0; }
      .blogDetail .links .share .googleplus {
        background: #e24b40; }
        .blogDetail .links .share .googleplus:hover {
          background: #a93125; }
.blogDetail .shared {
  padding: 0.5em 0 1em; }
  .blogDetail .shared img {
    width: auto; }

/******** Recommended ********/
.blogThumb {
  margin: 0 0 1em;
  padding: 1.5em 0 0;
  border-top: 1px solid #dfe5eb; }
  @media (min-width: 320px) {
    .blogThumb {
      font-size: 0.8em; } }
  @media (min-width: 1300px) {
    .blogThumb {
      font-size: 0.9em; } }
  .blogThumb:first-of-type {
    border-top: none; }
  .blogThumb .date {
    color: #8097a3; }
  .blogThumb .comments {
    float: right;
    color: #8097a3; }

@media (min-width: 320px) {
  .blogThumb h3 {
    font-size: 1.3em !important; }

  .blogThumb .author {
    float: none; } }
@media (min-width: 1300px) {
  .blogThumb h3 {
    font-size: 1.4em !important; } }
/****************************************************************/
/*              CATEGORIES                                      */
/****************************************************************/
/*********************************************************/
/*              Overview                                 */
/*********************************************************/
.categoryThumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .categoryThumbs > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1px; }
    @media (min-width: 320px) {
      .categoryThumbs > li {
        width: 33%; } }
    @media (min-width: 992px) {
      .categoryThumbs > li {
        width: 25%; } }
    @media (min-width: 1300px) {
      .categoryThumbs > li {
        width: 20%; } }
    @media (min-width: 1600px) {
      .categoryThumbs > li {
        width: 16.6666%; } }
  .categoryThumbs article {
    border: 1px solid #dfe5eb; }
    .categoryThumbs article:hover {
      border: 1px solid #8097a3; }
      .categoryThumbs article:hover .links {
        visibility: visible; }
  .categoryThumbs .head {
    padding: 1em 1em 0.5em;
    height: 85px;
    overflow: hidden; }
    .categoryThumbs .head h3 {
      margin-top: 0;
      height: 22px;
      overflow: hidden; }
    .categoryThumbs .head p {
      margin-bottom: 0;
      height: 41px;
      color: var(--main-fontcolor);
      overflow: hidden; }
  .categoryThumbs .mediaCover {
    position: relative;
    margin: 0.5em;
    overflow: hidden; }
    .categoryThumbs .mediaCover .links {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20% 0 0;
      text-align: center;
      background: rgba(0, 0, 0, 0.7);
      visibility: hidden; }
      .categoryThumbs .mediaCover .links a {
        text-align: center;
        display: inline-block;
        padding: 0.75em 1em; }
        .categoryThumbs .mediaCover .links a i {
          position: relative;
          top: 0;
          left: 0;
          padding: 0;
          font-size: 1.8em;
          background: transparent; }
  .categoryThumbs .details {
    font-size: 0.9em;
    background: #eaedf1; }
    .categoryThumbs .details li {
      float: left;
      width: 50%;
      padding: 0.3em 0.5em;
      color: #8097a3;
      font-size: 0.9em;
      text-align: center; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.categoryDetail .lead .mediaThumb {
  width: 40%;
  height: auto;
  margin: 0 0 1em 1em; }

/*********************************************************/
/*              Subcategory List                         */
/*********************************************************/
.subcategoryList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .subcategoryList li {
    width: 33%;
    padding: 0 0.5em;
    margin-bottom: 1.5em; }
    @media (min-width: 1600px) {
      .subcategoryList li {
        width: 25%; } }
    .subcategoryList li h3 {
      margin-bottom: 0.5em; }
    .subcategoryList li .details {
      color: #8097a3; }
      .subcategoryList li .details > span {
        margin-right: 1em; }
      .subcategoryList li .details i {
        margin-right: 0.25em; }

/****************************************************************/
/*              CHANNELS                                        */
/****************************************************************/
/*********************************************************/
/*              Overview                                 */
/*********************************************************/
.channelListing {
  position: relative; }

.channelThumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .channelThumbs > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1px; }

.channelList > article {
  position: relative;
  border: 1px solid #dfe5eb;
  overflow: hidden; }
  .channelList > article:hover {
    border: 1px solid #8097a3; }
.channelList .mediaThumb {
  width: 100%;
  height: auto; }

.channelOverview .channelList > article {
  margin-bottom: 1em; }

/******** Overlay ********/
.channelList .channelTeaser .link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 45%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7); }
.channelList .channelTeaser .link p {
  color: white; }
.channelList .channelTeaser h3 {
  color: #9eafc7;
  margin-bottom: 1em; }
  @media (min-width: 320px) {
    .channelList .channelTeaser h3 {
      margin-bottom: 0.75em;
      margin-top: 0.5em;
      max-height: 41px; } }
.channelList .channelTeaser .text {
  color: #fff !important; }
  @media (min-width: 320px) {
    .channelList .channelTeaser .text {
      max-height: 73px;
      overflow: hidden; } }
  @media (min-width: 1300px) {
    .channelList .channelTeaser .text {
      height: auto; } }
.channelList .channelTeaser .details {
  color: #dfe5eb;
  margin-top: 1.5em; }

/******** Slider ********/
.channelList .channelSlider {
  background: #fff;
  position: relative; }
  .channelList .channelSlider li {
    display: inline-block;
    position: relative; }
    .channelList .channelSlider li i {
      position: absolute;
      bottom: 0.5em;
      left: 0.5em;
      color: #fff;
      border-radius: 50%;
      padding: 0.5em;
      background: rgba(0, 0, 0, 0.8); }
  .channelList .channelSlider .mediaCover {
    margin-bottom: 0.5em; }
  .channelList .channelSlider .hasPrice {
    height: 50px;
    width: 50px;
    padding: 0.5em; }
    .channelList .channelSlider .hasPrice i {
      font-size: 1.2em; }
  .channelList .channelSlider h4 {
    position: absolute;
    right: 0;
    bottom: 0.5em;
    margin: 0;
    width: 70%;
    text-align: right;
    color: #fff;
    background: #000;
    padding: 0.2em 0.5em;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */ }
  .channelList .channelSlider .swiper-container {
    height: 230px;
    max-height: 230px; }
    @media (min-width: 320px) {
      .channelList .channelSlider .swiper-container {
        height: 165px;
        max-height: 165px; } }
    @media (min-width: 1300px) {
      .channelList .channelSlider .swiper-container {
        height: 230px;
        max-height: 230px; } }
  .channelList .channelSlider .swiper-slide {
    height: 230px; }
    @media (min-width: 320px) {
      .channelList .channelSlider .swiper-slide {
        height: 165px; } }
    @media (min-width: 1300px) {
      .channelList .channelSlider .swiper-slide {
        height: 230px; } }

/*** Arrows ***/
.channelList .channelSlider .arrow-left,
.channelList .channelSlider .arrow-right {
  position: absolute;
  top: 30%;
  font-size: 4em;
  color: #dfe5eb; }

.channelList .channelSlider .arrow-left {
  left: 0.2em; }

.channelList .channelSlider .arrow-right {
  right: 0.2em; }

/*********************************************************/
/*              Listing                                  */
/*********************************************************/
.channelThumbs .hasPrice {
  height: 50px;
  width: 50px;
  padding: 0.5em; }
  .channelThumbs .hasPrice i {
    font-size: 1.2em; }
.channelThumbs .mediaOverlay {
  padding: 0.5em 0.5em 0; }
  .channelThumbs .mediaOverlay h3 {
    margin-top: 0; }
  .channelThumbs .mediaOverlay .additionalInfo p {
    color: #8097a3; }

/******** Thumbs (Big) ********/
@media (min-width: 320px) {
  .channelThumbs.big > li {
    width: 50%; } }
@media (min-width: 1300px) {
  .channelThumbs.big > li {
    width: 33%; } }
.channelThumbs.big article {
  position: relative;
  border: 1px solid #dfe5eb; }
.channelThumbs.big .mediaCover h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.25em 0.5em;
  color: #fff;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 1.3em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7); }
.channelThumbs.big li:hover .mediaCover h3 {
  display: none; }

/*** Hover ***/
.channelThumbs.big .mediaOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  overflow: hidden;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: height 1s; }
  .channelThumbs.big .mediaOverlay a {
    height: 100%;
    padding: 1em;
    display: block; }
  .channelThumbs.big .mediaOverlay h3 {
    color: #fff;
    margin: 0; }
  .channelThumbs.big .mediaOverlay .text {
    color: #fff !important;
    font-size: 0.8em;
    margin: 1em 0 0.5em 0;
    overflow: hidden; }
    @media (min-width: 320px) {
      .channelThumbs.big .mediaOverlay .text {
        height: 30px; } }
    @media (min-width: 1300px) {
      .channelThumbs.big .mediaOverlay .text {
        height: 54px;
        font-size: 0.9em; } }
    @media (min-width: 1600px) {
      .channelThumbs.big .mediaOverlay .text {
        height: 55px; } }
  .channelThumbs.big .mediaOverlay .additionalInfo .uploader {
    float: left;
    margin: 0; }
  .channelThumbs.big .mediaOverlay .additionalInfo .userThumb {
    height: 35px;
    width: 35px; }
  .channelThumbs.big .mediaOverlay .additionalInfo .buyMedia {
    float: right; }
    .channelThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy {
      margin-right: 0.5em;
      background: #475d7b;
      border: 1px solid #003f61;
      padding: 0.2em 0.5em;
      text-align: center; }
      .channelThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy i {
        color: #fff; }
  .channelThumbs.big .mediaOverlay .additionalInfo .details {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .channelThumbs.big .mediaOverlay .additionalInfo .details {
        font-size: 0.8em; } }
    @media (min-width: 1600px) {
      .channelThumbs.big .mediaOverlay .additionalInfo .details {
        font-size: 0.9em; } }
    .channelThumbs.big .mediaOverlay .additionalInfo .details li {
      float: left;
      text-align: center;
      width: 25%;
      padding: 0 1em;
      color: #8097a3; }
      @media (min-width: 992px) {
        .channelThumbs.big .mediaOverlay .additionalInfo .details li {
          padding: 0 0.75em; } }
      @media (min-width: 1600px) {
        .channelThumbs.big .mediaOverlay .additionalInfo .details li {
          padding: 0 1em; } }
  .channelThumbs.big .mediaOverlay .additionalInfo p {
    float: left; }
  .channelThumbs.big .mediaOverlay .additionalInfo .price {
    float: right; }

.channelThumbs.big li:hover .mediaOverlay {
  visibility: visible;
  height: 100%; }

/******** Thumbs (Small) ********/
@media (min-width: 320px) {
  .channelThumbs.small > li {
    width: 50%; } }
@media (min-width: 992px) {
  .channelThumbs.small > li {
    width: 50%; } }
@media (min-width: 1300px) {
  .channelThumbs.small > li {
    width: 33%; } }
@media (min-width: 1600px) {
  .channelThumbs.small > li {
    width: 33%; } }
.channelThumbs.small article {
  position: relative;
  border: 1px solid #dfe5eb;
  overflow: hidden; }
  .channelThumbs.small article:hover {
    border: 1px solid #8097a3; }
.channelThumbs.small .mediaInfo {
  padding: 1em; }
  .channelThumbs.small .mediaInfo h3 {
    margin: 0 0 0.5em;
    height: 20px;
    font-size: 1.2em;
    padding: 0;
    overflow: hidden; }
  .channelThumbs.small .mediaInfo .text {
    margin-bottom: 0.5em;
    height: 41px;
    overflow: hidden; }
  .channelThumbs.small .mediaInfo .additionalInfo p {
    float: left;
    color: #8097a3;
    margin-bottom: 0; }
  .channelThumbs.small .mediaInfo .additionalInfo .price {
    float: right; }

/*** Hover ***/
.channelThumbs.small .mediaCover .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15% 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .channelThumbs.small .mediaCover .links p {
    text-align: center;
    display: inline-block;
    padding: 0.75em 1em; }
    .channelThumbs.small .mediaCover .links p i {
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      font-size: 1.8em;
      background: transparent; }

.channelThumbs.small article:hover .links {
  visibility: visible;
  opacity: 1; }

/******** Thumbs (List) ********/
@media (min-width: 320px) {
  .channelThumbs.list > li {
    width: 100%; } }
@media (min-width: 1300px) {
  .channelThumbs.list > li {
    width: 50%; } }
.channelThumbs.list article {
  position: relative;
  border: 1px solid #dfe5eb;
  overflow: hidden; }
  .channelThumbs.list article:hover {
    border: 1px solid #8097a3; }
.channelThumbs.list .mediaCover {
  position: relative;
  float: left;
  width: 50%; }
  .channelThumbs.list .mediaCover i {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em; }
.channelThumbs.list .mediaInfo {
  float: left;
  width: 50%;
  padding: 1em; }
  .channelThumbs.list .mediaInfo h3 {
    margin: 0;
    padding: 0.5em 0 0.3em; }
  .channelThumbs.list .mediaInfo .text {
    margin-bottom: 0.3em; }
    @media (min-width: 1600px) {
      .channelThumbs.list .mediaInfo .text {
        height: 40px;
        overflow: hidden; } }
  .channelThumbs.list .mediaInfo .price {
    position: absolute;
    top: 0;
    right: 0; }
  .channelThumbs.list .mediaInfo .hasPrice {
    height: 50px;
    width: 50px;
    padding: 0.5em; }
    .channelThumbs.list .mediaInfo .hasPrice i {
      font-size: 1.2em; }
  .channelThumbs.list .mediaInfo .additionalInfo p {
    color: #8097a3;
    margin: 0; }

/*** Hover ***/
.channelThumbs.list .mediaCover .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .channelThumbs.list .mediaCover .links p {
    text-align: center;
    display: inline-block;
    padding: 0.75em 1em; }
    .channelThumbs.list .mediaCover .links p i {
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      font-size: 1.8em;
      background: transparent; }

.channelThumbs.list article:hover .links {
  visibility: visible;
  opacity: 1; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.viewChannel .description {
  margin: 1em 0; }
.viewChannel .statistics li {
  float: left;
  margin: 0 1em 0 0;
  color: #8097a3; }
.viewChannel .access {
  margin: 1em 0; }
  .viewChannel .access .countdown {
    margin-left: 1.5em; }
.viewChannel .buyMedia {
  float: none; }

#addChannelMedia.modal .scrollbar {
  height: 500px;
  padding-bottom: 1em;
  padding-top: 1em;
  width: 100% !important; }

.mediaDetail .viewChannel .buyMedia {
  float: left; }

/******** Slider ********/
.viewChannel .swiper-container {
  max-height: 155px; }

.viewChannel #slider .arrow-left,
.viewChannel #slider .arrow-right {
  margin-top: 0;
  top: 30%; }

.viewChannel #slider .mediaCover i {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em; }

#siteHeader {
  border-top: 3px solid #475d7b;
  background: #eaedf1;
  padding: 0.5em 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(255, 255, 255, 0.1); }
  #siteHeader .container {
    position: relative; }

#siteLogo {
  float: left;
  max-height: 70px;
  overflow: hidden; }
  #siteLogo img {
    margin: 5px 0;
    max-height: 60px; }

#searchHead {
  display: inline-block;
  height: 70px;
  min-width: 245px;
  max-width: 280px;
  padding: 0 1em;
  position: relative;
  vertical-align:top;}
  #searchHead form {
    background: transparent;
    border-radius: 0;
    margin: 17px 0 0;
    padding: 0; }
  #searchHead input[type="search"] {
    border-right: none;
    box-sizing: border-box; }

#headerContent {
  float: right;
  height: 70px;
  vertical-align: top; }
  #headerContent .upload {
    display: inline-block;
    line-height: 70px;
    padding: 0 1em 0 1em;
    font-size: 1.3em;
    font-family: 'Roboto Light', 'robotolight', sans-serif;
    vertical-align: top; }
  #headerContent .language {
    display: inline-block;
    line-height: 70px;
    padding: 0 1em 0 1em;
    font-family: 'Roboto Light', 'robotolight', sans-serif;
    vertical-align: top; }
    #headerContent .language li i {
      display: inline-block;
      vertical-align: bottom; }

#userActions {
  display: inline-block;
  height: 70px;
  vertical-align: top; }
  #userActions .userLoginLink,
  #userActions .userRegistrationLink {
    padding-top: 25px;
    height: 70px;
    display: inline-block; }
    #userActions .userLoginLink:hover {
      z-index: 9999;
      background: url("../images/arrowOverlay.png") 50% 55px no-repeat; }
    #userActions .userRegistrationLink:hover {
      z-index: 9999; }
    #userActions .userLoginLink > i,
    #userActions .userRegistrationLink > i {
      color: #8097a3; }
  #userActions #loginDropdown,
  #userActions #registrationDropdown {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    padding: 1em;
    margin: 1em 1em 0;
    background: #f5f6f7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
    z-index: 9998;
    visibility: hidden; }
    #userActions #loginDropdown .arrow,
    #userActions #registrationDropdown .arrow {
      position: absolute;
      top: -12px;
      right: 0;
      height: 12px;
      width: 100%; }
    #userActions #loginDropdown > div,
    #userActions #registrationDropdown > div {
      position: relative; }
  #userActions .userLoginLink:hover #loginDropdown,
  #userActions .userRegistrationLink:hover #registrationDropdown {
    visibility: visible;
    z-index: 9998; }

#userControls {
  display: inline-block;
  height: 70px; }
  #userControls .button {
    display: inline-block;
    padding: 20px 20px 0;
    height: 70px; }
    #userControls .button .wrap {
      position: relative; }
      #userControls .button .wrap i {
        font-size: 1.8em; }
      #userControls .button .wrap .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: #475d7b;
        font-size: 0.8em; }
    #userControls .button > i,
    #userControls .button a.dropdown-toggle > i,
    #userControls .button ul.dropdown-menu li a > i {
      font-size: 1.8em;
      vertical-align: bottom; }
  #userControls .messages,
  #userControls .notifications,
  #userControls .settings {
    vertical-align: top; }
    #userControls .messages:hover i,
    #userControls .notifications:hover i,
    #userControls .settings:hover i {
      color: #475d7b; }
  #userControls .profile {
    padding-top: 13px; }
    #userControls .profile:hover {
      z-index: 9999;
      background: url("../images/arrowOverlay.png") 50% 55px no-repeat; }
    #userControls .profile .userThumb {
      height: 45px;
      width: 45px;
      margin: 0 0.5em 0 0;
      float: left; }
    #userControls .profile .linkToProfile {
      height: 45px;
      float: left; }
      #userControls .profile .linkToProfile a {
        display: block;
        font-family: 'Roboto Light', 'robotolight', sans-serif; }
    #userControls .profile #userLinks {
      position: absolute;
      top: 54px;
      left: 0;
      right: 0;
      padding: 1em;
      margin: 1em 1em 0;
      background: #f5f6f7;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
      visibility: hidden; }
      #userControls .profile #userLinks .arrow {
        position: absolute;
        top: -12px;
        right: 0;
        height: 12px;
        width: 100%; }
    #userControls .profile:hover #userLinks {
      visibility: visible;
      z-index: 9998; }
    #userControls .profile #profileLink {
      float: left;
      width: 33%; }
      #userControls .profile #profileLink .userThumb {
        display: inline-block;
        width: 135px;
        height: 135px;
        margin: 0 1em 0 0; }
        @media (min-width: 320px) {
          #userControls .profile #profileLink .userThumb {
            width: 120px;
            height: 120px; } }
        @media (min-width: 1300px) {
          #userControls .profile #profileLink .userThumb {
            width: 135px;
            height: 135px; } }
      #userControls .profile #profileLink .linkToProfile {
        position: relative;
        display: inline-block;
        height: 135px;
        min-width: 160px; }
        #userControls .profile #profileLink .linkToProfile .username {
          font-size: 1.8em;
          font-family: 'Roboto Light', 'robotolight', sans-serif; }
          @media (min-width: 320px) {
            #userControls .profile #profileLink .linkToProfile .username {
              font-size: 1.4em; } }
          @media (min-width: 1300px) {
            #userControls .profile #profileLink .linkToProfile .username {
              font-size: 1.8em; } }
        #userControls #profileLink .linkToProfile p {
             margin: 0;}
        #userControls .profile #profileLink .linkToProfile .links {
          position: inherit;
          bottom: 7px;
          left: 0; }
          #userControls .profile #profileLink .linkToProfile .links a {
            width: 100%;
            margin: 0 0.5em 0 0;
            font-size: 0.9em;
            display: block;
            margin-top: 0.3em; }
            #userControls .profile #profileLink .linkToProfile .links a:hover {
              color: #475d7b !important; }
    #userControls .profile #furtherLinks {
      float: right;
      width: 67%; }
      #userControls .profile #furtherLinks ul {
        float: left;
        width: 33%;
        margin: 0;
        border-left: 1px solid #dfe5eb; }
        #userControls .profile #furtherLinks ul li {
          margin: 0 0.5em;
          padding: 0 0.5em; }
          #userControls .profile #furtherLinks ul li:hover {
            background: #dfe5eb; }
          #userControls .profile #furtherLinks ul li a {
            display: inline-block;
            width: 70%;
            color: #1a1c1e;
            padding: 0.5em 1em 0.5em 0; }
            @media (min-width: 992px) {
              #userControls .profile #furtherLinks ul li a {
                width: 70%; } }
            @media (min-width: 1300px) {
              #userControls .profile #furtherLinks ul li a {
                width: 75%; } }
          #userControls .profile #furtherLinks ul li span {
            display: inline-block;
            width: 30%; }
            @media (min-width: 992px) {
              #userControls .profile #furtherLinks ul li span {
                width: 30%; } }
            @media (min-width: 1300px) {
              #userControls .profile #furtherLinks ul li span {
                width: 25%; } }
          #userControls .profile #furtherLinks ul li:hover .badge {
            background: #475d7b; }

.userLinks.dropdown-menu {
  left: auto;
  right: 0; }

ul.ui-autocomplete {
  background: #fff;
  border: 1px solid #888;
  border-radius: 5px;
  margin-top: 2px; }

#siteFooter {
  border-top: 1px solid #dfe5eb;
  background: #eaedf1;
  position: relative; }
  #siteFooter a {
    color: #475d7b; }

/******** Main Footer ********/
#mainFooter {
  padding: 1em 0; }
  #mainFooter #footerText,
  #mainFooter #footerLegal,
  #mainFooter #footerLinks {
    float: left; }
  #mainFooter #footerLegal,
  #mainFooter #footerLinks {
    margin-bottom: 26px; }
  #mainFooter #footerText {
    width: 60%;
    padding: 0 1em 0 0; }
  #mainFooter #footerLegal,
  #mainFooter #footerLinks {
    width: 20%; }
  #mainFooter #footerLegal {
    padding: 0 1em 0 0; }

#language {
  position: absolute;
  bottom: 1em;
  right: 12%; }

/******** ViMP Footer ********/
#vimpFooter {
  font-size: 0.9em;
  padding: 0.5em 0;
  background: #dfe5eb; }
  #vimpFooter .copy {
    color: #9eafc7;
    margin: 0 auto; }
    @media (min-width: 320px) {
      #vimpFooter .copy {
        min-width: 940px;
        max-width: 970px; } }
    @media (min-width: 1300px) {
      #vimpFooter .copy {
        max-width: 1270px; } }
  #vimpFooter a {
    color: #475d7b; }

@media (min-width: 1600px) {
  #mainFooter.container {
    padding: 1em 2em; } }
/****************************************************************/
/*              FORUMS                                          */
/****************************************************************/
/*********************************************************/
/*              Forums                                   */
/*********************************************************/
.forumListing {
  position: relative;
  margin-bottom: 1em; }
  .forumListing .top {
    padding: 0;
    background: #dfe5eb; }
    .forumListing .top li {
      padding: 0.5em;
      border-left: 1px solid #fff; }
      .forumListing .top li:first-child {
        border-left: none; }
  .forumListing .top,
  .forumListing .forums .topic {
    display: table;
    width: 100%; }
  .forumListing .title,
  .forumListing .stats,
  .forumListing .replies,
  .forumListing .new {
    display: table-cell;
    vertical-align: middle; }
  .forumListing .title {
    width: 60%;
    padding-left: 0.5em; }
    .forumListing .title a {
      display: block;
      font-size: 1.2em;
      margin: 0 0 0.25em; }
  .forumListing .stats {
    width: 10%;
    text-align: center; }
  .forumListing .replies {
    width: 10%;
    text-align: center; }
  .forumListing .new {
    width: 20%;
    padding-left: 0.5em; }
    .forumListing .new p {
      margin: 0 0 0.25em; }

/*********************************************************/
/*              Threads                                  */
/*********************************************************/
.threadListing {
  position: relative;
  margin-bottom: 1em; }
  .threadListing .actions {
    margin-top: 0.5em; }
  .threadListing .top,
  .threadListing .threads .topic {
    display: table;
    width: 100%; }
  .threadListing .top {
    padding: 0;
    background: #dfe5eb; }
    .threadListing .top li {
      padding: 0.5em;
      border-left: 1px solid #fff; }
      .threadListing .top li:first-child {
        border-left: none; }
  .threadListing .title,
  .threadListing .stats,
  .threadListing .author,
  .threadListing .new {
    display: table-cell;
    vertical-align: middle; }
  .threadListing .title {
    width: 50%;
    padding-left: 0.5em; }
    .threadListing .title a {
      font-size: 1.2em; }
  .threadListing .stats {
    width: 10%;
    text-align: center; }
  .threadListing .author {
    width: 20%;
    text-align: center; }
  .threadListing .new {
    width: 20%;
    padding-left: 0.5em; }
    .threadListing .new p {
      margin: 0 0 0.25em; }

.topic {
  padding: 1em 0;
  margin: 0;
  border-bottom: 1px solid #dfe5eb; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
#forumThread .author,
#forumThread .title,
#forumThread .text,
#forumThread .toplink {
  float: left; }
#forumThread .author {
  width: 10%; }
  @media (min-width: 320px) {
    #forumThread .author {
      width: 15%; } }
  @media (min-width: 1300px) {
    #forumThread .author {
      width: 10%; } }
  #forumThread .author .userCover {
    margin-top: 0.5em; }
  #forumThread .author .userCover,
  #forumThread .author .userThumb {
    height: 65px;
    width: 65px; }
#forumThread .title,
#forumThread .text {
  width: 90%; }
  @media (min-width: 320px) {
    #forumThread .title,
    #forumThread .text {
      width: 85%; } }
  @media (min-width: 1300px) {
    #forumThread .title,
    #forumThread .text {
      width: 90%; } }
#forumThread .toplink {
  width: 100%;
  font-size: 0.9em;
  visibility: hidden; }
#forumThread .threadComment:hover .toplink {
  visibility: visible; }

.threadComment {
  padding: 1em 0;
  border-bottom: 1px solid #dfe5eb; }
  .threadComment .title {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #dfe5eb; }
    .threadComment .title p {
      float: left;
      color: #8097a3; }
  .threadComment .actions {
    float: right;
    visibility: hidden; }
  .threadComment:hover .actions {
    visibility: visible; }
  .threadComment .actions li {
    float: left;
    margin: 0 0 0 0.5em; }

/****************************************************************/
/*              GROUPS                                          */
/****************************************************************/
/*********************************************************/
/*              Overview                                 */
/*********************************************************/
.groupOverview {
  position: relative; }
  .groupOverview .callToAction {
    position: absolute;
    top: 3.5em;
    right: 0; }

.groupListing {
  position: relative; }
  .groupListing .filter {
    margin-bottom: 1em; }
  .groupListing article {
    position: relative;
    border: 1px solid #dfe5eb;
    padding: 1em; }
    .groupListing article:hover {
      border: 1px solid #8097a3; }
  .groupListing .mediaCover {
    float: left;
    width: 25%; }
    .groupListing .mediaCover i {
      position: absolute;
      bottom: 0.5em;
      left: 0.5em; }
  .groupListing .groupInfo {
    float: left;
    width: 75%;
    padding: 0 0 0 1em; }
    .groupListing .groupInfo h3 {
      margin: 0 0 0.25em;
      height: 24px;
      font-size: 1.3em;
      line-height: 1.2em;
      overflow: hidden; }
    .groupListing .groupInfo .text {
      height: 59px;
      overflow: hidden; }
    .groupListing .groupInfo .details {
      margin-top: 0.5em;
      margin-bottom: 0;
      color: #8097a3; }

/*** Hover ***/
.groupListing .mediaCover .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25% 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .groupListing .mediaCover .links p {
    text-align: center;
    display: inline-block;
    padding: 0.75em 1em; }
    .groupListing .mediaCover .links p i {
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      font-size: 1.8em;
      background: transparent; }

.groupListing article:hover .links {
  visibility: visible;
  opacity: 1; }

/*********************************************************/
/*              Lists & Thumbs                           */
/*********************************************************/
.groupThumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .groupThumbs > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1px; }

/******** Thumbs (Big) ********/
@media (min-width: 320px) {
  .groupThumbs.big > li {
    width: 33%; } }
@media (min-width: 992px) {
  .groupThumbs.big > li {
    width: 25%; } }
@media (min-width: 1300px) {
  .groupThumbs.big > li {
    width: 20%; } }
@media (min-width: 1600px) {
  .groupThumbs.big > li {
    width: 16.6666%; } }
.groupThumbs.big article {
  position: relative;
  padding: 0;
  overflow: hidden; }

/*** Preview ***/
.groupThumbs.big .mediaCover {
  position: relative;
  float: none;
  width: 100%; }
  .groupThumbs.big .mediaCover h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0.25em 0.5em;
    color: #fff;
    display: block;
    width: 100%;
    height: 28px;
    font-size: 1.3em;
    line-height: 1.3em;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7); }
  .groupThumbs.big .mediaCover i {
    top: 0.5em;
    bottom: auto; }

.groupThumbs.big li:hover .mediaCover h3 {
  display: none; }

/*** Hover ***/
.groupThumbs.big .mediaOverlay {
  width: 100%;
  margin: 0; }
  .groupThumbs.big .mediaOverlay a {
    height: 100%;
    display: block; }
  .groupThumbs.big .mediaOverlay h3 {
    color: #fff;
    margin: 0; }
  .groupThumbs.big .mediaOverlay .text {
    color: #fff !important;
    font-size: 0.9em;
    margin: 1em 0 0.5em 0;
    overflow: hidden; }
    @media (min-width: 320px) {
      .groupThumbs.big .mediaOverlay .text {
        height: 103px; } }
    @media (min-width: 1600px) {
      .groupThumbs.big .mediaOverlay .text {
        height: 85px; } }
  .groupThumbs.big .mediaOverlay .additionalInfo .uploader {
    float: left;
    margin: 1em 0; }
  .groupThumbs.big .mediaOverlay .additionalInfo .userThumb {
    height: 35px;
    width: 35px; }
  .groupThumbs.big .mediaOverlay .additionalInfo .buyMedia {
    float: right;
    margin-top: 1em; }
    .groupThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy {
      margin-right: 0.5em;
      background: #475d7b;
      border: 1px solid #003f61;
      padding: 0.2em 0.5em;
      text-align: center; }
      .groupThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy i {
        color: #fff; }
  .groupThumbs.big .mediaOverlay .additionalInfo .details {
    position: absolute;
    bottom: 1em;
    left: 0;
    margin: 0 1em;
    color: #8097a3; }
    @media (min-width: 992px) {
      .groupThumbs.big .mediaOverlay .additionalInfo .details {
        font-size: 0.9em; } }
    @media (min-width: 1600px) {
      .groupThumbs.big .mediaOverlay .additionalInfo .details {
        font-size: 0.9em; } }

/******** Thumbs (small) ********/
@media (min-width: 320px) {
  .groupThumbs.small > li {
    width: 25%; } }
@media (min-width: 992px) {
  .groupThumbs.small > li {
    width: 20%; } }
@media (min-width: 1300px) {
  .groupThumbs.small > li {
    width: 16.6666%; } }
@media (min-width: 1600px) {
  .groupThumbs.small > li {
    width: 12.5%; } }
.groupThumbs.small .mediaCover {
  float: none;
  width: 100%; }
.groupThumbs.small h3 {
  height: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0.75em;
  overflow: hidden; }
.groupThumbs.small .details {
  margin-top: 0.5em;
  color: #8097a3; }
  .groupThumbs.small .details p {
    margin-bottom: 0; }

/******** Thumbs (small) ********/
@media (min-width: 320px) {
  .groupThumbs.list > li {
    width: 50%; } }
@media (min-width: 1600px) {
  .groupThumbs.list > li {
    width: 33%; } }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
#groupInfo > section > h3 {
  margin-bottom: 1em; }

#groupStatistics i {
  color: #8097a3;
  width: 22px;
  display: inline-block;
  text-align: center;
  padding-right: 0.5em; }
#groupStatistics li {
  margin-bottom: 0.5em; }
  @media (max-width: 992px) {
    #groupStatistics li {
      font-size: 0.9em; } }

/*** Admin ***/
.groupDetail .admin article {
  text-align: center;
  margin-bottom: 20px;
  width: 115px; }
  .groupDetail .admin article:hover .name {
    color: #475d7b; }
  .groupDetail .admin article:hover .userThumb {
    border: 1px solid #dfe5eb; }
.groupDetail .admin .userThumb {
  height: 115px;
  width: 115px; }
.groupDetail .admin article a {
    color: #acbbc3;
    font-size: 0.8em; }
.groupDetail article a p {
    margin-bottom: 0.3em; }
.groupDetail .admin .name {
  font-size: 1em;
  color: #1a1c1e;
  display: block;
  height: 20px;
  margin: 0.5em 0 0.2em;
  overflow: hidden; }
.groupDetail .admin p {
  color: #8097a3;
  overflow: hidden; }
.groupDetail .admin .online {
  padding: 80% 0 0; }

#userContent .tab-pane > article {
  margin-bottom: 1.5em; }

/*********************************************************/
/*              Send Invite                              */
/*********************************************************/
#sendInvite #users,
#sendInvite #friends {
  margin-top: 1em; }

.mediaCover {
  position: relative; }
  .mediaCover i {
    color: #fff;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.7); }
  .mediaCover .view {
    background: #282a2d;
    border: 1px solid #1a1c1e; }
  .mediaCover .buy {
    background: #475d7b;
    border: 1px solid #003f61; }
  .mediaCover .remove {
    background: #282a2d;
    border: 1px solid #1a1c1e; }
  .mediaCover .add {
    background: #282a2d;
    border: 1px solid #1a1c1e; }

.big .mediaOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  margin: 0 10px;
  padding: 1em;
  color: #fff;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: height 1s; }
  .big .mediaOverlay .details {
    position: absolute;
    bottom: 1em;
    left: 0.5em;
    width: 100%;
    opacity: 0;
    transition: opacity 1s .5s; }

.big li:hover .mediaOverlay {
  visibility: visible;
  height: 100%; }
  .big li:hover .mediaOverlay .details {
    opacity: 1;
    bottom: 15px; }

.categoryThumbs .mediaCover .icons,
.small .mediaCover .icons,
.list .mediaCover .icons {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.categoryThumbs article:hover .mediaCover .icons,
.small article:hover .mediaCover .icons,
.list article:hover .mediaCover .icons {
  visibility: visible;
  opacity: 1; }

.mediaCover .icons i {
  position: absolute;
  top: 40%;
  left: 0 !important;
  width: 100%;
  display: block;
  padding: 0;
  font-size: 2em;
  text-align: center;
  border-radius: 0;
  background: transparent; }

.or {
  text-align: center;
  display: block;
  background: url("../images/lineGrey.png") 0 50% repeat-x; }
  .or span {
    background: #8097a3;
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    display: inline-block; }

.bottom {
  text-align: center; }
  .bottom a {
    width: 100%;
    padding: 0.5em; }

.likes a:hover i {
  color: #475d7b; }

.favorite a:hover i {
  color: #990000; }

.countdown {
  padding: 1em;
  border: 1px solid #dfe5eb;
  text-align: center;
  min-width: 220px; }
  .countdown .status,
  .countdown small span {
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif; }

/****************************************************************/
/*              MEDIA                                           */
/****************************************************************/
.mediaListing {
  position: relative; }
  .mediaListing .callToAction {
    position: absolute;
    top: 0;
    right: 0; }

.filterMedia {
  display: inline-block;
  vertical-align: bottom; }

.hasPrice {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.75em;
  background: url("../images/priceTag.png") 100% 0 no-repeat; }
  .hasPrice i {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    font-size: 1.7em;
    background: transparent; }

.icon-vimeo {
  height: 26px;
  width: 26px; }
  .icon-vimeo span {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url("../images/icon_vimeo.png");
    background-repeat: no-repeat;
    background-size: contain; }

.mediaThumbs.big .icon-vimeo {
  height: 26px;
  width: 26px; }
  .mediaThumbs.big .icon-vimeo span {
    height: 20px;
    width: 20px;
    vertical-align: bottom; }

.icon-openID {
  height: 20px;
  width: 20px; }
  .icon-openID span {
    display: inline-block;
    height: 23px;
    width: 20px;
    vertical-align: middle;
    background-image: url("../images/icon_openID-WHT.png");
    background-repeat: no-repeat;
    background-size: contain; }

.input-group-addon .icon-openID span {
  background-image: url("../images/icon_openID.png");
  height: 20px; }

/*********************************************************/
/*              Lists & Thumbs                           */
/*********************************************************/
.mediaThumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .mediaThumbs > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1px; }

.mediaCover .icons i {
  text-align: center !important;
  background: transparent !important; }

@media (min-width: 320px) {
  .mediaThumbs.big > li {
    width: 50%; } }
@media (min-width: 992px) {
  .mediaThumbs.big > li {
    width: 33%; } }
@media (min-width: 1300px) {
  .mediaThumbs.big > li {
    width: 25%; } }
@media (min-width: 1600px) {
  .mediaThumbs.big > li {
    width: 20%; } }
.mediaThumbs.big .mediaCover {
  position: relative;
  height: auto;
  overflow: hidden; }
  .mediaThumbs.big .mediaCover h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0.25em 0.5em;
    color: #fff;
    display: block;
    width: 100%;
    height: 28px;
    overflow: hidden;
    font-size: 1.3em;
    line-height: 1.2em;
    background: rgba(0, 0, 0, 0.7); }
  .mediaThumbs.big .mediaCover li:hover .mediaCover h3 {
    display: none; }
  .mediaThumbs.big .mediaCover i {
    padding: 0;
    background: transparent; }
  .mediaThumbs.big .mediaCover .hasPrice {
    height: 60px;
    width: 60px; }
    .mediaThumbs.big .mediaCover .hasPrice i {
      font-size: 1.2em; }
.mediaThumbs.big .mediaOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding: 5px;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: height 1s;
  color: #fff; }
  li:hover .mediaThumbs.big .mediaOverlay {
    visibility: visible;
    height: 100%; }
  .mediaThumbs.big .mediaOverlay a {
    height: 100%;
    padding: 1em;
    display: block; }
  .mediaThumbs.big .mediaOverlay h3 {
    color: #fff;
    margin: 0;
    line-height: 1.2em;
    height: 23px;
    overflow: hidden; }
  .mediaThumbs.big .mediaOverlay .text {
    color: #fff !important;
    font-size: 0.8em;
    margin: 1em 0 0.5em 0;
    overflow: hidden; }
    @media (min-width: 992px) {
      .mediaThumbs.big .mediaOverlay .text {
        height: 30px; } }
  .mediaThumbs.big .mediaOverlay .additionalInfo .uploader {
    float: left;
    margin-top: 12px; }
    .mediaThumbs.big .mediaOverlay .additionalInfo .uploader span {
      color: #8097a3; }
    .mediaThumbs.big .mediaOverlay .additionalInfo .uploader span p {
        margin-bottom: 0;}
  .mediaThumbs.big .mediaOverlay .additionalInfo .userThumb {
    height: 35px;
    width: 35px;
    margin-bottom: 0.2em;}
  .mediaThumbs.big .mediaOverlay .additionalInfo .buyMedia {
    float: right;
    margin-top: 1em; }
    .mediaThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy {
      margin-right: 0.5em;
      background: #475d7b;
      border: 1px solid #003f61;
      padding: 0.2em 0.5em;
      text-align: center; }
      .mediaThumbs.big .mediaOverlay .additionalInfo .buyMedia .buy i {
        color: #fff; }
  .mediaThumbs.big .mediaOverlay .details {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    transition: opacity 1s .25s; }
    @media (min-width: 320px) {
      .mediaThumbs.big .mediaOverlay .details {
        font-size: 0.9em; } }
    @media (min-width: 1300px) {
      .mediaThumbs.big .mediaOverlay .details {
        font-size: 0.8em; } }
    @media (min-width: 1600px) {
      .mediaThumbs.big .mediaOverlay .details {
        font-size: 0.7em; } }
    .mediaThumbs.big .mediaOverlay .details li {
      float: left;
      text-align: center;
      width: 25%;
      padding: 0 1em;
      color: #dfe5eb; }
      @media (min-width: 320px) {
        .mediaThumbs.big .mediaOverlay .details li {
          padding: 0 0.75em; } }
      @media (min-width: 1300px) {
        .mediaThumbs.big .mediaOverlay .details li {
          padding: 0 0.75em; } }
      @media (min-width: 1600px) {
        .mediaThumbs.big .mediaOverlay .details li {
          padding: 0 1em; } }

@media (min-width: 320px) {
  .mediaThumbs.small > li {
    width: 50%; } }
@media (min-width: 992px) {
  .mediaThumbs.small > li {
    width: 33%; } }
@media (min-width: 1300px) {
  .mediaThumbs.small > li {
    width: 20%; } }
@media (min-width: 1600px) {
  .mediaThumbs.small > li {
    width: 16.66666%; } }
.mediaThumbs.small article {
  border: 1px solid #dfe5eb;
  overflow: hidden; }
  .mediaThumbs.small article:hover {
    border: 1px solid #8097a3; }
.mediaThumbs.small .mediaCover {
  position: relative; }
  .mediaThumbs.small .mediaCover .mediaThumb {
    width: 100%; }
  .mediaThumbs.small .mediaCover i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background: rgba(0, 0, 0, 0.4); }
  .mediaThumbs.small .mediaCover .uploader {
    position: absolute;
    bottom: 2.2em;
    left: 0.5em; }
    .mediaThumbs.small .mediaCover .uploader span {
      font-size: 0.9em;
      color: #fff;
      text-shadow: 0 0 2px #000; }
      .mediaThumbs.small .mediaCover .uploader span p {
          margin-bottom: -2px;
      }
  .mediaThumbs.small .mediaCover .userThumb {
    height: 35px;
    width: 35px; }
.mediaThumbs.small h3 {
  margin: 1em 0.7em 0;
  height: 20px;
  line-height: 1.2em;
  font-size: 1.2em;
  padding: 0;
  overflow: hidden; }
.mediaThumbs.small .additionalInfo {
  padding: 0.5em 1em 0; }
  .mediaThumbs.small .additionalInfo p {
    float: left;
    color: #8097a3; }
  .mediaThumbs.small .additionalInfo .price {
    float: right; }
.mediaThumbs.small .details {
  font-size: 0.9em;
  background: #eaedf1; }
  .mediaThumbs.small .details li {
    float: left;
    width: 33%;
    padding: 0.3em 0.5em;
    color: #8097a3;
    font-size: 0.9em;
    text-align: center; }
.mediaThumbs.small .hasPrice {
  height: 50px;
  width: 50px;
  padding: 0.5em; }
  .mediaThumbs.small .hasPrice i {
    font-size: 1.2em;
    background: transparent; }
.mediaThumbs.small .mediaCover .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15% 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .mediaThumbs.small .mediaCover .links p {
    text-align: center;
    display: inline-block;
    padding: 0.75em 1em; }
    .mediaThumbs.small .mediaCover .links p i {
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      font-size: 1.8em;
      background: transparent; }
.mediaThumbs.small article:hover .links {
  visibility: visible;
  opacity: 1; }

/******** Thumbs (List) ********/
.mediaThumbs.list {
  /*** Hover ***/ }
  @media (min-width: 1300px) {
    .mediaThumbs.list > li {
      width: 50%; } }
  .mediaThumbs.list article {
    position: relative;
    border: 1px solid #dfe5eb;
    overflow: hidden; }
    .mediaThumbs.list article:hover {
      border: 1px solid #8097a3; }
  .mediaThumbs.list .mediaCover {
    position: relative;
    float: left;
    width: 33%; }
    .mediaThumbs.list .mediaCover .mediaThumb {
      width: 100%; }
    .mediaThumbs.list .mediaCover i {
      position: absolute;
      bottom: 0.5em;
      left: 0.5em;
      background: rgba(0, 0, 0, 0.6); }
  .mediaThumbs.list .mediaInfo {
    float: left;
    width: 67%; }
    .mediaThumbs.list .mediaInfo h3 {
      margin: 0;
      padding: 0.75em 0.6em 0.3em; }
    .mediaThumbs.list .mediaInfo .text {
      padding: 0 1em 0.5em;
      overflow: hidden; }
      @media (min-width: 1600px) {
        .mediaThumbs.list .mediaInfo .text {
          height: 23px; } }
      @media (min-width: 1300px) and (max-width: 1600px) {
        .mediaThumbs.list .mediaInfo .text {
          display: none; } }
    .mediaThumbs.list .mediaInfo .price {
      position: absolute;
      top: 0;
      right: 0; }
  .mediaThumbs.list .details {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 67%;
    padding: 0 0 0 20%;
    font-size: 0.9em;
    background: #eaedf1;
    z-index: 2; }
    .mediaThumbs.list .details li {
      float: left;
      width: 25%;
      padding: 0.3em 0.5em;
      color: #8097a3;
      font-size: 0.9em;
      text-align: center; }
  .mediaThumbs.list .uploader {
    position: absolute;
    bottom: 3em;
    left: 34%;
    z-index: 3; }
    .mediaThumbs.list .uploader .userThumb {
      height: 35px;
      width: 35px; }
    .mediaThumbs.list .uploader span {
      font-size: 0.9em;
      vertical-align: bottom;
      max-width: 65px;
      overflow: hidden; }
    .mediaThumbs.list .uploader span p {
        margin-bottom: 0; }
  .mediaThumbs.list .hasPrice {
    height: 50px;
    width: 50px;
    padding: 0.5em; }
    .mediaThumbs.list .hasPrice i {
      font-size: 1.2em;
      background: transparent; }
  .mediaThumbs.list .tagged {
    border-radius: 0; }
  .mediaThumbs.list .mediaCover .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15% 0 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    .mediaThumbs.list .mediaCover .links p {
      text-align: center;
      display: inline-block;
      padding: 0.75em 1em; }
      .mediaThumbs.list .mediaCover .links p i {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        font-size: 1.8em;
        background: transparent; }
  .mediaThumbs.list article:hover .links {
    visibility: visible;
    opacity: 1; }
  .elearningThumbs li {
    padding-right: 0;}  
.elearningThumbs.list .mediaCover i{ 
  position:absolute; 
  bottom:0.5em; 
  left:0.5em; }
/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.mediaDetail article {
  overflow: hidden; }

/******** Player ********/
.mediaDetail #mediaPlayer {
  margin-bottom: 1em; }

#flashcomm-url {
  display: none; }

/******** Progressbar *******/
#progressbarContainer{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position:relative;
    /*float:left;*/
    width:725px;
    height:450px;
    margin:0;
    padding:0;
    background-color:#dfe5eb;
    /*text-shadow: -1px 0 #666;*/
    overflow:hidden;
    z-index:2;
    text-align: center;
}
#progressbar{
  width: 50%;
  margin: auto;
  background: #fff;
  border-radius: 15px;
  border: 1px solid gray;
}
#progressMsg{
    margin-top: 150px;
    font-size: 2em;
    margin-bottom: 20px;
    color: #617ca3;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

#progressbarContainer #precentage{
  font-size: 1.3em;
  color: #617ca3;
  margin: 0;
}


/******** Details ********/
.viewMedia .details > div {
  margin-bottom: 1em; }

/*** Description ***/
.viewMedia .description {
  margin-bottom: 1.5em; }

/*** Show More Link ***/
.show-more-height {
  height: 67px;
  overflow: hidden; }

.show-more {
  position: relative;
  width: 100%;
  height: 20px;
  text-align: center;
  cursor: pointer;
  background: url("../images/lineGrey.png") 0 50% repeat-x; }
  .show-more span {
    color: #fff;
    font-size: 0.8em;
    padding: 0.5em 1em;
    background: #8097a3; }

/*** Statistics ***/
.albumDetail .statistics,
.mediaDetail .statistics {
  float: left; }
  .albumDetail .statistics li,
  .mediaDetail .statistics li {
    float: left;
    padding: 0 1em 0 0;
    color: #8097a3; }

.homePage .mediaDetail .statistics {
  float: right;
  margin-top: 0.5em; }

/*** Share Buttons ***/
.mediaDetail .shareSocial {
  float: left; }
  .mediaDetail .shareSocial li {
    float: left;
    padding: 0 0.5em 0 0; }
    .mediaDetail .shareSocial li a {
      height: 20px;
      width: 20px;
      text-align: center;
      display: inline-block;
      border-radius: 50%; }
      .mediaDetail .shareSocial li a i {
        color: #fff; }
    .mediaDetail .shareSocial li .facebook {
      background: #3b5998; }
      .mediaDetail .shareSocial li .facebook:hover {
        background: #3a5795; }
    .mediaDetail .shareSocial li .twitter {
      background: #1dcaff; }
      .mediaDetail .shareSocial li .twitter:hover {
        background: #19c9ff; }
    .mediaDetail .shareSocial li .googleplus {
      background: #d34836; }
      .mediaDetail .shareSocial li .googleplus:hover {
        background: #d24533; }

/*** Shared ***/
.mediaDetail .shared {
  padding: 0.5em 0 1em; }
  .mediaDetail .shared img {
    width: auto; }

/*** Uploader ***/
.mediaDetail .uploader {
  float: left; }
  .mediaDetail .uploader li {
    display: table-cell;
    padding: 0 0.5em 0 0;
    color: #8097a3; }
  .mediaDetail .uploader li a p {
      margin-bottom: 0.2em; }
  .mediaDetail .uploader i {
    font-size: 0.5em;
    margin-right: 0.5em;
    vertical-align: middle; }
  .mediaDetail .uploader .userThumb {
    height: 35px;
    width: 35px;
    margin-bottom: 0.3em; }

/*** Action Nav ***/
.viewMedia #actionNav {
  float: left;
  margin-top: 0.5em; }

/******** Share & Buy ********/
.mediaDetail .details .buttonpane {
  float: right;
  text-align: left;
  margin: 0; }
  .mediaDetail .details .buttonpane .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 500px;
    padding: 0; }

/*** Share ***/
.mediaDetail .share .bookmarks,
.mediaDetail .share .permalink,
.mediaDetail .share .mail {
  float: left;
  width: 50%;
  padding: 0 1em 1em 0; }
.mediaDetail .share .starttime h4 {
    display: inline-block;
    padding-left: 3px;
    color: #acbbc3; }
.mediaDetail .share .starttime input[type="text"] {
   width: 43px;
   display: inline-block; }
.mediaDetail .share .embedd {
  float: right;
  width: 50%;
  padding: 0 0 4em 1em;
  border-left: 1px solid #8097a3; }
  .mediaDetail .share .embedd form {
    padding: 0;
    background: transparent; }
  .mediaDetail .share .embedd label {
    font-weight: normal; }
  .mediaDetail .share .embedd strong {
    float: left;
    width: 25%; }
  .mediaDetail .share .embedd div {
    float: right;
    width: 75%;
    margin: 0; }
  .mediaDetail .share .embedd .size {
    margin: 0.5em 0; }
    .mediaDetail .share .embedd .size input[type="text"] {
      width: 65px;
      display: inline-block; }
  .mediaDetail .share .embedd .options label {
    display: block; }

.shareMedia .embedd textarea[readonly] {
  cursor: text; }

.buy {
  position: relative;
  padding: 1em;
  border: 1px solid #8097a3; }
  .buy.single {
    margin-bottom: 1em; }
  .buy h3 {
    margin-top: 0; }
  .buy .period {
    color: #8097a3;
    font-size: 0.9em; }

#buyModal .modal-dialog {
  width: 75%; }

/*** buy media ***/
.buySingle {
  padding: 0;
  position: relative; }
  .buySingle .info {
    margin: 1em 0;
    height: 55px; }
    .buySingle .info .thumb {
      float: left;
      width: auto; }
    .buySingle .info .mediaThumb {
      height: 55px;
      width: auto; }
    .buySingle .info div {
      float: left;
      width: 60%;
      padding: 0 0 0 0.5em; }
      .buySingle .info div p {
        margin-bottom: 0;
        font-size: 0.9em; }
      .buySingle .info div span {
        color: #8097a3;
        font-size: 0.8em; }
  .buySingle button {
    position: absolute;
    bottom: 0;
    right: 0; }

.buyPortalAccess {
  padding: 0;
  position: relative; }
  .buyPortalAccess .info {
    margin: 1em 0;
    font-size: 0.9em; }
  .buyPortalAccess button {
    position: absolute;
    bottom: 0;
    right: 0; }

/*** buy subscription ***/
.buy.subscription .costs ul {
  display: table;
  width: 100%; }
.buy.subscription .costs .top {
  font-size: 0.8em; }
.buy.subscription .title,
.buy.subscription .period,
.buy.subscription .amount,
.buy.subscription .action {
  display: table-cell;
  vertical-align: middle; }
.buy.subscription .title {
  width: 40%; }
.buy.subscription .period {
  width: 15%; }
.buy.subscription .amount {
  width: 15%; }
.buy.subscription .action {
  width: 30%;
  text-align: right; }
  .buy.subscription .action button {
    margin: 0; }

.buyMedia,
.shareMedia,
.downloadMedia {
  position: relative;
  float: left; }

.buyMedia .wrap,
.shareMedia .wrap {
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #cbd0d5;
  background: #fff;
  padding: 1em;
  width: 550px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  animation: 1s fadeOut;
  animation-fill-mode: forwards; 
  z-index: 99; }
.buyMedia:hover .wrap,
.shareMedia:hover .wrap {
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  99% { visibility: hidden; }
  100% { visibility: visible; }
}
@keyframes fadeOut {
  99% { visibility: visible; }
  100% { visibility: hidden; }
}

.shareMedia {
  margin-right: 0.5em; }
  .shareMedia .wrap {
    width: 550px; }

/******** Details ********/
.mediaDetail .countdown {
  float: right;
  margin-bottom: 1em; }

/******** Details ********/
/*** Tags & Categories ***/
.mediaDetail .tags,
.mediaDetail .categories,
.mediaDetail .map {
  float: left;
  width: 50%;
  margin-bottom: 20px; }

/*** Map ***/
.mediaDetail .map {
  min-height: 50px;
  padding-left: 20px;
  float: right; }

/******** Comments ********/
@media (min-width: 992px) {
  .mediaDetail .comments {
    min-height: 950px; } }
.mediaThumbnail {
  margin-bottom: 20px; }
  .mediaThumbnail .mediaCover {
    position: relative;
    margin-bottom: 0.25em; }
    .mediaThumbnail .mediaCover i,
    .mediaThumbnail .mediaCover .number,
    .mediaThumbnail .mediaCover .active {
      position: absolute;
      bottom: 0.5em;
      left: 0.5em; }
    .mediaThumbnail .mediaCover .number,
    .mediaThumbnail .mediaCover .active {
      color: #fff;
      font-size: 0.8em;
      padding: 0.5em 1em;
      background: rgba(0, 0, 0, 0.8); }
    .mediaThumbnail .mediaCover .active {
      padding: 0.5em 1em 0.5em 2.5em; }
      .mediaThumbnail .mediaCover .active i {
        bottom: 0.1em;
        background: transparent; }

.mediaDetail #playlist {
  background: #dfe5eb;
  height: auto;
  max-height: 600px;
  padding: 1em;
  margin: 0 0 1.5em; }
  .mediaDetail #playlist h3 {
    margin-top: 0;
    font-size: 1.5em; }
  .mediaDetail #playlist .scrollbar {
    border: none;
    height: 500px; }

#recommended {
  padding: 1em;
  border: 1px solid #dfe5eb;
  margin: 0 0 1.5em; }
  #recommended h3 {
    margin-top: 0;
    font-size: 1.5em; }
  #recommended .hasPrice {
    height: 50px;
    width: 50px;
    padding: 0.5em; }
    #recommended .hasPrice i {
      font-size: 1.2em; }

/****************************************************************/
/*              MESSAGS                                         */
/****************************************************************/
.messageListing {
  position: relative; }
.messageListing .nav-tabs {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eaedf1;
  padding: 0.75em 0 0; }
  .messageListing .nav .new {
    float: right; }
  .messageListing .nav .badge {
    padding: 2px 6px;
    font-size: 0.9em; }

/******** Header ********/
#new .image {
  float: left;
  width: 20%; }
  @media (min-width: 320px) {
    #new .image {
      display: none; } }
  @media (min-width: 1300px) {
    #new .image {
      display: none; } }
#new .details {
  float: left;
  width: 80%; }
  @media (min-width: 320px) {
    #new .details {
      float: none;
      width: 100%; } }
  @media (min-width: 1300px) {
    #new .details {
      float: none;
      width: 100%; } }

@media (min-width: 1300px) {
  .sendMail {
    max-width: 800px;
    margin: 0 auto; } }
/*********************************************************/
/*              List                                     */
/*********************************************************/
.chooseMessage {
  float: left;
  width: 25% !important; }
  @media (min-width: 320px) {
    .chooseMessage {
      float: left;
      width: 30% !important; } }
  @media (min-width: 1300px) {
    .chooseMessage {
      float: left;
      width: 25% !important; } }
  .chooseMessage li {
    border-bottom: 1px solid #8097a3; }
  .chooseMessage section {
    height: 70px;
    margin: 2px 0;
    padding: 2px 0;
    position: relative;
    border-left: 4px solid transparent; }
    .chooseMessage section:hover {
      background: #cbd0d5; }
    .chooseMessage section.new {
      border-left: 4px solid #475d7b; }
    .chooseMessage section.active {
      background: #eaedf1; }
  .chooseMessage .delete,
  .chooseMessage .user,
  .chooseMessage .group,
  .chooseMessage .details {
    height: 70px;
    display: table-cell;
    vertical-align: middle; }
  .chooseMessage .delete {
    width: 30px;
    padding: 0 5px; }
  .chooseMessage .user,
  .chooseMessage .group {
    width: 45px !important; }
  .chooseMessage .user .userThumb,
  .chooseMessage .group .mediaThumb {
    width: 45px;
    max-width: 45px !important;
    display: block; }
  .chooseMessage .details {
    width: 230px;
    padding: 0 20px 0 10px; }
    .chooseMessage .details a {
      font-size: 0.8em; }
    .chooseMessage .details a p {
    margin: 0px;
    display: inline; }
    .chooseMessage .details h3,
    .chooseMessage .details h3 a {
      font-size: 1em;
      line-height: 1.2em;
      margin: 0;
      color: #1a1c1e;
      max-height: 30px;
      overflow: hidden; }
    .chooseMessage .details .date {
      position: absolute;
      top: 9px;
      right: 10px;
      font-size: 0.7em;
      color: #8097a3; }
  .chooseMessage .replied {
    position: absolute;
    right: 1em;
    top: 50%; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.viewMessage {
  float: left;
  padding-left: 2em;
  width: 75% !important;
  /******** Header ********/
  /******** Detail ********/
  /*** Received ***/
  /*** Sent ***/ }
  @media (min-width: 320px) {
    .viewMessage {
      float: left;
      padding-left: 2em;
      width: 70% !important; } }
  @media (min-width: 1300px) {
    .viewMessage {
      float: left;
      padding-left: 2em;
      width: 75% !important; } }
  .viewMessage header {
    position: relative;
    margin-bottom: 1em;
    border-bottom: 1px solid #8097a3; }
    .viewMessage header .recipients {
      position: absolute;
      bottom: 10px;
      right: 0; }
    .viewMessage header .recipients a p{
    margin: 0px;
    display: inline; }
    .viewMessage header h2 {
      margin-top: 0; }
    .viewMessage header span {
      color: #8097a3; }
    .viewMessage header .userThumb {
      height: 25px;
      width: 25px; }
  .viewMessage .scrollbar {
    border: none; }
  .viewMessage .details.scrollbar {
    width: 100% !important;
    height: 550px; }
  .viewMessage .details .received,
  .viewMessage .details .sent {
    margin-bottom: 20px; }
  .viewMessage .details .userThumb {
    height: 65px;
    width: 65px;
    max-width: 65px !important; }
  .viewMessage .details .user {
    font-size: 0.9em; }
  .viewMessage .details .date {
    color: #8097a3;
    font-size: 0.8em; }
  .viewMessage .details .image {
    width: 15%; }
    @media (min-width: 320px) {
      .viewMessage .details .image {
        width: 20%; } }
    @media (min-width: 1300px) {
      .viewMessage .details .image {
        width: 15%; } }
  .viewMessage .details .info,
  .viewMessage .details .text {
    width: 85%; }
    @media (min-width: 320px) {
      .viewMessage .details .info,
      .viewMessage .details .text {
        width: 80%; } }
    @media (min-width: 1300px) {
      .viewMessage .details .info,
      .viewMessage .details .text {
        width: 85%; } }
  .viewMessage .details .info {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #dfe5eb; }
  .viewMessage .details .text {
    margin-top: 5px; }
  .viewMessage .received .image {
    float: left;
    text-align: left; }
  .viewMessage .received .info,
  .viewMessage .received .text {
    float: right; }
  .viewMessage .received .info .user {
    float: left; }
  .viewMessage .received .info .date {
    float: right; }
  .viewMessage .sent .image {
    float: right;
    text-align: right; }
  .viewMessage .sent .info,
  .viewMessage .sent .text {
    float: left; }
  .viewMessage .sent .info .user {
    float: right; }
  .viewMessage .sent .info .date {
    float: left; }

/*** Notification ***/
#notificationMessage .userThumb {
  height: 35px;
  width: 35px; }
#notificationMessage .friendRequest #userList {
  float: left;
  width: 15%; }
  #notificationMessage .friendRequest #userList .userThumb {
    height: 65px;
    width: 65px; }
#notificationMessage .friendRequest .wrap .quote {
  float: left;
  width: 85%; }
#notificationMessage .groupInvite .groupListing {
  float: left;
  width: 65%; }
#notificationMessage .groupInvite .wrap .quote {
  float: left;
  width: 35%; }

/****************************************************************/
/*              NEWS                                            */
/****************************************************************/
/*********************************************************/
/*              Overview                                 */
/*********************************************************/
.newsList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .newsList > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1px; }
    @media (min-width: 1300px) {
      .newsList > li {
        width: 50%; } }
  .newsList article {
    border: 1px solid #dfe5eb;
    padding: 0.5em; }
    .newsList article:hover {
      border: 1px solid #8097a3; }
  .newsList .newsCover {
    float: left;
    width: 33%;
    position: relative;
    padding: 0 3em 0 0; }
  .newsList .newsTeaser {
    float: left;
    width: 67%;
    padding: 0 0 0 0.5em; }
    .newsList .newsTeaser .text {
      margin: 0.5em 0; }
  .newsList .date {
    position: absolute;
    top: 5%;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 0.8em 0;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff; }
    .newsList .date span {
      display: block;
      text-align: center;
      color: #fff;
      font-family: 'Roboto Bold', 'robotobold', sans-serif; }
    .newsList .date .day {
      font-size: 1.8em;
      line-height: 1.1em; }
    .newsList .date .month {
      font-size: 0.7em; }
    .newsList .date .year {
      font-size: 0.7em; }

/*********************************************************/
/*              Detail                                   */
/*********************************************************/
.newsDetail figure {
  margin: 1em;
  width: 40%;
  height: auto; }

.userThumb {
  border-radius: 50%;
  border: 1px solid #dfe5eb; }

.online {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.7em !important;
  color: #fff !important;
  padding: 70% 0 0 0;
  margin: 0;
  height: 100% !important;
  border-radius: 50%;
  overflow: hidden; }
  .online span {
    padding: 0.1em 0.1em 0.2em;
    display: block;
    background: url("../images/transGREEN-80.png") 0 0 repeat; }

/****************************************************************/
/*              PROFILE                                         */
/****************************************************************/
/******** User Info ********/
#innerNav #userInfo {
  position: absolute;
  left: 1em;
  bottom: -1em; }
  @media (min-width: 320px) {
    #innerNav #userInfo {
      position: absolute;
      left: 1em;
      top: -1em;
      bottom: auto; } }
  @media (min-width: 1300px) {
    #innerNav #userInfo {
      position: absolute;
      left: 1em;
      top: auto;
      bottom: -1em; } }
  #innerNav #userInfo .userCover {
    float: left;
    margin-right: 1em; }
    #innerNav #userInfo .userCover .userThumb {
      height: 200px;
      width: 200px; }
      @media (min-width: 320px) {
        #innerNav #userInfo .userCover .userThumb {
          height: 165px;
          width: 165px; } }
      @media (min-width: 1300px) {
        #innerNav #userInfo .userCover .userThumb {
          height: 200px;
          width: 200px; } }
    #innerNav #userInfo .userCover .online {
      padding-top: 85%; }
  #innerNav #userInfo ul {
    float: left; }
    @media (max-width: 1300px) {
      #innerNav #userInfo ul {
        padding-top: 70px; } }
    #innerNav #userInfo ul li {
      color: #fff;
      text-shadow: 0 0 5px #000;
      font-family: 'Roboto Light', 'robotolight', sans-serif; }
    #innerNav #userInfo ul li.username p {
        margin-bottom: 0em;
        display: block; }
    #innerNav #userInfo ul li p {
        margin-bottom: 0.2em;
        display: inline; }
  #innerNav #userInfo .username {
    font-size: 2.3em; }
  #innerNav #userInfo .username p {
    margin: 0; }

/******** Action Links ********/
#innerNav #actionNav {
  position: absolute;
  right: 1em;
  top: 1em; }
  #innerNav #actionNav a {
    margin-left: 1em; }
  #innerNav #actionNav .cke_2 a,
  #innerNav #actionNav .mceEditor a {
    margin-left: inherit; }

/******** Tabs / Content Nav ********/
#innerNav #subNav {
  position: absolute;
  right: 1em;
  bottom: 0; }

/*********************************************************/
/*              View                                     */
/*********************************************************/
#userInfoLists > section {
  margin-bottom: 1.5em; }
  #userInfos > table {
    width: 100%; }
    #userInfos > table > tbody > tr > th {
      width: 15%; }
    #userInfos > table > tbody > tr > td {
      width: 85%; }
  #userInfoLists > section > h3 {
    margin-bottom: 1em; }

/******** Profile ********/
#userStatistics i {
  color: #8097a3;
  width: 22px;
  display: inline-block;
  text-align: center;
  padding-right: 0.5em; }
#userStatistics li {
  margin-bottom: 0.5em; }

/*** Group List ***/
#groupList ul {
  display: table; }
  #groupList ul li {
    display: table-row; }
    #groupList ul li > div {
      display: table-cell;
      padding: 0.5em;
      vertical-align: middle; }
#groupList .image {
  width: 15%; }
#groupList .mediaCover {
  position: relative;
  float: none;
  width: 80px; }
  #groupList .mediaCover img {
    width: 80px; }
#groupList .details {
  width: 45%; }
  #groupList .details a,
  #groupList .details span {
    display: block; }
#groupList .latestUse {
  width: 20%;
  text-align: center; }
#groupList .type,
#groupList .action {
  width: 10%;
  text-align: center; }

/*** User List ***/
.userList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .userList > li {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 1em; }
    @media (min-width: 320px) {
      .userList > li {
        width: 16.6666%; } }
    @media (min-width: 992px) {
      .userList > li {
        width: 12.5%; } }
    @media (min-width: 1300px) {
      .userList > li {
        width: 10%; } }
  .userList li a {
    color: #8097a3; 
    font-size: 0.8em; }  
  .userList article {
    text-align: center;
    margin-bottom: 10px;
    height: 255px;}
    .userList article .name {
      font-size: 1.2em !important;
      color: #1a1c1e;
      display: block;
      height: 20px;
      margin: 0.5em 0 0.2em;
      overflow: hidden; }
    .userList article:hover .name {
      color: #475d7b; }
    .userList article p {
      color: #8097a3;
      margin-bottom: 0.3em;
      /*font-size: 0.3m;*/
      /*height: 30px;*/
      overflow: hidden; }
    .userList article .online {
      padding: 80% 0 0; }
    .userList article:hover .userThumb {
      border: 1px solid #8097a3; }

.userCover {
  position: relative; }

/******** Blog ********/
#blog .blogList {
  margin: 0 0 0 112px;
  border-left: 2px solid #8097a3; }
  @media (max-width: 1300px) {
    #blog .blogList {
      margin: 0 0 0 90px; } }
  #blog .blogList > li {
    position: relative;
    margin: 0 0 0 -43px;
    padding: 0 0 0 90px; }
  #blog .blogList .date {
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 80px;
    height: 80px;
    padding: 0.8em 0;
    border-radius: 50%;
    background: #6b7075 url("../images/transDL-10.png") 0 50% repeat-x; }
    #blog .blogList .date span {
      display: block;
      text-align: center;
      color: #fff;
      font-family: 'Roboto Bold', 'robotobold', sans-serif; }
    #blog .blogList .date .day {
      font-size: 1.8em;
      line-height: 1.2em; }
    #blog .blogList .date .month {
      font-size: 0.8em; }
    #blog .blogList .date .year {
      font-size: 0.8em; }
  #blog .blogList li:hover .date {
    background-color: #475d7b; }
  #blog .blogList .more {
    bottom: 0.8em; }

/******** Account ********/
#userAccountActivity {
  float: left; }
  #userAccountActivity .mediaThumb {
    height: 50px;
    width: 89px; }

/*********************************************************/
/*              Account                                  */
/*********************************************************/
/******** Recharge ********/
#recharge fieldset {
  float: left;
  width: 60%;
  padding-right: 1em; }
#recharge button {
  float: right;
  width: 40%;
  margin-top: 23px;
  vertical-align: baseline; }

/******** Amount ********/
#userCredits .creditAmount {
  padding: 1em;
  border: 1px solid #dfe5eb;
  text-align: center; }
  #userCredits .creditAmount p {
    font-size: 2.5em;
    font-family: 'Roboto Medium', 'robotomedium', sans-serif; }

/******** Tables ********/
#account .filter {
  margin: 1em 0;
  padding: 0.75em 0.5em; }
  #account .filter .datepicker,
  #account .filter .until {
    float: left;
    margin-right: 0.5em; }
  #account .filter .datepicker {
    width: 20%; }
  #account .filter .until {
    line-height: 34px; }
  #account .filter button {
    float: left; }

/*********************************************************/
/*              Edit                                     */
/*********************************************************/
/******** Profile ********/
#editProfile .details {
  padding-left: 2em; }
#editProfile .datepicker {
  width: 25%; }
#editProfile .radio {
  display: inline-block;
  width: 15%;
  vertical-align: bottom;
  margin-top: 0; }
  #editProfile .radio label {
    font-family: 'open_sansregular', sans-serif; }

/******** Open IDs ********/
.changeOpenID .openIDs {
  width: 60%; }
  .changeOpenID .openIDs ul {
    margin: 0; }
  .changeOpenID .openIDs .top {
    font-size: 0.8em; }
  .changeOpenID .openIDs .links {
    padding: 0.5em 0;
    border-bottom: 1px solid #cbd0d5; }
  .changeOpenID .openIDs .link,
  .changeOpenID .openIDs .action {
    float: left; }
  .changeOpenID .openIDs .link {
    width: 60%; }
  .changeOpenID .openIDs .action {
    width: 40%; }

/*********************************************************/
/*              Activity                                 */
/*********************************************************/
.activityListing {
  position: relative; }

.userActivity {
  /*** Media ***/
  /*** Blog ***/
  /*** Group ***/ }
  .userActivity .heading {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 1em;
    height: 45px; }
    .userActivity .heading .userThumb {
      position: absolute;
      top: 0;
      left: 0;
      height: 45px;
      width: 45px; }
    .userActivity .heading header {
      float: right;
      display: block;
      width: 100%;
      margin-top: 10px;
      padding: 0.5em 0.5em 0.5em 2.3em;
      background: #dfe5eb; }
      .userActivity .heading header h4 {
        float: left;
        margin: 0;
        font-size: 1em; }
        .userActivity .heading header h4 i {
          color: #8097a3; }
        .userActivity .heading header h4 .icon-vimeo span {
          vertical-align: bottom;
          background-image: url("../images/icon_vimeo-GREY.png"); }
      .userActivity .heading header .time {
        float: right;
        font-size: 0.8em;
        color: #8097a3; }
  .userActivity .content {
    padding: 0 0 0 50px; }
    .userActivity .content h3 {
      margin-top: 0;
      padding-right: 4em; }
  .userActivity .mediaCover {
    position: relative;
    float: left;
    width: 20%; }
    .userActivity .mediaCover i {
      position: absolute;
      bottom: 0.5em;
      left: 0.5em; }
  .userActivity .mediaText {
    float: left;
    width: 80%;
    padding: 0 0 0 1em; }
  .userActivity .media .content {
    position: relative; }
  .userActivity .media .price {
    position: absolute;
    top: 0;
    right: 1em; }
  .userActivity .blogText {
    float: left;
    width: 80%;
    padding-right: 1em; }
  .userActivity .blog .mediaThumb {
    position: relative;
    float: left;
    width: 20%; }
  .userActivity .group .content {
    position: relative; }
  .userActivity .group .memberCount {
    position: absolute;
    right: 1em;
    top: 0;
    color: #8097a3; }

/******** Global ********/
.activityListing .userActivity {
  position: relative; }
  .activityListing .userActivity li {
    padding: 0 0 1em;
    margin: 1em 0 0; }
    .activityListing .userActivity li:first-child {
      margin: 0; }

/******** On Profile ********/
#activity .userActivity {
  margin: 0 0 0 125px;
  border-left: 2px solid #8097a3; }
  #activity .userActivity li {
    position: relative;
    margin: 0 0 0 -131px;
    padding: 0 0 0 155px; }
  #activity .userActivity .date {
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 200px; }
    #activity .userActivity .date span {
      display: inline-block;
      width: 120px;
      text-align: right; }
    #activity .userActivity .date i {
      color: #8097a3; }
  #activity .userActivity article {
    padding: 0.5em 1em 1em;
    margin: 0 0 1em;
    border: 1px solid #dfe5eb; }
    #activity .userActivity article:hover {
      border-color: #8097a3; }
  #activity .userActivity .heading {
    padding: 0; }
    #activity .userActivity .heading header {
      padding: 0.5em; }
  #activity .userActivity .content {
    padding: 0; }

/*********************************************************/
/*              Login & Registration                     */
/*********************************************************/
#register,
#login {
  position: relative; }

.loginOptions,
.registerOptions {
  text-align: center;
  padding: 2.5em 0; }

.facebookConnect,
.openID {
  display: inline-block;
  text-align: center;
  margin: 0; }
  .facebookConnect i,
  .openID i {
    margin-right: 0.5em; }

.facebookConnect .btn-facebook,
.openID .btn-openID {
  font-size: 1.4em;
  margin: 0 2em; }

.userForm form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2em 2em 1em; }
.userForm .form-group {
  position: relative; }
.userForm legend {
  margin-top: 0;
  border-bottom: none; }
.userForm .control-label {
  display: none; }
.userForm .captchaImage {
  display: block;
  margin: 0.5em 3em 0; }

/*** Login ***/
.userLogin .password {
  padding-bottom: 25px; }

.userLogin .forgotPassword,
.userLogin .registerNow {
    float:right;
    margin-top:7px; }

.userLogin .registerNow{
  margin-right:15px; }

.userLogin .buttonpane .checkbox {
    float:left; }

/*** or ***/
#register .or,
#login .or,
#userActions #loginDropdown .or,
#userActions #registrationDropdown .or {
  margin: 0 auto 1.5em;
  max-width: 600px; }

#indexSlider #slider {
  margin: 0;
  position: relative; }

/******** Content ********/
#indexSlider .swiper-container {
  min-height: 300px;
  max-height: 400px;
  width: 100%;
  height: 100%; }

@media (min-width: 320px) {
  #indexSlider .swiper-container {
    height: 300px; }

  #indexSlider .text {
    font-size: 80%; } }
@media (min-width: 1300px) {
  #indexSlider .swiper-container {
    height: 400px; }

  #indexSlider .text {
    font-size: 100%; } }
#indexSlider .swiper-container .content-slide {
  padding: 0;
  min-height: 300px;
  height: 100%;
  max-height: 400px;
  position: relative; }

#indexSlider .preview,
#indexSlider .text {
  float: left; }

#indexSlider .preview {
  width: 100%;
  height: 100%;
  padding: 0; }
  #indexSlider .preview img {
    width: 100%;
    height: 100%; }

#indexSlider .text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  color: #fff;
  padding: 1em 4.5em 2em 2em;
  background: rgba(0, 0, 0, 0.7); }
  #indexSlider .text h2,
  #indexSlider .text p {
    color: #fff; }

/******** Arrows ********/
#slider .arrow-right,
#slider .arrow-left {
  z-index: 20;
  text-shadow: 0 0 2px #000; }
  #slider .arrow-right:hover i,
  #slider .arrow-left:hover i {
    color: #fff; }

/******** Pager ********/
#indexSlider .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20; }

/*********************************************************/
/*              Upload                                   */
/*********************************************************/
.mediaUpload #subNav {
  border-bottom: 1px solid #dfe5eb; }
  .mediaUpload #subNav ul li a:hover {
    background: #eaedf1; }
  .mediaUpload #subNav ul li.active a {
    margin-top: 1px;
    border-right: 1px solid #dfe5eb;
    border-left: 1px solid #dfe5eb;
    border-bottom: 1px solid #fff; }
.mediaUpload .filter,
.mediaUpload .filter ul {
  height: 49px; }
.mediaUpload .filter .nav-tabs li.active {
  border-bottom-color: #f5f6f7; }
.mediaUpload .filter .nav-tabs li.active,
.mediaUpload .filter .nav-tabs li.active a {
  background-color: transparent; }
.mediaUpload .nav-tabs {
  border-bottom: 1px solid #f5f6f7; }
  .mediaUpload .nav-tabs > li {
    margin-bottom: -2px; }

/******** File Upload ********/
#fileUpload {
  margin-bottom: 2em; }
  #fileUpload .fileUpload {
    border: 1px dashed #8097a3;
    background: #fff;
    padding: 0.5em;
    text-align: center; }
    #fileUpload .fileUpload fieldset {
      background: #f5f6f7;
      padding: 1em;
      border: none; }
    #fileUpload .fileUpload i {
      color: #8097a3;
      font-size: 4em;
      display: block; }
    #fileUpload .fileUpload strong {
      font-size: 1.5em; }
  #fileUpload .filename {
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
    text-align: left;
    margin-bottom: 0.3em; }
  #fileUpload .uploadProgress .progress {
    float: left;
    width: 90%;
    border-radius: 0;
    background-color: #eaedf1; }
  #fileUpload .uploadProgress .progress-bar {
    background-color: #475d7b; }
  #fileUpload .uploadProgress .cancel {
    float: right;
    width: 10%;
    text-align: right; }
    #fileUpload .uploadProgress .cancel i {
      font-size: 1.3em; }
  #fileUpload .progressInfo {
    margin-top: 20px; }
    #fileUpload .progressInfo .size {
      float: left;
      font-size: 0.8em;
      text-align: left;
      width: 30%; }
    #fileUpload .progressInfo .size span {
      font-weight: normal;
      font-family: 'open_sanssemibold', sans-serif; }
    #fileUpload .progressInfo .status {
      float: left;
      font-size: 0.8em;
      text-align: center;
      width: 30%; }
    #fileUpload .progressInfo .time {
      float: left;
      font-size: 0.8em;
      text-align: right;
      width: 30%; }
  #fileUpload .description {
    color: #8097a3;
    padding: 0 0 0 1em; }

/******** Credits ********/
.mediaCredits li {
  float: left;
  padding: 0 0 2em; }
  @media (min-width: 320px) {
    .mediaCredits li {
      width: 50%; } }
  @media (min-width: 1300px) {
    .mediaCredits li {
      width: 33%; } }
  @media (min-width: 1600px) {
    .mediaCredits li {
      width: 25%; } }
.mediaCredits .userThumb {
  height: 35px;
  width: 35px;
  float: left;
  margin-right: 1em; }
.mediaCredits li div a,
.mediaCredits li div span {
  display: block; }

/******** Costs ********/
#costs .radio,
.costs .radio {
  display: inline-block;
  margin-top: 0;
  vertical-align: bottom;
  width: 15%; }

/******** Categories ********/
.categories li,
.groups li,
.channels li {
  float: left;
  width: 33%;
  padding-right: 1em;
  margin-bottom: 0.5em !important;
  margin-top: 0 !important; }

/******** Add Existing Media ********/
.addMediaFile {
  border: 1px dashed #eaedf1;
  background: #fff;
  padding: 0.5em; }
  .addMediaFile a {
    display: block;
    height: 126px;
    background: #eaedf1;
    padding: 1em;
    text-align: center; }
    .addMediaFile a i {
      color: #475d7b;
      font-size: 2em;
      display: block;
      margin-top: 1.2em; }
    .addMediaFile a span {
      color: #282a2d;
      display: block; }

#addMedia li,
.addMedia li {
  margin-bottom: 1em;
  height: 140px; }
  #addMedia li p,
  .addMedia li p {
    margin-top: 0.25em;
    font-size: 0.8em; }
#addMedia .mediaCover i,
.addMedia .mediaCover i {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em; }
#addMedia .mediaCover .hasPrice,
.addMedia .mediaCover .hasPrice {
  height: 50px;
  width: 50px;
  padding: 0.5em; }
  #addMedia .mediaCover .hasPrice i,
  .addMedia .mediaCover .hasPrice i {
    font-size: 1.2em; }
#addMedia .links,
.addMedia .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12% 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden; }
  #addMedia .links a,
  .addMedia .links a {
    text-align: center;
    display: inline-block;
    padding: 0.75em 1em; }
  #addMedia .links i,
  .addMedia .links i {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 1.8em;
    background: transparent; }
#addMedia li:hover .links,
.addMedia li:hover .links {
  visibility: visible; }
#addMedia .mediaLink,
.addMedia .mediaLink {
  display: block;
  overflow: hidden; }

.addMedia li {
  height: 175px; }
.addMedia .links {
  padding: 17% 0 0; }

/*** Add Existing Media - Modal ***/
.modal-content {
  border-radius: 0; }

.addMedia.modal .modal-dialog {
  width: 60%; }
.addMedia.modal .scrollbar {
  width: 100% !important;
  height: 500px;
  padding-top: 1em;
  padding-bottom: 1em; }

/****************************************************************/
/*              WEB TV - simple                                */
/****************************************************************/
.simple #webTV {
  margin-top: 1em; }

.simple #userActions #loginDropdown .arrow {
  right: 0; }

.simple #userControls .profile:hover {
  background: none; }

/****************************************************************/
/*              WEB TV                                         */
/****************************************************************/
#webTV #mediaPlayer {
  text-align: center;
  margin-bottom: 1em; }

#playlist {
  min-height: 133px;
  max-height: 210px; }

#contentbrowser {
  min-height: 138px;
  max-height: 233px; }

#playlistmanage {
  display: none;
  margin: 0 40px; }

#playlist #playlistcontainer,
.playlistrow,
.contentitems,
#contentbrowser .row {
  position: relative; }

#playlistitems {
  position: relative; }

#playlistitems li,
.contentitems li {
  float: left;
  padding: 0.5em;
  height: 110px;
  overflow: hidden; }

#playlistitems li {
  width: 145px; }

.contentitems li {
  width: 141px; }

.browseleft,
.browseright {
  display: block;
  height: 45px;
  overflow: hidden;
  position: absolute;
  top: 27px;
  width: 24px;
  z-index: 900;
  font-size: 2.8em; }

.browseleft:hover i,
.browseright:hover i {
  color: #475d7b; }

.browseleft {
  left: 0; }

.browseright {
  right: 0; }

.webTVPlaylist .mediaCover {
  position: relative;
  height: 72px;
  overflow: hidden;
  margin-bottom: 0.5em; }

.webTVPlaylist .mediaCover .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0.2em 0.5em 0;
  color: #fff;
  border-radius: 0 0 0.5em 0.5em;
  -moz-border-radius: 0 0 0.5em 0.5em;
  -webkit-border-radius: 0 0 0.5em 0.5em;
  background: url("../images/transBLK-80.png") 0 0 repeat; }

.webTVPlaylist .mediaCover:hover .overlay {
  visibility: hidden; }

.webTVPlaylist .mediaCover .overlay i {
  background: transparent;
  padding: 0; }

.webTVPlaylist .mediaCover .overlay .rating {
  float: left; }
  .webTVPlaylist .mediaCover .overlay .rating img {
    width: auto; }

.webTVPlaylist .mediaCover .overlay .time {
  float: right; }

.webTVPlaylist .mediaCover .links {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/transBLK-80.png") 0 0 repeat;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  height: 100%;
  padding: 15% 0 0;
  text-align: center;
  width: 100%;
  visibility: hidden; }

.webTVPlaylist li:hover .links {
  visibility: visible; }

.webTVPlaylist .mediaCover .links a {
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  display: inline-block;
  padding: 0.75em 1em;
  text-align: center;
  font-size: 0.7em; }

.webTVPlaylist .mediaCover .links a i {
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  font-size: 1.8em;
  padding: 0; }

.webTVPlaylist .play {
  background: #617ca3;
  border: 1px solid #475d7b; }

.webTVPlaylist .enqueue {
  background: #282a2d;
  border: 1px solid #1a1c1e; }

.webTVPlaylist .close {
  background: #282a2d;
  border: 1px solid #1a1c1e;
  color: #fff;
  float: none;
  font-weight: normal;
  line-height: inherit;
  opacity: 1;
  text-shadow: none; }

.webTVPlaylist p {
  font-size: 0.9em;
  line-height: 1.2em;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*********************************************************/
/*              Playlist                                 */
/*********************************************************/
#playlist #playlistcontainer {
  margin: 0 2em;
  height: 120px;
  overflow: hidden;
  padding-top: 0.5em;
  width: 93%; }

#playlisttabs li {
  margin: 0 0 0 0.5em; }

#playlisttabs .left {
  float: left;
  margin: 0; }

#playlisttabs .clickable {
  float: right; }

#playlisttabs li.clickable #autofillselect {
  margin: 0 0 0 4em; }

#playlistitems .active {
  border: 1px solid #acbbc3; }

/*********************************************************/
/*              Related                                  */
/*********************************************************/
#contentbrowser {
  position: relative; }

#contenttab_search {
  position: absolute;
  top: 1.5em;
  right: 0;
  width: 20%;
  display: block; }

#contenttab_search .input-group-btn {
  position: absolute;
  display: block;
  top: 0;
  right: 38px; }

#contentbrowser .row {
  position: relative;
  margin: 0.5em 0; }

.contentcontainer {
  margin: 0.5em 2em; }

#contentbrowser .nav-tabs > li > a {
  border-bottom: none; }

/*# sourceMappingURL=style.css.map */

/****************************************************************/
/*              COOKIE HINT                                     */
/****************************************************************/
.alert.cookieHint {
  margin-bottom: 0;
  color: #fcfcfc;
  background-color: #7c7c7c;
  border-color: #5c5c5c;
  border-radius: 0;
}

.alert.cookieHint a.alert-link {
  background-color: #5c5c5c;
  border-radius: 5px;
  color: #fcfcfc;
  margin-left: 5px;
  padding: 5px 10px;  
}

.alert.cookieHint button.close {
  color: #fcfcfc;
  opacity: 0.7
}

.alert #cookieHintCloseButton{
  position: relative;
  top: -2px;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  border: none;
  background-color: #5c5c5c;
  border-radius: 5px;
  color: #fcfcfc;
  margin-left: 5px;
  padding: 4px 10px 7px 10px;
  -webkit-padding-before: 5px;
  -webkit-padding-after: 5px;
}