@charset "UTF-8";
/* CSS Document */
/* Utilities */
.test {
  border: 1px solid red;
}
.hard-wrap {
	white-space: normal;
	word-wrap: break-word;
}
.banner-link,
.banner-link:visited {
	color: #fff;
	text-decoration: underline;
}
.banner-link:hover,
.banner-link:focus {
	color: #e5e5e5;
}
.hide {
	display: none;
}
.hide-it {
	opacity: 0 !important;
}
html, body {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5;
}
p {
  margin-bottom: 0.5rem;
}
.t--1 {
	top: -1px !important;
}
.text-right {
	text-align: right !important;
}
.smaller-text {
	font-size: 0.85em;
}
.medium-text {
	font-size: 1.12em;
}
.larger-text {
	font-size: 1.25em;
}
.page-header {
  font-weight: 300;
  padding-bottom: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.main-content {
  height: 100%;
  padding-bottom: 85px;
  background-color: #f5f5f5;
}
a,
.style-like-a-link{
  color: #738c5d;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
.style-like-a-link:hover {
	text-decoration: underline;
}
a:hover, a:focus, a:visited {
  color: #5f794b;
}

/* Button styles */
.btn {
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.1s linear;
}
.btn-danger, .btn-danger:visited {
	background-color: #aa1111;
	color: #fff !important;
	border-color: #721818;
}
.btn-primary, .btn-primary:visited {
	background-color: #5f794b;
	color: #fff !important;
	border-color: #4d603d;
}

.btn:focus, .btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn.btn-danger:hover {
	background-color: #c11e1e;
	border-color: #8d2121;
	box-shadow: 3px 3px 10px -6px rgba(170,17,17,0.7);
}
.btn.btn-primary:hover {
	background-color: #70895b;
	border-color: #5a6f49;
	box-shadow: 3px 3px 10px -6px rgba(72,91,56,0.7);
}
.btn-xs {
	font-size: 11px;
}

/* Navbar styles */
.navbar {
  padding: 40px 0 40px 440px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link {
  padding-left: 25px;
  padding-right: 35px;
  transition: color 0.05s ease-in-out;
  position: relative;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show > .nav-link:focus {
  color: #5f794b;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link:hover {
  color: #b6af94;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #1e1e1e;
}
.church-logo {
  width: 644px;
  height: 104px;
  background-image: url("../images/church_logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.church-logo.for-navbar {
  position: absolute;
  width: 400px;
  height: 65px;
  left: -425px;
  top: -35px;
}
.icon-home, .icon-about, .icon-video, .icon-store, .icon-contact, .icon-donate, .icon-israel {
  width: 25px;
  height: 25px;
  background-size: 300% 100%;
  background-position: 0 0;
}
.navbar .icon-home, .navbar .icon-about, .navbar .icon-video, .navbar .icon-store, .navbar .icon-contact, .navbar .icon-donate, .navbar .icon-israel {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
}
.icon-home {
  background-image: url("../images/icon-home.png");
}
.icon-about {
  background-image: url("../images/icon-about.png");
}
.icon-video {
  background-image: url("../images/icon-video.png");
}
.icon-store {
  background-image: url("../images/icon-store.png");
}
.icon-contact {
  background-image: url("../images/icon-contact.png");
}
.icon-donate {
  background-image: url("../images/icon-donate.png");
}
.icon-israel {
	background-image: url("../images/icon-israel.png");
}
.navbar-light .navbar-nav .nav-link:focus .icon-home, .navbar-light .navbar-nav .nav-link:hover .icon-home, .navbar-light .navbar-nav .nav-link:focus .icon-about, .navbar-light .navbar-nav .nav-link:hover .icon-about, .navbar-light .navbar-nav .nav-link:focus .icon-video, .navbar-light .navbar-nav .nav-link:hover .icon-video, .navbar-light .navbar-nav .nav-link:focus .icon-store, .navbar-light .navbar-nav .nav-link:hover .icon-store, .navbar-light .navbar-nav .nav-link:focus .icon-contact, .navbar-light .navbar-nav .nav-link:hover .icon-contact, .navbar-light .navbar-nav .nav-link:focus .icon-donate, .navbar-light .navbar-nav .nav-link:hover .icon-donate {
  background-position: 200% 0;
}
.navbar-light .navbar-nav .nav-link.active .icon-home, .navbar-light .navbar-nav .nav-link.active .icon-about, .navbar-light .navbar-nav .nav-link.active .icon-video, .navbar-light .navbar-nav .nav-link.active .icon-store, .navbar-light .navbar-nav .nav-link.active .icon-contact, .navbar-light .navbar-nav .nav-link.active .icon-donate {
  background-position: 100% 0;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.05rem;
}
@media (max-width: 1400px) {
  .church-logo.for-navbar {
    width: 360px;
    height: 58px;
    left: -363px;
    top: -35px;
  }
  .navbar {
    padding: 40px 0 40px 360px;
  }
}
@media (max-width: 1100px) {
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link {
    padding-right: 25px;
  }
}
@media (max-width: 1050px) {
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link {
    padding-right: 15px;
  }
}
@media (max-width: 991.5px) {
  .navbar {
    padding: 30px 20px;
  }
  .church-logo.for-navbar {
    width: 310px;
    height: 50px;
    left: -5px;
    top: -28px;
  }
  .navbar-nav .nav-link {
    padding-top: 40px;
  }
  .navbar .icon-home, .navbar .icon-about, .navbar .icon-video, .navbar .icon-store, .navbar .icon-contact, .navbar .icon-donate {
    top: 38px;
  }
}
@media (max-width: 550px) {
  .navbar {
    padding: 20px 0;
  }
  .church-logo.for-navbar {
    width: 250px;
    height: 40px;
    left: -5px;
    top: -22px;
  }
}
/* End Navbar styles*/
/* Carousel styles */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption p, .carousel-caption h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption p {
  font-size: 1.05rem;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-image: url("../images/slides/slide1.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.carousel-item.lock-photo-left-1 {
  background-position: 0 50%;
}
.carousel-item.lock-photo-left-2 {
  background-position: 10% 50%;
}
.carousel-item.lock-photo-left-3 {
  background-position: 20% 50%;
}
.carousel-item.lock-photo-left-4 {
  background-position: 30% 50%;
}
.carousel-item.lock-photo-left-5 {
  background-position: 40% 50%;
}
.carousel-item.lock-photo-right-1 {
  background-position: 100% 50%;
}
.carousel-item.lock-photo-right-2 {
  background-position: 90% 50%;
}
.carousel-item.lock-photo-right-3 {
  background-position: 80% 50%;
}
.carousel-item.lock-photo-right-4 {
  background-position: 70% 50%;
}
.carousel-item.lock-photo-right-5 {
  background-position: 60% 50%;
}

/* Preload carousel images to fix bug of blank images first time around */
#preloadSlide01 { background: url(../images/slides/slide1.jpg) no-repeat -9999px -9999px; }
#preloadSlide02 { background: url(../images/slides/slide2.jpg) no-repeat -9999px -9999px; }
#preloadSlide03 { background: url(../images/slides/slide3.jpg) no-repeat -9999px -9999px; }
#preloadSlide04 { background: url(../images/slides/slide4.jpg) no-repeat -9999px -9999px; }
#preloadSlide05 { background: url(../images/slides/slide5.jpg) no-repeat -9999px -9999px; }
#preloadSlide06 { background: url(../images/slides/slide6.jpg) no-repeat -9999px -9999px; }
#preloadSlide07 { background: url(../images/slides/slide7.jpg) no-repeat -9999px -9999px; }
#preloadSlide08 { background: url(../images/slides/slide8.jpg) no-repeat -9999px -9999px; }
#preloadSlide09 { background: url(../images/slides/slide9.jpg) no-repeat -9999px -9999px; }
#preloadSlide10 { background: url(../images/slides/slide10.jpg) no-repeat -9999px -9999px; }
#preloadSlide11 { background: url(../images/slides/slide11.jpg) no-repeat -9999px -9999px; }
#preloadSlide12 { background: url(../images/slides/slide12.jpg) no-repeat -9999px -9999px; }
#preloadSlide13 { background: url(../images/slides/slide13.jpg) no-repeat -9999px -9999px; }
#preloadSlide14 { background: url(../images/slides/slide14.jpg) no-repeat -9999px -9999px; }
#preloadSlide15 { background: url(../images/slides/slide15.jpg) no-repeat -9999px -9999px; }
#preloadSlide16 { background: url(../images/slides/slide16.jpg) no-repeat -9999px -9999px; }
#preloadSlide17 { background: url(../images/slides/slide17.jpg) no-repeat -9999px -9999px; }
#preloadSlide18 { background: url(../images/slides/slide18.jpg) no-repeat -9999px -9999px; }
#preloadSlide19 { background: url(../images/slides/slide19.jpg) no-repeat -9999px -9999px; }
#preloadSlide20 { background: url(../images/slides/slide20.jpg) no-repeat -9999px -9999px; }

/* Responsive CSS for carousel
-------------------------------------------------- */
/*@media (max-width: 1200px) {
	.carousel-item {
	  background-position: 0 50%;
	}

}*/
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.45rem;
    line-height: 1.4;
  }
}
/* Indicators overwrite (little circles at the bottom) */
.carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50% 50%;
}
/* End carousel styles */
/* Footer */
footer {
  background-color: #1e1e1e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 18px 0;
  height: 75px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.1s linear;
}
.footer-content-container {
  padding-left: 0;
  transition: all 0.1s linear;
}
.icon-fb, .icon-yt, .icon-ruben, 
.icon-efca {
  width: 40px;
  height: 40px;
  background-image: url("../images/icon-fb.png");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 100%;
  cursor: pointer;
  transition: width 0.1s linear, height 0.1s linear;
}
.icon-fb:hover, .icon-yt:hover {
  background-position: 0 0;
}
.icon-yt {
  background-image: url("../images/icon-yt.png");
}
.icon-ruben, 
.icon-efca {
  width: 80px;
  height: 80px;
  background-image: url("../images/icon-ruben.png");
  float: left;
  position: relative;
  left: 20px;
}
.icon-efca {
  width: 60px;
  height: 60px;
	margin: 0 10px;
	border: 2.5px solid #346094;
	background-color: #fff;
	border-radius: 50%;
  background-size: 76% 76%;
	background-position: center;
  background-image: url("../images/efca-logo.png");
	
}
.icon-fb.for-footer, .icon-yt.for-footer {
  position: absolute;
  top: 18px;
  right: calc(50% - 350px);
  transition: top 0.1s linear, right 0.1s linear;
}
.icon-yt.for-footer {
  right: calc(50% - 400px);
}
@media (max-width: 991.5px) {
  footer {
    font-size: 13px;
    text-align: left;
    padding: 18.5px 0;
  }
  .footer-content-container {
    padding-left: 10px;
  }
  .icon-fb.for-footer {
    right: 60px;
  }
  .icon-yt.for-footer {
    right: 10px;
  }
}
@media (max-width: 650px) {
  footer {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  footer {
    font-size: 11px;
    padding: 20.5px 0;
  }
}
@media (max-width: 540px) {
  footer {
    font-size: 10px;
    padding: 21px 0;
  }
  .icon-fb.for-footer, .icon-yt.for-footer {
    top: 20px;
    width: 35px;
    height: 35px;
  }
  .icon-fb.for-footer {
    right: 53px;
  }
}
@media (max-width: 490px) {
  .main-content {
    padding-bottom: 50px;
  }
  footer {
    height: 40px;
    font-size: 7px;
    padding: 10px 0;
  }
  .icon-fb.for-footer, .icon-yt.for-footer {
    top: 7px;
    width: 25px;
    height: 25px;
  }
  .icon-fb.for-footer {
    right: 41.5px;
  }
}
/* Service times*/
.service-times {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 200;
  font-size: 1.1em;
  text-align: center;
}
.service-times > li {
  padding: 10px 5px;
  margin: 0;
}
.service-times > li strong {
  font-weight: 300;
}
.service-times > li.ruben-link,
.efca-link {
  width: 500px;
  float: left;
  position: relative;
  left: calc(50% - 250px);
  cursor: pointer;
  background-color: #d6d2c3;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 2px 2px 6px -1px rgba(30, 30, 30, 0.2);
  border: 1px solid #b6af94;
  transition: background-color 0.1s linear, box-shadow 0.1s linear;
}
.service-times > li.ruben-link:hover,
.efca-link:hover {
  background-color: #e1ddd0;
  box-shadow: 2px 2px 12px -2px rgba(30, 30, 30, 0.3);
}
.service-times > li.ruben-link:hover .icon-ruben {
  background-position: 0 0;
}
.efca-link {
  list-style: none;
  padding: 10px 5px;
  margin: 20px 0 0 0;
  font-weight: 300;
  font-size: 1.1em;
  text-align: center;
}
.service-times > li.ruben-link .line1, 
.service-times > li.ruben-link .line2, 
.efca-link .line1 {
  float: left;
  text-align: left;
  width: calc(100% - 117px);
  position: relative;
  left: 20px;
}
.service-times > li.ruben-link .line1 {
  margin-top: 16px;
}
.efca-link .line1 {
  margin-top: 19px;
}
.service-times > li.ruben-link .line2 {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 650px) {
  .icon-ruben,
  .icon-efca {
    width: 60px;
    height: 60px;
    left: 20px;
  }
  .service-times,
	.efca-link {
    font-size: 1em;
  }
  .service-times > li.ruben-link,
	.efca-link {
    width: 350px;
    left: calc(50% - 175px);
  }
  .service-times > li.ruben-link .line1, 
	.service-times > li.ruben-link .line2,
	.efca-link .line1 {
    left: 23px;
  }
  .service-times > li.ruben-link .line1,
	.efca-link .line1 {
    margin-top: 11px;
    font-size: 14px;
  }
	.efca-link .line1 {
    margin-top: 22px;
  }
  .service-times > li.ruben-link .line2 {
    font-size: 12px;
  }
}
.container.stretch-it {
  max-width: 1400px;
}
.page-inner-container {
  margin-top: 10px;
  padding: 20px;
  border-radius: 4px;
  /*background-color: #e8e8e8;
	box-shadow: 0 0 10px -2px rgba(0,0,0,0.6);
	border: 1px solid #bbb;*/
  overflow: hidden;
  font-weight: 300;
}
.page-inner-container .church-from-street {
  width: 100%;
  height: 275px;
  background-image: url("../images/church-from-street.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 68%;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #bbb;
}

/* Staff stuff */
.staff-container {
  width: 25%;
  height: 200px;
  float: left;
}
.staff-picture {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 2px solid #5f794b;
  border-radius: 50%;
  margin-top: 10px;
  background-size: 105% 105%;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
}
.staff-container.active .staff-picture, .staff-container.hover .staff-picture {
  background-size: 115% 115%;
  border-color: #1e1e1e;
}
.modal-staff-container {
  width: 160px;
  text-align: center;
  float: left;
}
.modal-staff-text {
  width: calc(100% - 180px);
  min-height: 200px;
  float: left;
  padding: 18px 20px 10px 20px;
  margin-left: 20px;
  font-size: 0.85em;
  font-weight: 300;
  border-radius: 3px;
  background: #f5f5f5;
}
.modal-staff-container .staff-picture, .modal-staff-container .staff-name {
  cursor: default;
}
.modal-staff-container .staff-picture {
  border-color: #1e1e1e;
}
.modal-staff-container .staff-name {
  color: #1e1e1e;
  font-size: 1em;
}
.modal-staff-container .staff-title {
  font-size: 0.85em;
}
.staff-picture.ruben {
  background-image: url("../images/staff/ruben-alt.jpg");
}
.staff-picture.luis-castaneda {
	background-image: url("../images/staff/luis-castaneda.png")
}
.staff-picture.victor-pena {
	background-image: url("../images/staff/victor-pena.jpg");
  }
.staff-picture.daniel {
	background-image: url("../images/staff/daniel.jpg");
}
.staff-picture.ron-woeste {
	background-image: url("../images/staff/ron-woeste.jpg");
}
.staff-picture.dave-barnes {
	background-image: url("../images/staff/dave-barnes.jpg");
}
.staff-picture.rene {
  background-image: url("../images/staff/rene.jpg");
}
.staff-picture.mark {
  background-image: url("../images/staff/mark.jpg");
}
.staff-picture.chano-leal {
	background-image: url("../images/staff/chano-leal.jpg");
}
.staff-picture.pete {
  background-image: url("../images/staff/pete.jpg");
}
.staff-picture.ramon-valentin {
	background-image: url("../images/staff/ramon-valentin.jpg");
}
.staff-picture.juan-j-luna {
	background-image: url("../images/staff/juan-luna.jpeg");
}
.staff-picture.norberto-cruz {
	background-image: url("../images/staff/norberto-cruz.jpeg");
}
.staff-picture.jaime-cerda {
	background-image: url("../images/staff/jaime-cerda-ai.jpg");
}
.staff-picture.miguel-torres {
	background-image: url("../images/staff/miguel-torres.jpg");
}
.staff-picture.lupe-rodriguez {
	background-image: url("../images/staff/lupe-rodriguez.jpeg");
}
.staff-picture.joe {
  background-image: url("../images/staff/joe.jpg");
}
.staff-picture.grant {
  background-image: url("../images/staff/grant.jpg");
}
.staff-picture.nate {
  background-image: url("../images/staff/nate.jpg");
}
.staff-picture.ana-villanueva {
	background-image: url("../images/staff/ana-villanueva.jpg");
}
.staff-picture.kris {
  background-image: url("../images/staff/kris.jpg");
}
.staff-picture.nancy {
  background-image: url("../images/staff/nancy.jpg");
}
.staff-picture.christy {
  background-image: url("../images/staff/christy.jpg");
}

.staff-name {
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 1.2em;
  padding-top: 5px;
  color: #5f794b;
}
.staff-container.active .staff-name, .staff-container.hover .staff-name {
  color: #1e1e1e;
}
.staff-picture, .staff-name {
  /*cursor: pointer;*/
}
@media (max-width: 991.5px) {
  .page-inner-container {
    font-size: 0.85em;
  }
  .staff-picture {
    width: 130px;
    height: 130px;
    margin-top: 15px;
  }
  .modal-staff-container {
    position: relative;
    left: -12px;
    top: -3px;
    margin-bottom: 3px;
  }
  .modal-staff-text {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.5px) {
  .staff-container {
    width: 50%;
  }
}
@media (max-width: 650px) {
	.page-inner-container .church-from-street {
	background-position: 10% 68%;
	}
  .staff-container {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .staff-picture {
    width: 140px;
    height: 140px;
  }
}
#modalStaffRuben .modal-header, 
#modalStaffRene .modal-header, 
#modalStaffMark .modal-header, 
#modalStaffPete .modal-header, 
#modalStaffJoe .modal-header, 
#modalStaffDaniel .modal-header, 
#modalStaffGrant .modal-header, 
#modalStaffNate .modal-header, 
#modalStaffKris .modal-header, 
#modalStaffNancy .modal-header, 
#modalStaffChristy .modal-header, 
#modalStaffCarlos .modal-header, 
#modalBook1 .modal-header {
  padding: 0;
  border-bottom: none;
}
#modalStaffRuben .modal-body, 
#modalStaffRene .modal-body, 
#modalStaffMark .modal-body, 
#modalStaffPete .modal-body, 
#modalStaffJoe .modal-body, 
#modalStaffDaniel .modal-body, 
#modalStaffGrant .modal-body, 
#modalStaffNate .modal-body, 
#modalStaffKris .modal-body, 
#modalStaffNancy .modal-body, 
#modalStaffChristy .modal-body, 
#modalStaffCarlos .modal-body, 
#modalBook1 .modal-body {
  padding-top: 3px;
}
#modalStaffRuben .modal-header .btn-close, 
#modalStaffRene .modal-header .btn-close, 
#modalStaffMark .modal-header .btn-close, 
#modalStaffPete .modal-header .btn-close, 
#modalStaffJoe .modal-header .btn-close, 
#modalStaffDaniel .modal-header .btn-close, 
#modalStaffGrant .modal-header .btn-close, 
#modalStaffNate .modal-header .btn-close, 
#modalStaffKris .modal-header .btn-close, 
#modalStaffNancy .modal-header .btn-close, 
#modalStaffChristy .modal-header .btn-close, 
#modalStaffCarlos .modal-header .btn-close, 
#modalBook1 .modal-header .btn-close {
  padding: 5px;
  margin: .2rem .2rem .1rem auto
}
.qr-container {
  margin: 0 auto;
  font-size: 0.95em;
  text-align: center;
  width: 200px;
}
.qr-text {
  margin-top: 5px;
}
.qr-text input[type="image"] {
  margin-top: 25px;
}

/* Donate button */
.paypal-button {
  cursor: pointer;
  margin-top: 20px;
  background-image: url("../images/paypal_button.png");
  background-size: 100% 200%;
  background-position: 0 100%;
  width: 200px;
  height: 55px;
}
.paypal-button:hover {
  background-position: 0 0;
}

/* Maps */
#map {
	width: 100%;
	height: 275px;
	border-radius: 3px;
	border: 1px solid #bbb;
	position: relative;
}
#map.fullscreen {
	width: auto;
	height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
	z-index: 1000;
}
.icon-full-screen,
.icon-refresh {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 33px;
	height: 33px;
	background-image: url("../images/icon-fullscreen.png");
	background-size: 200% 200%;
	background-position: 0 0;
	z-index: 999;
	border: 1px solid #bbb;
	border-radius: 3px;
}
.icon-refresh {
	top: 10px;
	bottom: inherit;
	background-size: 100% 200%;
	background-image: url("../images/icon-refresh.png");
}
.icon-refresh:hover {
	background-position: 0 100%;
}
.icon-full-screen:hover {
	background-position: 0 100%;
}
.icon-full-screen.active {
	background-position: 100% 0;
}
.icon-full-screen.active:hover {
	background-position: 100% 100%;
}
.leaflet-bottom.leaflet-right {
	opacity: 0;
}
.leaflet-popup-content {
	text-align: center;
}
.contact-us-container{
	float: left;
	width: 50%;
	padding: 20px 20px 20px 60px;
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 50px;
	position: relative;
}
.contact-us-container-alt{
	float: left;
	width: 50%;
	padding: 20px 20px 20px 30px;
	margin-top: 10px;
}
.contact-us-container-alt .title{
	font-weight: 400;
	font-size: 1.2em;
}

/* Icons for contact us page */
.icon-red-marker,
.icon-envelope,
.icon-network,
.icon-phone {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
}
.icon-red-marker {
	width: 22px;
	height: 30px;
	background-image: url("../images/icon-marker-red.png");
	left: 23px;
	margin-top: 7px;
}
.icon-envelope {
	width: 27px;
	height: 19px;
	background-image: url("../images/icon-envelope.png");
	left: 21px;
	margin-top: 14px;
}
.icon-network {
	width: 25px;
	height: 25px;
	background-image: url("../images/icon-network.png");
	left: 22px;
	margin-top: 12px;
}
.icon-phone {
	width: 24px;
	height: 24px;
	background-image: url("../images/icon-phone.png");
	left: 22px;
	margin-top: 11px;
}
@media (min-width: 885px) and (max-width: 1200px) {
	.contact-us-container{
		padding: 20px 20px 20px 55px;
		font-size: 1.05em;
		line-height: 45px;
	}
	.contact-us-container-alt{
		font-size: 0.9em;
	}
	.icon-red-marker,
	.icon-envelope,
	.icon-network,
	.icon-phone {
		transform: scale(0.9, 0.9);
	}
}
@media (max-width: 885px) {
	.contact-us-container{
		margin-top: 0;
		width: 100%;
	}
	.contact-us-container-alt{
		margin-top: 0;
		width: 100%;
	}
}
@media (max-width: 560px) {
	.contact-us-container{
		padding: 20px 20px 20px 55px;
		font-size: 1.1em;
	}
	.icon-red-marker,
	.icon-envelope,
	.icon-network,
	.icon-phone {
		transform: scale(0.8, 0.8);
	}
	.icon-red-marker {
		margin-top: 8px;
	}
	.icon-envelope {
		margin-top: 15px;
	}
	.icon-network {
		margin-top: 13px;
	}
	.icon-phone {
		margin-top: 10px;
	}
}

/* Store page */
.store-category-container {
	font-weight: 300;
	font-size: 1.6em;
}
.store-product-container {
	border: 1px solid #bbb;
	background-color: #f9f7f2;
	box-shadow: 1px 1px 15px -6px rgba(0,0,0,0.4);
	border-radius: 3px;
	padding: 20px;
	font-weight: 200;
	font-size: 1.3em;
	min-height: 80px;
	overflow: hidden;
}
.product-1-photo,
.product-description,
.product-action {
	float: left;
}
.product-2-photo,
.product-description,
.product-action {
	float: left;
}
.product-1-photo {
	width: 140px;
	height: 214px;
	border: 1px solid #757575;
	border-radius: 2px;
	background-image: url("../images/InSearchOfFaith_DrRubenMartinez_2nd.jpg");
	background-size: 100% 100%;
	box-shadow: 2px 2px 15px -4px rgba(0,0,0,0.5);
	cursor: pointer;
	background-position: center center;
	transition: all 0.1s linear;
}
.product-1-photo:hover {
	background-size: 103% 103%;
	background-position: center center;
	box-shadow: 4px 4px 17px -7px rgba(0,0,0,0.7);
}
.product-2-photo {
	width: 140px;
	height: 214px;
	border: 1px solid #757575;
	border-radius: 2px;
	background-image: url("../images/InSearchOfFaith_DrRubenMartinez_esp.jpg");
	background-size: 100% 100%;
	box-shadow: 2px 2px 15px -4px rgba(0,0,0,0.5);
	cursor: pointer;
	background-position: center center;
	transition: all 0.1s linear;
}
.product-2-photo:hover {
	background-size: 103% 103%;
	background-position: center center;
	box-shadow: 4px 4px 17px -7px rgba(0,0,0,0.7);
}
.product-description {
	width: calc(100% - 140px);
	padding: 0 20px;
}
.product-action {
	margin-top: 5px;
}
.product-title {
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: -5px;
}
.product-secondary-title {
	font-weight: 300;
	font-size: 0.85em;
}
.product-price {
	font-weight: 500;
	font-size: 0.7em;
	margin-top: 15px;
}
.product-info-text{
	margin-top: 15px;
	font-size: 0.65em;
	font-weight: 400;
}
@media (max-width: 767.5px){
	.product-description {
		width: 100%;
		padding: 0 1px;
		margin-top: 15px;
	}
}
.more-text {
	display: none;
}
.more-text.showing {
	display: inline;
}

/* Video page and datatables on it */
.search-container {
	width:  100%;
	text-align: right;
    font-size: .6em;
	margin-bottom: -17px;
}
.series-title {
	color: #465638;
	text-shadow: 2px 2px 3px #f5efe5;
	margin-top: 35px;
	height: 80px;
	font-weight: 300;
    font-size: 1.8em;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 1px solid #f9f7f2;
	background-color: #d6d1bf;
	padding: 20px 0 0 212px;
	background-image: url("../images/series-title-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	cursor: pointer;
}
.table-shadow.active .series-title {
	border-bottom: 1px solid #f9f7f2 !important;
}
.series-title:hover {
	color: #1e1e1e;
	text-shadow: 2px 2px 3px #fff;
	background-blend-mode: overlay;
}
.video-page .table-shadow.collapsed {
	cusor:pointer;
}
.video-page .table-shadow.collapsed .series-title {
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.video-page .table-shadow.collapsed td.video-title a,
.video-page .table-shadow.currently-searching td.video-title a {
	display: none;
}
.no-results-message {
	display: none;
	border: 1px solid #bbb;
	font-size: 1.8em;
	font-weight: 100;
	position: relative;
	margin-top: 30px;
	background-color: #e8e8e8;
	border-radius: 3px;
	padding: 20px;
}
.icon-series,
.icon-series-darkener {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top-left-radius: 1px;
}
.video-page .table-shadow.collapsed .icon-series,
.video-page .table-shadow.collapsed .icon-series-darkener {
	border-bottom-left-radius: 1px;
}
.icon-series-darkener {
	background-image: none;
}
.series-title:hover .icon-series-darkener {
	background-image: url("../images/icon-series-darkener.png");
}
.icon-series.proverbs {
	background-image: url("../images/icon-series-proverbs.jpg");
}
.icon-series.purpose-vision {
	background-image: url("../images/icon-series-purpose-vision.png");
}
.icon-series.life-series {
	background-image: url("../images/icon-series-life-series.jpg");
}
.icon-series.thessalonians {
	background-image: url("../images/icon-series-thessalonians.jpg");
}
.icon-series.revelation {
	background-image: url("../images/icon-series-revelation.jpg");
}
.icon-series.theology101 {
	background-image: url("../images/icon-series-theology101.png");
}
.icon-series.psalms {
	background-image: url("../images/icon-series-psalms.jpg");
}
.icon-series.amos {
	background-image: url("../images/icon-series-amos.jpg");
}
.icon-series.matthew {
	background-image: url("../images/icon-series-matthew.jpg");
}
.icon-series.luke {
	background-image: url("../images/icon-series-luke.jpg");
}
.icon-series.john {
	background-image: url("../images/icon-series-john.jpg");
}
.icon-series.acts {
	background-image: url("../images/icon-series-acts.jpg");
}
.icon-series.galatians {
	background-image: url("../images/icon-series-galatians.jpg");
}
.icon-series.colossians {
	background-image: url("../images/icon-series-colossians.jpg");
}
.icon-series.james {
	background-image: url("../images/icon-series-james.jpg");
}
.icon-series.peter {
	background-image: url("../images/icon-series-peter.jpg");
}
.icon-series.attributes {
	background-image: url("../images/icon-series-attributes.jpg");
}
.icon-series.discerning {
	background-image: url("../images/icon-series-discerning.jpg");
}
.icon-series.efca {
	background-image: url("../images/icon-series-efca.jpg");
}
.icon-series.family {
	background-image: url("../images/icon-series-family.jpg");
}
.icon-series.lords-table {
	background-image: url("../images/icon-series-lords-table.jpg");
}
.icon-series.giving {
	background-image: url("../images/icon-series-giving.jpg");
}
.icon-series.holidays {
	background-image: url("../images/icon-series-holidays.jpg");
}
.icon-series.espanol {
	background-image: url("../images/icon-series-espanol.jpg");
}
.icon-series.misc {
	background-image: url("../images/icon-series-misc.jpg");
}
.icon-expander {
	position: absolute;
	right: 16px;
	top: 22px;
	width: 36px;
	height: 36px;
	background-image: url("../images/icon-expander.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0.7;
	transform: rotate(0deg);
	transition: transform .1s linear;
}
.series-title:hover .icon-expander {
	opacity: 1;
}
.table-shadow.active .icon-expander {
	transform: rotate(90deg);
}

.video-page .dataTables_wrapper {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #f9f7f2;
}
.video-page .table-shadow.collapsed:not(.currently-searching) .dataTables_wrapper {
	display: none;
}
.table-shadow {
	box-shadow: 1px 1px 15px -6px rgba(0,0,0,0.4);
}

#searchAllSeries {
	border-radius: 25px;
	background-image: url("../images/magnify.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px top 5px;
	width: 240px;
	height: 34px;
	font-size: 16px;
	border: 1px solid #aaa;
	padding-left: 10px;
	padding-right: 34px;
	color: #757575;
}
#searchAllSeries:focus,
#searchAllSeries:focus-visible {
	outline: none;
	box-shadow: 1px 1px 11px -5px rgba(95,121,75,0.4);
}
/* video thumbnails in datatables */
.youtube-thumbnail {
	width: 180px;
	height: 100px;
	background-color: #e8e8e8;
	margin-top: 10px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.icon-play {
	width: 50px;
	height: 34px;
	position: relative;
	left: calc(50% - 25px);
	top: calc(50% - 17.5px);
	background-image: url("../images/icon-play.png");
	background-size: 100% 200%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.youtube-thumbnail:hover .icon-play {
	background-position: 0 100%;
}
.datatable-series td:first-child {
	width: 200px !important;
}
.datatable-series tbody > tr:first-child > td:first-child .youtube-thumbnail {
	margin-top: 0;
}
.datatable-series tbody > tr:last-child > td:first-child .youtube-thumbnail {
	margin-bottom: 0;
}
.datatable-series td.video-title {
	font-size: 1.2em;
}
.datatable-series th,
.datatable-staff th {
	font-size: 0;
	color: #f9f7f2;
}
#modalYouTubePlayer .modal-youtube-title {
	display: inline-block;
	width: calc(100% - 30px);
	position: relative;
	top: 5px;
}
#modalYouTubePlayer .modal-header {
	font-size: 1.2em;
}
#modalYouTubePlayer .modal-header button {
	font-size: 0.7em;
}
#modalYouTubePlayer .modal-dialog {
	width: 70% !important;
	height: 70vh !important;
	margin-top: -10px;
	max-width: calc(100% - 40px)!important;
}
#modalYouTubePlayer .modal-body iframe {
	width: 100%;
	height: 60vh;
}
#modalYouTubePlayer {
	overflow: hidden !important;
}
@media (max-width: 991.5px) {
	#modalYouTubePlayer .modal-dialog {
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: 5px;
	}
}

