.logged-show {
display: none;
}
.not-logged {
display: block;
}
.logged-show-inline {
display: none;
}
.not-logged-inline {
display: inline-block;
}
/*** Layout ***************************
***************************************/
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
.boltforms-label {
  display: none;
}
body {
  background: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', 'Tahoma', sans-serif;
  position: relative;
}
#section-carousel {
  background: #131313;
}
#section-episodes, #episode {
  background: #1c1c1c url(../images/bg02.jpg) no-repeat center center;
  background-size: cover;
}
.episode-page {
  background: #1c1c1c url(../images/bg02.jpg) no-repeat center center;
  background-size: cover;
}
.episode-page .embed-responsive {
  -webkit-box-shadow: 0px 0px 80px 0px rgba(223, 225, 230, .3);
  -moz-box-shadow: 0px 0px 80px 0px rgba(223, 225, 230, .3);
  box-shadow: 0px 0px 80px 0px rgba(223, 225, 230, .3);
}
#section-partners {
  background: #1b1b1b;
}
#section-contacts,
.register-page,
.login-page,
.success-page {
  background: #2d2d2d url(../images/bg01.jpg) no-repeat center center;
  background-size: cover;
}
.section {
  padding: 100px 0;
}
.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 60px;
}
#section-header {
  background: rgba(27, 27, 27, 0.9);
}
#mainNav .nav-link {
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
}
#mainNav .active.nav-link, #mainNav .nav-link:hover {
  color: #83a7ff;
}
#mainNav .social-nav-item {
  padding: 5px 5px;
  font-weight: 400;
}
#mainNav .first-social-nav-item {
  padding-left: 15px;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #737373;
  background: rgba(55, 55, 55, 0.9);
  color: #ffffff;
  font-size: 13px;
}
.form-control:focus {
  border: 1px solid #ffffff;
  background: rgba(55, 55, 55, 1);
  color: #ffffff;
}
.form-group {
  margin-bottom: 12px;
}
.form-control::-webkit-input-placeholder {
  color: #737373;
}
.form-control::-moz-placeholder {
  color: #737373;
}
.form-control:-ms-input-placeholder {
  color: #737373;
}
.form-control:-moz-placeholder {
  color: #737373;
}
.form-control::placeholder {
  color: #737373;
}
.btn-submit {
  background: #1b1b1b;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-submit:hover {
  border: 2px solid #83a7ff;
  color: #83a7ff;
}
.footer-social-icons {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.footer-social-icons li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.footer-social-icons a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #83a7ff;
  color: #1b1b1b;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 18px;
}
#section-header .logo, #section-header .navbar {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#section-header.sps--blw .logo {
  width: 80px;
}
#section-header.sps--blw .navbar {
  padding-top: 3px;
  padding-bottom: 3px;
}
#section-footer .copyright {
  color: #83a7ff;
  font-size: 13px;
}
.footer-social-icons a:hover {
  background: #ffffff;
}
.episode-item {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.episode-item-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  z-index: 99;
}
.episode-item:hover .episode-item-hover {
  border: 4px solid #ffffff;
}
.episode-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.episode-item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.navbar-toggler {
  padding: 1px 6px;
  font-size: 1.25rem;
  line-height: 1;
  background: #373737;
}
.navbar-toggler-icon {
  outline: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.social-share-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.social-share-list li {
  display: inline-block;
  margin: 0 3px;
}
.social-share-btn {
  background: #292929;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
.social-share-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.social-share-btn i {
  margin-right: 3px;
  font-size: 15px;
      line-height: 15px;

}
.social-share-facebook {
  background: #4267B2;
  border-bottom: 1px solid #28437a;
  border-top: 1px solid #799be0;
}
.social-share-twitter {
  background: #1DA1F2;
  border-bottom: 1px solid #1381c4;
  border-top: 1px solid #74c9fe;
}
    .g-recaptcha {
        display: inline-block !important;
    }
.no-number-style {
    -moz-appearance: textfield !important;
}

.no-number-style::-webkit-outer-spin-button,
.no-number-style::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* --- static migration: remove login gate, always show videos --- */
.not-logged, .not-logged-inline, .logged-show-inline { display: none !important; }
.logged-show { display: block !important; }
