.indexContainer .container-fluid {
  overflow: hidden;
}
.indexContainer .container-bounded {
  max-width: 1280px;
  margin: 0 auto;
}

.language-container {
  margin-top: 15px;
  text-align: right;
}
.language-container a {
  text-decoration: none;
}
.language-container .language-title {
  position: relative;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
}
.language-container .language-title:hover {
  border-color: #3C82BA;
  color: #3C82BA;
}
.language-container .active {
  border-color: #3C82BA;
  color: #3C82BA;
}

.mobile-language-container {
  text-align: right;
}
.mobile-language-container a {
  text-decoration: none;
}
.mobile-language-container .language-title {
  position: relative;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
}
.mobile-language-container .language-title:hover {
  border-color: #3C82BA;
  color: #3C82BA;
}
@media (max-width: 430px) {
  .mobile-language-container .language-title {
    width: 35px;
    height: 35px;
    padding: 4px;
    font-size: 14px;
  }
}
.mobile-language-container .active {
  border-color: #3C82BA;
  color: #3C82BA;
}

.externalLinks {
  color: white;
  border: 2px solid;
  padding: 5px;
  border-radius: 5px;
}
.externalLinks:hover {
  border-color: #3C82BA;
  color: #3C82BA;
}

.centered {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  width: 92%;
  margin-left: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
}

.indexTitle {
  font-size: 1.9em;
  text-align: center;
  color: #63baec;
  font-weight: bold;
  margin-top: 25px;
}
.indexTitle:first-letter {
  font-size: 1.3em;
}

.bible {
  position: relative;
  text-align: center;
  font-size: 1.3em;
  padding: 20px;
}

@media (max-width: 991px) {
  .xs-achievement {
    margin-bottom: 50px;
  }
}

.achievementContainer {
  position: relative;
  height: 564px;
  text-align: center;
  background-color: white;
  padding-top: 20px;
  -webkit-box-shadow: 2px 3px 3px 0 #BFBFBF;
  -moz-box-shadow: 2px 3px 3px 0 #BFBFBF;
  box-shadow: 2px 3px 3px 0 #BFBFBF;
}
@media (max-width: 991px) {
  .achievementContainer {
    font-size: 0.9em;
    height: 94%;
  }
}
.achievementContainer .index-date {
  color: white;
  padding: 5px;
  background: #57B0C7;
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, #57B0C7, #75A8FD);
}
@media (max-width: 1319px) {
  .achievementContainer .index-date {
    font-size: 0.9em;
  }
}
.achievementContainer .titleContainer {
  margin: auto 0;
  padding-left: 0;
}
.achievementContainer .index-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.achievementContainer .index-title a {
  color: black;
  font-weight: bold;
}
.achievementContainer .dotted-line {
  padding-left: 18px;
  padding-right: 18px;
}
.achievementContainer .dotted-line .dotted-line-hr {
  border-top: 2px dotted #D1D1D1;
  margin-top: 10px;
}
.achievementContainer .index-read-more {
  position: absolute;
  font-size: 1.8em;
  bottom: 0;
  width: 100%;
  color: #71B8FF;
}

.videoTitle {
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  color: white;
  background: #57B0C7;
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, #57B0C7, #75A8FD);
  margin-bottom: 0px;
  font-size: 1.2em;
  padding: 15px;
}

.videoContainer {
  height: 202px;
  text-align: center;
  background-color: black;
  -webkit-box-shadow: 2px 3px 3px 0 #BFBFBF;
  -moz-box-shadow: 2px 3px 3px 0 #BFBFBF;
  box-shadow: 2px 3px 3px 0 #BFBFBF;
}
.videoContainer .video {
  height: 95%;
  max-width: 94%;
}

.specialNewsContainer {
  height: 216px;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 2px 3px 3px 0 #BFBFBF;
  -moz-box-shadow: 2px 3px 3px 0 #BFBFBF;
  box-shadow: 2px 3px 3px 0 #BFBFBF;
}

.linkContainer {
  background-color: white;
  padding: 25px 20px 50px 20px;
}
.linkContainer a {
  text-decoration: none;
}
.linkContainer .link-image {
  margin-top: 25px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-box-shadow: 3px 3px 3px 0px #9e9e9e;
  -moz-box-shadow: 3px 3px 3px 0px #9e9e9e;
  box-shadow: 3px 3px 3px 0px #9e9e9e;
  height: 120px;
}
@media (max-width: 575px) {
  .linkContainer {
    padding: 15px 5px;
  }
  .linkContainer .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .linkContainer .col-6 .link-image {
    margin-top: 10px;
    height: 105px;
  }
  .linkContainer .col-6 .link-text {
    font-size: 1.3em !important;
  }
}