@media (max-width: 991.5px) {
	.youtube-thumbnail {
		width: 120px;
		height: 67px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.datatable-series td:first-child {
		width: 130px !important;
	}
	.datatable-series td.video-title {
		font-size: 1.1em;
	}
	.series-title {
		font-size: 1.65em;
		padding: 18px 0 0 143px;
		height: 67px;
	}
	.icon-series,
	.icon-series-darkener {
		width: 132px;
	}
	#searchAllSeries {
		width: 50%;
	}
	.icon-expander {
		width: 34px;
		height: 34px;
		top: 16px;
		right: 13px;
	}
}
@media (max-width: 767.5px) {
	.no-results-message {
		font-size: 1.4em;
	}
	.youtube-thumbnail {
		width: 100px;
		height: 56px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.datatable-series td:first-child {
		width: 105px !important;
	}
	.datatable-series td.video-title {
		font-size: 1em;
	}
	.series-title {
		font-size: 1.4em;
		padding: 14px 0 0 117px;
		height: 55px;
	}
	.icon-series,
	.icon-series-darkener {
		width: 111px;
	}
	#searchAllSeries {
		width: 100%;
	}
	.icon-expander {
		width: 30px;
		height: 30px;
		top: 12px;
		right: 8px;
	}
}
@media (max-width: 500px) {
	.series-title {
		font-size: 1.35em;
		padding: 15px 0 0 117px;
	}
	.icon-expander {
		width: 25px;
		height: 25px;
		top: 15px;
		right: 5px;
	}
}

