@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,100italic,400italic,700,700italic,900,900italic);

body {
  background-color: #eee;
  color: #404040;
  font-family: "Lato",sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 90px;
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3.6rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
h1, h2 {
  font-weight: 300;
}
h1.entry-header {
  margin-bottom: 4rem;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}
p a:hover {
  text-decoration: underline;
}

em {
  font-weight: 400;
}
#content > .content {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.parent {
	padding-bottom:50px;
	}
#content .content,
#content .breadcrumb {
  max-width: 780px;
}
#donations #content .content,
#donations #content .breadcrumb,
#events #content .content,
#events #content .breadcrumb {
  max-width: 1170px;
}
.panel-summary {}
.panel-summary .panel-heading {
  background-color: #3d96ff;
  color: #fff;
  padding: 20px;
  text-align: right;
}
.panel-summary .panel-heading .panel-title {
  font-size: 48px;
  font-weight: 100;
}
.panel-summary .panel-heading .panel-title small {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
.panel-summary .panel-body > h4 {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.panel-summary .table > thead > tr > th, 
.panel-summary .table > tbody > tr > th, 
.panel-summary .table > tfoot > tr > th, 
.panel-summary .table > thead > tr > td, 
.panel-summary .table > tbody > tr > td, 
.panel-summary .table > tfoot > tr > td {
  border: medium none;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.panel-summary .table > tbody {
  border-bottom: 1px solid #dddddd;
}
.panel-summary .table > tbody > tr > td,
.panel-summary .table > tfoot > tr > td {
  text-align: right;
}
.panel-summary-ticketing .table > tbody > tr > th,
.panel-summary-ticketing .table > tbody > tr > th {
  text-align: left;
}

.panel-summary .table small {
  color: #ccc;
  display: block;
}
.panel-summary.affix {
  width: 360px;
}
.panel-summary-ticketing th img {
  width: 16px;
}

@media only screen and (max-width: 1200px){
  .panel-summary.affix {
    width: 295px;
  }
}
@media only screen and (max-width: 990px){
  .panel-summary.affix {
    top: auto!important;
    width: 100%;
  }
}
#content .breadcrumb {
  margin-left: auto;
  margin-right: auto;
}
/* ---------- buttons ---------- */
.btn-primary {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-primary-outline {
  background-color: transparent;
  border-color: #404040;
  color: #404040;
}
.btn-primary-outline:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-primary-outline.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-primary-outline.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-o {
  border: 1px solid;
}
.btn-o-blue {
  border-color: #3d96ff;
  color: #3d96ff
}
.btn-o-blue:hover {
  background-color: #3d96ff;
  color: #fff;
}
/* ---------- /buttons ---------- */

/* ---------- vertical-align ---------- */
.va-container {
  display: table;
  position: relative;
  background-color: rgba(0,0,0,0.5);
}

.va-container-v {
  height: 100%;
}
.va-container-h {
  width: 100%;
}
.va-top, .va-middle, .va-bottom {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
/* ---------- /vertical-align ---------- */

/* ---------- location-card ---------- */
#locations .location-card {
  margin-bottom: 25px;
}
.location-card-wrapper, 
.location-card {
  height: 344px;
}
.location-card {
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.location-card a {
  color: #fff;
}
/* ---------- location-card ---------- */

/* ---------- navbar ---------- */
.navbar{
  background-color: rgba(255, 255, 255, 1);
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 70px;
  transition: background 0.5s ease 0s;
}
/*.navbar.affix, 
.navbar:hover {
  background-color: rgba(255, 255, 255, 0.9);
}*/
.navbar.affix, 
.navbar:hover {
  box-shadow: 0 0px 10px 0px rgba(0,0,0,0.5);
}
.navbar:hover,
.navbar.affix,
.navbar:hover a,
.navbar.affix a {
  color: #404040;
}
.navbar:hover .nav-main-menu .dropdown-toggle .fa-bars,
.navbar.affix .nav-main-menu .dropdown-toggle .fa-bars {
  border-color: #404040;
}
.navbar a {
  color: #404040;
}
.navbar a:hover {
  color: #000;
  text-decoration: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: rgba(0,0,0,0.05);
}
.navbar-brand {
  padding: 15px;
  margin-top: 10px;
}
.navbar-brand > img {
  height: 20px;
}
.navbar-nav > li > a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 25px;
  padding-top: 25px;
}
.navbar-toggle {
  margin-right: 60px;
}
.navbar-toggle .icon-bar {
  background-color: #000;
} 
/*.nav-contextual {
  float: none;
  text-align: center;
}
.nav-contextual li {
  display: inline-block;
  float: none;
}*/
@media screen and (min-width: 1200px){
  .nav-contextual {
    float: none;
    text-align: center;
  }
  .nav-contextual > li {
  display: inline-block;
  float: none;
  }
}
.nav-main-menu .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0 40px;
  font-size: 16px;
}
.nav-main-menu .dropdown-toggle {
  padding-bottom: 20px;
  padding-top: 20px;
}
.nav-main-menu .dropdown-toggle .fa-bars {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 5px;
}
.navbar:hover .nav-main-menu .dropdown-toggle .fa-bars {
  color: #404040;
}
.nav-main-menu .open nav li {
  border-bottom: 1px solid #808080;
}
.nav-main-menu .open nav li a {
  padding: 10px 0;
  display: block;
}
.navbar .dropdown-menu li {
  display: block;
  margin: 0 10px;
}
.navbar .dropdown-menu li a {
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 5px;
}
.navbar .dropdown-menu li:last-child a {
  border:none;
}
/*.navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}*/
/*.navbar #countdown {
  padding: 0;
}*/
.navbar .countdown {
  font-size: 11px;
  font-weight: 300;
  padding: 12px;
  text-align: center;
  float: right;
  margin-right: 50px;
}
.navbar .countdown span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 2px;
  text-align: center;
  line-height: 1em;
}
.navbar .countdown div small {
  color: #808080;
  display: block;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  padding: 0;
}

/*
.time span small {
  display: block;
  font-size: 11px;
  line-height: 1em;
  font-weight: 300;
}*/

.navbar .countdown .time > div {
  display: inline-block;
}

.navbar.inverse {
  color: #fff;
  background-color: rgba(255,255,255,0);

}
.navbar.inverse a {
  color: #fff;
}
.navbar.inverse:hover,
.navbar.inverse.affix {
  background-color: #fff;
  color: #404040;
}
.navbar.inverse:hover a,
.navbar.inverse.affix a {
  color:#404040;
}

/* ---------- /navbar ---------- */






.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}




