@charset "UTF-8";
/* small phone portrait */
/* phone portrait, or small phone landscape */
/* small tablet portrait, large phone landscape */
/* large tablet portrait, small tablet landscape */
/* desktop / ipad landscape */
svg.icon {
  width: 20px;
  height: 20px; }
svg.icon.icon-heart {
  fill: #ffba00; }

.options span.link.clear-updates {  
  display: inline-block;
    font-weight: 500;
    line-height: 24px;
    color: #0a1e3a;
    background: #f6bc41;
    border-radius: 3px;
    padding: 6px 15px;
    text-align: center;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("/dist-shared/fonts/opensans_regular.eot?#iefix") format("embedded-opentype"), url("/dist-shared/fonts/opensans_regular.ttf") format("truetype"), url("/dist-shared/fonts/opensans_regular.woff") format("woff"); }
@font-face {
  font-family: 'OpenSansItalic';
  src: url("/dist-shared/fonts/opensans_italic.eot?#iefix") format("embedded-opentype"), url("/dist-shared/fonts/opensans_italic.ttf") format("truetype"), url("/dist-shared/fonts/opensans_italic.woff") format("woff"); }
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url("/dist-shared/fonts/opensans_semibold.eot?#iefix") format("embedded-opentype"), url("/dist-shared/fonts/opensans_semibold.ttf") format("truetype"), url("/dist-shared/fonts/opensans_semibold.woff") format("woff"); }
@font-face {
  font-family: 'DinEngschrift';
  src: url("/dist-shared/fonts/dinengschrift-webfont.eot?#iefix") format("embedded-opentype"), url("/dist-shared/fonts/dinengschrift-webfont.ttf") format("truetype"), url("/dist-shared/fonts/dinengschrift-webfont.woff") format("woff"); }
  
  body #content-part a {
	color: #1c71b8;
    font-family: "Roboto", sans-serif;
    text-decoration: none !important;
    line-height: 16px;
}


@media (min-width: 0px) and (max-width: 567px) {
  .button, input[type="submit"], input[type="button"] {
    padding: 0 15px; } }
.button .dots, input[type="submit"] .dots, input[type="button"] .dots {
  width: 72px;
  height: 9px;
  display: none;
  margin: 15px 25px;
  position: relative; }
.button .dots span, input[type="submit"] .dots span, input[type="button"] .dots span {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 9px;
  height: 9px;
  -webkit-animation-name: button;
          animation-name: button;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 6px; }
.button .dots .dot_1, input[type="submit"] .dots .dot_1, input[type="button"] .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.button .dots .dot_2, input[type="submit"] .dots .dot_2, input[type="button"] .dots .dot_2 {
  left: 9px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.button .dots .dot_3, input[type="submit"] .dots .dot_3, input[type="button"] .dots .dot_3 {
  left: 18px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.button .dots .dot_4, input[type="submit"] .dots .dot_4, input[type="button"] .dots .dot_4 {
  left: 27px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.button .dots .dot_5, input[type="submit"] .dots .dot_5, input[type="button"] .dots .dot_5 {
  left: 36px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.button .dots .dot_6, input[type="submit"] .dots .dot_6, input[type="button"] .dots .dot_6 {
  left: 45px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.button .dots .dot_7, input[type="submit"] .dots .dot_7, input[type="button"] .dots .dot_7 {
  left: 54px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.button .dots .dot_8, input[type="submit"] .dots .dot_8, input[type="button"] .dots .dot_8 {
  left: 63px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes button {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes button {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.button .label, input[type="submit"] .label, input[type="button"] .label {
  display: block; }
.button.loading .dots, input[type="submit"].loading .dots, input[type="button"].loading .dots {
  display: inline-block; }
.button.loading .label, input[type="submit"].loading .label, input[type="button"].loading .label {
  display: none; }
.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  text-decoration: none; }
.button.social-button, input[type="submit"].social-button, input[type="button"].social-button {
  color: #fff;
  margin: 0 10px 10px 10px;
  background-color: #999; }
.button.social-button svg, input[type="submit"].social-button svg, input[type="button"].social-button svg {
  fill: #fff;
  position: relative;
  top: 5px; }
.button.social-button img, input[type="submit"].social-button img, input[type="button"].social-button img {
  height: 24px;
  width: 24px;
  position: relative;
  top: 7px;
  left: -2px; }
.button.social-button:hover.facebook-button, .button.social-button:active.facebook-button, .button.social-button.active.facebook-button, input[type="submit"].social-button:hover.facebook-button, input[type="submit"].social-button:active.facebook-button, input[type="submit"].social-button.active.facebook-button, input[type="button"].social-button:hover.facebook-button, input[type="button"].social-button:active.facebook-button, input[type="button"].social-button.active.facebook-button {
  background-color: #324d8b; }
.button.social-button:hover.microsoft-button, .button.social-button:active.microsoft-button, .button.social-button.active.microsoft-button, input[type="submit"].social-button:hover.microsoft-button, input[type="submit"].social-button:active.microsoft-button, input[type="submit"].social-button.active.microsoft-button, input[type="button"].social-button:hover.microsoft-button, input[type="button"].social-button:active.microsoft-button, input[type="button"].social-button.active.microsoft-button {
  background-color: #005da6; }
.button.social-button:hover.twitter-button, .button.social-button:active.twitter-button, .button.social-button.active.twitter-button, input[type="submit"].social-button:hover.twitter-button, input[type="submit"].social-button:active.twitter-button, input[type="submit"].social-button.active.twitter-button, input[type="button"].social-button:hover.twitter-button, input[type="button"].social-button:active.twitter-button, input[type="button"].social-button.active.twitter-button {
  background-color: #009de0; }
.button.social-button:hover.google-button, .button.social-button:active.google-button, .button.social-button.active.google-button, input[type="submit"].social-button:hover.google-button, input[type="submit"].social-button:active.google-button, input[type="submit"].social-button.active.google-button, input[type="button"].social-button:hover.google-button, input[type="button"].social-button:active.google-button, input[type="button"].social-button.active.google-button {
  background-color: #e0462e; }
.button.social-button:hover.moviemeter-button, .button.social-button:active.moviemeter-button, .button.social-button.active.moviemeter-button, input[type="submit"].social-button:hover.moviemeter-button, input[type="submit"].social-button:active.moviemeter-button, input[type="submit"].social-button.active.moviemeter-button, input[type="button"].social-button:hover.moviemeter-button, input[type="button"].social-button:active.moviemeter-button, input[type="button"].social-button.active.moviemeter-button {
  background-color: #ffba00; }
.button.social-button:hover.musicmeter-button, .button.social-button:active.musicmeter-button, .button.social-button.active.musicmeter-button, input[type="submit"].social-button:hover.musicmeter-button, input[type="submit"].social-button:active.musicmeter-button, input[type="submit"].social-button.active.musicmeter-button, input[type="button"].social-button:hover.musicmeter-button, input[type="button"].social-button:active.musicmeter-button, input[type="button"].social-button.active.musicmeter-button {
  background-color: #00adf2; }
.button.social-button:hover.boekmeter-button, .button.social-button:active.boekmeter-button, .button.social-button.active.boekmeter-button, input[type="submit"].social-button:hover.boekmeter-button, input[type="submit"].social-button:active.boekmeter-button, input[type="submit"].social-button.active.boekmeter-button, input[type="button"].social-button:hover.boekmeter-button, input[type="button"].social-button:active.boekmeter-button, input[type="button"].social-button.active.boekmeter-button {
  background-color: #a35afe; }
.button.social-button:hover.gamesmeter-button, .button.social-button:active.gamesmeter-button, .button.social-button.active.gamesmeter-button, input[type="submit"].social-button:hover.gamesmeter-button, input[type="submit"].social-button:active.gamesmeter-button, input[type="submit"].social-button.active.gamesmeter-button, input[type="button"].social-button:hover.gamesmeter-button, input[type="button"].social-button:active.gamesmeter-button, input[type="button"].social-button.active.gamesmeter-button {
  background-color: #95c000; }
.button.social-button:hover.tvmeter-button, .button.social-button:active.tvmeter-button, .button.social-button.active.tvmeter-button, input[type="submit"].social-button:hover.tvmeter-button, input[type="submit"].social-button:active.tvmeter-button, input[type="submit"].social-button.active.tvmeter-button, input[type="button"].social-button:hover.tvmeter-button, input[type="button"].social-button:active.tvmeter-button, input[type="button"].social-button.active.tvmeter-button {
  background-color: #FF4F00; }

.row .buttons {
  float: right; }
@media (min-width: 0) and (max-width: 1023px) {
  .row .buttons {
    margin-right: 10px; } }
.row .buttons > * {
  margin-right: 0; }
.row.buttons .element.group {
  float: right; }
.row.buttons .static {
  display: inline-block; }

#header {
  background-color: #ffba00;
  height: 110px; }
@media (min-width: 0) and (max-width: 1023px) {
  #header {
    height: 85px; } }
@media (min-width: 0) and (max-width: 759px) {
  #header {
    display: none; } }
.scrolled #header {
  display: none; }
#header #header-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: auto; }
@media (min-width: 0) and (max-width: 759px) {
  #header #header-inner {
    text-align: center; } }
#header #header-inner a.logo {
  position: absolute;
  top: 15px;
  left: 10px; }
.mome #header #header-inner a.logo img {
  height: 56px;
  width: 304px; }
.mume #header #header-inner a.logo img {
  height: 56px;
  width: 309px; }
.bome #header #header-inner a.logo img {
  height: 48px;
  width: 298px; }
.game #header #header-inner a.logo img {
  height: 48px;
  width: 348px; }
.tvme #header #header-inner a.logo img {
  height: 49px;
  width: 227px; }
@media (min-width: 0) and (max-width: 759px) {
  #header #header-inner a.logo {
    position: relative;
    top: 10px; } }
#header #header-inner a.sentia {
  float: right;
  position: absolute;
  right: 10px;
  top: 15px; }
#header #header-inner a.sentia img {
  width: 124px;
  height: 31px; }
@media (min-width: 0) and (max-width: 1023px) {
  #header #header-inner a.sentia {
    top: 10px; }
  #header #header-inner a.sentia img {
    width: 100px;
    height: 25px; } }
@media (min-width: 0) and (max-width: 759px) {
  #header #header-inner a.sentia {
    display: none; } }
#header #header-inner .stats {
  font-size: 12px;
  position: absolute;
  bottom: 13px;
  left: 10px; }
@media (min-width: 0) and (max-width: 1023px) {
  #header #header-inner .stats {
    display: none; } }

#search {
  margin: auto;
  position: absolute;
  height: 50px;
  top: 60px;
  width: 400px;
  right: calc(50% - 512px);
  z-index: 3; }
@media (min-width: 760px) and (max-width: 1023px) {
  #search {
    top: 45px;
    right: 0px;
    height: 40px; } }
@media (min-width: 0) and (max-width: 759px) {
  #search {
    display: none; } }
.scrolled #search {
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 3;
  margin-right: 220px;
  width: 520px; }
.scrolled #search form {
  position: relative;
  top: 10px;
  right: 0; }
.scrolled #search form .search {
  position: relative; }
.scrolled #search form .search input {
  width: 460px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .scrolled #search form .search input {
    width: 400px; } }
@media (min-width: 760px) and (max-width: 1023px) {
  .scrolled #search {
    margin-right: 150px; } }
.scrolled #search.logged-in form .search input {
  width: 500px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .scrolled #search.logged-in form .search input {
    width: 435px; } }
.scrolled #search.logged-in {
  margin-right: 165px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .scrolled #search.logged-in {
    margin-right: 100px; } }
#search form {
  position: absolute;
  right: 10px;
  bottom: 15px; }
#search form input {
  height: 30px;
  width: 336px;
  border: none;
  border-radius: 6px;
  padding: 0 10px;
  background-color: #eee;
  box-sizing: border-box; }
@media (min-width: 0) and (max-width: 1023px) {
  #search form {
    bottom: 10px; } }
@media (min-width: 0) and (max-width: 759px) {
  #search form {
    display: none; } }

@media (min-width: 760px) and (max-width: 1023px) {
  .not-large {
    display: none; } }

#bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #000;
  min-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #000;
  position: relative; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar {
    min-height: 40px; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar {
    border-bottom: none; } }
.scrolled #bar {
  position: fixed;
  width: 100%;
  z-index: 2; }
@media (min-width: 0) and (max-width: 759px) {
  .scrolled #bar {
    position: static; } }
#bar #bar-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: auto; }
#bar #bar-inner a.logo-icon {
  margin: 8px 10px 2px;
  float: left;
  display: none; }
#bar #bar-inner a.logo-icon img {
  width: 44px;
  height: 35px; }
.scrolled #bar #bar-inner a.logo-icon {
  display: inline-block; }
@media (min-width: 568px) and (max-width: 759px) {
  .scrolled #bar #bar-inner a.logo-icon {
    display: none; } }
#bar #bar-inner span.search-icon {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner span.search-icon {
    display: inline; } }
#bar #bar-inner span.menu-link {
  display: none;
  font-family: DinEngschrift, "Arial Narrow";
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px 0 5px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.scrolled #bar #bar-inner span.menu-link {
  display: inline-block; }
@media (min-width: 0) and (max-width: 759px) {
  .scrolled #bar #bar-inner span.menu-link {
    display: none; } }
#bar #bar-inner #icons {
  height: 36px;
  position: absolute;
  right: 10px;
  top: 7px; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #icons {
    top: 2px; }
  .scrolled #bar #bar-inner #icons {
    top: 7px; } }
#bar #bar-inner #icons .buttons-wrapper .buttons > div {
  display: inline-block;
  position: relative; }
#bar #bar-inner #icons .buttons-wrapper .buttons > div .button {
  display: inline-block;
  font-family: DinEngschrift, "Arial Narrow";
  font-size: 18px;
  margin-right: 0; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #icons .buttons-wrapper .buttons > div .button {
    margin-top: 3px;
    height: 30px;
    line-height: 30px; } }
@media (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons .buttons-wrapper {
    border-left: 1px solid #666; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons .buttons-wrapper {
    flex-grow: 2; }
  #bar #bar-inner #icons .buttons-wrapper .buttons {
    min-width: 240px;
    margin-top: 5px;
    float: right; }
  #bar #bar-inner #icons .buttons-wrapper .buttons > div {
    float: left;
    margin: 0 10px; }
  #bar #bar-inner #icons .buttons-wrapper .buttons > div .button {
    margin: 0; }
  #bar #bar-inner #icons .buttons-wrapper .buttons > div.login-button {
    margin-left: 0; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons .buttons-wrapper .buttons {
    min-width: 195px; }
  #bar #bar-inner #icons .buttons-wrapper .buttons > div .button {
    padding: 0 10px; } }

#bar #bar-inner #icons img, #bar #bar-inner #icons div.avatar {
  width: 36px;
  height: 36px; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #icons img, #bar #bar-inner #icons div.avatar {
    width: 35px;
    height: 35px;
    margin-top: 1px; } }
#bar #bar-inner #icons > * {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
#bar #bar-inner #icons > div {
  display: inline-block;
  position: relative; }
#bar #bar-inner #icons > div.initially-hidden {
  display: none; }
#bar #bar-inner #icons > div.icon-wrapper {
  position: relative;
  top: -5px; }
#bar #bar-inner #icons > div.icon-wrapper .icon {
  fill: #666;
  width: 24px;
  height: 24px; }
#bar #bar-inner #icons > div.admin .icon {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1); }
#bar #bar-inner #icons > div .icon, #bar #bar-inner #icons > div .avatar {
  margin-left: 14px; }
#bar #bar-inner #icons > div .icon-pm {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: relative;
  top: 2px; }
#bar #bar-inner #icons > div .badge {
  position: absolute;
  right: -5px;
  top: -5px; }
@media (min-width: 568px) and (max-width: 759px) {
  #bar #bar-inner #icons > div .badge {
    top: 5px;
    right: 5px; } }
#bar #bar-inner #icons span.menu-icon, #bar #bar-inner #icons a.logo-icon-center {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons {
    width: 100%;
    height: 50px;
    position: static;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap; }
  #bar #bar-inner #icons > div, #bar #bar-inner #icons > a, #bar #bar-inner #icons > span {
    cursor: pointer;
    height: 50px;
    fill: #666; }
  #bar #bar-inner #icons > div svg, #bar #bar-inner #icons > a svg, #bar #bar-inner #icons > span svg {
    margin-top: 15px; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons > div, #bar #bar-inner #icons > a, #bar #bar-inner #icons > span {
    -moz-flex-grow: 1;
    flex-grow: 1; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 568px) and (max-width: 759px) {
  #bar #bar-inner #icons > div, #bar #bar-inner #icons > span {
    width: 50px;
    height: 50px; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons span.menu-icon {
    display: inline-block; }
  #bar #bar-inner #icons span.menu-icon, #bar #bar-inner #icons span.search-icon {
    text-align: center;
    border-right: 1px solid #666;
    position: relative; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 568px) and (max-width: 759px) {
  #bar #bar-inner #icons span.menu-icon, #bar #bar-inner #icons span.search-icon {
    float: left; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons span.search-icon {
    border-right: none; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons a.logo-icon-center {
    position: relative;
    top: 8px;
    left: 10px;
    text-align: center; }
  #bar #bar-inner #icons a.logo-icon-center img {
    width: 44px;
    height: 35px; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 568px) and (max-width: 759px) {
  #bar #bar-inner #icons a.logo-icon-center {
    display: inline-block;
    width: calc(100% - 250px); } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 568px) and (max-width: 759px) {
  #bar #bar-inner #icons a.logo-icon-center.with-admin {
    width: calc(100% - 300px); } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons div.icon-wrapper, #bar #bar-inner #icons .user {
    top: 0;
    border-left: 1px solid #666; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons div.icon-wrapper .badge, #bar #bar-inner #icons .user .badge {
    position: relative;
    top: -29px;
    right: 5px;
    width: 8px;
    display: inline-block;
    margin-right: -18px; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 568px) and (max-width: 759px) {
  #bar #bar-inner #icons div.icon-wrapper, #bar #bar-inner #icons .user {
    width: 50px;
    float: right; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons div.icon-wrapper {
    text-align: center; }
  #bar #bar-inner #icons div.icon-wrapper svg {
    margin: 13px auto; } }
@media (min-width: 0) and (max-width: 759px) and (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons div.icon-wrapper.admin .badge .label {
    display: none; }
  #bar #bar-inner #icons div.icon-wrapper.admin .badge:after {
    content: "·"; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #icons .user {
    text-align: center; }
  #bar #bar-inner #icons .user .avatar {
    margin: 7px auto; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  #bar #bar-inner #icons .tooltip-active:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #fff;
    position: absolute;
    top: 31px;
    left: calc(50% - 9px); }
  #bar #bar-inner #icons .tooltip-active.login-button:after {
    top: 25px; } }
@media (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #icons .tooltip-active:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #fff;
    position: absolute;
    top: 31px;
    left: calc(50% - 9px); }
  #bar #bar-inner #icons .tooltip-active.login-button:after {
    top: 25px; } }
#bar #bar-inner #menu {
  -webkit-font-smoothing: antialiased; }
#bar #bar-inner #menu .popup-only {
  display: none !important; }
#bar #bar-inner #menu li.more-menu-items {
  float: right;
  margin: 13px 10px; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #menu li.more-menu-items {
    margin: 10px; } }
#bar #bar-inner #menu li.more-menu-items .label .bullet {
  color: #ffba00; }
.scrolled #bar #bar-inner #menu {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #menu {
    display: none; } }
#bar #bar-inner #menu ul {
  margin: 0;
  padding: 0;
  height: 50px; }
#bar #bar-inner #menu ul > li > ul {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #menu ul.root > li {
    padding-right: 15px; } }
@media (min-width: 760px) and (max-width: 1023px) {
  .mome #bar #bar-inner #menu ul.root {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap; }
  .mome #bar #bar-inner #menu ul.root > li {
    padding-right: 0; } }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul {
    margin: 0 250px 0 10px; }
  #bar #bar-inner #menu ul.logged-in {
    margin: 0 200px 0 10px; } }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul {
    height: 40px; } }
#bar #bar-inner #menu ul.expanded, #bar #bar-inner #menu ul.hovering.expandable {
  height: 100px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul.expanded, #bar #bar-inner #menu ul.hovering.expandable {
    height: 80px; } }
#bar #bar-inner #menu ul.non-expandable {
  height: 50px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul.non-expandable {
    height: 40px; } }
#bar #bar-inner #menu ul > li {
  display: inline-block;
  height: 100%;
  margin: 0 -4px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li {
    margin: 0; } }
#bar #bar-inner #menu ul > li.submenu {
  margin: 0; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li.submenu {
    margin: 0 5px; } }
#bar #bar-inner #menu ul > li.submenu:last-of-type {
  flex: 2; }
#bar #bar-inner #menu ul > li.submenu a.label {
  font-family: DinEngschrift, "Arial Narrow";
  font-size: 17px;
  text-transform: uppercase;
  display: inline;
  pointer-events: none;
  padding: 0;
  margin-left: 10px; }
#bar #bar-inner #menu ul > li.submenu a.label.optional {
  display: none; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  #bar #bar-inner #menu ul > li.submenu a.label.optional {
    display: inline; } }
@media (min-width: 0px) and (max-width: 567px) {
  #bar #bar-inner #menu ul > li.submenu a.label.optional {
    display: inline; } }
#bar #bar-inner #menu ul > li.submenu a.label:after {
  content: ':'; }
#bar #bar-inner #menu ul > li.submenu a.label:before {
  display: none; }
#bar #bar-inner #menu ul > li.submenu:before {
  content: ' ';
  border-left: 1px solid #ffba00;
  margin: 0 5px; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li.submenu:before {
    margin: 0px 15px 0 0; } }
@media (min-width: 0) and (max-width: 759px) {
  #bar #bar-inner #menu ul > li.submenu:before {
    margin: 0px 0 0 5px; } }
#bar #bar-inner #menu ul > li.submenu:first-of-type:before {
  display: none; }
#bar #bar-inner #menu ul > li.submenu ul {
  margin: 0;
  padding: 0;
  left: 0;
  position: static;
  display: inline; }
#bar #bar-inner #menu ul > li.submenu ul li {
  margin: 0; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li.submenu a.label, #bar #bar-inner #menu ul > li.submenu ul li a {
    font-size: 18px; } }
#bar #bar-inner #menu ul > li > a {
  padding: 13px 15px 9px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li > a {
    padding: 9px 0; } }
#bar #bar-inner #menu ul > li a, #bar #bar-inner #menu ul > li.label, #bar #bar-inner #menu ul > li .label {
  white-space: nowrap;
  font-family: DinEngschrift, "Arial Narrow";
  font-size: 24px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li a, #bar #bar-inner #menu ul > li.label, #bar #bar-inner #menu ul > li .label {
    font-size: 20px; } }
#bar #bar-inner #menu ul > li ul {
  display: none;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  width: 100%;
  left: -1000px;
  margin: 0 10px;
  padding: 0 1000px; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li ul {
    top: 40px; } }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li ul {
    height: 40px; } }
#bar #bar-inner #menu ul > li ul li a, #bar #bar-inner #menu ul > li ul li .label {
  color: #000;
  font-size: 20px;
  margin: 13px 0 0 6px;
  padding: 0 10px; }
@media (min-width: 760px) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li ul li a, #bar #bar-inner #menu ul > li ul li .label {
    font-size: 18px;
    padding: 0 10px;
    margin: 10px 0 0 0; } }
#bar #bar-inner #menu ul > li li.divider {
  font-size: 20px;
  color: #ffba00;
  padding: 0 10px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li li.divider {
    padding: 0 3px; } }
#bar #bar-inner #menu ul > li .icon {
  margin-right: 5px;
  position: relative;
  top: 0px; }
#bar #bar-inner #menu ul > li.admin {
  float: right;
  margin-right: 10px;
  margin-left: -20px; }
#bar #bar-inner #menu ul > li.admin svg {
  position: relative;
  top: 2px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li.admin .optional {
    display: none; } }
#bar #bar-inner #menu ul > li.active a, #bar #bar-inner #menu ul > li.hovering a {
  color: #ffba00;
  position: relative; }
#bar #bar-inner #menu ul > li.active a.active .icon, #bar #bar-inner #menu ul > li.active a:hover .icon, #bar #bar-inner #menu ul > li.hovering a.active .icon, #bar #bar-inner #menu ul > li.hovering a:hover .icon {
  top: 2px; }
#bar #bar-inner #menu ul > li.active > ul, #bar #bar-inner #menu ul > li.hovering > ul {
  display: inline-block; }
#bar #bar-inner #menu ul > li.active > ul.submenus, #bar #bar-inner #menu ul > li.hovering > ul.submenus {
  display: -webkit-flexbox;
  display: flex; }
#bar #bar-inner #menu ul > li.active > ul li, #bar #bar-inner #menu ul > li.hovering > ul li {
  position: relative; }
#bar #bar-inner #menu ul > li.active > ul li a, #bar #bar-inner #menu ul > li.hovering > ul li a {
  color: #000; }
#bar #bar-inner #menu ul > li.active > ul li a.active, #bar #bar-inner #menu ul > li.active > ul li a:hover, #bar #bar-inner #menu ul > li.hovering > ul li a.active, #bar #bar-inner #menu ul > li.hovering > ul li a:hover {
  color: #ffba00;
  background-color: #000;
  border-radius: 12px; }
#bar #bar-inner #menu ul > li.active > ul li a.active .icon, #bar #bar-inner #menu ul > li.active > ul li a:hover .icon, #bar #bar-inner #menu ul > li.hovering > ul li a.active .icon, #bar #bar-inner #menu ul > li.hovering > ul li a:hover .icon {
  fill: #ffba00; }
#bar #bar-inner #menu ul > li.expandable.active a:before, #bar #bar-inner #menu ul > li.expandable.hovering a:before {
  position: absolute;
  left: calc(50% - 9px);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-top: 19px; }
@media (min-width: 0) and (max-width: 1023px) {
  #bar #bar-inner #menu ul > li.expandable.active a:before, #bar #bar-inner #menu ul > li.expandable.hovering a:before {
    margin-top: 14px; } }
#bar #bar-inner #menu ul > li.hovering ul {
  z-index: 1; }
#bar #bar-inner #menu ul.hovering li.active a:before {
  display: none; }

#footer {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 34px;
  background-color: #000; }
#footer a {
  color: #fff;
  font-family: OpenSansRegular, Arial;
  font-size: 12px; }
#footer .divider {
  color: #999; }
@media (min-width: 0) and (max-width: 759px) {
  #footer {
    display: none; } }
#footer #to-top {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #ffba00;
  color: #000;
  margin: auto;
  position: relative;
  top: -24px;
  border-radius: 24px;
  text-align: center;
  margin-bottom: -24px; }
#footer #to-top svg {
  margin: 13px 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }
#footer #footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: auto;
  overflow: auto; }
#footer #footer-inner .internal, #footer #footer-inner .external {
  padding: 10px; }
#footer #footer-inner .internal {
  float: right; }
#footer #footer-inner .external {
  float: left; }

[data-search] {
  color: transparent; }

.search {
  display: inline-block;
  position: relative; }
@media (min-width: 0px) and (max-width: 567px) {
  .search {
    width: 100%; } }
.search input[type=text] {
  width: 360px;
  height: 26px;
  box-sizing: border-box; }
