/* Add your custom css styles */
#logo > a > img {
  padding: 5px 0 5px;
}
.section-1 {
  padding-bottom: 40px;
}
.section-2 {
  padding-top: 40px;
  margin-bottom: 40px;
}
.section-1 .heading {
  margin-bottom: 0;
}
.section-2 [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
#plyrbtn {
  bottom: 0;
  line-height: 24px;
  padding: 8px 14px 9px;
  position: fixed;
  left: 0;
  color: #4db4d1;
}
#plyrbtn .fa {
  font-size: 20px;
}
/*  Header underline animation  */
a.effect-underline:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.8em;
  width: 100%;
  border-bottom: 5px solid #3f849f;
  /*margin-top: 10px;*/
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.active.effect-underline:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.8em;
  width: 100%;
  border-bottom: 5px solid #3f849f;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 991px) {
  a.effect-underline:after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 2.25em;
    width: 100%;
    border-bottom: 1px solid #3f849f;
    /*margin-top: 10px;*/
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .effect-underline:hover:after {
    height: 2.25em !important;
    opacity: 1;
    border-bottom: 1px solid #3f849f;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  a.active.effect-underline:after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 2.25em;
    width: 100%;
    border-bottom: 1px solid #3f849f;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*  Footer  */
.list-tweets li a {
  color: #ccc !important;
}
/* =======================================
     Home page 
   ======================================= */
.about-us-text {
  position: relative;
  top: 20px;
}
#testimonials .hr-title abbr {
  color: #000;
}
/* Main areas hover animation */
.grid {
  position: relative;
  margin: 0 auto;
  /*padding: 1em 0 4em;*/
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;*/
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  color: #fff;
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.learn-more-button {
  background-color: #3f849f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
}

.section-1 {
  .ldcv {
    .base {
      .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        .img-cont {
          height: 500px;
          padding: 1rem;
          img {
            height: 100%;
            border-radius: 10px;
          }
        }
      }
    }
  }
}

@media (min-width: 768px) {
  .ldcv {
    .base {
      width: 50%;
    }
  }
}
@media (min-width: 912px) {
  .ldcv {
    .base {
      width: 45%;
    }
  }
}

@media (min-width: 1276px) {
  .ldcv {
    .base {
      width: 30%;
    }
  }
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #9e5406;
}
figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
  opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Modified */
.bubba-img-parent {
  position: relative;
  overflow: hidden;
}
.bubba-img-child {
  width: 100%;
  height: 100%;
}
/* Footer styles */
#widget-subscribe-submit-button {
  background-color: #4db4d1;
  border-color: #4db4d1;
}
#widget-subscribe-form .input-group-addon,
#widget-subscribe-form .input-group-btn #widget-subscribe-submit-button {
  border-radius: 0;
}
/* =======================================
   Loation page 
   ======================================= */
#location h2 {
  margin-bottom: 20px;
}
#location-details {
  padding-top: 50px;
}
.table-bordered > tbody > tr > td {
  border: 1px solid #cbd8de;
}
#rates-table td {
  padding: 20px 15px 20px;
}
/* #rates p {
  font-style: italic;
} */
/* Contact form styles */
.messages-web {
  margin-top: 35px;
}
.messages-web .address-inside1 input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  margin-bottom: 30px;
}
.messages-web .address-border1 {
  border: none;
  border-bottom: 1px solid #000;
}
.messages-web .messages1 {
  padding-bottom: 45px;
}
.messages-web .messages1 textarea {
  width: 100%;
  height: 80px;
  outline: 0;
  padding-bottom: 15px;
}
.messages-web .send-messages1 {
  text-transform: uppercase;
  text-align: center;
}
.bd-color-setting {
  border-color: #4db4d1;
}
.bd-color-setting:hover {
  border-color: #4db4d1 !important;
}
.btn-setting {
  color: #fff !important;
  background: #4db4d1;
}
input:focus {
  outline: none;
}
#location-main-text {
  padding: 40px 0 40px;
  background: #005b7f;
}
#location-main-text h3 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
/* =======================================
     Accomadation page 
   ======================================= */