#home-carousel {
  margin-top: -90px;
}
#home-carousel .item {
  height: 680px;
  background-size: cover;
  background-position: center top;
}
#home-carousel .item .carousel-caption {
  top: 360px;
}
#home-carousel .item .carousel-caption h1 {
  font-family: "Montserrat",sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
#home-carousel .item .carousel-caption p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 auto;
  max-width: 460px;
}
#home-carousel .controls {
  bottom: auto;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 205px;
  width: 460px;
}
#home-carousel .controls .logo {
	padding-bottom:60px;
	}
#home-carousel .controls .carousel-indicators {
  border-bottom: 3px solid #fff;
  height: 25px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 85px;
  width: 100px;
}
.carousel-indicators > li {
  background-color: rgba(255, 255, 255, 0.5);
  border: medium none;
  height: 12px;
  width: 12px;
	margin:2px;
}
.carousel-indicators .active {
  background-color:  rgba(255, 255, 255, 1);
	margin:2px;
}
.arrow { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 1.5s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
	
 	animation-name: bounceIn;
 	animation-duration: 1.5s;
 	animation-iteration-count: infinite;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
} 
@-webkit-keyframes bounce { 
    0% {transform: translateY(0);} 
    50% {transform: translateY(-20px);} 
} 
@keyframes bounce { 
		0% {transform: translateY(0);} 
    50% {transform: translateY(-20px);} 
} 
.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}
.arrow {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
}



