@charset "UTF-8";
/* resets */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* global styles */
a {
  cursor: pointer;
  color: #f82a53; }

a:hover {
  color: #f82a53;
  text-decoration: underline; }

a:active,
a:focus {
  color: #f82a53; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb; }

input, button, select, textarea {
  outline: none; }

input[type=text] {
  color: #555;
  -moz-appearance: caret; }

input[type=text]:focus {
  border-color: rgba(0, 0, 0, 0.2);
  outline: none; }

.btn {
  border-width: 1px;
  cursor: pointer;
  outline: none; }

.btn:active:not(.dropdown-toggle) {
  transform: scale(0.98);
  -webkit-filter: brightness(90%); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0; }

input[type=text],
input[type=text]:focus,
input[type=text]:active,
.btn,
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open,
.open,
.dropdown-toggle.btn-danger {
  box-shadow: none; }

.form-control {
  border: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  padding: 6px 10px; }

.form-control:focus {
  box-shadow: none; }

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:focus {
  background-color: #f82a53;
  border-color: #f82a53;
  outline: none; }

.btn.alt {
  background-color: #9E25FB; }

.btn.alt:active {
  background-color: #8020CA; }

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled {
  background-color: #f82a53 !important;
  border-color: transparent !important; }

.modal .btn-info,
.modal .btn-info:hover,
.modal .btn-info:active,
.modal .btn-info:focus {
  background-color: #f82a53 !important;
  border-color: #f82a53 !important; }

.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
.btn-info.disabled.active,
.btn-info[disabled].active {
  background-color: #f82a53;
  border-color: #f82a53; }

.btn-default {
  color: #999;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover {
  border-color: #bbb;
  color: #555; }

h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", "Roboto", "Avenir Next", "Avenir", arial, sans-serif; }

h1 {
  margin-top: 0;
  font-size: 2em;
  margin-bottom: 0;
  color: #222; }

h2 {
  color: #333; }

h3 {
  font-size: 1.3em; }

.caret {
  border-color: #aaa transparent -moz-use-text-color; }

.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border-width: 1px;
  z-index: 10000; }

.dropdown-menu > li > a {
  color: #555;
  padding-left: 10px;
  font-size: .9em;
  text-align: left; }

.dropdown-menu > li > a:hover {
  color: #f82a53; }

.dropdown-menu .divider {
  margin: 3px 0; }

.dropdown-menu > li > a > i {
  margin-right: 2px;
  width: 1em;
  font-size: 1.1em; }

.tooltip {
  transition: none; }

/* forms */
.radio, .checkbox {
  margin-bottom: 5px; }

label.form-switch {
  padding-left: 40px; }

.form-checkbox input[type=checkbox],
.form-radio input[type=radio],
.form-switch input[type=checkbox] {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem; }

.form-checkbox input[type=checkbox]:focus + .form-icon,
.form-radio input[type=radio]:focus + .form-icon,
.form-switch input[type=checkbox]:focus + .form-icon {
  border-color: #555;
  box-shadow: 0 0 0 0.2rem rgba(87, 100, 198, 0.15); }

.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: .3rem 2rem;
  position: relative; }

.form-checkbox .form-icon,
.form-radio .form-icon {
  border: .1rem solid #c5c5c5;
  display: inline-block;
  font-size: 1.4rem;
  height: 1.4rem;
  left: 0;
  line-height: 2.4rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: .5rem;
  transition: all .2s ease;
  vertical-align: top;
  width: 1.4rem; }

.form-checkbox:hover .form-icon,
.form-radio:hover .form-icon {
  border-color: #929292; }

.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon {
  background: #555;
  border-color: #555; }

.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #efefef; }

.form-checkbox .form-icon {
  border-radius: .2rem; }

.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: .2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -.3rem;
  margin-top: -.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .6rem; }

.form-checkbox input:indeterminate + .form-icon {
  background: #5764c6;
  border-color: #5764c6; }

.form-checkbox input:indeterminate + .form-icon::after {
  background: #fff;
  content: "";
  height: .2rem;
  left: 50%;
  margin-left: -.4rem;
  margin-top: -.1rem;
  position: absolute;
  top: 50%;
  width: .8rem; }

.form-radio .form-icon {
  border-radius: .7rem; }

.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: .2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -.2rem;
  margin-top: -.2rem;
  position: absolute;
  top: 50%;
  width: .4rem; }

.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: .2rem 2rem .2rem 3.6rem;
  position: relative; }

.form-switch .form-icon {
  background: #c5c5c5;
  background-clip: padding-box;
  border: .1rem solid #c5c5c5;
  border-radius: .9rem;
  display: inline-block;
  height: 1.8rem;
  left: 0;
  line-height: 2.6rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: .3rem;
  vertical-align: top;
  width: 3rem; }

.form-switch .form-icon::after {
  background: #fff;
  border-radius: .8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .2s ease;
  width: 1.6rem; }

.form-switch input[type=checkbox]:checked + .form-icon {
  background: #555;
  border-color: #555; }

.form-switch input[type=checkbox]:checked + .form-icon::after {
  left: 1.2rem; }

.form-switch input[type=checkbox]:active + .form-icon::after {
  background: #efefef; }

.form-checkbox input[type=checkbox], .form-radio input[type=radio], .form-switch input[type=checkbox] {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

/* spectre buttons */
.spectre-btn {
  -webkit-appearance: none;
  background: #fff;
  border: .1rem solid #d6e9c6;
  border-radius: .2rem;
  color: #3c763d;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 2rem;
  padding: .5rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.spectre-btn:active, .spectre-btn.active {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.spectre-btn.btn-lg {
  font-size: 1.8rem;
  height: 4rem;
  padding: .9rem 1.5rem; }

.spectre-btn-group {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.spectre-btn-group .spectre-btn:first-of-type:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.spectre-btn-group .spectre-btn:last-of-type:not(:first-of-type) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.1rem; }

.spectre-btn-group .spectre-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
  margin-left: -.1rem; }

.spectre-btn-group .spectre-btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* select */
body .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.selectpicker:not(.bootstrap-select) {
  display: none !important; }

body .bootstrap-select .dropdown-toggle .filter-option {
  color: #555; }

body .bootstrap-select .dropdown-menu > .active > a {
  background-color: #f82a53;
  color: #fff; }

body .bootstrap-select .dropdown-menu > .active.selected > a {
  font-weight: bold;
  color: #000;
  background-color: #f5f5f5; }

.bootstrap-select.btn-group .dropdown-menu li a {
  outline: none; }

/* layout */
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
  color: #555;
  padding: 0;
  background-color: #fff; }

body .header > .container {
  width: 1260px;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.main {
  min-height: 500px;
  border-bottom: none;
  padding: 2em 0 100px 0;
  background-color: #f9f9f9; }

.main > .container {
  min-height: 300px;
  width: 100%;
  padding: 0; }

.content_wrapper {
  padding: 40px; }

.content {
  margin: 0 auto;
  max-width: 100%; }

@media (max-width: 979px) {
  body {
    padding-bottom: 0; }

  .content {
    width: auto; }

  body > .row-fluid > .container,
  body > .header > .container {
    width: auto; } }
@media (max-width: 767px) {
  .content, .content_wrapper {
    padding: 0;
    padding-bottom: 30px; }

  .main {
    padding-top: 0; }

  .main > .container {
    padding: 0; }

  .device-ios .main {
    min-height: inherit; } }
/* header gutter */
@media (min-width: 768px) {
  body.gutter-active .header_gutter {
    width: 220px;
    overflow: hidden; }

  body.gutter-active .header_gutter .header_gutter_internal {
    overflow: auto;
    max-height: 100%;
    margin-right: -50px;
    padding-right: 50px; }

  body.gutter-active .header_gutter > * {
    visibility: visible; }

  body.gutter-active a.logo {
    opacity: 0; }

  body.gutter-active .header .menu-hamburger {
    margin-left: 230px; }

  body.gutter-active .main {
    padding-left: 220px; }

  body.gutter-active .footer {
    display: none; }

  body.gutter-active .header a.logo > span.logo-black,
  body.gutter-active .header a.logo > span.logo-white {
    margin-left: 60px; }

  body .main,
  body #index .splash,
  body .header .menu-hamburger,
  body .header a.logo > span.logo-black,
  body .header a.logo > span.logo-white {
    transition: all .2s ease-in-out; }

  body .header a.logo {
    transition: all .05s ease-in-out; } }
.header_gutter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 0;
  background-color: #111;
  padding-top: 20px;
  overflow-y: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header_gutter > * {
  visibility: hidden; }

.header_gutter .logo-gutter {
  display: inline-block;
  width: 100px;
  height: 38px;
  background-image: url("/cdn/images/logo-new.png");
  background-size: 100px;
  height: 38px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: top left; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_gutter .logo-gutter {
    background-image: url("/cdn/images/logo-new@2x.png"); } }
.header_gutter_menu {
  margin-bottom: 20px; }

.header_gutter_label {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: .7em;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: .5em;
  text-transform: uppercase; }

.gutter_user_loading .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #2d2d2d;
  border-radius: 50%;
  margin: 0 1px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms; }

.gutter_user_loading .dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms; }

.gutter_user_loading .dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms; }

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }
.gutter_user_loading {
  padding: 5px 20px; }

.gutter_user_loading span {
  display: inline-block;
  vertical-align: middle;
  font-size: 9pt; }

.gutter_user_loading img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.header_gutter_menu > li {
  position: relative;
  white-space: nowrap; }

.header_gutter_menu > li > a {
  display: block;
  color: #999;
  text-decoration: none;
  font-size: 0;
  line-height: 12pt;
  padding: 3px 0;
  padding-left: 20px; }

.header_gutter_menu > li > a img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-right: 5px; }

.header_gutter_menu > li > a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 9pt; }

.header_gutter_menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

.header_gutter_menu > li .channel_title_trucated {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65%; }

.header_gutter_menu > li .badge {
  position: absolute;
  display: inline-block;
  background-color: transparent;
  color: #999;
  font-size: 8pt;
  font-weight: bold;
  line-height: 18px;
  padding: 0;
  height: 18px;
  right: 15px;
  top: 2px; }

.header_gutter_bottom {
  margin-top: 2em;
  border-top: 1px solid #333;
  padding-top: 1em;
  margin: 20px; }

.header_gutter_bottom > li {
  display: inline-block;
  width: 46%;
  white-space: nowrap; }

.header_gutter_bottom > li > a {
  font-size: .8em;
  color: #555; }

.header_gutter_bottom > li > a:hover {
  color: #fff;
  text-decoration: underline; }

/* header search */
.header .search {
  display: inline-block;
  padding: 0;
  float: left;
  position: relative;
  overflow: visible;
  margin-top: 9px;
  padding-left: .75em;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 12px; }

.header.opaque .search {
  border: none;
  border: 1px solid #ddd; }

.header .search > i {
  font-size: 1.1em;
  position: absolute;
  left: 9px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7); }

.header .search input {
  width: 170px;
  height: 30px;
  border: none;
  outline: none;
  border: none;
  color: #fff;
  padding-left: 22px;
  background-color: transparent; }

.header.opaque .search input {
  font-weight: bold;
  color: #222; }

.header .search .search-result-list {
  margin-top: 5px;
  border-top: none;
  background-color: #313131;
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  min-height: 20px;
  max-height: 400px;
  display: none;
  z-index: 1000;
  overflow: hidden;
  overflow-y: auto; }

.header .search .search-result-list li {
  padding: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1em;
  text-align: left;
  cursor: pointer;
  color: #aaa;
  overflow: hidden;
  font-size: .9em; }

.header .search .search-result-list li.selected {
  background-color: #222; }

.header .search .search-result-list li:hover {
  background-color: #222; }

.header .search .search-result-list li:hover.selected {
  background-color: #111; }

.header .search .search-result-list li:last-child {
  border-bottom: none; }

.header .search .search-result-list li > * {
  display: block;
  vertical-align: top; }

.header .search .search-result-list li .description {
  font-size: 8pt;
  padding: 5px; }

.header .search .search-result-list li .thumb {
  float: left;
  width: 50px;
  height: 30px;
  background-color: #222;
  text-align: center;
  margin-right: .5em;
  overflow: hidden; }

.header .search .search-result-list img {
  max-width: 80px;
  max-height: 80px; }

.header .search-result-list .fa-user {
  float: right;
  opacity: .3;
  font-size: 1.1em;
  margin-top: 4px; }

@media (max-width: 767px) {
  .header {
    border-top: none; }

  .header .search {
    float: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.15);
    border: none !important;
    width: 100%;
    display: none;
    margin-top: 50px; }

  .header .search input,
  .header.opaque .search input {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 30px;
    height: 40px; }

  .header .search > i {
    margin-left: 6px;
    font-size: 1.2em;
    margin-top: 12px; } }
/* header search - no results/has results */
.header .search .search-result-list {
  display: none; }

.header .search.focus.has-results {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none; }

.header .search.focus.has-results input {
  width: 300px; }

.header .search.not-empty input:focus + .search-result-list,
.header .search.focus.not-empty .search-result-list {
  display: block;
  color: #ccc; }

.header .search .no-results-alert,
.header .search .loading-results-alert {
  padding: 5px; }

.header .search .loading-results-alert,
.header .search.has-results .no-results-alert,
.header .search.loading .no-results-alert,
.header .search.has-results .loading-results-alert,
.header .search.loading ul {
  display: none; }

.header .search.loading .loading-results-alert {
  display: block; }

/* header navbar */
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0;
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  transition: background .1s, border .1s, top 0.2s ease-in-out;
  -webkit-transition: background .1s, top 0.2s ease-in-out;
  -webkit-transform: translateZ(0); }

.header.nav-up {
  top: -50px;
  transition: background .1s, border .1s, top 0.2s ease-in-out; }

body.nomenu .header {
  display: none; }

.header .navbar {
  height: 45px; }

.header .navbar-inverse {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555; }

.navbar-inverse .navbar-toggle {
  border-color: transparent;
  margin-right: 8px; }

.header .navbar-brand {
  font-size: 14px;
  padding-left: 0; }

.header .navbar-header:hover .dropdown-menu {
  display: block;
  margin-top: -1px;
  text-align: left; }

.header .navbar-header .suggest a {
  font-style: italic;
  color: #aaa; }

.header .navbar-nav > li {
  float: none; }

.header a.logo {
  float: left;
  display: block;
  text-decoration: none;
  outline: none;
  padding: 3px;
  margin-left: 15px;
  margin-top: 0;
  margin-right: 10px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px; }

.header a.logo .logo-black {
  display: none;
  background-image: url("/cdn/images/logo-new.png");
  background-size: contain; }

.header a.logo .logo-white {
  display: inline-block;
  background-image: url("/cdn/images/logo-new-white@2x.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header a.logo .logo-black {
    background-image: url("/cdn/images/logo-new@2x.png"); }

  .header a.logo .logo-white {
    background-image: url("/cdn/images/logo-new-white@2x.png"); } }
.header a.logo:hover,
.header a.logo:focus,
.header a.logo:active {
  color: #777; }

.header a.logo > span.logo-black,
.header a.logo > span.logo-white {
  vertical-align: middle;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 38px;
  left: 50%;
  margin-top: 3px; }

.header a.logo:hover img {
  opacity: .8; }

.header a.logo:hover {
  text-decoration: none; }

.header a.logo i {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin: 3px 0 0 3px; }

.header .main-links {
  float: left; }

.header .main-links > li {
  float: left;
  position: relative;
  min-width: 40px;
  text-align: center; }

.header .main-links > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 50px;
  padding: 0 6px;
  font-size: 9.5pt;
  text-decoration: none;
  user-select: none;
  min-width: 0; }

.header .main-links > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff; }

.header .main-links .dropdown-menu {
  margin-top: 0;
  margin-left: -1px; }

.header .menu {
  float: right;
  margin-top: 3px;
  margin-right: -15px; }

.header .menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px; }

.header .menu > li i {
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }

.header .menu > li > a {
  padding: 10px 8px 8px 8px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  text-decoration: none;
  outline: none; }

.header .menu > li > a:hover {
  color: #fff; }

.header .menu > li.menu-notifications img.notifications-icon {
  width: 32px;
  margin-top: -1px;
  opacity: .6; }

.header .menu > li.menu-notifications a:hover img {
  opacity: 1; }

.header .menu img.notifications-black {
  display: none; }

.header .menu img.notifications-white {
  display: inline; }

.header .menu > li.menu-signup,
.header .menu > li.menu-login {
  margin-top: 2px; }

.header .menu > li.menu-signup a,
.header .menu > li.menu-login a {
  font-size: 14px; }

.header .menu .menu-upload {
  margin: 0 15px 0 13px;
  font-size: 0; }

.header.signed-out .menu .menu-upload {
  margin-top: 0; }

.header .menu > .menu-upload > a {
  float: left;
  display: inline-block;
  background-color: #f82a53;
  background: -webkit-linear-gradient(to left, #9f2af8, #f82a53);
  background: linear-gradient(to left, #9f2af8, #f82a53);
  color: #fff;
  border-radius: 4px;
  padding: 6px 1.75em 6px;
  margin-top: 1px;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none; }

.header .menu > .menu-upload > a:hover {
  background-color: #f82a53;
  color: #fff; }

.header .menu .menu-upload > a.menu-upload-more {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 15px 6px 10px;
  width: auto;
  min-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: none; }

.header .menu > li a > .caret {
  display: none; }

.header .menu img.header-avatar {
  width: 32px;
  height: 32px;
  border-radius: 20px; }

.header .menu img.header-avatar,
.header .menu img.header-avatar + * {
  display: inline-block;
  vertical-align: middle; }

.header .menu > li > a.avatar-link > span {
  position: relative;
  padding: 0 4px;
  display: none; }

.header .menu > li > a.avatar-link,
.header .menu > li > a.notifications-link {
  display: inline-block;
  padding: 0px; }

.header .menu > li > a.avatar-link i {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  margin-top: 0px; }

.header .label-notifications,
.header .label-follow-unread {
  display: inline-block;
  background-color: #f82a53;
  color: #fff;
  line-height: 1em;
  font-size: .75em;
  margin-left: -2px;
  padding: 3px 6px;
  border-radius: 20px; }

.header .dropdown .notify-badge-anchor {
  display: inline-block;
  padding: 6px;
  margin-right: 4px; }

.header .dropdown .menu-username {
  display: inline-block;
  vertical-align: middle; }

.header .menu-notifications .notify-badge-anchor {
  position: relative;
  width: 30px;
  height: 35px;
  padding: 0; }

.header .menu-notifications .notify-badge-anchor svg {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 18px;
  height: 25px;
  opacity: .4;
  fill: #fff; }

.header .menu-notifications .notify-badge-anchor:hover svg {
  opacity: 1;
  fill: #fff; }

.header .menu-notifications .label-notifications {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  margin-top: 3px;
  border-top: 0;
  border-right: 0;
  font-size: .6em; }

.header .menu .dropdown-menu a span {
  margin-right: 5px; }

.header .label-follow-unread {
  vertical-align: middle;
  margin-left: 4px; }

.header .dropdown-menu .label-follow-unread,
.header .dropdown-menu .label-notifications {
  position: absolute;
  margin: 0 0 0 4px;
  vertical-align: text-top;
  font-size: .9em;
  padding-top: 0;
  padding-bottom: 0; }

.header .dropdown-menu .label-notifications {
  margin-left: -1px; }

@media (max-width: 979px) {
  .header {
    text-align: center; }

  .header .search {
    display: none; }

  .header .navbar-header {
    width: auto;
    margin: 0; } }
@media (min-width: 768px) {
  .header.opaque {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

  .header.opaque .main-links > li {
    float: left; }

  .header.opaque .main-links > li > a {
    color: #555; }

  .header.opaque .main-links > li > a:hover {
    background-color: #f5f5f5; }

  .header.opaque .main-links .dropdown-menu {
    margin-top: 0;
    margin-left: -1px; }

  .header.opaque .menu > li > a {
    color: #999; }

  .header.opaque .menu > li a:hover,
  .header.opaque .menu > li a:focus {
    text-decoration: none;
    color: #555; }

  .header.opaque .menu > li.menu-more > a > img,
  .header.opaque .menu > li.menu-notifications a img.notifications-icon {
    opacity: .25; }

  .header.opaque .menu > li.menu-more > a:hover > img,
  .header.opaque .menu > li.menu-notifications a:hover img.notifications-icon {
    opacity: 1; }

  .header.opaque .menu img.notifications-black {
    display: inline; }

  .header.opaque .menu img.notifications-white {
    display: none; }

  .header.opaque .menu-notifications .notify-badge-anchor svg {
    fill: #aaa;
    opacity: 1; }

  .header.opaque .menu-notifications .notify-badge-anchor:hover svg {
    fill: #333;
    opacity: 1; }

  .header .menu .menu-upload > a {
    color: #fff;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.05em; }

  .header.opaque .menu .menu-upload > a {
    color: #fff; }

  .header.opaque .menu .menu-upload > a:hover {
    color: #fff; }

  .header.opaque a.logo .logo-black {
    display: inline-block; }

  .header.opaque a.logo .logo-white {
    display: none; }

  .header.opaque a.logo i,
  .header.opaque .search > i,
  .header.opaque .menu > li > a.avatar-link i {
    color: #aaa; }

  .header .menu-hamburger {
    position: relative;
    float: left;
    margin: 5px 0 0 10px; }

  .header .menu-hamburger > a {
    width: 30px;
    height: 40px;
    display: inline-block;
    background-image: url("/cdn/images/menu-hamburger-white.png");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center;
    opacity: .6; }

  .header.opaque .menu-hamburger > a {
    background-image: url("/cdn/images/menu-hamburger.png");
    opacity: .2; }

  .header .menu-hamburger > a:hover {
    opacity: 1; }

  .header .menu-hamburger ul.dropdown-menu {
    margin-top: -5px; } }
@media (max-width: 767px) {
  body > .header > .container {
    padding-left: 0;
    padding-right: 0; }

  .header {
    text-align: left;
    background-color: #222;
    position: relative;
    padding-top: 0;
    border-bottom: none; }

  .header .navbar {
    height: auto; }

  .header .navbar-header {
    text-align: left;
    padding-left: 35px; }

  .header .navbar-header:hover .dropdown-menu {
    display: none; }

  .header a.logo > span.logo-black,
  .header a.logo > span.logo-white {
    position: relative;
    left: 0;
    margin-left: 0;
    height: 34px;
    margin-top: 3px; }

  .header a.logo {
    float: none;
    display: inline-block;
    width: 122px;
    margin: 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 1.3em;
    margin-top: 1px;
    position: absolute;
    left: 50%;
    margin-left: -64px; }

  .header a.logo .logo-black {
    display: inline-block; }

  .header a.logo .logo-white {
    display: none; }

  .header a.logo span {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    width: auto; }

  .header .menu-hambuger {
    display: none; }

  .header .navbar-toggle {
    position: absolute;
    left: 4px;
    margin-top: 8px; }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #888;
    width: 18px; }

  .header .navbar-inverse {
    display: block; }

  .header .container > .navbar-collapse {
    background-color: #222;
    transition: none;
    margin-top: -2px;
    border: none;
    margin: 0;
    max-height: 400px;
    margin-top: 50px; }

  .header .navbar-toggle-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    color: #888;
    font-size: 1.5em;
    padding: .45em .6em; }

  .header .navbar-brand {
    font-size: 16px;
    padding-left: 15px; }

  .header .label-follow-unread {
    display: none; }

  .header .main-links {
    display: none; }

  .header .menu {
    float: none;
    margin-bottom: 0;
    padding: 10px; }

  .header .menu > li {
    float: left;
    width: 49%;
    margin-left: 0; }

  .header .menu > li > a {
    padding: 6px 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1em; }

  .header .menu > li > a:hover {
    background-color: #333;
    color: #fff; }

  .header .menu > li > a:active {
    background-color: #333;
    color: #fff; }

  .header .menu > li.menu-signup a,
  .header .menu > li.menu-login a {
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: 0;
    text-transform: none; }

  .header .menu .menu-upload {
    margin: 0;
    font-size: 1em;
    padding-bottom: 4px;
    width: 100%;
    padding: 15px 10px;
    text-align: center; }

  .header .menu .menu-upload > a {
    margin: 0;
    float: none;
    display: block;
    padding: 6px 15px;
    color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    background: transparent;
    border-radius: 0;
    font-weight: normal;
    border-radius: 50px;
    border: 2px solid #fff;
    font-weight: bold; }

  .header .menu .menu-upload > a:hover {
    background-color: #333;
    color: #fff; }

  .header .menu .menu-upload > a.menu-upload-more {
    display: none; } }
/* android smart ribbon */
.header > .android-install-banner {
  display: none; }

@media (max-width: 768px) {
  .header > .android-install-banner {
    width: 100%;
    display: table;
    padding: 10px;
    text-decoration: none;
    background: #333;
    background: linear-gradient(to left, #9f2af8, #f82a53);
    margin-top: -1px; }

  .header > .android-install-banner.alt-transition {
    transition: margin-left 0.4s ease-in-out, margin-top 0.4s ease-in-out;
    -webkit-transition: margin-left 0.4s ease-in-out, margin-top 0.4s ease-in-out; }

  .header > .android-install-banner > * {
    display: table-cell; }

  .header > .android-install-banner > .banner-close {
    width: 35px;
    text-align: right; }

  .header > .android-install-banner > .banner-close > span {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 11px;
    margin-left: 8px; }

  .header > .android-install-banner > .banner-close > span > img {
    width: 10px;
    display: inline-block;
    opacity: .7; }

  .header > .android-install-banner > .thumb {
    width: 50px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: none; }

  .header > .android-install-banner > .thumb > img {
    width: 25px; }

  .header > .android-install-banner > .text {
    vertical-align: middle;
    text-decoration: none;
    color: white;
    padding: 5px 5px 5px 10px;
    font-size: 8pt;
    line-height: 1em; }

  .header > .android-install-banner > .text > div {
    font-size: 10pt;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.5); }

  .header > .android-install-banner > .text > div:first-child {
    font-size: 11pt;
    font-weight: 500;
    color: #fff;
    margin-top: 2px; }

  .header > .android-install-banner > .actions {
    text-align: right; }

  .header > .android-install-banner > .actions > * {
    text-align: center; }

  .header > .android-install-banner .btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 9pt;
    font-weight: bold;
    border-radius: 50px;
    padding: 0.5em 1.5em; } }
/* footer – for infinite pages */
.footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: .8em;
  text-align: center;
  z-index: 9999;
  background-color: #fff;
  transition: bottom 0.1s ease-in-out;
  -webkit-transition: bottom 0.1s ease-in-out;
  -webkit-transform: translateZ(0); }

.footer.nav-up {
  bottom: -30px; }

body.nomenu .footer {
  display: none; }

.footer ul li {
  display: inline-block;
  vertical-align: middle; }

.footer ul li a {
  display: inline-block;
  color: #bbb;
  padding: .75em .5em; }

.footer ul li a:hover {
  color: #555;
  text-decoration: none; }

@media (max-width: 767px) {
  .footer {
    padding-left: 0;
    /*padding-bottom: 3px;*/
    margin-top: 100px;
    /*border-top: 1px solid #eee;*/ }

  .footer ul {
    text-align: center; }

  .footer ul li a {
    color: #999;
    padding: .5em .5em; }

  .footer ul li a:hover {
    color: #555; }

  .footer .menu_footer {
    display: none; }

  .footer .menu_footer_privacy,
  .footer .menu_footer_terms {
    float: none; }

  body.nomenu .footer {
    display: block; } }
/* footer – for static pages */
.footer_static {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  min-height: 500px;
  padding: 50px 0;
  transition: padding .2s ease-in-out; }

body.gutter-active .footer_static {
  padding-left: 220px; }

.footer_static .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px; }

.footer_static .inner2 {
  display: table;
  width: 100%; }

.footer_static .left {
  display: table-cell; }

.footer_static .right {
  display: table-cell;
  text-align: right;
  width: 400px; }

.footer_static .menu_footer {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px; }

.footer_static .menu_footer a {
  display: inline-block;
  color: #aaa;
  padding: .25em 0;
  text-decoration: none; }

.footer_static .menu_footer a:hover {
  color: #000; }

.footer_static .footer_applinks > a {
  display: inline-block;
  vertical-align: middle; }

.footer_static .footer_applinks svg {
  width: 150px; }

.footer_static .footer_copyright {
  margin-top: 10px;
  color: #bbb;
  font-size: .85em; }

@media (max-width: 767px) {
  .footer_static .inner2,
  .footer_static .left {
    display: block;
    width: auto; }

  .footer_static .right {
    display: block;
    width: auto;
    text-align: center; }

  .footer_static .left {
    margin-bottom: 30px;
    text-align: center; }

  .footer-static .right {
    text-align: center; }

  .footer_static .menu_footer {
    margin: 0 10px;
    text-align: center; } }
/* ribbon */
.ribbon {
  z-index: 999999;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 0;
  position: fixed;
  width: 100%;
  border: none;
  font-size: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  transition: all .1s ease-in-out;
  background-color: #fff; }

.ribbon.visible {
  padding: .75em 1em;
  font-size: 1.2em;
  min-height: 60px;
  opacity: 1; }

.ribbon > a {
  text-decoration: underline; }

.ribbon-success {
  color: #12b54e;
  border-bottom: 2px solid #12b54e; }

.ribbon-warning {
  color: #333;
  border-bottom: 2px solid #333; }

.ribbon-danger {
  color: #d94340;
  border-bottom: 2px solid #d94340; }

/* alerts */
.alert-wrapper .alert {
  display: inline-block;
  margin-bottom: 0; }

.alert {
  border-radius: 0;
  border-width: 0;
  padding: .5em .75em; }

.alert i {
  font-size: 1.4em;
  margin-right: .3em;
  display: inline-block;
  vertical-align: middle; }

.alert a {
  color: inherit;
  text-decoration: underline; }

.alert-info {
  background-color: rgba(75, 183, 167, 0.09);
  border: none;
  color: #555; }

.alert-success {
  background-color: rgba(75, 183, 167, 0.09);
  border: none;
  color: #555; }

.alert-success a {
  color: #4BB7A7; }

/* modals */
body.modal-open > .pagewrapper {
  -webkit-filter: blur(10px) grayscale(50%); }

@supports (-ms-accelerator: true) {
  body.modal-open > .pagewrapper {
    -webkit-filter: none; } }
.modal {
  -webkit-transform-style: preserve-3d; }

.modal .modal-content {
  box-shadow: none;
  border: none; }

.modal .modal-header {
  background-color: transparent;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 1em 1.5em .75em 1.5em; }

.modal .modal-header:before,
.modal .modal-header:after {
  display: none;
  clear: none; }

.modal .modal-body {
  padding: 1.5em 1.5em 1em 1.5em; }

.modal .modal-body:last-child {
  padding-bottom: 1.5em; }

.modal .modal-footer {
  margin-top: 0;
  text-align: left;
  border-top: none;
  padding-top: 0; }

.modal .modal-footer .btn {
  outline: none; }

.modal .modal-footer .btn + .btn {
  margin-left: 0;
  margin-right: 0; }

.modal .modal-footer a:not(.btn) {
  color: #777;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  text-decoration: none; }

.modal .modal-footer .btn[type=submit] {
  background: linear-gradient(to left, #9f2af8, #f82a53);
  border: none; }

.modal .modal-title {
  font-weight: bold;
  font-size: 1.5em;
  color: #222; }

.modal .modal-subtitle {
  font-weight: bold;
  font-size: 1.2em;
  color: #222;
  margin: 1em 0; }

.modal .modal-subtitle.modal-first-subtitle {
  margin-top: 0; }

.modal .btn:not(.dropdown-toggle) {
  padding: .6em 1.5em;
  border-radius: 50px;
  font-weight: 500; }

.modal a:not(.btn):hover {
  border-bottom-color: #bbb; }

.modal h3 {
  margin: 0 0 1em 0;
  font-size: 1.2em; }

.modal label {
  font-weight: bold; }

.modal .light {
  color: #bbb;
  font-weight: normal; }

.modal .light a {
  color: #bbb;
  text-decoration: underline; }

.modal-body .help {
  font-size: .8em;
  color: #ccc; }

.modal-body .help a {
  color: #ccc;
  text-decoration: underline; }

.modal-body .help a:hover {
  color: #555; }

.modal-body-bordered {
  border-top: 1px solid #e5e5e5; }

.modal .form-control {
  box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  height: 2.8em;
  -webkit-appearance: none; }

.modal.report-modal .form-control.reason {
  -webkit-appearance: menulist; }

.modal .form-group .input-group-addon {
  box-shadow: none;
  border: none;
  background-color: #f5f5f5; }

.modal .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #999; }

.modal .form-control.bootstrap-select {
  border: none; }

.modal .modal-desc {
  margin-bottom: 1em; }

.modal .form-group {
  margin-bottom: .5em; }

.modal button.close {
  padding: 18px;
  margin-top: -20px;
  margin-right: -23px;
  font-size: 30px;
  outline: none;
  box-shadow: none;
  font-weight: normal; }

.modal textarea {
  padding-top: .6em; }

.modal .form-alternative {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em; }

.modal .modal-submit-alt {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 20px 0 20px; }

.modal .modal-submit-alt a {
  color: #aaa;
  text-decoration: none; }

.modal .modal-submit-alt a:hover {
  color: #555;
  text-decoration: none; }

.modal-backdrop.in {
  opacity: .75;
  background-color: #000; }

.report-modal .report-detail {
  background-color: transparent;
  resize: none;
  width: 100%;
  padding: 10px;
  font-size: .8em;
  height: 8em;
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    margin-top: 60px; } }
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0; }

  .modal.fade.in {
    top: 10px; }

  .modal button.close {
    padding: 20px;
    margin-top: -24px;
    margin-right: -25px;
    z-index: 999999999; }

  .modal .modal-header {
    padding: 1em 1.5em .75em 1.5em; }

  .modal .modal-body {
    padding-top: 1em;
    padding-bottom: .5em; }

  .modal .modal-subtitle.modal-first-subtitle {
    margin-top: .5em; }

  .modal .modal-footer {
    padding-top: 0;
    border-top: none; }

  .modal .modal-footer .btn {
    float: none;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: .5em; }

  .modal-footer .btn + .btn {
    margin: .5em 0 0 0; }

  .modal .form-alternative {
    clear: both;
    float: none;
    display: block;
    margin-left: 0;
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0 0; }

  #thumbnail-upload-modal .modal-body {
    padding: 1em; }

  #user-cover-upload-modal .draganddrop .choose, #avatar-upload-modal .draganddrop .choose, #thumbnail-upload-modal .draganddrop .choose {
    width: 100%; }

  .modal .edit-thumbnail-js {
    min-height: 40vh;
    max-height: 50vh; } }
/* dashboard */
.dashboard {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.dashboard_main {
  flex: auto;
  max-width: 900px; }

.dashboard_left {
  width: 200px;
  z-index: 1;
  margin-right: 15px;
  flex: 0 0 200px; }

.dashboard_right {
  width: 300px;
  z-index: 2;
  margin-left: 15px;
  flex: 0 0 300px; }

.dashboard .section {
  background-color: #fff;
  padding: 15px; }

.dashboard .section.house_ad {
  padding: 15px 0px;
  background-color: transparent; }

.dashboard .section + .section {
  border-top: 1px solid #e8e8e8; }

.dashboard_title {
  position: relative;
  background-color: #fff;
  padding: 20px;
  font-size: 1.6em;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #e8e8e8; }

.dashboard_title .dashboard_sort {
  position: absolute;
  top: 16px;
  right: 5px; }

.dashboard_title .dashboard_sort .btn {
  background-color: transparent;
  color: #aaa; }

.dashboard .inner .alert-wrapper {
  padding: 15px;
  background-color: #fff; }

.dashboard .dashboard-menu {
  padding: 15px;
  background-color: #fff; }

.dashboard .dashboard-menu li a {
  display: inline-block;
  font-size: .9em;
  color: #777;
  text-decoration: none; }

.dashboard .dashboard-menu li a:hover {
  color: #333;
  font-weight: 500; }

.dashboard .dashboard-menu li.active a {
  color: #fb254f;
  font-weight: bold; }

.dashboard .dashboard-menu li a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  margin-right: 5px;
  background-image: url("/cdn/images/dashboard/menu-icons.png");
  background-repeat: no-repeat;
  background-size: 150px;
  transform: scale(0.8, 0.8); }

.dashboard .dashboard-menu li a .icon:after {
  font-size: 20px; }

.dashboard .dashboard-menu li a .text {
  display: inline-block;
  vertical-align: middle; }

.dashboard .dashboard_headline {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 0.03em;
  margin: 1.5em 0 .5em 0; }

.dashboard .dashboard_headline:first-child {
  margin-top: 0; }

.dashboard ul + .dashboard_headline {
  margin-top: 15px; }

.dashboard_right p,
.dashboard_right ol {
  color: #777;
  font-size: .95em;
  line-height: 1.5em;
  margin: 0; }

.dashboard_right p a,
.dashboard_right ol a {
  color: #777;
  padding: 2px 0;
  text-decoration: none; }

.dashboard_right p a:hover,
.dashboard_right ol a:hover {
  color: #333;
  font-weight: 500; }

.dashboard_right ol {
  list-style-position: inside;
  padding: 0; }

.dashboard_right ol > li {
  line-height: 1.7em;
  font-size: .9em; }

.dashboard_right .users_list {
  padding: 15px;
  background-color: #fff; }

.dashboard .prompt_upload .upload-button {
  margin-top: 1em; }

.dashboard .prompt_follow .discover-button,
.dashboard .prompt_upload .upload-button {
  display: block;
  text-align: center;
  border: 1px solid rgba(248, 42, 83, 0.3);
  color: #fb254f;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: .75em;
  letter-spacing: .03em; }

.dashboard .prompt_follow .discover-button:hover,
.dashboard .prompt_upload .upload-button:hover {
  border-color: #fb254f; }

.dashboard .prompt_follow.social-auth .social-auth-facebook,
.dashboard .prompt_follow.social-auth .social-auth-twitter {
  margin-top: 10px;
  width: 100%;
  padding: 6px 12px; }

.dashboard .prompt_follow.social-auth i {
  font-size: 1.2em; }

.dashboard .prompt_follow.social-auth .js-user-follow {
  display: none; }

.dashboard .prompt_follow ul {
  margin-bottom: 15px; }

.dashboard .prompt_follow ul li {
  display: table;
  width: 100%; }

.dashboard .prompt_follow ul li + li {
  margin-top: .5em; }

.dashboard .prompt_follow ul li > * {
  display: table-cell; }

.dashboard .prompt_follow ul .suggestedusers_user > a {
  text-decoration: none; }

.dashboard .prompt_follow ul .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-color: #f5f5f5;
  background-position: center center; }

.dashboard .prompt_follow ul .username {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #777;
  font-weight: 500;
  font-size: .9em;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis; }

.dashboard .prompt_follow ul .follow {
  width: 60px;
  font-size: .9em;
  color: #aaa;
  text-align: right;
  border: none;
  padding: 0; }

.dashboard .prompt_follow ul .follow.following {
  background-color: transparent; }

.dashboard .prompt_follow ul .follow:hover {
  color: #555;
  text-decoration: none;
  background-color: transparent; }

body.gutter-active .dashboard_right {
  display: none; }

@media (max-width: 1200px) {
  .dashboard_left {
    display: block; }

  .dashboard_right {
    display: none; } }
@media (max-width: 979px) {
  .dashboard {
    display: block; }

  .dashboard_main {
    margin: 0; }

  .dashboard_title {
    font-size: 1.4em;
    padding: 20px 15px; }

  .dashboard_left {
    flex: none;
    width: auto;
    margin: 0; }

  .dashboard_left .dashboard-menu {
    font-size: 1.2em;
    padding: 0;
    border-radius: 4px;
    margin: 20px 0; }

  .dashboard_left .dashboard-menu.open {
    border: 1px solid #ccc; }

  .dashboard_left .dashboard-menu .dashboard_headline,
  .dashboard_left .dashboard-menu li:not(.active) {
    display: none; }

  .dashboard_left .dashboard-menu.open li {
    display: block; }

  .dashboard_left .dashboard-menu.open .dashboard_headline {
    padding: .5em .75em;
    border-bottom: 1px solid #eee;
    margin: 10px 0 0 0; }

  .dashboard_left .dashboard-menu li {
    position: relative; }

  .dashboard_left .dashboard-menu li a {
    padding: 15px;
    border-bottom: 1px solid #eee; }

  .dashboard_left .dashboard-menu.open li a {
    display: block;
    padding: .5em .75em;
    font-size: .8em; }

  .dashboard_left .dashboard-menu li.active a {
    display: block;
    color: #555;
    pointer-events: none;
    border: 1px solid #ccc; }

  .dashboard_left .dashboard-menu.open li.active a {
    background-color: #eee;
    font-weight: bold;
    border: none; }

  .dashboard_left .dashboard-menu li.active a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #888;
    right: 15px;
    top: 50%;
    margin-top: -3px; }

  .dashboard_left .dashboard-menu.open li.active a::after {
    display: none; } }
@media (max-width: 767px) {
  .dashboard_left .dashboard-menu {
    margin: 20px; } }
/* tabbed nav */
.tabs_wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; }

.tabs {
  margin: 0 auto;
  text-align: left; }

.tabs li {
  margin-right: 1em;
  display: inline-block;
  margin-right: 1em; }

.tabs li a {
  display: block;
  color: #aaa;
  outline: 0;
  padding: .3em 0;
  text-decoration: none; }

.dashboard .featured_tags li {
  display: table; }

.dashboard .featured_tags li a {
  font-size: .9em;
  color: #777;
  text-decoration: none; }

.dashboard .featured_tags li a:hover,
.dashboard .dashboard-menu li a:hover {
  color: #333;
  font-weight: 500; }

.tabs li a:hover {
  color: #555;
  background-color: transparent; }

.tabs li a:active {
  background-color: transparent; }

.tabs li.active a {
  font-weight: bold;
  color: #555;
  border-bottom: 2px solid #f82a53;
  padding: .75em 0 .5em 0; }

.tabs li.headline {
  margin: 1em 0 .5em 0;
  font-size: .8em;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: none; }

.tabs li.headline:first-child {
  margin-top: 0; }

.tabs li i {
  font-size: 1.5em;
  float: right;
  font-weight: bold; }

.tabs-big-wrapper h1 {
  font-size: 2em;
  color: #222;
  clear: both;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 1em;
  max-width: 1435px;
  padding-top: 10px; }

@media (max-width: 978px) {
  .tabs_wrapper {
    border: none; }

  .tabs li {
    padding: 0;
    margin: 0;
    display: none; }

  .tabs.open li {
    display: block; }

  .tabs li.active {
    display: block; }

  .tabs li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

  .tabs:not(.open) li + li {
    border: none; }

  .tabs li a {
    background-color: #f5f5f5;
    padding: .5em .75em;
    color: #999; }

  .tabs li a:active {
    background-color: #eee;
    color: #777; }

  .tabs li.active a {
    position: relative;
    border: none;
    pointer-events: none;
    padding: .5em .75em;
    color: #333; }

  .tabs li.active a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #888;
    right: 10px;
    top: 50%;
    margin-top: -3px; }

  .tabs.open li.active a::after {
    display: none; }

  .tabs-big {
    font-size: 1.4em;
    font-weight: bold; }

  .tabs_wrapper {
    border-bottom: none;
    text-align: center; }

  .tabs-big-wrapper h1 {
    font-size: 1.6em; } }
/* dashboard icons — utf-8 emoji */
.menu-home .icon {
  background-position: -2.5px -62.5px; }

.menu-watch-later .icon {
  background-position: -122.5px -92.5px; }

.menu-featured .icon {
  background-position: -62.5px -32.5px; }

.menu-hot .icon {
  background-position: -32.5px -62.5px; }

.menu-new .icon {
  background-position: -32.5px -92.5px; }

.menu-cat-animation .icon {
  background-position: -2.5px -2.5px; }

.menu-cat-anime .icon {
  background-position: -32.5px -2.5px; }

.menu-cat-art .icon {
  background-position: -62.5px -2.5px; }

.menu-cat-asmr .icon {
  background-position: -92.5px -2.5px; }

.menu-cat-brainfood .icon {
  background-position: -2.5px -32.5px; }

.menu-cat-comedy .icon {
  background-position: -32.5px -32.5px; }

.menu-cat-creepy .icon {
  background-position: -32.5px -122.5px; }

.menu-cat-gaming .icon {
  background-position: -92.5px -32.5px; }

.menu-cat-lifestyle .icon {
  background-position: -62.5px -62.5px; }

.menu-cat-movies-entertainment .icon {
  background-position: -92.5px -62.5px; }

.menu-cat-music .icon {
  background-position: -2.5px -92.5px; }

.menu-cat-podcasts .icon {
  background-position: -62.5px -92.5px; }

.menu-cat-politics .icon {
  background-position: -92.5px -92.5px; }

.menu-cat-tech .icon {
  background-position: -122.5px -2.5px; }

.menu-cat-vidme .icon {
  background-position: -122.5px -32.5px; }

.menu-cat-vlogs .icon {
  background-position: -122.5px -62.5px; }

.menu-cat-www .icon {
  background-position: -2.5px -122.5px; }

/* comments */
.comments {
  font-size: .9em; }

.comments a {
  color: #aaa; }

.comments h3 {
  margin-top: 0;
  font-family: inherit;
  color: #555; }

.comments .comments_inner {
  margin-bottom: 1em; }

.comments_composer_input {
  padding: .35em .6em .3em .6em;
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 2px; }

.comments_composer_input textarea {
  border: none;
  padding: 2px 1px;
  width: 100%;
  resize: none;
  background-color: transparent;
  height: 1.5em; }

.comments_composer_input.comments_composer_cant_comment textarea {
  overflow: hidden; }

.comments_composer_input textarea:focus {
  box-shadow: none;
  outline: none; }

.comments_composer > .comments_composer_error {
  margin-bottom: 8px !important; }

.comments_composer_submit {
  display: none;
  margin-top: .5em; }

.comments_composer_submit .btn {
  border: none;
  font-size: .85em;
  border-radius: 50px;
  font-weight: bold;
  padding: .5em 1em; }

.comments_list {
  overflow: hidden; }

.comments_list > li {
  overflow: hidden;
  text-align: left; }

.comments_list > li + li {
  margin-top: 2px; }

.comments_list > li:last-child {
  margin-bottom: 1em; }

.comments_list > li li + li {
  margin-top: 5px; }

.comments_list .comments_composer {
  margin: 5px 0 10px 30px; }

.comments_list .comment_video_title {
  margin-bottom: .5em; }

.comments_list .comment_video_title a {
  color: #555;
  font-size: 1.1em;
  font-weight: 500; }

.comments_list .comment_vote {
  float: left;
  padding-top: 4px; }

.comments_list .comment_vote li {
  margin-top: -1px;
  width: 25px;
  text-align: center;
  color: #ddd; }

.comments_list .comment_vote li a {
  color: #ccc;
  display: block;
  text-decoration: none; }

.comments_list .comment_vote i,
.comments_list .comment_vote .comment_upvote {
  display: block; }

.comments_list .comment_vote:hover * {
  color: #555; }

.comments_list .comment_vote .comment_upvote.active * {
  color: #222;
  font-weight: bold; }

.comments_list .comment_vote .comment_score {
  display: none;
  margin-top: -2px;
  font-size: 10px; }

.comments_list .comment_vote .nonzero .comment_score {
  display: inherit; }

.comments_list .comment_vote li a {
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 6px; }

.comments_list .comment_vote li.nonzero a {
  padding: 0px 0;
  font-size: 12px; }

.comments_list > li > .inner {
  overflow: hidden; }

.comments_list > li + li {
  margin-top: 1em; }

.comments_list .comment_author_photo {
  float: left;
  margin-right: 7px; }

.comments_list .comment_author_photo > a {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #f7f7f3;
  border-radius: 30px; }

.comments_list .comment_author_photo > a > img {
  width: 32px;
  height: 32px;
  border-radius: 50px; }

.comments_list .comment-mod .comment_author_photo > a:after,
.comments_list .comment-op .comment_author_photo > a:after,
.comments_list .comment-subscriber .comment_author_photo > a:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  line-height: 9px;
  width: 14px;
  height: 12px;
  font-size: 8px;
  padding: 2px 3px;
  text-align: center; }

.comments_list .comment-mod .comment_author_photo > a:after {
  display: none; }

.comments_list .comment-op .comment_author_photo > a:after {
  display: none; }

.comments_list .comment-mod > .self .comment_author_photo > a:after {
  content: "M";
  background-color: #fb254f; }

.comments_list .comment-op > .self > .inner > .comment_author_photo > a:after {
  content: "OP";
  background-color: #a639f8;
  width: 17px; }

.comments_list > .comment-subscriber .comment_author_photo > a:after {
  content: ""; }

.comments_list .comment-mod > .self .comment_author_photo > a:after {
  display: block; }

.comments_list .comment_inner {
  overflow: hidden; }

.comments_list .comment_body {
  unicode-bidi: embed;
  white-space: pre-wrap;
  word-wrap: break-word; }

.comments_list .comment_meta {
  display: block; }

.comments_list .comment_meta > * {
  display: inline-block;
  margin-right: 2px;
  color: #ccc;
  font-size: .85em; }

.comments_list .comment_author_username {
  color: #555;
  font-weight: bold;
  font-size: 1em; }

.comments_list .comment-subscriber > .self > .inner > .comment_inner > .comment_meta > .comment_author_username:after {
  display: inline-block;
  content: '';
  line-height: 9px;
  width: 13px;
  height: 13px;
  background-image: url("/cdn/images/emojis/heart.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center;
  background-color: transparent;
  margin-left: 4px;
  margin-bottom: -2px; }

.comments_list .comment_author_verified {
  display: none !important;
  width: 12px;
  height: 12px;
  background-image: url("/cdn/images/badges/verified.svg");
  background-size: cover;
  margin: 0 0 -1px -2px; }

.comments_list .comment_author_featured {
  display: inline-block;
  display: none !important;
  width: 12px;
  height: 12px;
  background-image: url("/cdn/images/badges/featured.svg");
  background-size: cover;
  margin: 0 0 -1px -2px; }

.comments_list .comment_toggle {
  font-size: .7em;
  cursor: pointer;
  vertical-align: top;
  padding-top: 3px;
  margin-right: 0;
  padding-right: 2px;
  user-select: none; }

.comments_list .comment_date {
  display: inline-block;
  color: #ccc;
  font-weight: normal;
  font-size: .85em; }

.comments_list .comment-subscriber > .self > .inner > .comment_inner > .comment_meta > .comment_date {
  padding-left: 0; }

.comments_list .comment_delete > a,
.comments_list .comment_parent > a,
.comments_list .comment_mark_not_spam > a,
.comments_list .comment_reply > a {
  color: #ccc; }

.img {
  display: inline-block;
  background-size: contain; }

.comments_list > li > .children,
.comments_list_child > li > .children {
  padding-top: 10px;
  padding-left: 30px; }

.comments_list .comment_spam {
  background-color: #f9f9f9;
  opacity: .5; }

.comments_list .comment_spam_expand {
  cursor: pointer;
  font-style: italic; }

.comments_list .comment_spam_expand > span.comment_body {
  display: none; }

@media (max-width: 767px) {
  .comments_list > li > .children,
  .comments_list_child > li > .children {
    padding-left: 20px; } }
.comments_list .comment_more {
  cursor: pointer;
  color: #ccc;
  font-size: .85em; }

/* comment view */
#comment_view .alert {
  display: inline-block;
  font-size: .9em;
  margin-bottom: 2em; }

/* video lists */
.videos_list > li {
  text-align: left;
  position: relative;
  background-color: #fff;
  padding: 20px; }

.videos_list > li + li {
  border-top: 1px solid #e8e8e8; }

.videos_list > li:not(.player-open):hover {
  background-color: #f5f5f5;
  cursor: pointer; }

.videos_list > li.player-open {
  padding: 0; }

.videos_list > li > .inner {
  display: table;
  table-layout: fixed;
  width: 100%; }

.videos_list > li.player-open > .inner {
  padding: 20px; }

.videos_list > li.placeholder {
  background-color: transparent;
  height: 0; }

.videos_list > li.watched .thumb_wrapper:before {
  content: 'WATCHED';
  position: absolute;
  z-index: 9;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold; }

.videos_list > li.active {
  margin-bottom: 3em; }

.videos_list > li .alert {
  margin-top: 10px;
  margin-bottom: 0px; }

.videos_list .thumb_author_photo {
  float: left; }

.videos_list .thumb_meta {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px; }

.videos_list > li.player-open .thumb_meta {
  padding: 0; }

.videos_list > li .thumb_author_photo {
  margin-right: 1em;
  display: none; }

.videos_list > li .thumb_author_photo > a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  visibility: visible;
  vertical-align: middle; }

.videos_list > li .thumb_wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 200px; }

.videos_list > li.player-open .thumb_wrapper {
  display: none; }

.videos_list > li .thumb_wrapper > a.thumb_img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: #000;
  background-size: 100.7%;
  background-position: center;
  background-repeat: no-repeat; }

.videos_list > li .thumb_wrapper > a > .thumb_duration {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  padding: 4px 7px;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  color: #fff; }

.videos_list > li .thumb_wrapper > a > img,
.videos_list > li .thumb_wrapper > a > video {
  min-width: 100%;
  min-height: 100%; }

.videos_list > li .thumb_nsfw {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FF5151;
  font-size: 2.2em;
  letter-spacing: 0.06em;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 20%; }

.videos_list > li .thumb_badges {
  font-size: 0;
  margin-top: 10px; }

.videos_list > li .thumb_badges > * {
  font-size: 7pt;
  margin-bottom: .5em;
  text-transform: uppercase; }

.videos_list > li .thumb_unlisted,
.videos_list > li .thumb_channel,
.videos_list > li .thumb_scheduled,
.videos_list > li .thumb_pinned,
.videos_list > li .thumb_subscribed_only,
.videos_list > li .thumb_featured {
  display: inline-block;
  border-radius: 3px;
  padding: .5em .75em;
  line-height: 1em;
  color: #999;
  background-color: #f8f8f8;
  margin-right: 5px;
  letter-spacing: 0.03em; }

.videos_list > li .thumb_scheduled {
  background-color: #fff;
  padding: 2px 2px; }

.videos_list > li .thumb_unlisted i,
.videos_list > li .thumb_channel i {
  margin-right: 2px; }

.videos_list > li .thumb_subscribed_only i {
  margin-right: 4px; }

.videos_list > li .thumb_featured {
  display: none; }

.videos_list > li .thumb_channel {
  background-color: rgba(248, 42, 83, 0.1);
  color: #f82a53; }

.videos_list > li .thumb_channel a {
  color: #f82a53; }

.videos_list > li .thumb_title {
  display: block;
  unicode-bidi: embed;
  text-decoration: none; }

.videos_list > li .thumb_title_label {
  display: inline;
  color: #333;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.3em;
  font-weight: 500;
  padding: 0 5px 0 0;
  overflow-x: hidden;
  word-wrap: break-word; }

.videos_list > li.player-open .thumb_title_label {
  font-size: 1.6em;
  color: #333; }

.videos_list > li .thumb_title_label:hover {
  text-decoration: underline; }

.videos_list > li .thumb_author_username > a {
  line-height: 1.6em;
  color: #777;
  font-size: 1em; }

.videos_list > li .thumb_author_username .repost-info-wrapper,
.videos_list > li .thumb_author_username .repost-info-wrapper > a {
  color: #b4b4b4; }

.videos_list > li .thumb_author_username .repost-info-wrapper i {
  margin: 0 3px 0 5px; }

.videos_list > li .thumb_author_username.empty {
  display: none; }

.videos_list .thumb_stats {
  display: inline-block;
  vertical-align: middle; }

.videos_list > li .thumb_stat {
  vertical-align: middle;
  font-size: .9em;
  color: #999;
  margin-right: 8px;
  line-height: 26px;
  margin-top: -1px;
  display: none; }

.videos_list > li .thumb_stat.thumb_comments,
.videos_list > li .thumb_stat.thumb_date {
  display: inline-block; }

.videos_list > li .thumb_stat > a {
  color: #bbb;
  text-decoration: none; }

.videos_list > li .thumb_stat.thumb_watching {
  color: #a2b73a;
  opacity: 1;
  cursor: default; }

.videos_list > li .thumb_stat.thumb_tips {
  color: #35d4aa;
  opacity: 1;
  cursor: default; }

.videos_list .thumb_actions {
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 180px; }

.videos_list .thumb_action,
.videos_list .thumb_more {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-bottom: 5px; }

.videos_list .thumb_action > a {
  display: block;
  font-size: 0;
  padding: 4px 16px;
  color: #999;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
  min-height: 27px;
  min-width: 55px;
  white-space: nowrap; }

.videos_list .thumb_repost > a.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.videos_list .thumb_action.thumb_repost {
  margin-right: 10px;
  display: none; }

.videos_list .player-open .thumb_action.thumb_repost {
  display: inline-block; }

.videos_list .thumb_action svg {
  fill: #999; }

.videos_list > li:hover .thumb_action > a {
  background-color: #fff; }

.videos_list .thumb_action > a:hover {
  color: #555;
  border-color: #999; }

.videos_list .thumb_action > a:active {
  background-color: #eee;
  transform: scale(0.95); }

.videos_list .thumb_action > a.active {
  color: #4bb7a7;
  background: rgba(75, 183, 167, 0.09);
  border-color: #4bb7a7; }

.videos_list .thumb_action > a.active:hover {
  border-color: #4bb7a7; }

.videos_list .thumb_action > a i {
  font-size: 19px;
  margin-left: 1px;
  margin-top: -1px; }

.videos_list .thumb_action > a i.fa-comment {
  font-size: 12px;
  margin: 0; }

.videos_list .thumb_action.thumb_album_delete {
  margin-right: 10px; }

.videos_list .thumb_action.thumb_album_delete:hover a {
  color: #f82a53;
  border-color: #f82a53; }

.videos_list .thumb_vote > a > span .boost {
  font-weight: normal;
  color: #aaa;
  font-size: .9em; }

.videos_list .thumb_action > a i,
.videos_list .thumb_action > a > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none; }

.videos_list .thumb_action > a > .num {
  font-size: 10pt; }

.videos_list .thumb_share,
.videos_list .thumb_tip {
  display: none; }

.videos_list .thumb_action > a i.zero {
  margin-top: 2px; }

.videos_list .thumb_action .num:not(.zero) {
  margin-left: 5px;
  font-size: 10pt; }

.videos_list .num.zero {
  display: none; }

.videos_list .thumb_more {
  margin-top: 4px; }

.videos_list .thumb_more > a {
  text-align: center;
  color: #ccc;
  -webkit-user-select: none;
  text-decoration: none; }

.videos_list .thumb_more > a:hover img {
  opacity: .8; }

.videos_list .thumb_more.open > a img {
  opacity: .8; }

.videos_list .thumb_more > a img {
  width: 15px;
  opacity: .15;
  margin-top: -5px; }

.videos_list .video_list_embed_container {
  background-color: #f7f7f7; }

.videos_list .video_list_embed_container iframe {
  display: block;
  width: 100%;
  min-height: 490px; }

.videos_list .video_list_embed_container iframe.loading {
  visibility: hidden; }

.videos_list .thumb_img {
  display: block;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein .5s;
  -o-animation: fadein .5s;
  animation: fadein .5s; }

.videos_list .thumb_img > video,
.videos_list .thumb_img > .video-js {
  background-size: cover;
  width: 100%;
  max-height: 50vh;
  /* min-height: 300px; */
  /* object-fit: cover; */
  display: block; }

@media (max-width: 979px) {
  width: 150px;
  min-width: 150px; }
@media (max-width: 767px) {
  .videos_list .thumb_author_username {
    font-size: .85em; }

  .videos_list > li .thumb_author_username:before {
    display: none; }

  .videos_list .thumb_more {
    margin-top: 2px; }

  .videos_list > li {
    padding: 10px; }

  .videos_list .thumb_meta {
    padding: 0 0 0 10px;
    vertical-align: top; }

  .videos_list > li .thumb_wrapper {
    width: 120px;
    min-width: 120px; }

  .videos_list > li .thumb_title_label {
    width: 100%;
    margin-bottom: .2em;
    font-weight: bold;
    font-size: 1em;
    padding: 0;
    margin: 0; }

  .videos_list > li.player-open .thumb_title_label {
    font-size: 1.5em; }

  .videos_list > li .thumb_wrapper > a > .thumb_duration {
    font-size: 8px; } }
@media (max-width: 576px) {
  .videos_list .thumb_actions {
    display: none; }

  .videos_list > li.player-open .thumb_actions {
    display: table-cell; }

  .videos_list > li .thumb_stat.thumb_upvotes {
    display: inline-block; }

  .videos_list > li .thumb_stat.thumb_upvotes i {
    font-size: 1.2em; } }
/* users list */
.users_list {
  margin-bottom: 2em;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  background-color: #fff;
  padding: 15px; }

.users_list li {
  display: inline-block;
  font-size: 10pt;
  width: 200px;
  line-height: 1.25em;
  margin: 0 15px 30px 0;
  overflow: hidden; }

.users_list li:only-child {
  margin: 0; }

.users_list li .inner {
  display: table; }

.users_list li > a:hover .user_username {
  text-decoration: underline; }

.users_list .user_photo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }

.users_list .user_photo > a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein .5s;
  -o-animation: fadein .5s;
  animation: fadein .5s; }

.users_list .inner2 {
  display: table-cell;
  vertical-align: top;
  padding: 0 .5em .25em 0;
  text-align: left; }

.users_list .user_username {
  display: block;
  font-weight: 500;
  color: #555;
  font-size: 1em; }

.users_list .user_videos,
.users_list .user_followers,
.users_list .user_views,
.users_list .user_tips {
  color: #bbb;
  margin-right: .5em;
  font-size: .8em;
  white-space: nowrap; }

.users_list .user_videos i,
.users_list .user_followers i,
.users_list .user_views i {
  margin-right: .25em; }

.users_list .inner3 {
  margin-top: 5px; }

.users_list .user_follow {
  font-size: 7pt;
  padding: 3px 7px;
  border-radius: 20px; }

.users_list .user_notify {
  font-size: 7pt;
  padding: 3px 7px;
  border-radius: 20px; }

.users_list .user_follow.following,
.users_list .user_notify.notified {
  background-color: transparent;
  border-color: rgba(248, 42, 83, 0.3);
  color: #f82a53; }

.users_list .user_notify i.fa-bell {
  display: none; }

.users_list .user_notify.notified i.fa-bell-o {
  display: none; }

.users_list .user_notify.notified i.fa-bell {
  display: inline; }

@media (max-width: 767px) {
  .users_list li + li {
    margin-top: 10px; }

  .users_list .inner2 {
    vertical-align: middle; } }
#users_view .empty_list {
  margin-bottom: 2em;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff; }

/* delete video from link */
#delete .video_preview {
  max-width: 400px; }

/* following page */
#following .nav {
  margin: 0 0 2em 0; }

/* user follow / subscribe widget */
.user_follow .fa-check,
.user_subscribe .fa-check {
  display: none; }

.user_follow.following .fa-check,
.user_subscribe.subscribed .fa-check {
  display: inherit; }

.video_follow .fa-check,
.video_subscribe .fa-check {
  display: none; }

.video_follow .following .fa-check,
.video_subscribe .subscribed .fa-check {
  display: inherit; }

/* notifications */
.notifications_list li {
  color: #777;
  font-size: .8em;
  text-align: left;
  clear: both;
  overflow: hidden;
  padding: 15px 15px 15px 40px;
  position: relative; }

.notifications_list li + li {
  border-top: 1px solid #eee; }

.notifications_list li.unread {
  background-color: rgba(75, 183, 167, 0.09); }

.notifications_list li a:not(.btn) {
  color: #333; }

.notifications_list .notification_actor,
.notifications_list .notification_object {
  font-weight: bold; }

.notifications_list .notification_avatar_wrapper {
  float: left;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px; }

.notifications_list li.user-welcome,
.notifications_list li.video-processed {
  padding: 15px 12px; }

.notifications_list .notification_avatar {
  width: 24px;
  height: 24px;
  border-radius: 50px; }

.notifications_list .notification_body {
  overflow: hidden;
  line-height: 1.2em;
  padding-top: 3px; }

.notifications_list time {
  color: #ccc; }

.notification-dropdown {
  position: absolute;
  top: 36px;
  right: 0px;
  max-height: 50vh;
  max-width: 50vw;
  width: 300px;
  overflow-y: auto;
  background-color: #fff;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  left: inherit; }

.notifications_list .collapse {
  display: none; }

.notifications_loading {
  padding: 1em; }

.notifications_loading span {
  display: inline-block;
  vertical-align: middle;
  font-size: .9em; }

.notifications_loading img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.notification-dropdown .load-more,
#notifications .load-more {
  font-size: .8em;
  background-color: #f2f2f2;
  color: #555; }

.notification-dropdown .load-more:hover,
#notifications .load-more:hover {
  background-color: #eee;
  color: #222; }

.notifications_empty {
  font-size: .9em; }

/* reset */
#reset h1 {
  margin: 1em 0; }

#reset .form-reset {
  padding-left: 0; }

#reset .form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 300px; }

@media (max-width: 767px) {
  #reset h1 {
    text-align: center; }

  #reset .form-reset {
    padding-left: 15px; } }
/* login, sign up modals */
#sign-in-modal .col-md-6 {
  padding: 0;
  padding-right: 30px; }

#sign-in-modal .col-md-6 + .col-md-6 {
  padding-right: 0; }

#sign-in-modal label {
  display: block; }

#sign-in-modal .login-forgot {
  font-weight: normal;
  float: right;
  line-height: 35px; }

#sign-in-modal .form-group {
  margin-bottom: .75em; }

.social-auth {
  margin-bottom: 1em;
  overflow: hidden; }

.social-auth .social-auth-buttons {
  overflow: hidden;
  clear: both; }

.social-auth .social-auth-buttons a {
  float: left;
  min-width: 150px;
  padding: 7px 15px;
  border-radius: 50px;
  margin-right: 5px; }

.social-auth .social-auth-buttons a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px; }

.social-auth .social-auth-twitter {
  border: 1px solid rgba(0, 172, 238, 0.5);
  color: #00acee; }

.social-auth .social-auth-twitter:hover {
  border: 1px solid #00acee;
  color: #00acee; }

.social-auth .social-auth-facebook {
  border: 1px solid rgba(59, 89, 152, 0.5);
  color: #3b5998; }

.social-auth .social-auth-facebook:hover {
  border: 1px solid #3b5998; }

.social-auth i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  font-size: 1.5em; }

.social-auth .social-auth-or {
  margin-top: 1em;
  color: #aaa; }

#sign-up-modal label[for="signupInputUsername"] {
  color: #aaa;
  font-weight: normal; }

@media (max-width: 767px) {
  #sign-in-modal .col-md-6 {
    padding: 0; }

  .social-auth i {
    width: 15px; }

  .social-auth i.fa.fa-facebook {
    margin-left: 2px;
    margin-right: 7px; }

  .social-auth .social-auth-buttons a {
    min-width: 200px;
    text-align: left; }

  .social-auth .social-auth-buttons a {
    margin-bottom: 10px; }

  .social-auth .social-auth-or {
    margin-top: 5px; }

  #sign-in-modal .login-forgot {
    float: none;
    text-align: center;
    font-size: .85em; } }
/* tip modal */
.tip-modal .modal-dialog {
  width: 400px; }

.tip-modal .modal-body {
  padding: 1.5em 1.5em 2.5em 1.5em; }

.tip-modal .tip-amounts {
  overflow: hidden;
  margin-bottom: 10px; }

.tip-modal .tip-amounts a {
  float: left;
  width: 20%;
  font-size: 1.2em;
  border: 1px solid rgba(248, 42, 83, 0.3);
  font-weight: bold;
  text-align: center;
  margin: 0 5px 5px 0;
  padding: .5em 0; }

.tip-modal .tip-amounts a.btn:hover {
  border-color: #f82a53;
  color: #f82a53; }

.tip-modal .input-prefix {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em; }

.tip-modal #custom_input_field {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center; }

.tip-modal input[type="number"] {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  font-size: 1.8rem;
  height: 4rem; }

.tip-modal #custom_input_field .input-prefix {
  font-size: 1.8rem;
  height: 4rem;
  vertical-align: middle;
  line-height: 4rem; }

.tip-modal .modal-help {
  margin-bottom: 1em; }

.tip-modal .continue {
  margin-bottom: 20px; }

.tip-modal .powered-stripe {
  position: fixed;
  bottom: 15px;
  right: 15px; }

.tip-modal .tips-button {
  margin-bottom: 1em;
  width: 100%; }

.tip-modal .price-breakdown {
  display: table;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

.tip-modal .price-breakdown .row {
  display: table-row; }

.tip-modal .price-breakdown .row .username {
  text-overflow: ellipsis;
  font-weight: bold; }

.tip-modal .price-breakdown .row .col {
  display: table-cell; }

.tip-modal .price-breakdown .row .amount {
  text-align: right; }

.tip-modal .price-breakdown i {
  cursor: pointer; }

.tip-modal .buttons .continue {
  width: 230px;
  margin: auto; }

.tip-modal .buttons .btn {
  display: block; }

.tip-modal .loading-tip {
  text-align: center; }

/* misc */
#grab_fail {
  padding: 1em;
  font-size: 20px;
  text-align: center; }

/* tag suggest list */
/* mentions and tags suggest */
.suggest-list {
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto; }

.suggest-list > li {
  padding: 5px;
  color: #333333;
  font-size: 1.3rem; }

.suggest-list > li + li {
  border-top: 1px solid #eee; }

.suggest-list > li.active,
.suggest-list > li:hover {
  background-color: #eee; }

.suggest-list > li.active + li:hover,
.suggest-list > li:hover + li.active {
  border-top-color: #eee; }

.suggest-list > li:hover {
  cursor: pointer; }

.suggest-list > li.active:hover {
  background-color: #eee; }

.suggest-list .name {
  padding-left: 5px; }

/* avatar related stuff */
.avatar {
  position: relative;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }

#user-cover-upload-modal .cta,
#avatar-upload-modal .cta,
#thumbnail-upload-modal .cta {
  margin-bottom: 1em; }

#user-cover-upload-modal .cta span,
#avatar-upload-modal .cta span,
#thumbnail-upload-modal .cta span {
  display: inline-block;
  font-size: 1em;
  margin: 0 1em;
  color: #bbb;
  line-height: 1.2em; }

#user-cover-upload-modal .cta input[type="text"],
#avatar-upload-modal .cta input[type="text"],
#thumbnail-upload-modal .cta input[type="text"] {
  font-size: .85em;
  padding: .5em 0;
  background: none;
  text-align: center;
  width: 95%; }

#user-cover-upload-modal .cta.draganddrop,
#avatar-upload-modal .cta.draganddrop,
#thumbnail-upload-modal .cta.draganddrop {
  font-size: 1.1em;
  padding: 2em;
  border: 5px dashed #eee;
  border-radius: 5px;
  margin: 0 auto .5em auto; }

#user-cover-upload-modal
#avatar-upload-modal .cta.draganddrop.hover,
#thumbnail-upload-modal .cta.draganddrop.hover {
  background: #FFFCEA;
  border-color: transparent; }

#user-cover-upload-modal .draganddrop span,
#avatar-upload-modal .draganddrop span,
#thumbnail-upload-modal .draganddrop span {
  margin: 0;
  line-height: 1em;
  padding: 0.2em 0em;
  border-bottom: 1px solid transparent;
  /* for alignment */
  display: inline-block;
  overflow: hidden;
  margin-bottom: -0.2em; }

#user-cover-upload-modal .draganddrop .choose,
#avatar-upload-modal .draganddrop .choose,
#thumbnail-upload-modal .draganddrop .choose {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  position: relative; }

#user-cover-upload-modal .draganddrop .choose i,
#avatar-upload-modal .draganddrop .choose i,
#thumbnail-upload-modal .draganddrop .choose i {
  margin-right: 5px; }

#user-cover-upload-modal .draganddrop .choose input[type="file"],
#avatar-upload-modal .draganddrop .choose input[type="file"],
#thumbnail-upload-modal .draganddrop .choose input[type="file"] {
  cursor: pointer;
  direction: ltr;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 300%;
  height: 100%; }

#avatar-upload-modal .crop-area {
  max-width: 250px; }

#avatar-upload-modal .crop-area img {
  max-width: 100%; }

/* error page */
#error_view {
  text-align: center; }

#error_view .error_image img {
  width: 300px;
  margin-bottom: 2em; }

#error_view .error_contact {
  font-size: 1.2em;
  color: #999;
  margin-top: .5em; }

@media (max-width: 767px) {
  #error_view .error_image img {
    width: 150px;
    margin-bottom: 0; } }
/* video edit modal */
.video-edit-modal .edit-thumbnail .help {
  padding-left: .75em; }

.video-edit-modal .coming-soon {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.4);
  background-color: #f7f7f7; }

.video-edit-modal .thumbnail-container + span > span {
  margin-left: 4px;
  color: #bbb; }

.video-edit-modal .help {
  color: #999; }

.video-edit-modal .checkbox {
  margin-bottom: 1px; }

.video-edit-modal .js-file-input-value {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: .9em;
  font-weight: bold; }

.video-edit-modal .js-file-input-clear {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  margin-left: 20px;
  line-height: 1em;
  margin-top: -3px; }

.video-edit-modal .video-publish-date-input-group {
  margin: 0.5em 0; }

.video-edit-modal .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
  border-radius: 4px; }

.video-edit-modal .help.category-description {
  margin-top: 6px;
  margin-left: 2px; }

.video-edit-modal #description {
  max-width: 100%;
  min-height: 6em;
  max-height: 500px; }

/* video publish modal */
.video-publish-modal .help {
  color: #999; }

.video-publish-modal .coming-soon {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.4);
  background-color: #f7f7f7; }

.video-publish-modal .checkbox {
  margin-bottom: 1px;
  margin-top: 0px; }

.video-publish-modal .js-file-input-value {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: .9em;
  font-weight: bold; }

.video-publish-modal .js-file-input-clear {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  margin-left: 20px;
  line-height: 1em;
  margin-top: -3px; }

#datepicker {
  position: relative;
  text-align: center; }

#timepicker {
  position: relative;
  text-align: center; }

.video-publish-date-input-group {
  margin: 0.5em 0;
  width: 6.4em;
  display: inline-block; }

.video-publish-modal .bootstrap-datetimepicker-widget button[data-action],
.video-edit-modal .bootstrap-datetimepicker-widget button[data-action] {
  padding: 7px;
  border-radius: 4px; }

.video-publish-modal .bootstrap-datetimepicker-widget.dropdown-menu,
.video-edit-modal .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 20em; }

.video-publish-modal .bootstrap-datetimepicker-widget.dropdown-menu a,
.video-edit-modal .bootstrap-datetimepicker-widget.dropdown-menu a {
  color: #aaa; }

.video-publish-modal .bootstrap-datetimepicker-widget.dropdown-menu a:hover,
.video-edit-modal .bootstrap-datetimepicker-widget.dropdown-menu a:hover {
  color: #333; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: rgba(75, 183, 167, 0.09);
  color: #4BB7A7; }

.bootstrap-datetimepicker-widget .timepicker-picker .btn-primary {
  background-color: rgba(75, 183, 167, 0.09);
  color: #4BB7A7;
  border-color: rgba(75, 183, 167, 0); }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #aaa; }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #4BB7A7; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #ffffff; }

.video-publish-modal .help.category-description {
  margin-top: 6px;
  margin-left: 2px; }

/* video thumbnail editor */
#video-thumbnail-editor .thumbnail-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
  text-align: left;
  cursor: pointer; }

#video-thumbnail-editor input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1000; }

#video-thumbnail-editor .options > * {
  display: inline-block;
  height: 100%; }

#video-thumbnail-editor .btn-upload {
  border: 2px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  color: #999;
  text-decoration: none; }

#video-thumbnail-editor .btn-upload:hover {
  border-color: #ccc;
  color: #777; }

/* video voter styles */
.thumb_stats .thumb_vote > a {
  display: inline-block;
  vertical-align: middle;
  color: #aaa;
  text-decoration: none;
  -webkit-user-select: none; }

.thumb_stats .thumb_vote > a:hover {
  background-color: transparent;
  color: #888; }

.thumb_stats .thumb_vote > a.active {
  color: #444; }

.thumb_stats .thumb_vote > a.active span {
  color: #444; }

.thumb_stats .thumb_vote > a span.num {
  margin-left: 5px; }

/* oauth */
#oauth-apps .well,
#oauth-clients .well {
  margin-top: 1em; }

#oauth-apps p,
#oauth-clients p {
  margin-top: 1em;
  margin-bottom: 0; }

#oauth-app-detail span.heading,
#oauth-client-detail span.heading {
  width: 150px;
  display: inline-block;
  margin-bottom: 0.3em; }

#oauth-app-detail span.heading + span,
#oauth-client-detail span.heading + span {
  display: inline-block;
  margin-bottom: 0.3em; }

#oauth-app-detail ul,
#oauth-authorize .oauth-scopes ul {
  list-style: disc;
  padding-left: 2em; }

#oauth-app-detail .oauth-app-detail-permissions .actions {
  margin-top: 2em; }

#oauth-client-detail .actions {
  margin-top: 2em;
  display: none; }

#oauth-authorize .well {
  background-color: transparent; }

#oauth-authorize .oauth-scopes {
  margin-top: 1em;
  margin-bottom: 1em; }

#oauth-client-create,
#oauth-client-edit,
#oauth-client-detail,
#oauth-clients {
  padding: 30px;
  background-color: #fff;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto; }

#oauth-client-create .breadcrumb,
#oauth-client-edit .breadcrumb,
#oauth-client-detail .breadcrumb {
  padding: 8px 0px;
  background-color: #fff; }

#oauth-client-create .form-settings input,
#oauth-client-edit .form-settings input {
  max-width: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: auto;
  padding: .5em .75em; }

#oauth-client-create textarea,
#oauth-client-edit textarea {
  resize: none;
  max-width: 700px;
  border: 1px solid #ddd;
  border-radius: 4px; }

#oauth-client-edit .form-alternative {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px; }

#oauth-client-edit .form-alternative a {
  display: inline-block;
  margin-right: 12px;
  padding: 6px 0px;
  color: #aaa; }

/* settings section */
@media (min-width: 768px) {
  body.pg-oauth-clientcreate,
  body.pg-oauth-clientedit,
  body.pg-oauth-clientdetail,
  body.pg-oauth-clients {
    background-color: #f5f5f5; } }
/* uploader modal */
#uploader-modal .step1 > .upload-option {
  height: 55px;
  margin-bottom: 5px;
  border-radius: 3px;
  line-height: 24px;
  cursor: pointer;
  border: none;
  background-color: #f2f2f2;
  font-weight: bold; }

#uploader-modal .step1 > .upload-option {
  background-color: #f5f5f5; }

#uploader-modal .alert a {
  color: #2a6496; }

#uploader-modal .step1 > *:hover {
  border-color: #ccc; }

#uploader-modal .step1 > *:hover span {
  color: #555; }

#uploader-modal .step1 > * i {
  font-size: 1.7em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  width: 22px; }

#uploader-modal .step1 > * span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-weight: normal; }

#uploader-modal .browse {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 15px;
  width: 100%; }

#uploader-modal label.browse {
  display: block; }

#uploader-modal .browse input[type="file"] {
  cursor: pointer;
  direction: ltr;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 300%;
  height: 100%; }

#uploader-modal .drag-and-drop {
  padding: 15px;
  border-style: dashed;
  cursor: default;
  border-color: #ddd; }

#uploader-modal .step1 > .drag-and-drop:hover {
  border-color: #ddd; }

#uploader-modal .step1 > .drag-and-drop:hover span {
  color: #999; }

#uploader-modal .grab i {
  position: absolute;
  margin-top: 17px;
  margin-left: 16px; }

#uploader-modal .grab input {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  padding-left: 47px;
  height: 55px;
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  background-image: none;
  text-align: left;
  font-weight: normal; }

#uploader-modal .grab input::-webkit-input-placeholder {
  color: #999; }

#uploader-modal .grab input::-moz-input-placeholder {
  color: #999; }

#uploader-modal .uploader-modal-rules {
  color: #aaa;
  font-size: .9em;
  margin-top: 10px; }

#uploader-modal .uploader-modal-rules a {
  text-decoration: underline; }

#uploader-modal .selected-channel a.pull-right {
  text-decoration: none;
  font-size: 1.5em;
  margin-top: -4px; }

#uploader-modal .spinner span {
  vertical-align: middle;
  margin-left: 3px; }

#uploader-modal .video-public,
#uploader-modal .video-publish-date {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 2px; }

#uploader-modal .public-description {
  color: #aaa; }

#uploader-modal #datetimepicker {
  margin-top: 8px; }

#uploader-modal .video-publish-date-input-group {
  margin-bottom: 10px; }

#uploader-modal .alert-danger a {
  color: #a94442; }

/* placeholder shim */
#uploader-modal .grab input.placeholder {
  color: #999; }

#uploader-modal .drag-and-drop.in {
  background: #FFFCEA;
  border-color: transparent; }

#uploader-modal .drag-and-drop-overlay {
  color: transparent; }

.draggin-n-droppin #uploader-modal {
  overflow-y: hidden; }

.draggin-n-droppin #uploader-modal > * {
  display: none; }

.draggin-n-droppin #uploader-modal .drag-and-drop-overlay {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

.draggin-n-droppin #uploader-modal .drag-and-drop-overlay-close {
  cursor: pointer;
  text-align: right;
  padding-right: 30px;
  padding-top: 30px;
  font-size: 30px;
  line-height: 30px; }

.draggin-n-droppin #uploader-modal .drag-and-drop-overlay-inner {
  font-size: 100px;
  z-index: 0;
  position: fixed;
  top: 50%;
  height: 8em;
  margin-top: -100px;
  display: inline-block;
  left: 0;
  width: 100%; }

/* IE9 hack */
#uploader-modal.ie9orless .browse input {
  left: -99999px;
  opacity: 1;
  visibility: visible; }

#uploader-modal .terms.help {
  font-size: .9em;
  color: #ccc; }

#uploader-modal .terms.help a {
  color: #ccc;
  text-decoration: underline; }

#uploader-modal .terms.help a:hover {
  color: #FB254F; }

/* sharing buttons */
.sharing {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }

.sharing:hover {
  opacity: .8; }

.sharing.reddit {
  background-color: #ff4500;
  background-image: url("/cdn/images/sharing/reddit-logo.svg"); }

.sharing.facebook {
  background-color: #3b5998;
  background-image: url("/cdn/images/sharing/facebook-logo.svg"); }

.sharing.twitter {
  background-color: #4099FF;
  background-image: url("/cdn/images/sharing/twitter-logo.svg"); }

.sharing.tumblr {
  background-color: #35465c;
  background-image: url("/cdn/images/sharing/tumblr-logo.svg"); }

.sharing.whatsapp {
  background-color: #25d366;
  background-image: url("/cdn/images/sharing/whatsapp_white.png"); }

.sharing.email {
  background-color: #03CD96;
  background-image: url("/cdn/images/sharing/mail-logo.svg"); }

.sharing.stumbleupon {
  background-color: #da3300;
  background-image: url("/cdn/images/sharing/stumbleupon-logo.svg"); }

.sharing.gplus {
  background-color: #dc4e41;
  background-image: url("/cdn/images/sharing/google-plus-logo.svg"); }

.sharing.pinterest {
  background-color: #bd081c;
  background-image: url("/cdn/images/sharing/pinterest-logo.svg"); }

/* fonts */
@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  src: local("Montserrat"), local("Montserrat"), url("/fonts/Montserrat-Regular.ttf"); }
@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  src: local("Montserrat"), local("Montserrat"), url("/fonts/Montserrat-Bold.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  src: local("Roboto"), local("Roboto"), url("/cdn/vendor/fonts/roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: local("Roboto"), local("Roboto"), url("/cdn/vendor/fonts/roboto/Roboto-Bold.ttf"); }
/* dominant color */
.swatches {
  display: none; }

.swatches {
  margin-top: 6px; }

.swatches .swatch {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 3px;
  padding: 0; }

/* misc */
.reset-thumbnail {
  margin-left: 4px; }

/* mobile safari fixes */
body.pg-video-embed {
  padding: 0; }

.pg-video-embed .footer {
  display: none; }

.pg-video-embed .main > .container {
  min-height: 0px; }

.loading-more {
  margin-top: 60px;
  position: relative;
  height: 64px; }

.loading-more .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNjY2NjY2MiIGQ9Ik02MS4zLDMwLjdDNjAtNi42LDQtNi42LDIuNywzMC43YzAsMC43LTAuNiwxLjMtMS40LDEuM2wwLDBDMC42LDMyLDAsMzEuNCwwLDMwLjZjMS40LTQwLjgsNjIuNi00MC44LDY0LDANCgljMCwwLjgtMC42LDEuNC0xLjQsMS40bDAsMEM2MS45LDMyLDYxLjMsMzEuNCw2MS4zLDMwLjd6Ii8+DQo8L3N2Zz4NCg==");
  -webkit-animation: spinme linear 0.2s infinite !important;
  -moz-animation: spinme linear 0.2s infinite !important;
  animation: spinme linear 0.2s infinite !important; }

.loading-more .spinner:before {
  content: none; }

.pg-video-view .youtube-player {
  max-width: 100%;
  max-height: 600px;
  min-height: 360px; }

.pg-video-embed .youtube-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* album modals */
.album-create-modal .album-link-wrapper {
  font-size: .85em; }

.album-create-modal .album-link {
  font-weight: bold; }

.album-add-videos-modal .modal-body {
  padding-top: .5em; }

.album-add-videos-modal ul.album-add-video-list {
  list-style: none;
  overflow-y: auto;
  max-height: 500px;
  border: 1px solid #eee;
  padding: 5px; }

.album-create-modal .album-private,
.album-edit-modal .album-private {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 2px; }

.album-add-videos-modal ul.album-add-video-list li {
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  margin: 5px 0; }

.album-add-videos-modal ul.album-add-video-list li:first-child {
  margin-top: 0; }

.album-add-videos-modal ul.album-add-video-list li:last-child {
  margin-bottom: 0; }

.album-add-videos-modal ul.album-add-video-list li:hover {
  background-color: #f5f5f5; }

.album-add-videos-modal .thumb {
  width: 120px;
  height: 70px;
  float: left; }

.album-add-videos-modal .thumb + div {
  overflow: hidden;
  text-align: left;
  padding-left: .5em;
  height: 70px;
  display: table-cell;
  vertical-align: middle; }

.album-add-videos-modal .thumb img {
  max-width: 100%; }

.album-edit-videos-modal fieldset {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px;
  overflow: hidden; }

.album-edit-videos-modal fieldset:hover {
  border: 1px solid #ccc; }

.album-edit-videos-modal fieldset.ui-sortable-helper {
  opacity: 0.95; }

.album-edit-videos-modal .watch-later .handle {
  display: none; }

.album-edit-videos-modal fieldset .handle {
  font-size: 17px;
  color: #ccc;
  cursor: move;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  margin-top: -1px;
  padding-right: 4px; }

.album-edit-videos-modal fieldset .thumb {
  display: inline-block;
  vertical-align: top; }

.album-edit-videos-modal fieldset .left {
  float: left;
  width: 128px; }

.album-edit-videos-modal .watch-later fieldset .left {
  width: 110px; }

.album-edit-videos-modal fieldset .right {
  overflow: hidden; }

.album-edit-videos-modal fieldset .left img {
  width: 100px; }

.album-edit-videos-modal fieldset .form-group input:first-child {
  margin-bottom: 5px; }

.album-edit-videos-modal fieldset .form-group input,
.album-edit-videos-modal fieldset .form-group textarea {
  font-size: .9em; }

.album-edit-videos-modal fieldset .remove {
  font-size: .9em;
  text-align: right;
  margin-top: .25em; }

.album-video-add-modal .album_info.list-group {
  max-height: 400px;
  overflow-y: scroll;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 4px; }

.album-video-add-modal .album_info.list-group li {
  background-color: transparent;
  cursor: pointer;
  font-size: .9em;
  padding: 8px 10px;
  font-weight: bold;
  border-bottom: none; }

.album-video-add-modal .album_info.list-group li:first-child {
  border-top: none; }

.album-video-add-modal .album_info.list-group li:hover {
  background-color: #f5f5f5; }

.list-group-item:first-child
.album-video-add-modal .album_info.list-group li .text {
  display: inline-block;
  vertical-align: middle; }

.album-video-add-modal .album_info.list-group li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  color: #bbb;
  margin-right: 5px; }

.album-video-add-modal .badge {
  background-color: transparent;
  color: #bbb;
  font-weight: normal;
  padding-right: 0; }

.album-video-add-modal .create-album .badge {
  background-color: #f82a53;
  color: #555;
  font-weight: normal; }

.album-video-add-modal .watch-later .badge {
  background-color: #5bc0de;
  color: #fff; }

/* clipper */
#clip .video-js,
#video-thumbnail-editor .video-js {
  min-height: 480px; }

#clip .slider,
#video-thumbnail-editor .slider {
  width: 100%;
  margin-top: 10px;
  position: relative; }

#clip .slider .caret,
#video-thumbnail-editor .slider .caret {
  position: absolute;
  top: 160%;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid;
  /*
  transition: left 0.3s;
  transition-timing-function: linear;
  */ }

#clip .slider .slider-track,
#video-thumbnail-editor .slider-track {
  background-image: none;
  box-shadow: none;
  background-color: #eee; }

#clip .slider .slider-handle,
#video-thumbnail-editor .slider .slider-handle {
  border-radius: 3px;
  box-shadow: none;
  width: 10px;
  margin-left: -5px;
  background-image: none;
  background-color: #f82a53; }

#clip .slider .slider-selection {
  background: #f82a53; }

#video-thumbnail-editor .slider .slider-selection {
  display: none; }

#clip .options,
#video-thumbnail-editor .options {
  text-align: center;
  margin-top: 20px; }

#clip .options .btn,
#video-thumbnail-editor .options .btn {
  background-color: #f82a53;
  color: #fff;
  font-size: 1em; }

#clip .errors {
  text-align: center; }

#clip .errors .alert {
  margin-top: 20px;
  display: inline-block; }

#clip .js-clipper {
  text-align: center;
  font-size: 1.2em;
  color: #999; }

#clip .keep-url {
  margin-top: 1em;
  font-weight: normal;
  font-size: .9em; }

#clip .keep-url input[type=checkbox] {
  margin-right: 5px; }

/* analytics */
.analytics {
  height: 500px; }

/* widgets info page */
.pg-help-widgets h1 {
  margin-bottom: 10px;
  font-weight: bold; }

.pg-help-widgets .widget_follow_config li + li {
  margin-top: 1em; }

.pg-help-widgets .widget_follow_config div > label {
  font-weight: normal;
  color: #777; }

.pg-help-widgets .widget_follow_config .form-control {
  max-width: 250px;
  border: 1px solid #ddd; }

.pg-help-widgets .widget_follow_test {
  margin-top: 2px; }

.pg-help-widgets .widget_follow_code textarea {
  font-family: "Monaco", "Lucida Console", sans-serif;
  border: 2px dashed #ddd;
  padding: 10px;
  font-size: .8em;
  color: #333;
  width: 800px;
  height: 15em;
  resize: none; }

/* embed share modal */
.embed-share-modal .timewidget-settings {
  margin-top: 10px; }

.embed-share-modal .timewidget-url.timewidget-url-wrapper {
  border: 2px dashed #ddd; }

.embed-share-modal input.timewidget-url {
  font-size: 1em;
  background-color: transparent;
  border: none; }

.embed-share-modal .timewidget-settings label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0;
  font-size: .9em; }

.embed-share-modal .timewidget-settings input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
  background-color: transparent;
  border: 1px solid #ddd;
  font-size: .9em;
  padding: 5px 7px; }

.embed-share-modal .timewidget-settings input[type=checkbox],
.embed-share-modal .timewidget-settings label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; }

.embed-share-modal .timewidget-settings > .form-switch {
  padding-right: 3px; }

body:not(.pg-video-view):not(.pg-video-embed) .embed-share-modal .timewidget-settings {
  display: none; }

.embed-share-modal textarea.embed-code {
  background-color: transparent;
  cursor: text;
  font-size: .8em;
  height: 8em;
  border: none;
  box-shadow: none;
  resize: none;
  width: 100%;
  font-family: "Monaco", "Lucida Console", sans-serif;
  border: 2px dashed #ddd;
  padding: 10px; }

.embed-share-modal textarea.embed-code::selection {
  background: #eee; }

.embed-share-modal textarea.embed-code::-moz-selection {
  background: #eee; }

.embed-share-modal .embed-options {
  margin-top: .5em; }

.embed-share-modal .embed-options li {
  display: inline-block;
  margin-right: 1em;
  font-size: .9em; }

.embed-share-modal .embed-options label {
  font-weight: normal; }

.embed-share-modal .embed-options input[type=checkbox] {
  margin-right: 2px; }

@media (max-width: 767px) {
  .embed-share-modal .embed-settings {
    display: none; } }
/* subscribe modal */
.subscribe-modal .powered-stripe {
  position: fixed;
  bottom: 15px;
  right: 15px; }

.subscribe-modal .sub-badge {
  width: 18px;
  height: 18px;
  position: absolute;
  display: inline-block; }

.subscribe-modal .charge-helper-text {
  padding-left: 4px;
  font-size: 0.85em; }

.subscribe-modal .sub-badge-right-text {
  padding-left: 22px; }

.subscribe-modal .subscribe-benefits {
  list-style-type: circle;
  padding-left: 20px; }

.subscribe-modal .success {
  height: 300px;
  text-align: center;
  background-image: url("/cdn/images/confetti.gif");
  background-size: 40%; }

.subscribe-modal .success .text_wrapper {
  text-align: center; }

.subscribe-modal .success .text {
  display: inline-block;
  max-width: 500px;
  padding-top: 10px;
  font-size: 1.3em;
  font-weight: 500; }

.subscribe-modal .success .text a {
  color: #555;
  border-bottom: 1px solid #aaa;
  text-decoration: none; }

.subscribe-modal .success .subtext {
  font-size: .8em;
  margin-top: 10px;
  font-weight: normal; }

.subscribe-modal .success .img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

/* tip thank you page */
.pg-thank-you .content {
  padding: 0 20px; }

.pg-thank-you #video_thank_you {
  text-align: center; }

.pg-thank-you .astro {
  margin-top: 20px;
  width: 200px; }

.pg-thank-you h1 {
  font-size: 5em;
  font-weight: bold;
  margin: .5em 0; }

.pg-thank-you p,
.pg-thank-you .btn {
  font-size: 1.1em; }

@media (max-width: 767px) {
  .pg-thank-you h1 {
    font-size: 3em; } }
/* tag page */
@media (max-width: 767px) {
  #tag .alert-wrapper {
    text-align: center; } }
/* fade-in transition */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* email verified page */
.pg-user-verifyemail {
  text-align: center;
  padding-top: 40px; }

.pg-user-verifyemail h1 {
  margin-bottom: .5em; }

.pg-user-verifyemail .btn {
  border-radius: 50px;
  margin-top: 1em; }

/* new page */
.pg-new .thumb_date {
  display: inline-block !important; }

/* repost modal */
.repost-modal .modal-body {
  display: block;
  overflow: hidden; }

.repost-modal .modal-body .thumb {
  background-color: #f5f5f5;
  width: 120px;
  height: 67px;
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden; }

.repost-modal .modal-body .thumb img,
.repost-modal .modal-body .thumb .img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  background-size: cover; }

.repost-modal .modal-body .thumb > a {
  display: block;
  background-color: #f5f5f5; }

.repost-modal .modal-body .nsfw {
  position: absolute;
  top: 0;
  left: 0;
  color: #FF5151;
  font-size: .9em;
  background-color: rgba(0, 0, 0, 0.8);
  padding: .25em .5em;
  width: 100%;
  height: 100%;
  line-height: 85px;
  text-align: center;
  font-weight: bold; }

.repost-modal .modal-body .duration {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 0;
  padding: 2px 5px;
  font-size: 9px; }

.repost-modal .modal-body .thumb_info {
  overflow: hidden;
  line-height: 1em; }

.repost-modal .modal-body .title > a {
  color: #333;
  font-size: .9em;
  line-height: 1.2em;
  font-weight: bold; }

.repost-modal .modal-body .owner > a {
  display: inline-block;
  margin-top: 2px;
  color: #999;
  font-size: .85em; }

.repost-modal .modal-body .views {
  margin-top: 2px;
  color: #ccc;
  font-size: .8em;
  display: none; }

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