/* watched.li */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("open-sans-v15-latin-300.woff2") format("woff2"), url("open-sans-v15-latin-300.woff") format("woff"), url("open-sans-v15-latin-300.ttf") format("truetype"), url("open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("open-sans-v15-latin-regular.woff2") format("woff2"), url("open-sans-v15-latin-regular.woff") format("woff"), url("open-sans-v15-latin-regular.ttf") format("truetype"), url("open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("open-sans-v15-latin-600.woff2") format("woff2"), url("open-sans-v15-latin-600.woff") format("woff"), url("open-sans-v15-latin-600.ttf") format("truetype"), url("open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* == $Vars ============================== */
/* == $Mixins ============================== */
/* $Reset */
* {
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
}

/* $HTML5 IE Fix */
header,
footer,
section,
article,
nav,
aside,
hgroup,
address {
  display: block;
}

/* Global Styles */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
@media (max-width: 940px) {
  .curtain {
    padding: 0 10px;
  }
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1.0s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.accept_terms_box {
  padding: 15px;
  border: 1px #69c200 solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.accept_terms_box p {
  width: 60%;
  margin: 0 !important;
}
@media (max-width: 500px) {
  .accept_terms_box p {
    margin-bottom: 20px !important;
    width: 100%;
  }
}

.accept_terms_button {
  display: block;
  width: 30%;
  border: 0;
  background-color: #69c200;
  color: white;
  outline: 0;
  cursor: pointer;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .accept_terms_button {
    width: 100%;
  }
}

/* $Autocomplete */
.ui-autocomplete {
  position: absolute;
  list-style-type: none;
  background: #fff;
  border-top: none;
  border: 1px solid #d9d9d9;
  border-top: 0;
  cursor: default;
  z-index: 999999 !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui-autocomplete span {
  color: #b2b2b2;
}

.ui-menu .ui-menu-item a {
  display: block;
  padding: 27px 19px;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
  zoom: 1;
}

.ui-menu .ui-menu-item:last-child a {
  border-bottom: 0;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a:hover {
  font-weight: normal;
  margin: 0px;
  outline: none;
  background: #f9f9f9;
}

.ui-menu .ui-menu-item a:hover {
  cursor: pointer;
}

/* END $Autocomplete */
.start-box {
  width: 100%;
  padding: 4em 0;
}
.start-box .box-content {
  max-width: 940px;
  margin: 0 auto;
}
.start-box h2 {
  color: #3c3c3c;
  width: 50%;
  margin: auto;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}
.start-box .cta-button a {
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 24px 18px 25px;
  width: 75%;
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  background: #69c200;
  border: 0;
  border-radius: 4px;
  font-size: 2em;
}
.start-box .cta-button2 a {
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 24px 18px 25px;
  width: 75%;
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  border: 0;
  border-radius: 4px;
  font-size: 1em;
}
.start-box .cta-button a:hover {
  cursor: pointer;
  background: #529900;
}
@media (max-width: 800px) {
  .start-box h2 {
    width: 80%;
    font-size: 1.4em;
  }
  .start-box .cta-button a {
    font-size: 1.4em;
  }
}

.features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5em 0;
}
.features .feature {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}
.features .feature-icon {
  width: 50px;
  display: block;
  text-align: center;
  color: #3c3c3c;
  font-size: 2em;
  margin-right: 1rem;
}
.features .feature-text {
  color: #3c3c3c;
  display: block;
  text-align: left;
  font-size: 1em;
  width: 90%;
}
.features .example {
  font-size: 0.75em;
}
.features .example a {
  color: #69c200;
}
@media (max-width: 500px) {
  .features .feature {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5rem 0.8rem;
  }
  .features .feature-icon {
    margin: 0;
    width: 5%;
  }
  .features .feature-text {
    margin: 0;
    width: 80%;
  }
}

.aboutgrid {
  max-width: 700px;
  margin: 3rem auto;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aboutgrid .avatar {
  width: 169px;
  display: block;
  margin: 20px auto;
}
.aboutgrid > div {
  width: 50%;
}
@media (max-width: 800px) {
  .aboutgrid > div {
    width: 100%;
  }
}
.aboutgrid .copy {
  max-width: 250px;
  margin: auto;
}
.aboutgrid .copy p {
  margin-bottom: 1rem;
  line-height: 165%;
  font-size: 0.8em;
}
.aboutgrid .copy a {
  color: inherit;
}
.aboutgrid .copy a:hover {
  color: #69c200;
}
.aboutgrid h3 {
  text-align: center;
  margin-bottom: 1em;
}
.aboutgrid .right {
  padding-top: 164px;
}
.aboutgrid .lastupdates {
  max-width: 270px;
  margin: 0 auto;
  list-style-type: none;
}
.aboutgrid .lastupdates li {
  margin: 0.5em 0;
}
.aboutgrid .lastupdates .date {
  font-size: 0.75em;
  color: #8D8C8C;
}
.aboutgrid .lastupdates a {
  color: #fff;
  font-size: 0.9em;
}
.aboutgrid .lastupdates a:hover {
  color: #69c200;
}

.copy_centered {
  text-align: center;
  margin: 3rem 0;
  padding: 0 0.5em;
  font-size: 1.0em;
}
.copy_centered p {
  margin: auto;
  margin-bottom: 1em;
  line-height: 165%;
  max-width: 600px;
}

.start-box-blue {
  background: #272D35;
}
.start-box-blue h2 {
  color: #fff;
}
.start-box-blue .feature-icon {
  color: #fff;
}
.start-box-blue .feature-text {
  color: #fff;
}

.start-box-top {
  background: url("../img/welcome-top.jpg") center center no-repeat #000;
  background-position: left bottom;
  background-size: cover;
  height: 376px;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 500px) {
  .start-box-top {
    height: 400px;
  }
}
.start-box-top .box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 800px) {
  .start-box-top .box-content {
    display: block;
  }
}
.start-box-top .top-logo {
  width: 40%;
  margin-right: 20px;
  color: #fff;
  text-shadow: 0 0 5px black;
}
.start-box-top .top-logo h1 {
  font-size: 2.8em;
  margin-bottom: 0.25em;
}
.start-box-top .top-logo .slogan {
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .start-box-top .top-logo {
    width: 100%;
    text-align: center;
    margin: 1em 0 2em;
  }
  .start-box-top .top-logo .slogan {
    font-size: 1.3em;
  }
}
.start-box-top .top-form {
  width: 30%;
  margin-left: 20px;
}
@media (max-width: 800px) {
  .start-box-top .top-form {
    width: 80%;
    min-width: 280px;
    text-align: center;
    margin: 1em auto 2em auto;
  }
}
.start-box-top .form-success {
  color: #fff;
  text-align: center;
}
.start-box-top .success-smile {
  font-size: 2em;
  line-height: 2.5em;
}
.start-box-top .top-error {
  padding: 0.5em;
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 10px;
}
.start-box-top .top-form .top-input {
  display: block;
  margin-bottom: 10px;
  padding: 12px 10px;
  width: 100%;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 15px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-appearance: none;
}
.start-box-top .top-input.is-false {
  margin-bottom: 0px;
}
.start-box-top .top-form .top-input:focus {
  outline: 0;
  border: 1px solid #38414d;
}
.start-box-top .top-form .top-input:-moz-placeholder {
  color: #D8D8D8;
}
.start-box-top .top-form .top-input::-webkit-input-placeholder {
  color: #D8D8D8;
}
.start-box-top .top-form .top-submit {
  display: block;
  text-align: center;
  padding: 12px 10px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  background: #69c200;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  -webkit-appearance: none;
}
.start-box-top .form-change-link {
  display: block;
  text-shadow: 0 0 5px black;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5em 0;
  text-align: right;
}
.start-box-top .form-change-link:hover {
  text-decoration: underline !important;
}

.start-box-footer {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8em;
}
.start-box-footer a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.start-box-footer a:hover {
  text-decoration: underline;
}
.start-box-footer .box-content {
  display: -ms-flexbox;
  display: flex;
}
.start-box-footer .left {
  width: 50%;
}
.start-box-footer .right {
  width: 50%;
  text-align: right;
}
@media (max-width: 800px) {
  .start-box-footer .box-content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .start-box-footer .left, .start-box-footer .right {
    width: 80%;
    margin: 1em auto;
    text-align: left;
  }
}

.start-box-comingsoon .features {
  margin: 2em 0;
}

.logo-schmogo--start {
  width: 250px;
}

.start-box-teaser .box-content {
  margin: 4em auto;
}
.start-box-teaser .teaser-image {
  display: block;
  margin: 3em auto 5em auto;
  width: 80%;
  max-width: 579px;
  height: auto;
}
@media (max-width: 800px) {
  .start-box-teaser .teaser-image {
    margin: 3em auto 2em auto;
  }
}

.feature--comingsoon {
  opacity: 0.5;
}

.bounce-big {
  animation: wobble 500ms alternate;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

@keyframes wobble {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.anim-from-right {
  animation: fromright 300ms;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

.anim-to-left {
  animation: toleft 250ms;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

@keyframes fromright {
  0% {
    transform: translate(1000px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes toleft {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-500px, 0);
    opacity: 0;
  }
}
.signup_terms {
  display: block;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
}
.signup_terms .input-checkbox {
  display: inline-block !important;
  margin-right: 5px !important;
  position: relative;
  top: -2px;
}
.signup_terms a {
  color: inherit;
  text-decoration: underline;
}
.signup_terms a:hover {
  text-decoration: none;
}

.pagehead {
  width: 100%;
  height: 80px;
  background-color: #272d35;
  /* border-bottom:1px solid #000; */
}
.pagehead.pagehead--fixed {
  position: fixed;
  z-index: 9000;
}
@media (max-width: 940px) {
  .pagehead.pagehead--fixed {
    position: relative;
  }
}
.pagehead.pagehead--transparent {
  background-color: transparent;
}
@media (max-width: 940px) {
  .pagehead.pagehead--transparent {
    background-color: #272d35;
  }
}
.pagehead .wrap {
  margin: 0 auto;
  max-width: 820px;
}
@media (max-width: 940px) {
  .pagehead .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .pagehead .wrap {
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.content__header {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #272d35;
  border-bottom: 1px solid #000;
}
@media (max-width: 940px) {
  .content__header {
    padding-top: 50px;
  }
}

.logos-wrap {
  display: block;
}

.logo-schmogo {
  width: 120px;
}

.logo-schmogo--big {
  width: 160px;
}

.logo {
  display: inline-block;
  float: left;
  margin-top: 26px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

.logo:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

@media (max-width: 800px) {
  .logo-standard {
    display: none;
  }
}

.logo-mobile {
  display: none;
}
@media (max-width: 800px) {
  .logo-mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  .logo-mobile {
    margin-top: 29px;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .logo-mobile:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}

.pagenav {
  float: right;
  margin-top: 33px;
}
.pagenav li {
  position: relative;
  float: left;
  list-style-type: none;
}
.pagenav a {
  display: block;
  margin-left: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}
.pagenav .link a:hover, .pagenav .link a:focus, .pagenav .link a.is-active {
  padding-bottom: 6px;
  border-bottom: 1px solid #748092;
}
@media (max-width: 800px) {
  .pagenav .link {
    display: none;
  }
}
.pagenav .me {
  position: relative;
  margin-top: -16px;
  padding: 15px 30px 15px 19px;
  max-width: 290px;
  max-height: 45px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .pagenav .me {
    max-width: 340px;
  }
}
@media (max-width: 500px) {
  .pagenav .me {
    padding: 15px 30px 15px 15px;
    max-width: 160px;
  }
}
.pagenav .me:focus {
  outline: none;
}
.pagenav .me:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  border-top: 6px solid #748092;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.open .pagenav-dropdown {
  display: block;
}

.pagenav-dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
}
.pagenav-dropdown:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
  border-bottom: 6px solid #2f3641;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pagenav-dropdown li {
  float: none;
  display: block;
}
.pagenav-dropdown a {
  display: block;
  float: none;
  margin: 0;
  padding: 18px 0;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  background: #2f3641;
  border-bottom: 1px solid #242a32;
}
.pagenav-dropdown a:hover {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
.pagenav-dropdown li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pagenav-dropdown li:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}

.pagenav-dropdown-profile {
  top: 100%;
  right: 50%;
  margin: 11px -105px 0 0;
  width: 180px;
}
@media (max-width: 940px) {
  .pagenav-dropdown-profile {
    margin-right: -20px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .pagenav-dropdown-profile {
    margin-right: 0;
  }
}
@media (max-width: 940px) {
  .pagenav-dropdown-profile:before {
    left: auto;
    right: 45px;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .pagenav-dropdown-profile:before {
    right: 25px;
  }
}

.pagenav-dropdown-sitenav {
  top: 62px;
  left: -20px;
  margin: 11px 0 0 0;
  width: 180px;
}
@media (max-width: 500px) {
  .pagenav-dropdown-sitenav {
    right: auto;
    left: 0;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .pagenav-dropdown-sitenav:before {
    left: 25px;
    margin: 0;
  }
}

.cookie__wrapper {
  background-color: #3d4652;
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.cookie__wrapper .patreon {
  font-size: 12px;
}
.cookie__wrapper .main {
  padding: 8px 10px !important;
}

.patreon__wrapper {
  background-color: #3d4652;
  padding: 15px;
  display: none;
}

.patreon {
  max-width: 820px;
  margin: auto;
  font-size: 14px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.patreon a {
  color: inherit;
  text-decoration: underline;
}
.patreon a:hover {
  text-decoration: none;
}
.patreon .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.patreon .main {
  text-decoration: none;
  display: block;
  color: inherit;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #69c200;
  padding: 10px 15px;
  border-radius: 5px;
}
.patreon .main:hover {
  background-color: #5ba900;
}
.patreon .close {
  display: block;
  margin-left: 15px;
  color: inherit;
  font-size: 20px;
}
@media (max-width: 500px) {
  .patreon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .patreon p, .patreon .buttons {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .patreon .buttons {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .cookie__wrapper p {
    text-align: left;
  }
  .cookie__wrapper .patreon {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.pagefoot {
  margin: 0 auto;
  padding: 10px 10px 40px 10px;
  max-width: 820px;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1.7;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 940px) {
  .pagefoot {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .pagefoot {
    text-align: center;
  }
}
.pagefoot a {
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}
.pagefoot a:hover {
  border-bottom: 1px solid #b8b8b8;
}
.pagefoot .box-content {
  display: -ms-flexbox;
  display: flex;
}
.pagefoot .left {
  width: 60%;
}
.pagefoot .right {
  width: 40%;
  text-align: right;
}
@media (max-width: 800px) {
  .pagefoot .box-content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .pagefoot .left, .pagefoot .right {
    width: 100%;
    margin: 1em auto;
    text-align: left;
  }
}

.imprint_top {
  display: -ms-flexbox;
  display: flex;
}
.imprint_top > div {
  width: 50%;
}

.imprint ul {
  margin-left: 25px;
}
.imprint > ul {
  margin-top: 15px;
  margin-bottom: 25px;
}
.imprint li {
  line-height: 165%;
  margin: 5px 0;
}

.status-bar {
  display: none;
  position: fixed;
  top: -41px;
  height: 40px;
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 10000;
}

.status-bar.is-success {
  background: #58d202;
  border-bottom: 1px solid #3b9002;
}

.status-bar.is-failure {
  background: #b30000;
  border-bottom: 1px solid #520303;
}
.status-bar.is-failure a {
  color: #fff;
  text-decoration: underline;
}
.status-bar.is-failure a:hover {
  text-decoration: none;
}

.status-bar.is-inprogress {
  background: #ff9c00;
  border-bottom: 1px solid #925200;
}
.status-bar.is-inprogress img {
  margin: 0 7px -3px 0;
}

.overlay-add-show {
  position: relative;
  margin: 127px auto 0;
  max-width: 840px;
  overflow-y: scroll;
  max-height: 75%;
  padding: 35px;
  background: #fff;
}
.overlay-add-show .add-show-btn-submit {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  width: 20%;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 500px) {
  .overlay-add-show {
    max-height: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .curtain {
    padding: 0;
  }
}
.input-wrapper {
  position: relative;
}

.overlay-add-show-input {
  padding: 0px 25% 0 0px;
  width: 100%;
  height: 77px;
  color: #3c3c3c;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 500px) {
  .overlay-add-show-input {
    font-size: 22px;
  }
}
.overlay-close {
  background-image: url("/img/close.svg");
  background-repeat: no-repeat;
  text-indent: -100000px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 22px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
}

.chevron {
  cursor: pointer;
  background-image: url("/img/chevron.svg");
  background-repeat: no-repeat;
  text-indent: -100000px;
  display: block;
  height: 47px;
  width: 18px;
  -ms-flex-item-align: center;
  align-self: center;
}

@-moz-document url-prefix() {
  .overlay-add-show-input {
    padding: 0px 190px 0 15px;
  }
  @media (max-width: 600px) {
    .overlay-add-show-input {
      padding-right: 130px;
    }
  }
}
.overlay-add-show-input.is-active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.overlay-add-show-input:-moz-placeholder {
  color: #858585;
}

.overlay-add-show-input::-webkit-input-placeholder {
  color: #858585;
}

.overlay-add-show-input:focus {
  outline: none;
}

.search-results-wrapper h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 50px 0;
}

@media (max-width: 500px) {
  .search-results-wrapper h3 {
    font-size: 22px;
  }
}
.search-results li {
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.search-results .search-results-banner {
  width: 20%;
  -ms-flex-item-align: center;
  align-self: center;
}
.search-results .search-results-banner img {
  width: 100%;
}
.search-results .search-results-info {
  width: 80%;
  margin-left: 25px;
  -ms-flex-item-align: center;
  align-self: center;
}
.search-results .search-results-info h4 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 10px;
}
.search-results .search-results-info .info-meta {
  font-weight: 300;
  font-size: 16px;
  color: #979797;
}
@media (max-width: 500px) {
  .search-results li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-results .search-results-banner {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-results .chevron {
    display: none;
  }
  .search-results .search-results-info {
    width: 100%;
    margin: 0;
  }
  .search-results .search-results-info h4 {
    font-size: 22px;
  }
  .search-results .search-results-info .info-meta {
    font-size: 14px;
  }
}

.no-results-wrapper {
  padding: 35px 0;
}
.no-results-wrapper p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 25px;
}
.no-results-wrapper a {
  color: inherit;
  text-decoration: underline;
}
.no-results-wrapper a:hover {
  text-decoration: none;
}

.dummy-banner {
  width: 100%;
  height: 60px;
  background: #eee;
}

.search-results-add {
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  width: 20.5%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #69c200;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .search-results-add {
    width: 90%;
    margin: auto;
    margin-top: 15px;
  }
}

.show-tile {
  display: block;
  margin: 0 0 50px 0;
  width: 370px;
  background: #fff;
  border-bottom: 1px solid #c7c7c7;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}
@media (max-width: 940px) {
  .show-tile {
    position: static !important;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
.show-tile .show-status {
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -18px;
  padding: 10px 0 0 8px;
  width: 30px;
  height: 36px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.show-tile.is-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.show-tile.is-archived {
  border-bottom: 0;
}
@media (max-width: 940px) {
  .show-tile .show-status {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -18px;
    padding: 10px 0 0 8px;
    width: 30px;
    height: 36px;
    border-radius: 3px;
  }
}

.show-tile-head {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.show-tile.is-archived .show-tile-head {
  border-radius: 5px;
}

.show-tile-pin {
  display: block;
  position: absolute;
  left: 6px;
  top: 5px;
  padding: 10px;
  z-index: 1;
  box-sizing: content-box;
}
.show-tile-pin .icon {
  width: 15px;
  fill: #fff;
}
.show-tile-pin .icon-pin-in {
  width: 15px;
  height: 17px;
  top: -2px;
}
.show-tile-pin .icon-pin-out {
  width: 15px;
  height: 20px;
  top: -2px;
}
.show-tile-pin.is-inactive .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.show-tile-pin.is-inactive .icon-pin-in {
  display: none;
}
.show-tile-pin.is-inactive .icon-pin-out {
  display: block;
}
.show-tile-pin.is-inactive:hover .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.show-tile-pin:active, .show-tile-pin.is-active {
  top: 8px;
}
.show-tile-pin:active .icon-pin-in, .show-tile-pin.is-active .icon-pin-in {
  display: block;
}
.show-tile-pin:active .icon-pin-out, .show-tile-pin.is-active .icon-pin-out {
  display: none;
}
.show-tile-pin:active .icon, .show-tile-pin.is-active .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.show-tile-link {
  position: relative;
  display: block;
  width: 100%;
  height: 205px;
  line-height: 205px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.show-tile.is-archived .show-tile-link {
  border-radius: 5px;
}
.show-tile-link .inner {
  display: inline-block;
  padding: 0 35px;
  vertical-align: middle;
}
.show-tile-link h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}
.show-tile-link p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.show-tile-link-chevron {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -15px;
  fill: #fff;
  opacity: 0.5;
  width: 12px;
  height: 24px;
}

.episodes-list {
  list-style-type: none;
}
.episodes-list li {
  padding: 27px 14px 26px 14px;
  font-size: 16px;
  line-height: 16px;
  border-top: 1px solid #e9e9e9;
  clear: both;
}
.episodes-list li:first-child {
  border-top: none;
}
.episodes-list .e-count {
  display: block;
  float: left;
  margin-right: 13px;
  width: 45px;
  font-size: 13px;
  line-height: 13px;
}
.episodes-list .e-title {
  display: block;
  float: left;
  margin-top: -3px;
  LINE-HEIGHT: 130%;
  width: 280px;
}
@media (max-width: 940px) {
  .episodes-list .e-title {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .episodes-list .e-title {
    width: 65%;
  }
}

.is-unseen {
  color: #3c3c3c;
}
.is-unseen .e-count {
  color: #b3b3b3;
}

.is-seen {
  color: #d8d8d8;
}
.is-seen .e-count {
  color: #e5e5e5;
}

.show-status .icon-haken {
  display: block;
  width: 14px;
  height: 15px;
  fill: #fff;
}
.show-status.is-unseen {
  background: #69c200;
}
.show-status.is-unseen:hover, .show-status.is-unseen:focus {
  background: #5eae00;
}
.show-status.is-seen {
  background: #dedede;
}
.show-status.is-seen:hover, .show-status.is-seen:focus {
  background: #d1d1d1;
}

.progress {
  background: rgba(255, 255, 255, 0.5);
  height: 4px;
  margin-top: -4px;
}
.progress .progress-inner {
  display: block;
  height: 100%;
  background: #69c200;
}

.season-block {
  margin-bottom: 40px;
}
.season-block.is-active .season-block-indicator:after {
  top: 15px;
  left: 11px;
  border-top: 7px solid #748092;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.season-block.is-inactive {
  margin-bottom: 20px;
}
.season-block.is-inactive .season-block-header {
  border-radius: 4px;
}
.season-block.is-inactive .season-block-indicator:after {
  top: 12px;
  left: 14px;
  border-top: 6px solid transparent;
  border-left: 7px solid #748092;
  border-bottom: 6px solid transparent;
}
.season-block.is-inactive .season-block-content {
  display: none;
}
.season-block.is-inactive .season-block-actions {
  display: none;
}
.season-block.is-ignored {
  opacity: 0.3;
}
@media (max-width: 940px) {
  .season-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.season-block-header {
  height: 55px;
  background-color: #1d252d;
  box-shadow: 0 1px 0 #000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  border-bottom: 1px solid #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.season-block-header a {
  display: block;
  padding: 0 10px 0 20px;
}

.season-block-headline {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
}

.season-block-indicator {
  display: block;
  position: relative;
  float: right;
  margin-top: 10px;
  width: 36px;
  height: 36px;
}

.season-block-indicator:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

.season-block-content {
  width: 100%;
  background: #fff;
}
.season-block-content td {
  padding: 27px 14px 26px 14px;
  width: 272px;
  font-size: 16px;
  line-height: 16px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 940px) {
  .season-block-content td {
    display: block;
    width: 100%;
    border-right: 0;
  }
}
.season-block-content td:hover, .season-block-content td:focus {
  color: #d8d8d8;
  cursor: pointer;
}
.season-block-content td:hover .e-count, .season-block-content td:focus .e-count {
  color: #f3f3f3;
}
.season-block-content td:hover .show-status, .season-block-content td:focus .show-status {
  display: block;
}
.season-block-content td:hover .show-status.is-seen:hover, .season-block-content td:focus .show-status.is-seen:hover {
  background: #dedede;
}
.season-block-content td:hover .show-status.is-unseen:hover, .season-block-content td:focus .show-status.is-unseen:hover {
  background: #69c200;
}
.touch .season-block-content td {
  padding-top: 21px;
  padding-bottom: 20px;
}
.touch .season-block-content td .show-status {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: auto;
  width: 30px;
  margin: -18px 0 0;
  padding: 10px 0 0 8px;
}
.season-block-content td:last-child {
  border-right: 0;
}
.season-block-content td.is-empty:hover {
  cursor: default;
}
.season-block-content td .inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 940px) {
  .season-block-content .e-count {
    width: 17%;
    margin-bottom: 9px;
  }
}
.season-block-content .e-title {
  width: 184px;
}
@media (max-width: 940px) {
  .season-block-content .e-title {
    width: 80%;
  }
}
.season-block-content .show-status {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -19px;
  padding: 10px 0 0 12px;
  width: 38px;
  height: 36px;
  border-radius: 3px;
}

.season-block-actions {
  text-align: center;
  color: #97a7ae;
  font-size: 12px;
  line-height: 2em;
  margin: 20px 10px 0 0;
}
.season-block-actions a {
  color: inherit;
}
.season-block-actions a:hover {
  text-decoration: underline;
}

.upcoming-block {
  margin-bottom: 40px;
}

.content .upcoming-block:last-child {
  margin: 0;
}

.upcoming-block-content {
  width: 100%;
  background: #fff;
  border-top: 0;
}

.upcoming-block-headline {
  padding-left: 20px;
  height: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  text-align: left;
  background-color: #1d252d;
  box-shadow: 0 1px 0 #000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  border-bottom: 1px solid #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.upcoming-block-content-inner td {
  padding: 27px 0 26px 0;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: top;
}
.upcoming-block-content-inner tr:last-child td {
  border: 0;
}
.upcoming-block-content-inner .upcoming-block-show {
  padding-left: 20px;
  width: 30%;
  font-weight: 600;
}
.upcoming-block-content-inner .upcoming-block-episode {
  width: 48%;
  padding-right: 15px;
  padding-left: 15px;
}
.upcoming-block-content-inner .upcoming-block-episode span {
  color: #c6c6c6;
  font-size: 13px;
  margin-right: 13px;
}
.upcoming-block-content-inner .upcoming-block-date {
  padding: 28px 20px 25px 0;
  width: 22%;
  color: #c6c6c6;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}

.statistics-table {
  width: 100%;
}
.statistics-table .statistics-bar {
  display: inline-block;
  background-color: #69c200;
}
.statistics-table .statistics-bar.avg {
  background-color: #9ea6ae;
}
.statistics-table td {
  padding: 5px 0;
}
.statistics-table .statistic-label {
  width: 10%;
  font-size: 14px;
}
@media (max-width: 940px) {
  .statistics-table .statistic-label {
    width: 25%;
  }
}
.statistics-table .statistic-value {
  display: inline-block;
  width: 10%;
  margin-left: 15px;
  font-weight: normal;
  font-size: 16px;
}

.statistics-wrapper {
  margin: 8em 0;
}
.statistics-wrapper .settings-block {
  width: 40%;
  margin: auto;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 940px) {
  .statistics-wrapper .settings-block {
    width: 90%;
  }
}

.statistics-big {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  padding: 10px 0;
}
.statistics-big .statistic-info {
  opacity: 0.5;
  font-weight: normal;
  font-size: 14px;
}

.ct-chart .ct-label, .ct-chart .ct-label.ct-horizontal {
  text-align: center !important;
}

.ct-chart .ct-series.ct-series-a .ct-bar {
  stroke: #69c200 !important;
}

.settings-block {
  margin-bottom: 60px;
  padding: 30px 0;
  background: #fff;
}
.settings-block p {
  color: #3c3c3c;
  font-size: 15px;
  line-height: 1.4;
}
.settings-block a {
  color: #3c3c3c;
  border-bottom: 1px solid #d7dbdd;
}
.settings-block a:hover {
  border-bottom: 1px solid #a8abad;
}
@media (max-width: 940px) {
  .settings-block {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.settings-block-section {
  margin-bottom: 80px;
}

.settings-block-headline {
  display: block;
  margin-bottom: 22px;
  color: #303338;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.settings-block-left {
  float: left;
  width: 370px;
}
.settings-block-left p.settings-error-msg {
  margin-bottom: 0;
}
@media (max-width: 940px) {
  .settings-block-left {
    float: none;
    width: auto;
  }
}

.settings-block-right {
  float: right;
  width: 370px;
}
.settings-block-right p.settings-error-msg {
  margin-bottom: 0;
}
@media (max-width: 940px) {
  .settings-block-right {
    float: none;
    width: auto;
  }
}

.settings-block-input {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 10px;
  padding: 20px 18px;
  width: 100%;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 15px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #bac7d7;
}

.settings-checkbox .settings-block-input {
  display: inline;
  width: 20px;
  height: 17px;
}

.settings-block-input:focus {
  outline: 0;
  border-bottom: 1px solid #38414d;
}

.settings-block-input:-moz-placeholder {
  color: #3c3c3c;
}

.settings-block-input::-webkit-input-placeholder {
  color: #3c3c3c;
}

.settings-block-input.is-false {
  border: 1px solid #c90000;
}

p.settings-error-msg {
  margin-bottom: 15px;
  color: #c90000;
}

.settings-block-submit {
  padding: 13px 35px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #313840, #1e252e);
  border-radius: 4px;
  border: 0;
}

.settings-block-submit:focus {
  outline: 0;
  background: #07090c;
}

.settings-block-submit:hover {
  cursor: pointer;
}

.profile__header {
  display: -ms-flexbox;
  display: flex;
}
.profile__header .profile__image {
  width: 160px;
  height: 160px;
  margin-right: 4rem;
  border-radius: 6px;
}
@media (max-width: 940px) {
  .profile__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile__header .profile__image {
    margin: auto;
    display: block;
    margin-bottom: 4rem;
  }
}

.profile__info {
  width: 600px;
  margin: auto;
}
@media (max-width: 940px) {
  .profile__info {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
.profile__info h3 {
  color: #cacaca;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 300;
  margin-bottom: 1.5em;
  text-align: center;
}
.profile__info h3 strong {
  color: #71798d;
  font-weight: 400;
}
.profile__info p {
  color: #cacaca;
  margin: 0.8rem 0;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.55px;
}
.profile__info p a {
  color: inherit;
}
.profile__info p a:hover {
  text-decoration: underline;
}
.profile__info .share {
  position: relative;
}
.profile__info .share--wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 25px;
}
.profile__info .share--icon {
  font-size: 0.8em;
  color: #cacaca;
  border-radius: 1.8em;
  border: 2px #cacaca solid;
  padding: 8px;
  cursor: pointer;
}
.profile__info .share--icon.fa-facebook {
  padding: 8px 10px;
}
.profile__info .share--icon:hover {
  background-color: #cacaca;
  color: #666d7f;
}
.profile__info .share--icons {
  display: none;
}
.profile__info .share--icons span {
  margin: 0 10px;
}

.profile__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0;
}
.profile__stats .stats__stat {
  width: 100%;
  text-align: center;
  margin: 2em 0;
}
.profile__stats .stats__stat h4 {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0.75em;
}
.profile__stats .stats__stat span {
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  color: #666d7f;
  margin: 1rem 0;
}
.profile__stats .stats__more {
  display: block;
  width: 100%;
  text-align: center;
}
.profile__stats .stats__more a {
  font-size: 12px;
  color: inherit;
}

.profile__block p {
  font-size: 18px;
  line-height: 185%;
  font-weight: 300;
}
@media (max-width: 940px) {
  .profile__block p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.profile__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile__columns .profile__activities {
  width: 60%;
}
.profile__columns .profile__stats {
  width: 40%;
}
@media (max-width: 940px) {
  .profile__columns .profile__activities {
    width: 100%;
  }
  .profile__columns .profile__stats {
    width: 100%;
  }
}

.profile__compatibility .page-headline {
  margin-bottom: 20px;
}

.both--marker {
  color: #69c200;
  position: absolute;
  right: 10px;
  top: -2px;
  font-size: 22px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.profile__block {
  margin: 4rem 0;
  letter-spacing: 0.25px;
}
.profile__block a {
  color: inherit;
  border-bottom: 1px #dedede solid;
}
.profile__block a:hover {
  border-bottom: none;
}
.profile__block h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 1rem;
}
@media (max-width: 940px) {
  .profile__block h3 {
    font-size: 22px;
  }
}

.activities__list {
  list-style: none;
}
.activities__list .activity__item {
  margin: 0rem 2rem;
  font-weight: 300;
}
.activities__list .activity__item:before {
  content: " ";
  border-left: 1px #69c200 solid;
  height: 100%;
  position: absolute;
}
.activities__list .item__wrapper {
  padding: 0.65rem 0;
}
.activities__list .item__text {
  padding-left: 1rem;
  font-size: 14px;
}
@media (max-width: 940px) {
  .activities__list .item__text {
    font-size: 12px;
  }
}
.activities__list .item__text:before {
  content: "\25cf";
  color: #69c200;
  position: relative;
  left: -1.2rem;
}
.activities__list .item__date {
  font-size: 11px;
  color: #a9a9a9;
  padding-left: 1rem;
}
@media (max-width: 940px) {
  .activities__list .item__date {
    display: block;
    padding-left: 1.5rem;
  }
}

.show__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.show__list .show__block {
  box-sizing: border-box;
  width: 48%;
  margin: 1rem;
  margin-left: 0;
  background-size: 100% !important;
  background-position: center !important;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
}
@media (max-width: 940px) {
  .show__list .show__block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.show__list .show__block .show__wrapper {
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.show__list .show__block .show__title {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  width: 70%;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 35px;
}
@media (max-width: 940px) {
  .show__list .show__block .show__title {
    width: 60%;
  }
}
.show__list .show__block .show__count {
  float: right;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.profile-cta a {
  display: block;
  text-align: center;
  margin: 50px auto;
  padding: 24px 18px 25px;
  width: 75%;
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  background: #69c200;
  border: 0;
  border-radius: 4px;
  font-size: 2em;
}

.profile-cta a:hover {
  cursor: pointer;
  background: #529900;
}

.headline-center {
  text-align: center;
}

/* $Content */
a {
  transition: color 125ms ease-in-out;
}

.content {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 820px;
}
@media (max-width: 940px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .content {
    padding: 30px 10px;
  }
}

.content-100 {
  position: relative;
  padding: 5% 0;
  width: 100%;
  text-align: center;
  background: no-repeat center top #b3b3b3;
  background-size: cover;
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.2);
}
.content-100 .darken {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.content-100 .inner {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 820px;
  text-align: left;
  z-index: 100;
}
@media (max-width: 800px) {
  .content-100 .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.content-page {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.5;
}
.content-page a {
  color: #000;
  text-decoration: underline;
}
.content-page a:hover {
  text-decoration: none;
}
.content-page h3 {
  margin: 30px 0 10px 0;
  color: #000;
  font-size: 20px;
}
.content-page h4 {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
}
.content-page p, .content-page address {
  margin-bottom: 20px;
}
.content-page address {
  font-style: normal;
}

.page-headline {
  margin-bottom: 60px;
  color: #a9a9a9;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 300;
}
@media (max-width: 500px) {
  .page-headline {
    margin-bottom: 40px;
    font-size: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-headline a {
  color: #666d7f;
  border-bottom: 1px solid #afb5c5;
}
.page-headline a:hover {
  border: 0;
}
.page-headline strong {
  color: #666d7f;
  font-weight: 400;
}

.info {
  margin-bottom: 50px;
}

.msg {
  float: left;
  width: 75%;
  color: #a9a9a9;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 300;
}
@media (max-width: 940px) {
  .msg {
    float: none;
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 500px) {
  .msg {
    width: 90%;
    font-size: 20px;
  }
}
.msg strong {
  color: #666d7f;
  font-weight: 400;
}

.add-show-btn,
.add-show-btn-submit {
  display: block;
  float: right;
  margin-top: 7px;
  width: 20.5%;
  height: 57px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  background: #69c200;
  border-radius: 5px;
}
@media (max-width: 940px) {
  .add-show-btn,
  .add-show-btn-submit {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .add-show-btn,
  .add-show-btn-submit {
    width: 90%;
  }
}

.add-show-btn:hover,
.add-show-btn-submit:hover {
  background: #63b800;
}

.shows {
  max-width: 820px;
}
@media (max-width: 940px) {
  .shows {
    height: auto !important;
  }
}

.single-title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -2px;
}

.single-subline {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.single-subline strong {
  font-weight: 400;
}

@media (max-width: 500px) {
  .single-title {
    font-size: 38px;
    line-height: 48px;
  }

  .single-subline {
    font-size: 14px;
    line-height: 24px;
  }
}
strong {
  font-weight: 400;
}

.single-showaction-btns {
  line-height: 1;
  text-align: center;
}

.single-showaction-btn {
  display: inline-block;
  margin-right: 6px;
  padding: 16px 30px 17px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  background-color: #1d252d;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  transition: opacity 0.1s;
}
@media (max-width: 500px) {
  .single-showaction-btn {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}

.single-showaction-btn:last-child {
  margin: 0;
}

.single-showaction-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.single-showaction-btn:active {
  position: relative;
  top: 1px;
}

.single-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 50px 0 80px;
}
.single-text .text-all {
  display: none;
}
.single-text a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  padding: 0 5px;
}
.single-text a:hover {
  color: #ddd;
}

@media (max-width: 800px) {
  .single-text {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 35px;
  }
}
[v-cloak] {
  display: none;
}

/* END $Content */