@media (min-width: 0) and (max-width: 759px) {
  .search input[type=text] {
    height: 28px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .search input[type=text] {
    width: calc(100% - 24px); } }
.search.selected .delete {
  display: inline-block; }
.search .icon-search {
  fill: #666;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px; }
@media (min-width: 0) and (max-width: 759px) {
  .search .icon-search {
    top: calc(50% - 13px);
    right: 15px; } }
.search .icon-search-delete {
  position: absolute;
  fill: #b2b2b2;
  cursor: pointer;
  margin-top: 2px; }
.search .dots {
  width: 72px;
  height: 9px;
  position: relative;
  left: -84px;
  top: 5px;
  display: none; }
.search .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 9px;
  height: 9px;
  -webkit-animation-name: search;
          animation-name: search;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 6px; }
.search .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.search .dots .dot_2 {
  left: 9px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.search .dots .dot_3 {
  left: 18px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.search .dots .dot_4 {
  left: 27px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.search .dots .dot_5 {
  left: 36px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.search .dots .dot_6 {
  left: 45px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.search .dots .dot_7 {
  left: 54px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.search .dots .dot_8 {
  left: 63px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes search {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes search {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.search.loading .icon {
  display: none; }
.search.loading .dots {
  display: inline; }
.search.loading.selected .delete {
  display: none; }
.search .no-results {
  padding: 10px; }
.search .results {
  z-index: 4;
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 2px #eee;
  width: 540px;
  margin: 2px 0;
  position: absolute;
  max-height: 360px;
  overflow: auto; }
@media (min-width: 0) and (max-width: 759px) {
  .search .results {
    max-width: 100%; }
  .search .results p.header, .search .results img, .search .results .info {
    display: none; } }
.search .results .header {
  font-family: OpenSansSemiBold, Arial;
  margin: 0;
  padding: 10px; }
.search .results .more {
  float: right;
  padding: 10px; }
.search .results .more .bullet {
  color: #b2b2b2; }
.search .results .header_subtext {
  margin: -10px 10px 10px 10px; }
.search .results .no_results {
  padding: 10px; }
.search .results.site {
  right: 0; }
.scrolled .search .results.site {
  max-height: 480px; }
.search .results.site ul li a:hover {
  text-decoration: underline; }
.search .results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.search .results ul li {
  line-height: 18px;
  padding: 5px;
  cursor: pointer;
  clear: both;
  overflow: hidden; }
@media (min-width: 760px) and (max-width: 1023px) {
  .search .results ul li {
    line-height: 20px; } }
.search .results ul li a:hover {
  text-decoration: none; }
.search .results ul li .email {
  float: right; }
.search .results ul li .email .icon-admin {
  fill: #999;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  margin-bottom: -6px; }
.search .results ul li .info {
  padding-top: 5px; }
.search .results ul li .thumb, .search .results ul li .avatar {
  width: 50px;
  margin-right: 10px;
  border: 1px solid #B2B2B2;
  float: left;
  padding: 0; }
.search .results ul li .title {
  font-family: OpenSansSemiBold, Arial; }
.search .results ul li.active, .search .results ul li:hover {
  background-color: #eee; }
.search .results ul li.subheader {
  font-family: OpenSansSemiBold, Arial;
  color: #999;
  font-size: 16px;
  cursor: default; }
@media (min-width: 760px) and (max-width: 1023px) {
  .search .results ul li.subheader {
    font-size: 18px; } }
.search .results ul li.subheader:hover {
  background-color: transparent; }

.row .search .icon-search {
  top: calc(50% - 13px);
  right: 15px; }

#site_search .search {
  position: relative; }
#site_search .results {
  top: 32px;
  right: 8px;
  max-height: 480px; }
#site_search .icon {
  left: 320px;
  top: -25px; }
#site_search .dots {
  left: 260px;
  top: -26px; }

.bar_visible #site_search .results {
  right: -4px; }
.bar_visible #site_search .icon {
  left: 470px; }
.bar_visible #site_search .dots {
  left: 410px; }

.mobile .search .header, .mobile .search img, .mobile .search .info, .mobile .search .subtext {
  display: none; }
.mobile #site_search {
  position: absolute;
  left: 2px;
  top: 8px; }
.mobile #site_search input {
  width: 240px;
  min-width: 240px; }
.mobile #site_search .icon {
  left: 113px;
  top: -23px; }
.mobile #site_search .header {
  text-align: left; }
.mobile #site_search .results {
  position: fixed;
  top: 35px;
  left: 6px;
  max-width: 320px; }
.mobile #site_search .results img, .mobile #site_search .results .info {
  display: none; }
.mobile #site_search .results ul li {
  padding: 2px 5px;
  line-height: inherit;
  border: none; }
.mobile #site_search .results ul li .subtext {
  display: block;
  margin-top: -2px; }

.mention .search input {
  outline: none;
  border: none;
  padding-left: 0px;
  background-color: transparent; }
.mention .search .icon {
  display: none; }

.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 200;
  opacity: 0.6; }
.overlay.tooltip {
  display: none; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .overlay.tooltip {
    display: block; }
  .overlay.tooltip.bar {
    display: none; } }
@media (min-width: 0px) and (max-width: 567px) {
  .overlay.tooltip {
    display: block; }
  .overlay.tooltip.bar {
    display: none; } }

/* stuff we render invisible from php to use in / move to a js tooltip */
.initially-hidden {
  display: none; }

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  cursor: default;
  text-align: left;
  z-index: 1003;
  font-size: 14px; }
.modal-wrapper.more-menu-items-tooltip .modal {
  min-width: 180px; }
.modal-wrapper.more-menu-items-tooltip .modal .inline-only {
  display: none !important; }
.modal-wrapper.more-menu-items-tooltip .modal .popup-only {
  display: inline-block !important; }
