/* [Master Stylesheet] */
/*
Template Name: Crose
Template Author: Colorlib
Template Author URI: http://colorlib.com
Text Domain: Crose
Version: - v1.0.0
*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:700,800");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
/* :: 3.0 Base CSS */

@import "https://fonts.googleapis.com/css?family=Lato:300,300i,900,900i";
.txt__normal {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.txt__normal--it {
  .txt__normal;
  font-style: italic;
}
.txt__bold {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.txt__bold--it {
  .txt__bold;
  font-style: italic;
}
.txt__awesome {
  font: normal normal normal 14px/1 FontAwesome;
}

/* VARIABLES ================================================*/

@col__black: fade(#000000, 90%);
@col__white: #ffffff;
@col__grey: fade(@col__black, 10%);
@col__lightgrey: #f5f5f5;
@col__blu: #00407b;
@col__red: #f57170;
@col__green: #10ddc2;
@col__yellow: #facc2e;

@sz__small: 13px;
@sz__medium: 16px;
@sz__large: 28px;

@mr__small: 20px;
@mr__medium: 30px;
@mr__large: 50px;

@headerH: 80px;
@asideW: 300px;

@letter-spacing: 2px;

@zindex-1: 10;
@zindex-2: 20;
@zindex-3: 30;
@zindex-4: 40;
@zindex-5: 50;
@zindex-top: 100;

@border-radius: 6px;

/* RESPONSIVE ================================================*/

@mq__smartphone: ~"(max-width: 1024px)";

/* ===========================================================*/
body {
  position: realative;
  height: 100%;
  &.overlay {
    &:before {
      position: fixed;
      content: "";
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: fade(@col__black, 40%);
      z-index: @zindex-top;
    }
  }
}

html {
  height: 100%;
  background: darken(@col__blu, 4%);
  color: @col__white;
  font-size: @sz__small;
  .txt__normal;
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf)
      format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf)
      format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPHA.ttf)
      format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPHA.ttf)
      format("truetype");
}
.txt__normal {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.txt__normal--it {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.txt__bold {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.txt__bold--it {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.txt__awesome {
  font: normal normal normal 14px/1 FontAwesome;
}
/* VARIABLES ================================================*/
/* RESPONSIVE ================================================*/
/* ===========================================================*/
body {
  position: realative;
  height: 100%;
}
body.overlay:before {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0);
  z-index: 100;
}
html {
  height: 100%;
  background: #003567;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.wrapper {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
a {
  color: inherit;
  text-decoration: none;
}
/* UTILITY ===========================================================*/
.u-border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.u-transition {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-transition.long {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-transition.elastic {
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.resetDefaultApparence {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  padding: 0;
  border-width: 0;
  resize: none;
}
.resetDefaultApparence::-ms-expand {
  display: none;
}
/* STYLE ===========================================================*/
header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 50;
  background: #003567;
}
header > .wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 13px;
}
header > .wrapper a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
}
.c-monthyear {
  display: -webkit-box;
  display: flex;
}
.c-month {
  position: relative;
  height: 80px;
  line-height: 80px;
}
.c-month #c-paginator {
  position: relative;
  width: 200px;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.c-month #c-paginator .c-paginator__month {
  position: absolute;
  width: 200px;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-month #c-paginator .c-paginator__month:nth-child(1) {
  left: 0;
}
.c-month #c-paginator .c-paginator__month:nth-child(2) {
  left: 200px;
}
.c-month #c-paginator .c-paginator__month:nth-child(3) {
  left: 400px;
}
.c-month #c-paginator .c-paginator__month:nth-child(4) {
  left: 600px;
}
.c-month #c-paginator .c-paginator__month:nth-child(5) {
  left: 800px;
}
.c-month #c-paginator .c-paginator__month:nth-child(6) {
  left: 1000px;
}
.c-month #c-paginator .c-paginator__month:nth-child(7) {
  left: 1200px;
}
.c-month #c-paginator .c-paginator__month:nth-child(8) {
  left: 1400px;
}
.c-month #c-paginator .c-paginator__month:nth-child(9) {
  left: 1600px;
}
.c-month #c-paginator .c-paginator__month:nth-child(10) {
  left: 1800px;
}
.c-month #c-paginator .c-paginator__month:nth-child(11) {
  left: 2000px;
}
.c-month #c-paginator .c-paginator__month:nth-child(12) {
  left: 2200px;
}
.c-month .prev,
.c-month .next {
  position: absolute;
  display: block;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 9px 12px;
  background-color: #004b8f;
  cursor: pointer;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-month .prev.long,
.c-month .next.long {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-month .prev.elastic,
.c-month .next.elastic {
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-month .prev {
  left: 0;
}
.c-month .prev:hover {
  padding: 9px 10px;
  background-color: #0055a4;
}
.c-month .next {
  right: 0;
}
.c-month .next:hover {
  padding: 9px 14px;
  background-color: #0055a4;
}
.c-paginator__year {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
}
.o-btn {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  background-color: #004b8f;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-btn.long {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-btn.elastic {
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.o-btn span {
  margin-left: 10px;
}
.o-btn:hover {
  background-color: #0055a4;
}
.c-calendar {
  padding-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.c-calendar__style {
  background-color: #00407b;
  margin: 20px;
  padding: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.c-cal__container {
  position: relative;
  width: calc(100% - 300px);
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.c-main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.c-main-01 {
  left: 0;
}
.c-main-02 {
  left: 100%;
}
.c-main-03 {
  left: 200%;
}
.c-main-04 {
  left: 300%;
}
.c-main-05 {
  left: 400%;
}
.c-main-06 {
  left: 500%;
}
.c-main-07 {
  left: 600%;
}
.c-main-08 {
  left: 700%;
}
.c-main-09 {
  left: 800%;
}
.c-main-10 {
  left: 900%;
}
.c-main-11 {
  left: 1000%;
}
.c-main-12 {
  left: 1100%;
}
.c-cal__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.c-cal__col {
  width: calc(100% / 7);
  text-align: center;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.c-cal__cel {
  position: relative;
  width: calc(100% / 7);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-cal__cel p {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #004585;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-cal__cel::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-cal__cel:nth-child(1) p {
  background: rgba(215, 16, 15, 0.2);
}
.c-cal__cel:nth-child(7) p {
  background: #003b71;
}
.c-cal__cel:hover {
  background-color: #004b8f !important;
}
.c-cal__cel:hover p {
  background: #003b71 !important;
}
.c-cal__cel.isSelected {
  background-color: #004b8f;
}
.c-cal__cel.isSelected p {
  background: #003b71;
}
.c-cal__cel.isToday {
  background-color: rgba(245, 113, 112, 0.2);
}
.c-cal__cel.isToday p {
  background: rgba(245, 113, 112, 0.4);
}
.c-cal__cel.other_month {
  color: rgba(255, 255, 255, 0.2);
}
.event:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
  z-index: 10;
  padding: 0;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translate(-50%, calc(50% + 20px / 2));
  -webkit-transform: translate(-50%, calc(50% + 20px / 2));
}
.event--birthday:before {
  background-color: #facc2e;
}
.event--festivity:before {
  background-color: #10ddc2;
}
.event--important:before {
  background-color: #f57170;
}
.c-aside {
  width: 300px;
  padding: 20px;
}
.c-aside__day {
  font-size: 28px;
  margin: 50px 0;
}
.c-aside__day .c-aside__num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.c-aside__event {
  position: relative;
  padding-left: 20px;
  margin: 20px 0;
}
.c-aside__event:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.c-aside__event--birthday:before {
  background-color: #facc2e;
}
.c-aside__event--festivity:before {
  background-color: #10ddc2;
}
.c-aside__event--important:before {
  background-color: #f57170;
}
.c-event__creator {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  max-height: 470px;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
}
.c-event__creator.long {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-event__creator.elastic {
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-event__creator form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.c-event__creator.isVisible {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  padding: 0;
  border-width: 0;
  resize: none;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}
input {
  height: 40px;
}

.wrapper {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}
/* UTILITY ===========================================================*/

//*:hover { outline: 1px solid red; }

/*:hover { outline: 1px solid red; }

/*:hover { outline: 1px solid red; }

/*:hover { outline: 1px solid red; }

/*:hover { outline: 1px solid red; }

/*:hover { outline: 1px solid red; }

//border box
.u-border-box {
    box-sizing        : border-box;
    -moz-box-sizing   : border-box;
    -webkit-box-sizing: border-box;
}

// transform
.u-transform (@handler) {
    transform        : @handler;
    -webkit-transform: @handler;
}
// horizontal center
.u-horizontal-center (@mleft) {
    left       : 50%;
    margin-left: @mleft;
}
// border radius
.u-border-radius (@radius) {
    border-radius        : @radius;
    -webkit-border-radius: @radius;
}
// shadow
.u-shadow (@shadow-h: 0, @shadow-v: 0, @shadow-b: 30px, @shadow-s: 0, @shadow-col: fade(@col__black, 18%)) {
    box-shadow        : @shadow-h @shadow-v @shadow-b @shadow-s @shadow-col;
    -webkit-box-shadow: @shadow-h @shadow-v @shadow-b @shadow-s @shadow-col;
}

.u-transition {
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  &.long {
    transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
  }
  &.elastic {
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
}

.resetDefaultApparence {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0px;
    padding: 0;
    border-width: 0;
    resize: none;
    &::-ms-expand {
        display: none;
    }
}

/* STYLE ===========================================================*/
h {
  position: fixed;
  height: @headerH;
  width: 100%;
  z-index: @zindex-5;
  background: darken(@col__blu, 4%);
  & > .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 @mr__small;
    .u-border-box;
    color: @col__white;
    letter-spacing: @letter-spacing;
    font-size: @sz__small;
    a {
      color: @col__white;
      text-decoration: none;
      margin-left: @mr__small / 2;
    }
  }
}
.c-monthyear {
  display: flex;
}
.c-month {
  position: relative;
  height: @headerH;
  line-height: @headerH;

  #c-paginator {
    position: relative;
    width: 200px;
    display: block;
    height: @headerH;
    line-height: @headerH;
    text-align: center;
    overflow: hidden;
    .c-paginator__month {
      position: absolute;
      width: 200px;
      top: 0;
      bottom: 0;
      right: 0;
      &:nth-child(1) {
        left: 0;
      }
      &:nth-child(2) {
        left: 200px;
      }
      &:nth-child(3) {
        left: 400px;
      }
      &:nth-child(4) {
        left: 600px;
      }
      &:nth-child(5) {
        left: 800px;
      }
      &:nth-child(6) {
        left: 1000px;
      }
      &:nth-child(7) {
        left: 1200px;
      }
      &:nth-child(8) {
        left: 1400px;
      }
      &:nth-child(9) {
        left: 1600px;
      }
      &:nth-child(10) {
        left: 1800px;
      }
      &:nth-child(11) {
        left: 2000px;
      }
      &:nth-child(12) {
        left: 2200px;
      }
    }
  }

  .prev,
  .next {
    position: absolute;
    display: block;
    top: 50%;
    width: @mr__medium;
    height: @mr__medium;
    padding: 9px 12px;
    background-color: lighten(@col__blu, 4%);
    cursor: pointer;
    z-index: @zindex-1;
    .u-border-box;
    .u-transform(translatey(-50%));
    .u-border-radius(50%);
    .u-transition;
  }
  .prev {
    left: 0;
    &:hover {
      padding: 9px 10px;
      background-color: lighten(@col__blu, 8%);
    }
  }
  .next {
    right: 0;
    &:hover {
      padding: 9px 14px;
      background-color: lighten(@col__blu, 8%);
    }
  }
}

.c-paginator__year {
  height: @headerH;
  line-height: @headerH;
  padding: 0 @mr__small;
}

.o-btn {
  display: inline-block;
  padding: 0 10px;
  line-height: @mr__medium;
  height: @mr__medium;
  background-color: lighten(@col__blu, 4%);
  text-transform: uppercase;
  letter-spacing: @letter-spacing;
  .u-border-radius(@mr__medium/2);
  .u-transition;

  span {
    margin-left: 10px;
  }

  &:hover {
    background-color: lighten(@col__blu, 8%);
  }
}

//calendar
.c-calendar {
  padding-top: @headerH;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.c-calendar__style {
  background-color: @col__blu;
  margin: @mr__small;
  padding: @mr__small / 2;
  .u-shadow;
  .u-border-radius(@border-radius);
}

.c-cal__container {
  position: relative;
  width: calc(100% ~"-" @asideW);
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}

.c-main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  .u-border-box;
  &-01 {
    left: 0;
  }
  &-02 {
    left: 100%;
  }
  &-03 {
    left: 200%;
  }
  &-04 {
    left: 300%;
  }
  &-05 {
    left: 400%;
  }
  &-06 {
    left: 500%;
  }
  &-07 {
    left: 600%;
  }
  &-08 {
    left: 700%;
  }
  &-09 {
    left: 800%;
  }
  &-10 {
    left: 900%;
  }
  &-11 {
    left: 1000%;
  }
  &-12 {
    left: 1100%;
  }
}

.c-cal__row {
  display: flex;
  justify-content: flex-start;
}

//info column element
.c-cal__col {
  width: calc(100% ~"/" 7);
  text-align: center;
  height: @mr__large;
  line-height: @mr__large;
  letter-spacing: @letter-spacing;
  text-transform: uppercase;
}

//cel element
.c-cal__cel {
  position: relative;
  width: calc(100% ~"/" 7);
  text-align: center;
  cursor: pointer;
  .u-border-radius(50%);
  .u-transition.long;
  p {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    width: @mr__small*2;
    height: @mr__small*2;
    line-height: @mr__small*2;
    background: lighten(@col__blu, 2%);
    .u-transform(translate(-50%, -50%));
    .u-border-radius(50%);
    .u-transition.long;
  }

  //responsive square
  &::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  //weekend color
  &:nth-child(1) {
    p {
      background: fade(darken(@col__red, 25%), 20%);
    }
  }
  &:nth-child(7) {
    p {
      background: darken(@col__blu, 2%);
    }
  }

  &:hover {
    background-color: lighten(@col__blu, 4%) !important;
    p {
      background: darken(@col__blu, 2%) !important;
    }
  }

  //on click
  &.isSelected {
    background-color: lighten(@col__blu, 4%);
    p {
      background: darken(@col__blu, 2%);
    }
  }
  &.isToday {
    background-color: fade(@col__red, 20%);
    p {
      background: fade(@col__red, 40%);
    }
  }
  //not this month
  &.other_month {
    color: fade(@col__white, 20%);
  }
}

//event indicator style
.event {
  &:before {
    position: absolute;
    content: "";
    display: block;
    width: @mr__small / 2;
    height: @mr__small / 2;
    background-color: @col__lightgrey;
    z-index: @zindex-1;
    padding: 0;
    top: 50%;
    left: 50%;
    .u-border-radius(50%);
    .u-transform(translate(-50%, calc(50% ~"+" @mr__small/2)));
  }

  &--birthday {
    &:before {
      background-color: @col__yellow;
    }
  }
  &--festivity {
    &:before {
      background-color: @col__green;
    }
  }
  &--important {
    &:before {
      background-color: @col__red;
    }
  }
}

// aside
.c-aside {
  width: @asideW;
  padding: @mr__small;
}
.c-aside__day {
  font-size: @sz__large;
  margin: @mr__large 0;
  .c-aside__num {
    .txt__bold;
  }
}
.c-aside__event {
  position: relative;
  padding-left: @mr__small;
  margin: @mr__small 0;

  &:before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    background-color: @col__lightgrey;
    .u-border-radius(50%);
  }
  &--birthday {
    &:before {
      background-color: @col__yellow;
    }
  }
  &--festivity {
    &:before {
      background-color: @col__green;
    }
  }
  &--important {
    &:before {
      background-color: @col__red;
    }
  }
}

.c-event__creator {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  max-height: 470px;
  width: 100%;
  height: 100%;
  z-index: @zindex-top;
  padding: @mr__small;
  visibility: hidden;
  opacity: 0;
  .u-transition;
  .u-border-box;
  .u-transform(translate(-50%, -50%)scale(0.9));

  form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  &.isVisible {
    .u-transform(translate(-50%, -50%)scale(1));
    opacity: 1;
    visibility: visible;
  }
}

input,
textarea,
select {
  .resetDefaultApparence;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  .u-border-radius(20px);
  .u-border-box;
}

input {
  height: 40px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f2c;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #636363;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1f1f2c;
  font-weight: 500;
  font-size: 14px;
}

ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

.date {
  min-width: 100px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background-color: #007bff;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 30px;
}
.single-sermons.style-2 .sermons-content .sermons-text p.date {
  color: #007bff;
}
.single-sermons.style-3 .sermons-content .sermons-text p.date {
  color: #007bff;
}
.single-sermons.style-3 .sermons-content .sermons-text p.text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 0;
  color: #5a5a5a;
}
.single-sermons.style-3 .sermons-content .sermons-text p.text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 0;
  color: #5a5a5a;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  text-align: center;
  max-width: 730px;
  margin: 0 auto 50px;
}
.section-heading h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading p {
  font-size: 16px;
  color: #636363;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-heading p {
    font-size: 14px;
  }
}
.section-heading.white h2,
.section-heading.white p {
  color: #ffffff;
}

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
}
.preloader .line-preloader {
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  width: 0;
  height: 6px;
  z-index: 10;
  border-radius: 0;
  background-color: #007bff;
  margin-top: -3px;
  -webkit-animation: line 40000ms infinite linear;
  animation: line 40000ms infinite linear;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.bg-overlay::after {
  background-color: rgba(15, 6, 6, 0.2);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-gray {
  background-color: #f3f3f3;
}

.bg-fixed {
  background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #007bff;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#scrollUp:hover {
  background-color: #1f1f2c;
}

/* :: 3.8.0 crose Button */
.crose-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 46px;
  background-color: #00c0ff;
  border-radius: 3px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00c0ff;
}
.crose-btn.active,
.crose-btn:hover,
.crose-btn:focus {
  font-size: 14px;
  color: #00c0ff;
  font-weight: 700;
  background-color: #ececec;
}
.crose-btn.btn-2 {
  background-color: #ffffff;
  color: #007bff;
}
.crose-btn.btn-2.active,
.crose-btn.btn-2:hover,
.crose-btn.btn-2:focus {
  color: #ffffff;
  background-color: #007bff;
}

/* :: 4.0 Header Area CSS */
.date {
  min-width: 100px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background-color: #007bff;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 30px;
}
p.date {
  color: #007bff;
}

.header-area {
  position: relative;
  width: 100%;
  z-index: 100;
}
.header-area .top-header {
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  width: 100%;
}
.header-area .top-header .top-header-content {
  position: relative;
  z-index: 1;
  height: 50px;
}
.header-area .top-header .top-header-content .open,
.header-area .top-header .top-header-content .email-address,
.header-area .top-header .top-header-content .phone {
  font-size: 14px;
  color: #959595;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-header-content .open,
  .header-area .top-header .top-header-content .email-address,
  .header-area .top-header .top-header-content .phone {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .top-header .top-header-content .open span,
  .header-area .top-header .top-header-content .email-address span,
  .header-area .top-header .top-header-content .phone span {
    display: none;
  }
}
.header-area .top-header .top-header-content .open i,
.header-area .top-header .top-header-content .email-address i,
.header-area .top-header .top-header-content .phone i {
  color: #007bff;
  margin-right: 5px;
}
.header-area .top-header .top-header-content .open:hover,
.header-area .top-header .top-header-content .email-address:hover,
.header-area .top-header .top-header-content .phone:hover {
  color: #007bff;
}
.header-area .top-header .top-header-content .email-address {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-header-content .email-address {
    margin-right: 15px;
  }
}
.header-area .top-header .top-header-content .top-social-info {
  position: relative;
  z-index: 1;
  border-left: 2px solid #959595;
  margin-left: 30px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-header-content .top-social-info {
    margin-left: 10px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .top-header .top-header-content .top-social-info {
    margin-left: 10px;
    padding-left: 5px;
  }
}
.header-area .top-header .top-header-content .top-social-info a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #959595;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-header-content .top-social-info a {
    font-size: 13px;
    padding: 0 5px;
  }
}
.header-area .top-header .top-header-content .top-social-info a:hover {
  color: #007bff;
}
.header-area .crose-main-menu {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
.header-area .crose-main-menu .classy-navbar {
  height: 90px;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .crose-main-menu .classy-navbar .nav-brand {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .crose-main-menu .classy-navbar .nav-brand {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .crose-main-menu .classy-navbar .nav-brand {
    max-width: 120px;
  }
}
.header-area .classynav ul li a {
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .classynav ul li a {
    font-size: 13px;
    padding: 0 7px;
  }
}
.header-area .classynav ul li a:hover,
.header-area .classynav ul li a:focus {
  color: #007bff;
}
.header-area .classynav ul li ul li a {
  padding: 0 20px;
  letter-spacing: 0;
  font-size: 13px;
}
.header-area .is-sticky .crose-main-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
.header-area .header-btn {
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-btn {
    margin: 0 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .header-btn {
    margin: 0 15px 30px;
  }
}
.header-area .header-btn:hover {
  color: #ffffff;
  font-weight: 700;
}
.header-area #header-search {
  position: relative;
  z-index: 1;
  padding: 0 40px 0 28px;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area #header-search {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area #header-search {
    padding: 15px 30px;
  }
}
.header-area #header-search:hover,
.header-area #header-search:focus {
  color: #007bff;
}
.header-area .search-form-area {
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  position: fixed;
  background-color: #1f1f2c;
  height: 50px;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: 500;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.15);
}
.header-area .search-form-area .searchForm {
  position: relative;
  z-index: 1;
}
.header-area .search-form-area .searchForm .close-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, 0.6);
  top: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: right;
}
.header-area .search-form-area .searchForm .close-icon:hover {
  color: white;
}
.header-area .search-form-area form {
  width: 100%;
}
.header-area .search-form-area form input {
  height: 50px;
  border: none;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
}
.header-area .search-form-area.search-on {
  left: 0;
}

/* :: 5.0 Hero Slides Area */
.hero-slides {
  position: relative;
  z-index: 1;
}
.hero-slides .single-hero-slide {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide {
    height: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide {
    height: 300px;
  }
}
.hero-slides .single-hero-slide .hero-slides-content .date {
  min-width: 100px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background-color: #007bff;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-slides .single-hero-slide .hero-slides-content h3 {
  font-weight: 500;
  font-size: 45px;
  margin-bottom: -1%;
  font-family: Book Antiqua;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide .hero-slides-content h3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide .hero-slides-content h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide .hero-slides-content h3 {
    font-size: 23px;
  }
}
.hero-slides .single-hero-slide .hero-slides-content h2 {
  font-size: 65px;
  font-weight: 400;
  font-family: Book Antiqua;
  margin-bottom: -3%;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide .hero-slides-content h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide .hero-slides-content h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide .hero-slides-content h2 {
    font-size: 38px;
  }
}
.hero-slides .single-hero-slide .hero-slides-content p {
  color: #ffffff;
  font-size: 33px;
  font-weight: 10;
  font-family: Arial Rounded MT;
  text-align: center;
  margin-right: 20%;
  margin-top: 4%;
  line-height: 102%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide .hero-slides-content p {
    font-size: 21px;
    margin-right: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide .hero-slides-content p {
    font-size: 21px;
    margin-right: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide .hero-slides-content p {
    font-size: 13px;
  }
}
.hero-slides .single-hero-slide .next-event-btn {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 0;
  height: auto;
}
.hero-slides .owl-prev,
.hero-slides .owl-next {
  background-color: #007bff;
  width: 40px;
  height: 96px;
  line-height: 95px;
  color: #ffffff;
  top: 50%;
  margin-top: -48px;
  left: 0;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.hero-slides .owl-prev:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
  background-color: #1b1b1b;
  color: #007bff;
}
@media only screen and (max-width: 767px) {
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    opacity: 0;
    visibility: hidden;
  }
}
.hero-slides .owl-next {
  left: auto;
  right: 0;
}
.hero-slides .owl-dots {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 1140px;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .owl-dots {
    width: 930px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .owl-dots {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .owl-dots {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-slides .owl-dots {
    width: 440px;
  }
}
.hero-slides .owl-dots .owl-dot {
  color: #ffffff;
  font-size: 14px;
  margin: 0 2px;
}
.hero-slides .owl-dots .owl-dot.active {
  color: #007bff;
}
@media only screen and (max-width: 767px) {
  .hero-slides:hover .owl-prev,
  .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
  }
}

/* :: 6.0 About Us Area CSS */
.about-us-area {
  position: relative;
  z-index: 1;
}
.about-us-area .about-thumbnail {
  border-radius: 5px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .about-thumbnail {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-area .about-thumbnail {
    margin-top: 50px;
  }
}
.about-us-area .about-thumbnail img {
  border-radius: 5px;
}

.about-us-content {
  position: relative;
  z-index: 1;
}
.about-us-content img {
  border-radius: 5px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.about-us-content img img {
  border-radius: 5px;
}
.about-us-content .about-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.about-us-content .about-text a {
  font-weight: 700;
  color: #959595;
}
.about-us-content .about-text a i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.about-us-content .about-text a:hover,
.about-us-content .about-text a:focus {
  color: #007bff;
}
.about-us-content .about-text a:hover i,
.about-us-content .about-text a:focus i {
  padding-left: 5px;
}
.about-us-content:hover .about-text h4 {
  color: #007bff;
}

.about-page {
  position: relative;
  z-index: 1;
}
.about-page h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page h2 {
    font-size: 24px;
  }
}
.about-page .opening-hours-location {
  position: relative;
  z-index: 1;
}
.about-page .opening-hours-location .opening-hours {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  border-right: 1px solid #ebebeb;
  padding-right: 30px;
}
.about-page .opening-hours-location .opening-hours p {
  margin-bottom: 0;
}
.about-page .opening-hours-location .location {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 50px;
}
.about-page .opening-hours-location .location p {
  margin-bottom: 0;
}

/* :: 7.0 Why Choose Us Area CSS */
.single-why-choose-us {
  text-align: center;
}
.single-why-choose-us img {
  margin-bottom: 30px;
}
.single-why-choose-us h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* :: 8.0 Team Members Area */
.single-team-members {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-team-members .team-thumb {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
}
.single-team-members .team-thumb::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(201, 47, 47, 0.8);
  z-index: 20;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.single-team-members .team-thumb img {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.single-team-members .team-thumb .team-social-info {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.single-team-members .team-thumb .team-social-info a {
  display: inline-block;
  padding: 0 5px;
  color: #ffffff;
  font-size: 14px;
}
.single-team-members .team-thumb .team-social-info a:hover {
  color: #1f1f2c;
}
.single-team-members h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-team-members span {
  color: #959595;
  font-size: 14px;
  margin-bottom: 0;
}
.single-team-members:hover .team-thumb,
.single-team-members:focus .team-thumb {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.single-team-members:hover .team-thumb::after,
.single-team-members:focus .team-thumb::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.single-team-members:hover .team-social-info,
.single-team-members:focus .team-social-info {
  opacity: 1;
  visibility: visible;
}

/* :: 9.0 Call To Action Area */
.call-to-action-area {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.call-to-action-area .call-to-action-content h6 {
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 30px;
}
.call-to-action-area .call-to-action-content h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-area .call-to-action-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .call-to-action-content h2 {
    font-size: 24px;
  }
}

/* :: 10.0 Sermons Area CSS */
.single-latest-sermons {
  position: relative;
  z-index: 1;
}
.single-latest-sermons .sermons-thumbnail {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.single-latest-sermons .sermons-thumbnail img {
  border-radius: 5px;
}
.single-latest-sermons .sermons-thumbnail .sermons-date {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  width: 80px;
  height: 80px;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  bottom: -15px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .single-latest-sermons .sermons-thumbnail .sermons-date {
    width: 60px;
    height: 60px;
  }
}
.single-latest-sermons .sermons-thumbnail .sermons-date h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  color: #636363;
}
.single-latest-sermons .sermons-thumbnail .sermons-date h6 span {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #1f1f2c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-latest-sermons .sermons-thumbnail .sermons-date h6 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-latest-sermons .sermons-thumbnail .sermons-date h6 span {
    font-size: 24px;
  }
}
.single-latest-sermons .sermons-content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.single-latest-sermons .sermons-content .sermons-cata {
  margin-bottom: 15px;
}
.single-latest-sermons .sermons-content .sermons-cata a {
  color: #959595;
  display: inline-block;
  margin-right: 20px;
}
.single-latest-sermons .sermons-content .sermons-cata a:hover {
  color: #007bff;
}
.single-latest-sermons .sermons-content h4 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.single-latest-sermons .sermons-content .sermons-meta-data {
  margin-top: 20px;
}
.single-latest-sermons .sermons-content .sermons-meta-data p {
  margin-bottom: 5px;
  color: #959595;
}
.single-latest-sermons .sermons-content .sermons-meta-data p:last-child {
  margin-bottom: 0;
}
.single-latest-sermons .sermons-content .sermons-meta-data p i {
  width: 15px;
  color: #007bff;
}
.single-latest-sermons .sermons-content .sermons-meta-data p span {
  font-style: italic;
  color: #636363;
}
.single-latest-sermons:hover .sermons-thumbnail .sermons-date {
  bottom: 20px;
  background-color: #007bff;
}
.single-latest-sermons:hover .sermons-thumbnail .sermons-date h6 {
  color: #ffffff;
}
.single-latest-sermons:hover .sermons-thumbnail .sermons-date h6 span {
  color: #ffffff;
}

/* :: 11.0 Subscribe Area CSS */
.subscribe-area {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background-color: #007bff;
}
.subscribe-area .subscribe-text h3 {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .subscribe-area .subscribe-text h3 {
    font-size: 24px;
  }
}
.subscribe-area .subscribe-text h6 {
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
}
.subscribe-area .subscribe-form {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .subscribe-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-area .subscribe-form {
    margin-top: 30px;
  }
}
.subscribe-area .subscribe-form input {
  width: 470px;
  height: 55px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  padding: 0 30px;
  color: #636363;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-area .subscribe-form input {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .subscribe-form input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-area .subscribe-form input {
    width: 100%;
  }
}
.subscribe-area .subscribe-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}

/* :: 12.0 Gallery Area CSS */
.gallery-area {
  position: relative;
  z-index: 1;
}
.gallery-area .single-gallery-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  overflow: hidden;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area .single-gallery-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-area .single-gallery-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-area .single-gallery-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
.gallery-area .single-gallery-area a {
  display: block;
  overflow: hidden;
  cursor: url(img/logos/zoom.png), auto;
}
.gallery-area .single-gallery-area a img {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.gallery-area .single-gallery-area:hover a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 36px;
  height: 36px;
  background-color: #007bff;
  line-height: 36px;
}

.mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  bottom: 55px;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: transparent;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mfp-bottom-bar .mfp-title {
  line-height: normal;
  color: #ffffff;
  padding-right: 0;
  background-color: #007bff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}
.mfp-bottom-bar .mfp-counter {
  color: #ffffff;
  position: relative;
  line-height: normal;
  background-color: #007bff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}

/* :: 13.0 Upcoming Events Area CSS */
.upcoming-events-heading {
  position: relative;
  z-index: 1;
  padding: 70px 0 20px 0;
}
.upcoming-events-heading .section-heading {
  max-width: 100%;
}

.upcoming-events-slides-area {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.upcoming-events-slides-area .col-12-B {
  padding: 1;
}

.upcoming-events-slides-area .col-12 {
  padding: 0;
}

.upcoming-slides {
  position: relative;
  z-index: 2;
}
.upcoming-slides .owl-nav {
  position: absolute;
  top: -155px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .upcoming-slides .owl-nav {
    top: -80px;
  }
}
.upcoming-slides .owl-nav .owl-prev,
.upcoming-slides .owl-nav .owl-next {
  font-size: 50px;
  color: #7c7171;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.upcoming-slides .owl-nav .owl-prev:hover,
.upcoming-slides .owl-nav .owl-next:hover {
  color: #ffffff;
}
.upcoming-slides .owl-nav .owl-prev {
  margin-right: 30px;
}

.single-upcoming-events-area {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.single-upcoming-events-area .upcoming-events-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  border-radius: 5px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-upcoming-events-area .upcoming-events-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events-area .upcoming-events-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
}
.single-upcoming-events-area .upcoming-events-thumbnail img {
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
.single-upcoming-events-area .upcoming-events-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  width: calc(100% - 300px);
  padding-left: 50px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-upcoming-events-area .upcoming-events-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events-area .upcoming-events-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
  }
}
.single-upcoming-events-area .upcoming-events-content .events-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  width: 70%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-upcoming-events-area .upcoming-events-content .events-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-upcoming-events-area .upcoming-events-content .events-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events-area .upcoming-events-content .events-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.single-upcoming-events-area .upcoming-events-content .events-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.single-upcoming-events-area .upcoming-events-content .events-text a {
  font-weight: 700;
  color: #959595;
}
.single-upcoming-events-area .upcoming-events-content .events-text a i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-upcoming-events-area .upcoming-events-content .events-text a:hover,
.single-upcoming-events-area .upcoming-events-content .events-text a:focus {
  color: #007bff;
}
.single-upcoming-events-area .upcoming-events-content .events-text a:hover i,
.single-upcoming-events-area .upcoming-events-content .events-text a:focus i {
  padding-left: 5px;
}
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta
  a {
  display: inline-block;
  font-size: 14px;
  color: #959595;
  font-style: italic;
  margin-right: 15px;
  font-weight: 400;
}
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta
  a
  i {
  color: #007bff;
  padding-right: 5px;
}
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta
  a:hover,
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta
  a:focus {
  color: #007bff;
}
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta
  a:hover
  i,
.single-upcoming-events-area
  .upcoming-events-content
  .events-text
  .events-meta
  a:focus
  i {
  padding-left: 0;
}
.single-upcoming-events-area .upcoming-events-content .find-out-more-btn {
  padding-left: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  width: 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-upcoming-events-area .upcoming-events-content .find-out-more-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-upcoming-events-area .upcoming-events-content .find-out-more-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events-area .upcoming-events-content .find-out-more-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.single-upcoming-events-area .upcoming-events-content .find-out-more-btn a {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-upcoming-events-area .upcoming-events-content .find-out-more-btn {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events-area .upcoming-events-content .find-out-more-btn {
    margin-top: 30px;
    padding-left: 0;
  }
}

/* :: 14.0 Sermons Area CSS */
.sermons-content-area {
  position: relative;
  z-index: 1;
  margin-bottom: -106px;
}
@media only screen and (max-width: 767px) {
  .sermons-content-area {
    margin-bottom: 150px;
  }
}
.sermons-content-area .sermons-text {
  position: relative;
  z-index: 1;
  width: 80%;
  left: 10%;
  right: 10%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 5% 8%;
  top: -206px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sermons-content-area .sermons-text {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .sermons-content-area .sermons-text {
    width: 100%;
    left: 0%;
    right: 0%;
    top: 50px;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sermons-content-area .sermons-text {
    padding: 50px 30px;
  }
}
.sermons-content-area .sermons-text h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sermons-content-area .sermons-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sermons-content-area .sermons-text h2 {
    font-size: 24px;
  }
}
.sermons-content-area .sermons-text p {
  font-size: 16px;
  text-align: left;
}
.sermons-content-area .sermons-text .sermons-meta-data p {
  margin-right: 30px;
  font-size: 14px;
  text-align: center;
}
.sermons-content-area .sermons-text .sermons-meta-data p i {
  color: #007bff;
}
.sermons-content-area .sermons-text .sermons-cata {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.sermons-content-area .sermons-text .sermons-cata a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  border: 2px solid #ebebeb;
  color: #959595;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}
.sermons-content-area .sermons-text .sermons-cata a:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.sermons-content-area .sermons-text .read-more-share .read-more-btn a {
  font-weight: 700;
  color: #959595;
}
.sermons-content-area .sermons-text .read-more-share .read-more-btn a i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.sermons-content-area .sermons-text .read-more-share .read-more-btn a:hover,
.sermons-content-area .sermons-text .read-more-share .read-more-btn a:focus {
  color: #007bff;
}
.sermons-content-area .sermons-text .read-more-share .read-more-btn a:hover i,
.sermons-content-area .sermons-text .read-more-share .read-more-btn a:focus i {
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .sermons-content-area .sermons-text .read-more-share .share {
    margin-top: 30px;
  }
}
.sermons-content-area .sermons-text .read-more-share .share span,
.sermons-content-area .sermons-text .read-more-share .share a {
  color: #959595;
  padding: 0 10px;
  font-size: 14px;
}
.sermons-content-area .sermons-text .read-more-share .share span:hover,
.sermons-content-area .sermons-text .read-more-share .share span:focus,
.sermons-content-area .sermons-text .read-more-share .share a:hover,
.sermons-content-area .sermons-text .read-more-share .share a:focus {
  color: #007bff;
}
@media only screen and (max-width: 767px) {
  .sermons-content-area .sermons-text .read-more-share .share span,
  .sermons-content-area .sermons-text .read-more-share .share a {
    padding: 0 5px;
  }
}

.catagory-share-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.catagory-share-meta .sermons-cata {
  position: relative;
  z-index: 1;
}
.catagory-share-meta .sermons-cata a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  border: 2px solid #ebebeb;
  color: #959595;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}
.catagory-share-meta .sermons-cata a:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
@media only screen and (max-width: 767px) {
  .catagory-share-meta .sermons-cata {
    margin-bottom: 30px;
  }
}
.catagory-share-meta .share span,
.catagory-share-meta .share a {
  color: #959595;
  padding: 0 10px;
  font-size: 14px;
}
.catagory-share-meta .share span:hover,
.catagory-share-meta .share span:focus,
.catagory-share-meta .share a:hover,
.catagory-share-meta .share a:focus {
  color: #007bff;
}

.sermons-details-area {
  position: relative;
  z-index: 1;
}
.sermons-details-area .single-post-details-area {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 80px;
}

/* :: 15.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area .main-footer-area {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  background-color: #001b35;
}
.footer-area .main-footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
}
.footer-area .main-footer-area .single-footer-widget .footer-logo {
  display: block;
  margin-bottom: 0px;
  padding-bottom: -100px;
}
.footer-area .main-footer-area .single-footer-widget p {
  color: #c2c2c2;
  margin-bottom: 0;
}
.footer-area .main-footer-area .single-footer-widget .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
}
.footer-area .main-footer-area .single-footer-widget .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-area .main-footer-area .single-footer-widget .footer-menu ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.footer-area .main-footer-area .single-footer-widget .footer-menu ul li a {
  font-size: 14px;
  color: #959595;
  font-weight: 600;
  padding: 7px 0;
  display: block;
}
.footer-area
  .main-footer-area
  .single-footer-widget
  .footer-menu
  ul
  li
  a:hover {
  color: #007bff;
}
.footer-area .main-footer-area .single-footer-widget .single-latest-news {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.footer-area
  .main-footer-area
  .single-footer-widget
  .single-latest-news:last-child {
  margin-bottom: 0;
}
.footer-area .main-footer-area .single-footer-widget .single-latest-news a {
  display: block;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer-area
  .main-footer-area
  .single-footer-widget
  .single-latest-news
  a:hover,
.footer-area
  .main-footer-area
  .single-footer-widget
  .single-latest-news
  a:focus {
  color: #007bff;
}
.footer-area .main-footer-area .single-footer-widget .single-latest-news p {
  color: #636363;
  font-style: italic;
  margin-bottom: 0;
}
.footer-area .main-footer-area .single-footer-widget .single-latest-news p i {
  color: #007bff;
}
.footer-area .main-footer-area .single-footer-widget .contact-information p,
.footer-area .main-footer-area .single-footer-widget .contact-information a {
  color: #c2c2c2;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-area .main-footer-area .single-footer-widget .contact-information p i,
.footer-area .main-footer-area .single-footer-widget .contact-information a i {
  color: #007bff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  width: 25px;
}
.footer-area
  .main-footer-area
  .single-footer-widget
  .contact-information
  a:hover {
  color: #007bff;
}
.footer-area .copywrite-area {
  position: relative;
  z-index: 1;
  background-color: #000d19;
  height: 160px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area {
    height: auto;
    padding: 15px 0;
  }
}
.footer-area .copywrite-area .copywrite-text {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    text-align: center;
  }
}
.footer-area .copywrite-area .copywrite-text p {
  color: #c2c2c2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text p {
    font-size: 13px;
  }
}
.footer-area .copywrite-area .copywrite-text p a {
  color: #007bff;
}
.footer-area .copywrite-area .copywrite-text p a:hover,
.footer-area .copywrite-area .copywrite-text p a:focus {
  color: #007bff;
}
.footer-area .copywrite-area .footer-social-icon {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .footer-social-icon {
    text-align: center;
    margin-top: 15px;
  }
}
.footer-area .copywrite-area .footer-social-icon a {
  display: inline-block;
  margin-left: 30px;
  color: #959595;
  font-size: 14px;
}
.footer-area .copywrite-area .footer-social-icon a:hover,
.footer-area .copywrite-area .footer-social-icon a:focus {
  color: #007bff;
}

/* :: 16.0 Breadcumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
}
.breadcrumb-area .breadcrumb {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  background-color: transparent;
}
.breadcrumb-area .breadcrumb .breadcrumb-item {
  font-size: 15px;
  color: #959595;
  font-weight: 600;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a {
  font-size: 15px;
  color: #1f1f2c;
  font-weight: 600;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
  color: #007bff;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #1f1f2c;
  font-family: "FontAwesome";
  content: "\f105";
}

/* :: 17.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1;
}
.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.single-blog-post .post-thumbnail img {
  border-radius: 3px;
}
.single-blog-post .post-content {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.single-blog-post .post-content .post-title h4 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-blog-post .post-content .post-title h4:hover {
  color: #007bff;
}
.single-blog-post .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.single-blog-post .post-content .post-meta a {
  color: #959595;
  font-size: 14px;
}
.single-blog-post .post-content .post-meta a:first-child {
  border-right: 1px solid #d2d2d2;
  margin-right: 15px;
  padding-right: 15px;
}
.single-blog-post .post-content .post-meta a i {
  color: #007bff;
}
.single-blog-post .post-content .post-meta a:hover,
.single-blog-post .post-content .post-meta a:focus {
  color: #007bff;
}
.single-blog-post .post-content .post-excerpt {
  font-size: 14px;
  color: #636363;
  margin-bottom: 0;
}

/* :: 18.0 Comment Area */
.comment_area {
  position: relative;
  z-index: 1;
}
.comment_area .headline {
  margin-bottom: 30px;
  font-weight: 600;
}
.comment_area .single_comment_area {
  position: relative;
  z-index: 1;
}
.comment_area .single_comment_area::after {
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #ebebeb;
  left: 100px;
  top: 0;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 767px) {
  .comment_area .single_comment_area::after {
    display: none;
  }
}
.comment_area .single_comment_area .comment-wrapper {
  margin-bottom: 30px;
}
.comment_area .single_comment_area .comment-wrapper .comment-author {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .comment_area .single_comment_area .comment-wrapper .comment-author {
    margin-right: 20px;
  }
}
.comment_area .single_comment_area .comment-wrapper .comment-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment_area .single_comment_area .comment-wrapper .comment-content {
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
}
.comment_area
  .single_comment_area
  .comment-wrapper
  .comment-content
  .comment-date {
  font-size: 14px;
  text-transform: capitalize;
  color: #959595;
  font-style: italic;
}
.comment_area .single_comment_area .comment-wrapper .comment-content h5 {
  font-size: 18px;
  margin: 5px 0;
}
.comment_area .single_comment_area .comment-wrapper .comment-content p {
  font-size: 16px;
}
.comment_area .single_comment_area .comment-wrapper .comment-content a {
  min-width: 80px;
  height: 30px;
  border: 1px solid #ebebeb;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  color: #007bff;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-weight: 700;
}
.comment_area .single_comment_area .comment-wrapper .comment-content a:hover {
  border-color: #007bff;
  color: #ffffff;
  background-color: #007bff;
}

.single_comment_area ol li.single_comment_area {
  margin-left: 130px;
}
.single_comment_area ol li.single_comment_area::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single_comment_area ol li.single_comment_area {
    margin-left: 40px;
  }
}
.single_comment_area
  ol
  li.single_comment_area
  .comment-wrapper
  .comment-author {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single_comment_area
    ol
    li.single_comment_area
    .comment-wrapper
    .comment-author {
    margin-right: 15px;
  }
}

.pagination-area {
  position: relative;
  z-index: 1;
}
.pagination-area .pagination {
  position: relative;
  z-index: 1;
}
.pagination-area .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  text-align: center;
  color: #636363;
  padding: 0;
  margin: 0 5px;
  font-size: 16px;
}
.pagination-area .pagination .page-item .page-link:hover,
.pagination-area .pagination .page-item .page-link:focus {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}
.pagination-area .pagination .page-item.active .page-link {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}

/* :: 19.0 Events Area CSS */
.events-title h2 {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .events-title h2 {
    font-size: 24px;
  }
}

.event-search-form {
  position: relative;
  z-index: 1;
}
.event-search-form label {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.event-search-form input {
  width: 100%;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #959595;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-search-form input {
    font-size: 12px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .event-search-form input {
    margin-bottom: 30px;
  }
}

/* :: 20.0 Leave A Reply Area CSS */
.leave-comment-area {
  position: relative;
  z-index: 1;
}
.leave-comment-area h4 {
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

/* :: 21.0 Sidebar Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-widget-area .widget-title h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.single-widget-area .widget-content img {
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-widget-area .widget-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.single-widget-area .single-latest-post {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.single-widget-area .single-latest-post:last-child {
  margin-bottom: 0;
}
.single-widget-area .single-latest-post .post-title h6 {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}
.single-widget-area .single-latest-post .post-title h6:hover,
.single-widget-area .single-latest-post .post-title h6:focus {
  color: #007bff;
}
.single-widget-area .single-latest-post p {
  color: #959595;
  font-style: italic;
}
.single-widget-area .single-latest-post .sermons-meta-data {
  padding-bottom: 15px;
}
.single-widget-area .single-latest-post .sermons-meta-data p {
  margin-bottom: 5px;
  color: #959595;
  font-style: normal;
}
.single-widget-area .single-latest-post .sermons-meta-data p:last-child {
  margin-bottom: 0;
}
.single-widget-area .single-latest-post .sermons-meta-data p i {
  width: 15px;
  color: #007bff;
}
.single-widget-area .single-latest-post .sermons-meta-data p span {
  font-style: italic;
  color: #636363;
}
.single-widget-area .popular-tags li a {
  display: inline-block;
  margin: 4px;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  color: #1f1f2c;
  border-radius: 2px;
}
.single-widget-area .popular-tags li a:hover,
.single-widget-area .popular-tags li a:focus {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}
.single-widget-area .crose-catagories {
  position: relative;
  z-index: 1;
}
.single-widget-area .crose-catagories li a {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  color: #636363;
}
.single-widget-area .crose-catagories li a:hover {
  color: #007bff;
}
.single-widget-area .crose-catagories li a i {
  margin-right: 5px;
}
.single-widget-area .crose-catagories li:last-child a {
  margin-bottom: 0;
}
.single-widget-area .crose-archives {
  position: relative;
  z-index: 1;
}
.single-widget-area .crose-archives li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #636363;
  margin-bottom: 20px;
}
.single-widget-area .crose-archives li a:hover {
  color: #007bff;
}
.single-widget-area .crose-archives li:last-child a {
  margin-bottom: 0;
}
.single-widget-area .search-form {
  position: relative;
  z-index: 2;
}
.single-widget-area .search-form input {
  background-color: #ffffff;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  color: #959595;
  border-radius: 2px;
}
.single-widget-area .search-form input:focus {
  box-shadow: none;
}
.single-widget-area .search-form button {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-widget-area .search-form button:hover {
  color: #007bff;
}

.single-post-details-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-post-details-area img {
  width: 100%;
}
.single-post-details-area .post-content .post-title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details-area .post-content .post-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-details-area .post-content .post-title {
    font-size: 24px;
  }
}
.single-post-details-area .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-post-details-area .post-content .post-meta a {
  display: inline-block;
  font-size: 14px;
  color: #1f1f2c;
  margin-right: 15px;
}
.single-post-details-area .post-content .post-meta a:first-child {
  font-style: italic;
}
.single-post-details-area .post-content .post-meta a span,
.single-post-details-area .post-content .post-meta a i {
  color: #959595;
  margin-left: 3px;
}
.single-post-details-area .post-content .post-meta a:hover {
  color: #007bff;
}
.single-post-details-area .post-content p {
  font-size: 16px;
  color: #636363;
}
.single-post-details-area .post-content blockquote {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  border-left: 2px solid #007bff;
  margin: 25px 0;
}
.single-post-details-area .post-content blockquote .blockquote-text h6 {
  font-weight: 600;
  line-height: 1.9;
}
.single-post-details-area .post-content blockquote .blockquote-text h6 span {
  color: #959595;
}
.single-post-details-area
  .post-content
  blockquote
  .blockquote-text
  h6:first-child {
  font-style: italic;
  margin-bottom: 15px;
}
.single-post-details-area
  .post-content
  blockquote
  .blockquote-text
  h6:last-child {
  line-height: 1.2;
  margin-bottom: 0;
}

.post-tags-share {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.post-tags-share .popular-tags li a {
  display: inline-block;
  margin: 4px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  color: #959595;
  font-style: italic;
}
.post-tags-share .popular-tags li a:hover,
.post-tags-share .popular-tags li a:focus {
  color: #007bff;
}
.post-tags-share .post-share span {
  font-size: 14px;
}
.post-tags-share .post-share a {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}
.post-tags-share .post-share a:hover,
.post-tags-share .post-share a:focus {
  color: #007bff;
}
@media only screen and (max-width: 767px) {
  .post-tags-share .post-share a {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

.map-area {
  position: relative;
  z-index: 2;
}
.map-area iframe {
  width: 100%;
  height: 530px;
  border: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 300px;
  }
}

/* :: 22.0 Contact Area CSS */
.contact-content-area {
  position: relative;
  z-index: 50;
  padding: 30px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  top: -100px;
  background-color: #ffffff;
}
.contact-content-area .contact-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-content-area .contact-content {
    margin-bottom: 50px;
  }
}
.contact-content-area .contact-content h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-content-area .contact-content h4 {
    font-size: 18px;
  }
}
.contact-content-area .contact-content p {
  color: #636363;
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-content-area .contact-content p {
    font-size: 12px;
  }
}
.contact-content-area .contact-content p:last-child {
  margin-bottom: 0;
}
.contact-content-area .contact-content::after {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d2d2d5;
  content: "";
  right: -15px;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .contact-content-area .contact-content::after {
    display: none;
  }
}
.contact-content-area .col-12:last-child .contact-content::after {
  display: none;
}
.contact-content-area .col-12:last-child .contact-content:last-child {
  margin-bottom: 0;
}

.contact-form-area label {
  font-size: 16px;
  color: #fff;
}
.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 30px;
  border: 1px solid #002f57;
  border-radius: 2px;
  padding: 15px 30px;
  color: #002f57;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.contact-form-area .form-control:focus {
  box-shadow: none;
  border-color: #007bff;
}
.contact-form-area textarea.form-control {
  height: 150px;
}

/* ======= The End ======= */

/*# sourceMappingURL=style.css.map */

/*acordeon de nosotros*/

.sliding {
  background: #fff;
  overflow: hidden;
  color: #000;
  margin: 12px 0;
  transition: all 0.5s ease-in-out;
  height: 0;
}
.sliding p {
  padding: 0 15px;
}
.sliding:target {
  height: 50px;
}

.fancy {
  font-family: "Marcellus SC", serif;
}

.gb {
  padding: 8px 20px;
  margin-right: 25px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  background-color: transparent;
  color: white;
}

.gb:after {
  background-image: linear-gradient(
    135deg,
    #0d04b2 0%,
    #0d04b2 12.5%,
    #1119b6 12.5%,
    #1119b6 25%,
    #142eb9 25%,
    #142eb9 37.5%,
    #1843bd 37.5%,
    #1843bd 50%,
    #1c57c0 50%,
    #1c57c0 62.5%,
    #206cc4 62.5%,
    #206cc4 75%,
    #2381c7 75%,
    #2381c7 87.5%,
    #2796cb 87.5%,
    #2796cb 100%
  );
}

.gb:hover {
  color: white;
}

.gb-bordered {
  padding: 6px 20px;
  position: relative;
  border: 4px solid transparent;
  background-clip: padding-box;
  transition: 0.5s all;
}
.gb-bordered:after {
  transition: 0.5s all;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  z-index: -1;
  border-radius: 4px;
}

.hover-slide {
  transition: 0.6s all;
}
.hover-slide:after {
  background-size: 200% 100%;
  background-position: 0% 0;
}
.hover-slide:hover:after {
  background-position: 100% 0;
}

/*MODAL*/

.steps .action-button,
.action-button {
  width: 100px !important;
  background: #49ae9c;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}

/* my modal */

.modal p {
  font-size: 15px;
  font-weight: 100;
  font-family: sans-serif;
  color: #3c3b3b;
  line-height: 21px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.modal-show {
  visibility: visible;
}
.lt-ie9 .modal {
  top: 0;
  margin-left: -315px;
}

.modal-content {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 3px;
}

.modal-overlay {
  background: #000000;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -moz-transition-delay: 0.5s, 0.1s;
  -o-transition-delay: 0.5s, 0.1s;
  -webkit-transition-delay: 0.5s, 0.1s;
  transition-delay: 0.5s, 0.1s;
  -moz-transition-duration: 0, 0.5s;
  -o-transition-duration: 0, 0.5s;
  -webkit-transition-duration: 0, 0.5s;
  transition-duration: 0, 0.5s;
}
.modal-show .modal-overlay {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/*slide*/
.modal[data-modal-effect|="slide"] .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s 0;
  -o-transition: all 0.5s 0;
  -webkit-transition: all 0.5s 0;
  transition: all 0.5s 0;
}
.modal[data-modal-effect|="slide"].modal-show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s 0.1s;
}
.modal[data-modal-effect="slide-top"] .modal-content {
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.modal[data-modal-effect="slide-top"].modal-show .modal-content {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*MODAL*/