#accomadation-info {
  padding-bottom: 40px;
}
#accomadation-photos {
  padding-top: 40px;
}
/* Accomadation info */
#accomadation-info .accomadation-text {
  background: #ececec;
  padding: 50px 45px;
  position: relative;
  top: 100px;
  left: 60px;
  z-index: 9;
}
#accomadation-info .accomadation-text:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
#accomadation-info .heading {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #accomadation-info .accomadation-text {
    padding: 50px 45px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #accomadation-info .accomadation-text .heading {
    text-align: center !important;
  }
  #accomadation-info .accomadation-text .heading:after {
    margin: 30px auto 0;
  }
  #accomadation-info .col-lg-6.accomadation-info-img {
    padding-top: 40px;
  }
}
/*======== 4. gallery filter Styles ===========*/
.gallery-item {
  padding: 0;
}
.gallery-filter {
  border-top: 1px solid #a5a8ac;
  border-bottom: 1px solid #a5a8ac;
  margin-top: 43px;
  margin-bottom: 30px;
}
.gallery-filter li {
  display: inline;
}
.gallery-filter li:after {
  content: "|";
  display: inline-block;
  color: #666;
  margin: 0 10px;
}
.gallery-filter li:last-child:after {
  content: "";
}
.gallery-filter li.active span,
.gallery-filter li:hover span {
  color: #208cb7;
}
.gallery-filter li.active span:after,
.gallery-filter li:hover span:after,
.gallery-filter li.active span:before,
.gallery-filter li:hover span:before {
  width: 100%;
}
.gallery-filter li span {
  display: inline-block;
  font-size: 13px;
  line-height: 51px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-filter li span:after {
  content: " ";
  width: 0%;
  height: 1px;
  background: #208cb7;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-filter li span:before {
  content: " ";
  width: 0%;
  height: 1px;
  background: #208cb7;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/*======== 10. gallery Styles ===========*/
#gallery {
  padding: 80px 0 50px;
  background: #f2f2f2;
}
/*======== 11. image-gallery Styles ===========*/
.image-gallery {
  position: relative;
}
.image-gallery .single-gallery {
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
}
.image-gallery .single-gallery.mix {
  display: none;
}
.image-gallery .single-gallery.span-8 {
  width: 66.66666667%;
}
.image-gallery .single-gallery.span-6 {
  width: 50%;
}
.image-gallery .single-gallery.span-4 {
  width: 33.33333333%;
}
.image-gallery .single-gallery.span-3 {
  width: 25%;
}
.single-gallery:hover .img-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-gallery:hover .img-holder .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-gallery:hover .img-holder .content .image-view {
  top: 0%;
}
.single-gallery:hover .img-holder .content .link-view {
  bottom: 0%;
}
.single-gallery .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-gallery .img-holder img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-gallery .img-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.single-gallery .img-holder .content .title-holder {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: 37%;
  background: rgba(135, 181, 1, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
}
.single-gallery .img-holder .content .title-holder h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .img-holder .content .image-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: -25%;
  background: rgba(135, 181, 1, 0.55);
}
.single-gallery .img-holder .content .image-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .img-holder .content .link-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -25%;
  background: rgba(135, 181, 1, 0.55);
}
.single-gallery .img-holder .content .link-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .modal-content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .image-gallery .single-gallery.span-8,
  .image-gallery .single-gallery.span-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .single-gallery .img-holder img {
    width: 100%;
  }
}
#accomadation-photos .heading {
  margin-bottom: 20px;
}
/* =======================================
     Dining page 
   ======================================= */
/* Cuisine info */
#cuisine-info .cuisine-text {
  background: #ececec;
  padding: 50px 45px;
  position: relative;
  top: 60px;
  left: 60px;
  z-index: 9;
}
#cuisine-info .cuisine-text:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
#cuisine-info .heading {
  margin-bottom: 0;
}
#cuisine-gallery .heading {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  #cuisine-info .cuisine-text {
    padding: 50px 45px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #cuisine-info .cuisine-text .heading {
    text-align: center !important;
  }
  #cuisine-info .cuisine-text .heading:after {
    margin: 30px auto 0;
  }
  #cuisine-info .col-md-6.cuisine-info-img {
    padding-top: 40px;
  }
}
/* =======================================
     Yoga page 
   ======================================= */
#yoga-info .yoga-text {
  background: #ececec;
  padding: 50px 45px;
  position: relative;
  top: 70px;
  left: 60px;
  z-index: 9;
}
#yoga-info .yoga-text:before {
  /* content: '';*/
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
#yoga-info .heading {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #yoga-info .yoga-text {
    padding: 50px 45px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #yoga-info .yoga-text .heading {
    text-align: center !important;
  }
  #yoga-info .yoga-text .heading:after {
    margin: 30px auto 0;
  }
  #yoga-info .col-md-6.yoga-info-img {
    padding-top: 40px;
  }
}
/* =======================================
     ayurveda page 
   ======================================= */
#ayurveda-info .ayurveda-text {
  background: #ececec;
  padding: 50px 45px;
  position: relative;
  top: 35px;
  left: 60px;
  z-index: 9;
}
#ayurveda-info .ayurveda-text:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
#ayurveda-info .heading {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #ayurveda-info .ayurveda-text {
    padding: 50px 45px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #ayurveda-info .ayurveda-text .heading {
    text-align: center !important;
  }
  #ayurveda-info .ayurveda-text .heading:after {
    margin: 30px auto 0;
  }
  #ayurveda-info .col-md-6.ayurveda-info-img {
    padding-top: 40px;
  }
}
/* =======================================
     Activities page 
   ======================================= */
