@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.otf") format("opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-UltraLight";
  src: url("../fonts/Montserrat-UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-UltraLight.otf") format("opentype"),
    url("../fonts/Montserrat-UltraLight.woff") format("woff"),
    url("../fonts/Montserrat-UltraLight.ttf") format("truetype"),
    url("../fonts/Montserrat-UltraLight.svg#Montserrat-UltraLight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 *
 *	~ PRIMARY: #8F0100
 *	Faded PRIMARY: #D10101
 *	Darker PRIMARY: #780001
 *
 *	~ SECONDARY: #192C54
 *	Faded SECONDARY: #2B4880
 *
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.fab {
    font-family: Font Awesome\ 5 Brands !important;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free !important;
}

.material-icons {
    font-family: 'Material Icons' !important;
}

* {
    font-family: "Montserrat", sans-serif !important;
}


body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #222;
  background: #fafafa;
}

.material-icons {
  vertical-align: middle !important;
}

a.online-btn {
  display: inline-block;
  padding: 0 7px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;

  color: #777 !important;
  text-shadow: 1px 1px #fff !important;

  background: #f1f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f1f1f1', GradientType=0 );
}
a.online-btn > em {
  color: #777;
  text-shadow: 1px 1px #fff;
}

.btn-default {
  color: #333 !important;
  font-weight: 700;
  border-color: #ddd;
  padding-left: 15px !important;
  padding-right: 15px !important;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  transition: all 0.25s linear;

  background: #e8e8e8;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e8e8e8)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E8E8E8', GradientType=0 );
}
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
  color: #000 !important;
  border-color: #d8d8d8;

  background: #dddddd;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f1f1f1),
    color-stop(100%, #dddddd)
  );
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#DDDDDD', GradientType=0 );
}

