@font-face {
  font-family: 'SourceSansPro-Lt';
  src: url('../fonts/SourceSansPro-Light.eot');
  src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Light.woff') format('woff'),
    url('../fonts/SourceSansPro-Light.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-Blk';
  src: url('../fonts/SourceSansPro-Black.eot');
  src: url('../fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Black.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Black.woff') format('woff'),
    url('../fonts/SourceSansPro-Black.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}

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

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Bold.woff') format('woff'),
    url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-It';
  src: url('../fonts/SourceSansPro-Italic.eot');
  src: url('../fonts/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Italic.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Italic.woff') format('woff'),
    url('../fonts/SourceSansPro-Italic.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Italic.svg#SourceSansPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

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


body {
  overflow-x: hidden;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #464646;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {

}
a:hover,
a:focus,
a:active,
a.active {
  
}

h1 { font-size: 6em; }
h2 { font-size: 50px; }
h3 { font-size: 3em; }
h4 { font-size: 2em; }
h5 { font-size: 1.8em; }
h6 { font-size: 1.6em; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

em { font-family: "SourceSansPro-It", "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; }
strong { font-family: "SourceSansPro-Bold", sans-serif; }

/* Helper Classes */

.max-width960 {
  max-width: 960px;
  margin: 0 auto;
}
.max-width770 {
  max-width: 770px;
  margin: 0 auto;
}
.max-width790 {
  max-width: 790px;
  margin: 0 auto;
}

.img-centered { margin: 0 auto; }
.img-abs {
    position: absolute;
    right: 0;
    height: 100%;
}
.bg-light-gray { background-color: #eeeeee; }
.bg-darkest-gray { background-color: #222222; }
.bg-blue { background-color: #00aeef; color: #ffffff; }
.bg-black { background-color: #000000; color: #ffffff; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text-danger { color: #9f0e12; }
.text-white { color: #ffffff; }
.text-yellow { color: #ffde00; }
.text-blue { color: #00aeef; }
.text-red { color: #ee151f; }

/* Padding */

.padTB1em { padding: 1em 0; }
.padTB2em { padding: 2em 0; }
.padTB3em { padding: 3em 0; }
.padTB5em { padding: 5em 0; }
.padTB7em { padding: 7em 0; }
.padLR3em { padding-left: 3em; padding-right: 3em; }
.padLR5em { padding-left: 5em; padding-right: 5em; }

.padT1em { padding-top: 1em; }
.padT2em { padding-top: 2em; }
.padT3em { padding-top: 3em; }
.padT4em { padding-top: 4em; }
.padT5em { padding-top: 5em; }
.padR3em { padding-right: 3em; }
.padR5em { padding-right: 5em; }
.padR6em { padding-right: 6em; }
.padB3em { padding-bottom: 3em; }
.padB4em { padding-bottom: 4em; }

.antiPadLR { padding-left: 0; padding-right: 0; }

/* Margin */

.margTB2em { margin-top: 2em; margin-bottom: 2em; }
.margT3em { margin-top: 3em; }

.slick-prev, 
.slick-next {
  width: 30px;
  height: 70px;
}
.slick-prev:before, 
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 0;
}
.slick-prev {
  /*left: 0;*/
  z-index: 1;
}
.slick-prev:before {
  content: url(../img/prev.png);
}
.slick-next {
  /*right: 0;*/
  z-index: 1;
}
.slick-next:before {
  content: url(../img/next.png);
}
.slick-slide img {
  display: inline-block;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/*
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 20px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  text-align: center;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
}*/

button.close-pause {
  font-size: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000000;
  top: 25px;
  right: 25px;
  cursor: pointer;
  border-radius: 50%;
  filter: alpha(opacity=75);
  opacity: .75;
}
button.close-pause:focus,
button.close-pause:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

button.close.close-pause:before {
  content: '';
  height: 25px;
  width: 1px;
  color: #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
}
button.close-pause:after {
  content: '';
  height: 25px;
  width: 1px;
  color: #ffffff;
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1052;
  left: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  vertical-align: bottom;
  margin-bottom: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);

  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}
body.dim section#watch-now div#livestream,
body.dim section#watch-now div#program-stream,
body.dim input#turn-off-light {
  z-index: 1050;
  position: relative;
}
div.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.75);  
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
svg#yt-icon { vertical-align: middle; }
@media (max-width: 767px) {
    svg#yt-icon { width: 10% !important; }
}

.navbar-custom.affix {
    z-index: 1051;
}
body.modal-open .navbar-custom.affix {
    z-index: 1050;
}
.jwplayer video {
	z-index: 1;
}
/* NAV TABS */

.nav-tabs > li > a {
  color: #464646;
  border-radius: 0; 
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /*border-top-color: #f69826;
  border-top-width: 2px;*/
  border-radius: 0;
}
.nav-tabs > li.active > a > span {
  color: #ee151f;
  font-weight: bold;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ffde00;
  color: #0e2189;
}
.tab-content > .tab-pane {
  margin: 20px 0;
}
.tab-pane ul {
  list-style-type: none;
  padding-left: 0;
}
.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.panel-body {
  background: #fff;
}
.panel-body ul {
  list-style-type: none;
    padding-left: 15px;
}
.panel-body li {
    position: relative;
    padding: 7px 0 7px 30px;
}
.panel-body li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #f69826;
    float: none;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%);
}
.panel-body li a {
    float: none;
    width: 100%;
    line-height: normal;
}
.panel-body p,
.panel-body a {
    font-size: 13px;
    text-decoration: none;
}
.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}

/* #accordion rotate icon option */

.panel-group.wrap .panel-heading a:before {
  content: '\f077';
  font-size: 24px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.panel-group.wrap .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* END OF NAV TABS */




/* End of Helper Classes */


/* Common classes */
p.caption {
  line-height: 20px;
  letter-spacing: 1px;
  position: relative;
}
p.caption:before {
    content: 'TURN OFF LIGHT';
    position: absolute;
    right: 50px;
}
p.caption.switched:before {
  content: 'TURN ON LIGHT';
  position: absolute;
  right: 50px;
  color: #ffffff;
}
form#contactForm {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 6px #cccccc;
  box-shadow: 0 0 15px 6px #cccccc;
  display: inline-block;
  width: 100%;
  padding: 45px;
  border-radius: 15px;
  }
form#contactForm .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 9px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #7d7d7d;
  background-color: #fff;
  background-image: none;
  text-align: center;
  resize: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #c4c4c4 !important;
  -webkit-appearance: none;
  box-shadow: none;
  transition: none;
  border-radius: 0;
}
form#contactForm textarea.form-control {
  height: 120px;
}
form#contactForm .btn-xl-inverse {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.contact-info-wrapper {
  padding-left: 3em;
  padding-right: 6em;
  padding-top: 5em;
}
.contact-info,
.contact-info:hover {
  font-size: 28px;
  line-height: 36px;
  color: #464646;
  text-decoration: none;
  display: block;
}

/* End of Common Classes */


.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-img {
  height: 65px;
  max-width: 100%;
}
.btn-xl {
  color: white;
  background-color: transparent;
  border: 1px solid #ffffff;
  max-width: 300px;
  width: 100%;
  display: inline-block;
  height: 48px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 30px;
  max-height: 100%;
  padding: 10px 0;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 14px 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #464646;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 700;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-xl-inverse,
button.btn-xl-inverse {
  color: #464646;
  background-color: transparent;
  border: 1px solid #464646;
  max-width: 300px;
  width: 100%;
  display: inline-block;
  height: 48px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 30px;
  max-height: 100%;
  padding: 10px 0;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto 10px;
  text-align: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  opacity: 1;
  float: none;
}
.btn-xl-inverse:hover,
.btn-xl-inverse:focus,
.btn-xl-inverse:active {
  background-color: #464646;
  text-decoration: none;
  color: #ffffff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand>img {
  height: inherit;
  width: auto;
}

.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: transparent;
  border-color: #ffffff;
  font-family: "SourceSansPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 15px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
  border-color: #fed136;
  color: #000000;
}

.navbar-custom .navbar-toggle .fa {
  font: normal normal normal 14px/0.5 FontAwesome;
}
.navbar-custom .navbar-toggle .fa-navicon:before, 
.navbar-custom .navbar-toggle .fa-reorder:before, 
.navbar-custom .navbar-toggle .fa-bars:before {
    content: "\f0c9";
    font-size: 21px;
    vertical-align: sub;
    padding-left: 4px;
}
.navbar-custom .nav li a {
  font-family: "SourceSansPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom.affix .navbar-collapse .nav li a:hover,
.navbar-custom.affix .navbar-collapse .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}

body:not(.index) .navbar-custom .nav li a {
  font-family: "SourceSansPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #464646;
}
body:not(.index) .navbar-custom .nav li a:hover,
body:not(.index) .navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}
body:not(.index) .navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #464646;
  background-color: #fed136;
}
body:not(.index) .navbar-custom .navbar-nav > .active > a:hover,
body:not(.index) .navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
body:not(.index) .navbar-custom.affix .nav li a {
  color: #ffffff;
}

.navbar-custom.affix .navbar-collapse .nav li a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  /*background-image: url('../img/banner-bg.jpg');*/
  background-image: url('../img/hero-banner.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
header:before {
  content: '';
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
header .intro-text {
  /*padding-top: 100px;
  padding-bottom: 50px;*/
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1050px;
  position: absolute;
  top: 0;
  height: 100%;
}
header .change-lives {
  position: absolute;
  z-index: 0;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
}
header .intro-text .intro-lead-in {
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  position: absolute;
  top: initial;
  bottom: 28%;
  padding-left: 15px;
  padding-right: 15px;
}
header .cta-wrapper {
  display: inline-block;
  position: absolute;
  top: initial;
  bottom: 10%;
  left: 0;
  right: 0; 
  width: 100%;
}
header .intro-text .intro-heading {
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  header .change-lives {
    top: 0%;    
  }
}

@media (min-width: 768px) {
  header .intro-text {
    /*padding-top: 300px;
    padding-bottom: 200px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1050px;
    position: absolute;
    top: 0;
    height: 100%;
  }
  header .change-lives {
    position: absolute;
    z-index: 0;
    top: 5%;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
  }
  header .intro-text .intro-lead-in {
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 22%;
    top: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .cta-wrapper {
    display: inline-block;
    position: absolute;
    top: initial;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
  }
  header .intro-text .intro-heading {
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  header .change-lives {
    position: absolute;
    z-index: 0;
    top: 20%;
    bottom: 25%;
  }
}

@media (max-width: 400px) {
  header .change-lives {
    position: absolute;
    z-index: 0;
    top: 25%;
    bottom: 25%;
  }
  header .intro-text .intro-lead-in {
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 25px;
    position: absolute;
    top: initial;
    bottom: 33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .cta-wrapper {
    display: inline-block;
    position: absolute;
    top: initial;
    bottom: 13%;
    left: 0;
    right: 0;
    width: 100%;
  }
  header .cta-wrapper .btn-xl {
    margin: 0 auto 10px;
  }
}



/*section {
  padding: 100px 0;
}*/
section h2.section-title {
  position: relative;
  margin: 0;
}
section h2.section-title:after {
  position: absolute;
  content: '';
  background: url(../img/colored-divider.png) no-repeat center center;
  height: 2px;
  left: 0; 
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
p.section-intro {
  font-size: 28px;
  line-height: 36px;
}
p.section-intro-lt {
  font-size: 28px;
  line-height: 36px;
  font-family: "SourceSansPro-Lt",sans-serif;
}

/* HOME */
section#watch-now {
  background: url(../img/livestream.jpg) no-repeat center center;
  background-size: cover;
}
section#daily-air {
  position: relative;
}
section#daily-air .content-info {
  position: relative;
  z-index: 1;
}
section#updates {
  background: url(../img/whats-new-bg.jpg) no-repeat center center;
  background-size: cover;
}
#updates .updates-item .updates-link .updates-overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#updates .updates-item .updates-link .updates-overlay {
  opacity: 1;
}
#updates .updates-item .updates-link .updates-overlay:hover {
  /*background: rgba(254, 209, 54, 0.9);*/
  background: rgba(0, 0, 0, 0.5);
}
#updates .updates-item .updates-link .updates-overlay .updates-overlay-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 47%;
  margin-top: -12px;
  color: white;
}
#updates .updates-item .updates-link .updates-overlay .updates-overlay-content img {
  height: 50px;
}
.popup-modal .modal-body {
  padding: 0;
}
.popup-modal.modal.fade.in {
  padding-right: 0 !important;
}
img.partner-donate {
  height: 160px;
  width: auto;
}
div#donate .modal-content {
  background-color: rgba(0,0,0,0.97);
}
div#donate p {
  margin-bottom: 0;
}
div#donate a {
  text-decoration: none;
  color: #ffffff;
}
div#donate button.close.close-pause {
  opacity: 1;
}
div#donate button.close.close-pause:before,
div#donate button.close.close-pause:after {
  background-color: #ffde00;
  color: #ffde00;
  opacity: 1;
}
section#shows24-7 {
  background: url(../img/shows-bg.jpg) no-repeat center center;
  background-size: cover;
}
div.show-logo {
  height: 100%; 
  background-size: contain;
  display: inline-block !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.show-logo a {
  display: inline-block;
}
div.show-logo img { 
  visibility: hidden;
  /*width: 150px;
  height: 150px;*/
  max-width: 150px;
  max-height: 150px;
}
div.goodtv:hover { 
  background-image: url(../img/shows/goodtv.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.ccf:hover { 
  background-image: url(../img/shows/ccf.png) !important;  
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.mmi:hover { 
  background-image: url(../img/shows/mmi.png) !important;  
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.lcafe:hover { 
  background-image: url(../img/shows/lcafe.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.dzas:hover { 
  background-image: url(../img/shows/dzas.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.mksk:hover { 
  background-image: url(../img/shows/mksk.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.thepulpit:hover { 
  background-image: url(../img/shows/thepulpit.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.htbyp:hover { 
  background-image: url(../img/shows/htbyp.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.lnj:hover { 
  background-image: url(../img/shows/lnj.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.apmm:hover { 
  background-image: url(../img/shows/apmm.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.estima:hover { 
  background-image: url(../img/shows/estima.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.gdtl:hover { 
  background-image: url(../img/shows/gdtl.png) !important; 
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.titoy:hover {
  background-image: url(../img/shows/titoy.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.sunnybrook:hover {
  background-image: url(../img/shows/sunnybrook.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.openmic:hover {
  background-image: url(../img/shows/openmic.jpg) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.joni-and-friends:hover {
  background-image: url(../img/shows/joni-and-friends.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.phss:hover {
  background-image: url(../img/shows/phss.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.fmt:hover {
  background-image: url(../img/shows/fmt.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.goodsoil:hover {
  background-image: url(../img/shows/goodsoil.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.maxlucado:hover {
  background-image: url(../img/shows/maxlucado.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.traveler:hover {
  background-image: url(../img/shows/traveler.jpg) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.superbook:hover {
  background-image: url(../img/shows/superbook.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
div.tbn:hover {
  background-image: url(../img/shows/tbnmovies.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}




section#contact-us {
  background: url(../img/studio-bg.jpg) no-repeat center center;
  background-size: cover;
}


/* END OF HOME */

/* ABOUT US */
section#about {
  background: url(../img/abt-bg.jpg) no-repeat center center;
  background-size: cover;
}
.core-belief h4 {
  font-size: 20px;
  line-height: 25px;
}
.core-belief a,
.core-belief a:hover {
  color: #777777;
  text-decoration: none;
}
div.beliefs .modal-content {
  background-color: rgba(0,0,0,0.97);
}
div.beliefs p {
  margin-bottom: 0;
}
div.beliefs a {
  text-decoration: none;
  color: #ffffff;
}
div.beliefs button.close.close-pause {
  opacity: 1;
}
div.beliefs button.close.close-pause:before,
div.beliefs button.close.close-pause:after {
  background-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}
/* END OF ABOUT US */


/* CONTACT */
section#watch-now {
  background: url(../img/livestream-bg.jpg) no-repeat center center;
  background-size: cover;
}

/* END OF CONTACT */


/* PROGRAMS */
section#programs {
  background: url(../img/programs-bg.jpg) no-repeat top center;
  background-size: 100%;
}
.program-wrapper {
  border-bottom: 1px solid #d6d6d6;
}
.program-wrapper img {
  height: 150px;
  width: auto;
  object-fit: cover;
}
.program-wrapper img.watch {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  /*padding-left: 15px;*/
}
.program.popup-modal.modal.fade.in {
  background-color: rgba(0,0,0,0.5);
}
.program.popup-modal .modal-content {
  background-color: #ffffff;
  text-align: left;
  min-height: 0;
  top: 15%;
}
.program.modal h2 {
  font-family: "SourceSansPro-It", "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.program.modal h4 {
  font-size: 20px;
  line-height: 36px;
}
.program.modal p {
  font-size: 18px;
  line-height: 36px;
}

/* non-responsive table */
  /* 
  Generic Styling, for Desktops/Laptops 
  */
  table { 
    width: 100%; 
    border-collapse: collapse; 
  }
  /* Zebra striping */
  tr:nth-of-type(odd) { 
    background: transparent; 
  }
  th { 
    background: transparent; 
    color: #464646; 
    font-weight: bold; 
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0;
  }
  td {
    line-height: 36.03px;
    font-size: 18px;
    font-family: "SourceSansPro-It", "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
  }
  td, th { 
    padding: 6px; 
    /*border: 1px solid #ccc; */
    text-align: left; 
  }
  /*
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
  @media
  only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      font-size: 1.2em;
      min-height: 59px;
    }

    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 20%;
      left: 6px;
      bottom: 20%;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: normal;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before { content: "Sunday"; }
    td:nth-of-type(2):before { content: "Monday"; }
    td:nth-of-type(3):before { content: "Tuesday"; }
    td:nth-of-type(4):before { content: "Wednesday"; }
    td:nth-of-type(5):before { content: "Thursday"; }
    td:nth-of-type(6):before { content: "Friday"; }
    td:nth-of-type(7):before { content: "Saturday"; }

    td:nth-of-type(even) { background-color: #cccccc; }
  }


/*end of table*/

/* END OF PROGRAMS */


section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  /*section {
    padding: 150px 0;
  }*/
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#updates .updates-item {
  /*margin: 0 0 15px;*/
  right: 0;
}
#updates .updates-item img:not(.play-overlay) {
  margin: 0;
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: top;
}
#updates .updates-item .updates-link {
  display: block;
  position: relative;
  /*max-width: 400px;*/
  max-width: 100%;
  margin: 0 auto;
}
#updates .updates-item .updates-link .updates-hover {
  /*background: rgba(254, 209, 54, 0.9);*/
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#updates .updates-item .updates-link .updates-hover:hover {
  opacity: 1;
}
#updates .updates-item .updates-link .updates-hover .updates-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 47%;
  margin-top: -12px;
  color: white;
}
#updates .updates-item .updates-link .updates-hover .updates-hover-content img {
  /*height: 35px;*/
  height: 50px;
}

#updates .updates-item .updates-link .updates-hover .updates-hover-content i {
  margin-top: -12px;
}
#updates .updates-item .updates-link .updates-hover .updates-hover-content h3,
#updates .updates-item .updates-link .updates-hover .updates-hover-content h4 {
  margin: 0;
}
#updates .updates-item .updates-caption {
  margin: 0 auto;
  background-color: transparent;
  text-align: left;
  padding: 25px 0;
}
#updates .updates-item .updates-caption h4 {
  text-transform: none;
  margin: 0;
}
/*#updates .updates-item .updates-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}*/
#updates * {
  z-index: 2;
}
@media (min-width: 767px) {
  /*#updates .updates-item {
    margin: 0 0 30px;
  }*/
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
  background-color: #f1333a;
  color: #ffffff;
}
footer span.copyright {
  line-height: 40px;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  /*background-color: #222222;*/
  height: 40px;
  width: 25px;
  border-radius: 0;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  /*background-color: #fed136;*/
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.popup-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.popup-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.popup-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.popup-modal .modal-content p {
  margin-bottom: 30px;
}
.popup-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.popup-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.popup-modal .modal-content img {
  margin-bottom: 30px;
}
.popup-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.popup-modal .close-modal:hover {
  opacity: 0.3;
}
.popup-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.popup-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.popup-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

@media (max-width: 1024px) {
  /* SHOWS */
  div.goodtv { 
    background-image: url(../img/shows/goodtv.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.ccf { 
    background-image: url(../img/shows/ccf.png) !important;  
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.mmi { 
    background-image: url(../img/shows/mmi.png) !important;  
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.lcafe { 
    background-image: url(../img/shows/lcafe.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.dzas { 
    background-image: url(../img/shows/dzas.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.mksk { 
    background-image: url(../img/shows/mksk.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.thepulpit { 
    background-image: url(../img/shows/thepulpit.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.htbyp { 
    background-image: url(../img/shows/htbyp.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.lnj { 
    background-image: url(../img/shows/lnj.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.apmm { 
    background-image: url(../img/shows/apmm.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.estima { 
    background-image: url(../img/shows/estima.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.gdtl { 
    background-image: url(../img/shows/gdtl.png) !important; 
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.titoy {
    background-image: url(../img/shows/titoy.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.sunnybrook {
  background-image: url(../img/shows/sunnybrook.png) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
  div.openmic {
    background-image: url(../img/shows/openmic.jpg) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.joni-and-friends {
    background-image: url(../img/shows/joni-and-friends.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.phss {
    background-image: url(../img/shows/phss.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.fmt {
    background-image: url(../img/shows/fmt.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.goodsoil {
    background-image: url(../img/shows/goodsoil.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.maxlucado {
    background-image: url(../img/shows/maxlucado.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.traveler {
    background-image: url(../img/shows/traveler.jpg) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.superbook {
    background-image: url(../img/shows/superbook.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  div.tbn {
    background-image: url(../img/shows/tbnmovies.png) !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }

  /* Helper Classes */
  .tablet-shown {
    display: block !important;
  }
  /* End of Helper Classes */
  
}


@media (max-width: 991px) {
  /* Helper Classes */

  .antiPadT {
    padding-top: 0;
  }

  .mobile-full-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  
  .mobile-center {
    text-align: center !important;
  }



  /* End of Helper Classes */

  section#daily-air {
    background: url(../img/blackmagic-bg.png) no-repeat center;
    background-size: cover;
  }
  section#daily-air:before {
    content: '';
    background-color: rgba(0, 174, 239,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#daily-air .bg-blue {
    background-color: transparent;
  }
  section#daily-air .mobile-full-width {
    max-width: 80%;
    margin: 0 auto;
  }
  #daily-air img.img-abs {
    display: none;
  }

  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  
}

@media (max-width: 767px) {
  section#daily-air .mobile-full-width,
  .mobile-full-width {
    max-width: 90%;
  }
  .navbar-brand>img {
    padding: 10px;
  }
  .navbar-custom .nav li a {
    color: #ffffff !important;
  }
  h2, 
  section h2.section-title {
    font-size: 2.5em !important;
    margin-top: 0;
  }
  p.section-intro,
  p.section-intro-lt,
  .cotact-info, 
  .contact-info:hover {
    font-size: 1.6em;
    line-height: 1.3;
  }
  .btn-xl {
    margin: 0 auto 10px;
  }
  
  .mobile-shown {
    display: block !important;
  }

  /* Programs */
  .popup-title {
    position: relative;
  }
  .popup-title:before {
    position: absolute;
    content: '';
    background: url(../img/small-colored-divider.png) no-repeat center center;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }
}

  /* Smartphones (portrait and landscape) ----------- */
  @media only screen and (max-width: 767px) and (min-width : 481px) {
    header .change-lives {
      top: 0;
    }
    header .intro-text .intro-lead-in {
      bottom: 15%;
      font-size: 1.2em;
    }
    header .cta-wrapper {
      bottom: 0;
    }
    header .cta-wrapper .btn-xl {
      max-width: 255px;
      margin: 0 4px 10px;
    }
  }
  /* iPads (portrait and landscape) ----------- */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /*body {
      width: 495px;
    }*/
  }