/* Shaped content -->> right */
.c-content-box.c-no-padding {
  padding: 0;
}
.c-content-box.c-size-md {
  /*padding: 60px 0;*/
}
.c-bg-white {
  background-color: #ffffff !important;
}
.c-content-feature-4 .c-content-right.c-arrow {
  border-left: 200px solid;
  border-top: 375px solid transparent;
  border-bottom: 375px solid transparent;
}
.c-content-feature-4 .c-content-right {
  float: right;
}
.c-content-feature-4 .c-feature-bg,
.c-content-feature-4 .c-content-area {
  height: 750px;
  margin-bottom: -750px;
}
.c-content-feature-4 .c-feature-bg {
  width: 50%;
}
.c-bg-parallax {
  /* background-attachment: fixed; */
  background-position: center right;
  background-size: 180%;
  background-color: transparent;
  min-height: 100%;
}
.c-border-left-white {
  border-left-color: #ffffff !important;
}
.c-content-feature-4 .c-content-left {
  float: left;
}
.c-content-feature-4 .c-feature-bg,
.c-content-feature-4 .c-content-area {
  height: 750px;
  margin-bottom: -750px;
}
.c-content-feature-4 .c-content-area {
  width: 50%;
}
.c-content-feature-4 .c-feature-content.c-left {
  float: left;
}
.c-content-feature-4 .c-feature-content {
  padding: 0;
  width: 50%;
}
.c-content-feature-4 .c-feature-content .c-content-v-center {
  height: 750px;
}
.c-content-v-center .c-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.c-content-v-center .c-wrapper .c-body {
  display: table-cell;
  vertical-align: middle;
}
.c-margin-b-30 {
  margin-bottom: 30px;
}
/* Shaped content <<--- left */
.c-content-feature-4 .c-content-left.c-arrow {
  border-right: 200px solid;
  border-top: 375px solid transparent;
  border-bottom: 375px solid transparent;
}
.c-content-feature-4 .c-content-left.c-arrow {
  border-right: 200px solid;
  border-top: 375px solid transparent;
  border-bottom: 375px solid transparent;
}
.c-content-feature-4 .c-feature-bg,
.c-content-feature-4 .c-content-area {
  height: 750px;
  margin-bottom: -750px;
}
.c-content-feature-4 .c-feature-bg {
  width: 50%;
}
.c-bg-parallax {
  /* background-attachment: fixed; */
  background-position: center right;
  background-size: 180%;
  background-color: transparent;
  min-height: 100%;
}
.c-content-feature-4 .c-content-right {
  float: right;
}
.c-content-feature-4 .c-feature-bg,
.c-content-feature-4 .c-content-area {
  height: 750px;
  margin-bottom: -750px;
}
.c-content-feature-4 .c-content-area {
  width: 50%;
}
.c-content-feature-4 .c-feature-content.c-right {
  float: right;
}
.c-content-feature-4 .c-feature-content {
  padding: 0;
  width: 50%;
}
.c-right,
.c-font-right {
  text-align: right;
}
.c-content-feature-4 .c-feature-content .c-content-v-center {
  height: 750px;
}
.c-content-v-center .c-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.c-content-v-center .c-wrapper .c-body {
  display: table-cell;
  vertical-align: middle;
}
.c-right,
.c-font-right {
  text-align: right;
}
.c-border-right-dark {
  border-right-color: #fff !important;
}
.c-margin-b-30 {
  margin-bottom: 30px;
}
.img-right .c-bg-parallax {
  /* background-attachment: fixed;
    background-repeat: no-repeat; */
  background-position: center right;
  background-size: 180%;
  background-color: transparent;
  min-height: 100%;
}
.img-left .c-bg-parallax {
  /* background-attachment: fixed; */
  background-position: center center;
  background-size: 160%;
  background-color: transparent;
  min-height: 100%;
}
/* ***************************************
  Responsive CSS
   *************************************** */
@media (min-width: 992px) {
  /* home page about us paragraph center */
}
@media (max-width: 496px) {
  #slide-125-layer-17 img,
  #slide-8686-layer-9,
  #slide-8686-layer-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-us-text h3,
  .about-us-text p {
    text-align: center !important;
  }
}

* Timeline * --------------------------------------------- */ .timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #ffffff;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #ffffff !important;
}
.timeline-badge a:hover {
  color: #dcdcdc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-heading h4 {
  font-weight: 400;
  padding: 0 15px;
  color: #4679bd;
}
.timeline-body > p,
.timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}
.timeline-footer {
  padding: 5px 15px;
  background-color: #f4f4f4;
}
.timeline-footer p {
  margin-bottom: 0;
}
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}
.no-float {
  float: none !important;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}

.eventbtn {
  border: 1px solid;
  border-color: #ccc;
  padding: 6px 12px;
}