@media (max-width: 450px) {
	.series-title {
		font-size: 1.25em;
		padding: 16px 0 0 117px;
	}

}
@media (max-width: 435px) {
	.series-title {
		font-size: 1.1em;
		padding: 17px 0 0 117px;
	}
	.icon-expander {
		width: 22px;
		height: 22px;
		top: 16px;
	}
}
@media (max-width: 408px) {
	.series-title {
		font-weight: 400;
		font-size: 0.94em;
		padding: 19px 0 0 117px;
	}
	.icon-expander {
		top: 17px;
	}
}


.video-page iframe {
	width: 180px;
	height: 100px;
}

/* Pagination styles */
.page-item.active .page-link {
    background-color: #5f794b;
    border-color: #5f794b;
}
.page-link {
    color: #5f794b;
}
.page-link:hover {
    color: #7d926d;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(125 146 109 / 25%);
}
@media (max-width: 767.5px) {
	ul.pagination {
		transform: scale(.9,.9)
	}
}
@media (max-width: 600px) {
	ul.pagination {
		transform: scale(.73,.73)
	}
}

/* Spinner */
.spinner-container {
	width: 100%;
	padding-left: calc(50% - 25px);
	padding-top: 25px;
	height: 100px;
}
#loading {
  display: inline-block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(95,121,75,.3);
  border-radius: 50%;
  border-top-color: #5f794b;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