#tv-schedule {
  padding: 40px 0;
  background-color: #eee;
}
#tv-schedule h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
#tv-schedule .row {
  background-color: #fff;
}
#tv-schedule .row .preview {
  padding: 0;
}

#tv-schedule li {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.tv-shcedule-name {
  font-weight: bold;
}
.tv-shcedule-published strong {
  display: block;
}
.tv-shcedule-actions a {
  padding: 8px;
}

.banner {
  color: #fff;
}
.banner .banner-description {
  background-color: rgba(0,0,0,0.5);
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner .banner-description {
  bottom: 0;
  position: absolute;
  padding: 40px;
}
.banner h1,
.banner h2 {
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.banner h2 {
  font-size: 36px;
}
.banner p {
  font-size: 20px;
  margin-bottom: 15px;
}

#leon-and-sally {
/*  background: transparent url("/assets/img/leon-and-sally.png") no-repeat scroll center 0/cover;*/
  height: 358px;
  position: relative;
}

#teaching-series.background {
  /*background: transparent url("/assets/img/banner-full-width.png") no-repeat scroll center center/cover;*/
}
.parallax .dark-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}
.content-a {
    display:table;
}
.content-b {
  display:table-cell;
    position:relative;
  vertical-align:middle;
  text-align:center;
}
.not-fullscreen {
    height:50%;
}



footer .footer-top {
  background-color: #111;
  padding: 40px 0;
  color: #fff;
}
footer .footer-top a {
  color: rgba(255,255,255,0.5);
}
footer .footer-top a:hover {
  color: rgba(255,255,255,1);
}
footer .footer-top .title-bar {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 40px;
}
footer .footer-top .social-media {}
footer .footer-top .social-media a .fa-circle {
  color: rgba(255,255,255,0.5);
}
footer .footer-top .social-media a .fa-inverse {
  color: #000;
}
footer .footer-top .social-media a:hover .fa-circle {
  color: rgba(255,255,255,1);
}
footer .copyright {
  background-color: #000;
  color: #666;
}
footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
  }
footer .copyright .signature {
  text-align: right;
}
footer .copyright .signature a {
  color: rgba(255,255,255,0.2);
}
footer .copyright .signature a:hover {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
footer .copyright .signature img {
  height: 20px;
}




#main-menu {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: block;
  padding-top: 30px;
  position: fixed;
  /*transition: all 0.4s ease 0s;*/
  width: 100%;
  z-index: 999999;
  transition-duration: 0.35s;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

#main-menu div[class*="col-"] {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #main-menu.open {
  overflow-y: auto;
  max-height: 90%;
  }
  #main-menu.open .menu-trigger {
  bottom: auto;
  position: fixed;
  right: 15px;
  top: 0 !important;
}
}
#main-menu a {
  color: #fff;
}
#main-menu li {
  border-bottom: 1px solid #404040;
}

#main-menu li a {
  display: block;
  padding: 10px 5px;
}
#main-menu a:hover {
  color: #666;
}
#main-menu h4 {
  font-size: 16px;
  font-weight: bold;
}

#main-menu .menu-trigger {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: -38px;
  box-shadow: 0 0 3px #1f1f1f;
  color: #fff;
  cursor: pointer;
  float: right;
  position: relative;
}

#main-menu .menu-trigger i {
  font-size: 18px;
  padding: 10px;
}
#main-menu.open {
  bottom: auto !important;
  top: 0px!important;
}

#social-activity-feed .heading {
  text-align: center;
}
#social-activity-feed .heading h2 {
  font-family: "Montserrat",sans-serif;
font-weight: bold;
margin-top: 0;
text-transform: uppercase;
}

