@charset "UTF-8";
.mr-auto, .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify !important;
}
.text-right {
  text-align: right !important;
}
.d-block {
  display: block !important;
}
.float-right {
  float: right !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.p-0 {
  padding: 0 !important;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -ms-appearance: none;
  -webkit-appearance: none;
  display: none;
}
.modal-open .modal button.close {
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.fade:not(.show) {
  opacity: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 80% !important;
  }
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  z-index: 99;
}
.modal-body {
  padding: 25px !important;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.d-flex, .map .custom-map, .btn-icons .col-md-6:first-child .icon-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.navbar-expand-md .navbar-nav {
  -webkit-flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border-left: none;
  border-right: none;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header {
  background-color: #fff;
  position: relative;
  color: #333;
  padding-right: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .col-md-4 {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@font-face {
  font-family: "latobold";
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratblack";
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotothin";
  src: url("../fonts/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold";
  src: url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prolight";
  src: url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinslight";
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsblack";
  src: url("../fonts/poppins-black-webfont.woff2") format("woff2"), url("../fonts/poppins-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsextrabold";
  src: url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"), url("../fonts/poppins-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slabbold";
  src: url("../fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/robotoslab-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slablight";
  src: url("../fonts/robotoslab-light-webfont.woff2") format("woff2"), url("../fonts/robotoslab-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slabregular";
  src: url("../fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../fonts/robotoslab-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slabthin";
  src: url("../fonts/robotoslab-thin-webfont.woff2") format("woff2"), url("../fonts/robotoslab-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tekobold";
  src: url("../fonts/teko-bold-webfont.woff2") format("woff2"), url("../fonts/teko-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tekolight";
  src: url("../fonts/teko-light-webfont.woff2") format("woff2"), url("../fonts/teko-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tekomedium";
  src: url("../fonts/teko-medium-webfont.woff2") format("woff2"), url("../fonts/teko-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tekoregular";
  src: url("../fonts/teko-regular-webfont.woff2") format("woff2"), url("../fonts/teko-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tekosemibold";
  src: url("../fonts/teko-semibold-webfont.woff2") format("woff2"), url("../fonts/teko-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_displayblack";
  src: url("../fonts/playfairdisplay-black-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_displaybold";
  src: url("../fonts/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_displayregular";
  src: url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_display_scbold";
  src: url("../fonts/playfairdisplaysc-bold-webfont.woff2") format("woff2"), url("../fonts/playfairdisplaysc-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_display_scitalic";
  src: url("../fonts/playfairdisplaysc-italic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplaysc-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_display_scregular";
  src: url("../fonts/playfairdisplaysc-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplaysc-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewayblack";
  src: url("../fonts/raleway-black-webfont.woff2") format("woff2"), url("../fonts/raleway-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaybold";
  src: url("../fonts/raleway-bold-webfont.woff2") format("woff2"), url("../fonts/raleway-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaylight";
  src: url("../fonts/raleway-light-webfont.woff2") format("woff2"), url("../fonts/raleway-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaymedium";
  src: url("../fonts/raleway-medium-webfont.woff2") format("woff2"), url("../fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewayregular";
  src: url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaythin";
  src: url("../fonts/raleway-thin-webfont.woff2") format("woff2"), url("../fonts/raleway-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.breadcrumbs {
  text-align: center;
  color: #48220A;
  font-family: "ralewayregular", sans-serif;
}
.breadcrumbs .breadcrumb_last {
  color: #B4B4B4;
}
.breadcrumbs .fas {
  color: #fff;
  margin: 0 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .breadcrumbs .fas {
    margin: 0 23px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs .fas {
    margin: 0 28px;
  }
}
@media (min-width: 1500px) {
  .breadcrumbs .fas {
    margin: 0 35px;
  }
}
.breadcrumbs a {
  color: #48220A;
}
.breadcrumbs p {
  margin-bottom: 0;
}
.banner {
  position: relative;
}
.banner .page-title {
  display: none;
}
.page-title, .gallerytext_section h2, .home-slogan h1, .heading h2, .heading h1 {
  font-size: 34px;
  position: relative;
  font-family: "ralewaybold", sans-serif;
}
@media (min-width: 992px) {
  .page-title, .gallerytext_section h2, .home-slogan h1, .heading h2, .heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .page-title, .gallerytext_section h2, .home-slogan h1, .heading h2, .heading h1 {
    font-size: 2rem;
  }
}
.navbar-expand-lg {
  padding: 4px 0;
  clear: both;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 40px;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 0 18px;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-align: center;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}
.navbar-expand-lg .navbar-nav li.current_page_item .nav-link, .navbar-expand-lg .navbar-nav li.active .nav-link, .navbar-expand-lg .navbar-nav li.current-menu-item .nav-link {
  position: relative;
}
.navbar-brand {
  padding: 9px 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-bottom: 40px;
    padding: 20px 0 0 16px;
  }
}
@media (min-width: 1500px) {
  .navbar-brand {
    margin-bottom: 60px;
    padding: 25px 0 0 20px;
  }
}
.navbar-brand img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 170px;
  }
}
.navbar-affix {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 0 !important;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.navbar-affix .container {
  position: relative;
}
.navbar-affix .header-right .contact-data li, .navbar-affix .header-right .contact-data li a {
  color: #48220A;
}
.navbar-affix .navbar-brand {
  margin-bottom: 0;
}
.navbar-affix .site-title {
  color: #666;
}
.navbar-affix .navbar-toggler span {
  background-color: #666;
}
@media (max-width: 991px) {
  .navbar-affix .navbar-collapse {
    background-color: #fff;
  }
}
.navbar-affix .navbar-expand-lg .navbar-nav .nav-link {
  color: #666;
}
.navbar-affix .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #48220A;
}
.fixed-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.site-header {
  margin-bottom: 0;
  padding: 0;
  top: 0;
}
@media (max-width: 991px) {
  .site-header {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .site-header {
    padding: 46px 0 0 0;
  }
}
@media (min-width: 992px) {
  .site-header {
    padding: 56px 0 0 0;
  }
}
@media (min-width: 1500px) {
  .site-header {
    padding: 70px 0 0 0;
  }
}
.logged-in .top-header {
  top: 32px;
}
.logged-in .site-header {
  top: 32px;
}
@media (max-width: 991px) {
  .navbar-collapse + .contact-data {
    display: none !important;
  }
}
.navbar-collapse.show + .social {
  display: block;
}
.navbar-toggler {
  border-color: transparent !important;
  border-radius: 0 !important;
  padding: 0.5rem 0.9rem;
  position: absolute;
  right: 0;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .span {
  width: 30px;
  height: 3px;
  background-color: #666;
  margin-top: 7px;
  display: block;
}
.navbar-toggler .span:last-child {
  margin-bottom: 7px;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.slider_section {
  padding: 0;
}
.slider_section .slider-item {
  position: relative;
  background-color: #666;
  color: #fff;
  height: 594px;
}
@media (min-width: 768px) {
  .slider_section .slider-item {
    height: 693px;
  }
}
@media (min-width: 992px) {
  .slider_section .slider-item {
    height: 832px;
  }
}
@media (min-width: 1500px) {
  .slider_section .slider-item {
    height: 1040px;
  }
}
.slider_section h3 {
  color: #fff;
  font-family: "tekobold", sans-serif;
}
@media (max-width: 767px) {
  .slider_section h3 {
    line-height: normal;
  }
}
.slider_section h2 {
  position: relative;
  color: #fff;
  margin-top: 177px;
  margin-bottom: 0;
  color: #48220A;
  line-height: 20px;
  font-family: "tekobold", sans-serif;
}
@media (min-width: 768px) {
  .slider_section h2 {
    margin-top: 206px;
  }
}
@media (min-width: 992px) {
  .slider_section h2 {
    margin-top: 248px;
  }
}
@media (min-width: 1500px) {
  .slider_section h2 {
    margin-top: 310px;
  }
}
.slider_section p {
  margin-bottom: 0;
  color: #B4B4B4;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .slider_section p {
    margin-top: 10px;
  }
}
.slider_section .editor-btn {
  font-family: "tekobold", sans-serif;
  margin: 40px 10px 0 10px;
  padding: 15px 35px !important;
  min-width: 210px;
}
@media (max-width: 767px) {
  .slider_section .editor-btn {
    padding: 10px 20px !important;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .slider_section .editor-btn {
    margin-top: 10px;
  }
}
.slider_section .editor-btn:last-child {
  background-color: #48220A;
  border-color: #48220A;
  color: #fff !important;
}
.slider_section .editor-btn:last-child:hover {
  background-color: #D9D434;
  border-color: #D9D434;
  color: #666 !important;
}
.slider_section .owl-dots {
  z-index: 99;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: 30px;
}
.slider_section .owl-carousel .owl-nav {
  position: absolute;
  top: 57%;
  -webkit-transform: translate(0, -57%);
  transform: translate(0, -57%);
}
.slider_section .owl-carousel .owl-nav button.owl-prev, .slider_section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  margin: 0;
  width: 53px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
}
.slider_section .owl-carousel .owl-nav button.owl-prev:hover, .slider_section .owl-carousel .owl-nav button.owl-next:hover {
  color: #7FFCFF;
  border: 1px solid #7FFCFF;
}
.slider_section .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
}
@media (min-width: 992px) {
  .slider_section .owl-carousel .owl-nav button.owl-prev {
    left: 63px;
  }
}
@media (min-width: 1500px) {
  .slider_section .owl-carousel .owl-nav button.owl-prev {
    left: 95px;
  }
}
@media (max-width: 767px) {
  .slider_section .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}
.slider_section .owl-carousel .owl-nav button.owl-next {
  right: 50px;
}
@media (min-width: 992px) {
  .slider_section .owl-carousel .owl-nav button.owl-next {
    right: 63px;
  }
}
@media (min-width: 1500px) {
  .slider_section .owl-carousel .owl-nav button.owl-next {
    right: 95px;
  }
}
@media (max-width: 767px) {
  .slider_section .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 7px;
}
.owl-carousel button.owl-dot.active {
  background-color: #fff;
}
.owl-carousel .owl-nav {
  width: 100%;
  text-align: right;
  z-index: 10;
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    top: auto;
    bottom: -45px;
  }
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  margin: 0;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-prev img, .owl-carousel .owl-nav button.owl-next img {
  max-height: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 70px;
}
.page-scroller {
  background-color: #48220A;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 50px;
  display: block;
  position: absolute;
  bottom: -38px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.page-scroller:hover {
  color: #fff;
}
.page-scroller .fas {
  display: block;
  text-align: center;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.gallerytext-gallery img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.main-gallery img {
  max-width: auto;
  display: block;
  margin: auto;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
iframe {
  width: 100%;
}
.map {
  margin-bottom: -5px;
}
.wpcf7-checkbox {
  border: none !important;
  padding-left: 0 !important;
}
span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label {
  margin-right: 10px;
  color: #aaa;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  font-size: 0.8em;
  padding: 0.2rem;
}
.btn.disabled, .btn:disabled {
  opacity: 1 !important;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="number"], .wpcf7 textarea, .wpcf7 select {
  margin-top: 10px;
  margin-bottom: 8px;
  background-color: #fff !important;
  padding: 10px 10px;
  font-size: 16px;
  color: #aaa;
  border: 1px solid #fff;
  border-radius: 0 !important;
  height: auto !important;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder, .wpcf7 input[type="email"]::-webkit-input-placeholder, .wpcf7 input[type="tel"]::-webkit-input-placeholder, .wpcf7 input[type="date"]::-webkit-input-placeholder, .wpcf7 input[type="number"]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 input[type="date"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
.wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7 input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder, .wpcf7 input[type="date"]:-ms-input-placeholder, .wpcf7 input[type="number"]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
.wpcf7 input[type="text"]:-moz-placeholder, .wpcf7 input[type="email"]:-moz-placeholder, .wpcf7 input[type="tel"]:-moz-placeholder, .wpcf7 input[type="date"]:-moz-placeholder, .wpcf7 input[type="number"]:-moz-placeholder, .wpcf7 textarea:-moz-placeholder, .wpcf7 select:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
.wpcf7 textarea {
  max-height: 100px;
}
.wpcf7 a {
  color: #48220A;
}
.wpcf7 label {
  line-height: 15px;
}
.wpcf7 input[type="submit"] {
  padding-left: 2.4rem !important;
  background-image: url(../img/tringle.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  border: 2px solid #48220A;
  height: 60px;
  text-transform: none;
  background-color: transparent;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:active {
  background-color: #666;
  text-decoration: none;
  border: 1px solid #666;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.accordion .card {
  border: none;
  border-bottom: 1px solid #f8f8f8 !important;
  margin-bottom: 10px;
}
.accordion .card-body {
  padding: 25px;
}
@media (max-width: 991px) {
  .accordion .card-body {
    padding: 15px;
  }
}
.accordion .card-body p {
  margin-bottom: 0;
}
.accordion .card-header {
  background-color: #fff;
  position: relative;
  color: #666;
  border: none !important;
  padding: 0;
}
.accordion .card-header:hover {
  text-decoration: none;
}
.accordion .card-header.collapsed .card-title {
  color: #666;
  background-color: #fff;
}
.accordion .card-header.collapsed:after {
  content: "";
  color: #666;
}
.accordion .card-header .card-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #48220A;
  display: block;
  margin-bottom: 0;
  padding: 25px !important;
}
@media (max-width: 991px) {
  .accordion .card-header .card-title {
    font-size: 20px;
    padding: 15px 40px 15px 15px !important;
  }
}
.accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  right: 30px;
  font-size: 1.4rem;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
@media (max-width: 767px) {
  .accordion .card-header:after {
    right: 15px;
  }
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.subpages_section .thumbnail-cover {
  overflow: hidden;
}
.subpages_section .link-absolute:hover + .short-desc {
  top: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.subpages_section .short-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  color: #fff;
  padding: 20px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #666;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #555);
}
.subpages_section .short-desc p {
  bottom: -260px;
  position: absolute;
  right: 15px;
  left: 20px;
}
@media (max-width: 575px) {
  .subpages_section .short-desc {
    bottom: -60px;
  }
}
.subpages_section .short-desc h3 {
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 20px 0 0 0;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.download-files {
  padding-left: 0;
  list-style: none;
}
.download-files li {
  background-image: url(../img/pdf.svg);
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  margin-bottom: 10px;
  padding: 5px;
}
.download-files li:hover {
  background-color: #eee;
}
.download-files li a {
  color: #666;
  padding: 10px 10px 10px 50px;
  display: block;
  font-weight: bold;
}
.mce-notification-error {
  display: none !important;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
body {
  /* Fallback for when there is no custom background color defined. */
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.74rem 1rem;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}
/* Small menu. */
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.5rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " →";
}
.post-navigation .nav-previous a::before {
  content: "←";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
  # Plugin Compatibility
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Woocommerce
  --------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
  ## Elementor
  --------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
  ## Visual Composer
  --------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
  # Media Query
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Notebook
  --------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
section {
  width: 100%;
  clear: both;
  padding: 80px 0;
  position: relative;
}
section .container {
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 40px 0;
  }
}
.nopadding {
  padding: 0;
}
html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
a {
  color: inherit;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
:focus, :active {
  outline: none;
}
.thumbnail-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.thumbnail-200 {
  height: 200px;
  width: 100%;
  margin-bottom: 30px;
}
.thumbnail-400 {
  height: 200px;
}
@media (min-width: 768px) {
  .thumbnail-400 {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .thumbnail-400 {
    height: 300px;
  }
}
@media (min-width: 1500px) {
  .thumbnail-400 {
    height: 400px;
  }
}
#mylightbox1, #mylightbox2 {
  color: #2a2523;
}
.editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  color: #666 !important;
  padding: 0.6rem 2.1rem !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  line-height: 28px;
  margin-right: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  font-family: "ralewaybold";
}
.editor-btn:hover, .editor-btn:focus, .editor-btn:active, .more-link:hover, .more-link:focus, .more-link:active, .read-more:hover, .read-more:focus, .read-more:active, .post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus, .post-navigation .nav-previous a:active, .post-navigation .nav-next a:hover, .post-navigation .nav-next a:focus, .post-navigation .nav-next a:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  background-color: #48220A;
  text-decoration: none;
  border: 1px solid #48220A;
  color: #fff !important;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 25%;
  margin: 0 auto;
}
.modal-body {
  padding: 25px !important;
}
.modal-content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  z-index: 99;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 80% !important;
  }
}
.post.hentry {
  margin-bottom: 0;
}
.blog .post-wrapper, .news_section .post-wrapper, .category .post-wrapper, .single .post-wrapper {
  height: 100%;
  padding: 0 0 15px 0;
}
.date {
  font-weight: bold;
  color: #48220A;
  margin-bottom: 4px;
  display: block;
}
h2.entry-title {
  border-bottom: none;
}
.posts-archive {
  padding: 40px 15px;
  z-index: 1;
  position: relative;
}
.posts-archive .col-md-4, .posts-archive .col-md-3 {
  margin-bottom: 30px;
}
.posts-archive h2.entry-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 15px;
}
.posts-archive h2.entry-title + p {
  margin-bottom: 0;
}
.posts-archive .entry-content {
  margin-top: 10px;
}
.posts-archive .entry-title {
  color: #666 !important;
  font-size: 1.3rem;
  margin-top: 0;
}
.posts-archive .news-title {
  padding: 10px 20px;
}
.posts-archive .blog-intro {
  margin-bottom: 60px;
}
.posts-archive .thumbnail-200 {
  position: relative;
  margin-bottom: 0;
}
.posts-archive .thumbnail-200 .link-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background-color: #48220A;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 4px;
}
.posts-archive .thumbnail-200 .link-absolute:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2rem;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  width: 100%;
  text-align: center;
}
.posts-archive .thumbnail-200:hover .link-absolute {
  opacity: 1;
}
.link-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.widget_nav_menu {
  overflow: hidden;
}
.widget_nav_menu .menu {
  display: block;
}
@media (max-width: 991px) {
  .widget_nav_menu .menu {
    float: none;
    display: block;
  }
}
.widget_nav_menu .menu li {
  display: block;
}
@media (max-width: 991px) {
  .widget_nav_menu .menu li {
    width: 100%;
  }
}
.widget_nav_menu .menu li a {
  color: #aaa;
  padding: 5px 0;
  position: relative;
  font-size: 1rem;
}
.widget_nav_menu .menu li a:hover, .widget_nav_menu .menu li a:focus, .widget_nav_menu .menu li a:active {
  color: #48220A;
  background-color: transparent;
}
@media (max-width: 991px) {
  .widget_nav_menu .menu li a {
    font-size: 15px;
  }
}
.site-footer {
  padding: 15px 0;
  background-color: #EEF1F3;
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer .textwidget p {
  margin-bottom: 14px;
  color: #aaa;
}
.site-footer .widget-title {
  font-weight: bold;
  text-transform: none;
  font-family: "ralewaybold", sans-serif;
  color: #aaa;
}
.site-footer .social {
  text-align: center;
  padding-left: 0;
  margin-top: 0;
  width: 100%;
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .site-footer .social {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.site-footer .social li {
  margin-left: 6px;
}
.site-footer .social li a {
  color: #fff;
  display: block;
  padding: 0 6px;
}
.site-footer .social li a .fab {
  font-size: 16px;
}
.bottom-footer {
  padding: 15px 0;
  color: #aaa;
  background-color: #DADADB;
}
@media (min-width: 768px) {
  .bottom-footer .design {
    text-align: right;
  }
}
.bottom-footer .design a {
  color: #888;
}
.realisation-gallery .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.realisation-gallery .thumbnail-cover {
  position: relative;
}
.realisation-gallery img {
  max-height: 800px;
  width: auto !important;
  margin: auto;
}
.realisations-gallery .owl-dots {
  margin-top: 0;
  text-align: center;
}
.realisations-gallery .owl-dots .owl-dot {
  width: 90px !important;
  height: 70px !important;
  border-radius: 0 !important;
  border: none;
  background-size: cover;
  margin-top: 10px;
  background-position: center;
  opacity: 0.5;
}
.realisations-gallery .owl-dots .owl-dot.active {
  opacity: 1;
}
.realisations-gallery .counter {
  text-align: right;
  font-weight: bold;
}
.navigation {
  text-align: center;
  width: 100%;
}
.navigation .page-numbers {
  font-size: 20px;
  padding: 5px;
}
.navigation .next {
  color: #48220A;
}
.font18 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 14.4px;
  }
}
@media (min-width: 1200px) {
  .font18 {
    font-size: 18px;
  }
}
.font22 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 24px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 30px;
  }
}
.font47 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 37.6px;
  }
}
@media (min-width: 1200px) {
  .font47 {
    font-size: 47px;
  }
}
.font60 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font60 {
    font-size: 60px;
  }
}
.font77, .slider_section h3 {
  font-size: 44px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font77, .slider_section h3 {
    font-size: 77px;
  }
}
.font180, .slider_section h2 {
  font-size: 102px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 144px;
  }
}
@media (min-width: 1200px) {
  .font180, .slider_section h2 {
    font-size: 180px;
  }
}
.d-flex, .map .custom-map, .btn-icons .col-md-6:first-child .icon-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.font18 {
  font-size: 8px;
}
@media (min-width: 768px) {
  .font18 {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .font18 {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .font18 {
    font-size: 14.4px;
  }
}
.font22 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .font22 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .font22 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .font22 {
    font-size: 18px;
  }
}
.font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
  font-size: 12px;
}
@media (min-width: 768px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .font24, .editor-btn, .more-link, .read-more, .post-navigation .nav-previous a, .post-navigation .nav-next a, input[type="submit"] {
    font-size: 19px;
  }
}
.font30, .breadcrumbs, .slider_section p {
  font-size: 15px;
}
@media (min-width: 768px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .font30, .breadcrumbs, .slider_section p {
    font-size: 24px;
  }
}
.font40 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .font40 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .font40 {
    font-size: 26px;
  }
}
@media (min-width: 1500px) {
  .font40 {
    font-size: 32px;
  }
}
.font47 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .font47 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .font47 {
    font-size: 31px;
  }
}
@media (min-width: 1500px) {
  .font47 {
    font-size: 37.6px;
  }
}
.font60 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .font60 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .font60 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .font60 {
    font-size: 48px;
  }
}
.font77, .slider_section h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .font77, .slider_section h3 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .font77, .slider_section h3 {
    font-size: 51px;
  }
}
@media (min-width: 1500px) {
  .font77, .slider_section h3 {
    font-size: 62px;
  }
}
.font90 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .font90 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .font90 {
    font-size: 60px;
  }
}
@media (min-width: 1500px) {
  .font90 {
    font-size: 72px;
  }
}
.font110 {
  font-size: 50px;
}
@media (min-width: 768px) {
  .font110 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .font110 {
    font-size: 73px;
  }
}
@media (min-width: 1500px) {
  .font110 {
    font-size: 88px;
  }
}
.font180, .slider_section h2 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .font180, .slider_section h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .font180, .slider_section h2 {
    font-size: 110px;
  }
}
@media (min-width: 1500px) {
  .font180, .slider_section h2 {
    font-size: 140px;
  }
}
.site {
  font-family: "ralewayregular", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
h1, h2, h3, h4 {
  font-family: "playfair_displayregular", sans-serif;
  font-weight: normal;
}
.social {
  position: relative;
  float: right;
  padding-left: 20px;
}
.social li {
  list-style: none;
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .social li {
    margin-left: 5px;
  }
}
.social li a {
  display: block;
  text-align: center;
}
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 12px;
  border-radius: 0;
  display: block;
  background-color: #48220A;
  border: 1px solid #48220A;
  display: none;
  z-index: 9999;
}
.scrollToTop .fas {
  color: #fff;
  font-size: 25px;
}
.plus-gallery .plus {
  background-color: rgba(72, 34, 10, 0.7);
  background-image: url(../img/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.plus-gallery .link-absolute:hover .plus {
  opacity: 1;
}
.owl-dots {
  text-align: center;
}
.error-404 .page-title {
  color: #202125;
}
.map iframe {
  height: 342px !important;
}
@media (min-width: 768px) {
  .map iframe {
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  .map iframe {
    height: 480px !important;
  }
}
@media (min-width: 1500px) {
  .map iframe {
    height: 600px !important;
  }
}
.navbar-toggler[aria-expanded="false"] span {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .span {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .span:nth-of-type(1) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 17px 0 0 0;
}
.navbar-toggler[aria-expanded="true"] .span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.navbar-toggler[aria-expanded="true"] .span:nth-of-type(3) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -13px 0 0 0;
}
.shape {
  text-align: right;
}
.shape .container {
  background-image: url(../img/shape.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 200px auto;
}
@media (max-width: 991px) {
  .shape .container {
    background-size: 120px auto;
  }
}
.shape .section-small-title h2:before {
  content: "";
  background-color: #48220A;
  height: 4px;
  width: 150px;
  z-index: 999;
  position: absolute;
  top: 50px;
}
@media (max-width: 991px) {
  .shape .section-small-title h2:before {
    content: none;
  }
}
.shape ul li {
  text-align: left;
}
.shape .gallerytext-gallery {
  padding-left: 20%;
  z-index: -1;
}
.shape .section-small-title h2:before {
  right: -200px;
}
.shape.shape-right {
  text-align: left;
}
.shape.shape-right .container {
  background-position: top right;
}
.shape.shape-right .gallerytext-gallery {
  padding-right: 20%;
}
.shape.shape-right .section-small-title h2:before {
  left: -200px;
}
.shape.shape-right ul li:hover:before {
  left: 0;
}
.shape.map .container {
  background-image: none;
}
.shape ul {
  -webkit-column-count: 2;
  /* Old Chrome, Safari and Opera */
  -moz-column-count: 2;
  /* Old Firefox */
  column-count: 2;
  padding-left: 0;
  list-style: none;
}
.shape ul li {
  font-family: "ralewaybold", sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.shape ul li:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 15px;
  width: 15px;
  left: -10px;
  z-index: 1;
  position: absolute;
}
.shape ul li:hover {
  padding-left: 20px;
}
.shape ul li:hover:before {
  content: url(../img/tringle.png);
}
.section-small-title h2, .thumb-top h2 {
  font-family: "playfair_displayregular", sans-serif;
  font-size: 37px;
  color: #48220A;
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-small-title h2, .thumb-top h2 {
    font-size: 43px;
  }
}
@media (min-width: 992px) {
  .section-small-title h2, .thumb-top h2 {
    font-size: 52px;
  }
}
@media (min-width: 1500px) {
  .section-small-title h2, .thumb-top h2 {
    font-size: 65px;
  }
}
.gallery-slider h2 {
  font-family: "playfair_displayregular", sans-serif;
  font-size: 34px;
  color: #48220A;
}
@media (min-width: 575px) and (max-width: 767px) {
  .gallery-slider .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery-slider .thumbnail-cover {
  margin-bottom: 20px;
}
.gallery-slider .image-desc span {
  position: relative;
  padding-left: 15px;
  display: block;
  margin-bottom: 20px;
}
.gallery-slider .image-desc span:before {
  content: "";
  background-color: #48220A;
  height: 20px;
  width: 4px;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 5px;
}
.map .section-small-title {
  padding-right: 7%;
}
@media (min-width: 768px) {
  .map .section-small-title {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .map .custom-text {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.map .custom-map {
  width: 100%;
}
@media (max-width: 767px) {
  .map .custom-map {
    flex-direction: column;
  }
}
.map.right-map .custom-map {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .map.right-map .custom-map {
    flex-direction: column;
  }
}
.map.right-map .custom-map .section-small-title {
  padding-right: 0;
  padding-left: 7%;
}
.contact-main h2, .contact-main h3 {
  font-family: "playfair_displayregular", sans-serif;
  font-size: 37px;
  line-height: normal;
  color: #48220A;
}
@media (min-width: 768px) {
  .contact-main h2, .contact-main h3 {
    font-size: 43px;
  }
}
@media (min-width: 992px) {
  .contact-main h2, .contact-main h3 {
    font-size: 52px;
  }
}
@media (min-width: 1500px) {
  .contact-main h2, .contact-main h3 {
    font-size: 65px;
  }
}
.contact-main .contact-data {
  line-height: 2.3;
}
.icons {
  text-align: center;
}
.icons h3 {
  font-size: 34px;
}
.icons-bottom {
  text-align: center;
  padding-top: 0;
}
.btn-icons h3 {
  color: #fff;
  text-align: right;
  font-size: 34px;
  line-height: normal;
  margin: 0;
}
.btn-icons .col-md-6:first-child .icon-container {
  height: 90%;
  align-items: center;
}
.btn-icons .col-md-6:last-child {
  padding-left: 5%;
}
.btn-icons .col-md-6:last-child .editor-btn {
  background-color: transparent;
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #fff !important;
  text-transform: none;
  min-width: 270px;
  padding: 0.9rem 2.1rem 0.9rem 2.8rem !important;
}
.btn-icons .col-md-6:last-child .editor-btn:hover {
  background-color: #fff;
  color: #48220A !important;
}
.btn-icons .bottom-wrapper p:first-child .editor-btn {
  background-image: url(../img/phone.png);
}
.btn-icons .bottom-wrapper p:nth-child(2) .editor-btn {
  background-image: url(../img/play.png);
}
.btn-icons .bottom-wrapper p:nth-child(2) .editor-btn:hover {
  background-image: url(../img/triangle-brown.png);
}
.btn-icons .bottom-wrapper p:nth-child(3) .editor-btn {
  background-image: url(../img/play.png);
}
.btn-icons .bottom-wrapper p:nth-child(3) .editor-btn:hover {
  background-image: url(../img/triangle-brown.png);
}
.thumbstone .col-md {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .thumbstone .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .thumbstone .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.thumbstone .thumb-title {
  position: relative;
  padding-left: 15px;
  line-height: 21px;
  margin-bottom: 25px;
}
.thumbstone .thumb-title:before {
  content: "";
  background-color: #48220A;
  height: 20px;
  width: 4px;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-brand {
  position: absolute;
  top: 50px;
  left: 30px;
  padding: 0;
}
.navbar-brand img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .navbar-brand {
    top: 10px;
  }
}
.site-header {
  position: fixed;
  background-color: #202125;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 100px;
}
@media (min-width: 992px) {
  .site-header {
    height: 100vh;
    width: 150px;
  }
}
.site-header .social {
  position: absolute;
  bottom: 30px;
  text-align: center;
  padding: 0;
  width: 150px;
}
@media (max-width: 991px) {
  .site-header .social {
    display: none;
  }
}
.site-header .social li {
  margin: 0;
}
.site-header .social li a {
  color: #fff;
  font-size: 30px;
}
.dropdown-item {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 15px !important;
}
.dropdown-item:hover {
  color: #fff !important;
}
@media (min-width: 992px) {
  .dropdown-toggle:after {
    content: url(../img/menu-triangle.png);
    border: none;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
  }
  .dropdown-toggle:hover:after {
    content: url(../img/play.png);
  }
  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    padding: 0;
    left: -350px;
    transition: left 0.5s ease-in;
    background-color: #202125;
    top: 0;
    height: 100vh;
    position: fixed;
    justify-content: center;
    padding-left: 15px;
    z-index: -1;
  }
  .navbar-expand-lg {
    top: 0;
  }
  .dropdown-menu {
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #3E3530;
    width: 300px;
    position: fixed !important;
    left: -300px;
  }
  .dropdown-menu .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    text-align: left;
  }
  .dropdown-menu .dropdown-item:hover {
    color: #fff;
  }
  .layer {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    display: none;
    left: 150px;
  }
  .menu-is-open > .navbar-nav {
    left: 150px;
    z-index: 1;
  }
  .menu-is-open + .layer {
    display: block;
  }
  .dropdown-toggle:hover + .dropdown-menu {
    left: 485px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .layer {
    background-color: #1f2328;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    flex-direction: column;
  }
}
.navbar-expand-lg .navbar-toggler {
  display: block;
}
.navbar-expand-lg .navbar-toggler .span {
  background-color: #fff;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 45px;
    right: auto;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-toggler {
    right: 30px;
    top: -20px;
  }
}
@media (min-width: 992px) {
  body {
    padding-left: 150px !important;
  }
}
.sources .thumbnail-cover {
  margin-bottom: 20px;
}
.sources .col-md:last-child .thumbnail-cover {
  background-size: contain;
}
.sources .desc-wrapper {
  position: relative;
  padding-left: 15px;
  display: block;
  margin-bottom: 20px;
}
.sources .desc-wrapper:before {
  content: "";
  background-color: #48220a;
  height: 20px;
  width: 4px;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 2px;
}
.virtual {
  padding: 0;
  position: relative;
}
.virtual .container-fluid {
  padding: 0;
}
#big-animation {
  height: 650px;
  border: none;
  margin-top: -3px;
}
.animation {
  width: 100%;
}
.page-parent section a {
  font-family: "ralewaybold", sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.page-parent section a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 15px;
  width: 15px;
  left: 0;
  z-index: 1;
  position: absolute;
}
.page-parent section a:hover {
  padding-left: 20px;
}
.page-parent section a:hover:before {
  content: url(../img/tringle.png);
}
.page-parent section .icon-container a {
  font-weight: bold;
}
.page-parent section .icon-container a:hover {
  padding-left: 0;
}
.page-parent section .icon-container a:hover:before {
  content: none;
  height: 0;
}
.navigation {
  margin-top: 30px;
}
.navigation .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 28px;
  display: inline-block;
  background-color: #EEF1F3;
  margin: 10px 2px 0 2px;
  font-weight: bold;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top 14px center;
}
.navigation .page-numbers.current, .navigation .page-numbers:hover {
  background-color: #48220A;
  color: #fff;
}
.navigation .prev {
  background-image: url(../img/left-page.png);
  color: transparent;
}
.navigation .next {
  background-image: url(../img/tringle.png);
  color: transparent;
}
.show:not(.collapsing) .nav-item.menu-item.dropdown:hover > ul.dropdown-menu {
  display: flex;
  left: 485px;
  -webkit-transition: left 0.5s ease-in;
  transition: left 0.5s ease-in;
}
@media (max-width: 991px) {
  .dropdown-toggle:after {
    content: none;
  }
  .caret {
    z-index: 999;
    height: 20px;
    display: inline-block;
    float: right;
    position: absolute;
    top: 0;
    right: 45px;
  }
  .caret:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin-top: 70px;
  }
}
.galantery .thumbnail-cover {
  background-size: contain;
}
.laminam {
  padding-bottom: 0;
}
.laminam h2 {
  font-family: "playfair_displayregular", sans-serif;
}
.laminam .thumb-title {
  text-transform: uppercase;
}