/* Expandable Panels */
.expandable-panel {
    margin-top: 20px;
    box-shadow: 2px 2px 6px -1px rgb(30 30 30 / 20%);
    border-radius: 4px;
    border: 1px solid #b6af94;
	position: relative;
}
.expandable-panel-title {
    list-style: none;
    padding: 20px 5px 20px 90px;
    font-size: 1.6em;
    font-weight: 300;
    cursor: pointer;
    background-color: #d6d2c3;
    transition: all 0.1s linear;
	color: #212529;
    height: 80px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.expandable-panel-body {
    padding: 20px 30px;
    background-color: #f9f7f2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.circle-icon {
	border: 2.5px solid #346094;
	background-color: #fff;
	position: absolute;
	left: 18px;
	top: 9px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 1px 1px 6px -3px rgba(30,30,30,0.6);
	background-repeat: no-repeat;
	background-position: center;
    transform: rotate(0deg);
    transition: all 0.1s linear;
	background-size: cover;
  	background-size: 85% 85%;	
	cursor: pointer;
}
.expandable-panel .icon-expander {
    transform: rotate(0deg);
}
.expandable-panel.active .icon-expander {
    transform: rotate(90deg);
}
.expandable-panel .expandable-panel-body {
	display: none;
}
.circle-icon.leadership {
	background-image: url("../images/icon-leadership.png");
  	background-size: 85% 85%;	
	border-color: #5f794a;
}
.circle-icon.purpose {
	background-image: url("../images/logo-church-graphic-only.png");
	background-position: center 1px;
	border-color: #8a8369;
}
.circle-icon.vision {
	background-image: url("../images/icon-vision.png");
  	background-size: 70% 70%;	
	background-position: 8px 10px;
	border-color: #532d6d;
}
.circle-icon.efca {
	background-image: url("../images/efca-logo.png");
  	background-size: 80% 80%;	
	border-color: #346094;
}
.icon-expander.fill-in {
	background-image: url("../images/icon-expander-fill-in.png");
	opacity: 1;
	cursor: pointer;
}

.efca-statement p {
	margin-bottom: 20px;
}

.efca-big-logo {
	width: 100%;
	height: 150px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/efca-logo.png");
	margin-bottom: 33px;
}
.white-paper-container {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	padding: 30px 30px 20px 30px;
    box-shadow: 1px 1px 6px -3px rgb(30 30 30 / 60%);
	
}

.bio-container {
	min-height: 230px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	padding: 10px;
    box-shadow: 1px 1px 6px -3px rgb(30 30 30 / 60%);
}
.bio-container .staff-title {
	font-size: 0.8em
}
.bio-container:last-of-type {
	margin-bottom: 0;
}
.bio-photo {
	display: inline-block;
	float:left;
	width: 180px;
	height: 230px;
	text-align: center;
	margin-right: 10px;
	background-color: #e8e8e8;
	transition: width 0.1s linear;
}
.bio-photo.extend {
	height: 250px;
}
.bio-text {
	padding-left: 200px;
}
@media (max-width: 991.5px) {
	.expandable-panel-title {
		padding: 25px 5px 20px 90px;
	}
	.expandable-panel .icon-expander {
		top: 24px;
	}
	.bio-photo {
		height: 210px;
	}
	.bio-photo.extend {
		height: 225px;
	}
  }
@media (max-width: 650px) {
	.expandable-panel-title {
		font-size: 1.3em;
		padding: 27px 5px 20px 90px;
	}
	.expandable-panel .icon-expander {
		top: 26px;
		width: 28px;
		height: 28px;
	}
	.bio-text {
		padding-left: 0;
	}
	.bio-photo.extend {
		height: 220px;
	}
}
@media (max-width: 450px) {
	.bio-photo{
		width: 100%;
		margin-bottom: 7px;
	}
}