/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

#onePageContentContainer,
#mainPageContentContainer {
  margin-top: 266px;
}

body {
  /*background-color: #FFF;*/
  font-family: josefin_sansregular, sans-serif;
  /*max-width:1750px;*/
  margin: 0 auto;
  color: #514b7f;
  background-color: #ffffff;
}

a {
  color: #2f30b7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

a:visited {
  color: #2f30b7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pointer {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pointer:hover {
  /*text-shadow: 0 1px 2px rgba(47, 48, 183, 0.55);*/
  color: #bdb9cc;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /*transition: all .2s ease-in-out;*/
}

a:hover {
  text-decoration: none;
}

p > a:hover,
h2 > a:hover,
h1 > a:hover {
  color: #7e77b8;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a.tourBtn > h2 {
  color: #514b7f;
  margin: 0 auto;
  text-align: center;
}

a.tourBtn {
  display: block;
  margin: 0 auto;
  background-color: #cccccc;
}

a.bookBtn > h2 {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

a.bookBtn {
  display: block;
  margin: 0 auto;
  background-color: #cb4228;
}

a.bookBtn:hover {
  background-color: #700802;
}

p,
blockquote {
  /*color: #FFFFCE;*/
  /*color: #92BC80;*/
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
  font-size: 1.4em;
}

address {
  /*color: #FFFFCE;*/
  /*color: #92BC80;*/
  font-size: 1.1em;
  font-family: josefin_sansregular, sans-serif;
}

p.contact {
  font-size: 2em;
}

.text-center p {
  text-align: center;
  -ms-text-align-last: auto;
  -moz-text-align-last: auto;
  text-align-last: auto;
}

.text-last-right {
  -moz-text-align-last: right;
  text-align-last: right;
}

blockquote {
  /*color: #699E53;*/
  /*color: #FFFFCE;*/
  font-style: italic;
  font-variant: full-width;
}

li {
  /*color: #FFFFCE;*/
  /*color: #92BC80;*/
  font-size: 1.2em;
}

h1,
h2,
h3,
h4 {
  /*color: #FFFFCE;*/
  font-family: josefin_sansregular, sans-serif;
  text-align: center;
}

.ms-layer {
  color: #fffcce !important;
  /*text-shadow: none;*/
  font-family: josefin_sansregular, sans-serif;
  /*-webkit-text-stroke: 0;*/
}

h1 {
  font-size: 4rem;
  color: #514b7f;
}

h1:after,
h2:after,
h3:after {
  color: #dbdbdb;
  content: attr(data-title);
}

.background-layer,
.background-layer-lighter {
  position: absolute;
  z-index: -1;
}

.background-layer:after,
.background-layer-lighter:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 100%;
  background: rgba(86, 73, 126, 0.7);
  content: " ";
}

.background-layer-lighter:after {
  background: rgba(86, 73, 126, 0.2);
}

.locationContentCopy {
  overflow: hidden;
  padding: 0;
}

.locationContentCopy img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.locationContentCopy p {
  padding: 1em 2em;
}
.booking-table p {
  padding: 0;
}
.btn-book-now {
  font-size: 1.3em;
}

.infoLayer p {
  padding: 30px;
  color: #f5f5f5;
  /*color: #92BC80;*/
  /*text-shadow: 0px 0px 1px #FFF359;*/
}

.infoLayer {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.infoLayer h1 {
  text-align: center;
}

.rowEven {
  background-color: #f5f5f5;
}
#footer {
  text-align: center;
}

@media (max-width: 1024px) {
  #onePageContentContainer,
  #mainPageContentContainer {
    margin-top: 220px;
  }
}

@media (max-width: 768px) {
  #onePageContentContainer,
  #mainPageContentContainer {
    margin-top: 90px;
  }

  .mobileHidden {
    visibility: hidden;
  }
}

/* social */
#socialFloat {
  position: fixed;
  top: 22%;
  z-index: 9999;
  background: white;
  padding: 7px;
  left: -77px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#socialFloat.left {
  left: 0px;
}

#socialFloat.right {
  right: 0px;
}

#socialFloat a {
  display: block;
  text-decoration: none;
  width: 50px;
  height: 50px;
}

#socialFloat .fa {
  display: block;
  font-size: 35px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}

#socialFloat:hover .fa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#socialFloat .fa-calendar-o {
  background-color: #a2ba00;
}

#socialFloat .fa-facebook {
  background-color: #3b5998;
}

#socialFloat .fa-twitter {
  background-color: #00aced;
}

#socialFloat .fa-youtube {
  background-color: #bb0000;
}

#socialFloat .fa-google-plus {
  background-color: #dd4b39;
}

#socialFloat .fa-linkedin {
  background-color: #007bb6;
}
#socialFloat .fa-instagram {
  background-color: #007bb6;
}
#socialFloat .fa-calendar-o:hover,
#socialFloat .fa-facebook:hover,
#socialFloat .fa-twitter:hover,
#socialFloat .fa-youtube:hover,
#socialFloat .fa-linkedin:hover,
#socialFloat .fa-google-plus:hover {
  opacity: 0.8;
}
#socialFloat.socialAnim {
  left: 10px;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.row-flex {
  display: flex;
  align-items: center; /* Vertically centers content in columns */
}

/* medium+ screen sizes */
@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}

/* small screen sizes */
@media (max-width: 991px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }

  .d-flex {
    flex-wrap: wrap !important;
  }
}
/* 
@media (max-width: 768px) {
  .d-flex {
    flex-wrap: wrap !important;
  }
} */