iframe#twitter-widget-0 .header .avatar {
  display: none;
}

.multigallery .item {
  margin-bottom: 20px;
}


#search-results .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 20px;
}
#search-results .item .thumbnail {
  margin: 0;
}
#pages-list .item {
  margin-bottom: 30px;
}
#pages-list .item .thumbnail {
  margin: 0;
  display: inline-block;
}
#pages-list .item .item-thumbnail {
  margin-bottom: 10px;
  text-align: center;
}
#pages-list .item .media-heading {
  text-align: center;
}

aside {
  padding: 20px;
  border-left: 1px solid #eeeeee;
}
aside > h4 {
  margin-top: 0;
}
aside ul {
  padding:0;
  margin-bottom: 40px;
  list-style: none;
}

aside .sidebar-nav > li {
  border-bottom: 1px solid #d2d2d2;
}
aside .sidebar-nav li a {
  padding: 5px 5px;
  display: block;
}
aside .sidebar-nav li a::before {
  content: "» ";
}
aside .sidebar-nav li.active > a {
  font-weight: bold;
} 
aside .sidebar-nav .submenu {
  padding-left: 0;
  margin-bottom: 20px;
}
aside .sidebar-nav .submenu a {
  padding-left: 20px;
}
aside .sidebar-nav .submenu a::before {
  content: "";
}

.thumb {
  margin-bottom: 30px;
}
.media-object {
  width: 120px;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  margin-bottom: 15px;
}
.breadcrumb > li + li::before {
  content: "› ";
  color: #808080;
}

blockquote {
  margin: 20px 0;
}


/* ---------- zoom ---------- */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1080;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1079;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
/* ---------- /zoom ---------- */



/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

#main-menu {
  visibility: visible;
  bottom: 99%;
}
label small {
  display: block;
  font-weight: 300;
}
fieldset {
  border-top: 1px solid #d2d2d2;
  padding: 20px 0;
}
.panel-donations h2,
.panel-ticketing h2 {
  font-size: 2rem;
  line-height: 30px;
  margin: 0;
}
.panel-steps {
  overflow: hidden;
}
.steps {}
.steps li {
  display: inline-block;
}
.steps li span {
  background-color: #d2d2d2;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.steps li.active span {
  background-color: #000;
}

.send-confirmation {
  display: none;
}
.send-confirmation.in {
  display: block;
}
form .send-error {

}
.event-wrapper h3 {
  font-size: 18px;
}
.event-header {
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.event-header img {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-extract {
  color: #fff;
  background: rgba(0,0,0,0.8);
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  font-weight: 400;
  padding: 20px; 
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.event-extract .col-md-1 {
  padding-right: 0;
}
.event-extract .day,
.event-extract .month {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.event-extract .day {
  background: transparent url("/assets/img/date-white.svg") no-repeat scroll center center / cover ;
  height: 46px;
  width: 46px;
  padding-top: 15px;
}
.event-extract .month {
  text-transform: uppercase;
}
.event-extract h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}
.event-extract p {
  margin: 0;
}

.event-summary .panel-body {
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
}
.event-summary .panel-body a {
  color: #3d96ff;
}
.event-summary dl {
  margin: 0;
}
.event-summary dt {
  width: 16px;
}
.event-summary dt img {
  width: 16px;
  height: 16px;
}
.event-summary dd {
  margin-bottom: 5px;
  margin-left: 26px;
}
.event-summary .panel-footer {
  padding:0;
}
.event-summary .panel-footer .btn {
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  padding: 12px;
}

@media (max-width: 667px) {
  h1 {font-size: 3.5rem;}
  h2 {font-size: 3rem;}
  h3 {font-size: 2.8rem;}
}

body.modal-open { position: fixed; width: 100%; }

/* Donations Preloader */

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255,255,255,0.8) url('/assets/img/loading.gif') no-repeat center center;
}