.link-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 1.7em;
  text-shadow: 2px 2px 2px black;
}

.news-slider {
  width: 100%;
  height: 520px;
  margin: 0 auto;
  position: relative;
}
.news-slider .news-slide {
  position: relative;
  height: 400px;
  width: 282px;
  margin: 10px auto;
  background: transparent;
  -webkit-box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.7);
}
.news-slider .news-image, .news-slider .news-content, .news-slider .news-active {
  background: white;
}
.news-slider .news-image {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 5px;
}
.news-slider .news-image .news-image-link {
  width: auto;
  max-width: none;
  height: 100%;
}
.news-slider .news-image img {
  width: auto;
  max-width: none;
  height: 100%;
}
.news-slider .news-image .like-container {
  width: 82px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #30E9B5;
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, #30E9B5, #2EB4B1);
  display: inline-flex;
  padding: 3px 9px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.news-slider .news-image .like-container .like-text {
  width: 100%;
  margin: auto;
  color: white;
  margin-left: 3px;
  text-align: center;
}
.news-slider .news-image .center-like {
  background: #4FADBD;
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, #4FADBD, #76B2FF);
}
.news-slider .news-content {
  padding: 20px 10px;
  text-align: center;
  height: 164px;
}
.news-slider .news-content a {
  outline: none;
  color: black;
}
.news-slider .news-content a .news-title {
  font-size: 18px;
  font-weight: bold;
}
.news-slider .news-content a .news-description {
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
}
.news-slider .news-border {
  height: 6px;
  width: 100%;
  background: url(../images/newsBottomGreen.png) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.news-slider .news-active {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 368px;
  left: 0px;
  background: url(../images/newsBottomArrow_edited.png) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.news-slider .news-active .read-more {
  position: absolute;
  font-size: 1.8em;
  top: 0;
  width: 100%;
  color: #71B8FF;
  text-align: center;
  display: block;
}
.news-slider .news-active .read-more:hover {
  text-decoration: none;
}
.news-slider .slick-list {
  padding: 0 10px;
}
.news-slider .slick-track {
  padding: 20px 0px 80px;
}
.news-slider .slick-slide:focus {
  outline: none;
}
.news-slider .slick-current .news-slide {
  margin: 0 auto;
  z-index: 5;
}
.news-slider .slick-current .news-border {
  height: 0px;
}
.news-slider .prevButton, .news-slider .nextButton {
  position: absolute;
  height: 76px;
  width: 45px;
  top: 50%;
  margin-top: -38px;
  z-index: 5;
  cursor: pointer;
}
.news-slider .prevButton img, .news-slider .nextButton img {
  width: 100%;
  height: auto;
}
.news-slider .prevButton {
  left: -15px;
}
.news-slider .nextButton {
  right: -15px;
}
@media (min-width: 400px) {
  .news-slider .prevButton, .news-slider .nextButton {
    width: 50px;
  }
  .news-slider .prevButton {
    left: 0px;
  }
  .news-slider .nextButton {
    right: 0px;
  }
}
@media (min-width: 900px) {
  .news-slider .news-active {
    height: 0;
  }
  .news-slider .news-active .read-more {
    display: none;
  }
  .news-slider .news-active {
    height: 0px;
  }
  .news-slider .slick-current .news-slide {
    height: 420px;
    width: 310px;
    left: -4px;
  }
  .news-slider .slick-current .news-slide .news-active {
    height: 110px;
    top: 394px;
  }
  .news-slider .slick-current .news-slide .news-active .read-more {
    display: block;
    outline: none;
  }
}
@media (min-width: 1100px) {
  .news-slider {
    width: 86%;
  }
  .news-slider .prevButton {
    left: -50px;
  }
  .news-slider .nextButton {
    right: -50px;
  }
}
@media (min-width: 1280px) {
  .news-slider {
    width: 70%;
  }
  .news-slider .slick-current .news-slide {
    left: -7px;
  }
}

.life-bg {
  margin: 40px -15px 0;
  background: url(../images/bg_blue.png) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 15px;
  width: auto;
}

.life-container {
  padding: 40px 0 80px;
  margin: 0 -15px;
}
.life-container .indexTitle {
  color: white;
  margin-top: 0;
}
.life-container hr {
  margin: 10px 20px 40px;
  border: 1px outset white;
}
.life-container .slides-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.life-container .slides-container .col {
  padding: 0;
}
.life-container .life-slide {
  background: white;
  padding: 10px;
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.7);
  position: relative;
  margin: 10px auto;
  opacity: 0;
}
.life-container .life-slide a {
  color: black;
  text-decoration: none;
}
.life-container .life-slide a:hover {
  font-weight: bold;
}
.life-container .life-slide.in-view {
  opacity: 1;
}
.life-container .life-slide .life-image {
  height: 120px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.life-container .life-slide .life-image img {
  height: 100%;
  width: auto;
  max-width: none;
}
.life-container .life-slide .life-title {
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
.life-container .life-slide.item0 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 1;
}
.life-container .life-slide.item1 {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  z-index: 3;
}
.life-container .life-slide.item2 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
  z-index: 3;
}
.life-container .life-slide.item3 {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  z-index: 0;
}
.life-container .life-slide.item4 {
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  transform: rotate(-13deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  z-index: 1;
}
.life-container .life-slide.item5 {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.life-container .life-slide.item6 {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -ms-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
  z-index: 1;
}
@media (max-width: 767px) {
  .life-container .life-slide.item1 {
    margin-top: -10px;
  }
  .life-container .life-slide.item2 {
    margin-top: 23px;
  }
  .life-container .life-slide.item3 {
    margin-top: -20px;
    margin-left: 20px;
  }
  .life-container .life-slide.item4 {
    margin-top: 28px;
  }
  .life-container .life-slide.item5 {
    margin-top: -30px;
  }
  .life-container .life-slide.item6 {
    margin-top: 50px;
    margin-left: -10px;
  }
}
@media (min-width: 991px) {
  .life-container {
    margin: 0 auto;
  }
  .life-container .life-slide {
    width: 280px;
    height: 280px;
    max-width: 100%;
    padding: 15px;
  }
  .life-container .life-slide .life-image {
    height: 230px;
  }
}

.calendarContainer {
  background: white;
  height: 564px;
  -webkit-box-shadow: 2px 3px 3px 0 #BFBFBF;
  -moz-box-shadow: 2px 3px 3px 0 #BFBFBF;
  box-shadow: 2px 3px 3px 0 #BFBFBF;
}
.calendarContainer #index-calendar {
  position: relative;
  z-index: 2;
  padding: 0;
  border-bottom: 1px solid #75a7fd;
}
.calendarContainer #index-calendar .datepicker {
  width: 100%;
}
.calendarContainer #index-calendar .datepicker table {
  width: 100%;
  margin: 0 auto;
}
.calendarContainer #index-calendar .datepicker table tr td {
  padding: 10px 0;
}
.calendarContainer #index-calendar .datepicker table tr td.disabled, .calendarContainer #index-calendar .datepicker table tr td.disabled:hover {
  color: black;
}
.calendarContainer #index-calendar .datepicker table tr td.old, .calendarContainer #index-calendar .datepicker table tr td.old:hover, .calendarContainer #index-calendar .datepicker table tr td.new, .calendarContainer #index-calendar .datepicker table tr td.new:hover {
  color: #777;
}
.calendarContainer #index-calendar .datepicker table tbody tr td.active {
  background: #75a7fd;
  border: none;
  text-shadow: none;
  color: white;
}
.calendarContainer #index-calendar .datepicker table tbody tr td.new.active {
  background: #57b1c7;
  color: #777;
}
.calendarContainer #index-calendar .datepicker .datepicker-switch {
  background: none;
}
.calendarContainer #index-calendar .datepicker .prev, .calendarContainer #index-calendar .datepicker .next {
  color: #57b1c7;
  background: none;
}
.calendarContainer #index-calendar .datepicker .prev {
  text-align: right;
}
.calendarContainer #index-calendar .datepicker .next {
  text-align: left;
}
.calendarContainer .calendar-details-container {
  padding: 0;
}
.calendarContainer .calendar-details {
  width: 100%;
  height: 230px;
  background: #fff;
  margin: 5px auto;
  overflow: auto;
  padding: 5px;
}
.calendarContainer .calendar-details div {
  border-bottom: 1px solid #57b1c7;
  padding: 2px;
  margin: 0 5px;
}

.news-on-banner-title {
  background: linear-gradient(to right, #57B0C7, #75A8FD);
  font-size: 1.4em;
  color: white;
  height: 50px;
}

/*# sourceMappingURL=index.css.map */