.modal-wrapper.more-menu-items-tooltip .modal .icon-menu-wrapper {
  display: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.modal-wrapper.more-menu-items-tooltip .modal ul li {
  margin: 0;
  padding: 0; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root li.divider {
  display: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li > a {
  font-family: OpenSansSemiBold, Arial;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li:first-of-type a {
  margin-top: -20px; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li, .modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li a {
  white-space: nowrap;
  display: inline-block; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li.submenu, .modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li a.submenu {
  white-space: normal; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li.more-menu-items {
  display: inline;
  white-space: initial; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li.more-menu-items .label {
  display: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li > ul > li.more-menu-items ul {
  display: inline; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li ul {
  margin-top: -1px; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li ul > li {
  display: inline; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li ul > li:after {
  color: #ffba00;
  content: '|';
  margin-left: 5px; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li ul > li:last-of-type:after {
  display: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li ul > li .icon-admin {
  fill: #999;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  top: 5px;
  margin-left: -5px;
  margin-top: -5px; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li.has-submenus > a {
  display: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li.has-submenus > ul > li > a {
  font-family: OpenSansSemiBold, Arial;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize;
  pointer-events: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li.has-submenus > ul > li > ul {
  margin-top: 0px; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li.has-submenus > ul > li > ul li, .modal-wrapper.more-menu-items-tooltip .modal ul.root > li.has-submenus > ul > li > ul li a {
  white-space: nowrap;
  display: inline-block; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root > li.has-submenus > ul > li:after {
  display: none; }
.modal-wrapper.more-menu-items-tooltip .modal ul.root.expandable > a {
  pointer-events: none; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper {
    font-size: 13px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper {
    font-size: 13px; } }
.modal-wrapper.dialog, .modal-wrapper.modal, .modal-wrapper.toast {
  position: fixed; }
.modal-wrapper.large {
  position: absolute; }
.modal-wrapper.image {
  position: initial; }
.modal-wrapper.tooltip {
  width: 1px;
  height: 1px; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper.tooltip {
    width: 100%;
    height: 100%;
    position: fixed; }
  .modal-wrapper.tooltip.bar {
    width: 1px;
    height: 1px;
    position: relative; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper.tooltip {
    width: 100%;
    height: 100%;
    position: fixed; }
  .modal-wrapper.tooltip.bar {
    width: 1px;
    height: 1px;
    position: relative; } }
.modal-wrapper.find-youtube img {
  cursor: pointer; }
.modal-wrapper .modal {
  border: 1px solid #e8e8e8;
  background: #fff;
  min-width: 460px;
  max-width: 600px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #bebebe; }
.modal-wrapper .modal .icon-arrow-wrapper {
  position: absolute;
  right: -5px;
  top: -15px;
  width: 30px;
  height: 20px; }
.modal-wrapper .modal .icon-arrow-wrapper svg.icon {
  width: 20px;
  height: 10px; }
.modal-wrapper .modal .icon-arrow-wrapper svg.icon svg {
  width: 20px;
  height: 15px;
  stroke: #e8e8e8;
  stroke-width: 2px;
  fill: red; }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal {
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px); } }
.modal-wrapper .modal .buttons {
  width: 100%;
  text-align: right;
  margin-top: 10px; }
.modal-wrapper .modal .buttons > * {
  margin-right: 0; }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal .buttons {
    margin-top: 5px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal .buttons {
    text-align: center; } }
.modal-wrapper .modal .quickform {
  margin: 0; }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal .quickform .row {
    padding: 10px 0; } }
.modal-wrapper .modal .quickform .buttons {
  float: right;
  margin: 10px 0 0 0;
  width: calc(100% - 20px);
  border-bottom: none; }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal .quickform .buttons {
    width: 100%; } }
.modal-wrapper .modal .quickform .buttons .group {
  width: auto;
  margin: 0; }
.modal-wrapper .modal .quickform .buttons .button {
  float: left;
  margin: 0 0 5px 5px; }
.modal-wrapper .modal .modal-columns {
  clear: both;
  position: relative; }
.modal-wrapper .modal .modal-columns .modal-column {
  /* this css assumes 2 columns */
  width: calc(50% - 11px);
  border-left: none;
  line-height: 18px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal .modal-columns .modal-column {
    line-height: 20px; } }
.modal-wrapper .modal .modal-columns .modal-column:first-of-type {
  padding-left: 0;
  float: left; }
.modal-wrapper .modal .modal-columns .modal-column:last-of-type {
  float: right;
  border-left: 1px solid #eee;
  padding-left: 10px; }
.modal-wrapper .modal .modal-columns .modal-column p {
  font-family: OpenSansSemiBold, Arial; }
.modal-wrapper .modal .modal-columns .modal-column a {
  display: block; }
.modal-wrapper .modal .modal-columns .modal-column a.inline {
  display: inline; }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal .modal-columns .modal-column {
    width: 100%; }
  .modal-wrapper .modal .modal-columns .modal-column a {
    line-height: 20px; }
  .modal-wrapper .modal .modal-columns .modal-column .subheader {
    line-height: 22px; }
  .modal-wrapper .modal .modal-columns .modal-column:last-of-type {
    padding: 0;
    border-left: none;
    float: none; } }
.modal-wrapper .modal .inner {
  min-height: 80px;
  margin-bottom: 10px; }
.modal-wrapper .modal .inner > div {
  max-height: 400px;
  overflow: auto;
  position: relative; }
.modal-wrapper .modal .header {
  min-height: 0;
  font-family: OpenSansSemiBold, Arial;
  margin: 5px 5px 10px 5px;
  font-size: 16px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal .header {
    font-size: 18px; } }
.modal-wrapper .modal .header:first-letter {
  text-transform: capitalize; }
.modal-wrapper .modal .header-action {
  float: right;
  line-height: 16px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal .header-action {
    line-height: 18px; } }
.modal-wrapper .modal .header-action .bullet {
  color: #b2b2b2; }
.modal-wrapper .modal p {
  margin: 5px; }
.modal-wrapper .modal.likes {
  font-size: 14px; }
.modal-wrapper .modal.likes .my-like {
  display: none; }
.modal-wrapper .modal.large {
  top: 5%;
  width: 90%;
  max-width: 90%;
  left: 5%;
  -webkit-transform: none;
          transform: none; }
.modal-wrapper .modal.login {
  width: 800px;
  max-width: 800px; }
@media (min-width: 0) and (max-width: 1023px) {
  .modal-wrapper .modal.login {
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px); } }
.modal-wrapper .modal.login .row.third-party {
  display: none; }
.modal-wrapper .modal.find-cover .dots {
  width: 144px;
  height: 18px;
  position: relative;
  margin: 23px auto; }
.modal-wrapper .modal.find-cover .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: find-cover;
          animation-name: find-cover;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
.modal-wrapper .modal.find-cover .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.modal-wrapper .modal.find-cover .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.modal-wrapper .modal.find-cover .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.modal-wrapper .modal.find-cover .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.modal-wrapper .modal.find-cover .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.modal-wrapper .modal.find-cover .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.modal-wrapper .modal.find-cover .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.modal-wrapper .modal.find-cover .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes find-cover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes find-cover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.modal-wrapper .modal.account-options {
  width: 320px;
  min-width: 320px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal.account-options {
    width: 340px;
    min-width: 340px; } }
@media (min-width: 568px) and (max-width: 759px) {
  .modal-wrapper .modal.account-options {
    width: 320px;
    min-width: 320px; } }
.modal-wrapper .modal.account-options p.header {
  padding-top: 5px; }
.modal-wrapper .modal.account-options .avatar {
  margin-top: -5px;
  margin-right: 12px;
  width: 54px;
  height: 54px;
  float: left; }
.modal-wrapper .modal.account-options.tooltip .header-action {
  padding: 2px 0; }
.modal-wrapper .modal.tooltip {
  position: absolute;
  text-align: left;
  padding: 15px;
  visibility: hidden;
  /* initially */
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 2px #eee; }
.modal-wrapper .modal.tooltip .close-button {
  display: none; }
.modal-wrapper .modal.tooltip.visible {
  visibility: visible;
  z-index: 201; }
.modal-wrapper .modal.tooltip .badge {
  float: right;
  margin-top: -18px; }
.modal-wrapper .modal.tooltip a {
  text-decoration: none; }
.modal-wrapper .modal.tooltip a:hover {
  text-decoration: underline; }
.modal-wrapper .modal.tooltip p {
  margin: 0 0 10px 0;
  width: auto; }
.modal-wrapper .modal.tooltip p.header_subtext {
  margin-top: -5px; }
.modal-wrapper .modal.tooltip.dialog p {
  margin: 0; }
.modal-wrapper .modal.tooltip .header {
  font-family: OpenSansSemiBold, Arial;
  margin: 0;
  padding: 0 0 5px 0; }
.modal-wrapper .modal.tooltip .header-action {
  line-height: 30px; }
.modal-wrapper .modal.tooltip .subheader {
  font-family: OpenSansSemiBold, Arial;
  color: #999;
  font-size: 16px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal.tooltip .subheader {
    font-size: 18px; } }
.modal-wrapper .modal.tooltip::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-color: transparent;
  border-width: 10px; }
.modal-wrapper .modal.tooltip.emoji {
  height: 150px;
  width: 225px;
  min-width: 225px; }
.modal-wrapper .modal.tooltip.emoji .emoji-list {
  margin-top: 10px; }
.modal-wrapper .modal.tooltip.emoji .emoji-list div.emoji {
  display: inline-block;
  font-size: 26px;
  padding: 2px 3px; }
.modal-wrapper .modal.tooltip.emoji .emoji-list .emojione img {
  width: 26px;
  height: 26px;
  margin: 0; }
.modal-wrapper .modal.tooltip.position-top {
  margin-top: 0; }
.modal-wrapper .modal.tooltip.position-top.for-link {
  margin-top: -15px; }
.modal-wrapper .modal.tooltip.position-top::after {
  bottom: -20px;
  border-top-color: #fff; }
.modal-wrapper .modal.tooltip.position-top .icon-arrow-wrapper {
  bottom: -15px;
  z-index: 1;
  top: initial; }
.modal-wrapper .modal.tooltip.position-top .icon-arrow-wrapper svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
.modal-wrapper .modal.tooltip.position-bottom {
  margin-top: 10px; }
.modal-wrapper .modal.tooltip.position-bottom.for-link {
  margin-top: 30px; }
.modal-wrapper .modal.tooltip.position-bottom.likes {
  margin-top: 25px; }
.modal-wrapper .modal.tooltip.position-bottom::after {
  top: -18px;
  border-bottom-color: #fff; }
.modal-wrapper .modal.tooltip.position-bottom.my-vote {
  margin-top: 30px; }
.modal-wrapper .modal.tooltip.position-left {
  margin-left: 15px; }
.modal-wrapper .modal.tooltip.position-left.account-options {
  margin-left: 22px; }
.modal-wrapper .modal.tooltip.position-left::after {
  right: 5px; }
.modal-wrapper .modal.tooltip.position-right {
  margin-left: -15px; }
.modal-wrapper .modal.tooltip.position-right::after {
  left: 5px; }
.modal-wrapper .modal.tooltip.position-right .icon-arrow-wrapper {
  left: 5px; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.bar {
    position: fixed !important;
    width: calc(100% - 20px);
    /* 2x10 padding */
    height: calc(100% - 70px);
    /* 2x10 padding + 50 height */
    left: 0 !important;
    margin: 0 !important;
    min-width: 0;
    max-width: none !important;
    border: none;
    overflow-y: scroll;
    z-index: 1; }
  .modal-wrapper .modal.tooltip.bar .close-button {
    display: none; }
  .modal-wrapper .modal.tooltip.bar .header-action {
    margin-right: 10px; }
  .modal-wrapper .modal.tooltip.bar .header {
    font-size: 18px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.bar {
    position: fixed !important;
    width: calc(100% - 20px);
    /* 2x10 padding */
    height: calc(100% - 70px);
    /* 2x10 padding + 50 height */
    left: 0 !important;
    margin: 0 !important;
    min-width: 0;
    max-width: none !important;
    border: none;
    overflow-y: scroll;
    z-index: 1; }
  .modal-wrapper .modal.tooltip.bar .close-button {
    display: none; }
  .modal-wrapper .modal.tooltip.bar .header-action {
    margin-right: 10px; }
  .modal-wrapper .modal.tooltip.bar .header {
    font-size: 18px; } }
.modal-wrapper .modal.tooltip.bar .icon-arrow-wrapper {
  display: none; }
.modal-wrapper .modal.tooltip img, .modal-wrapper .modal.tooltip .avatar, .modal-wrapper .modal.tooltip .thumb {
  float: left;
  margin: 5px 10px 10px 0; }
.modal-wrapper .modal.tooltip.title, .modal-wrapper .modal.tooltip.likes, .modal-wrapper .modal.tooltip.user, .modal-wrapper .modal.tooltip .form-info {
  width: 300px; }
.modal-wrapper .modal.tooltip.user .header:first-letter, .modal-wrapper .modal.tooltip.account-options .header:first-letter {
  text-transform: none; }
.modal-wrapper .modal.tooltip.user .avatar, .modal-wrapper .modal.tooltip.account-options .avatar {
  width: 54px;
  height: 54px; }
.modal-wrapper .modal.tooltip.episode, .modal-wrapper .modal.tooltip.entity, .modal-wrapper .modal.tooltip.person, .modal-wrapper .modal.tooltip.form-info {
  width: 350px; }
.modal-wrapper .modal.tooltip.my-vote {
  width: 270px;
  min-width: 270px;
  height: 70px; }
.modal-wrapper .modal.tooltip.my-vote.voted {
  height: 115px; }
.modal-wrapper .modal.tooltip.my-vote .header {
  display: none; }
.modal-wrapper .modal.tooltip.my-vote.with-platform {
  height: 110px; }
.modal-wrapper .modal.tooltip.my-vote.with-platform.voted {
  height: 155px; }
.modal-wrapper .modal.tooltip.my-vote .rate-wrapper {
  margin: 10px 0 0 0; }
.modal-wrapper .modal.tooltip.my-vote .rate-wrapper .star-rating {
  width: 54px;
  height: 54px; }
.modal-wrapper .modal.tooltip.my-vote .rate-wrapper .star-rating svg {
  -webkit-transform: scale(1);
          transform: scale(1); }
.modal-wrapper .modal.tooltip.my-vote .row {
  margin-top: 10px; }
.modal-wrapper .modal.tooltip.my-vote .dots {
  width: 144px;
  height: 18px;
  position: relative;
  margin: 25px auto; }
.modal-wrapper .modal.tooltip.my-vote .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: my-vote;
          animation-name: my-vote;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.modal-wrapper .modal.tooltip.my-vote .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes my-vote {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes my-vote {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.modal-wrapper .modal.tooltip.my-vote.voted .dots {
  margin: 45px auto 55px; }
.modal-wrapper .modal.tooltip.my-vote select {
  width: 270px;
  height: 40px; }
.modal-wrapper .modal.tooltip.my-vote .buttons {
  width: 100%;
  margin-top: 12px; }
.modal-wrapper .modal.tooltip.my-vote .buttons .button {
  float: right; }
.modal-wrapper .modal.tooltip.subscribe {
  width: 400px; }
.modal-wrapper .modal.tooltip.pm-preview {
  max-width: 460px; }
.modal-wrapper .modal.tooltip.pm-preview .icon {
  display: inline-block;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: right;
          transform-origin: right;
  position: relative;
  top: 5px;
  margin-bottom: -2px; }
.modal-wrapper .modal.tooltip.pm-preview .preview-wrapper {
  clear: both;
  margin-bottom: 10px;
  min-height: 55px; }
.modal-wrapper .modal.tooltip.pm-preview .preview-wrapper .preview > a {
  min-height: 24px;
  max-height: 38px;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 64px);
  font-family: OpenSansRegular, Arial;
  margin-bottom: -5px;
  line-height: 18px; }
.modal-wrapper .modal.tooltip.pm-preview .preview-wrapper .preview .icon-wrapper {
  margin: 0 -5px -5px 0;
  position: relative;
  top: -5px;
  left: -7px;
  float: left; }
.modal-wrapper .modal.tooltip.pm-preview .preview-wrapper .preview .icon-wrapper svg {
  display: inline;
  fill: #999; }
.modal-wrapper .modal.tooltip.pm-preview .preview-wrapper.unread svg {
  fill: #ffba00; }
.modal-wrapper .modal.tooltip.pm-preview .avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 54px;
  height: 54px; }
.modal-wrapper .modal.tooltip.notifications-preview {
  max-width: 460px; }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .icon-wrapper {
  margin: 0 -5px -5px 0;
  position: relative;
  top: -5px;
  left: -7px; }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .icon-wrapper .icon-doc {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: right;
          transform-origin: right;
  fill: #999;
  position: relative;
  top: 5px;
  margin-bottom: -2px; }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .icon-wrapper .icon-doc.unread {
  fill: #ffba00; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .icon-wrapper .icon-doc {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .notification-wrapper {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px; }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .thumbnail-wrapper {
  display: block; }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .thumbnail-wrapper, .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .avatar, .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .logo {
    display: none; }
  .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] p {
    margin-left: inherit; } }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .date {
  display: inline; }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .time, .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .intro, .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] h2 {
  display: none; }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] img.avatar, .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] img.logo {
  display: block;
  float: left;
  width: 54px;
  margin-right: 10px; }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] img.avatar, .modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] img.logo {
    display: none; } }
.modal-wrapper .modal.tooltip.notifications-preview div[data-template="notification-list"] .avatar {
  margin: 0; }
.modal-wrapper .modal.tooltip.pm-preview .dots, .modal-wrapper .modal.tooltip.notifications-preview .dots {
  width: 144px;
  height: 18px;
  position: relative;
  margin: 40px calc(50% - 72px); }
.modal-wrapper .modal.tooltip.pm-preview .dots span, .modal-wrapper .modal.tooltip.notifications-preview .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: notifications;
          animation-name: notifications;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_1, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_2, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_3, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_4, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_5, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_6, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_7, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.modal-wrapper .modal.tooltip.pm-preview .dots .dot_8, .modal-wrapper .modal.tooltip.notifications-preview .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes notifications {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes notifications {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.modal-wrapper .modal.tooltip.pm-preview .date, .modal-wrapper .modal.tooltip.notifications-preview .date {
  color: #b0b0b0; }
.modal-wrapper .modal.tooltip.pm-preview .date a, .modal-wrapper .modal.tooltip.notifications-preview .date a {
  color: #b0b0b0; }
.modal-wrapper .modal.tooltip.pm-preview, .modal-wrapper .modal.tooltip.notifications-preview, .modal-wrapper .modal.tooltip.admin-options {
  margin-left: 22px;
  /* fix for icon's margin left */ }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.pm-preview, .modal-wrapper .modal.tooltip.notifications-preview, .modal-wrapper .modal.tooltip.admin-options {
    margin-left: 18px; } }
.modal-wrapper .modal.tooltip.pm-preview, .modal-wrapper .modal.tooltip.notifications-preview, .modal-wrapper .modal.tooltip.admin-options, .modal-wrapper .modal.tooltip.account-options, .modal-wrapper .modal.tooltip.login-form, .modal-wrapper .modal.tooltip.menu, .modal-wrapper .modal.tooltip.search {
  position: absolute;
  top: 151px !important;
  margin-top: 10px !important; }
@media (min-width: 760px) and (max-width: 1023px) {
  .modal-wrapper .modal.tooltip.pm-preview, .modal-wrapper .modal.tooltip.notifications-preview, .modal-wrapper .modal.tooltip.admin-options, .modal-wrapper .modal.tooltip.account-options, .modal-wrapper .modal.tooltip.login-form, .modal-wrapper .modal.tooltip.menu, .modal-wrapper .modal.tooltip.search {
    top: 117px !important; } }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.pm-preview, .modal-wrapper .modal.tooltip.notifications-preview, .modal-wrapper .modal.tooltip.admin-options, .modal-wrapper .modal.tooltip.account-options, .modal-wrapper .modal.tooltip.login-form, .modal-wrapper .modal.tooltip.menu, .modal-wrapper .modal.tooltip.search {
    top: 40px !important; } }
.scrolled .modal-wrapper .modal.tooltip.pm-preview, .scrolled .modal-wrapper .modal.tooltip.notifications-preview, .scrolled .modal-wrapper .modal.tooltip.admin-options, .scrolled .modal-wrapper .modal.tooltip.account-options, .scrolled .modal-wrapper .modal.tooltip.login-form, .scrolled .modal-wrapper .modal.tooltip.menu, .scrolled .modal-wrapper .modal.tooltip.search {
  position: fixed;
  top: 39px !important; }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.tooltip {
    top: calc(50% - 50px) !important; } }
@media (min-width: 0) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.tooltip.bar {
    top: 40px !important; } }
.modal-wrapper .modal.tooltip.menu .inline-only {
  display: none !important; }
.modal-wrapper .modal.tooltip.menu .popup-only {
  display: inline-block !important; }
.modal-wrapper .modal.tooltip.menu .icon-menu-wrapper {
  display: none; }
.modal-wrapper .modal.tooltip.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.modal-wrapper .modal.tooltip.menu ul li {
  margin: 0;
  padding: 0; }
.modal-wrapper .modal.tooltip.menu ul.root li.divider {
  display: none; }
.modal-wrapper .modal.tooltip.menu ul.root > li > a {
  font-family: OpenSansSemiBold, Arial;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize; }
.modal-wrapper .modal.tooltip.menu ul.root > li:first-of-type a {
  margin-top: -20px; }
.modal-wrapper .modal.tooltip.menu ul.root > li > ul > li, .modal-wrapper .modal.tooltip.menu ul.root > li > ul > li a {
  white-space: nowrap;
  display: inline-block; }
.modal-wrapper .modal.tooltip.menu ul.root > li > ul > li.submenu, .modal-wrapper .modal.tooltip.menu ul.root > li > ul > li a.submenu {
  white-space: normal; }
.modal-wrapper .modal.tooltip.menu ul.root > li > ul > li.more-menu-items {
  display: inline;
  white-space: initial; }
.modal-wrapper .modal.tooltip.menu ul.root > li > ul > li.more-menu-items .label {
  display: none; }
.modal-wrapper .modal.tooltip.menu ul.root > li > ul > li.more-menu-items ul {
  display: inline; }
.modal-wrapper .modal.tooltip.menu ul.root > li ul {
  margin-top: -1px; }
.modal-wrapper .modal.tooltip.menu ul.root > li ul > li {
  display: inline; }
.modal-wrapper .modal.tooltip.menu ul.root > li ul > li:after {
  color: #ffba00;
  content: '|';
  margin-left: 5px; }
.modal-wrapper .modal.tooltip.menu ul.root > li ul > li:last-of-type:after {
  display: none; }
.modal-wrapper .modal.tooltip.menu ul.root > li ul > li .icon-admin {
  fill: #999;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  top: 5px;
  margin-left: -5px;
  margin-top: -5px; }

.modal-wrapper .modal.tooltip.menu ul.root > li.has-submenus > a {
  display: none; }
.modal-wrapper .modal.tooltip.menu ul.root > li.has-submenus > ul > li > a {
  font-family: OpenSansSemiBold, Arial;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize;
  pointer-events: none; }
.modal-wrapper .modal.tooltip.menu ul.root > li.has-submenus > ul > li > ul {
  margin-top: 0px; }
.modal-wrapper .modal.tooltip.menu ul.root > li.has-submenus > ul > li > ul li, .modal-wrapper .modal.tooltip.menu ul.root > li.has-submenus > ul > li > ul li a {
  white-space: nowrap;
  display: inline-block; }
.modal-wrapper .modal.tooltip.menu ul.root > li.has-submenus > ul > li:after {
  display: none; }
.modal-wrapper .modal.tooltip.menu ul.root.expandable > a {
  pointer-events: none; }
.modal-wrapper .modal.tooltip.menu .home-icon {
  display: none;
  float: right;
  margin: 10px; }
.modal-wrapper .modal.tooltip.menu .home-icon img {
  width: 44px;
  height: 35px; }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.menu .home-icon {
    display: inline; } }
.modal-wrapper .modal.tooltip.search {
  padding: 10px; }
.modal-wrapper .modal.tooltip.search .search {
  width: 100%; }
.modal-wrapper .modal.tooltip.search .search > a {
  position: absolute;
  right: 20px;
  top: 20px; }
.modal-wrapper .modal.tooltip.search .search > a svg {
  fill: #999; }
.modal-wrapper .modal.tooltip.search .search input {
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 6px;
  padding: 0 10px;
  background-color: #eee; }
.modal-wrapper .modal.tooltip.search .search .icon-search {
  top: calc(50% - 15px);
  right: -15px; }
.modal-wrapper .modal.tooltip.search .results-wrapper p.header, .modal-wrapper .modal.tooltip.search .results-wrapper img, .modal-wrapper .modal.tooltip.search .results-wrapper .more, .modal-wrapper .modal.tooltip.search .results-wrapper .info, .modal-wrapper .modal.tooltip.search .results-wrapper .avatar {
  display: none; }
.modal-wrapper .modal.tooltip.search .results-wrapper ul {
  list-style-type: none;
  padding: 0; }
.modal-wrapper .modal.tooltip.search .results-wrapper ul li {
  padding: 2px; }
.modal-wrapper .modal.tooltip.search .results-wrapper ul li .email {
  float: right; }
.modal-wrapper .modal.tooltip.search .results-wrapper ul li .email .icon-admin {
  fill: #999;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  margin-bottom: -6px; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip {
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 55px;
    max-width: calc(100% - 20px); }
  .modal-wrapper .modal.tooltip .icon-arrow-wrapper {
    display: none; }
  .modal-wrapper .modal.tooltip:after {
    display: none; }
  .modal-wrapper .modal.tooltip.my-vote {
    left: calc(50% - 150px) !important;
    top: calc(50% - 55px) !important;
    margin: 0 !important;
    padding-bottom: 85px; }
  .modal-wrapper .modal.tooltip.my-vote .delete-button {
    margin-right: 80px; }
  .modal-wrapper .modal.tooltip.my-vote.voted {
    padding-bottom: 55px; }
  .modal-wrapper .modal.tooltip.my-vote.voted .close-button {
    display: inline;
    float: right;
    width: auto;
    margin-top: -38px; }
  .modal-wrapper .modal.tooltip.my-vote .header {
    display: block; }
  .modal-wrapper .modal.tooltip.likes {
    width: 300px;
    min-width: 300px;
    margin: 0;
    left: calc(50% - 165px) !important;
    top: calc(50% - 55px) !important;
    padding-bottom: 10px; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) and (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.likes {
    width: 280px;
    min-width: 280px;
    left: calc(50% - 155px) !important; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.likes .buttons .my-like-button {
    margin-right: 0; }
  .modal-wrapper .modal.tooltip.likes .close-button {
    display: inline;
    float: right;
    width: auto;
    margin-top: 0; }
  .modal-wrapper .modal.tooltip.likes .my-like {
    display: inline;
    position: absolute;
    right: 90px;
    bottom: 10px;
    width: auto; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) and (min-width: 568px) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.likes .my-like {
    right: 100px; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.my-lists, .modal-wrapper .modal.tooltip.episode {
    left: 15px !important;
    top: calc(50% - 255px) !important;
    width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    height: 440px;
    margin: 0; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) and (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.my-lists, .modal-wrapper .modal.tooltip.episode {
    left: 30px !important;
    width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    height: calc(100% - 105px);
    top: 15px !important; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.episode {
    top: calc(50% - 135px) !important;
    height: 240px;
    overflow: scroll; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) and (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.episode {
    height: 200px; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip .close-button {
    text-align: right;
    display: block;
    float: right; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip {
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 55px;
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px); }
  .modal-wrapper .modal.tooltip .icon-arrow-wrapper {
    display: none; }
  .modal-wrapper .modal.tooltip:after {
    display: none; }
  .modal-wrapper .modal.tooltip.my-vote {
    left: calc(50% - 150px) !important;
    top: calc(50% - 55px) !important;
    margin: 0 !important;
    padding-bottom: 85px; }
  .modal-wrapper .modal.tooltip.my-vote .delete-button {
    margin-right: 80px; }
  .modal-wrapper .modal.tooltip.my-vote.voted {
    padding-bottom: 55px; }
  .modal-wrapper .modal.tooltip.my-vote.voted .close-button {
    display: inline;
    float: right;
    width: auto;
    margin-top: -38px; }
  .modal-wrapper .modal.tooltip.my-vote .header {
    display: block; }
  .modal-wrapper .modal.tooltip.likes {
    width: 300px;
    min-width: 300px;
    margin: 0;
    left: calc(50% - 165px) !important;
    top: calc(50% - 55px) !important;
    padding-bottom: 10px; } }
@media (min-width: 0px) and (max-width: 567px) and (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.likes {
    width: 280px;
    min-width: 280px;
    left: calc(50% - 155px) !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.likes .buttons .my-like-button {
    margin-right: 0; }
  .modal-wrapper .modal.tooltip.likes .close-button {
    display: inline;
    float: right;
    width: auto;
    margin-top: 0; }
  .modal-wrapper .modal.tooltip.likes .my-like {
    display: inline;
    position: absolute;
    right: 90px;
    bottom: 10px;
    width: auto; } }
@media (min-width: 0px) and (max-width: 567px) and (min-width: 568px) and (max-width: 759px) {
  .modal-wrapper .modal.tooltip.likes .my-like {
    right: 100px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.my-lists, .modal-wrapper .modal.tooltip.episode {
    left: 15px !important;
    top: calc(50% - 255px) !important;
    width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    height: 440px;
    margin: 0; } }
@media (min-width: 0px) and (max-width: 567px) and (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.my-lists, .modal-wrapper .modal.tooltip.episode {
    left: 30px !important;
    width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    height: calc(100% - 105px);
    top: 15px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip.episode {
    top: calc(50% - 135px) !important;
    height: 240px;
    overflow: scroll; } }
@media (min-width: 0px) and (max-width: 567px) and (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal-wrapper .modal.tooltip.episode {
    height: 200px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .modal-wrapper .modal.tooltip .close-button {
    text-align: right;
    display: block;
    float: right; } }
.modal-wrapper .modal.image {
  background-color: transparent;
  border: none;
  max-width: 100%;
  z-index: 200;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
.modal-wrapper.tooltip .modal {
  -webkit-transform: none;
          transform: none; }

.star-rating {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }
.star-rating svg {
  fill: #ffba00;
  -webkit-transform: scale(4);
          transform: scale(4);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute; }
.star-rating.not-voted svg {
  fill: #999; }
.star-rating span.average {
  font-family: DinEngschrift;
  font-size: 24px;
  color: #fff;
  line-height: 88px;
  width: 80px;
  height: 70px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 2px; }
.star-rating span.average.with-votes {
  top: 10px; }
.star-rating.with-votes span.average {
  height: 30px;
  top: 4px; }
.star-rating span.votes-count {
  color: #fff;
  font-family: OpenSansSemiBold, Arial;
  font-size: 12px;
  width: 80px;
  display: none;
  text-align: center;
  position: absolute;
  top: 48px; }
.star-rating.with-votes span.votes-count {
  display: inline-block; }
.star-rating.with-votes span.average {
  line-height: 74px; }

.entity-vote select {
  width: 100px; }

.bnnr-wrapper {
  margin: 10px 0 0 0;
  text-align: center; }
.bnnr-wrapper[data-type="interstitial"] {
  margin: 0;
  height: 0; }
.bnnr-wrapper .billboard-wrapper, .bnnr-wrapper .leaderboard-wrapper, .bnnr-wrapper .rectangle-wrapper {
  background-color: #e8e8e8; }
@media (min-width: 0px) and (max-width: 340px) {
  .bnnr-wrapper .billboard-wrapper, .bnnr-wrapper .leaderboard-wrapper, .bnnr-wrapper .rectangle-wrapper {
    background-color: transparent; } }
.bnnr-wrapper .billboard-wrapper, .bnnr-wrapper .leaderboard-wrapper {
  max-width: 1024px;
  padding: 0; }
@media (min-width: 0) and (max-width: 1023px) {
  .bnnr-wrapper .billboard-wrapper, .bnnr-wrapper .leaderboard-wrapper {
    width: 100%; } }
.bnnr-wrapper .billboard-wrapper {
  background-color: transparent;
  /* height: 250px; */ }
@media (min-width: 0) and (max-width: 1023px) {
  .bnnr-wrapper .billboard-wrapper {
    display: none; } }
.bnnr-wrapper .leaderboard-wrapper {
  margin: 0 10px;
  height: 90px;
  padding: 10px 0; }
@media (min-width: 760px) and (max-width: 1023px) {
  .bnnr-wrapper .leaderboard-wrapper {
    margin: 10px;
    width: calc(100% - 20px); } }
@media (min-width: 0) and (max-width: 759px) {
  .bnnr-wrapper .leaderboard-wrapper {
    display: none; } }
.bnnr-wrapper .leaderboard-wrapper .affiliate {
  color: #000;
  display: inline-block;
  width: 720px;
  height: 90px;
  background-color: #fff;
  line-height: 90px;
  font-size: 18px; }

.bnnr-wrapper .leaderboard-wrapper .affiliate img {
  float: left;
  height: 70px;
  margin: 10px; }
.bnnr-wrapper .leaderboard-wrapper .affiliate:hover {
  text-decoration: none; }
.bnnr-wrapper .leaderboard-wrapper .affiliate .highlight {
  color: #ffba00; }
.bnnr-wrapper .rectangle-wrapper {
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 250px;
  background-color: transparent; }
@media (min-width: 0px) and (max-width: 340px) {
  .bnnr-wrapper .rectangle-wrapper {
    width: 100%;
    margin: 0; } }

[data-template="film-info"] div[data-template="film-tabs"], .entity-info div[data-template="film-tabs"], .object-info div[data-template="film-tabs"] {
  margin: 0 auto;
  overflow: initial; }
[data-template="film-info"] .bnnr-wrapper[data-type="atf"], [data-template="film-info"] .details-wrapper, .entity-info .bnnr-wrapper[data-type="atf"], .entity-info .details-wrapper, .object-info .bnnr-wrapper[data-type="atf"], .object-info .details-wrapper {
  width: 1004px;
  margin: 10px auto;
  overflow: hidden; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .bnnr-wrapper[data-type="atf"], [data-template="film-info"] .details-wrapper, .entity-info .bnnr-wrapper[data-type="atf"], .entity-info .details-wrapper, .object-info .bnnr-wrapper[data-type="atf"], .object-info .details-wrapper {
    width: calc(100% - 10px); } }
[data-template="film-info"] .bnnr-wrapper .rectangle-wrapper, .entity-info .bnnr-wrapper .rectangle-wrapper, .object-info .bnnr-wrapper .rectangle-wrapper {
  clear: left;
  float: left;
  background-color: transparent;
  margin: 10px 0;
  width: 300px;
  height: 250px; }
[data-template="film-info"] .bnnr-wrapper .rectangle-wrapper > *, .entity-info .bnnr-wrapper .rectangle-wrapper > *, .object-info .bnnr-wrapper .rectangle-wrapper > * {
  margin: 0; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="film-info"] .bnnr-wrapper .rectangle-wrapper, .entity-info .bnnr-wrapper .rectangle-wrapper, .object-info .bnnr-wrapper .rectangle-wrapper {
    clear: inherit;
    background-color: #e8e8e8;
    margin: inherit;
    width: ifnherit;
    height: inherit; } }
[data-template="film-info"] .bnnr-wrapper[data-type="halfpage"], .entity-info .bnnr-wrapper[data-type="halfpage"], .object-info .bnnr-wrapper[data-type="halfpage"] {
  float: left;
  clear: both;
  display: block; }
[data-template="film-info"] [data-template="entity-products"], .entity-info [data-template="entity-products"], .object-info [data-template="entity-products"] {
  clear: both;
  display: block;
  float: left;
  width: 302px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] [data-template="entity-products"], .entity-info [data-template="entity-products"], .object-info [data-template="entity-products"] {
    width: 250px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="film-info"] [data-template="entity-products"], .entity-info [data-template="entity-products"], .object-info [data-template="entity-products"] {
    width: calc(100% - 5px); } }
[data-template="film-info"] [data-template="entity-products"] ul.product, .entity-info [data-template="entity-products"] ul.product, .object-info [data-template="entity-products"] ul.product {
  border: 1px solid #e8e8e8; }
[data-template="film-info"] [data-template="entity-products"] ul.product li, .entity-info [data-template="entity-products"] ul.product li, .object-info [data-template="entity-products"] ul.product li {
  border-bottom: none; }
[data-template="film-info"] .details-wrapper.noads, .entity-info .details-wrapper.noads, .object-info .details-wrapper.noads {
  margin-top: 10px; }
[data-template="film-info"] .details-wrapper h2, .entity-info .details-wrapper h2, .object-info .details-wrapper h2 {
  margin: 0; }
[data-template="film-info"] .details-wrapper h1, .entity-info .details-wrapper h1, .object-info .details-wrapper h1 {
  margin: 10px 0 0 0; }
[data-template="film-info"] .details-wrapper h1 a, .entity-info .details-wrapper h1 a, .object-info .details-wrapper h1 a {
  margin: 0; }
[data-template="film-info"] .details-wrapper.not-logged-in .image-wrapper, .entity-info .details-wrapper.not-logged-in .image-wrapper, .object-info .details-wrapper.not-logged-in .image-wrapper {
  width: 54px;
  height: 54px; }
[data-template="film-info"] .details-wrapper.not-logged-in .image-wrapper .image.user, .entity-info .details-wrapper.not-logged-in .image-wrapper .image.user, .object-info .details-wrapper.not-logged-in .image-wrapper .image.user {
  background-color: transparent;
  height: 54px; }
[data-template="film-info"] .details-wrapper.not-logged-in .image-wrapper .image.user img, .entity-info .details-wrapper.not-logged-in .image-wrapper .image.user img, .object-info .details-wrapper.not-logged-in .image-wrapper .image.user img {
  width: 54px; }
[data-template="film-info"] .details-wrapper.not-logged-in .details.user, .entity-info .details-wrapper.not-logged-in .details.user, .object-info .details-wrapper.not-logged-in .details.user {
  margin-left: 0; }
[data-template="film-info"] .details-wrapper .vote-wrapper, .entity-info .details-wrapper .vote-wrapper, .object-info .details-wrapper .vote-wrapper {
  margin: 10px;
  font-family: DinEngschrift;
  font-size: 24px;
  height: 86px; }
[data-template="film-info"] .details-wrapper .vote-wrapper .myvote-select, [data-template="film-info"] .details-wrapper .vote-wrapper .myvote-platform, .entity-info .details-wrapper .vote-wrapper .myvote-select, .entity-info .details-wrapper .vote-wrapper .myvote-platform, .object-info .details-wrapper .vote-wrapper .myvote-select, .object-info .details-wrapper .vote-wrapper .myvote-platform {
  font-family: OpenSansSemiBold, Arial;
  font-size: 14px;
  display: none; }
[data-template="film-info"] .details-wrapper .vote-wrapper .myvote-select select, [data-template="film-info"] .details-wrapper .vote-wrapper .myvote-platform select, .entity-info .details-wrapper .vote-wrapper .myvote-select select, .entity-info .details-wrapper .vote-wrapper .myvote-platform select, .object-info .details-wrapper .vote-wrapper .myvote-select select, .object-info .details-wrapper .vote-wrapper .myvote-platform select {
  margin-left: 12px; }
[data-template="film-info"] .details-wrapper .vote-wrapper.with-platform .myvote-platform, .entity-info .details-wrapper .vote-wrapper.with-platform .myvote-platform, .object-info .details-wrapper .vote-wrapper.with-platform .myvote-platform {
  display: block; }
[data-template="film-info"] .details-wrapper .vote-wrapper .entity-rating .votes-count, .entity-info .details-wrapper .vote-wrapper .entity-rating .votes-count, .object-info .details-wrapper .vote-wrapper .entity-rating .votes-count {
  display: none; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .vote-wrapper .entity-rating .votes-count, .entity-info .details-wrapper .vote-wrapper .entity-rating .votes-count, .object-info .details-wrapper .vote-wrapper .entity-rating .votes-count {
    display: block; } }
[data-template="film-info"] .details-wrapper .vote-wrapper.person .myvote-wrapper .votes-count, .entity-info .details-wrapper .vote-wrapper.person .myvote-wrapper .votes-count, .object-info .details-wrapper .vote-wrapper.person .myvote-wrapper .votes-count {
  display: block; }
[data-template="film-info"] .details-wrapper .vote-wrapper.person .myvote-wrapper span.average, .entity-info .details-wrapper .vote-wrapper.person .myvote-wrapper span.average, .object-info .details-wrapper .vote-wrapper.person .myvote-wrapper span.average {
  top: -4px; }
[data-template="film-info"] .details-wrapper .vote-wrapper .myvote-wrapper, .entity-info .details-wrapper .vote-wrapper .myvote-wrapper, .object-info .details-wrapper .vote-wrapper .myvote-wrapper {
  position: absolute;
  right: 0; }
[data-template="film-info"] .details-wrapper .vote-wrapper .myvote-wrapper .myvote-label, .entity-info .details-wrapper .vote-wrapper .myvote-wrapper .myvote-label, .object-info .details-wrapper .vote-wrapper .myvote-wrapper .myvote-label {
  text-align: right;
  position: relative;
  left: -100px;
  top: -44px; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .vote-wrapper .myvote-wrapper .myvote-label, .entity-info .details-wrapper .vote-wrapper .myvote-wrapper .myvote-label, .object-info .details-wrapper .vote-wrapper .myvote-wrapper .myvote-label {
    left: -90px; } }
[data-template="film-info"] .details-wrapper .vote-wrapper.person .myvote-wrapper .myvote-label, .entity-info .details-wrapper .vote-wrapper.person .myvote-wrapper .myvote-label, .object-info .details-wrapper .vote-wrapper.person .myvote-wrapper .myvote-label {
  position: absolute;
  width: 180px;
  margin-left: -200px;
  margin-top: -44px;
  left: inherit;
  top: inherit; }
[data-template="film-info"] .details-wrapper .vote-wrapper.loading .myvote-stars, [data-template="film-info"] .details-wrapper .vote-wrapper.loading select, [data-template="film-info"] .details-wrapper .vote-wrapper.loading .button, [data-template="film-info"] .details-wrapper .vote-wrapper.loading .myvote-selected, [data-template="film-info"] .details-wrapper .vote-wrapper.loading .myvote-select, [data-template="film-info"] .details-wrapper .vote-wrapper.loading .myvote-platform, .entity-info .details-wrapper .vote-wrapper.loading .myvote-stars, .entity-info .details-wrapper .vote-wrapper.loading select, .entity-info .details-wrapper .vote-wrapper.loading .button, .entity-info .details-wrapper .vote-wrapper.loading .myvote-selected, .entity-info .details-wrapper .vote-wrapper.loading .myvote-select, .entity-info .details-wrapper .vote-wrapper.loading .myvote-platform, .object-info .details-wrapper .vote-wrapper.loading .myvote-stars, .object-info .details-wrapper .vote-wrapper.loading select, .object-info .details-wrapper .vote-wrapper.loading .button, .object-info .details-wrapper .vote-wrapper.loading .myvote-selected, .object-info .details-wrapper .vote-wrapper.loading .myvote-select, .object-info .details-wrapper .vote-wrapper.loading .myvote-platform {
  display: none; }
[data-template="film-info"] .details-wrapper .vote-wrapper .object-average, .entity-info .details-wrapper .vote-wrapper .object-average, .object-info .details-wrapper .vote-wrapper .object-average {
  color: #fff;
  position: relative; }
[data-template="film-info"] .details-wrapper .vote-wrapper .object-average span, .entity-info .details-wrapper .vote-wrapper .object-average span, .object-info .details-wrapper .vote-wrapper .object-average span {
  padding: 29px 0px 0px 25px;
  display: inline-block; }
[data-template="film-info"] .details-wrapper .vote-wrapper .myvote-label, [data-template="film-info"] .details-wrapper .vote-wrapper .votes-label, .entity-info .details-wrapper .vote-wrapper .myvote-label, .entity-info .details-wrapper .vote-wrapper .votes-label, .object-info .details-wrapper .vote-wrapper .myvote-label, .object-info .details-wrapper .vote-wrapper .votes-label {
  color: #000; }
[data-template="film-info"] .details-wrapper .vote-wrapper .votes-label, .entity-info .details-wrapper .vote-wrapper .votes-label, .object-info .details-wrapper .vote-wrapper .votes-label {
  width: 200px;
  position: relative;
  left: 100px;
  top: -44px; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .vote-wrapper .votes-label, .entity-info .details-wrapper .vote-wrapper .votes-label, .object-info .details-wrapper .vote-wrapper .votes-label {
    display: none; } }
[data-template="film-info"] .details-wrapper .vote-wrapper .myvote-selected, .entity-info .details-wrapper .vote-wrapper .myvote-selected, .object-info .details-wrapper .vote-wrapper .myvote-selected {
  float: right;
  font-family: OpenSansRegular, Arial;
  font-size: 14px;
  position: relative;
  top: -30px;
  left: -8px;
  margin-bottom: -30px; }
[data-template="film-info"] .details-wrapper .image-wrapper, .entity-info .details-wrapper .image-wrapper, .object-info .details-wrapper .image-wrapper {
  float: left;
  width: 300px;
  margin-top: 10px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper, .entity-info .details-wrapper .image-wrapper, .object-info .details-wrapper .image-wrapper {
    width: 250px; } }
[data-template="film-info"] .details-wrapper .image-wrapper .image, .entity-info .details-wrapper .image-wrapper .image, .object-info .details-wrapper .image-wrapper .image {
  background-color: #eee;
  width: 300px;
  overflow: hidden;
  border: 1px solid #B2B2B2;
  line-height: 0px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image, .entity-info .details-wrapper .image-wrapper .image, .object-info .details-wrapper .image-wrapper .image {
    width: 250px; } }
[data-template="film-info"] .details-wrapper .image-wrapper .image img.poster, [data-template="film-info"] .details-wrapper .image-wrapper .image img.photo, [data-template="film-info"] .details-wrapper .image-wrapper .image img.profile_avatar, [data-template="film-info"] .details-wrapper .image-wrapper .image div.default_avatar, .entity-info .details-wrapper .image-wrapper .image img.poster, .entity-info .details-wrapper .image-wrapper .image img.photo, .entity-info .details-wrapper .image-wrapper .image img.profile_avatar, .entity-info .details-wrapper .image-wrapper .image div.default_avatar, .object-info .details-wrapper .image-wrapper .image img.poster, .object-info .details-wrapper .image-wrapper .image img.photo, .object-info .details-wrapper .image-wrapper .image img.profile_avatar, .object-info .details-wrapper .image-wrapper .image div.default_avatar {
  border: 0px;
  margin: auto;
  display: block;
  max-width: 300px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.poster, [data-template="film-info"] .details-wrapper .image-wrapper .image img.photo, [data-template="film-info"] .details-wrapper .image-wrapper .image img.profile_avatar, [data-template="film-info"] .details-wrapper .image-wrapper .image div.default_avatar, .entity-info .details-wrapper .image-wrapper .image img.poster, .entity-info .details-wrapper .image-wrapper .image img.photo, .entity-info .details-wrapper .image-wrapper .image img.profile_avatar, .entity-info .details-wrapper .image-wrapper .image div.default_avatar, .object-info .details-wrapper .image-wrapper .image img.poster, .object-info .details-wrapper .image-wrapper .image img.photo, .object-info .details-wrapper .image-wrapper .image img.profile_avatar, .object-info .details-wrapper .image-wrapper .image div.default_avatar {
    width: 250px; }
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.poster.small, [data-template="film-info"] .details-wrapper .image-wrapper .image img.photo.small, [data-template="film-info"] .details-wrapper .image-wrapper .image img.profile_avatar.small, [data-template="film-info"] .details-wrapper .image-wrapper .image div.default_avatar.small, .entity-info .details-wrapper .image-wrapper .image img.poster.small, .entity-info .details-wrapper .image-wrapper .image img.photo.small, .entity-info .details-wrapper .image-wrapper .image img.profile_avatar.small, .entity-info .details-wrapper .image-wrapper .image div.default_avatar.small, .object-info .details-wrapper .image-wrapper .image img.poster.small, .object-info .details-wrapper .image-wrapper .image img.photo.small, .object-info .details-wrapper .image-wrapper .image img.profile_avatar.small, .object-info .details-wrapper .image-wrapper .image div.default_avatar.small {
    width: auto; } }
@media (min-width: 1024px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.poster.enlargable, [data-template="film-info"] .details-wrapper .image-wrapper .image img.photo.enlargable, [data-template="film-info"] .details-wrapper .image-wrapper .image img.profile_avatar.enlargable, [data-template="film-info"] .details-wrapper .image-wrapper .image div.default_avatar.enlargable, .entity-info .details-wrapper .image-wrapper .image img.poster.enlargable, .entity-info .details-wrapper .image-wrapper .image img.photo.enlargable, .entity-info .details-wrapper .image-wrapper .image img.profile_avatar.enlargable, .entity-info .details-wrapper .image-wrapper .image div.default_avatar.enlargable, .object-info .details-wrapper .image-wrapper .image img.poster.enlargable, .object-info .details-wrapper .image-wrapper .image img.photo.enlargable, .object-info .details-wrapper .image-wrapper .image img.profile_avatar.enlargable, .object-info .details-wrapper .image-wrapper .image div.default_avatar.enlargable {
    cursor: pointer; } }
[data-template="film-info"] .details-wrapper .image-wrapper .image.user, .entity-info .details-wrapper .image-wrapper .image.user, .object-info .details-wrapper .image-wrapper .image.user {
  text-align: center;
  border: 0;
  height: 300px;
  border: 1px solid #B2B2B2;
  vertical-align: middle; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image.user, .entity-info .details-wrapper .image-wrapper .image.user, .object-info .details-wrapper .image-wrapper .image.user {
    height: 250px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image.user, .entity-info .details-wrapper .image-wrapper .image.user, .object-info .details-wrapper .image-wrapper .image.user {
    height: 340px; } }
[data-template="film-info"] .details-wrapper .image-wrapper .image.user img.profile_avatar, [data-template="film-info"] .details-wrapper .image-wrapper .image.user div.default_avatar, .entity-info .details-wrapper .image-wrapper .image.user img.profile_avatar, .entity-info .details-wrapper .image-wrapper .image.user div.default_avatar, .object-info .details-wrapper .image-wrapper .image.user img.profile_avatar, .object-info .details-wrapper .image-wrapper .image.user div.default_avatar {
  margin: auto; }
[data-template="film-info"] .details-wrapper .image-wrapper .image img.poster.small, .entity-info .details-wrapper .image-wrapper .image img.poster.small, .object-info .details-wrapper .image-wrapper .image img.poster.small {
  margin: 50px auto; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.profile-avatar, .entity-info .details-wrapper .image-wrapper .image img.profile-avatar, .object-info .details-wrapper .image-wrapper .image img.profile-avatar {
    width: 250px;
    height: 250px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.profile-avatar, .entity-info .details-wrapper .image-wrapper .image img.profile-avatar, .object-info .details-wrapper .image-wrapper .image img.profile-avatar {
    margin: 20px auto; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="film-info"] .details-wrapper .image-wrapper, .entity-info .details-wrapper .image-wrapper, .object-info .details-wrapper .image-wrapper {
    width: calc(100% - 5px); }
  [data-template="film-info"] .details-wrapper .image-wrapper .image, .entity-info .details-wrapper .image-wrapper .image, .object-info .details-wrapper .image-wrapper .image {
    width: 100%; }
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.poster, [data-template="film-info"] .details-wrapper .image-wrapper .image img.photo, .entity-info .details-wrapper .image-wrapper .image img.poster, .entity-info .details-wrapper .image-wrapper .image img.photo, .object-info .details-wrapper .image-wrapper .image img.poster, .object-info .details-wrapper .image-wrapper .image img.photo {
    width: 100%;
    max-width: 100%; }
  [data-template="film-info"] .details-wrapper .image-wrapper .image img.poster.small, [data-template="film-info"] .details-wrapper .image-wrapper .image img.photo.small, .entity-info .details-wrapper .image-wrapper .image img.poster.small, .entity-info .details-wrapper .image-wrapper .image img.photo.small, .object-info .details-wrapper .image-wrapper .image img.poster.small, .object-info .details-wrapper .image-wrapper .image img.photo.small {
    width: auto; } }
[data-template="film-info"] .details-wrapper .image-wrapper .actions-padding, .entity-info .details-wrapper .image-wrapper .actions-padding, .object-info .details-wrapper .image-wrapper .actions-padding {
  float: left;
  clear: left;
  height: 10px; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions, .entity-info .details-wrapper .image-wrapper .actions, .object-info .details-wrapper .image-wrapper .actions {
  float: left;
  clear: left;
  width: 300px;
  height: 38px;
  margin: 10px 0;
  overflow: hidden; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions.single, .entity-info .details-wrapper .image-wrapper .actions.single, .object-info .details-wrapper .image-wrapper .actions.single {
  margin-left: 75px; }
.noads [data-template="film-info"] .details-wrapper .image-wrapper .actions, .noads .entity-info .details-wrapper .image-wrapper .actions, .noads .object-info .details-wrapper .image-wrapper .actions {
  margin-bottom: 40px; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .updates.button, .entity-info .details-wrapper .image-wrapper .actions .updates.button, .object-info .details-wrapper .image-wrapper .actions .updates.button {
  margin-left: 0; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .button, .entity-info .details-wrapper .image-wrapper .actions .button, .object-info .details-wrapper .image-wrapper .actions .button {
  display: block; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .actions .button, .entity-info .details-wrapper .image-wrapper .actions .button, .object-info .details-wrapper .image-wrapper .actions .button {
    padding: 0 10px; } }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .updates, .entity-info .details-wrapper .image-wrapper .actions .updates, .object-info .details-wrapper .image-wrapper .actions .updates {
  position: relative;
  width: 108px;
  border-radius: 4px;
  float: left;
  margin: 0 0 0 10px; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .updates .icon, .entity-info .details-wrapper .image-wrapper .actions .updates .icon, .object-info .details-wrapper .image-wrapper .actions .updates .icon {
  float: right; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .my-lists, [data-template="film-info"] .details-wrapper .image-wrapper .actions .user-pm, [data-template="film-info"] .details-wrapper .image-wrapper .actions .person-message, [data-template="film-info"] .details-wrapper .image-wrapper .actions .button, .entity-info .details-wrapper .image-wrapper .actions .my-lists, .entity-info .details-wrapper .image-wrapper .actions .user-pm, .entity-info .details-wrapper .image-wrapper .actions .person-message, .entity-info .details-wrapper .image-wrapper .actions .button, .object-info .details-wrapper .image-wrapper .actions .my-lists, .object-info .details-wrapper .image-wrapper .actions .user-pm, .object-info .details-wrapper .image-wrapper .actions .person-message, .object-info .details-wrapper .image-wrapper .actions .button {
  font-size: 14px; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .my-lists, [data-template="film-info"] .details-wrapper .image-wrapper .actions .user-pm, [data-template="film-info"] .details-wrapper .image-wrapper .actions .person-message, .entity-info .details-wrapper .image-wrapper .actions .my-lists, .entity-info .details-wrapper .image-wrapper .actions .user-pm, .entity-info .details-wrapper .image-wrapper .actions .person-message, .object-info .details-wrapper .image-wrapper .actions .my-lists, .object-info .details-wrapper .image-wrapper .actions .user-pm, .object-info .details-wrapper .image-wrapper .actions .person-message {
  width: 122px;
  height: 38px;
  padding: 0px 10px;
  background-color: #000;
  color: #fff; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .actions .my-lists, [data-template="film-info"] .details-wrapper .image-wrapper .actions .user-pm, [data-template="film-info"] .details-wrapper .image-wrapper .actions .person-message, .entity-info .details-wrapper .image-wrapper .actions .my-lists, .entity-info .details-wrapper .image-wrapper .actions .user-pm, .entity-info .details-wrapper .image-wrapper .actions .person-message, .object-info .details-wrapper .image-wrapper .actions .my-lists, .object-info .details-wrapper .image-wrapper .actions .user-pm, .object-info .details-wrapper .image-wrapper .actions .person-message {
    padding: 0;
    width: 114px; } }
[data-template="film-info"] .details-wrapper .image-wrapper .actions .user-pm, [data-template="film-info"] .details-wrapper .image-wrapper .actions .person-message, .entity-info .details-wrapper .image-wrapper .actions .user-pm, .entity-info .details-wrapper .image-wrapper .actions .person-message, .object-info .details-wrapper .image-wrapper .actions .user-pm, .object-info .details-wrapper .image-wrapper .actions .person-message {
  cursor: default;
  margin: 0 0 0 10px;
  display: inline-block; }
[data-template="film-info"] .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"], .entity-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"], .object-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] {
  margin-left: 158px;
  cursor: default; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"], .entity-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"], .object-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] {
    margin-left: 138px; } }
[data-template="film-info"] .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] .button, .entity-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] .button, .object-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] .button {
  margin: 0; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="film-info"] .details-wrapper .image-wrapper .actions, .entity-info .details-wrapper .image-wrapper .actions, .object-info .details-wrapper .image-wrapper .actions {
    width: 100%; }
  [data-template="film-info"] .details-wrapper .image-wrapper .actions .button.updates, .entity-info .details-wrapper .image-wrapper .actions .button.updates, .object-info .details-wrapper .image-wrapper .actions .button.updates {
    width: calc(50% - 25px); }
  [data-template="film-info"] .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"], .entity-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"], .object-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] {
    margin-left: calc(50% + 15px);
    margin-right: 20px; }
  [data-template="film-info"] .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] .button.my-lists, .entity-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] .button.my-lists, .object-info .details-wrapper .image-wrapper .actions [data-template="site-addtomylists"] .button.my-lists {
    width: 100%; }
  [data-template="film-info"] .details-wrapper .image-wrapper .actions .user-pm, [data-template="film-info"] .details-wrapper .image-wrapper .actions .person-message, .entity-info .details-wrapper .image-wrapper .actions .user-pm, .entity-info .details-wrapper .image-wrapper .actions .person-message, .object-info .details-wrapper .image-wrapper .actions .user-pm, .object-info .details-wrapper .image-wrapper .actions .person-message {
    width: calc(50% - 35px); } }
[data-template="film-info"] .details-wrapper .details, .entity-info .details-wrapper .details, .object-info .details-wrapper .details {
  position: relative;
  margin-left: 320px;
  margin-bottom: 20px;
  /* move some of this css to entity-links.scss ? */
  /* mume */
  /* tvme */ }
[data-template="film-info"] .details-wrapper .details .details-inner, .entity-info .details-wrapper .details .details-inner, .object-info .details-wrapper .details .details-inner {
  position: relative; }
[data-template="film-info"] .details-wrapper .details .rating, .entity-info .details-wrapper .details .rating, .object-info .details-wrapper .details .rating {
  width: calc(100% - 10px); }
[data-template="film-info"] .details-wrapper .details .rating svg, .entity-info .details-wrapper .details .rating svg, .object-info .details-wrapper .details .rating svg {
  margin-right: 5px;
  width: 36px;
  height: 36px; }
[data-template="film-info"] .details-wrapper .details .rating svg.icon-9, .entity-info .details-wrapper .details .rating svg.icon-9, .object-info .details-wrapper .details .rating svg.icon-9 {
  -webkit-transform: scale(-1);
          transform: scale(-1); }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .rating, .entity-info .details-wrapper .details .rating, .object-info .details-wrapper .details .rating {
    display: block;
    float: initial;
    margin: -5px; } }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .rating, .entity-info .details-wrapper .details .rating, .object-info .details-wrapper .details .rating {
    margin-left: 0; }
  [data-template="film-info"] .details-wrapper .details .vote-wrapper > .star-rating span.average, .entity-info .details-wrapper .details .vote-wrapper > .star-rating span.average, .object-info .details-wrapper .details .vote-wrapper > .star-rating span.average {
    top: -4px; } }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .details, .entity-info .details-wrapper .details, .object-info .details-wrapper .details {
    margin-left: 260px;
    margin-bottom: 0; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="film-info"] .details-wrapper .details, .entity-info .details-wrapper .details, .object-info .details-wrapper .details {
    margin-left: 0;
    width: 100%;
    overflow: auto; } }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .details.more-details, .entity-info .details-wrapper .details.more-details, .object-info .details-wrapper .details.more-details {
    margin-left: 0;
    clear: both; } }
[data-template="film-info"] .details-wrapper .details.user p, .entity-info .details-wrapper .details.user p, .object-info .details-wrapper .details.user p {
  margin-left: 0; }
[data-template="film-info"] .details-wrapper .details.user.user.not_logged_in, .entity-info .details-wrapper .details.user.user.not_logged_in, .object-info .details-wrapper .details.user.user.not_logged_in {
  margin-left: 0px; }
body.not_logged_in [data-template="film-info"] .details-wrapper .details.user, body.not_logged_in .entity-info .details-wrapper .details.user, body.not_logged_in .object-info .details-wrapper .details.user {
  margin-left: 0; }
[data-template="film-info"] .details-wrapper .details p, .entity-info .details-wrapper .details p, .object-info .details-wrapper .details p {
  margin: 10px 0; }
[data-template="film-info"] .details-wrapper .details p.subheader, [data-template="film-info"] .details-wrapper .details p.subtext, .entity-info .details-wrapper .details p.subheader, .entity-info .details-wrapper .details p.subtext, .object-info .details-wrapper .details p.subheader, .object-info .details-wrapper .details p.subtext {
  margin: 0; }
[data-template="film-info"] .details-wrapper .details ul, .entity-info .details-wrapper .details ul, .object-info .details-wrapper .details ul {
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
  min-width: 400px;
  margin: 5px 0px; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details ul.dates, .entity-info .details-wrapper .details ul.dates, .object-info .details-wrapper .details ul.dates {
    min-width: 0;
    width: calc(100% - 20px); } }
[data-template="film-info"] .details-wrapper .details ul:last-of-type li:first-of-type, .entity-info .details-wrapper .details ul:last-of-type li:first-of-type, .object-info .details-wrapper .details ul:last-of-type li:first-of-type {
  border-top: 1px solid #ddd;
  padding-top: 10px; }
[data-template="film-info"] .details-wrapper .details h2, .entity-info .details-wrapper .details h2, .object-info .details-wrapper .details h2 {
  margin: 0px 0 10px 0; }
[data-template="film-info"] .details-wrapper .details .trailer, .entity-info .details-wrapper .details .trailer, .object-info .details-wrapper .details .trailer {
  width: 400px;
  float: left; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .trailer, .entity-info .details-wrapper .details .trailer, .object-info .details-wrapper .details .trailer {
    display: none; } }
[data-template="film-info"] .details-wrapper .details.no-trailer .links, .entity-info .details-wrapper .details.no-trailer .links, .object-info .details-wrapper .details.no-trailer .links {
  margin-left: 0;
  width: 100%;
  position: static; }
[data-template="film-info"] .details-wrapper .details.no-trailer .links a.youtube, .entity-info .details-wrapper .details.no-trailer .links a.youtube, .object-info .details-wrapper .details.no-trailer .links a.youtube {
  display: inherit; }
[data-template="film-info"] .details-wrapper .details.full-trailer .trailer, .entity-info .details-wrapper .details.full-trailer .trailer, .object-info .details-wrapper .details.full-trailer .trailer {
  width: 636px; }
[data-template="film-info"] .details-wrapper .details.full-trailer .links, .entity-info .details-wrapper .details.full-trailer .links, .object-info .details-wrapper .details.full-trailer .links {
  display: none; }
[data-template="film-info"] .details-wrapper .details .links, .entity-info .details-wrapper .details .links, .object-info .details-wrapper .details .links {
  float: right;
  width: 265px;
  overflow: hidden; }
[data-template="film-info"] .details-wrapper .details .links.inline, .entity-info .details-wrapper .details .links.inline, .object-info .details-wrapper .details .links.inline {
  float: right;
  width: 220px;
  margin-left: 0;
  position: absolute;
  top: 55px;
  right: 0; }
[data-template="film-info"] .details-wrapper .details .links:after, .entity-info .details-wrapper .details .links:after, .object-info .details-wrapper .details .links:after {
  content: " "; }
[data-template="film-info"] .details-wrapper .details .links.only-youtube, .entity-info .details-wrapper .details .links.only-youtube, .object-info .details-wrapper .details .links.only-youtube {
  display: none; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .links.only-youtube, .entity-info .details-wrapper .details .links.only-youtube, .object-info .details-wrapper .details .links.only-youtube {
    display: block; } }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .links, .entity-info .details-wrapper .details .links, .object-info .details-wrapper .details .links {
    position: static;
    left: 0;
    width: 100%; }
  [data-template="film-info"] .details-wrapper .details .links.inline, .entity-info .details-wrapper .details .links.inline, .object-info .details-wrapper .details .links.inline {
    position: static;
    float: unset;
    width: 100%; } }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="film-info"] .details-wrapper .details .links.inline, .entity-info .details-wrapper .details .links.inline, .object-info .details-wrapper .details .links.inline {
    width: calc(100% + 260px);
    margin-left: -260px; } }
[data-template="film-info"] .details-wrapper .details .links a, .entity-info .details-wrapper .details .links a, .object-info .details-wrapper .details .links a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  line-height: 24px; }
[data-template="film-info"] .details-wrapper .details .links a.inline, .entity-info .details-wrapper .details .links a.inline, .object-info .details-wrapper .details .links a.inline {
  display: inline;
  border-bottom: none; }
[data-template="film-info"] .details-wrapper .details .links a .price, .entity-info .details-wrapper .details .links a .price, .object-info .details-wrapper .details .links a .price {
  white-space: nowrap; }
[data-template="film-info"] .details-wrapper .details .links a:hover, .entity-info .details-wrapper .details .links a:hover, .object-info .details-wrapper .details .links a:hover {
  text-decoration: underline; }
[data-template="film-info"] .details-wrapper .details .links a.youtube, .entity-info .details-wrapper .details .links a.youtube, .object-info .details-wrapper .details .links a.youtube {
  display: none; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .links a.youtube, .entity-info .details-wrapper .details .links a.youtube, .object-info .details-wrapper .details .links a.youtube {
    display: inherit; } }
[data-template="film-info"] .details-wrapper .details .links .share, .entity-info .details-wrapper .details .links .share, .object-info .details-wrapper .details .links .share {
  height: 24px;
  margin-top: 3px; }
[data-template="film-info"] .details-wrapper .details .links .share_fb, .entity-info .details-wrapper .details .links .share_fb, .object-info .details-wrapper .details .links .share_fb {
  left: 74px;
  position: relative;
  top: -24px; }
[data-template="film-info"] .details-wrapper .details [data-template="person-links"], .entity-info .details-wrapper .details [data-template="person-links"], .object-info .details-wrapper .details [data-template="person-links"] {
  margin-top: 20px; }
[data-template="film-info"] .details-wrapper .details [data-template="person-links"] .links.full, .entity-info .details-wrapper .details [data-template="person-links"] .links.full, .object-info .details-wrapper .details [data-template="person-links"] .links.full {
  position: static;
  left: 0;
  width: 100%; }
[data-template="film-info"] .details-wrapper .details .tracks, .entity-info .details-wrapper .details .tracks, .object-info .details-wrapper .details .tracks {
  position: relative;
  width: 445px; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="film-info"] .details-wrapper .details .tracks, .entity-info .details-wrapper .details .tracks, .object-info .details-wrapper .details .tracks {
    width: 100%; } }
[data-template="film-info"] .details-wrapper .details .tracks ol, .entity-info .details-wrapper .details .tracks ol, .object-info .details-wrapper .details .tracks ol {
  list-style-position: inside;
  margin: 0;
  padding: 0; }
[data-template="film-info"] .details-wrapper .details .tracks ol li, .entity-info .details-wrapper .details .tracks ol li, .object-info .details-wrapper .details .tracks ol li {
  position: relative; }
[data-template="film-info"] .details-wrapper .details .tracks ol li .icon-wrapper, .entity-info .details-wrapper .details .tracks ol li .icon-wrapper, .object-info .details-wrapper .details .tracks ol li .icon-wrapper {
  display: none;
  position: absolute;
  left: -24px;
  top: -2px;
  cursor: pointer; }
[data-template="film-info"] .details-wrapper .details .tracks ol li .icon-wrapper .icon-star, .entity-info .details-wrapper .details .tracks ol li .icon-wrapper .icon-star, .object-info .details-wrapper .details .tracks ol li .icon-wrapper .icon-star {
  fill: #b2b2b2;
  pointer-events: none; }
[data-template="film-info"] .details-wrapper .details .tracks ol li .icon-wrapper.marked .icon-star, .entity-info .details-wrapper .details .tracks ol li .icon-wrapper.marked .icon-star, .object-info .details-wrapper .details .tracks ol li .icon-wrapper.marked .icon-star {
  fill: #ffba00; }
[data-template="film-info"] .details-wrapper .details .tracks ol li .duration, .entity-info .details-wrapper .details .tracks ol li .duration, .object-info .details-wrapper .details .tracks ol li .duration {
  font-size: 13px; }
[data-template="film-info"] .details-wrapper .details .tracks ol li .icon-play, .entity-info .details-wrapper .details .tracks ol li .icon-play, .object-info .details-wrapper .details .tracks ol li .icon-play {
  fill: #b2b2b2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  margin: -5px 0; }
[data-template="film-info"] .details-wrapper .details .tracks ol li.bonus, .entity-info .details-wrapper .details .tracks ol li.bonus, .object-info .details-wrapper .details .tracks ol li.bonus {
  display: none; }
[data-template="film-info"] .details-wrapper .details .tracks .favorites-explanation, .entity-info .details-wrapper .details .tracks .favorites-explanation, .object-info .details-wrapper .details .tracks .favorites-explanation {
  display: none; }
[data-template="film-info"] .details-wrapper .details .tracks .favorites-explanation .icon-star, .entity-info .details-wrapper .details .tracks .favorites-explanation .icon-star, .object-info .details-wrapper .details .tracks .favorites-explanation .icon-star {
  position: relative;
  top: 4px;
  cursor: default; }
[data-template="film-info"] .details-wrapper .details .tracks .duration-bonus, .entity-info .details-wrapper .details .tracks .duration-bonus, .object-info .details-wrapper .details .tracks .duration-bonus {
  display: none; }
[data-template="film-info"] .details-wrapper .details .tracks .show-bonus, .entity-info .details-wrapper .details .tracks .show-bonus, .object-info .details-wrapper .details .tracks .show-bonus {
  cursor: pointer;
  position: absolute;
  right: 0; }
[data-template="film-info"] .details-wrapper .details .tracks .show-bonus .icon-plus, .entity-info .details-wrapper .details .tracks .show-bonus .icon-plus, .object-info .details-wrapper .details .tracks .show-bonus .icon-plus {
  position: relative;
  top: 4px;
  left: -2px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  fill: #b2b2b2; }
[data-template="film-info"] .details-wrapper .details .tracks.voted ol, .entity-info .details-wrapper .details .tracks.voted ol, .object-info .details-wrapper .details .tracks.voted ol {
  padding-left: 24px; }
[data-template="film-info"] .details-wrapper .details .tracks.voted li .icon-wrapper, .entity-info .details-wrapper .details .tracks.voted li .icon-wrapper, .object-info .details-wrapper .details .tracks.voted li .icon-wrapper {
  display: inline-block; }
[data-template="film-info"] .details-wrapper .details .tracks.voted .favorites-explanation, .entity-info .details-wrapper .details .tracks.voted .favorites-explanation, .object-info .details-wrapper .details .tracks.voted .favorites-explanation {
  display: block; }
[data-template="film-info"] .details-wrapper .details .tracks.with-bonus .duration-bonus, .entity-info .details-wrapper .details .tracks.with-bonus .duration-bonus, .object-info .details-wrapper .details .tracks.with-bonus .duration-bonus {
  display: inline; }
[data-template="film-info"] .details-wrapper .details .tracks.with-bonus li.bonus, .entity-info .details-wrapper .details .tracks.with-bonus li.bonus, .object-info .details-wrapper .details .tracks.with-bonus li.bonus {
  display: list-item; }
[data-template="film-info"] .details-wrapper .details .tracks.with-bonus .show-bonus, .entity-info .details-wrapper .details .tracks.with-bonus .show-bonus, .object-info .details-wrapper .details .tracks.with-bonus .show-bonus {
  display: none; }
[data-template="film-info"] .details-wrapper .details .favorites-explanation .icon-star, .entity-info .details-wrapper .details .favorites-explanation .icon-star, .object-info .details-wrapper .details .favorites-explanation .icon-star {
  cursor: pointer;
  fill: #ffba00; }
[data-template="film-info"] .details-wrapper .details .season-select-wrapper, .entity-info .details-wrapper .details .season-select-wrapper, .object-info .details-wrapper .details .season-select-wrapper {
  display: inline;
  white-space: nowrap;
  position: relative; }
[data-template="film-info"] .details-wrapper .details .season-select-wrapper .title-season-select, .entity-info .details-wrapper .details .season-select-wrapper .title-season-select, .object-info .details-wrapper .details .season-select-wrapper .title-season-select {
  border: 1px solid transparent;
  opacity: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 50px; }
[data-template="film-info"] .details-wrapper .details .season-title:after, .entity-info .details-wrapper .details .season-title:after, .object-info .details-wrapper .details .season-title:after {
  display: inline-block;
  content: " ";
  position: relative;
  top: -3px;
  height: 8px;
  border-top: 8px solid #bbb;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: -1; }
[data-template="film-info"] .details-wrapper .details ol.episodes, [data-template="film-info"] .details-wrapper .details ol.specials, .entity-info .details-wrapper .details ol.episodes, .entity-info .details-wrapper .details ol.specials, .object-info .details-wrapper .details ol.episodes, .object-info .details-wrapper .details ol.specials {
  margin: 0;
  padding: 0;
  list-style-position: inside; }
[data-template="film-info"] .details-wrapper .details ol.episodes.logged-in, [data-template="film-info"] .details-wrapper .details ol.specials.logged-in, .entity-info .details-wrapper .details ol.episodes.logged-in, .entity-info .details-wrapper .details ol.specials.logged-in, .object-info .details-wrapper .details ol.episodes.logged-in, .object-info .details-wrapper .details ol.specials.logged-in {
  margin-left: 24px; }
[data-template="film-info"] .details-wrapper .details ol.episodes li, [data-template="film-info"] .details-wrapper .details ol.specials li, .entity-info .details-wrapper .details ol.episodes li, .entity-info .details-wrapper .details ol.specials li, .object-info .details-wrapper .details ol.episodes li, .object-info .details-wrapper .details ol.specials li {
  min-height: 21px; }
[data-template="film-info"] .details-wrapper .details ol.episodes li > span, [data-template="film-info"] .details-wrapper .details ol.specials li > span, .entity-info .details-wrapper .details ol.episodes li > span, .entity-info .details-wrapper .details ol.specials li > span, .object-info .details-wrapper .details ol.episodes li > span, .object-info .details-wrapper .details ol.specials li > span {
  cursor: pointer; }
[data-template="film-info"] .details-wrapper .details ol.episodes li .icon-wrapper, [data-template="film-info"] .details-wrapper .details ol.specials li .icon-wrapper, .entity-info .details-wrapper .details ol.episodes li .icon-wrapper, .entity-info .details-wrapper .details ol.specials li .icon-wrapper, .object-info .details-wrapper .details ol.episodes li .icon-wrapper, .object-info .details-wrapper .details ol.specials li .icon-wrapper {
  position: absolute;
  left: 0; }
[data-template="film-info"] .details-wrapper .details ol.episodes li .icon-wrapper .icon-star, [data-template="film-info"] .details-wrapper .details ol.specials li .icon-wrapper .icon-star, .entity-info .details-wrapper .details ol.episodes li .icon-wrapper .icon-star, .entity-info .details-wrapper .details ol.specials li .icon-wrapper .icon-star, .object-info .details-wrapper .details ol.episodes li .icon-wrapper .icon-star, .object-info .details-wrapper .details ol.specials li .icon-wrapper .icon-star {
  fill: #b2b2b2;
  cursor: pointer; }
[data-template="film-info"] .details-wrapper .details ol.episodes li .icon-wrapper.marked .icon-star, [data-template="film-info"] .details-wrapper .details ol.specials li .icon-wrapper.marked .icon-star, .entity-info .details-wrapper .details ol.episodes li .icon-wrapper.marked .icon-star, .entity-info .details-wrapper .details ol.specials li .icon-wrapper.marked .icon-star, .object-info .details-wrapper .details ol.episodes li .icon-wrapper.marked .icon-star, .object-info .details-wrapper .details ol.specials li .icon-wrapper.marked .icon-star {
  fill: #ffba00; }
[data-template="film-info"] .details-wrapper .details ol.specials, .entity-info .details-wrapper .details ol.specials, .object-info .details-wrapper .details ol.specials {
  margin-top: 20px; }
[data-template="film-info"] .details-wrapper .details ol.specials li, .entity-info .details-wrapper .details ol.specials li, .object-info .details-wrapper .details ol.specials li {
  list-style-type: none; }
[data-template="film-info"] .details-wrapper .details .check-explanation, .entity-info .details-wrapper .details .check-explanation, .object-info .details-wrapper .details .check-explanation {
  position: relative;
  top: -5px;
  line-height: 30px; }
[data-template="film-info"] .details-wrapper .details .check-explanation .icon-wrapper, .entity-info .details-wrapper .details .check-explanation .icon-wrapper, .object-info .details-wrapper .details .check-explanation .icon-wrapper {
  display: inline-block; }
[data-template="film-info"] .details-wrapper .details .check-explanation .icon-wrapper .icon-star, .entity-info .details-wrapper .details .check-explanation .icon-wrapper .icon-star, .object-info .details-wrapper .details .check-explanation .icon-wrapper .icon-star {
  position: absolute;
  cursor: pointer;
  fill: #ffba00;
  position: relative;
  top: 4px;
  margin-right: 5px; }

[data-template="entity-products"] ul.product {
  list-style-type: none;
  padding: 0;
  margin: 0; }
[data-template="entity-products"] ul.product li {
  margin: 10px;
  border-bottom: 1px solid #e8e8e8; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="entity-products"] ul.product li {
    margin: 5px; } }
[data-template="entity-products"] ul.product li::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }
[data-template="entity-products"] ul.product li .price {
  white-space: nowrap; }
[data-template="entity-products"] ul.product li a.image, [data-template="entity-products"] ul.product li .no-image {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="entity-products"] ul.product li a.image, [data-template="entity-products"] ul.product li .no-image {
    margin-right: 5px; } }
[data-template="entity-products"] ul.product li a.image img, [data-template="entity-products"] ul.product li .no-image img {
  width: 100%;
  border: 0; }
[data-template="entity-products"] ul.product li .no-image {
  width: 58px;
  height: 90px;
  border: 1px solid #e8e8e8;
  background-color: #eee;
  margin-bottom: 10px; }
[data-template="entity-products"] ul.product li.more {
  text-align: right; }
[data-template="entity-products"] ul.product li .icon-admin {
  fill: #b2b2b2;
  width: 12px;
  height: 12px;
  margin-left: 5px; }

.folder-list-wrapper {
  width: 300px;
  height: 100%;
  min-height: 400px;
  float: left; }
@media (min-width: 0) and (max-width: 759px) {
  .folder-list-wrapper {
    width: 100%;
    margin-top: 10px; } }
.folder-list-wrapper .button.add-folder {
  float: right;
  margin: 10px 10px 10px 0; }

.folder-list .dots {
  width: 72px;
  height: 9px;
  position: relative; }
.folder-list .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 9px;
  height: 9px;
  -webkit-animation-name: my-lists-folder-list;
          animation-name: my-lists-folder-list;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 6px; }
.folder-list .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.folder-list .dots .dot_2 {
  left: 9px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.folder-list .dots .dot_3 {
  left: 18px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.folder-list .dots .dot_4 {
  left: 27px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.folder-list .dots .dot_5 {
  left: 36px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.folder-list .dots .dot_6 {
  left: 45px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.folder-list .dots .dot_7 {
  left: 54px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.folder-list .dots .dot_8 {
  left: 63px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes my-lists-folder-list {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes my-lists-folder-list {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.folder-list ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0; }
.folder-list ul li {
  display: block; }
.folder-list ul li.dropzone {
  height: 26px;
  border: 1px dashed #bbb;
  margin: 2px 12px 2px 2px; }
.folder-list ul li.active > a {
  font-family: OpenSansSemiBold, Arial;
  background-color: #ebebeb;
  border: 1px solid #b2b2b2; }
.folder-list ul li:before {
  display: inline-block;
  content: " ";
  position: absolute;
  margin-left: -10px;
  margin-top: 10px;
  cursor: pointer; }
.folder-list ul li.expanded:before {
  width: 5px;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #bbb; }
.folder-list ul li.collapsed:before {
  position: relative;
  top: 3px;
  left: -3px;
  width: 0;
  height: 5px;
  border-top: 5px solid #bbb;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }
.folder-list ul li a {
  font-family: OpenSansRegular, Arial;
  cursor: move;
  display: inline-block;
  width: calc(100% - 24px);
  border: 1px solid #ebebeb;
  padding: 2px 4px;
  margin: 2px; }
.folder-list ul li a .icon-delete {
  visibility: hidden;
  float: right;
  fill: #b2b2b2; }
.folder-list ul li a .check {
  float: right;
  display: inline-block;
  visibility: hidden;
  margin: 0 3px; }
.folder-list ul li a .check.checked {
  visibility: visible; }
.folder-list ul li a:hover {
  text-decoration: none; }
.folder-list ul li a:hover .icon-delete {
  visibility: visible; }
.folder-list ul li.root > a {
  cursor: default; }
.folder-list ul li input {
  font-family: OpenSansRegular, Arial;
  font-size: 14px;
  height: 27px;
  width: calc(100% - 24px);
  outline: none;
  padding: 0 4px; }
.folder-list ul li .folder-name {
  cursor: text; }
.folder-list ul li .dots {
  display: inline-block; }
.folder-list.root > ul > li > a {
  cursor: default; }

.folder-contents {
  height: 100%;
  margin-left: 300px; }
.folder-contents h1 {
  margin-bottom: 0; }
@media (min-width: 0) and (max-width: 759px) {
  .folder-contents {
    margin: 0; }
  .folder-contents h1 {
    margin: 0 10px; } }
.folder-contents .options {
  clear: none; }
.folder-contents .options .pages {
  height: 35px; }
.folder-contents .options .pages .inner a {
  padding: 1px 5px;
  margin: 0; }
@media (min-width: 0) and (max-width: 759px) {
  .folder-contents .options .pages {
    position: absolute; } }
.folder-contents .options .short-label {
  display: none; }
@media (min-width: 0) and (max-width: 1023px) {
  .folder-contents .options .long-label {
    display: none; }
  .folder-contents .options .short-label {
    display: inline; } }
.folder-contents > .dots {
  width: 144px;
  height: 18px;
  margin: auto;
  position: relative;
  top: 100px; }
.folder-contents > .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: my-lists-folder-contents;
          animation-name: my-lists-folder-contents;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
.folder-contents > .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.folder-contents > .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.folder-contents > .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.folder-contents > .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.folder-contents > .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.folder-contents > .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.folder-contents > .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.folder-contents > .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes my-lists-folder-contents {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes my-lists-folder-contents {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.folder-contents ul.rows.text-mode li::after, .folder-contents ul.rows.votes-mode li::after, .folder-contents ul.rows.images-mode li::after {
  clear: right; }
.folder-contents .sections {
  display: block;
  margin: 10px 0 0 0;
  top: 0;
  height: 32px; }
.folder-contents .sections a {
  margin-top: 0; }
.folder-contents .delete-button {
  position: absolute;
  left: 0; }
@media (min-width: 0px) and (max-width: 567px) {
  .folder-contents .cancel-button {
    display: none; } }
@media (min-width: 0px) and (max-width: 567px) {
  .folder-contents .average {
    display: none; } }
.folder-contents .buttons-wrapper {
  margin: 10px;
  min-height: 35px;
  line-height: 35px; }
.folder-contents .buttons-wrapper .buttons {
  float: right; }
.folder-contents .buttons-wrapper .buttons .short-label {
  display: none; }
@media (min-width: 0) and (max-width: 1023px) {
  .folder-contents .buttons-wrapper .buttons {
    float: initial; } }
@media (min-width: 0) and (max-width: 759px) {
  .folder-contents .buttons-wrapper .buttons .long-label {
    display: none; }
  .folder-contents .buttons-wrapper .buttons .short-label {
    display: inline; } }
.folder-contents .buttons-wrapper .buttons .button {
  margin: 0 0 5px 5px; }
.folder-contents .buttons-wrapper .buttons .button[disabled] {
  opacity: 0.3;
  background-color: #bbb; }
.folder-contents .buttons-wrapper .buttons .button:first-of-type {
  margin-left: 0; }

.modal .folder-list-wrapper {
  width: 480px; }
.modal .folder-list-wrapper.overflow {
  overflow: auto;
  height: 360px;
  position: relative; }
@media (min-width: 0) and (max-width: 759px) {
  .modal .folder-list-wrapper.overflow {
    height: 420px; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  .modal .folder-list-wrapper.overflow {
    height: 100%;
    min-height: 100%; } }
@media (min-width: 0) and (max-width: 759px) {
  .modal .folder-list-wrapper {
    width: 100%; } }
.modal .folder-list.root {
  width: 460px;
  margin-left: 10px; }
@media (min-width: 0) and (max-width: 759px) {
  .modal .folder-list.root {
    width: calc(100% - 10px); } }
.modal .folder-list.root > ul {
  padding-left: 0; }
.modal .folder-list.root ul li a {
  cursor: pointer; }
.modal .folder-list.root ul li a .icon-delete {
  display: none; }
.modal .folder-list.root ul li a.active {
  background-color: inherit;
  border: 1px solid #ebebeb;
  font-family: inherit; }
.modal .folder-list.root ul li a .folder-name {
  cursor: pointer; }
.modal .folder-list.root ul li a:hover {
  background-color: #ebebeb;
  border: 1px solid #b2b2b2;
  text-decoration: none; }
.modal .folder-list.root ul li a .dots {
  position: relative;
  left: 0;
  top: 0; }

ul.rows {
  list-style-type: none;
  padding: 0;
  margin: 0 10px; }
@media (min-width: 0) and (max-width: 759px) {
  ul.rows {
    margin: 0; } }
ul.rows.shift {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
ul.rows.images-mode {
  font-size: 12px;
  display: flex;
  flex-flow: row wrap; }
ul.rows.images-mode li {
  flex: 1 1 110px;
  padding: 5px;
  text-align: center;
  margin: 2px;
  border: 1px solid transparent; }
@media (min-width: 0) and (max-width: 759px) {
  ul.rows.images-mode li {
    flex: 1 70px; } }
ul.rows.images-mode li .deleting {
  visibility: hidden; }
ul.rows.images-mode li img {
  display: inline-block;
  width: 110px; }
@media (min-width: 0) and (max-width: 759px) {
  ul.rows.images-mode li img {
    width: 70px; } }
ul.rows.images-mode li .subtext {
  display: none; }
ul.rows.images-mode li.selected {
  border: 1px solid #b2b2b2;
  background-color: #e8e8e8; }
ul.rows.images-mode li .dots {
  position: absolute;
  margin: 10px 15px; }
ul.rows.images-mode li .average, ul.rows.images-mode li .entity-vote {
  display: none; }
ul.rows.images-mode li.extra {
  height: 0; }
ul.rows.text-mode li, ul.rows.votes-mode li {
  padding: 10px;
  border-bottom: 1px solid #b2b2b2; }
ul.rows.text-mode li:nth-of-type(even), ul.rows.votes-mode li:nth-of-type(even) {
  background-color: #e8e8e8; }
ul.rows.text-mode li img, ul.rows.text-mode li .avatar, ul.rows.votes-mode li img, ul.rows.votes-mode li .avatar {
  display: none; }
ul.rows.text-mode li img.row-icon, ul.rows.text-mode li .avatar.row-icon, ul.rows.votes-mode li img.row-icon, ul.rows.votes-mode li .avatar.row-icon {
  display: inline-block; }
ul.rows.text-mode li.extra, ul.rows.votes-mode li.extra {
  display: none; }
ul.rows.text-mode li {
  position: relative; }
ul.rows.text-mode li .dots {
  right: 10px;
  top: 15px; }
ul.rows.text-mode li .icon-delete {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: none;
  fill: #b2b2b2; }
ul.rows.text-mode li .icon-delete.admin {
  right: 80px;
  top: 15px; }
@media (min-width: 0) and (max-width: 759px) {
  ul.rows.text-mode li .icon-delete.admin {
    right: 65px; } }
ul.rows.text-mode li:hover .icon-delete.admin {
  display: inline-block; }
ul.rows.text-mode li input[type=checkbox] {
  margin: 5px 10px 5px 0;
  float: left; }
ul.rows.text-mode li.selected {
  background-color: #b2b2b2;
  border-bottom: 1px solid #e8e8e8; }
ul.rows.text-mode li.selected .icon-delete {
  fill: #fff; }
ul.rows.text-mode li .row-icon {
  float: left;
  margin: 5px 10px 5px 0px; }
ul.rows.text-mode li .row-icon.icon_message_read, ul.rows.text-mode li .row-icon.icon_message_unread {
  margin-left: 3px;
  margin-right: 13px; }
ul.rows.text-mode li .icon-wrapper {
  float: left;
  margin: 5px 10px 5px 0; }
ul.rows.text-mode li .icon-wrapper svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: #b2b2b2; }
ul.rows.text-mode li .icon-wrapper.unread svg {
  fill: #ffba00; }
ul.rows.text-mode li .dots {
  position: absolute; }
ul.rows.text-mode li .action, ul.rows.text-mode li .average, ul.rows.text-mode li .vote-wrapper {
  float: right; }
ul.rows.text-mode li .action .star, ul.rows.text-mode li .average .star, ul.rows.text-mode li .vote-wrapper .star {
  display: inline-block;
  margin-right: 5px; }
ul.rows.text-mode li .action svg.icon-admin, ul.rows.text-mode li .average svg.icon-admin, ul.rows.text-mode li .vote-wrapper svg.icon-admin {
  height: 15px;
  color: #999; }
ul.rows.text-mode li .action .inner, ul.rows.text-mode li .average .inner, ul.rows.text-mode li .vote-wrapper .inner {
  position: relative;
  top: -4px; }
ul.rows.text-mode li .average {
  width: 110px; }
ul.rows.text-mode li .average svg.icon-star {
  margin-right: 3px;
  margin-bottom: -5px;
  fill: #ffba00;
  position: relative;
  top: -2px; }
ul.rows.text-mode li .vote-wrapper {
  width: 50px;
  margin-left: 10px; }
ul.rows.text-mode li .star_full {
  display: inline-block;
  margin-bottom: -6px;
  padding-right: 5px; }
ul.rows.text-mode li img.thumb.home {
  width: 50px; }
ul.rows.text-mode li .entity-vote {
  display: none; }
ul.rows.text-mode.deletable .average {
  width: 130px; }
ul.rows.text-mode.deletable li:hover .icon-delete {
  display: block; }
ul.rows.votes-mode li {
  position: relative; }
ul.rows.votes-mode li .entity-vote {
  float: right;
  margin-bottom: -5px; }
ul.rows.votes-mode li .entity-vote select.platform {
  margin-right: 5px; }
ul.rows.votes-mode li .dots {
  width: 72px;
  height: 9px;
  float: right;
  position: relative;
  margin: 5px 20px 5px 20px; }
ul.rows.votes-mode li .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 9px;
  height: 9px;
  -webkit-animation-name: my-lists-voting-table;
          animation-name: my-lists-voting-table;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 6px; }
ul.rows.votes-mode li .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
ul.rows.votes-mode li .dots .dot_2 {
  left: 9px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
ul.rows.votes-mode li .dots .dot_3 {
  left: 18px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
ul.rows.votes-mode li .dots .dot_4 {
  left: 27px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
ul.rows.votes-mode li .dots .dot_5 {
  left: 36px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
ul.rows.votes-mode li .dots .dot_6 {
  left: 45px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
ul.rows.votes-mode li .dots .dot_7 {
  left: 54px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
ul.rows.votes-mode li .dots .dot_8 {
  left: 63px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes my-lists-voting-table {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes my-lists-voting-table {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
ul.rows.votes-mode li .average, ul.rows.votes-mode li .vote {
  display: none; }
ul.rows.text-mode li, ul.rows.votes-mode li, ul.rows.images-mode li {
  /* clearfix */ }
ul.rows.text-mode li::after, ul.rows.votes-mode li::after, ul.rows.images-mode li::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }
ul.rows.text-mode li.more, ul.rows.votes-mode li.more, ul.rows.images-mode li.more {
  display: none; }
ul.rows.text-mode li .subtext, ul.rows.votes-mode li .subtext, ul.rows.images-mode li .subtext {
  font-size: 13px; }
ul.rows.text-mode li .dots, ul.rows.votes-mode li .dots, ul.rows.images-mode li .dots {
  width: 72px;
  height: 9px; }
ul.rows.text-mode li .dots span, ul.rows.votes-mode li .dots span, ul.rows.images-mode li .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 9px;
  height: 9px;
  -webkit-animation-name: my-lists-entity-deleting;
          animation-name: my-lists-entity-deleting;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 6px; }
ul.rows.text-mode li .dots .dot_1, ul.rows.votes-mode li .dots .dot_1, ul.rows.images-mode li .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
ul.rows.text-mode li .dots .dot_2, ul.rows.votes-mode li .dots .dot_2, ul.rows.images-mode li .dots .dot_2 {
  left: 9px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
ul.rows.text-mode li .dots .dot_3, ul.rows.votes-mode li .dots .dot_3, ul.rows.images-mode li .dots .dot_3 {
  left: 18px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
ul.rows.text-mode li .dots .dot_4, ul.rows.votes-mode li .dots .dot_4, ul.rows.images-mode li .dots .dot_4 {
  left: 27px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
ul.rows.text-mode li .dots .dot_5, ul.rows.votes-mode li .dots .dot_5, ul.rows.images-mode li .dots .dot_5 {
  left: 36px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
ul.rows.text-mode li .dots .dot_6, ul.rows.votes-mode li .dots .dot_6, ul.rows.images-mode li .dots .dot_6 {
  left: 45px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
ul.rows.text-mode li .dots .dot_7, ul.rows.votes-mode li .dots .dot_7, ul.rows.images-mode li .dots .dot_7 {
  left: 54px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
ul.rows.text-mode li .dots .dot_8, ul.rows.votes-mode li .dots .dot_8, ul.rows.images-mode li .dots .dot_8 {
  left: 63px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes my-lists-entity-deleting {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes my-lists-entity-deleting {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
ul.rows.text-mode li .avatar, ul.rows.votes-mode li .avatar, ul.rows.images-mode li .avatar {
  width: 54px;
  height: 54px;
  border: 1px solid #999; }

.mobile ul.rows {
  margin: 0; }
.mobile ul.rows li.text-mode input[type=checkbox] {
  display: none; }
.mobile ul.rows li.text-mode .message_delete {
  display: none; }
.mobile ul.rows li.text-mode .subtext {
  margin-left: 0; }
.mobile ul.rows.deletable .average {
  width: 124px; }
.mobile ul.rows .discussion-count {
  display: none; }

.pages {
  background: #f0f2f3;
  margin: 10px; }
@media (min-width: 0) and (max-width: 1023px) {
  .pages {
    margin: 0; } }
.pages .inner {
  padding: 0px;
  text-align: right; }
.pages .inner.short {
  display: none; }
@media (min-width: 0) and (max-width: 1023px) {
  .pages .inner.short {
    display: block; } }
@media (min-width: 0) and (max-width: 1023px) {
  .pages .inner.long {
    display: none; } }
@media (min-width: 0px) and (max-width: 567px) {
  .pages .inner {
    padding: 10px 5px; } }
.pages .inner a, .pages .inner .separator {
  margin: 0 3px;
  height: 20px;
  min-width: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: none; }
.pages .inner .separator {
  width: 10px;
  position: relative;
  top: -3px; }
.pages .inner a {
  cursor: pointer;
  border-radius: 11px; }
.pages .inner a.active {
  padding: 1px 5px;
  background: #000;
  color: #ffba00; }
@media (min-width: 0) and (max-width: 1023px) {
  .pages .inner a.optional {
    display: none; } }
.pages .inner a.previous, .pages .inner a.next {
  padding: 1px;
  width: 20px;
  font-family: OpenSansRegular, Arial;
  background-color: #888;
  color: #fff;
  margin: 0 5px; }
@media (min-width: 0px) and (max-width: 567px) {
  .pages .inner a.previous, .pages .inner a.next {
    display: none; } }
.pages .inner a.previous.disabled, .pages .inner a.next.disabled {
  display: none; }
.pages .inner a:hover {
  text-decoration: none; }
.pages .inner input {
  border-radius: 2px;
  width: 44px;
  min-width: 44px;
  height: 26px;
  background: #fff;
  margin-left: 10px;
  float: right;
  position: relative;
  margin-top: 6px;
  margin-right: 10px; }
.pages .inner input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0; }
.pages .inner .icon-star {
  fill: #ffba00;
  margin-bottom: -3px; }
@media (min-width: 0px) and (max-width: 567px) {
  .pages .inner .icon-star {
    display: none; } }

ol.sortable {
  margin: 20px 0px;
  list-style-position: inside;
  padding: 0 20px; }
ol.sortable > li {
  border-bottom: 1px solid #b2b2b2;
  height: 40px;
  line-height: 40px; }
ol.sortable > li.sortable {
  cursor: move; }
ol.sortable > li input {
  width: 480px;
  position: relative;
  left: 20px;
  height: 24px; }
@media (min-width: 0px) and (max-width: 567px) {
  ol.sortable > li input {
    width: calc(100% - 47px); } }
@media (min-width: 0px) and (max-width: 567px) {
  ol.sortable > li .search {
    width: calc(100% - 25px); } }
ol.sortable > li .search .icon-search {
  right: -10px;
  top: calc(50% - 10px); }
ol.sortable > li .search input[type=text] {
  width: 500px; }
@media (min-width: 0px) and (max-width: 567px) {
  ol.sortable > li .search input[type=text] {
    width: 100%; } }
ol.sortable > li:nth-of-type(10) input {
  left: 12px; }
ol.sortable > li:nth-of-type(10) .icon {
  right: -3px; }

/* tpl */
[data-template="message-details"], [data-template="pm-details"], .message-details {
  width: 100%;
  max-width: 820px;
  margin: 10px 0;
  position: relative; }
[data-template="message-details"] .user, [data-template="pm-details"] .user, .message-details .user {
  position: absolute;
  left: 0; }
[data-template="message-details"] .user > a img.avatar, [data-template="message-details"] .user > img.avatar, [data-template="pm-details"] .user > a img.avatar, [data-template="pm-details"] .user > img.avatar, .message-details .user > a img.avatar, .message-details .user > img.avatar {
  width: 54px;
  height: 54px;
  padding: 5px 18px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .user > a img.avatar, [data-template="message-details"] .user > img.avatar, [data-template="pm-details"] .user > a img.avatar, [data-template="pm-details"] .user > img.avatar, .message-details .user > a img.avatar, .message-details .user > img.avatar {
    padding: 0;
    width: 65px;
    height: 65px; } }
[data-template="message-details"] .user img.thumb, [data-template="pm-details"] .user img.thumb, .message-details .user img.thumb {
  width: 70px;
  padding: 5px 18px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .user img.thumb, [data-template="pm-details"] .user img.thumb, .message-details .user img.thumb {
    padding: 0;
    width: 65px; } }
[data-template="message-details"] .user .review-star-wrapper, [data-template="pm-details"] .user .review-star-wrapper, .message-details .user .review-star-wrapper {
  width: 54px;
  margin: 5px 16px;
  text-align: center; }
[data-template="message-details"] .user .review-star-wrapper .review-star, [data-template="pm-details"] .user .review-star-wrapper .review-star, .message-details .user .review-star-wrapper .review-star {
  display: inline-block; }
[data-template="message-details"] .user .review-star-wrapper .review-star .icon-star, [data-template="pm-details"] .user .review-star-wrapper .review-star .icon-star, .message-details .user .review-star-wrapper .review-star .icon-star {
  fill: #b2b2b2;
  margin-right: 2px; }
[data-template="message-details"] .user .review-star-wrapper .review-star.marked .icon-star, [data-template="pm-details"] .user .review-star-wrapper .review-star.marked .icon-star, .message-details .user .review-star-wrapper .review-star.marked .icon-star {
  fill: #ffba00; }
[data-template="message-details"] .user .review-star-wrapper .review-star.review-star-action, [data-template="pm-details"] .user .review-star-wrapper .review-star.review-star-action, .message-details .user .review-star-wrapper .review-star.review-star-action {
  cursor: pointer; }
[data-template="message-details"] .user .review-star-wrapper .review-star-rating, [data-template="pm-details"] .user .review-star-wrapper .review-star-rating, .message-details .user .review-star-wrapper .review-star-rating {
  position: relative;
  top: -3px;
  margin-left: 2px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .user .review-star-wrapper, [data-template="pm-details"] .user .review-star-wrapper, .message-details .user .review-star-wrapper {
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    text-align: right;
    font-size: 14px; }
  .with-select [data-template="message-details"] .user .review-star-wrapper, .with-select [data-template="pm-details"] .user .review-star-wrapper, .with-select .message-details .user .review-star-wrapper {
    border: 1px solid green; }
  [data-template="message-details"] .user .review-star-wrapper svg.icon, [data-template="pm-details"] .user .review-star-wrapper svg.icon, .message-details .user .review-star-wrapper svg.icon {
    width: 25px;
    height: 25px; }
  [data-template="message-details"] .user .review-star-wrapper .review-star, [data-template="pm-details"] .user .review-star-wrapper .review-star, .message-details .user .review-star-wrapper .review-star {
    margin-right: -4px; }
  [data-template="message-details"] .user .review-star-wrapper .review-star-rating, [data-template="pm-details"] .user .review-star-wrapper .review-star-rating, .message-details .user .review-star-wrapper .review-star-rating {
    margin-left: 5px;
    top: -5px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .user, [data-template="pm-details"] .user, .message-details .user {
    position: relative; } }
[data-template="message-details"] .embed-request, [data-template="pm-details"] .embed-request, .message-details .embed-request {
  border: 1px dashed #999;
  background-color: #eee;
  margin: 10px 0;
  padding: 10px; }
[data-template="message-details"] .embed-request .buttons, [data-template="pm-details"] .embed-request .buttons, .message-details .embed-request .buttons {
  text-align: right; }
[data-template="message-details"] .embed-request .buttons input[type=button], [data-template="pm-details"] .embed-request .buttons input[type=button], .message-details .embed-request .buttons input[type=button] {
  margin: 10px; }
[data-template="message-details"] .embed-request .buttons .short-label, [data-template="pm-details"] .embed-request .buttons .short-label, .message-details .embed-request .buttons .short-label {
  display: none; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .embed-request .buttons .long-label, [data-template="pm-details"] .embed-request .buttons .long-label, .message-details .embed-request .buttons .long-label {
    display: none; }
  [data-template="message-details"] .embed-request .buttons .short-label, [data-template="pm-details"] .embed-request .buttons .short-label, .message-details .embed-request .buttons .short-label {
    display: inline; } }
[data-template="message-details"] .icons, [data-template="pm-details"] .icons, .message-details .icons {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  height: 20px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .icons, [data-template="pm-details"] .icons, .message-details .icons {
    top: 45px;
    left: 70px; } }
[data-template="message-details"] .icons > *, [data-template="pm-details"] .icons > *, .message-details .icons > * {
  float: left;
  width: 30px;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .icons > *, [data-template="pm-details"] .icons > *, .message-details .icons > * {
    width: 32px; } }
[data-template="message-details"] .icons > *.no-action, [data-template="pm-details"] .icons > *.no-action, .message-details .icons > *.no-action {
  cursor: default; }
[data-template="message-details"] .icons .likes-counter, [data-template="pm-details"] .icons .likes-counter, .message-details .icons .likes-counter {
  color: #fff;
  top: 0;
  position: absolute;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-family: OpenSansSemiBold, Arial;
  font-size: 12px;
  line-height: 19px;
  left: 3px; }
[data-template="message-details"] .icons .icon, [data-template="pm-details"] .icons .icon, .message-details .icons .icon {
  fill: #b2b2b2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
[data-template="message-details"] .icons .icon-edit-wrapper, [data-template="pm-details"] .icons .icon-edit-wrapper, .message-details .icons .icon-edit-wrapper {
  display: inline-block; }
[data-template="message-details"] .icons .icon-edit-wrapper a, [data-template="pm-details"] .icons .icon-edit-wrapper a, .message-details .icons .icon-edit-wrapper a {
  width: 19px;
  height: 19px;
  display: inline-block;
  background-color: #b2b2b2;
  padding: 1px;
  border-radius: 2px;
  margin: 0 10px 0 0; }
[data-template="message-details"] .icons .icon-edit-wrapper .icon, [data-template="pm-details"] .icons .icon-edit-wrapper .icon, .message-details .icons .icon-edit-wrapper .icon {
  fill: #fff;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }
[data-template="message-details"] .icons .icon-wrapper.marked .icon, [data-template="pm-details"] .icons .icon-wrapper.marked .icon, .message-details .icons .icon-wrapper.marked .icon {
  fill: #ffba00; }
[data-template="message-details"] .icons .icon-heart-wrapper .icon-heart, [data-template="pm-details"] .icons .icon-heart-wrapper .icon-heart, .message-details .icons .icon-heart-wrapper .icon-heart {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left;
          transform-origin: left; }
[data-template="message-details"] .icons .liked .icon-heart, [data-template="pm-details"] .icons .liked .icon-heart, .message-details .icons .liked .icon-heart {
  fill: #ffba00; }
[data-template="message-details"] .with-select .icons, [data-template="pm-details"] .with-select .icons, .message-details .with-select .icons {
  right: 30px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="message-details"] .with-select .icons, [data-template="pm-details"] .with-select .icons, .message-details .with-select .icons {
    right: 35px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .with-select .review-star-wrapper, [data-template="pm-details"] .with-select .review-star-wrapper, .message-details .with-select .review-star-wrapper {
    margin-right: 30px;
    top: -3px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .no-avatars .username, [data-template="message-details"] .no-avatars .date, [data-template="message-details"] .no-avatars .icons, [data-template="pm-details"] .no-avatars .username, [data-template="pm-details"] .no-avatars .date, [data-template="pm-details"] .no-avatars .icons, .message-details .no-avatars .username, .message-details .no-avatars .date, .message-details .no-avatars .icons {
    left: 10px; }
  [data-template="message-details"] .no-avatars .contents, [data-template="pm-details"] .no-avatars .contents, .message-details .no-avatars .contents {
    padding-top: 80px; } }
[data-template="message-details"] .message-select, [data-template="pm-details"] .message-select, .message-details .message-select {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  width: 20px;
  height: 20px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .message-select, [data-template="pm-details"] .message-select, .message-details .message-select {
    right: 5px;
    top: 0; } }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="message-details"] .message-select, [data-template="pm-details"] .message-select, .message-details .message-select {
    right: 15px; } }
[data-template="message-details"] .message-select input, [data-template="pm-details"] .message-select input, .message-details .message-select input {
  opacity: 0;
  position: absolute;
  right: 0; }
[data-template="message-details"] .message-select svg, [data-template="pm-details"] .message-select svg, .message-details .message-select svg {
  position: absolute;
  right: 0;
  fill: #b2b2b2;
  margin-top: -2px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .message-select svg, [data-template="pm-details"] .message-select svg, .message-details .message-select svg {
    margin-top: 0;
    top: 2px;
    right: 2px; } }
[data-template="message-details"] .message-select svg.icon-checkbox-checked, [data-template="pm-details"] .message-select svg.icon-checkbox-checked, .message-details .message-select svg.icon-checkbox-checked {
  display: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  position: relative;
  right: -2px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .message-select svg.icon-checkbox-checked, [data-template="pm-details"] .message-select svg.icon-checkbox-checked, .message-details .message-select svg.icon-checkbox-checked {
    right: 0; } }
[data-template="message-details"] .contents, [data-template="pm-details"] .contents, .message-details .contents {
  margin-left: 90px;
  padding: 75px 10px 10px 10px;
  min-height: 20px; }
[data-template="message-details"] .contents a, [data-template="pm-details"] .contents a, .message-details .contents a {
  word-break: break-word; }
[data-template="message-details"] .contents iframe, [data-template="pm-details"] .contents iframe, .message-details .contents iframe {
  max-width: 100%; }
[data-template="message-details"] .contents .spoiler, [data-template="pm-details"] .contents .spoiler, .message-details .contents .spoiler {
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: help; }
[data-template="message-details"] .contents .spoiler a, [data-template="pm-details"] .contents .spoiler a, .message-details .contents .spoiler a {
  color: transparent; }
[data-template="message-details"] .contents .spoiler-visible, [data-template="pm-details"] .contents .spoiler-visible, .message-details .contents .spoiler-visible {
  color: #b2b2b2;
  text-shadow: none;
  cursor: help; }
[data-template="message-details"] .contents .spoiler-visible a, [data-template="pm-details"] .contents .spoiler-visible a, .message-details .contents .spoiler-visible a {
  color: #b2b2b2; }
[data-template="message-details"] .contents .quote, [data-template="pm-details"] .contents .quote, .message-details .contents .quote {
  background-color: #eee;
  margin: 10px 0;
  padding: 10px; }
[data-template="message-details"] .contents .quote-empty, [data-template="pm-details"] .contents .quote-empty, .message-details .contents .quote-empty {
  margin: 10px 0px 10px 10px;
  padding: 10px; }
[data-template="message-details"] .contents .dots, [data-template="pm-details"] .contents .dots, .message-details .contents .dots {
  width: 144px;
  height: 18px;
  margin-left: calc(50% - 122px);
  position: absolute; }
[data-template="message-details"] .contents .dots span, [data-template="pm-details"] .contents .dots span, .message-details .contents .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: message-contents;
          animation-name: message-contents;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
[data-template="message-details"] .contents .dots .dot_1, [data-template="pm-details"] .contents .dots .dot_1, .message-details .contents .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
[data-template="message-details"] .contents .dots .dot_2, [data-template="pm-details"] .contents .dots .dot_2, .message-details .contents .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
[data-template="message-details"] .contents .dots .dot_3, [data-template="pm-details"] .contents .dots .dot_3, .message-details .contents .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
[data-template="message-details"] .contents .dots .dot_4, [data-template="pm-details"] .contents .dots .dot_4, .message-details .contents .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
[data-template="message-details"] .contents .dots .dot_5, [data-template="pm-details"] .contents .dots .dot_5, .message-details .contents .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
[data-template="message-details"] .contents .dots .dot_6, [data-template="pm-details"] .contents .dots .dot_6, .message-details .contents .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
[data-template="message-details"] .contents .dots .dot_7, [data-template="pm-details"] .contents .dots .dot_7, .message-details .contents .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
[data-template="message-details"] .contents .dots .dot_8, [data-template="pm-details"] .contents .dots .dot_8, .message-details .contents .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes message-contents {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes message-contents {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .contents .dots, [data-template="pm-details"] .contents .dots, .message-details .contents .dots {
    margin-left: calc(50% - 80px); } }
[data-template="message-details"] .contents .emoji, [data-template="pm-details"] .contents .emoji, .message-details .contents .emoji {
  font-size: 24px;
  line-height: 14px;
  position: relative;
  top: 5px; }
[data-template="message-details"] .contents .emoji.emojione, [data-template="pm-details"] .contents .emoji.emojione, .message-details .contents .emoji.emojione {
  overflow: hidden; }
[data-template="message-details"] .contents .posted-image, [data-template="pm-details"] .contents .posted-image, .message-details .contents .posted-image {
  max-width: 100%;
  padding: 5px 0; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .contents, [data-template="pm-details"] .contents, .message-details .contents {
    padding: 5px 0 10px 0;
    margin-left: 0; } }
[data-template="message-details"] .deleted, [data-template="pm-details"] .deleted, .message-details .deleted {
  margin-left: 100px;
  height: 40px;
  line-height: 40px; }
[data-template="message-details"] .deleted .button, [data-template="pm-details"] .deleted .button, .message-details .deleted .button {
  float: right;
  width: 120px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .deleted .button, [data-template="pm-details"] .deleted .button, .message-details .deleted .button {
    width: 110px; } }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="message-details"] .deleted, [data-template="pm-details"] .deleted, .message-details .deleted {
    margin-left: 0; } }
[data-template="message-details"] .username, [data-template="pm-details"] .username, .message-details .username {
  font-size: 16px;
  position: absolute;
  left: 100px;
  top: 5px;
  font-family: OpenSansSemiBold, Arial; }
[data-template="message-details"] .username .user-title, [data-template="pm-details"] .username .user-title, .message-details .username .user-title {
  font-size: 13px;
  font-family: OpenSansRegular, Arial; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .username, [data-template="pm-details"] .username, .message-details .username {
    left: 70px;
    top: 0; } }
[data-template="message-details"] .date, [data-template="pm-details"] .date, .message-details .date {
  position: absolute;
  left: 98px;
  top: 22px;
  font-size: 13px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .date .long-label, [data-template="pm-details"] .date .long-label, .message-details .date .long-label {
    display: none; } }
[data-template="message-details"] .date a, [data-template="pm-details"] .date a, .message-details .date a {
  font-family: OpenSansRegular, Arial; }
[data-template="message-details"] .date .icon-doc-wrapper svg, [data-template="pm-details"] .date .icon-doc-wrapper svg, .message-details .date .icon-doc-wrapper svg {
  fill: #b2b2b2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: 6px; }
[data-template="message-details"] .date .icon-doc-wrapper.unread svg, [data-template="pm-details"] .date .icon-doc-wrapper.unread svg, .message-details .date .icon-doc-wrapper.unread svg {
  fill: #ffba00; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .date .icon-doc-wrapper, [data-template="pm-details"] .date .icon-doc-wrapper, .message-details .date .icon-doc-wrapper {
    margin-right: -5px; }
  [data-template="message-details"] .date .icon-doc-wrapper svg, [data-template="pm-details"] .date .icon-doc-wrapper svg, .message-details .date .icon-doc-wrapper svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-details"] .date, [data-template="pm-details"] .date, .message-details .date {
    left: 70px;
    top: 15px; } }
[data-template="message-details"] .spoiler-explanation, [data-template="pm-details"] .spoiler-explanation, .message-details .spoiler-explanation {
  margin: 0; }

[data-template="message-discussion"] {
  position: relative;
  width: 1004px;
  margin: 0 auto;
  overflow: hidden; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="message-discussion"] {
    width: calc(100% - 20px); } }
[data-template="message-discussion"] .interstitial {
  position: relative;
  left: 100px;
  width: 710px;
  z-index: 1;
  max-width: calc(100% - 100px); }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="message-discussion"] .interstitial {
    display: none; } }
[data-template="message-discussion"] .discussion-header {
  margin: 20px 10px;
  height: 70px;
  position: relative;
  border-top: 1px solid #000; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="message-discussion"] .discussion-header {
    margin: 20px 0 0 0; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header {
    height: 50px; } }
[data-template="message-discussion"] .discussion-header .discussion-search-wrapper input.discussion-search {
   	position: absolute;
    right: 0;
    top: 10px;
    height: 32px;
    width: 360px;
    background: transparent;
    color: #0a1e3a;
    padding: 5px 13px;
    font-family: OpenSansItalic, Arial;
    opacity: 0.6;
}
@media (min-width: 0) and (max-width: 759px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper input.discussion-search {
    right: 10px; } }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper input.discussion-search {
    width: calc(100% - 60px); } }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper input.discussion-search {
    width: 220px;
    right: 0; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper input.discussion-search {
    top: 20px;
    right: 10px; } }
[data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options {
  display: none;
  position: absolute;
  right: 10px;
  top: 50px; }
[data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options.visible {
  display: inherit; }
[data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options input[type=radio] {
  margin: 0 5px 0 10px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options {
    top: 60px; } }
[data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options .short-label {
  display: none; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options .short-label {
    display: inline; }
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options .long-label {
    display: none; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper {
    display: none;
    border: 1px solid #b2b2b2;
    position: absolute;
    background-color: #fff;
    height: 100px;
    width: calc(100% - 15px);
    right: 5px;
    top: 40px;
    z-index: 10; }
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper .discussion-search-options {
    display: block; }
  [data-template="message-discussion"] .discussion-header .discussion-search-wrapper:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #fff;
    position: absolute;
    top: -20px;
    right: 2px; } }
[data-template="message-discussion"] .discussion-header .button.new {
  position: absolute;
  right: 390px;
  top: 10px;
  height: 34px;
  line-height: 34px;
	cursor: pointer;
	color: #0a1e3a;
}

[data-template="message-discussion"] .discussion-header .button {
	cursor: pointer;
}
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="message-discussion"] .discussion-header .button.new {
    display: none; } }
[data-template="message-discussion"] .discussion-header .icon-search-wrapper {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 1; }
[data-template="message-discussion"] .discussion-header .icon-search-wrapper .icon-search {
  fill: #b2b2b2;
  cursor: pointer; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header .icon-search-wrapper .icon-search {
    fill: #fff; } }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="message-discussion"] .discussion-header .icon-search-wrapper {
    right: 20px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header .icon-search-wrapper {
    right: 5px;
    top: 10px;
    background-color: #b2b2b2;
    padding: 3px 3px 0 3px;
    border-radius: 2px; } }
[data-template="message-discussion"] .discussion-header ul.sections {
  border-bottom: none; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header.search-results ul.sections li.review {
    display: none; } }
@media (min-width: 760px) and (max-width: 1023px) {
  [data-template="message-discussion"] .discussion-header.search-results input.discussion-search {
    width: 320px; } }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="message-discussion"] .discussion-header.search-results input.discussion-search {
    width: calc(100% - 400px); } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="message-discussion"] .discussion-header.search-results input.discussion-search {
    width: 80%; } }
[data-template="message-discussion"] hr.message-divider {
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #000;
  border-bottom: 0px;
  height: 0;
  margin: 10px; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="message-discussion"] hr.message-divider {
    width: 100%;
    margin: 0; } }
[data-template="message-discussion"] .options .icon-admin {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-bottom: -4px;
  position: relative;
  top: 1px; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="message-discussion"] .options {
    margin: 5px 0;
    padding: 0px 5px 5px 5px;
    min-height: 35px; }
  [data-template="message-discussion"] .options .links .links-group {
    line-height: 35px;
    position: relative;
    top: 2px;
    white-space: nowrap; }
  [data-template="message-discussion"] .options .links .links-group span, [data-template="message-discussion"] .options .links .links-group a {
    display: none; }
  [data-template="message-discussion"] .options .links .links-group.active span, [data-template="message-discussion"] .options .links .links-group.active a {
    display: inline; }
  [data-template="message-discussion"] .options .links div[data-template=site-pages] {
    display: inline-block;
    float: right; }
  [data-template="message-discussion"] .options .links.admin-active div[data-template=site-pages] {
    display: none; } }
[data-template="message-discussion"] form#thirdPartySubscribeForm {
  display: none; }
[data-template="message-discussion"] #show_new_messages {
  margin: 10px;
  padding: 5px;
  text-align: center;
  max-width: 792px;
  width: calc(100% - 30px);
  background-color: #eee;
  border: 1px solid #b2b2b2;
  cursor: pointer; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="message-discussion"] #show_new_messages {
    margin: 10px 0;
    width: calc(100% - 12px); } }

[data-template="site-home"] .users-amount {
  font-family: OpenSansSemiBold, Arial;
  cursor: pointer; }
[data-template="site-home"] .users-amount:hover {
  text-decoration: underline; }
[data-template="site-home"] .users-online {
  display: none;
  /* initially */ }
[data-template="site-home"] .action {
  margin: 10px 15px; }

[data-template="site-allmessages"] {
  position: relative;
  width: 1004px;
  margin: 10px auto;
  overflow: hidden; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="site-allmessages"] {
    width: calc(100% - 20px); } }
[data-template="site-allmessages"] select {
  height: 26px;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 10px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="site-allmessages"] select {
    position: static;
    margin: 5px 10px;
    width: calc(100% - 20px); } }

[data-template="contest-entries"] .contest-won {
  float: right;
  margin-right: 10px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="contest-entries"] [data-template="message-details"] {
    width: calc(100% - 20px);
    margin: auto; } }
[data-template="contest-entries"] [data-template="message-details"] .icons {
  display: none; }

[data-template="contest-current"], [data-template="content-current"], [data-template="film-spotlight"], [data-template="album-spotlight"], [data-template="book-spotlight"], [data-template="game-spotlight"], .entity-spotlight {
  overflow: hidden;
  padding: 0 10px;
  margin: 20px 0;
  position: relative; }
[data-template="contest-current"] ol, [data-template="content-current"] ol, [data-template="film-spotlight"] ol, [data-template="album-spotlight"] ol, [data-template="book-spotlight"] ol, [data-template="game-spotlight"] ol, .entity-spotlight ol {
  display: inline-block;
  padding: 0 20px;
  margin: 0; }
[data-template="contest-current"] .poster-wrapper, [data-template="content-current"] .poster-wrapper, [data-template="film-spotlight"] .poster-wrapper, [data-template="album-spotlight"] .poster-wrapper, [data-template="book-spotlight"] .poster-wrapper, [data-template="game-spotlight"] .poster-wrapper, .entity-spotlight .poster-wrapper {
  float: left;
  display: inline-block;
  background-color: #eee;
  width: 300px;
  border: 1px solid #b2b2b2;
  text-align: center;
  margin-right: 20px; }
[data-template="contest-current"] .poster-wrapper img.poster, [data-template="content-current"] .poster-wrapper img.poster, [data-template="film-spotlight"] .poster-wrapper img.poster, [data-template="album-spotlight"] .poster-wrapper img.poster, [data-template="book-spotlight"] .poster-wrapper img.poster, [data-template="game-spotlight"] .poster-wrapper img.poster, .entity-spotlight .poster-wrapper img.poster {
  vertical-align: bottom;
  max-width: 300px; }
[data-template="contest-current"] .poster-wrapper img.poster.small, [data-template="content-current"] .poster-wrapper img.poster.small, [data-template="film-spotlight"] .poster-wrapper img.poster.small, [data-template="album-spotlight"] .poster-wrapper img.poster.small, [data-template="book-spotlight"] .poster-wrapper img.poster.small, [data-template="game-spotlight"] .poster-wrapper img.poster.small, .entity-spotlight .poster-wrapper img.poster.small {
  margin: 40px auto; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="contest-current"] .poster-wrapper, [data-template="content-current"] .poster-wrapper, [data-template="film-spotlight"] .poster-wrapper, [data-template="album-spotlight"] .poster-wrapper, [data-template="book-spotlight"] .poster-wrapper, [data-template="game-spotlight"] .poster-wrapper, .entity-spotlight .poster-wrapper {
    width: 250px;
    margin-right: 10px; }
  [data-template="contest-current"] .poster-wrapper img.poster, [data-template="content-current"] .poster-wrapper img.poster, [data-template="film-spotlight"] .poster-wrapper img.poster, [data-template="album-spotlight"] .poster-wrapper img.poster, [data-template="book-spotlight"] .poster-wrapper img.poster, [data-template="game-spotlight"] .poster-wrapper img.poster, .entity-spotlight .poster-wrapper img.poster {
    max-width: 250px; }
  [data-template="contest-current"] .poster-wrapper img.poster.small, [data-template="content-current"] .poster-wrapper img.poster.small, [data-template="film-spotlight"] .poster-wrapper img.poster.small, [data-template="album-spotlight"] .poster-wrapper img.poster.small, [data-template="book-spotlight"] .poster-wrapper img.poster.small, [data-template="game-spotlight"] .poster-wrapper img.poster.small, .entity-spotlight .poster-wrapper img.poster.small {
    margin: 20px auto; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="contest-current"] .poster-wrapper, [data-template="content-current"] .poster-wrapper, [data-template="film-spotlight"] .poster-wrapper, [data-template="album-spotlight"] .poster-wrapper, [data-template="book-spotlight"] .poster-wrapper, [data-template="game-spotlight"] .poster-wrapper, .entity-spotlight .poster-wrapper {
    float: initial;
    display: block;
    width: calc(100% - 2px);
    margin-right: 0; }
  [data-template="contest-current"] .poster-wrapper img.poster, [data-template="content-current"] .poster-wrapper img.poster, [data-template="film-spotlight"] .poster-wrapper img.poster, [data-template="album-spotlight"] .poster-wrapper img.poster, [data-template="book-spotlight"] .poster-wrapper img.poster, [data-template="game-spotlight"] .poster-wrapper img.poster, .entity-spotlight .poster-wrapper img.poster {
    max-width: 100%;
    width: 100%; }
  [data-template="contest-current"] .poster-wrapper img.poster.small, [data-template="content-current"] .poster-wrapper img.poster.small, [data-template="film-spotlight"] .poster-wrapper img.poster.small, [data-template="album-spotlight"] .poster-wrapper img.poster.small, [data-template="book-spotlight"] .poster-wrapper img.poster.small, [data-template="game-spotlight"] .poster-wrapper img.poster.small, .entity-spotlight .poster-wrapper img.poster.small {
    width: auto; } }
[data-template="contest-current"] .star-rating, [data-template="content-current"] .star-rating, [data-template="film-spotlight"] .star-rating, [data-template="album-spotlight"] .star-rating, [data-template="book-spotlight"] .star-rating, [data-template="game-spotlight"] .star-rating, .entity-spotlight .star-rating {
  float: right; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="contest-current"] .star-rating, [data-template="content-current"] .star-rating, [data-template="film-spotlight"] .star-rating, [data-template="album-spotlight"] .star-rating, [data-template="book-spotlight"] .star-rating, [data-template="game-spotlight"] .star-rating, .entity-spotlight .star-rating {
    margin: 10px 5px; } }
[data-template="contest-current"] .spotlight-info, [data-template="content-current"] .spotlight-info, [data-template="film-spotlight"] .spotlight-info, [data-template="album-spotlight"] .spotlight-info, [data-template="book-spotlight"] .spotlight-info, [data-template="game-spotlight"] .spotlight-info, .entity-spotlight .spotlight-info {
  margin-left: 320px; }
[data-template="contest-current"] .spotlight-info h2, [data-template="content-current"] .spotlight-info h2, [data-template="film-spotlight"] .spotlight-info h2, [data-template="album-spotlight"] .spotlight-info h2, [data-template="book-spotlight"] .spotlight-info h2, [data-template="game-spotlight"] .spotlight-info h2, .entity-spotlight .spotlight-info h2 {
  clear: inherit;
  border-bottom: 0;
  margin-left: 0;
  padding-left: 0; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="contest-current"] .spotlight-info, [data-template="content-current"] .spotlight-info, [data-template="film-spotlight"] .spotlight-info, [data-template="album-spotlight"] .spotlight-info, [data-template="book-spotlight"] .spotlight-info, [data-template="game-spotlight"] .spotlight-info, .entity-spotlight .spotlight-info {
    margin-left: 260px; } }
@media (min-width: 0) and (max-width: 567px) {
  [data-template="contest-current"] .spotlight-info, [data-template="content-current"] .spotlight-info, [data-template="film-spotlight"] .spotlight-info, [data-template="album-spotlight"] .spotlight-info, [data-template="book-spotlight"] .spotlight-info, [data-template="game-spotlight"] .spotlight-info, .entity-spotlight .spotlight-info {
    margin-left: 0; } }
[data-template="contest-current"] .spotlight-info h1, [data-template="contest-current"] .spotlight-info h1 a, [data-template="content-current"] .spotlight-info h1, [data-template="content-current"] .spotlight-info h1 a, [data-template="film-spotlight"] .spotlight-info h1, [data-template="film-spotlight"] .spotlight-info h1 a, [data-template="album-spotlight"] .spotlight-info h1, [data-template="album-spotlight"] .spotlight-info h1 a, [data-template="book-spotlight"] .spotlight-info h1, [data-template="book-spotlight"] .spotlight-info h1 a, [data-template="game-spotlight"] .spotlight-info h1, [data-template="game-spotlight"] .spotlight-info h1 a, .entity-spotlight .spotlight-info h1, .entity-spotlight .spotlight-info h1 a {
  margin: 0;
  display: inline; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="contest-current"] .spotlight-info h1, [data-template="content-current"] .spotlight-info h1, [data-template="film-spotlight"] .spotlight-info h1, [data-template="album-spotlight"] .spotlight-info h1, [data-template="book-spotlight"] .spotlight-info h1, [data-template="game-spotlight"] .spotlight-info h1, .entity-spotlight .spotlight-info h1 {
    margin: 10px 5px;
    display: block; } }
[data-template="contest-current"] .spotlight-info > p, [data-template="content-current"] .spotlight-info > p, [data-template="film-spotlight"] .spotlight-info > p, [data-template="album-spotlight"] .spotlight-info > p, [data-template="book-spotlight"] .spotlight-info > p, [data-template="game-spotlight"] .spotlight-info > p, .entity-spotlight .spotlight-info > p {
  margin: 10px 0; }
[data-template="contest-current"] .spotlight-info .spotlight-quote, [data-template="content-current"] .spotlight-info .spotlight-quote, [data-template="film-spotlight"] .spotlight-info .spotlight-quote, [data-template="album-spotlight"] .spotlight-info .spotlight-quote, [data-template="book-spotlight"] .spotlight-info .spotlight-quote, [data-template="game-spotlight"] .spotlight-info .spotlight-quote, .entity-spotlight .spotlight-info .spotlight-quote {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  overflow: hidden; }
[data-template="contest-current"] .spotlight-info .spotlight-quote .avatar, [data-template="content-current"] .spotlight-info .spotlight-quote .avatar, [data-template="film-spotlight"] .spotlight-info .spotlight-quote .avatar, [data-template="album-spotlight"] .spotlight-info .spotlight-quote .avatar, [data-template="book-spotlight"] .spotlight-info .spotlight-quote .avatar, [data-template="game-spotlight"] .spotlight-info .spotlight-quote .avatar, .entity-spotlight .spotlight-info .spotlight-quote .avatar {
  width: 54px;
  height: 54px;
  float: left;
  margin: 0 10px 0 0; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="contest-current"] .spotlight-info .spotlight-quote, [data-template="content-current"] .spotlight-info .spotlight-quote, [data-template="film-spotlight"] .spotlight-info .spotlight-quote, [data-template="album-spotlight"] .spotlight-info .spotlight-quote, [data-template="book-spotlight"] .spotlight-info .spotlight-quote, [data-template="game-spotlight"] .spotlight-info .spotlight-quote, .entity-spotlight .spotlight-info .spotlight-quote {
    display: none; } }

[data-template="film-eans"] img.compare, [data-template="album-eans"] img.compare, [data-template="book-eans"] img.compare, [data-template="game-eans"] img.compare, [data-template="season-eans"] img.compare {
  float: right;
  width: 120px; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="film-eans"] img.compare, [data-template="album-eans"] img.compare, [data-template="book-eans"] img.compare, [data-template="game-eans"] img.compare, [data-template="season-eans"] img.compare {
    display: none; } }

[data-template="entity-listoptions"] .options .icon-plus {
  display: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 14px; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="entity-listoptions"] .options.logged-in .icon-plus {
    display: inline-block; }
  [data-template="entity-listoptions"] .options.logged-in .more {
    display: none;
    position: static; } }
[data-template="entity-listoptions"] .options [data-template="site-addtomylists"] {
  display: inline; }
[data-template="entity-listoptions"] .options select {
  height: 24px;
  font-size: 13px;
  margin: 10px 0; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="entity-listoptions"] .options select {
    float: initial;
    top: 2px;
    margin-bottom: 5px; } }
[data-template="entity-listoptions"] .options .more, [data-template="entity-listoptions"] .options .icon-plus {
  position: absolute;
  right: 10px; }
[data-template="entity-listoptions"] .options a, [data-template="entity-listoptions"] .options .link, [data-template="entity-listoptions"] .options .quickform .row .element .form-action .add-link, .quickform .row .element .form-action [data-template="entity-listoptions"] .options .add-link {
  white-space: nowrap; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="entity-listoptions"] .pages {
    margin: 10px 5px; } }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="entity-listoptions"] .pages .inner.short {
    display: block; } }

[data-template="entity-links"] .embed-request {
  border: 1px dashed #999;
  background-color: #eee;
  margin: 10px 0;
  padding: 10px; }
[data-template="entity-links"] .embed-request .buttons {
  text-align: right; }
[data-template="entity-links"] .embed-request .buttons input[type=button] {
  margin: 10px; }
[data-template="entity-links"] .embed-request .buttons .short-label {
  display: none; }

[data-template="entity-votes"] {
  position: relative; }
[data-template="entity-votes"] .header-search-wrapper {
  position: absolute;
  right: 10px; }
[data-template="entity-votes"] .header-search-wrapper input {
  position: absolute;
  right: 0;
  top: 10px;
  height: 32px;
  width: 360px; }
@media (min-width: 568px) and (max-width: 759px) {
  [data-template="entity-votes"] .header-search-wrapper input {
    width: 240px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="entity-votes"] .header-search-wrapper input {
    width: calc(100% - 60px);
    right: 10px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="entity-votes"] .header-search-wrapper {
    display: none;
    border: 1px solid #b2b2b2;
    position: absolute;
    background-color: #fff;
    height: 60px;
    width: calc(100% - 15px);
    right: 5px;
    margin-top: 40px;
    z-index: 10; }
  [data-template="entity-votes"] .header-search-wrapper:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #fff;
    position: absolute;
    top: -20px;
    right: 5px; } }
[data-template="entity-votes"] .icon-search-wrapper {
  position: absolute;
  right: 20px;
  margin-top: 16px;
  z-index: 1;
  cursor: pointer; }
[data-template="entity-votes"] .icon-search-wrapper svg {
  fill: #b2b2b2; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="entity-votes"] .icon-search-wrapper {
    right: 10px;
    background-color: #b2b2b2;
    padding: 3px 3px 0 3px;
    border-radius: 2px; }
  [data-template="entity-votes"] .icon-search-wrapper svg {
    fill: #fff; } }

[data-template="account-subscribe"] #thirdPartySubscribeForm {
  display: none;
  /* initially */ }

[data-template="forum-index"] .icon-doc-wrapper {
  float: left;
  margin: 5px 10px 5px 0; }
[data-template="forum-index"] .icon-doc-wrapper svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: #b2b2b2; }
[data-template="forum-index"] .icon-doc-wrapper.unread svg {
  fill: #ffba00; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="forum-index"] .discussion-count {
    display: none; } }

[data-template="forum-topics"] .icon-wrapper {
  float: left;
  margin: 5px 10px 5px 0; }
[data-template="forum-topics"] .icon-wrapper svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: #b2b2b2; }
[data-template="forum-topics"] .icon-wrapper.unread svg {
  fill: #ffba00; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="forum-topics"] .discussion-count {
    display: none; } }

[data-template="forum-messages"] {
  position: relative; }
[data-template="forum-messages"] h2 {
  border-bottom: none;
  padding: 0;
  margin: 20px 10px -20px 10px;
  height: 35px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="forum-messages"] h2 {
    height: auto; } }
[data-template="forum-messages"] h2 .topic-title {
  display: inline-block;
  max-width: calc(100% - 160px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="forum-messages"] h2 .topic-title {
    max-width: 100%;
    white-space: initial; } }
[data-template="forum-messages"] [data-template="site-updatesbutton"] {
  position: absolute;
  right: 20px;
  margin-top: -8px; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="forum-messages"] [data-template="site-updatesbutton"] {
    right: 10px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="forum-messages"] [data-template="site-updatesbutton"] {
    width: 100%;
    right: 0;
    text-align: center;
    position: relative;
    top: -20px; } }
[data-template="forum-messages"] [data-template="site-updatesbutton"] .button {
  margin: 0; }

[data-template="user-tabs"] .short-label {
  display: none; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="user-tabs"] .long-label {
    display: none; }
  [data-template="user-tabs"] .short-label {
    display: inline; } }

[data-template="user-additions"] .options .pages.letters {
  height: auto;
  position: static;
  float: initial; }

[data-template="user-log"] {
  overflow: auto; }
[data-template="user-log"] .message-details .contents {
  margin: 10px;
  padding: 0;
  max-width: 760px; }
[data-template="user-log"] .subheader {
  margin: -20px 10px 15px; }
[data-template="user-log"] p.log {
  margin: 0px 20px; }
[data-template="user-log"] img.thumb {
  float: left;
  margin: 10px; }
[data-template="user-log"] img.poster {
  float: right;
  margin: 0 10px;
  width: 250px; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="user-log"] img.poster {
    width: 100px; } }
[data-template="user-log"] h2 {
  margin-top: 40px;
  padding: 0; }
[data-template="user-log"] h2 .header-stars {
  float: right; }
[data-template="user-log"] h2 .header-stars svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: #ffba00; }

[data-template="user-stats"] .details .avatar {
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 10px; }
[data-template="user-stats"] h1 .subheader {
  font-family: OpenSansRegular, Arial;
  font-weight: initial;
  font-size: 20px;
  vertical-align: middle; }
[data-template="user-stats"] .admin .icon {
  fill: #b2b2b2;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px; }

[data-template="user-votes"] {
  position: relative; }
[data-template="user-votes"] .icon-search {
  fill: #b2b2b2;
  position: absolute;
  right: 15px;
  margin-top: -48px;
  z-index: 1;
  cursor: pointer; }
[data-template="user-votes"] .header-search {
  margin-top: -53px;
  width: 300px;
  height: 26px;
  position: absolute;
  right: 10px; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="user-votes"] .header-search {
    height: 28px; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="user-votes"] .header-search {
    width: calc(100% - 160px); } }

[data-template="user-reviews"] {
  position: relative;
  width: 1004px;
  margin: 0 auto;
  overflow: hidden; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="user-reviews"] {
    width: calc(100% - 20px); } }
[data-template="user-reviews"] .message-select {
  display: none; }
[data-template="user-reviews"] .options {
  overflow: auto; }
[data-template="user-reviews"] .options .pages {
  height: auto;
  float: left;
  position: relative; }
[data-template="user-reviews"] div[data-template="site-pages"] .pages {
  float: right;
  position: relative;
  width: auto; }

[data-template="pm-discussions"] .icon-doc-wrapper {
  float: left; }
[data-template="pm-discussions"] .icon-doc-wrapper svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: #b2b2b2; }
[data-template="pm-discussions"] .icon-doc-wrapper.unread svg {
  fill: #ffba00; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="pm-discussions"] .discussion-count {
    display: none; } }

[data-template="pm-discussion"] {
  position: relative; }
[data-template="pm-discussion"] h2 {
  border-bottom: none;
  padding: 0;
  margin: 40px 10px -20px 10px; }

[data-template="pm-newmessage"] .pm-warning.hidden {
  display: none; }

@media (min-width: 0px) and (max-width: 567px) {
  [data-template="pm-tabs"] .long-label {
    display: none; } }
[data-template="pm-tabs"] .short-label {
  display: none; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="pm-tabs"] .short-label {
    display: inline; } }
[data-template="pm-tabs"] .badge {
  position: relative;
  left: 5px;
  top: -2px; }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="pm-tabs"] .badge {
    left: 0; } }

[data-template="pm-marked"] .pm-list {
  width: 1004px;
  margin: 10px auto; }
@media (min-width: 0) and (max-width: 1023px) {
  [data-template="pm-marked"] .pm-list {
    width: calc(100% - 20px); } }

[data-template="notification-list"] p {
  margin: 1px 10px; }
[data-template="notification-list"] p.intro {
  margin: 10px; }
[data-template="notification-list"] .icon-wrapper {
  float: left;
  margin-bottom: -5px; }
[data-template="notification-list"] .icon-wrapper svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  fill: #b2b2b2; }
[data-template="notification-list"] .icon-wrapper.unread svg {
  fill: #ffba00; }
[data-template="notification-list"] img.avatar, [data-template="notification-list"] img.logo, [data-template="notification-list"] .thumbnail-wrapper {
  display: none; }
[data-template="notification-list"] span.date {
  display: none; }

[data-template="person-photo"] .photo-unknown {
  height: 450px;
  font-size: 200px;
  color: #fff;
  text-align: center;
  line-height: 450px; }

[data-template="director-messages"] ul.sections {
  border-bottom: 0; }
[data-template="director-messages"] .discussion-header {
  margin: 0;
  height: 50px; }

[data-template="mylists-manage"] {
  overflow: hidden; }

/* forms */
::-webkit-input-placeholder {
  font-family: OpenSansItalic, Arial;
  font-size: 14px; }
:-ms-input-placeholder {
  font-family: OpenSansItalic, Arial;
  font-size: 14px; }
::-ms-input-placeholder {
  font-family: OpenSansItalic, Arial;
  font-size: 14px; }
::placeholder {
  font-family: OpenSansItalic, Arial;
  font-size: 14px; }

input, textarea {
  font-size: 14px;
  font-family: OpenSansRegular, Arial; }

/* react forms */
div[data-reactroot] form {
  margin: 10px; }
div[data-reactroot] form .row {
  position: relative;
  margin-bottom: 5px; }
div[data-reactroot] form .row .form_info_wrapper {
  display: inline-block; }
div[data-reactroot] form .row label .inner {
  display: inline-block;
  width: 180px;
  float: left;
  font-family: OpenSansSemiBold, Arial;
  line-height: 30px; }
@media (min-width: 0px) and (max-width: 567px) {
  div[data-reactroot] form .row label .inner {
    width: 100%; } }
div[data-reactroot] form .row label textarea, div[data-reactroot] form .row label input {
  margin: 0; }
div[data-reactroot] form .row label input[type=checkbox] {
  margin-right: 10px; }
div[data-reactroot] form .row label input[type=text] {
  height: 26px; }
div[data-reactroot] form .row label textarea {
  height: 140px;
  padding: 10px; }
div[data-reactroot] form .row label input[type=text], div[data-reactroot] form .row label textarea {
  width: 438px;
  max-width: calc(100% - 205px); }
@media (min-width: 0px) and (max-width: 567px) {
  div[data-reactroot] form .row label input[type=text], div[data-reactroot] form .row label textarea {
    max-width: calc(100% - 25px);
    width: calc(100% - 25px); } }
div[data-reactroot] form .row label .search {
  width: 100%;
  max-width: calc(100% - 205px); }
div[data-reactroot] form .row label .search input[type=text] {
  max-width: 100%;
  width: 100%; }
div[data-reactroot] form .row label .search .icon-search {
  top: calc(50% - 10px);
  right: 5px; }
div[data-reactroot] form .row.buttons .inner {
  float: right; }
div[data-reactroot] form .row.buttons .button {
  margin: 0 0 5px 5px; }
div[data-reactroot] form .row.buttons .button[disabled] {
  opacity: 0.3;
  background-color: #bbb; }

/* generic */
input[type=text], input[type=number], input[type=password], textarea {
  border: 1px solid #b2b2b2;
  background-color: #e8e8e8;
  border-radius: 6px; }

input[type=text], input[type=number], input[type=password] {
  padding: 0 10px; }

textarea {
  padding: 10px; }

input[type=text].date-full {
  width: 180px;
  min-width: 180px; }

/* quickform */
.quickform + .quickform {
  margin-top: 40px; }

.quickform {
  margin: 0px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform {
    margin: 5px; } }
.quickform .reqnote {
  display: none !important; }
.quickform .icon-info-wrapper {
  cursor: pointer;
  position: relative;
  top: 4px; }
.quickform .icon-info-wrapper svg {
  fill: #b2b2b2;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }
.quickform .icon-info-wrapper:hover svg, .quickform .icon-info-wrapper.tooltip-active svg {
  fill: #999; }

.quickform .row.full .element {
  margin: 0 -20px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row.full .element {
    margin: 0; } }
.quickform .row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }
.quickform .row.spacer {
  border: none; }
.quickform .row.form-action {
  border: none; }
.quickform .row.form-action .label {
  float: right;
  text-align: right; }
.quickform .row.multi-line-text input[type=text] {
  display: block; }
.quickform .row.multi-line-select select {
  display: block;
  margin-bottom: 10px; }
.quickform .row.inline .element > * {
  display: inline; }
.quickform .row.inline .element label {
  margin-right: 10px; }
.quickform .row.inline input[type=text].date-full {
  width: 180px;
  min-width: 180px; }
.quickform .row.inline select {
  max-width: 180px; }
.quickform .row p.label .icon-info-wrapper {
    position: absolute;
    left: auto;
    top: 5px !important;
}
@media (min-width: 568px) and (max-width: 759px) {
  .quickform .row p.label .icon-info-wrapper {
    left: 150px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row p.label .icon-info-wrapper {
    top: 0;
    left: inherit; } }
.quickform .row:last-of-type {
  border-bottom: none; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform .row {
    padding: 10px 5px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row {
    padding: 0; } }
.quickform .row .element {
  margin-left: 200px; }
.quickform .row .element .label {
  float: initial;
  width: auto; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row .element {
    padding-bottom: 5px; } }
.quickform .row .element.error input[type="text"], .quickform .row .element.error input[type="checkbox"], .quickform .row .element.error select, .quickform .row .element.error textarea {
  border: 1px solid red; }
.quickform .row .element .form-action {
  float: right;
  margin: 0;
  line-height: 26px; }
@media (min-width: 0) and (max-width: 759px) {
  .quickform .row .element .form-action {
    float: initial;
    display: block; } }
.quickform .row .element input[type=checkbox], .quickform .row .element input[type=radio], .quickform .row .element > span {
  margin: 0 5px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform .row .element {
    margin-left: 170px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row .element {
    margin: 0; } }
.quickform .row .element span.error {
  color: red;
  float: right;
  line-height: 22px; }
@media (min-width: 0) and (max-width: 1023px) {
  .quickform .row .element span.error {
    float: none;
    line-height: inherit; } }
.quickform .row .element > select {
  position: relative;
  top: -2px;
  margin-right: 10px; }
.quickform .row .element textarea, .quickform .row .element input[type=text], .quickform .row .element input[type=password] {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 360px;
  border-radius: 6px;
  border: 1px solid #b2b2b2;
  background-color: #e8e8e8;
  max-width: 360px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform .row .element textarea, .quickform .row .element input[type=text], .quickform .row .element input[type=password] {
    max-width: 100%; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row .element textarea, .quickform .row .element input[type=text], .quickform .row .element input[type=password] {
    width: 100%;
    max-width: 100%; } }
.quickform .row .element > input[type=text].numeric, .quickform .row .element > input[type=number].numeric, .quickform .row .element > input[type=text].date-year, .quickform .row .element > input[type=number].date-year {
  	width: 100px;
  	min-width: 100px;
	padding: 7px 15px;
	margin-right: 5px;
}
.quickform .row .element > textarea {
  padding: 10px;
  height: 200px;
  width: 480px;
  max-width: 480px; }
@media (min-width: 0) and (max-width: 759px) {
  .quickform .row .element > textarea {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row .element > textarea {
    padding: 5px; } }
.quickform .row .element > input[type=text], .quickform .row .element > input[type=password], .quickform .row .element > select {
  height: 26px;
  box-sizing: border-box; }
@media (min-width: 0) and (max-width: 759px) {
  .quickform .row .element > input[type=text], .quickform .row .element > input[type=password], .quickform .row .element > select {
    height: 28px; } }
.quickform .row .label {
  font-family: OpenSansSemiBold, Arial;
  float: left;
  margin: 0px;
  margin-top: 10px;
  display: inline-block;
  width: 190px; }
.quickform .row .label span.required {
  display: none; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform .row .label {
    width: 140px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform .row .label {
    display: block;
    float: none;
    width: 100%; } }

.quickform form[data-name="message-form"], .messageForm {
  position: relative;
  min-height: 80px; }
.quickform form[data-name="message-form"] .user-title, .messageForm .user-title {
  font-size: 13px; }
.quickform form[data-name="message-form"] .row .element > textarea, .messageForm .row .element > textarea {
  width: 705px;
  max-width: initial;
  height: 200px;
  line-height: 20px; }
@media (min-width: 0) and (max-width: 1023px) {
  .quickform form[data-name="message-form"] .row .element > textarea, .messageForm .row .element > textarea {
    max-width: calc(100% - 30px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .row .element > textarea, .messageForm .row .element > textarea {
    padding: 5px;
    max-width: calc(100% - 15px); } }
.quickform form[data-name="message-form"] .row .mention-results, .messageForm .row .mention-results {
  width: 300px;
  min-height: 80px;
  max-height: 200px;
  border: 1px solid gray;
  position: absolute;
  top: 100px;
  background-color: #fff;
  display: none;
  z-index: 102;
  overflow: auto; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .row .mention-results, .messageForm .row .mention-results {
    left: 0 !important;
    width: calc(100% - 5px); } }
.quickform form[data-name="message-form"] .row .mention-results ul, .messageForm .row .mention-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.quickform form[data-name="message-form"] .row .mention-results ul li, .messageForm .row .mention-results ul li {
  cursor: pointer;
  padding: 5px; }
.quickform form[data-name="message-form"] .row .mention-results ul li:hover, .quickform form[data-name="message-form"] .row .mention-results ul li.active, .messageForm .row .mention-results ul li:hover, .messageForm .row .mention-results ul li.active {
  background-color: #eee; }
.quickform form[data-name="message-form"].edit-contents, .messageForm.edit-contents {
  padding-bottom: 0;
  margin-left: 100px;
  padding-top: 25px; }
.quickform form[data-name="message-form"].edit-contents textarea, .messageForm.edit-contents textarea {
  width: 678px;
  height: 225px;
  max-width: calc(100% - 25px); }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].edit-contents textarea, .messageForm.edit-contents textarea {
    max-width: calc(100% - 15px);
    padding: 5px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].edit-contents, .messageForm.edit-contents {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; } }
.quickform form[data-name="message-form"].edit-contents .dots, .messageForm.edit-contents .dots {
  width: 144px;
  height: 18px;
  margin-left: calc(50% - 122px);
  position: absolute;
  margin-top: 50px; }
.quickform form[data-name="message-form"].edit-contents .dots span, .messageForm.edit-contents .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: message-edit;
          animation-name: message-edit;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_1, .messageForm.edit-contents .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_2, .messageForm.edit-contents .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_3, .messageForm.edit-contents .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_4, .messageForm.edit-contents .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_5, .messageForm.edit-contents .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_6, .messageForm.edit-contents .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_7, .messageForm.edit-contents .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.quickform form[data-name="message-form"].edit-contents .dots .dot_8, .messageForm.edit-contents .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes message-edit {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes message-edit {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].edit-contents .dots, .messageForm.edit-contents .dots {
    margin-left: calc(50% - 80px); } }
.quickform form[data-name="message-form"].edit-contents .edit-button, .messageForm.edit-contents .edit-button {
  display: none; }
.quickform form[data-name="message-form"].edit-contents .preview, .messageForm.edit-contents .preview {
  padding: 0;
  margin: 0; }
.quickform form[data-name="message-form"].edit-contents .preview .contents, .messageForm.edit-contents .preview .contents {
  padding: 40px 0 0 0; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].edit-contents .preview .contents, .messageForm.edit-contents .preview .contents {
    padding: 10px 0 0 0; } }
.quickform form[data-name="message-form"].edit-contents .preview .username, .messageForm.edit-contents .preview .username {
  margin-left: 0; }
.quickform form[data-name="message-form"].edit-contents .row.buttons, .messageForm.edit-contents .row.buttons {
  width: calc(100% - 20px);
  max-width: 700px;
  text-align: right;
  margin-right: 5px;
  padding: 5px 0; }
@media (min-width: 0) and (max-width: 759px) {
  .quickform form[data-name="message-form"].edit-contents .row.buttons, .messageForm.edit-contents .row.buttons {
    width: calc(100% - 5px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].edit-contents .row.buttons, .messageForm.edit-contents .row.buttons {
    width: calc(100% - 10px); } }
.quickform form[data-name="message-form"].edit-contents .paste-warning, .messageForm.edit-contents .paste-warning {
  padding-bottom: 10px; }
.quickform form[data-name="message-form"].edit-contents .markup-buttons, .messageForm.edit-contents .markup-buttons {
  margin-left: 0; }
.quickform form[data-name="message-form"] .date, .messageForm .date {
  position: absolute;
  left: 98px;
  top: 22px;
  font-size: 13px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .date .long-label, .messageForm .date .long-label {
    display: none; } }
.quickform form[data-name="message-form"] .date a, .messageForm .date a {
  font-family: OpenSansRegular, Arial; }
.quickform form[data-name="message-form"] .date .icon-doc-wrapper svg, .messageForm .date .icon-doc-wrapper svg {
  fill: #b2b2b2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: 6px; }
.quickform form[data-name="message-form"] .date .icon-doc-wrapper.unread svg, .messageForm .date .icon-doc-wrapper.unread svg {
  fill: #ffba00; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .date .icon-doc-wrapper, .messageForm .date .icon-doc-wrapper {
    margin-right: -5px; }
  .quickform form[data-name="message-form"] .date .icon-doc-wrapper svg, .messageForm .date .icon-doc-wrapper svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .date, .messageForm .date {
    left: 70px;
    top: 15px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .date, .messageForm .date {
    top: 20px; } }
.quickform form[data-name="message-form"] .markup-buttons, .messageForm .markup-buttons {
  margin-top: 50px;
  margin-left: 5px; }
.quickform form[data-name="message-form"] .markup-buttons .icon-wrapper, .messageForm .markup-buttons .icon-wrapper {
  background-color: #b2b2b2;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  height: 25px;
  width: 25px;
  cursor: pointer; }
.quickform form[data-name="message-form"] .markup-buttons .icon-wrapper svg, .messageForm .markup-buttons .icon-wrapper svg {
  margin: 3px;
  fill: #fff;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .markup-buttons, .messageForm .markup-buttons {
    margin: 0 10px; } }
.quickform form[data-name="message-form"].inline, .messageForm.inline {
  margin: 10px -10px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].inline, .messageForm.inline {
    margin: 10px -5px; } }
.quickform form[data-name="message-form"].inline p.label, .messageForm.inline p.label {
  display: none; }
.quickform form[data-name="message-form"].inline textarea, .messageForm.inline textarea {
  width: 705px;
  height: 180px;
  margin-left: 5px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].inline textarea, .messageForm.inline textarea {
    left: 0;
    margin: 0; } }
.quickform form[data-name="message-form"].inline .pm-note .element, .messageForm.inline .pm-note .element {
  margin-left: 100px; }
@media (min-width: 0) and (max-width: 759px) {
  .quickform form[data-name="message-form"].inline .pm-note .element, .messageForm.inline .pm-note .element {
    margin-left: 0; } }
.quickform form[data-name="message-form"].unfocused, .messageForm.unfocused {
  padding-bottom: 0; }
.quickform form[data-name="message-form"].unfocused .date, .quickform form[data-name="message-form"].unfocused .username, .quickform form[data-name="message-form"].unfocused .markup-buttons, .quickform form[data-name="message-form"].unfocused .review, .quickform form[data-name="message-form"].unfocused .spoilers, .quickform form[data-name="message-form"].unfocused .review-star-wrapper, .quickform form[data-name="message-form"].unfocused .buttons, .quickform form[data-name="message-form"].unfocused .pm-note, .messageForm.unfocused .date, .messageForm.unfocused .username, .messageForm.unfocused .markup-buttons, .messageForm.unfocused .review, .messageForm.unfocused .spoilers, .messageForm.unfocused .review-star-wrapper, .messageForm.unfocused .buttons, .messageForm.unfocused .pm-note {
  display: none; }
.quickform form[data-name="message-form"].unfocused .row .element > textarea, .messageForm.unfocused .row .element > textarea {
  height: 50px;
  resize: none; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].unfocused .user, .messageForm.unfocused .user {
    display: none; } }
.quickform form[data-name="message-form"] .review, .quickform form[data-name="message-form"] .paste-warning, .quickform form[data-name="message-form"] .buttons, .quickform form[data-name="message-form"] .preview, .quickform form[data-name="message-form"] .pm-note, .quickform form[data-name="message-form"] .spoilers, .messageForm .review, .messageForm .paste-warning, .messageForm .buttons, .messageForm .preview, .messageForm .pm-note, .messageForm .spoilers {
  border-bottom: 0; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .review, .quickform form[data-name="message-form"] .paste-warning, .quickform form[data-name="message-form"] .buttons, .quickform form[data-name="message-form"] .preview, .quickform form[data-name="message-form"] .pm-note, .quickform form[data-name="message-form"] .spoilers, .messageForm .review, .messageForm .paste-warning, .messageForm .buttons, .messageForm .preview, .messageForm .pm-note, .messageForm .spoilers {
    margin: 0 5px; } }
.quickform form[data-name="message-form"] .spoilers, .messageForm .spoilers {
  margin-bottom: -20px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"] .spoilers, .messageForm .spoilers {
    margin-bottom: -10px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .spoilers, .messageForm .spoilers {
    margin-bottom: 0; } }
.quickform form[data-name="message-form"] .spoilers input, .messageForm .spoilers input {
  float: left; }
.quickform form[data-name="message-form"] .spoilers label, .messageForm .spoilers label {
  float: left;
  margin-right: 10px; }
.quickform form[data-name="message-form"] .spoilers select, .messageForm .spoilers select {
  width: 380px;
  max-width: 380px; }
.quickform form[data-name="message-form"] .paste-warning .element, .messageForm .paste-warning .element {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-left: 95px;
  width: calc(100% - 80px); }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"] .paste-warning .element, .messageForm .paste-warning .element {
    width: calc(100% - 90px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .paste-warning .element, .messageForm .paste-warning .element {
    margin-left: 0;
    width: 100%; } }
.quickform form[data-name="message-form"] .row.buttons, .messageForm .row.buttons {
  padding: 0;
  width: 827px; }
@media (min-width: 0) and (max-width: 1023px) {
  .quickform form[data-name="message-form"] .row.buttons, .messageForm .row.buttons {
    max-width: calc(100% - 4px); } }
.quickform form[data-name="message-form"] .row.buttons .element.group, .messageForm .row.buttons .element.group {
  margin-right: 0; }
.quickform form[data-name="message-form"] .row.buttons .edit-button, .messageForm .row.buttons .edit-button {
  display: none; }
.quickform form[data-name="message-form"] span.error, .messageForm span.error {
  display: none; }
.quickform form[data-name="message-form"] .user, .messageForm .user {
  position: absolute;
  left: 0; }
.quickform form[data-name="message-form"] .user > a img.avatar, .quickform form[data-name="message-form"] .user > img.avatar, .messageForm .user > a img.avatar, .messageForm .user > img.avatar {
  width: 54px;
  height: 54px;
  padding: 5px 18px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .user > a img.avatar, .quickform form[data-name="message-form"] .user > img.avatar, .messageForm .user > a img.avatar, .messageForm .user > img.avatar {
    padding: 0;
    width: 65px;
    height: 65px; } }
.quickform form[data-name="message-form"] .user img.thumb, .messageForm .user img.thumb {
  width: 70px;
  padding: 5px 18px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .user img.thumb, .messageForm .user img.thumb {
    padding: 0;
    width: 65px; } }
.quickform form[data-name="message-form"] .user .review-star-wrapper, .messageForm .user .review-star-wrapper {
  width: 54px;
  margin: 5px 16px;
  text-align: center; }
.quickform form[data-name="message-form"] .user .review-star-wrapper .review-star, .messageForm .user .review-star-wrapper .review-star {
  display: inline-block; }
.quickform form[data-name="message-form"] .user .review-star-wrapper .review-star .icon-star, .messageForm .user .review-star-wrapper .review-star .icon-star {
  fill: #b2b2b2;
  margin-right: 2px; }
.quickform form[data-name="message-form"] .user .review-star-wrapper .review-star.marked .icon-star, .messageForm .user .review-star-wrapper .review-star.marked .icon-star {
  fill: #ffba00; }
.quickform form[data-name="message-form"] .user .review-star-wrapper .review-star.review-star-action, .messageForm .user .review-star-wrapper .review-star.review-star-action {
  cursor: pointer; }
.quickform form[data-name="message-form"] .user .review-star-wrapper .review-star-rating, .messageForm .user .review-star-wrapper .review-star-rating {
  position: relative;
  top: -3px;
  margin-left: 2px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .user .review-star-wrapper, .messageForm .user .review-star-wrapper {
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    text-align: right;
    font-size: 14px; }
  .with-select .quickform form[data-name="message-form"] .user .review-star-wrapper, .with-select .messageForm .user .review-star-wrapper {
    border: 1px solid green; }
  .quickform form[data-name="message-form"] .user .review-star-wrapper svg.icon, .messageForm .user .review-star-wrapper svg.icon {
    width: 25px;
    height: 25px; }
  .quickform form[data-name="message-form"] .user .review-star-wrapper .review-star, .messageForm .user .review-star-wrapper .review-star {
    margin-right: -4px; }
  .quickform form[data-name="message-form"] .user .review-star-wrapper .review-star-rating, .messageForm .user .review-star-wrapper .review-star-rating {
    margin-left: 5px;
    top: -5px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .user, .messageForm .user {
    position: relative; } }
.quickform form[data-name="message-form"] .username, .messageForm .username {
  font-size: 16px;
  position: relative;
  left: 10px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .username, .messageForm .username {
    position: absolute;
    left: 70px;
    top: 0; } }
.quickform form[data-name="message-form"] .element, .messageForm .element {
  margin-left: 95px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .element, .messageForm .element {
    margin-left: 0; } }
.quickform form[data-name="message-form"] .message, .messageForm .message {
  border-bottom: none;
  padding: 0; }
.quickform form[data-name="message-form"] .preview, .quickform form[data-name="message-form"] .paste-warning, .quickform form[data-name="message-form"] .mention, .messageForm .preview, .messageForm .paste-warning, .messageForm .mention {
  display: none; }
.quickform form[data-name="message-form"] .row.mention, .messageForm .row.mention {
  position: absolute;
  padding-left: 0; }
.quickform form[data-name="message-form"] .row.mention input[type=text], .messageForm .row.mention input[type=text] {
  padding: 0 0 0 5px;
  height: 20px;
  border: none;
  background-color: transparent; }
.quickform form[data-name="message-form"] .preview, .messageForm .preview {
  padding: 5px; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .preview, .messageForm .preview {
    padding: 0; } }
.quickform form[data-name="message-form"] .preview .contents, .messageForm .preview .contents {
  padding: 55px 0 0 0; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .preview .contents, .messageForm .preview .contents {
    padding: 0; } }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"] .preview .contents, .messageForm .preview .contents {
    padding: 40px 0 0 0; } }
.quickform form[data-name="message-form"] .preview .posted-image, .messageForm .preview .posted-image {
  max-width: 100%; }
.quickform form[data-name="message-form"] .preview .dots, .messageForm .preview .dots {
  width: 144px;
  height: 18px;
  left: calc(50% - 122px);
  position: relative; }
.quickform form[data-name="message-form"] .preview .dots span, .messageForm .preview .dots span {
  position: absolute;
  top: 0;
  background-color: #ffba00;
  width: 18px;
  height: 18px;
  -webkit-animation-name: message-preview;
          animation-name: message-preview;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 12px; }
.quickform form[data-name="message-form"] .preview .dots .dot_1, .messageForm .preview .dots .dot_1 {
  left: 0;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
.quickform form[data-name="message-form"] .preview .dots .dot_2, .messageForm .preview .dots .dot_2 {
  left: 18px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.quickform form[data-name="message-form"] .preview .dots .dot_3, .messageForm .preview .dots .dot_3 {
  left: 36px;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s; }
.quickform form[data-name="message-form"] .preview .dots .dot_4, .messageForm .preview .dots .dot_4 {
  left: 54px;
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s; }
.quickform form[data-name="message-form"] .preview .dots .dot_5, .messageForm .preview .dots .dot_5 {
  left: 72px;
  -webkit-animation-delay: .84s;
          animation-delay: .84s; }
.quickform form[data-name="message-form"] .preview .dots .dot_6, .messageForm .preview .dots .dot_6 {
  left: 90px;
  -webkit-animation-delay: .97s;
          animation-delay: .97s; }
.quickform form[data-name="message-form"] .preview .dots .dot_7, .messageForm .preview .dots .dot_7 {
  left: 108px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.quickform form[data-name="message-form"] .preview .dots .dot_8, .messageForm .preview .dots .dot_8 {
  left: 126px;
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s; }
@-webkit-keyframes message-preview {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
@keyframes message-preview {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ffba00; }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: transparent; } }
.quickform form[data-name="message-form"] .preview .message-preview, .messageForm .preview .message-preview {
  margin-left: 0; }
@media (min-width: 568px) {
  .quickform form[data-name="message-form"] .preview .username, .messageForm .preview .username {
    position: relative;
    top: -10px;
    left: 0; } }
.quickform form[data-name="message-form"] .review .label, .quickform form[data-name="message-form"] .pm-note .label, .messageForm .review .label, .messageForm .pm-note .label {
  display: none; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .pm-note, .messageForm .pm-note {
    margin-top: 20px; } }
.quickform form[data-name="message-form"] .pm-note .element, .messageForm .pm-note .element {
  margin-left: 200px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"] .pm-note .element, .messageForm .pm-note .element {
    margin-left: 140px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"] .pm-note .element, .messageForm .pm-note .element {
    margin-left: 0; } }
.quickform form[data-name="message-form"].new-topic .row.message, .quickform form[data-name="message-form"].pm .row.message, .messageForm.new-topic .row.message, .messageForm.pm .row.message {
  border-bottom: none; }
.quickform form[data-name="message-form"].new-topic .date, .quickform form[data-name="message-form"].pm .date, .messageForm.new-topic .date, .messageForm.pm .date {
  left: 206px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .date, .quickform form[data-name="message-form"].pm .date, .messageForm.new-topic .date, .messageForm.pm .date {
    left: 146px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .date, .quickform form[data-name="message-form"].pm .date, .messageForm.new-topic .date, .messageForm.pm .date {
    left: 66px; } }
.quickform form[data-name="message-form"].new-topic .row .label, .quickform form[data-name="message-form"].pm .row .label, .messageForm.new-topic .row .label, .messageForm.pm .row .label {
  width: 190px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row .label, .quickform form[data-name="message-form"].pm .row .label, .messageForm.new-topic .row .label, .messageForm.pm .row .label {
    width: 130px; } }
.quickform form[data-name="message-form"].new-topic .markup-buttons, .quickform form[data-name="message-form"].new-topic textarea, .quickform form[data-name="message-form"].pm .markup-buttons, .quickform form[data-name="message-form"].pm textarea, .messageForm.new-topic .markup-buttons, .messageForm.new-topic textarea, .messageForm.pm .markup-buttons, .messageForm.pm textarea {
  margin-left: 110px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .markup-buttons, .quickform form[data-name="message-form"].new-topic textarea, .quickform form[data-name="message-form"].pm .markup-buttons, .quickform form[data-name="message-form"].pm textarea, .messageForm.new-topic .markup-buttons, .messageForm.new-topic textarea, .messageForm.pm .markup-buttons, .messageForm.pm textarea {
    margin-left: 50px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .markup-buttons, .quickform form[data-name="message-form"].new-topic textarea, .quickform form[data-name="message-form"].pm .markup-buttons, .quickform form[data-name="message-form"].pm textarea, .messageForm.new-topic .markup-buttons, .messageForm.new-topic textarea, .messageForm.pm .markup-buttons, .messageForm.pm textarea {
    margin-left: 0; } }
.quickform form[data-name="message-form"].new-topic .row .element > textarea, .quickform form[data-name="message-form"].pm .row .element > textarea, .messageForm.new-topic .row .element > textarea, .messageForm.pm .row .element > textarea {
  max-width: calc(100% - 125px); }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row .element > textarea, .quickform form[data-name="message-form"].pm .row .element > textarea, .messageForm.new-topic .row .element > textarea, .messageForm.pm .row .element > textarea {
    max-width: calc(100% - 75px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .row .element > textarea, .quickform form[data-name="message-form"].pm .row .element > textarea, .messageForm.new-topic .row .element > textarea, .messageForm.pm .row .element > textarea {
    max-width: calc(100% - 20px); } }
.quickform form[data-name="message-form"].new-topic .buttons, .quickform form[data-name="message-form"].pm .buttons, .messageForm.new-topic .buttons, .messageForm.pm .buttons {
  padding: 10px 0;
  width: 920px; }
@media (min-width: 0) and (max-width: 1023px) {
  .quickform form[data-name="message-form"].new-topic .buttons, .quickform form[data-name="message-form"].pm .buttons, .messageForm.new-topic .buttons, .messageForm.pm .buttons {
    width: 100%; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .buttons, .quickform form[data-name="message-form"].pm .buttons, .messageForm.new-topic .buttons, .messageForm.pm .buttons {
    width: calc(100% - 5px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .row.preview, .quickform form[data-name="message-form"].pm .row.preview, .messageForm.new-topic .row.preview, .messageForm.pm .row.preview {
    padding: 5px 0; } }
.quickform form[data-name="message-form"].new-topic .row.preview .user, .quickform form[data-name="message-form"].pm .row.preview .user, .messageForm.new-topic .row.preview .user, .messageForm.pm .row.preview .user {
  top: 0; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .user, .quickform form[data-name="message-form"].pm .row.preview .user, .messageForm.new-topic .row.preview .user, .messageForm.pm .row.preview .user {
    top: 10px; } }
.quickform form[data-name="message-form"].new-topic .row.preview .element, .quickform form[data-name="message-form"].pm .row.preview .element, .messageForm.new-topic .row.preview .element, .messageForm.pm .row.preview .element {
  margin-left: 200px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .element, .quickform form[data-name="message-form"].pm .row.preview .element, .messageForm.new-topic .row.preview .element, .messageForm.pm .row.preview .element {
    margin-left: 150px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .element, .quickform form[data-name="message-form"].pm .row.preview .element, .messageForm.new-topic .row.preview .element, .messageForm.pm .row.preview .element {
    margin-left: 0; } }
.quickform form[data-name="message-form"].new-topic .row.preview .username, .quickform form[data-name="message-form"].new-topic .row.preview .date, .quickform form[data-name="message-form"].pm .row.preview .username, .quickform form[data-name="message-form"].pm .row.preview .date, .messageForm.new-topic .row.preview .username, .messageForm.new-topic .row.preview .date, .messageForm.pm .row.preview .username, .messageForm.pm .row.preview .date {
  margin-left: 0; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .username, .quickform form[data-name="message-form"].new-topic .row.preview .date, .quickform form[data-name="message-form"].pm .row.preview .username, .quickform form[data-name="message-form"].pm .row.preview .date, .messageForm.new-topic .row.preview .username, .messageForm.new-topic .row.preview .date, .messageForm.pm .row.preview .username, .messageForm.pm .row.preview .date {
    margin: -10px 0 0 55px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .username, .quickform form[data-name="message-form"].new-topic .row.preview .date, .quickform form[data-name="message-form"].pm .row.preview .username, .quickform form[data-name="message-form"].pm .row.preview .date, .messageForm.new-topic .row.preview .username, .messageForm.new-topic .row.preview .date, .messageForm.pm .row.preview .username, .messageForm.pm .row.preview .date {
    margin-left: -5px;
    margin-top: 3px; } }
.quickform form[data-name="message-form"].new-topic .row.preview .dots, .quickform form[data-name="message-form"].pm .row.preview .dots, .messageForm.new-topic .row.preview .dots, .messageForm.pm .row.preview .dots {
  top: 0;
  left: 210px; }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .dots, .quickform form[data-name="message-form"].pm .row.preview .dots, .messageForm.new-topic .row.preview .dots, .messageForm.pm .row.preview .dots {
    left: 150px; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .dots, .quickform form[data-name="message-form"].pm .row.preview .dots, .messageForm.new-topic .row.preview .dots, .messageForm.pm .row.preview .dots {
    left: 0; } }
@media (min-width: 568px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .username, .quickform form[data-name="message-form"].pm .row.preview .username, .messageForm.new-topic .row.preview .username, .messageForm.pm .row.preview .username {
    position: relative;
    top: -15px;
    left: 5px; } }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .username, .quickform form[data-name="message-form"].pm .row.preview .username, .messageForm.new-topic .row.preview .username, .messageForm.pm .row.preview .username {
    left: -5px; } }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .user img, .quickform form[data-name="message-form"].pm .row.preview .user img, .messageForm.new-topic .row.preview .user img, .messageForm.pm .row.preview .user img {
    margin: -10px 0; } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="message-form"].new-topic .row.preview .user img, .quickform form[data-name="message-form"].pm .row.preview .user img, .messageForm.new-topic .row.preview .user img, .messageForm.pm .row.preview .user img {
    margin: -5px; } }

.quickform form[data-name="message-selection-action-form"] #move_new_topic_subcat {
  width: 200px;
  margin-right: 5px; }

.quickform form[data-name="account-profile-form"] .row.cropper {
  display: none; }
.quickform form[data-name="account-profile-form"] .cropper-image {
  display: inline-block; }
.quickform form[data-name="account-profile-form"] .cropper-image {
  max-width: calc(100% - 200px); }
@media (min-width: 568px) and (max-width: 759px) {
  .quickform form[data-name="account-profile-form"] .cropper-image {
    max-width: calc(100% - 140px); } }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="account-profile-form"] .cropper-image {
    max-width: 100%; } }

.quickform form[data-name="third-party-subscribe-form"] img.avatar {
  width: 300px;
  height: 300px; }

html {
  height: calc(100% - 160px); }


@media (min-width: 0) and (max-width: 759px) {
  body {
    padding: 0 0 20px 0;
    /* no footer */ } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  body {
    font-size: 13px; }
  body.has-bar-tooltip {
    position: fixed;
    overflow: hidden; } }
@media (min-width: 0px) and (max-width: 567px) {
  body {
    font-size: 13px; }
  body.has-bar-tooltip {
    position: fixed;
    overflow: hidden; } }
body .initially-hidden {
  display: none; }
body #main {
  max-width: 1130px;
  margin: auto; 
  margin-top: 20px;
}

.scrolled body #main {
  padding-top: 50px; }
@media (min-width: 0) and (max-width: 759px) {
  .scrolled body #main {
    padding-top: 0; } }
body .emojione img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -5px;
  margin-bottom: -8px; }
body .log .private, body .log .private a {
  color: red; }

body a:hover, body .link:hover, body .quickform .row .element .form-action .add-link:hover, .quickform .row .element .form-action body .add-link:hover {
  text-decoration: underline; }
body .strong {
  font-family: OpenSansSemiBold, Arial; }
body .subtext {
  font-size: 13px; }
body p.subtext {
  margin: 0; }
body h1, body h1 a {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin: 10px;
}
@media (min-width: 0) and (max-width: 759px) {
  body h1, body h1 a {
    font-size: 36px; } }

body #content-part h1, body #content-part .h1, body #content-part h2, body #content-part .h2, body #content-part h3, body #content-part .h3, body #content-part h4, body #content-part .h4, body #content-part h5, body #content-part .h5, body #content-part h6, body #content-part .h6 {
	font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #0a1e3a;
    line-height: 1.5;
    margin: 0px 0px 0px 0px;
    border-top: solid 2px #F6BC41;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 24px;
}

.updateNewComment .profile-p .lft h4 {
    margin-top: -2px;
    border-top: none;
}

div[data-template="message-details"] h4 {
    line-height: inherit !important;
}

h1, .h1 {
	font-size:24px;
	line-height: 28px;
}

h2, .h2 {
    font-size: 20px;
}

.margin0 p {
	margin: 0px !important;
}


body .h2-subheader {
  margin-top: -15px; }
body .badge {
  font-family: OpenSansSemiBold, Arial;
  background-color: #cb2c01;
  border: 1px solid #cb2c01;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 4px 0px;
  text-align: center;
  height: 14px; }
body span.summary {
  cursor: help; }
  


body .bullet {
  color: #999; }
body .options {
  min-height: 40px;
  padding: 0 0px;
  margin: 10px;
  background-color: #e8e8e8;
  position: relative; }
@media (min-width: 0) and (max-width: 1023px) {
  body .options {
    margin: 0; } }
body .options [data-template="site-addtomylists"] {
  display: inline; }
body .options .divider {
  color: #fff; }
body .options img {
  height: 20px;
  margin-right: 10px;
  margin-bottom: -5px; }
body .options a, body .options .link, body .options .quickform .row .element .form-action .add-link, .quickform .row .element .form-action body .options .add-link {
  display: inline-block;
  margin: 10px 0; }
body .options a svg, body .options .link svg, body .options .quickform .row .element .form-action .add-link svg, .quickform .row .element .form-action body .options .add-link svg {
  position: relative;
  top: 3px;
  margin: 0 2px; }
body .options .short-label {
  display: none; }
body .options .short-label svg {
  margin: 0 3px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px; }
@media (min-width: 0px) and (max-width: 567px) {
  body .options .short-label {
    display: inline; }
  body .options .long-label {
    display: none; } }
body .options .pages {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  z-index: 1;
  height: 40px; }
@media (min-width: 0px) and (max-width: 567px) {
  body .options .pages {
    text-align: right;
    position: static;
    float: right;
    display: inline-block; } }
body .options .pages.pages-extra {
  z-index: 0;
  left: 0; }
body .options .pages.pages-extra .inner {
  text-align: left; }
@media (min-width: 0px) and (max-width: 567px) {
  body .options .pages.pages-extra {
    float: initial; } }
body .options .admin {
  float: right; }
@media (min-width: 0) and (max-width: 1023px) {
  body .options .admin {
    float: initial; } }
body .canvas-wrapper {
  padding: 10px; }
body ul.sections {
  height: 48px;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0;
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative; }
body ul.sections.noads {
  margin-top: 20px; }
@media (min-width: 0px) and (max-width: 567px) {
  body ul.sections {
    padding: 0 5px; } }
body ul.sections li {
  display: inline-block; }
body ul.sections li.label {
  font-family: DinEngschrift, "Arial Narrow";
  font-size: 17px;
  text-transform: uppercase;
  pointer-events: none;
  line-height: 53px;
  margin: 0 5px; }
body ul.sections li.label.with-divider:before {
  content: ' ';
  border-left: 1px solid #ffba00;
  margin-right: 10px; }
body ul.sections li.label.empty-label {
  margin-right: 0; }
body ul.sections li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
	letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding: 1px 7px 0px;
  margin: 13px 2px 0;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap; }
@media (min-width: 568px) and (max-width: 759px) {
  body ul.sections li a {
    margin: 13px 1px 0;
    padding: 1px 6px 0px; } }
body ul.sections li a.active, body ul.sections li a:hover {
  text-decoration: none;
  background-color: #000;
  color: #ffba00; }
body ul.sections li a .icon {
  position: relative;
  top: 2px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  fill: #000; }
@media (min-width: 0) and (max-width: 759px) {
  body ul.sections li a .icon {
    width: 17px;
    height: 17px; } }
@media (min-width: 0px) and (max-width: 567px) {
  body ul.sections li a {
    font-size: 18px;
    padding: 1px 2px 0px; }
  body ul.sections li a.active {
    padding: 1px 7px 0px; }
  body ul.sections li a:hover {
    background-color: inherit;
    color: inherit; } }
body ul.sections li a .short-label {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  body ul.sections li a .short-label {
    display: inline; }
  body ul.sections li a .long-label {
    display: none; } }
body ul.sections li a:hover .icon, body ul.sections li a.active .icon {
  fill: #ffba00; }
@media (min-width: 0px) and (max-width: 567px) {
  body ul.sections li a:hover .icon {
    fill: #000; } }
@media (min-width: 0) and (max-width: 759px) {
  body ul.sections li.optional {
    display: none; } }
body ul.sections li.more-sections {
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: right; }
body ul.sections li.more-sections.regular {
  text-align: left; }
body ul.sections li.more-sections.regular .icon-menu-wrapper {
  float: right; }
body ul.sections li.more-sections li.optional {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  body ul.sections li.more-sections li.optional {
    display: block; } }
body ul.sections li.more-sections .icon-menu-wrapper {
  background-color: #b2b2b2;
  display: none;
  margin: 10px 5px;
  padding: 3px 3px 0 3px;
  border-radius: 2px; }
body ul.sections li.more-sections .icon-menu-wrapper .icon-menu {
  cursor: pointer;
  fill: #fff; }
@media (min-width: 0px) and (max-width: 567px) {
  body ul.sections li.more-sections .icon-menu-wrapper .icon-menu {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
body ul.sections li.more-sections li {
  display: none; }
body ul.sections li.more-sections li.admin {
  display: inline-block; }
@media (min-width: 760px) {
  body ul.sections li.more-sections li {
    display: inline-block; } }
@media (min-width: 568px) and (max-width: 759px) {
  body ul.sections li.more-sections.with-admin ul {
    display: none; }
  body ul.sections li.more-sections.with-admin .icon-menu-wrapper {
    display: inline-block; } }
@media (min-width: 0px) and (max-width: 567px) {
  body ul.sections li.more-sections ul {
    display: none; }
  body ul.sections li.more-sections .icon-menu-wrapper {
    display: inline-block; } }
body ul.sections li.more-sections ul {
  padding: 0;
  z-index: 2; }
@media (min-width: 0) and (max-width: 759px) {
  body ul.sections li.more-sections.active ul {
    display: block;
    position: absolute;
    width: 140px;
    background-color: #fff;
    right: -18px;
    top: 40px;
    border: 1px solid #b2b2b2;
    padding: 10px; }
  body ul.sections li.more-sections.active ul li {
    display: block;
    text-align: left;
    height: 30px; }
  body ul.sections li.more-sections.active ul li a {
    margin: 0;
    display: block;
    padding: 0; }
  body ul.sections li.more-sections.active ul li a:hover, body ul.sections li.more-sections.active ul li a.active {
    background-color: transparent;
    color: #000; }
  body ul.sections li.more-sections.active ul li a:hover .icon, body ul.sections li.more-sections.active ul li a.active .icon {
    fill: #000; }
  body ul.sections li.more-sections.active ul:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #fff;
    position: absolute;
    top: -20px;
    right: 10px; } }
@media (min-width: 0px) and (max-width: 567px) {
  body ul.sections li.optional {
    display: none; } }
body li.vote .subtext {
  display: block; }
body li.vote .vote-wrapper .icon-star-wrapper {
  margin-right: 5px;
  position: relative;
  top: 3px; }
body li.vote .vote-wrapper .icon-star-wrapper svg {
  fill: #ffba00; }
body li.vote svg.icon-admin {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  position: relative;
  top: 4px; }
body li.vote .short-label {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  body li.vote .short-label {
    display: inline; }
  body li.vote .long-label {
    display: none; } }

[data-template="film-searchtabs"] .short-label {
  display: none; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="film-searchtabs"] .long-label {
    display: none; }
  [data-template="film-searchtabs"] .short-label {
    display: inline; } }

[data-template="itunes-tabs"] .sections.in-overlay {
  display: none; }
[data-template="itunes-tabs"] span.large {
  display: inline; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="itunes-tabs"] span.large {
    display: none; } }
[data-template="itunes-tabs"] span.below-large {
  display: inline; }
@media (min-width: 760px) and (max-width: 1023px) {
  [data-template="itunes-tabs"] span.below-large {
    display: none; } }
@media (min-width: 1024px) {
  [data-template="itunes-tabs"] span.below-large {
    display: none; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  [data-template="itunes-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="itunes-tabs"] .sections.full {
    display: none; }
  [data-template="itunes-tabs"] li.label {
    line-height: 50px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="itunes-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="itunes-tabs"] .sections.full {
    display: none; }
  [data-template="itunes-tabs"] li.label {
    line-height: 50px !important; } }

[data-template="googleplay-tabs"] .sections.in-overlay {
  display: none; }
[data-template="googleplay-tabs"] span.large {
  display: inline; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="googleplay-tabs"] span.large {
    display: none; } }
[data-template="googleplay-tabs"] span.below-large {
  display: inline; }
@media (min-width: 760px) and (max-width: 1023px) {
  [data-template="googleplay-tabs"] span.below-large {
    display: none; } }
@media (min-width: 1024px) {
  [data-template="googleplay-tabs"] span.below-large {
    display: none; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  [data-template="googleplay-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="googleplay-tabs"] .sections.full {
    display: none; }
  [data-template="googleplay-tabs"] li.label {
    line-height: 50px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="googleplay-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="googleplay-tabs"] .sections.full {
    display: none; }
  [data-template="googleplay-tabs"] li.label {
    line-height: 50px !important; } }

[data-template="lumiere-tabs"] .sections.in-overlay {
  display: none; }
[data-template="lumiere-tabs"] span.large {
  display: inline; }
@media (min-width: 0) and (max-width: 759px) {
  [data-template="lumiere-tabs"] span.large {
    display: none; } }
[data-template="lumiere-tabs"] span.below-large {
  display: inline; }
@media (min-width: 760px) and (max-width: 1023px) {
  [data-template="lumiere-tabs"] span.below-large {
    display: none; } }
@media (min-width: 1024px) {
  [data-template="lumiere-tabs"] span.below-large {
    display: none; } }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  [data-template="lumiere-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="lumiere-tabs"] .sections.full {
    display: none; }
  [data-template="lumiere-tabs"] li.label {
    line-height: 50px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="lumiere-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="lumiere-tabs"] .sections.full {
    display: none; }
  [data-template="lumiere-tabs"] li.label {
    line-height: 50px !important; } }

[data-template="pathe-tabs"] .sections.in-overlay {
  display: none; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  [data-template="pathe-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="pathe-tabs"] .sections.full {
    display: none; }
  [data-template="pathe-tabs"] li.label {
    line-height: 50px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="pathe-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="pathe-tabs"] .sections.full {
    display: none; }
  [data-template="pathe-tabs"] li.label {
    line-height: 50px !important; } }

[data-template="kpn-tabs"] .sections.in-overlay {
  display: none; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  [data-template="kpn-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="kpn-tabs"] .sections.full {
    display: none; }
  [data-template="kpn-tabs"] li.label {
    line-height: 50px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="kpn-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="kpn-tabs"] .sections.full {
    display: none; }
  [data-template="kpn-tabs"] li.label {
    line-height: 50px !important; } }

[data-template="ziggo-tabs"] .sections.in-overlay {
  display: none; }
@media (min-width: 568px) and (max-width: 759px) and (orientation: landscape) {
  [data-template="ziggo-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="ziggo-tabs"] .sections.full {
    display: none; }
  [data-template="ziggo-tabs"] li.label {
    line-height: 50px !important; } }
@media (min-width: 0px) and (max-width: 567px) {
  [data-template="ziggo-tabs"] .sections.in-overlay {
    display: flex; }
  [data-template="ziggo-tabs"] .sections.full {
    display: none; }
  [data-template="ziggo-tabs"] li.label {
    line-height: 50px !important; } }

[data-template="film1-spotlight"] .header-advertorial {
  width: calc(100% - 20px);
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 30px;
  color: #999; }
[data-template="film1-spotlight"] .img-wrapper {
  width: 100%;
  text-align: center; }
[data-template="film1-spotlight"] .img-wrapper img {
  width: 720px;
  max-width: 100%; }
[data-template="film1-spotlight"] .img-wrapper img.small {
  width: 500px; }
[data-template="film1-spotlight"] .img-wrapper img.padding {
  padding: 20px;
  max-width: calc(100% - 40px); }

.quickform form[data-name="film-form"] input.duration-description {
  margin-left: 10px;
  width: 280px;
  min-width: 280px;
  display: none; }
@media (min-width: 0px) and (max-width: 567px) {
  .quickform form[data-name="film-form"] input.duration-description {
    margin-left: 0; } }
.quickform form[data-name="film-form"] .row.unchanged {
  opacity: 0.4; }
.quickform form[data-name="film-form"] .row.preview {
  display: none; }
.quickform form[data-name="film-form"] .row.preview .element {
  margin-left: 0; }
.quickform form[data-name="film-form"] .row.rating-icons {
  display: none; }
.quickform form[data-name="film-form"] .row .element .current {
  display: block;
  margin: 5px 0; }
.quickform form[data-name="film-form"] .diff_added {
  color: green; }
.quickform form[data-name="film-form"] .diff_removed {
  color: red; }
.quickform form[data-name="film-form"] .row.ratings .element input[type=checkbox] {
  display: none; }
.quickform form[data-name="film-form"] .row.ratings .element > div {
  display: inline; }
.quickform form[data-name="film-form"] .row.ratings .element > div svg.icon {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin: 5px 12px 15px;
  cursor: pointer;
  display: inline-block; }
.quickform form[data-name="film-form"] .row.ratings .element > div svg.icon.icon-9 {
  -webkit-transform: scale(2) rotate(180deg);
          transform: scale(2) rotate(180deg); }
.quickform form[data-name="film-form"] .row.durations input[type="text"], .quickform form[data-name="film-form"] .row.directors input[type="text"], .quickform form[data-name="film-form"] .row.actors input[type="text"] {
  display: inline-block; }
.quickform form[data-name="film-form"] .row.buttons .editbutton {
  display: none; }
.quickform form[data-name="film-form"] .episodes-select {
  margin-right: 10px; }
  ul.rows.text-mode a {
    font-size: 14px;
    line-height: 20px;
    color: #031023;
	font-weight: 500;
}
span.subtext {
	color: #031023;
}
span.pagelinks {
    color: #031023;
}
ul.rows.text-mode .subtext a {
	font-weight: 400;
	color: #031023;
}
h2 a {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #0A1E3A;
}

.action.discussion-count {
    font-size: 14px;
    line-height: 20px;
    color: rgba(10, 30, 58, 0.66);
}

.pages .inner a.active {
    padding: 1px 10px;
    background: #000;
    color: #ffba00;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    border-radius: 0px;
    width: auto;
    display: inline-block;
}

.pages .inner a {
    color: #1c71b8;	
	padding: 1px 10px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    border-radius: 0px;
    width: auto;
    display: inline-block;
}

.pages .inner a:hover {
	color: #000;
}

.pages .inner a.previous, .pages .inner a.next {
    background: #0000001f;
    color: #031023;
    width: auto;
    padding: 0.3px 10px;
	margin: 0px;
}



body #content-part p {
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #031023;
    margin-bottom: 12px;
}

div[data-template="account-login"] .label {
    width: 100% !important;
}

div[data-template="account-login"] .button.social-button svg, div[data-template="account-login"] input[type="submit"].social-button svg, div[data-template="account-login"] input[type="button"].social-button svg, div[data-template="account-subscribe"] .button.social-button svg, div[data-template="account-subscribe"] input[type="submit"].social-button svg, div[data-template="account-subscribe"] input[type="button"].social-button svg {
	top: 0px;
}
div[data-template="account-login"] .button.social-button.google-button, div[data-template="account-login"] .button.social-button.facebook-button, div[data-template="account-login"] .button.social-button.microsoft-button, div[data-template="account-login"] .button.social-button.twitter-button, div[data-template="account-subscribe"] .button.social-button.google-button, div[data-template="account-subscribe"] .button.social-button.facebook-button, div[data-template="account-subscribe"] .button.social-button.microsoft-button, div[data-template="account-subscribe"] .button.social-button.twitter-button {
	color: #FFF !important;
}

div[data-template="account-login"] .button.social-button.moviemeter-button:not(.active), div[data-template="account-login"] .button.social-button.tvmeter-button:not(.active), div[data-template="account-subscribe"] .button.social-button.moviemeter-button:not(.active), div[data-template="account-subscribe"] .button.social-button.tvmeter-button:not(.active) {
	color: #FFF !important;	
}

div[data-template="account-login"] .button, div[data-template="account-subscribe"] .button {
    margin-left: 0px;
    margin-right: 10px;
    color: #0a1e3a !important;
    font-weight: 500 !important;
    text-decoration: none;
	cursor: pointer;
}

.v2form .quickform a.forgot-button {
	text-decoration: none !important;
	color: #0a1e3a !important;
    font-weight: 500 !important;
	cursor: pointer;
}



.button.social-button img, input[type="submit"].social-button img, input[type="button"].social-button img {
    height: 28px;
    width: auto;
    position: relative;
    top: 5px;
}

.bordertop p.label {
    border-top: solid 1px rgba(10, 30, 58, 0.16);
    padding-top: 20px;
}

#main {
    margin-bottom: 50px !important;
}

.leftSidefxd.fullWidth ul li a:after {
	display: none;
}

body #content-part p.label {
	width: 100%;
}

body ul.sections {
    background: #D2D6DB;
    height: 31px !important;
    border-bottom: none;
}

body ul.sections li a {
    background: none !important;
    margin: 0px;
    display: inline-block;
    line-height: 20px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #0a1e3a !important;
    font-size: 13px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 0 !important;
    height: calc(100%);
    font-family: "Roboto", sans-serif !important;
    text-transform: none !important;
}

body ul.sections li.label {
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

body ul.sections li a.active {
    border-bottom: 1.5px solid #0A1E3A;
}

li.optional.label {
    background: none !important;
    margin: 0px;
    display: inline-block;
    line-height: 20px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #0a1e3a !important;
    font-size: 13px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 0 !important;
    height: calc(100%);
    font-size: 14px !important;
    font-family: "Roboto", sans-serif !important;
    text-transform: none !important;
}

body ul.sections li.label.with-divider:before {
    border-left: 1px solid #a5a5a5 !important;
    margin-right: 20px !important;
}