.btn-danger {
  border-color: #2b4880 !important;

  background: #2b4780;
  background: -moz-linear-gradient(top, #2b4780 0%, #192c54 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #2b4780),
    color-stop(100%, #192c54)
  );
  background: -webkit-linear-gradient(top, #2b4780 0%, #192c54 100%);
  background: -o-linear-gradient(top, #2b4780 0%, #192c54 100%);
  background: -ms-linear-gradient(top, #2b4780 0%, #192c54 100%);
  background: linear-gradient(to bottom, #2b4780 0%, #192c54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4780', endColorstr='#192c54', GradientType=0 );
}

a {
  color: #777;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover,
a:focus,
a:active {
  color: #454545;
  text-decoration: none;
}

.input-group-addon {
  color: #222;
  background-color: #fff;
  border-color: #d0d1d2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Regular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

.button {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid transparent;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
  transition: all 0.25s linear;
  text-decoration: none;
  font-weight: bold;
}
.button:hover,
.button:active,
.button:focus {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.button-gold {
  background-color: #0e3f99;
  border-color: #0e3f99;
  /* background-color: #0E3F99;
	border-color: #0E3F99;*/
}
.button-black {
  background-color: #d71961;
  border-color: #d71961;
  color: #fff;
  border-radius: 0;
  /* background-color: #000;
	border-color: #000;
	color: #FFF;
	border-radius: 0;*/
}
.button-black:hover,
.button-black:active,
.button-black:focus {
  color: rgba(255, 255, 255, 0.75);
}

.dziekujemy {
  padding: 0 20%;
}
.dziekujemy .triangle-isosceles {
  position: relative;
  padding: 20px;
  margin: 1em 0 3em;
  color: #000;
  background: #eee;
  border-radius: 10px;
}
.dziekujemy .triangle-isosceles:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #eee transparent;
  display: block;
  width: 0;
}
.dziekujemy--talktext {
  text-align: center;
}
.dziekujemy--talktext > h3 {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0;
}
.dziekujemy--talktext > p {
  margin: 0 0 40px 0;
  padding: 0;
}

.dziekujemy--guardian {
  margin-bottom: 120px;
  padding-left: 20px;
}
.dziekujemy--guardian > div {
  padding-top: 10px;
}
.dziekujemy--guardian > div > img {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 50%;
}
.dziekujemy--guardian > div > div {
  overflow: hidden;
  padding: 20px 0 0 10px;
}
@media (max-width: 1023px) {
  .dziekujemy {
    padding: 0 5%;
  }
  .dziekujemy--guardian {
    padding-left: 5px;
    margin-bottom: 30px;
  }
}

/* START NEW HEADER STYLES */
.intro-carousels {
  margin-top: 14px;
  margin-bottom: 24px;
}
.intro-carousels--left {
  float: left;
  width: 74.21052631578947%;
}
.intro-carousels--right {
  float: right;
  width: 24.56140350877193%;
}
.intro-carousels .carousel-control.right,
.intro-carousels .carousel-control.left {
  background-image: none;
}
.intro-carousels .carousel-control .icon-prevs,
.intro-carousels .carousel-control .icon-nexts {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.intro-carousels .carousel-control .icon-prevs {
  left: 10px;
}
.intro-carousels .carousel-control .icon-nexts {
  right: 10px;
}
.intro-carousels .carousel-control i.material-icons {
  font-size: 48px;
}

.header {
  /*border-top: 5px solid #CAB570;*/
  background-color: #fff;
  text-align: center;
}
.header.active-user {
  border-color: #272b38;
}
.header--logo {
  padding-top: 20px;
  overflow: visible;
}
.header--content-topbar {
  vertical-align: middle;
  padding: 15px 0 21px 0;
  color: #b0b0b0;
  font-size: 12px;
}
.header.active-user .header--content-topbar {
  padding-bottom: 0;
}
.header--content-topbar a,
.header--content-topbar span {
  display: inline-block;
  text-transform: uppercase;
  color: #b0b0b0;
  font-weight: 400;
  vertical-align: middle;
}
.header--content-topbar a.active,
.header--content-topbar a:hover {
  /*color: #CAB570;*/
  color: #ec2b250;
}
.header--content-topbar a.toggle-lang {
  padding: 0 1px;
}
.header--content-topbar a.toggle-lang.en {
  margin-right: 5px;
}
.header--content-topbar a.social-icon {
  font-size: 18px;
  margin: 0 8px;
}

.header--content {
  position: relative;
}

.header--caption {
  display: none;
  color: #0e3f99;
  /*color: #ec2b250;*/
  font-size: 28px;
  font-weight: 100;
  position: relative;
  top: 0px;
  padding-left: 20px;
}

.header--content-klub {
  height: 36px;
}
.header.active-user .header--content-klub {
  display: none;
}

.header--content-klub-controls {
}
.header--content-klub-controls .img-link-a {
  margin-right: 7px;
}
.header--content-klub-controls .img-link:hover {
  opacity: 0.75;
}
.header--content-klub-controls .button {
  display: none;
  height: 36px;
  line-height: 32px;
  padding: 0 16px;
  border-radius: 0;
  color: rgba(255, 255, 255, 1);
}
.header--content-klub-controls .button:hover {
  color: rgba(255, 255, 255, 1);
  opacity: 0.88;
}
.header--content-klub-controls .online-btn {
  margin-left: 10px;
}

.header--navigation {
  padding-bottom: 20px;
}

.header--navigation li.search-link > a > em {
  margin-left: 6px;
}
.header--navigation li.donate-link > a {
  border-bottom: 0;
  border-bottom: none;
}

@media (min-width: 560px) {
  .header--content-klub-controls .button {
    display: inline-block;
    margin-left: 20px;
  }
  .header--navigation li.donate-link {
    display: none;
  }
  .header.active-user .header--content-topbar {
    padding-bottom: 21px;
  }
  .header.active-user .header--content-klub {
    display: block;
  }
}

@media (min-width: 1024px) {
  .header--logo {
    float: left;
    padding-top: 30px;
  }
  .header--logo > a {
    display: block;
    z-index: 99;
  }
  .header--content {
    text-align: right;
    z-index: 98;
    width: 89%;
    float: right;
  }
  .navbar-right {
    margin-right: -30px;
  }
  .header--caption {
    display: block;
    float: left;
  }
  .navbar-default {
    padding-top: 0;
  }
}

@media (min-width: 1199px) {
  .header--content {
    width: 91%;
  }
}

.mytbnportal--topmenu {
  height: 55px;
  overflow: hidden;
  background: #272b38;
  border-bottom: 5px solid #272b38;
  text-align: left;
}
.mytbnportal--topmenu > div > a {
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.mytbnportal--topmenu-navbar {
  overflow: hidden;
  text-align: right;
}
.mytbnportal--topmenu-navbar a {
  display: inline-block;
  color: #ccc;
  font-weight: 300;
  margin-left: 20px;
  height: 50px;
  line-height: 46px;
}
.mytbnportal--topmenu-navbar a.profile-link > span {
  font-weight: 400;
}
.mytbnportal--topmenu-navbar a:hover {
  color: #fff;
}
.mytbnportal--topmenu-navbar a > i {
  display: none;
}
@media (max-width: 640px) {
  .mytbnportal--topmenu > div > a,
  .mytbnportal--topmenu-navbar a {
    margin-left: 0;
  }
  .mytbnportal--topmenu-navbar a > i {
    display: inherit;
  }
  .mytbnportal--topmenu-navbar a > span {
    display: none;
  }
}

.mytbnportal--topmenu a > img {
  transition: all 0.25s linear;
}
.mytbnportal--topmenu a:hover > img {
  opacity: 0.88;
}

.tune-in-tbnpolska--wrap {
  color: white;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  background: #080c2c;
  text-align: center;
}
.tune-in-tbnpolska--text {
  font-size: 12px;
}
.tune-in-tbnpolska--link {
  font-size: 12px;
}
.tune-in-tbnpolska--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
/* .tune-in-tbnpolska ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
} */
.tune-in-tbnpolska ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.tune-in-tbnpolska ul li img {
  margin-top: 5px;
  height: 15px;
  vertical-align: middle;
  transform: translate(0, -3px);
}
.tune-in-tbnpolska ul li a,
.tune-in-tbnpolska ul li span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.tune-in-tbnpolska ul li span.tune-in-tbnpolska--channel {
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  margin: 0px 15px 0px 5px;
}
.tune-in-tbnpolska ul li a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .tune-in-tbnpolska ul li {
    margin-right: 5px;
  }
  .tune-in-tbnpolska ul li span.tune-in-tbnpolska--channel {
    margin-right: 20px;
  }
}
/* END NEW HEADER STYLES */

/* START PROGRAMME STYLES */

.block.programme .intro {
  color: #000;
  font-weight: 300;
  margin-bottom: 0px;
}
.block.programme .intro h2 {
  color: #000;
  padding-top: 0;
  margin-top: 0;
}
.block.programme .intro h2 {
}
.block.programme .intro img {
  border-radius: 4px;
  transition: all 0.25s linear;
  background: #cab570;
}
.block.programme .intro h2 strong,
.block.programme .intro h2 b {
  font-weight: 700;
}

.block.programme .intro article a {
  color: #0e3f99;
  text-decoration: none;
}
.block.programme .intro article a:hover {
  opacity: 0.75;
}

.block.programme .intro a.programme-wrap-img {
  display: block;
  background: #cab570;
  border-radius: 4px;
}
.block.programme .intro a.programme-wrap-img:hover img {
  opacity: 0.75;
}

.block.programme .intro .img-container,
.block.programme .video-container {
  margin-bottom: 30px;
}

.block.programme article {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .block.programme .intro {
    padding: 0;
  }
  .block.programme .intro article {
    padding: 0;
  }
}

.block.programme .programme-calendar {
  margin: 30px 0;
}
.block.programme .programme-calendar .programme-calendar-wrap h4 {
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  margin: 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #d0d0d0;

  background: rgba(236, 236, 236, 1);
  background: -moz-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(236, 236, 236, 1)),
    color-stop(100%, rgba(225, 225, 225, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e1e1e1', GradientType=0 );

  border-radius: 4px 4px 0 0;
}

.block.programme .programme-calendar .programme-calendar-wrap ul.blocks {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  border-right: 1px solid #d0d0d0;
}
.block.programme .programme-calendar .programme-calendar-wrap ul.blocks li {
  float: left;
  width: 14.28571428571429%;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.weekday {
  height: 50px;
  line-height: 50px;
  color: #b8b8b8;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.block.programme .programme-calendar .programme-calendar-wrap ul.blocks li.day,
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.other {
  height: 97px;
  overflow: hidden;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.other {
  color: #b8b8b8;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.other
  span {
  display: block;
  text-align: right;
  padding: 2px 10px 0 0;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.today {
  background: #000;
  color: #fff;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.day
  span {
  display: block;
  text-align: right;
  padding: 2px 10px 0 0;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li.other
  span.time {
  opacity: 0.25;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li
  span.time {
  padding: 2px 0;
  text-align: center;
  margin: 2px;
  font-size: 12px;

  border: 1px solid #c5c5c5;
  color: #fff;

  background: #0e3f99;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block.programme
  .programme-calendar
  .programme-calendar-wrap
  ul.blocks
  li
  span.repeat {
  background: #ccc;
}

/* END PROGRAMME STYLES */

/* START MYTBN STYLES */
.mytbnportal {
}
.mytbnportal .modal-backdrop {
  position: fixed !important;
}
.mytbnportal .alert-danger {
  background-color: transparent;
  border: 2px solid #cab570;
  color: #cab570;
}
.mytbnportal .alert-dismissable .close {
  color: #fff;
}

.mytbnportal--register {
  background-image: url(../images/VOD.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}

.mytbnportal--register .container {
  position: relative;
}

.mytbnportal--register-wrapper {
  background-color: rgba(0, 0, 0, 0.88);
  padding: 40px 0;
}
.mytbnportal--register-wrapper h2 {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #cab570;
}

.mytbnportal--klub-widza-logo {
  text-align: center;
}
@media (min-width: 1024px) {
  .mytbnportal--klub-widza-logo {
    position: absolute;
    top: 0;
    left: 100px;
  }
}

.mytbnportal--register-checklist {
  text-align: center;
  color: #ccc;
  font-size: 14px;
}
.mytbnportal--register-checklist > span {
  display: inline-block;
  padding: 4px 6px;
}

.mytbnportal--register-form {
  padding: 30px 0 66px 0;
  text-align: center;
}
.mytbnportal--register-form input#email {
  border-radius: 4px;
  border-color: #777;
  width: 290px;
}
.mytbnportal--register-form input#email::-webkit-input-placeholder {
  color: #454545 !important;
}
.mytbnportal--register-form .SubTermsWrapper {
  margin-top: 10px;
  padding: 10px;
  display: inline-block;
  background-color: transparent;
  transition: all 0.25s linear;
}
.mytbnportal--register-form .SubTermsWrapper.highlight {
  background-color: #cab570;
}
.mytbnportal--register-form .SubTermsWrapper input {
  vertical-align: top;
}
.mytbnportal--register-form .SubTermsWrapper > label {
  color: #999;
  font-size: 12px;
  font-weight: 100;
  padding-left: 2px;
  transition: all 0.25s linear;
}
.mytbnportal--register-form .SubTermsWrapper.highlight > label {
  color: #000;
}
.mytbnportal--register-form .SubTermsWrapper > label > span {
  display: inline-block;
  max-width: 366px;
  margin-left: 10px;
}
.mytbnportal--register-form .SubTermsWrapper > label > span > a {
  color: #cab570;
  border-bottom: 1px solid #cab570;
  display: inline-block;
  margin-left: 0;
}
.mytbnportal--register-form .SubTermsWrapper.highlight > label > span > a {
  color: #000;
  border-color: #000;
}

.mytbnportal--register-socialsignon {
  text-align: center;
  color: #ccc;
}
.mytbnportal--login-socialsignon a,
.mytbnportal--register-socialsignon a {
  display: inline-block;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  padding: 0 10px 0 0px;
  border-radius: 4px;
  vertical-align: middle;
}
.mytbnportal--login-socialsignon a.google,
.mytbnportal--register-socialsignon a.google {
  background: #d50f25;
  margin-left: 14px;
}
.mytbnportal--login-socialsignon a.facebook,
.mytbnportal--register-socialsignon a.facebook {
  background: #3b5998;
  margin-left: 7px;
}
.mytbnportal--login-socialsignon a em,
.mytbnportal--register-socialsignon a em {
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 28px;
  float: left;
  padding: 0 10px;
}
.mytbnportal--login-socialsignon a span,
.mytbnportal--register-socialsignon a span {
  display: inline-block;
  text-align: left;
  height: 26px;
  line-height: 26px;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
}

p.mytbnportal--register-login {
  padding: 20px 0 90px 0;
  text-align: center;
}
p.mytbnportal--register-login > a {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  color: #454545;
  border-bottom: 1px solid #454545;
}

.mytbnportal--login {
  padding-bottom: 40px;
}
.mytbnportal--login-klubwidza {
  text-align: left;
  padding: 0 0 20px 30px;
}

.mytbnportal--login-form {
  margin-bottom: 30px;
}
.mytbnportal--login-form .item > h4 {
  font-size: 16px !important;
  line-height: 18px !important;
  padding: 0 0 10px 0 !important;
}

.mytbnportal--login-socialsignon {
  padding-right: 0px !important;
}
.mytbnportal--login-socialsignon a {
  margin-top: 7px;
}
.mytbnportal--login-socialsignon a span {
  width: 65px;
  text-align: left !important;
}

.mytbnportal--login-form--controls {
  padding: 5px 10px;
}
.mytbnportal--login-form--controls > a {
  color: #000;
}
.mytbnportal--login-form--controls > a:nth-child(2) {
  float: left;
  font-size: 16px;
  font-weight: 700;
}

.mytbnportal--login-promo {
  margin-bottom: 30px;
}
.mytbnportal--login-promo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .mytbnportal--login-socialsignon {
    padding-right: 10px !important;
  }
  .mytbnportal--login-socialsignon a span {
    width: 80px;
  }
  .mytbnportal--login-form .item > h4 {
    margin-bottom: 20px !important;
  }
  .mytbnportal--login-form form {
    margin-left: 10px;
  }
  .mytbnportal--login .item-footer {
    margin-top: 35px !important;
  }
}

.mytbnportal--klubwidza {
}
.mytbnportal--klubwidza .rte img {
  max-width: 100% !important;
  height: auto !important;
}
.mytbnportal--klubwidza .rte h2,
.mytbnportal--klubwidza .rte h3,
.mytbnportal--klubwidza .rte h4 {
  margin: 0 0 20px 0;
  padding: 0;
}
.mytbnportal--klubwidza-sidebar {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 30px;
}
.mytbnportal--klubwidza-sidebar-profile {
  padding: 15px 5px;
  position: relative;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
.mytbnportal--klubwidza-sidebar-profile img {
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.mytbnportal--klubwidza-sidebar-profile p {
  font-weight: 400;
  padding: 0;
  margin: 5px 0 0 0;
}
.mytbnportal--klubwidza-sidebar-profile p > a {
  color: #cab570;
  border-bottom: 1px solid #cab570;
}
.mytbnportal--klubwidza-sidebar-profile > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #cab570;
  border-radius: 3px;
  color: #fff;
  opacity: 0;
}
.mytbnportal--klubwidza-sidebar-profile > a:hover {
  opacity: 0.88;
}
.mytbnportal--klubwidza-sidebar-profile > a > em {
  margin: 50% auto;
  font-size: 24px;
}

.mytbnportal--klubwidza-sidebar-meta {
  margin-bottom: 5px;
  text-align: center;
}
.mytbnportal--klubwidza-sidebar-meta > a {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 0 5px;
  opacity: 1;
  text-align: left;
  max-width: 200px;
  margin: 0 auto;
}
.mytbnportal--klubwidza-sidebar-meta > a:hover {
  opacity: 0.75;
}

.mytbnportal--klubwidza-sidebar-links {
  margin-bottom: 5px;
  text-align: center;
}
.mytbnportal--klubwidza-sidebar-links > a {
  display: block;
  color: #cab570;
  font-size: 14px;
  padding: 0 10px;
  opacity: 1;
  text-align: left;
  margin: 0 0 7px 0;
  font-weight: 500;
}
.mytbnportal--klubwidza-sidebar-links > a.active {
  color: #000;
}
.mytbnportal--klubwidza-sidebar-links > a:hover {
  opacity: 0.75;
  color: #000;
}

.mytbnportal--klubwidza-alerts {
  padding: 20px;
  background: #eee;
  border-radius: 4px;
  margin-bottom: 10px;
}
.mytbnportal--klubwidza-alerts > a {
  color: #000;
}
.mytbnportal--klubwidza-alerts > a:hover {
  color: #cab570;
}
.mytbnportal--klubwidza-alerts > a > span {
  display: inline-block;
  position: relative;
}
.mytbnportal--klubwidza-alerts > a > span > span {
  position: absolute;
  top: -2px;
  right: -5px;
  background-color: #0c0;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding: 0 6px;
  border-radius: 7px;
  color: #fff;
}
.mytbnportal--klubwidza-alerts > a > em {
  font-style: normal;
  display: inline-block;
  padding-bottom: 1px;
  text-decoration: underline;
  text-underline-position: under;
}

.mytbnportal--klubwidza-gift {
  margin-bottom: 30px;
}

.mytbnportal--klubwidza-news {
  margin-bottom: 30px;
}
.mytbnportal--klubwidza-news--wrapper {
  padding: 10px 10px 10px 20px;
  background: #f4f4f4;
  border-radius: 5px;
}
.mytbnportal--klubwidza-news--group {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.mytbnportal--klubwidza-news--message {
  padding: 10px;
  background: #fefefe;
  border-radius: 5px;
  margin-bottom: 20px;
}
.mytbnportal--klubwidza-news--message img {
  max-width: 100%;
  height: auto;
}

.mytbnportal--klubwidza-admin {
  padding: 20px;
  background: #eee;
  border-radius: 4px;
  margin-bottom: 30px;
}
.mytbnportal--klubwidza-admin > p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
.mytbnportal--klubwidza-admin > div > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.mytbnportal--klubwidza-admin > div > div {
  overflow: hidden;
  padding-left: 20px;
  padding-top: 10px;
}
.mytbnportal--klubwidza-admin > div > div > div {
  font-size: 14px;
  color: #777;
}
.mytbnportal--klubwidza-admin > div > div > div > strong {
  font-size: 18px;
  color: #000;
}
.mytbnportal--klubwidza-admin-times > span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  background: #cab570;
  color: #000;
  margin-top: 10px;
  font-size: 12px;
  border-radius: 4px;
}

.mytbnportal--klubwidza-form {
  margin-bottom: 30px;
}
.mytbnportal--klubwidza-form .alert-info {
  background-color: #cab570;
  border: #cab570;
  color: #fff;
}
.mytbnportal--klubwidza-form > h3,
.mytbnportal--klubwidza-form > h4 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}

.mytbnportal--klubwidza-form label.subs {
  font-weight: normal;
}
.mytbnportal--klubwidza-form label.subs input {
  float: left;
  margin-right: 14px;
  margin-top: 4px;
}
.mytbnportal--klubwidza-form label.subs small {
  display: block;
  padding: 10px 0 0 28px;
  text-align: left;
  letter-spacing: normal;
}

.mytbnportal--klubwidza-backlink {
  padding: 0;
  margin: 0 0 20px 0;
}
.mytbnportal--klubwidza-backlink > a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

.mytbnportal--klubwidza-vod {
  padding: 30px 0;
  margin: 0 0 20px 0;
  text-align: center;
}

.mytbnportal--klubwidza-notifications {
  margin-bottom: 10px;
}
.mytbnportal--klubwidza-notifications > h2 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mytbnportal--klubwidza-notification {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 4px;
  position: relative;
  font-size: 13px;
}
.mytbnportal--klubwidza-notification.active {
  background-color: #fff;
}
.mytbnportal--klubwidza-notification > span {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #cab570;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.25s linear;
}
html.touch .mytbnportal--klubwidza-notification > span {
  opacity: 0.75;
}
.mytbnportal--klubwidza-notification:hover > span {
  opacity: 0.35;
}
.mytbnportal--klubwidza-notification > span:hover {
  opacity: 1;
}

.mytbnportal--klubwidza-notification-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #777;
}

.mytbnportal--klubwidza-notification-admin {
  margin-top: 20px;
}
.mytbnportal--klubwidza-notification-admin img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}
.mytbnportal--klubwidza-notification-admin > div {
  overflow: hidden;
  padding: 10px 0 0 20px;
  font-size: 12px;
  font-weight: 300;
  color: #777;
}
.mytbnportal--klubwidza-notification-admin > div strong {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.mytbnportal--klubwidza-contact {
  margin-bottom: 30px;
}
.mytbnportal--klubwidza-contact > h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.mytbnportal--klubwidza-contact > h3.gold {
  color: #cab570;
}

.mytbnportal--klubwidza-contact-summary {
  margin: 30px 0;
  border: 1px solid #eee;
}
.mytbnportal--klubwidza-contact-summary .summary-title {
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.mytbnportal--klubwidza-contact-summary .summary-body {
  padding: 10px 20px;
  font-size: 13px;
}

.mytbnportal--klubwidza-contact form {
  margin: 30px 0;
}
.mytbnportal--klubwidza-contact textarea#message {
  width: 100% !important;
}

.mytbnportal--klubwidza-dhtitle {
  margin-bottom: 20px;
}
.mytbnportal--klubwidza-dhtitle > h2 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.mytbnportal--klubwidza-dhtitle > p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.mytbnportal--klubwidza-dhbutton {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .mytbnportal--klubwidza-dhbutton {
    text-align: right;
  }
}

.mytbnportal--klubwidza-dh {
  margin-bottom: 30px;
}

.mytbnportal--klubwidza-shelf {
  margin-bottom: 30px;
}
.mytbnportal--klubwidza-shelf > h2 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mytbnportal--klubwidza-shelf-item {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .mytbnportal--klubwidza-shelf-item {
    width: 33.33333333333333%;
  }
}
@media (min-width: 992px) {
  .mytbnportal--klubwidza-shelf-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .mytbnportal--klubwidza-shelf-item {
    width: 20%;
  }
}
.mytbnportal--klubwidza-shelf-item a {
  display: block;
  margin: 1px;
}
.mytbnportal--klubwidza-shelf-item img {
  border: 5px solid transparent;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.25s linear;
}
.mytbnportal--klubwidza-shelf-item.active img {
  border-color: #cab570;
}
.mytbnportal--klubwidza-shelf-item a:hover {
  background-color: #cab570;
}
.mytbnportal--klubwidza-shelf-item a:hover img {
  opacity: 0.88;
}
/* END MYTBN STYLES */

/* START NEW (11/2017) STYLES */
body .content {
  padding-top: 0px;

  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: scroll;
}
body.content-has-padding .content {
  padding-top: 30px;
}

.content .promo-text p {
  padding: 0;
  margin: 0;
}
.content .promo-text img {
  max-width: 100%;
  height: auto;
}
/* END NEW (11/2017) STYLES */

/* START ON DEMAND STYLES */
.on-demand .empty {
  text-align: center;
  border: 1px solid #d0d1d2;
  background: #fff;
  padding: 20px;
  color: #777;
}

.on-demand .cover-wrap {
  margin-bottom: 28px;
}
.on-demand .cover-wrap .image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.on-demand .cover-wrap .image img {
  border: 1px solid #d0d1d2;
}
.on-demand .cover-wrap .image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.on-demand .cover-wrap .image span.outline {
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 150px;
  border: 10px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.on-demand .cover-wrap .image span.outline > em {
  margin-left: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.on-demand .cover-wrap .image a:hover span.outline {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.5);
}
.on-demand .cover-wrap .image a:hover span.outline > em {
  color: #fff;
}

.on-demand .tbl {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.on-demand .tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.on-demand .episodes {
  margin-bottom: 28px;
}
.on-demand .episodes .play {
  border-radius: 4px;
  margin-bottom: 10px;

  border: 1px solid #ccc;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0 );
}
.on-demand .episodes .play .button {
  float: left;
  width: 50px;
  height: 34px;
  margin-right: 10px;
}
.on-demand .episodes .play .button > a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 4px 0 0 4px;
  background: #ff2525;
  text-align: center;
  color: #fff;
  border-right: 1px solid #ccc;
}
.on-demand .episodes .play.on,
.on-demand .episodes .play.on .button > a {
  border-color: #3c4863;
}

.on-demand .on-demand-trailer {
  display: block;
  height: 34px;
  line-height: 34px;
}

.on-demand .episodes .play.promo .button > a {
  background: #ff2525;
}
.on-demand .episodes .promo .title a {
  color: #222;
}
.on-demand .episodes .promo {
  margin-bottom: 28px;
}
.on-demand .episodes .title {
  height: 34px;
  overflow: hidden;
}
.on-demand .episodes .title .tbl-cell {
  text-align: left;
  line-height: 1.2em;
}

.on-demand .episode-links {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.on-demand .episode-links li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #d0d1d2;
}
.on-demand .episode-links li:last-child {
  border-bottom: none;
}
.on-demand .episode-links li a {
  display: block;
  padding: 3px 10px 3px 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.on-demand .episode-links li.on a {
  background: #ff2525;
  color: #fff;
}
.on-demand .episode-links li a em {
  position: absolute;
  margin: auto;
  top: 6px;
  bottom: 0;
  left: 10px;
}

.on-demand .video-js {
  background: #000 url(../images/ajax-loader-od.gif) 50% 50% no-repeat !important;
}

.on-demand.filter .group {
  padding: 0 5px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
}
.on-demand.filter .group .topic {
  font-size: 3em;
  color: #454545;
  text-align: center;
}
.on-demand.filter .group .results {
  padding-top: 30px;
  min-height: 200px;
}
.on-demand.filter .group .results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.on-demand.filter .group .results ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.on-demand.filter .group .results ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.on-demand.filter .group .results ul li a {
  color: #222;
}
.on-demand.filter .group .results ul li a:hover {
  color: #454545;
}

.on-demand .controls {
  margin-bottom: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .on-demand .controls {
    float: right;
    margin-bottom: 0;
    text-align: right;
    margin-left: 30px;
  }
  h2.block-title {
    overflow: hidden;
  }
}

.on-demand .roadblock {
  padding-bottom: 30px;
  text-align: center;
}
.on-demand .roadblock-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.on-demand .roadblock-container .alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.on-demand .alert {
  border-radius: 0px !important;
  background: #fafafa !important;
  color: #000 !important;
  border: 1px solid #d0d1d2;
}

.on-demand .synopsis {
  padding: 20px;
  border: 1px solid #d0d1d2;
  background: #fff;
  margin-bottom: 0;
  border-bottom: none;
}

.on-demand .back-controls > a {
  display: inline-block;
  padding: 0 14px;
  border: 1px solid #d0d1d2;
  background: #fff;
  margin-right: 7px;
  height: 32px;
  line-height: 30px;
  border-radius: 3px;
}

.on-demand .cover span.category {
  position: absolute;
  top: 0;
  right: 15px;
}
.on-demand .cover span.category > a {
  display: inline-block;
  padding: 0 7px;
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 0 0 3px;
  border-left: 1px solid #d0d1d2;
  border-bottom: 1px solid #d0d1d2;
}
.on-demand .info h4 {
  font-size: 1em !important;
  margin-top: 0px !important;
}

.autoplay {
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 14px;
}
.autoplay .toggle-title {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.autoplay .toggle-btn {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #e1e1e1;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #e1e1e1;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #ff2525;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #ff2525;
}
/* END ON DEMAND STYLES */

.banner {
  margin-bottom: 0px;
  background: #f1f1f1 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}
.banner ul.slides li {
  position: relative;
}
.banner .divider {
  height: 0px;
  background: #fff;
}

.featured-image {
  position: relative;
  background: #fff;
  padding-bottom: 0px;
}
.featured-image .bg-file {
  height: 340px;
  height: 0;
  background-color: #f1f1f1;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.featured-image .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.featured-image .caption .wrap-text {
  display: table;
  width: 100%;
  height: 340px;
  height: 0;
}
.featured-image .caption .wrap-text > div {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.featured-image .caption .wrap-text > div > div {
  display: inline-block;
  padding: 14px 21px;
  font-weight: normal;
  font-size: 5em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured-image .bg-file,
  .featured-image .caption .wrap-text {
    height: 300px;
    height: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .featured-image .bg-file,
  .featured-image .caption .wrap-text {
    height: 240px;
    height: 0;
  }
}
@media (max-width: 480px) {
  .featured-image .bg-file,
  .featured-image .caption .wrap-text {
    height: 200px;
    height: 0;
  }
}

.content {
  padding: 0 0 10px 0;
}

.content hr {
  display: block;
  border: none;
  height: 8px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .testimonies #grid[data-columns]::before {
    content: "1 .column.col-span-1";
  }
  .schedule.page #grid[data-columns]::before {
    content: "2 .column.col-span-2";
  }
  .links #grid[data-columns]::before {
    content: "2 .column.col-span-2";
  }

  .content .testimonies .column .testimony-1,
  .content .testimonies .column .testimony-3,
  .content .testimonies .column .testimony-5 {
    margin: 0 30px 15px 0 !important;
  }
  .content .testimonies .column .testimony-2,
  .content .testimonies .column .testimony-4,
  .content .testimonies .column .testimony-6 {
    margin: 0 0 15px 30px !important;
  }

  .content .schedule.page .column .schedule-1,
  .content .schedule.page .column .schedule-3,
  .content .schedule.page .column .schedule-5 {
    margin: 0 7px 14px 0 !important;
  }
  .content .schedule.page .column .schedule-2,
  .content .schedule.page .column .schedule-4,
  .content .schedule.page .column .schedule-6 {
    margin: 0 0 14px 7px !important;
  }

  .content .links .column .link-1,
  .content .links .column .link-3,
  .content .links .column .link-5,
  .content .links .column .link-7,
  .content .links .column .link-9,
  .content .links .column .link-11 {
    margin: 0 7px 14px 0 !important;
  }
  .content .links .column .link-2,
  .content .links .column .link-4,
  .content .links .column .link-6,
  .content .links .column .link-8,
  .content .links .column .link-10,
  .content .links .column .link-12 {
    margin: 0 0 14px 7px !important;
  }
}

@media screen and (min-width: 481px) {
  .testimonies #grid[data-columns]::before,
  .schedule.page #grid[data-columns]::before {
    content: "3 .column.col-span-3";
  }

  .content .testimonies .column .testimony-1,
  .content .testimonies .column .testimony-4 {
    margin: 0 10px 15px 0 !important;
  }
  .content .testimonies .column .testimony-2,
  .content .testimonies .column .testimony-5 {
    margin: 0 5px 15px 5px !important;
  }
  .content .testimonies .column .testimony-3,
  .content .testimonies .column .testimony-6 {
    margin: 0 0 15px 10px !important;
  }

  .content .schedule.page .column .schedule-1,
  .content .schedule.page .column .schedule-4 {
    margin: 0 20px 30px 0 !important;
  }
  .content .schedule.page .column .schedule-2,
  .content .schedule.page .column .schedule-5 {
    margin: 0 10px 30px 10px !important;
  }
  .content .schedule.page .column .schedule-3,
  .content .schedule.page .column .schedule-6 {
    margin: 0 0 30px 20px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .links #grid[data-columns]::before {
    content: "3 .column.col-span-3";
  }

  .content .links .column .link-1,
  .content .links .column .link-4,
  .content .links .column .link-7,
  .content .links .column .link-10 {
    margin: 0 10px 15px 0 !important;
  }
  .content .links .column .link-2,
  .content .links .column .link-5,
  .content .links .column .link-8,
  .content .links .column .link-11 {
    margin: 0 5px 15px 5px !important;
  }
  .content .links .column .link-3,
  .content .links .column .link-6,
  .content .links .column .link-9,
  .content .links .column .link-12 {
    margin: 0 0 15px 10px !important;
  }
}
@media screen and (min-width: 769px) {
  .links #grid[data-columns]::before {
    content: "4 .column.col-span-4";
  }

  .content .links .column .link-1,
  .content .links .column .link-5,
  .content .links .column .link-9 {
    margin: 0 10px 15px 0 !important;
  }
  .content .links .column .link-2,
  .content .links .column .link-6,
  .content .links .column .link-10 {
    margin: 0 10px 15px 5px !important;
  }
  .content .links .column .link-3,
  .content .links .column .link-7,
  .content .links .column .link-11 {
    margin: 0 10px 15px 5px !important;
  }
  .content .links .column .link-4,
  .content .links .column .link-8,
  .content .links .column .link-12 {
    margin: 0 0 15px 5px !important;
  }
}

.content .testimonies .column {
  float: left;
}
.content .testimonies .col-span-1 {
  width: 100%;
}
.content .testimonies .col-span-2 {
  width: 50%;
}
.content .testimonies .col-span-3 {
  width: 33.333%;
}

.content .schedule.page .column {
  float: left;
}
.content .schedule.page .col-span-2 {
  width: 50%;
}
.content .schedule.page .col-span-3 {
  width: 33.333%;
}

.content .links .column {
  float: left;
}
.content .links .col-span-1 {
  width: 100%;
}
.content .links .col-span-2 {
  width: 50%;
}
.content .links .col-span-3 {
  width: 33.333%;
}
.content .links .col-span-4 {
  width: 25%;
}

.content .block {
}
.content .block .block-title {
  font-family: "Montserrat-UltraLight";
  font-weight: normal;
  color: #0e3f99;
  padding: 0;
  margin: 0 0 28px 0;
  font-size: 32px;
  line-height: 36px;
  text-transform: none;
  overflow: visible;
}
.content .block .block-title a {
  color: #0e3f99;
}
.content .block .block-title a:hover {
  opacity: 0.88;
}
.content .block .block-title span {
  font-family: "Montserrat-Regular";
}
.content .block .block-title .button-right,
.share-story h3 .button-right {
  float: right;
  margin-left: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .content .block .block-title .button-right,
  .share-story h3 .button-right {
    float: none;
    margin-left: 0;
    text-align: left;
  }
}

.tbnnews-v2 {
}
.tbnnews-v2--post {
  margin-bottom: 30px;
}
.tbnnews-v2--post-cover > a {
  display: block;
  text-align: center;
  position: relative;
  background: #0e3f99;
}
.tbnnews-v2--post-cover > a img {
  opacity: 1;
  transition: all 0.25s linear;
}
.tbnnews-v2--post:hover img {
  opacity: 0.75;
}
.tbnnews-v2--post-cover > a > h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  transition: all 0.25s linear;

  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.tbnnews-v2--post:hover a > h4 {
  color: #d71961;
}
.tbnnews-v2--post-cover > a > h4 > span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
}
.tbnnews-v2--post-info {
  position: relative;
  background: #000;
  color: #ccc;
  padding-bottom: 20px;
}
.tbnnews-v2--post-info a {
  display: block;
  color: #ccc;
}
.tbnnews-v2--post-info .equal-height {
  height: 60px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}
.tbnnews-v2--post-info .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;

  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.block.tbnnews nav {
  margin-bottom: 40px;
}
.block.tbnnews nav a {
  color: #222;
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
}
.block.tbnnews nav a.on {
  border-bottom: 1px solid #222;
}

input.form-control,
textarea.form-control,
select.form-control {
  border-radius: 0;
}

.gallery {
  margin-bottom: 28px;
  padding: 5px;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.gallery article {
  padding: 0 10px;
}
.gallery .thumb {
  width: 50%;
  float: left;
  padding: 5px;
}
.gallery .thumb a {
  display: block;
  position: relative;
}
.gallery .thumb a > img {
  border: 1px solid #d0d0d0;
}
.gallery .thumb a > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.gallery .thumb a:hover > span {
  background: #192c54;
  background: rgba(25, 44, 84, 0.75);
}
.gallery .thumb a > span > span {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gallery .thumb a > span > span > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.gallery .thumb a > span > span > span > em {
  color: transparent;
  font-size: 4em;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.gallery .thumb a:hover > span > span > span > em {
  color: #fff;
}
@media (min-width: 768px) {
  .gallery .thumb a > span > span > span > em {
    font-size: 6em;
  }
}
@media (min-width: 992px) {
  .gallery .thumb {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .gallery .thumb {
  }
}

.content .subs {
  position: relative;
}
.content .subs > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 0 60px;
}
.content .subs form input {
  padding: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .content .subs > .overlay {
    background: rgba(255, 255, 255, 0.65);
  }
}
@media (max-width: 767px) {
  .content .subs > img {
    display: none;
  }
  .content .subs,
  .content .subs > .overlay {
    padding: 0;
    position: static;
  }
  .content .subs h2,
  .content .subs h5 {
    text-align: center;
  }
}

.content .testimonies {
  margin-bottom: 14px;
}

.content textarea#answer {
  height: 70px;
}

.news-title-latest {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.content .block.blog .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0 0;
}
.content .block.blog .sidebar ul > li {
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.content .block.blog .sidebar ul > li:last-child {
  border-bottom: none;
}
.content .block.blog .sidebar ul > li h5 {
  padding: 10px 10px 10px 0;
  font-size: 16px;
  color: #222;
}

.content .links {
  margin-bottom: 14px;
}
.content .links #grid div.link {
  border: 1px solid #d0d0d0;
}
.content .links #grid div.link img {
  border-bottom: 1px solid #eee;
}
.content .links #grid div.link .info {
  background: #fafafa;
  padding: 40px 15px 15px 15px;
  color: #222;
}
.content .links #grid div.link .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.content .links #grid div.link .info h4 a {
  color: #222;
}
.content .links #grid div.link .info p {
  padding: 0;
  margin: 0;
}
.content .links #grid div.link a.url {
  display: block;
  position: relative;
}
.content .links #grid div.link a.url > span {
  background: rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 7px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  z-index: 99;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content .links #grid div.link a.url > span > span {
  background: #fff;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #222;
  font-size: 20px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ul.nav-tabs {
  border: 1px solid #d0d0d0;
  border-bottom: none;
}
.content .tab-content {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 20px;
  margin-bottom: 28px;
}

/* New Schedule 'Day' View */
.dayview {
  padding: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .dayview {
    padding: 0;
    background: transparent;
  }
}
.dayview .programming .head {
  margin-bottom: 5px;
  background: transparent;
  padding: 10px;
  /*border: 1px solid #D0D0D0;*/
}
.dayview .programming .head h2 {
  color: #222;
  text-transform: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 26px;
}

.dayview .program a {
  display: block;
}
.dayview .program a h3 {
  color: #0e3f99;
  transition: all 0.25s linear;
}
.dayview .program a .synopsis {
  color: #222;
  transition: all 0.25s linear;
}
.dayview .program a:hover h3 {
  color: #222;
}
.dayview .program a:hover {
  opacity: 0.75;
}

.dayview .programming {
  padding: 10px 10px 5px 10px;
  margin-bottom: 25px;
  background: #eee;
  /*border: 1px solid #D0D0D0;*/
  min-height: 720px;
}
.dayview .programming ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dayview .programming ul li {
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.dayview .programming ul li .timeslot {
  float: left;
  display: inline-block;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 130px;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}
.dayview .programming ul li.on .timeslot {
  background: #0e3f99;
  color: #fff;
}
.dayview .programming ul li .timeslot > em {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
.dayview .programming ul li .timeslot > span {
  display: block;
}
.dayview .programming ul li .timeslot > span.time {
  font-size: 18px;
  line-height: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}
.dayview .programming ul li h3 {
  padding: 8px 0 0 0;
  margin: 0 0 5px 9px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /*border-bottom: 1px dotted #E6E7E8;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dayview .programming ul li h3 > em {
  color: #0e3f99;
  position: relative;
  left: -10px;
  margin-right: -10px;
}
.dayview .programming ul li div.synopsis {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .dayview .programming ul li .timeslot {
    width: 100px;
  }
  .dayview .programming ul li h3 > em {
    left: -11px;
  }
}

.dayview .highlights {
}
.dayview .highlights .now {
  position: relative;
  margin-bottom: 30px;
}
.dayview .highlights .now > a {
  display: block;
}
.dayview .highlights .now > h3.title {
  position: absolute;
  bottom: 60px;
  left: 0px;
  display: inline-block;
  margin: 0;
  color: #fff;
  max-width: 90%;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  text-transform: none;
  background: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  line-height: 20px;
}
.dayview .highlights .now > h3.title > a {
  padding: 7px 14px;
  display: block;
  color: #fff;
}
.dayview .highlights .now > .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  color: #222;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.dayview .highlights .now .overlay .timeslot {
  float: left;
  display: inline-block;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 130px;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}
.dayview .highlights .now .overlay .timeslot > em {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
.dayview .highlights .now .overlay .timeslot > span {
  display: block;
}
.dayview .highlights .now .overlay .timeslot > span.time {
  font-size: 18px;
  line-height: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
.dayview .highlights .now .overlay h3 {
  padding: 5px 5px 5px 0;
  margin: 0 0 5px 10px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}
.dayview .highlights .now .overlay div.synopsis {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .dayview .highlights .now .overlay .timeslot {
    width: 100px;
  }
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.dayview .carousel-control {
  background-image: none;
}
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.dayview .highlights .highlight {
  position: relative;
  margin-bottom: 30px;
}
.dayview .highlights .highlight > h3.title {
  position: absolute;
  bottom: 60px;
  left: 0px;
  display: inline-block;
  padding: 7px 14px;
  margin: 0;
  color: #fff;
  max-width: 90%;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  text-transform: none;
  background: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  line-height: 20px;
}
.dayview .highlights .highlight .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  color: #222;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.dayview .highlights .highlight .overlay .timeslot {
  float: left;
  display: inline-block;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 130px;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}
.dayview .highlights .highlight .overlay .timeslot > em {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
.dayview .highlights .highlight .overlay .timeslot > span {
  display: block;
}
.dayview .highlights .highlight .overlay .timeslot > span.time {
  font-size: 18px;
  line-height: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
.dayview .highlights .highlight .overlay h3 {
  padding: 5px 5px 5px 0;
  margin: 0 0 5px 10px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}
.dayview .highlights .highlight .overlay div.synopsis {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .dayview .highlights .highlight .overlay .timeslot {
    width: 100px;
  }
}

.dayview .highlights .featured {
  position: relative;
  margin-bottom: 30px;
  padding: 0 !important;
  text-align: left !important;
}
.dayview .highlights .featured > h3.title {
  position: absolute;
  bottom: 60px;
  left: 0px;
  display: inline-block;
  padding: 7px 14px;
  margin: 0;
  color: #fff;
  max-width: 90%;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  text-transform: none;
  background: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  line-height: 20px;
}
.dayview .highlights .featured .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  color: #222;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.dayview .highlights .featured .overlay .timeslot {
  float: left;
  display: inline-block;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 130px;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}
.dayview .highlights .featured .overlay .timeslot > em {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
.dayview .highlights .featured .overlay .timeslot > span {
  display: block;
}
.dayview .highlights .featured .overlay .timeslot > span.time {
  font-size: 18px;
  line-height: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
.dayview .highlights .featured .overlay h3 {
  padding: 5px 5px 5px 0;
  margin: 0 0 5px 10px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}
.dayview .highlights .featured .overlay div.synopsis {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .dayview .highlights .featured .overlay .timeslot {
    width: 100px;
  }
}

/***************************/

.content .give .give-block {
  margin-bottom: 28px;
}
.content .give .give-block h3 {
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 55px;
  font-size: 20px;
  padding: 0;
  margin: 0;

  background: #192c54;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, 2B4880),
    color-stop(100%, #192c54)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: radial-gradient(ellipse at center, 2B4880 0%, #192c54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='2B4880', endColorstr='#192C54', GradientType=1 );

  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.content .give .give-block.disabled h3 {
  background: rgb(200, 200, 200);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(200, 200, 200, 0.75) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(200, 200, 200, 0.75)),
    color-stop(100%, rgba(200, 200, 200, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(200, 200, 200, 0.75) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(200, 200, 200, 0.75) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(200, 200, 200, 0.75) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(200, 200, 200, 0.75) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1 );
}
.content .give .give-block .info {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 20px;
  text-align: center;
}
.content .give .give-block.disabled .info {
  color: #aaa;
  background: #f1f1f1;
}
.content .give .give-block.disabled .info a {
  color: #aaa;
}

.content .video-block {
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-bottom: 28px;
}
.content .video-block .info,
.content .video-block .live-streaming {
  padding: 30px 30px 20px 0;
}
.content .video-block .info h3,
.content .video-block .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
}
.content .video-block .info p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .content .video-block .info,
  .content .video-block .live-streaming {
    padding: 20px;
  }
}
.content .video-block .live-streaming h3 {
  margin: 0 0 14px 0;
  color: #333;
}
.content .video-block .live-streaming h3 > span {
  font-weight: bold;
}

.content .schedule-table {
  width: 100%;
  height: 540px;
  margin-bottom: 28px;
}
.content .schedule-table .columns {
  width: 100%;
  height: 540px;
  position: relative;
  padding: 0 60px;
}
.content .schedule-table .columns .overlay {
  display: none;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background-color: #d0d0d0;
  background: rgba(208, 208, 208, 0.75) url(../images/ajax-loader.gif) 50% 50%
    no-repeat;
}
.content .schedule-table .columns .ajax-controls {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.content .schedule-table .columns .ajax-controls > div {
  float: left;
  width: 50%;
  height: 60px;
}
.content .schedule-table .columns .ajax-controls > div.prev-week {
  text-align: left;
}
.content .schedule-table .columns .ajax-controls > div.next-week {
  text-align: right;
}
.content .schedule-table .columns .ajax-controls > div > span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-transform: uppercase;
  /*font-size: 12px;*/
}

.content .schedule-table .column-1 {
  position: absolute;
  height: 480px;
  width: 60px;
  top: 0;
  left: 0;
}
.content .schedule-table .column-2 {
  position: absolute;
  height: 480px;
  width: 60px;
  top: 0;
  right: 0;
}
.content .schedule-table .column-1 ul,
.content .schedule-table .column-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .schedule-table .column-1 ul > li,
.content .schedule-table .column-2 ul > li {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.content .schedule-table .column-1 ul > li:first-child,
.content .schedule-table .column-2 ul > li:first-child {
  height: 60px;
}
.content .schedule-table .column-1 ul > li > span,
.content .schedule-table .column-2 ul > li > span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
}
.content .schedule-table .column-1 ul > li > span.scroll-prev em,
.content .schedule-table .column-2 ul > li > span.scroll-next em {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  z-index: 999;
  cursor: pointer;
}
.content .schedule-table .column-1 ul > li > span.day,
.content .schedule-table .column-2 ul > li > span.day {
  color: #222;
  border: 1px solid #fff;
  border-bottom: none;
  line-height: 12px;

  background: #eee;
}
.content .schedule-table .column-1 ul > li:last-child > span.day,
.content .schedule-table .column-2 ul > li:last-child > span.day {
  border-bottom: 1px solid #fff;
}
.content .schedule-table .column-1 ul > li > span.day > span,
.content .schedule-table .column-2 ul > li > span.day > span {
  display: block;
  text-transform: none;
}
.content .schedule-table .column-1 ul > li > span.day > span.weekday,
.content .schedule-table .column-2 ul > li > span.day > span.weekday {
  /*font-size: 12px;*/
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.content .schedule-table .column-1 ul > li > span.day > span.date,
.content .schedule-table .column-2 ul > li > span.day > span.date {
  color: #222;
  font-size: 12px;
  text-transform: uppercase;
}

.content .schedule-table .column-3 {
  height: 480px;
  width: 100%;
  overflow: hidden;
}
.content .schedule-table .column-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 14400px;
  height: 60px;
}
.content .schedule-table .column-3 ul li {
  float: left;
  display: inline-block;
}
.content .schedule-table .column-3 ul.times li {
  width: 600px;
  color: #222;
  height: 60px;
  line-height: 60px;
  padding-left: 28px;
  font-size: 16px;
  border: 1px solid #fff;
  border-right: none;

  background: #eee;

  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.content .schedule-table .column-3 ul.times li:last-child {
  border: 1px solid #fff;
}

.content .schedule-table .column-3 ul.programs li {
  background: #fff;
  border-bottom: none;
  border-right: none;
  height: 60px;
}
.content .schedule-table .column-3 ul.programs li.tbnuk-live-stream {
  cursor: pointer;
  background: #ff2525;
  color: #fff;
}
.content .schedule-table .column-3 ul.programs li.tbnuk-live-stream p.live {
  text-align: right;
  text-transform: uppercase;
}

.content .schedule-table .column-3 ul.programs li .meta,
.content .schedule-table .column-3 ul.programs li .data {
  float: left;
  height: 60px;
}
.content .schedule-table .column-3 ul.programs li .data .info {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.content
  .schedule-table
  .column-3
  ul.programs
  li.tbnuk-live-stream
  .data
  .info {
  border-right: 1px solid #ff2525;
  border-bottom: 1px solid #ff2525;
}
.content .schedule-table .column-3 ul.programs li .data .info p {
  padding: 2px 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  font-size: 12px;
  text-align: left;
  padding-left: 4px;
}
.content .schedule-table .column-3 ul.programs li .data .info p strong {
  text-transform: uppercase;
}

.content .schedule-table .column-3 ul.programs li .thumb {
  position: relative;
  border-right: 1px solid #fff;
}
.content .schedule-table .column-3 ul.programs li.tbnuk-live-stream .thumb {
  border-right: 1px solid #ff2525;
}
.content .schedule-table .column-3 ul.programs li .thumb > span {
  color: #fff;
  text-shadow: 0px 0px 2px #000;
  position: absolute;
  left: 2px;
  top: 0;
}
.content .schedule-table .column-3 ul.programs li .thumb > em {
  color: #fff;
  text-shadow: 0px 0px 2px #000;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.content .schedule-table .column-3 ul.programs li .time {
  background: #eee;
  color: #222;
  font-size: 12px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #fff;
}
.content .schedule-table .column-3 ul.programs li.tbnuk-live-stream .time {
  border-right: 1px solid #ff2525;

  background: #ff2525;
  color: #fff;
}

.content .schedule.page .schedule .thumb {
  position: relative;
}
.content .block .empty,
.content .schedule.page .empty {
  margin-bottom: 28px;
  background: #f1f1f1;
  border: 1px solid #d0d0d0;
  padding: 20px 10px;
}
.content .schedule.page .schedule .thumb > span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
.content .schedule.page .schedule .info {
  padding: 20px;
  color: #222;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top: none;
}
.content .schedule.page .schedule .info h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  color: #222;
}
.content .schedule.page .schedule .info p {
  padding: 0;
  margin: 0 0 10px 0;
}
.content .schedule.page .schedule .info div.times ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .schedule.page .schedule .info div.times ul li {
  float: left;
  margin: 2px 4px 2px 0;
  padding: 7px;
  color: #222;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
  font-size: 12px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .content .schedule.page .schedule .thumb > span {
    padding: 7px 10px;
  }
  .content .schedule.page .schedule .info div.times ul li {
    float: none;
    margin: 0 0 4px 0;
    padding: 0 0 4px 7px;
    border: none;
    border-bottom: 1px dotted #d0d0d0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .content .schedule.page .schedule .info div.times ul li:last-child {
    border-bottom: none;
  }
}
.content .schedule-control {
  float: right;
}
.content .schedule-control .btn {
  text-transform: uppercase;
  font-size: 12px;
}
.content .schedule-control .btn.btn-danger {
  border: 1px solid #d0d0d0;
  background: #192c54;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, 2B4880),
    color-stop(100%, #192c54)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: radial-gradient(ellipse at center, 2B4880 0%, #192c54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='2B4880', endColorstr='#192C54', GradientType=1 );
}
.content .schedule-control .btn span {
  margin-left: 7px;
}
@media screen and (max-width: 480px) {
  .content .schedule-control {
    float: none;
    margin-bottom: 28px;
  }
}

.content .full-schedule .schedule {
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-bottom: 28px;
  color: #7e8c8d;
}
.content .full-schedule .schedule .meta {
  background: #8f0100 !important;
  display: block;
}
.content .full-schedule .schedule .square {
  display: block;
  width: 50%;
  float: right;
}
.content .full-schedule .schedule .time {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 12px;
  padding-top: 10px;
}
.content .full-schedule .schedule .time .hour {
  font-size: 14px;
}
.content .full-schedule .schedule .time .meridiem {
  font-size: 16px;
}
.content .full-schedule .schedule .info {
  padding: 10px 10px 0 0;
  text-align: center;
  line-height: 12px;
}

.program-cover {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100% !important;
  height: auto;
}

.content .block .program {
  cursor: pointer;
}
.content .block .program > .has-overlay > img {
  opacity: 1;
  transition: all 0.1s linear;
}
.content .block .program:hover > .has-overlay > img {
  opacity: 0.75;
}

.content .block .program > div.info {
  padding: 25px 30px 0 30px;
  background: #fff;
  color: #5b5b5b;
  border: 1px solid #d0d0d0;
  border-top: none;
  margin-bottom: 30px;
}
.content .block .program > div.info > .equal-height {
  height: 126px; /* 129 / 137 / 187 */
  overflow: hidden;
  position: relative;
}
.content .block .program > div.info > .equal-height > .overlay {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: #fff;

  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.content .block .program > div h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.content .block .program:hover > div h3 {
  color: #0e3f99;
}
.content .block .program > div h3 span {
  text-transform: capitalize;
}
.content .block .program > div p {
  padding: 0;
  margin: 0;
}
.content .block .program > .has-overlay {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #0e3f99;
  overflow: hidden;
}
.content .block .program > .has-overlay > span.overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 21px;
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.content .block .program > .has-overlay > span.overlay > span {
  display: inline-block;
}
.content .block .program > .has-overlay > span.overlay > span.day,
.content .block .program > .has-overlay > span.overlay > span.time {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.content .block .program > .has-overlay > span.overlay > span.time small {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.content .block .schedule > h3 {
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  padding: 0 14px;
  border: 1px solid #e1e1e1;
  text-transform: none;

  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0 );

  -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;
}
.content .block .schedule > h3 > .fa-caret-left {
  float: left;
  height: 48px;
  line-height: 50px;
}
.content .block .schedule > h3 > .fa-caret-right {
  float: right;
  height: 48px;
  line-height: 50px;
}
.content .block .download {
  border: 1px solid #e1e1e1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;

  background: #fff;
}
.content .block .download.disabled {
  border: 1px solid #e1e1e1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 28px;

  background: #fff;
}
.content .block .download a {
  text-transform: uppercase;
  font-size: 12px;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  display: block;
  height: 30px;
  line-height: 30px;
}
.content .block .scroller-wrap > ul {
  list-style: none;
  max-height: 302px; /*182px;*/ /*272px;*/
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-bottom: none;

  background: #fff;
}
.content .block .scroller-wrap > ul > li {
  display: block;
  border-top: 1px solid #e1e1e1;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;

  background: #f7f7f7;
}
.content .block .scroller-wrap > ul > li.alt {
  background: #fff;
}
.content .block .scroller-wrap > ul > li:first-child {
  border-top: none;
}
.content .block .scroller-wrap > ul > li .time {
  margin-right: 7px;
}
.content .block .scroller-wrap > ul > li .program {
}
.content .block .scroller-wrap > ul > li > a {
  display: block;
  color: #222;
}
.content .block .scroller-wrap > ul > li span.on-air,
.content .block .scroller-wrap > ul > li > a a {
  display: inline-block;
  color: #222;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.content .block .scroller-wrap {
  position: relative;
}
.content .block .scroller-wrap > .overlay a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.75) url(../images/play-button-polska.png)
    50% 50% no-repeat;
  border: 1px solid #d0d0d0;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 480px) {
  .content .block .scroller-wrap > .overlay a {
    /*display: block;*/
  }
}

.content .video-block .live-streaming > hr {
  display: block;
  height: 0;
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #d0d0d0;
}
.content .video-block .live-schedule > h3 {
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  padding: 0 14px;
  border: 1px solid #acacac;
  color: #777;

  background: rgba(236, 236, 236, 1);
  background: -moz-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(236, 236, 236, 1)),
    color-stop(100%, rgba(225, 225, 225, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e1e1e1', GradientType=0 );

  -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;
}
.content .video-block .live-schedule > h3 > span {
  font-weight: normal;
}
.content .video-block .live-schedule > h3 > span > strong {
  font-weight: bold;
}
.content .video-block .live-schedule > h3 > .fa-caret-left {
  float: left;
  height: 48px;
  line-height: 50px;
  color: #777;
}
.content .video-block .live-schedule > h3 > .fa-caret-right {
  float: right;
  height: 48px;
  line-height: 50px;
  color: #777;
}
.content .video-block .live-schedule .scroller-wrap > ul {
  list-style: none;
  max-height: 212px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 15px 0;
  border: 1px solid #d0d0d0;
  -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;
}
.content .video-block .live-schedule .scroller-wrap > ul > li {
  display: block;
  border-top: 1px solid #d0d0d0;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #e1e1e1;
}
.content .video-block .live-schedule .scroller-wrap > ul > li.alt {
  background: #ececec;
}
.content .video-block .live-schedule .scroller-wrap > ul > li:first-child {
  border-top: none;
}
.content .video-block .live-schedule .scroller-wrap > ul > li .time {
  margin-right: 7px;
}
.content .video-block .live-schedule .scroller-wrap > ul > li .program {
}
.content .video-block .live-schedule .scroller-wrap > ul > li a {
  display: inline-block;
  color: #0178d4;
  font-size: 10px;
  text-transform: uppercase;
}
.content .video-block .live-schedule .scroller-wrap {
  position: relative;
}
.content .video-block .live-schedule .scroller-wrap > .overlay a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.75) url(../images/play-button-polska.png)
    50% 50% no-repeat;
  border: 1px solid #d0d0d0;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 480px) {
  .content .video-block .live-schedule .scroller-wrap > .overlay a {
    /*display: block;*/
  }
}

.content .block .donate-now {
  border: 1px solid #c5c5c5;
  text-align: center;
  color: #222;
  padding: 10px;
  margin-bottom: 22px;
}
.content .block .donate-now a {
  color: #222;
}
.content .block .donate-now a:hover {
  text-decoration: none;
}
.content .block .donate-now h3 {
  padding: 0;
  margin: 0 0 5px 0;
  font-family: "Montserrat-UltraLight";
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 20px;
}
.content .block .donate-now p {
  padding: 0;
  margin: 0;
}
.content .block .donate-now p > em {
  color: #ff2525;
}

.content .block .item .cover a {
  display: block;
  position: relative;
  text-align: center;
  background: #0e3f99;
}
.content .block .item .cover a > img {
  opacity: 1;
  transition: all 0.2s linear;
}
.content .block .item .cover a:hover > img {
  opacity: 0.75;
}
.content .block .video .cover a .overlay {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../images/play-button-polska.png?v=3);
  background-position: -0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 99;
}
.content .block .video .cover a:hover .overlay {
  background-position: -64px 0;
}
.content .tbnplay .video .cover a .overlay {
  /*background-image: url(../images/play-button-polska-alt.png);*/
}
.content .block .item .info {
  position: relative;
  padding: 50px 30px 0 30px;
  background: #fff;
  color: #222;
  border: 1px solid #d0d0d0;
  border-top: none;
  margin-bottom: 28px;
  z-index: 89;
}

.content .tbnnews .item .info {
  padding: 30px 30px 0 30px;
}

.content .tbnplay .item .info h3 a {
  color: #ff2525 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
}
.content .tbnplay .item .info h3 a:hover {
  color: #ff2525 !important;
  text-decoration: none;
}
.content .tbnplay .block-title {
  line-height: 36px;
  margin-bottom: 27px;
}
.content .tbnplay .block-title > span {
  display: inline-block;
  color: #ff2525 !important;
  font-style: italic;
  font-weight: 700;
}

.content .block .item .info h3 a {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
}
.content .block .item .info h3 a:hover {
  color: #333;
  text-decoration: none;
}

.content .block .item .info h4 a {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}
.content .block .item .info h4 a:hover {
  color: #333;
  text-decoration: none;
}
.content .block .item .info > div.overlay {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: #fff;

  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.content .block .item .info h3,
.content .block .item .info h4,
.content .block .item .info p {
  padding: 0;
  margin: 0;
}
.content .block .item .info h3 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.content .block .item .info h4 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  transition: all 0.2s linear;
}
.content .block .item:hover .info h4 {
  color: #cab570;
}
.content .block .item .info .equal-height {
  height: 140px;
  overflow: hidden;
}

.content .tbnprogramy .item .info h4 {
  text-transform: uppercase;
  font-size: 13px;
}
.content .tbnprogramy .item .info h3 {
  color: #717171;
}

.content .twitter .tweet .bubble {
  background: #e2e2e2;
  border: 1px solid #cacaca;
  padding: 14px;
  position: relative;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .twitter .tweet .bubble p {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.content .twitter .tweet .bubble p a {
}
.content .twitter .tweet .bubble .bubble-caret {
  position: absolute;
  bottom: -35px;
  width: 29px;
  height: 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.content .twitter .tweet .bubble .bubble-caret-right {
  background-image: url(../images/bubble-caret-right.png);
  right: 20px;
}
.content .twitter .tweet .bubble .bubble-caret-left {
  background-image: url(../images/bubble-caret-left.png);
  left: 20px;
}
.content .twitter .tweet .author {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content .twitter .tweet .author-right {
  padding-right: 55px;
  text-align: right;
}
.content .twitter .tweet .author-left {
  padding-left: 55px;
  text-align: left;
}
.content .twitter .tweet .author a {
  color: #5b5b5b;
}
.content .twitter .tweet .author img {
}

.content .block .testimony {
  margin-bottom: 28px;
  padding: 10px 5px;
  border: 1px solid #d1d0d6;

  background: #efedee;
  background: -moz-linear-gradient(
    -45deg,
    #efedee 0%,
    #f6f6f6 47%,
    #d1d0d6 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #efedee),
    color-stop(47%, #f6f6f6),
    color-stop(100%, #d1d0d6)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #efedee 0%,
    #f6f6f6 47%,
    #d1d0d6 100%
  );
  background: -o-linear-gradient(-45deg, #efedee 0%, #f6f6f6 47%, #d1d0d6 100%);
  background: -ms-linear-gradient(
    -45deg,
    #efedee 0%,
    #f6f6f6 47%,
    #d1d0d6 100%
  );
  background: linear-gradient(135deg, #efedee 0%, #f6f6f6 47%, #d1d0d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efedee', endColorstr='#d1d0d6', GradientType=1 );

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .block .testimony-tweet {
  padding: 0;
  background: transparent;
  border: none;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content .block .testimony h4 {
  padding: 0;
  margin: 0 0 10px 3px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .page .block .testimony h4 {
  white-space: normal;
  /*overflow: auto;*/
  text-overflow: none;
}
.content .block .testimony h4 a {
  color: #222;
  display: inline-block;
  margin: 5px 0;
}
.content .block .testimony .bubble {
  border: 1px solid #fff;
  padding: 20px 10px 0 20px;
  position: relative;

  background: #fff;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .page .block .testimony .bubble {
  padding: 20px;
  color: #222;
  background: #fff;
}
.content .block .testimony .bubble .equal-height {
  height: 160px;
  position: relative;
  overflow: hidden;
}
.content .block .testimony .bubble .equal-height .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.content .block .testimony .bubble p {
  padding: 0;
  margin: 0;
}
.content .block .testimony .bubble p a {
  color: #fff;
}
.content .block .testimony .bubble .bubble-caret {
  position: absolute;
  bottom: -32px;
  width: 28px;
  height: 32px;
  background-image: url(../images/bubble-caret-right-testimony-polska.png);
  right: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.content .block .testimony .author {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 54px;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #222;
}
.content .block .testimony .author span {
  display: inline-block;
  padding-top: 7px;
  color: #222;
}
.content .block .testimony .author img {
  border: 1px solid #222;
  float: right;
  margin: 0 0 0 7px;
}

.content .block .partner > a {
  display: block;
  margin-bottom: 28px;
  padding: 0 10px;
  min-height: 65px;
  color: #fff;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.content .block .partner-a > a {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  line-height: 26px;
  padding-top: 7px;
  text-transform: uppercase;
  background: #192c54;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, 2B4880),
    color-stop(100%, #192c54)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    2B4880 0%,
    #192c54 100%
  );
  background: radial-gradient(ellipse at center, 2B4880 0%, #192c54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='2B4880', endColorstr='#192C54', GradientType=1 );
}
.content .block .partner-a > a span {
  display: block;
  font-size: 30px;
  font-family: "Montserrat-UltraLight";
  text-transform: uppercase;
}

.content .block .partner-b > a {
  font-family: "Montserrat-Regular";
  font-size: 30px;
  line-height: 26px;
  padding-top: 7px;
  text-transform: uppercase;
  background: #8f0100;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #d10101 0%,
    #8f0100 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #d10101),
    color-stop(100%, #8f0100)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #d10101 0%,
    #8f0100 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #d10101 0%,
    #8f0100 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #d10101 0%,
    #8f0100 100%
  );
  background: radial-gradient(ellipse at center, #d10101 0%, #8f0100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D10101', endColorstr='#8F0100', GradientType=1 );
}
.content .block .partner-b > a span {
  display: block;
  font-size: 30px;
  font-family: "Montserrat-UltraLight";
  text-transform: uppercase;
}

.content .block .partner-c > a {
  font-family: "Parisienne", cursive;
  text-transform: capitalize !important;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 36px;
  line-height: 32px;
  padding-top: 21px;
  text-transform: uppercase;
  background: rgb(10, 164, 188);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(10, 164, 188, 1) 0%,
    rgba(1, 137, 158, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(10, 164, 188, 1)),
    color-stop(100%, rgba(1, 137, 158, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(10, 164, 188, 1) 0%,
    rgba(1, 137, 158, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(10, 164, 188, 1) 0%,
    rgba(1, 137, 158, 1) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(10, 164, 188, 1) 0%,
    rgba(1, 137, 158, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(10, 164, 188, 1) 0%,
    rgba(1, 137, 158, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa4bc', endColorstr='#01899e', GradientType=1 );
}

.content .c2a {
  margin-bottom: 30px;
}
.content .c2a .tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.content .c2a .tbl .tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.content .c2a .bubble {
  position: relative;
  width: 100%;
  height: auto;
  padding: 14px 29px 0 29px;
  border-radius: 0px;
  border: #f2f2f2 solid 1px;

  background: #f2f2f2;
}
.content .c2a .bubble p {
  padding: 0 !important;
  margin: 0 0 14px 0 !important;
  color: #ff2525;
}
@media (max-width: 991px) {
  .content .c2a .tbl {
    margin-top: 40px;
  }
  .content .c2a .bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 30px 15px 0;
    border-color: #f2f2f2 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    bottom: -30px;
    left: 50%;
  }
  .content .c2a .bubble:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 30px 15px 0;
    border-color: #f2f2f2 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -15px;
    bottom: -31px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .content .c2a .bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent #f2f2f2;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -15px;
    right: -30px;
    top: 50%;
  }

  .content .c2a .bubble:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent #f2f2f2;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -15px;
    right: -31px;
    top: 50%;
  }
}

.content .subscribe {
  margin-bottom: 28px;
  padding-left: 25px;
}
.content .subscribe form > label {
  text-transform: uppercase;
}

.content .mytbn {
  margin-left: 0px;
}
.content .mytbn .item {
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-bottom: 28px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .mytbn .item > .item-footer {
  text-transform: none;
  font-size: 13px;
  text-align: right;
  padding: 14px 0 7px 0;
  margin: 0;
  border-top: 1px solid #d0d0d0;
}
.content .mytbn .item h4 {
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #d0d0d0;
}

.content .mytbn .profile {
  position: relative;
  margin-bottom: 28px;
}
.content .mytbn .profile .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #8f0100;
  background: rgba(27, 91, 168, 0.5);
  color: #fff;
  text-transform: uppercase;
}

.mytbn-ukced {
  background: #d0d0d0;
  padding: 60px 0;
}
.call2action {
  float: right;
}
table .tbl-action {
  text-align: right;
}
.ui-datepicker select {
  color: #454545;
}
@media (max-width: 767px) {
  .call2action {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
  table .tbl-action {
    text-align: left;
  }
}

.content .mytbn.login .tbl {
  display: table;
  width: 100%;
  height: 200px;
}
.content .mytbn.login .tbl .tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: right;
  vertical-align: top;
  padding: 30px 0;
}
.content .mytbn.login .tbl.or .tbl-cell {
  text-align: center;
}

.content .mytbn.login .or span {
  display: inline-block;
  width: 0px;
  height: 30px;
  border-right: 1px solid #d0d0d0;
  margin-bottom: -5px;
  padding: 0;
}
.content .mytbn.login .or strong {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d0d0d0;
  margin: 10px auto;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content .mytbn.login .tbl .tbl-cell form {
  margin-right: 0px;
}

.content .mytbn.password .item form {
  text-align: right;
  margin: 60px 30px;
}

.content .mytbn.register .item form {
  text-align: right;
  margin: 0;
}
.content .mytbn.register .item form > hr {
  margin: 20px 0 10px 0;
  border-top: 1px solid #d0d0d0;
}

@media (max-width: 767px) {
  .content .mytbn.login .tbl {
    height: auto;
  }
  .content .mytbn .tbl .tbl-cell {
    text-align: center !important;
    padding: 30px 0 !important;
  }
  .content .mytbn.login .or span {
    display: inline-block;
    width: 30%;
    height: 5px;
    border-top: 1px solid #d0d0d0;
    border-right: none;
    margin: 0 5px !important;
    padding: 0;
  }
  .content .mytbn.login .or strong {
    display: inline-block;
    margin: 0 auto;
  }
  .content .mytbn.register .item form {
    text-align: left;
    margin: 0;
  }
  .content .mytbn.login .tbl .tbl-cell form {
    text-align: left;
    margin-right: 0;
  }
  .content .mytbn.password .item form {
    text-align: left;
    margin: 60px 10px;
  }
}

.content .mytbn form img.giftaid {
  border: 1px solid #d0d0d0;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.content .mytbn-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d0d0;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.content .mytbn-nav ul li {
  border-bottom: 1px solid #d0d0d0;
}
.content .mytbn-nav ul li:last-child {
  border-bottom: none;
}
.content .mytbn-nav ul li > a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .content .mytbn-nav .item:first-child {
    margin-top: 28px;
  }
}

form .has-error .input-group-addon {
  color: #fff !important;
}

.content .mytbn .ced-event-form {
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 10px 20px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.content .mytbn .ced-preview {
  position: relative;
  padding-top: 10%;
  color: #0a2c69;
  /*text-shadow: 1px 1px 2px #000;*/
  margin-bottom: 28px;

  background-image: url(../images/ced/ced-preview.jpg);
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content .mytbn .ced-preview > img {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.content .mytbn .ced-preview > span {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.content .mytbn .ced-preview > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,.75);*/
  z-index: 1;
}
.content .mytbn .ced-preview > .above-overlay {
  position: relative;
  margin-right: 25.16666666666667%;
  padding: 0 60px;
  z-index: 99;
}
.content .mytbn .ced-preview > .above-overlay .org,
.content .mytbn .ced-preview > .above-overlay .event {
  font-size: 1.8em;
  /*letter-spacing: 1px;*/
  text-transform: uppercase;
  line-height: 1em;
}
.content .mytbn .ced-preview > .above-overlay .event {
  font-size: 3em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif, sans-serif;
  font-weight: 900;
}
.content .mytbn .ced-preview > .above-overlay .date {
  font-size: 1.2em;
  letter-spacing: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  margin: 30px 0;
}
.content .mytbn .ced-preview > .above-overlay .text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}
.content .mytbn .ced-preview > .above-overlay .contact {
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .content .mytbn .ced-preview > .above-overlay .event {
    font-size: 2.4em;
  }
  .content .mytbn .ced-preview > .above-overlay .org {
    font-size: 1.4em;
  }
  .content .mytbn .ced-preview > .above-overlay .date {
    font-size: 1em;
    margin: 20px 0;
  }
  .content .mytbn .ced-preview > .above-overlay .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .content .mytbn .ced-preview > .above-overlay .contact {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .content .mytbn .ced-preview > .above-overlay {
    padding: 0 20px;
  }
  .content .mytbn .ced-preview > .above-overlay .event {
    font-size: 1.2em;
  }
  .content .mytbn .ced-preview > .above-overlay .org {
    font-size: 1em;
  }
  .content .mytbn .ced-preview > .above-overlay .date {
    font-size: 0.8em;
    margin: 10px 0;
  }
  .content .mytbn .ced-preview > .above-overlay .text {
    font-size: 10px;
    margin-top: 5px;
  }
  .content .mytbn .ced-preview > .above-overlay .contact {
    font-size: 10px;
  }
}

.content .mytbn .ced .table-responsive h5 {
  padding: 0;
  margin: 0;
}

.content .promo-video {
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-bottom: 28px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .promo-video h4 {
  padding: 0;
  margin: 0 0 10px 0;
}

.content .top-five > h3 {
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  padding: 0 14px;
  border: 1px solid #acacac;
  color: #8f0100;

  background: rgba(236, 236, 236, 1);
  background: -moz-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(236, 236, 236, 1)),
    color-stop(100%, rgba(225, 225, 225, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(236, 236, 236, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e1e1e1', GradientType=0 );

  -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;
}
.content .top-five > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  border: 1px solid #d0d0d0;
  -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;
}
.content .top-five > ul > li {
  display: block;
  border-top: 1px solid #d0d0d0;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  background: #ececec;
}
.content .top-five > ul > li:first-child {
  border-top: none;
}
.content .top-five > ul > li .number {
  margin-right: 20px;
}
.content .top-five > ul > li a {
  color: #5b5b5b;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .live-audience,
.content .share-story {
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-bottom: 28px;
}
.content .live-audience {
  padding: 20px;
}
.content .live-audience h3,
.content .share-story h3 {
  color: #222;
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 20px;
  font-weight: 400;
}
.content .live-audience form .form-group > textarea.form-control,
.content .share-story form .form-group > textarea.form-control {
  height: 132px;
}
.content .live-audience button.visible-xs-block,
.content .share-story button.visible-xs-block {
  margin-bottom: 20px;
}

.content .friends {
  margin-bottom: 28px;
}
.content .friends h3 {
  padding: 0;
  margin: 0;
  height: 50px;
  text-indent: -9999px;
  background: url(../images/friends.png) center center no-repeat;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .content .friends h3 {
    background: url(../images/friends-mobi.png) center center no-repeat;
  }
}
.content .friends a > img {
  margin-bottom: 10px;
}
.content .friends a.more-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.contact-page h3 {
  text-align: center;
}
.contact-page div.addr em,
.contact-page div.addr div {
  float: left;
}
.contact-page div.addr em {
  margin-top: 4px;
}
.contact-page div.addr div {
  padding-left: 3px;
}
.contact-page address {
  padding: 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.contact-page address h5 {
  padding: 0 0 7px 0;
  margin: 0 0 7px 0;
  text-align: left;
  border-bottom: 1px solid #d0d0d0;
  text-transform: none;
}

.content .share {
  text-align: right;
}
.content .share .share-caption {
  font-size: 12px;
  padding-bottom: 7px;
  padding-right: 5px;
}

.content article.static {
  padding: 35px;
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767px) {
  .content article.static {
    padding-left: 20px;
  }
}

.content article.static img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.content article.static a {
  color: #d71961;
}
.content article.static a:hover {
  text-decoration: underline;
}
.content .text-block {
  padding: 0px;
  background: #fff;
  border: none;
  margin-bottom: 30px;
}
.content .text-block .html i,
.content .text-block .html em {
  font-family: "Montserrat-UltraLight";
  font-style: normal;
}
.content .text-block .html i strong,
.content .text-block .html em strong {
  font-weight: normal;
}
.content article.static h3,
.content article.static h4 {
  padding: 0;
  margin: 1em 0 0.5em 0;
  font-family: Lato;
  font-weight: 300;
}
.content article.static h2 {
  padding: 0;
  margin: 1em 0;
}
.content .text-block .image-wrapper {
  background: #ff2525; /*url(../images/carousel-border.jpg);*/
  padding-bottom: 5px;
  margin-bottom: 28px;
}
.content .text-block .image-wrapper img {
  background: #d0d0d0;
}
.content .text-block .image-wrapper > span {
  display: block;
  position: relative;
}
.content .text-block .image-wrapper > span > span {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 14px 7px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  border-top: 10px solid rgba(255, 255, 255, 0.5);
}

.content .search #results {
  margin-bottom: 28px;
}

.content blockquote {
  position: relative;
  color: #454545;
  border: none;
  padding: 0.5em 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  min-height: 60px;
  padding-left: 80px;
}
.content blockquote b,
.content blockquote strong {
  font-family: "Montserrat-Regular";
}
.content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;

  color: #454545;
  background: #fff;
  font-size: 18px;
  position: absolute;
  top: 0.5em;
  left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .content blockquote:before {
    top: 10px;
  }
}

.content .give .donate-form {
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d0d0d0;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .give .donate-form h4 {
  text-align: left;
  margin: 1.5em 0 0.75em 0;
}
.content .give .side-block {
  margin-bottom: 28px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d0d0d0;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content .give .partner {
  margin-bottom: 10px !important;
}
.content .give .partner-c {
  margin-bottom: 0 !important;
}
.donate-form .has-error .input-group-addon {
  color: #fff !important;
}

.payment-container {
  position: relative;
  padding-bottom: 600px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background: #d0d0d0 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}
.payment-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background: #d0d0d0 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}
.live-stream .video-container {
  /*padding-bottom: 56%;*/
  padding-top: 0px;
  margin: 0;
  background-color: #fff;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal,
.audio-modal {
  background: rgba(0, 0, 0, 0.5);
}
.video-modal .modal-footer p,
.audio-modal .modal-footer p {
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.video-modal .modal-footer p > span,
.video-modal .modal-footer p > a,
.audio-modal .modal-footer p > span,
.audio-modal .modal-footer p > a {
  float: left;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  color: #d1d2d4;
}
.video-modal .modal-footer p > span,
.audio-modal .modal-footer p > span {
  text-transform: uppercase;
  margin-right: 10px;
}

.video-modal.fade .modal-dialog,
.audio-modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.video-modal.in .modal-dialog,
.audio-modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.video-modal button.close {
  display: none;
}
.video-modal .modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.video-modal .modal-title {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.video-modal .modal-title span {
  display: block;
  font-weight: bold;
}
.video-modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0px;
}
.video-modal .modal-header {
  border-bottom: 0px;
}
.video-modal .modal-body {
  padding: 0;
  border: 10px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.video-modal article,
.video-modal form {
  padding: 20px;
  margin-bottom: 0;

  background: #efedee;
  background: -moz-linear-gradient(
    -45deg,
    #efedee 0%,
    #f6f6f6 47%,
    #d1d0d6 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #efedee),
    color-stop(47%, #f6f6f6),
    color-stop(100%, #d1d0d6)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #efedee 0%,
    #f6f6f6 47%,
    #d1d0d6 100%
  );
  background: -o-linear-gradient(-45deg, #efedee 0%, #f6f6f6 47%, #d1d0d6 100%);
  background: -ms-linear-gradient(
    -45deg,
    #efedee 0%,
    #f6f6f6 47%,
    #d1d0d6 100%
  );
  background: linear-gradient(135deg, #efedee 0%, #f6f6f6 47%, #d1d0d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efedee', endColorstr='#d1d0d6', GradientType=1 );
}

.modal .live-schedule ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal .live-schedule ul li {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.modal .live-schedule ul li:last-child {
  border-bottom: none;
}
.modal .live-schedule ul li h3 {
  font-size: 14px;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.modal .live-schedule ul li p {
  padding: 5px 0 0 0;
  margin: 0;
}

.btn-link,
.btn-link.active,
.btn-link.disabled,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-link[disabled] {
  color: #cab570;
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background: #111;

  padding: 0 0 60px 0;
  color: #ccc;
  font-size: 12px;
}
footer .sep {
  height: 3px;
  margin-bottom: 65px;

  background: #d71961;
  background: -moz-linear-gradient(left, #b49d6b 0%, #d71961 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #b49d6b),
    color-stop(100%, #d71961)
  );
  background: -webkit-linear-gradient(left, #b49d6b 0%, #d71961 100%);
  background: -o-linear-gradient(left, #b49d6b 0%, #d71961 100%);
  background: -ms-linear-gradient(left, #b49d6b 0%, #d71961 100%);
  background: linear-gradient(to right, #b49d6b 0%, #d71961 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B49D6B', endColorstr='#D71961', GradientType=1 );
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #eee;
}

footer .menu nav ul {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
}
footer .menu nav ul li {
  float: left;
  margin-right: 14px;
  text-transform: uppercase;
}
footer .menu nav ul li a {
  text-decoration: none;
}

footer .legal nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .legal nav ul li {
  float: left;
  margin-right: 20px;
}
footer .legal nav ul li a {
  text-decoration: underline;
}
footer .legal,
footer .copyright {
  margin-bottom: 14px;
}
footer .credit {
  text-align: right;
}
footer .credit a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #777;
}

.hideit {
  opacity: 1;
}

.showit {
  opacity: 1;
}

/**
 * defaults
 * --------------------------------------------------
 */
.btn-normal {
  color: #808080;
  border-color: #e2e2e2 !important;
  text-transform: uppercase;
}
.btn-normal:hover,
.btn-normal:focus,
.btn-normal:active,
.btn-normal.active {
  background-color: #f1f1f1;
  border-color: #e2e2e2;
  color: #808080;
}
.btn-normal,
.btn-normal.disabled,
.btn-normal[disabled] {
  background-color: #e2e2e2;
}

.btn-primary {
  color: #fff;
  border-color: #8f0100 !important;
  text-transform: uppercase;

  background: #d10101;
  background: -moz-linear-gradient(top, #d10101 0%, #8f0100 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #d10101),
    color-stop(100%, #8f0100)
  );
  background: -webkit-linear-gradient(top, #d10101 0%, #8f0100 100%);
  background: -o-linear-gradient(top, #d10101 0%, #8f0100 100%);
  background: -ms-linear-gradient(top, #d10101 0%, #8f0100 100%);
  background: linear-gradient(to bottom, #d10101 0%, #8f0100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10101', endColorstr='#8F0100', GradientType=0 );
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #8f0100;
  border-color: #8f0100;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #2b4880 !important;
  border-color: #2b4880 !important;
  color: #fff;
}

/**
 * navbar
 * --------------------------------------------------
 */
.navbar-default {
  border: none;
  padding-top: 10px;

  background: transparent;

  color: #777;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar-default .navbar-btn.navbar-right {
  margin-right: 0px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-text {
    display: none;
  }
}
.navbar-default .navbar-form .btn-link,
.navbar-default .navbar-nav > li > a {
  color: #777 !important;
  border-bottom: 3px solid transparent;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 14px;
  margin-right: 14px;
}
.navbar-default .navbar-nav .navbar-text {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  color: #777;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  color: #000 !important;
  background: transparent !important;
  border-color: #0e3f99;
}
.navbar-default .navbar-nav > li.donate-link > a:hover,
.navbar-default .navbar-nav > li.donate-link > a:focus,
.navbar-default .navbar-nav > li.donate-link > a:active {
  border-color: transparent !important;
}
.navbar-default .navbar-nav .dropdown-menu {
  background: #cab570 !important;
  font-size: 12px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff !important;
}
.navbar-default .navbar-nav li.dropdown .caret {
  display: none;
}
.navbar-default .navbar-nav .dropdown-menu a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #fff !important;
}
.navbar-default .navbar-nav .dropdown-menu a:hover,
.navbar-default .navbar-nav .dropdown-menu a:active,
.navbar-default .navbar-nav .dropdown-menu a:focus {
  background: #111 !important;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.navbar-default .navbar-toggle {
  background: #fff;
  border-color: #777;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .FFF-toggle:focus {
  background: #fff;
  border-color: #777;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #cab570;
}

/* ==========================================================================
   Author's plugin styles
   ========================================================================== */

/*
 * jQuery FlexSlider v1.8 (http://www.woothemes.com/flexslider/), copyright 2012 WooThemes
 * Free to use under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 */

/* FlexSlider */

#flexslider {
  margin-bottom: 50px;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

/* Browser Resets */

.flexslider a:active,
.flexslider a:focus {
  outline: none;
}

.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides > li {
  position: relative;
  display: none;
}

.flexslider .slides img {
  width: 100%;
  height: auto;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/*
	  * Responsive Video Sizing
	  * Learned from: http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
	  */

.flex-video-slide {
  /* <li> */
  position: relative;
  padding-bottom: 25.80645161290323%; /* about 1550x400 (400 / 1550 * 100) */
  height: 0;
}

.flex-video-slide iframe {
  /* YouTube, Vimeo */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video Play Button Overlay */

.flex-play-overlay {
  z-index: 100; /* baseline for overlay, so can show .flex-caption above (clickable) or below if it is not linked */
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center 45%;
  background-repeat: no-repeat;
}

/* Clearfix for the .slides element */

.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

/* No JavaScript Fallback */

.no-js .flexslider .slides > li:first-child {
  /* .no-js requires Modernizr */
  display: block;
}

/* Slide Caption */

.flex-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}

/* Make caption clickable by placing above "play" overlay, if it is a link */

.flex-video-slide a.flex-caption {
  /* div.flex-caption for non links */
  z-index: 200; /* refer to z-index of .flex-play-overlay above */
}

/* Bold portion of caption text */

.flex-caption b,
.flex-caption strong {
  font-weight: normal;
}

/* Control Nav (Radios) */

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -38px !important;
  right: 0;
  display: block;
  text-align: center;
}
.banner-fluid .flex-control-nav {
  right: 14px;
}

.flex-control-nav li {
  margin: 0 0 0 1px;
  display: inline-block;
  *display: inline;
}

.flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  color: transparent;
}

.no-touch .flex-control-nav li a:hover {
  /* unless touch/mobile device */
  background-position: 0 -15px;
}

.flex-control-nav li a.active,
.no-touch .flex-control-nav li a.active:hover {
  background-position: 0 -30px;
  cursor: default;
}

.flex-control-nav li:first-child {
  margin: 0;
}

/* Slider Video Play Button Overlay */

.flex-play-overlay {
  background-image: url(../images/play-button.png);
}

/* Switch to small play button for small screens */

@media only screen and (max-width: 640px) {
  .flex-play-overlay {
    background-image: url(../images/play-button-small.png);
  }
}

/* Use transparent caption flush with bottom for smaller screen sizes (phones) */

@media only screen and (max-width: 480px) {
  .flex-caption {
    /* IE rgba hack for transparent background */
    background: none !important;
    color: #fff;
    top: 0 !important;
    height: 100%;
  }
}

/* Slider Controls */

.flex-control-nav li a {
  background-image: url(../images/slider-control-nav.png);

  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -khtml-transition: none;
  transition: none;
}

.form-donate-v3 .amount-radio label {
  padding: 10px 22px !important;
  height: 39px !important;
  margin-right: 16px !important;
}

.form-donate-v3 .amount-radio label:last-child {
  margin-right: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .form-donate-v3 .amount-radio label:last-child {
    float: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .form-donate-v3 .amount-radio label:last-child {
    float: right !important;
  }
}

.form-donate-v3 #amount-radio-5-other {
  width: 175px !important;
  height: 40px !important;
}

.form-donate-v3 .headline {
  text-transform: none !important;
  color: #aa9155;
  font-size: 130%;
  margin-bottom: 15px;
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #d3d3d3;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35);
  z-index: 99999;
  text-align: center;
  color: #000;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #000;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #d3d3d3;
  padding: 2em 5%;
  border: 1px solid #aaa;
  font-size: 18px;
  color: #000;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: none;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #fff;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #fff;
}
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: rgba(255, 255, 255, 0.75);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .cc-cookies {
    position: relative;
    float: left;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
    margin-bottom: 28px;
  }
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}

/**
 * breadcrumb
 * --------------------------------------------------
 */
.breadcrumb {
  color: #454545;
  background-color: #ccc;
}
.breadcrumb > .active {
  color: #454545;
}
.breadcrumb a {
  color: #454545;
}

.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: #ccc;
}
.breadcrumb-arrow li:first-child span {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li,
.breadcrumb-arrow li div,
.breadcrumb-arrow li,
.breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
.breadcrumb-arrow li span {
  padding: 0 10px;
}
.breadcrumb-arrow li span,
.breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
}
.breadcrumb-arrow li:first-child span {
  padding: 0 10px;
}
.breadcrumb-arrow li span {
  position: relative;
  color: #454545;
  text-decoration: none;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.breadcrumb-arrow li.active span {
  background-color: #8f0100;
  border: 1px solid #8f0100;
  color: #fff;
}
.breadcrumb-arrow li:first-child span {
  padding-left: 10px;
}
.breadcrumb-arrow li span:before,
.breadcrumb-arrow li span:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;

  border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li span:before {
  right: -10px;
  z-index: 3;
  border-left-color: #ccc;
  border-left-style: solid;
  border-left-width: 11px;
}
.breadcrumb-arrow li.active span:before {
  border-left-color: #8f0100;
}
.breadcrumb-arrow li span:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #f1f1f1;
}
.breadcrumb-arrow li.active span:after {
  border-left: 11px solid #8f0100;
}
.breadcrumb-arrow li span:hover,
.breadcrumb-arrow li span:focus {
  background-color: CCC;
  border: 1px solid #ccc;
}
.breadcrumb-arrow li.active span:hover,
.breadcrumb-arrow li.active span:focus {
  background-color: 780001;
  border: 1px solid #8f0100;
}
.breadcrumb-arrow li span:hover:before,
.breadcrumb-arrow li span:focus:before {
  border-left-color: #ccc;
}
.breadcrumb-arrow li.active span:hover:before,
.breadcrumb-arrow li.active span:focus:before {
  border-left-color: #8f0100;
}
.breadcrumb-arrow li span:active {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.breadcrumb-arrow li.active span:active {
  background-color: #8f0100;
  border: 1px solid #8f0100;
}
.breadcrumb-arrow li span:active:before,
.breadcrumb-arrow li span:active:after {
  border-left-color: #ccc;
}
.breadcrumb-arrow li.active span:active:before,
.breadcrumb-arrow li.active span:active:after {
  border-left-color: #8f0100;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

header .navbar span.btn-gold {
  display: block !important;
  background: #0e3f99;
  color: #fff !important;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin-top: -6px;
  margin-left: -10px;
}

/* Custom Settings */
.mounth,
.caption {
  font-weight: 400;
  letter-spacing: 0.5px;
}
.time,
.date {
  font-weight: 300;
}
small {
  font-weight: 400;
  letter-spacing: 1.5px;
}

/*
	Sebastian - blim.pl
 */
.debug .container,
.debug .container-fluid {
  border: 1px solid blue;
}

.debug .row {
  border: 1px solid red;
}

.debug [class^="col-"] {
  border: 1px solid yellow;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

@media (max-width: 768px) {
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

.form-donate .form-control {
  border-color: #898989;
  color: #565656;
  font-size: 107%;
  height: 35px;
}

.form-donate .form-group a {
  text-decoration: underline;
}

.form-donate-secure img {
  margin-bottom: 15px;
}

.form-donate-secure span {
  font-size: 85%;
  text-transform: uppercase;
  display: block;
  padding: 15px 0 15px 15px;
  text-indent: 15px;
  color: #a6a6a6;
}

.form-donate-steps {
  font-size: 85%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin-bottom: 14px;
  color: #a6a6a6;
}

.form-donate-steps .current {
  text-transform: uppercase;
  font-weight: bold;
  color: #0e3f99;
}

.form-donate .headline {
  text-transform: uppercase;
  color: #0e3f99;
  font-size: 130%;
  margin-bottom: 15px;
}

.form-donate label {
  color: #aa9155;
}

.form-donate .amount-radio {
  font-weight: bold !important;
  font-size: 130%;
  line-height: 100%;
}

.form-donate input,
.form-donate select {
  border-radius: 5px;
  background: #f4f4f4;
}

.form-donate .amount-radio label {
  margin-bottom: 15px;
  color: #fff;
  background: #0e3f99;
  padding: 8px 17px;
  margin-right: 4px;
  border-radius: 5px;
  height: 35px;
}

.form-donate .amount-radio label:last-child {
  background: transparent !important;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.form-donate .amount-radio :checked + label {
  background: #000;
}

.form-donate .amount-radio input {
  color: #000;
}

.form-donate .amount-radio input[type="radio"] {
  display: none;
}

.form-donate #amount-radio-5-other {
  width: 155px;
  padding: 6px 6px;
  border: 1px solid #898989;
  font-size: 90%;
  box-shadow: none;
  height: 35px;
}

.form-donate .input-group-addon {
  display: none !important;
}

.form-donate [type="submit"] {
  background: #aa9155;
  color: #fff !important;
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  font-size: 150%;
  height: 45px;
  width: 145px;
}

.form-donate #otherAddress {
  resize: none;
  height: 100px;
  display: none;
}

.form-donate .delivery-info {
  display: none;
}

.checkbox-nice input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: -100px;
}

.checkbox-nice label::before {
  content: "";
  display: inline-block;
  background: #0e3f99;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 0px solid;
  margin-top: 2px;
}

.checkbox-nice label::after {
  content: "";
  display: inline-block;

  height: 6px;
  width: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;

  transform: rotate(-45deg);
}

.checkbox-nice label {
  position: relative;
  text-indent: 20px;
  color: #000000;
  font-weight: normal;
  font-size: 107%;
}

.checkbox-nice label::before,
.checkbox-nice label::after {
  position: absolute;
}

/*Outer-box*/
.checkbox-nice label::before {
  top: -1px;
  left: -3px;
}

/*Checkmark*/
.checkbox-nice label::after {
  left: 1px;
  top: 5px;
}

.checkbox-nice input[type="checkbox"] + label::after {
  content: none;
}

/*Unhide the checkmark on the checked state*/
.checkbox-nice input[type="checkbox"]:checked + label::after {
  content: "";
}

.checkbox-nice input[type="checkbox"]:focus + label::before {
  /*outline: rgb(59, 153, 252) auto 5px;*/
}

.blim article {
  font-size: 115%;
  line-height: 140%;
}

.upper {
  text-transform: uppercase;
}

.ui-widget-header {
  background: none !important;
  background-color: #0e3f99 !important;
  border-color: #0e3f99 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: none !important;
  background-color: #0e3f99 !important;
  border-color: #0e3f99 !important;
}

/* wspieram-tbn-polska page */

.we-are-christian-title {
  font-size: 25px;
  margin: 10px 0;
  text-align: center;
  color: #0e3f99;
  font-weight: 700;
}

@media (max-width: 768px) {
  .we-are-christian-title {
    font-size: 17px;
  }
}

/* 04.01.2024 */

.block.tbnnews nav a {
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  height: 36px;
  margin-left: -1px;
  line-height: 23px;
}
.button-black {
  background-color: #d71961;
  border-color: #d71961;
}