@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0px); } }
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 10px); }
  to {
    -moz-transform: translate(0, 0px); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  font-family: 'Almoni-Dl';
  font-size: 19px;
  line-height: 1.3; }

select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

span.eng {
  font-family: 'Open Sans Hebrew' !important; }

.entry-content ul {
  font-size: 20px;
  margin-right: 16px;
  margin-bottom: 15px;
  list-style: disc; }

select::-ms-expand {
  display: none; }

.mobile-only {
  display: none !important; }

p,
.btn {
  font-family: 'Almoni-Dl';
  font-weight: normal;
  color: #646464; }

.entry-title,
.entry-subtitle {
  font-family: 'Stanga-Dl', sans-serif;
  display: block; }

h1 {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  color: #fff; }
  h1 .eng {
    font-size: 74px; }

.lang-en h1 {
  font-size: 60px;
  margin-top: 10px; }

.title-green-1 {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  color: #898466; }

h3,
.title-green-2 {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  color: #898466; }

h3 .eng {
  font-size: 22px !important;
  font-weight: normal;
  letter-spacing: -1px; }

h4 {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #343434; }
  h4 .eng {
    font-size: 24px; }

h5 {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #646464; }

h6 {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: #898466; }

.title-gray {
  font-size: 32px;
  font-weight: 600;
  clear: both;
  margin-bottom: 15px;
  color: #424242; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: inherit; }

ul,
ol {
  margin: 0;
  list-style-type: none; }

figure {
  margin: 0; }

.header-top {
  font-family: 'Stanga-Dl', sans-serif;
  padding: 0 20px;
  background: #fff; }
  .header-top .site-logo {
    float: right;
    margin: 15px 0 0 30px; }
  .header-top #main-navigation {
    float: right; }
    .header-top #main-navigation ul li {
      position: relative;
      float: right;
      margin-left: 25px; }
      .header-top #main-navigation ul li.en a {
        font-family: 'Almoni-Dl';
        font-size: 22px;
        font-weight: 200;
        position: relative; }
      .header-top #main-navigation ul li a {
        font-size: 28px;
        line-height: 100px;
        color: #343434; }
        .header-top #main-navigation ul li a:hover {
          color: #898466; }
      .header-top #main-navigation ul li:hover ul.sub-menu {
        display: block; }
      .header-top #main-navigation ul li.current-menu-item > a {
        color: #898466; }
      .header-top #main-navigation ul li ul.sub-menu {
        position: absolute;
        z-index: 999;
        top: 100%;
        right: 0;
        display: none;
        margin: 0;
        background: #fff; }
        .header-top #main-navigation ul li ul.sub-menu li {
          width: 100%;
          min-width: 170px;
          margin: 0;
          white-space: nowrap; }
          .header-top #main-navigation ul li ul.sub-menu li a {
            line-height: normal;
            display: block;
            padding: 5px 20px;
            border-top: 1px solid #e3e8ed; }
            .header-top #main-navigation ul li ul.sub-menu li a:hover {
              color: #fff;
              background: #898466; }
  .header-top .header-left {
    float: left;
    margin-top: 30px; }
    .header-top .header-left .entry-search {
      font-family: 'Almoni-Dl';
      position: relative;
      float: right;
      width: 200px;
      margin-left: 30px; }
      .header-top .header-left .entry-search ::-webkit-input-placeholder {
        color: #777; }
      .header-top .header-left .entry-search :-moz-placeholder {
        color: #777; }
      .header-top .header-left .entry-search ::-moz-placeholder {
        color: #777; }
      .header-top .header-left .entry-search :-ms-input-placeholder {
        color: #777; }
      .header-top .header-left .entry-search [type='search'] {
        height: 35px;
        padding: 0 10px;
        border: 1px solid #b2b2b2;
        border-radius: 3px; }
      .header-top .header-left .entry-search .search-submit {
        position: absolute;
        z-index: 1;
        top: 7px;
        left: 10px; }
        .header-top .header-left .entry-search .search-submit .fa {
          font-size: 14px;
          color: #69585e; }
          .header-top .header-left .entry-search .search-submit .fa:hover {
            color: #898466; }
    .header-top .header-left .dail-now {
      font-size: 32px;
      float: left;
      color: #898466; }

#welcome {
  position: relative;
  height: 810px;
  background-size: cover !important; }
  #welcome .row {
    position: relative; }
  #welcome .entry-footer {
    position: absolute;
    z-index: 1;
    top: 610px;
    display: block;
    width: 100%;
    padding-top: 0; }
    #welcome .entry-footer .main-title {
      padding-top: 0;
      text-align: center; }

.scroll-to-anchor {
  display: block;
  width: 60px;
  margin: auto;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%; }
  .scroll-to-anchor .fa {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    font-size: 32px;
    line-height: 60px;
    color: #fff; }

.home .content-sec .row-content {
  padding-bottom: 85px; }

.title-green {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #898466; }

.content-sec .row-content {
  padding: 85px 0;
  text-align: center; }
  .content-sec .row-content .entry-content {
    font-size: 22px;
    max-width: 770px;
    margin: auto;
    color: #646464; }
    .content-sec .row-content .entry-content p {
      font-size: 22px;
      line-height: 25px; }
    .content-sec .row-content .entry-content a {
      display: inline; }
  .content-sec .row-content .entry-btn {
    margin-top: 60px; }
    .content-sec .row-content .entry-btn a {
      display: inline-block;
      color: #938e70; }
.content-sec.content-sec-bottom .row-content {
  padding: 0 0 60px; }

.btn {
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  display: block;
  width: 170px;
  margin: auto;
  text-align: center;
  color: #938e70;
  border: 1px solid #938e70;
  border-radius: 3px; }
  .btn:hover {
    background: #898466;
    color: #fff !important;
    border-color: #898466 !important; }
  .btn:hover * {
    color: #fff; }
  .btn .fa {
    font-size: 12px;
    margin-right: 5px; }

.row-3-cubes .cube {
  position: relative; }
  .row-3-cubes .cube .entry-footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 30px 20px; }
    .row-3-cubes .cube .entry-footer .entry-title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
      color: #fff; }
    .row-3-cubes .cube .entry-footer .btn {
      width: 160px;
      color: #fff;
      border-color: #fff; }
.row-3-cubes .col-btn {
  margin: 60px 0; }

.gradient {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #fff;
  background: -moz-linear-gradient(top, transparent 0%, #333 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #333 100%);
  background: linear-gradient(top bottom, transparent 0%, #333 100%); }

.blog {
  padding: 80px; }

.row-featured-post .featured-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 30px; }
  .row-featured-post .featured-post .entry-header {
    font-size: 17px;
    color: #898466; }
    .row-featured-post .featured-post .entry-header .entry-meta {
      float: right; }
    .row-featured-post .featured-post .entry-header .entry-date {
      color: #777; }
  .row-featured-post .featured-post .entry-image {
    flex: 0 1 770px;
    margin-left: 30px; }
  .row-featured-post .featured-post .entry-content {
    flex: 0 1 370px;
    margin-top: 60px; }
    .row-featured-post .featured-post .entry-content .entry-subtitle {
      font-size: 32px;
      color: #424242; }
    .row-featured-post .featured-post .entry-content .entry-text {
      margin-bottom: 30px; }
    .row-featured-post .featured-post .entry-content .entry-btn {
      float: left; }
      .row-featured-post .featured-post .entry-content .entry-btn .btn {
        width: 140px;
        color: #938e70; }

.row-blog-posts .entry-image {
  position: relative;
  margin-bottom: 30px; }
  .row-blog-posts .entry-image .entry-footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px; }
    .row-blog-posts .entry-image .entry-footer .post-title {
      font-size: 32px;
      line-height: 1;
      margin-bottom: 0;
      color: #fff; }
      .row-blog-posts .entry-image .entry-footer .post-title .eng {
        font-size: 30px !important; }
    .row-blog-posts .entry-image .entry-footer .post-type-title {
      font-size: 32px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 0;
      color: #898466; }
.row-blog-posts .gradient {
  height: 33%; }
.row-blog-posts .btn-packages {
  width: 190px; }

.footer-center {
  max-width: 570px;
  margin: auto; }

.socials {
  background: #938e70; }
  .socials .row-socials .entry-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    float: right;
    margin-bottom: 0;
    color: #fff; }
  .socials .row-socials .icons {
    float: left;
    margin-top: 10px; }
    .socials .row-socials .icons a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      float: right;
      width: 35px;
      height: 35px;
      margin-left: 50px;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 50%; }
      .socials .row-socials .icons a:last-child {
        margin-left: 0; }
      .socials .row-socials .icons a:hover {
        background: #fff; }
        .socials .row-socials .icons a:hover span {
          color: #938e70; }
      .socials .row-socials .icons a span {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease; }

.footer-contact {
  padding: 35px 0 45px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center; }
  .footer-contact .entry-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff; }
  .footer-contact .entry-text {
    margin-bottom: 30px;
    text-align: center;
    color: #fff; }
  .footer-contact .entry-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px; }
    .footer-contact .entry-form .wpcf7-form-control-wrap .wpcf7-form-control {
      height: 40px;
      margin-bottom: 0;
      padding: 0 15px;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 3px;
      background: none; }
    .footer-contact .entry-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
      height: 90px;
      padding: 10px 15px; }
  .footer-contact .entry-form .submit-wrap [type='submit'] {
    width: 100%;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #898466; }
    .footer-contact .entry-form .submit-wrap [type='submit']:hover {
      opacity: .9; }

.wpcf7 div.wpcf7-response-output {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }

.wpcf7-not-valid {
  border: 1px solid red !important; }

span.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-validation-errors {
  color: red; }

.wpcf7-mail-sent-ok {
  color: green; }

.footer-bottom {
  padding: 30px 0 20px;
  color: #fff;
  background: #242121; }
  .footer-bottom .footer-widgets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .footer-bottom .footer-widgets p {
      color: #cfcfcf; }
    .footer-bottom .footer-widgets .widget-footer {
      margin-bottom: 30px;
      padding-left: 25px; }
      .footer-bottom .footer-widgets .widget-footer h4 {
        margin-bottom: 0; }
      .footer-bottom .footer-widgets .widget-footer p {
        font-size: 16px; }
        .footer-bottom .footer-widgets .widget-footer p a {
          display: inline; }
      .footer-bottom .footer-widgets .widget-footer .entry-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
        color: #fff; }
      .footer-bottom .footer-widgets .widget-footer .menu li {
        display: block;
        margin-bottom: 10px; }
        .footer-bottom .footer-widgets .widget-footer .menu li a {
          font-size: 16px;
          padding: 0;
          color: #cfcfcf; }
          .footer-bottom .footer-widgets .widget-footer .menu li a:before {
            font-family: 'FontAwesome';
            margin-left: 5px;
            content: '\f104';
            color: #938e70; }
          .footer-bottom .footer-widgets .widget-footer .menu li a:hover {
            color: #fff; }
      .footer-bottom .footer-widgets .widget-footer .contact-form {
        position: relative; }
        .footer-bottom .footer-widgets .widget-footer .contact-form ::-webkit-input-placeholder {
          color: #777; }
        .footer-bottom .footer-widgets .widget-footer .contact-form :-moz-placeholder {
          color: #777; }
        .footer-bottom .footer-widgets .widget-footer .contact-form ::-moz-placeholder {
          color: #777; }
        .footer-bottom .footer-widgets .widget-footer .contact-form :-ms-input-placeholder {
          color: #777; }
        .footer-bottom .footer-widgets .widget-footer .contact-form .wpcf7-submit {
          position: relative;
          float: left;
          width: 60px;
          height: 33px;
          margin-top: -39px;
          color: #fff;
          border: none;
          border-radius: 3px;
          background: #898466; }
          .footer-bottom .footer-widgets .widget-footer .contact-form .wpcf7-submit:hover {
            opacity: .9; }
        .footer-bottom .footer-widgets .widget-footer .contact-form .wpcf7-form-control-wrap.approve {
          position: relative;
          top: 2px;
          margin-left: 5px; }
      .footer-bottom .footer-widgets .widget-footer:nth-child(1) {
        flex: 0 1 300px; }
      .footer-bottom .footer-widgets .widget-footer:nth-child(2) {
        flex: 0 1 200px; }
      .footer-bottom .footer-widgets .widget-footer:nth-child(3) {
        flex: 0 1 200px; }
      .footer-bottom .footer-widgets .widget-footer:nth-child(4) {
        flex: 0 1 200px; }
      .footer-bottom .footer-widgets .widget-footer:nth-child(5) {
        flex: 0 1 270px;
        padding-left: 0; }
  .footer-bottom hr {
    max-width: 96%; }
  .footer-bottom .copyright {
    text-align: center; }
    .footer-bottom .copyright p {
      margin-bottom: 0;
      color: #cfcfcf; }
    .footer-bottom .copyright a {
      display: inline;
      color: #938e70; }

.map-sec {
  padding: 60px 0;
  background: #eae9e4; }
  .map-sec .map-wrap {
    max-width: 370px; }
    .map-sec .map-wrap p {
      font-size: 19px; }
    .map-sec .map-wrap .entry-content {
      margin-bottom: 25px; }
    .map-sec .map-wrap .states {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      margin-bottom: 20px; }
      .map-sec .map-wrap .states .btn {
        font-family: 'Stanga-Dl', sans-serif;
        font-size: 28px;
        margin: 0 0 10px 0;
        text-align: center;
        color: #000; }
        .map-sec .map-wrap .states .btn:hover {
          background: #898466;
          color: #fff !important;
          border-color: #898466 !important; }
        .map-sec .map-wrap .states .btn:hover * {
          color: #fff; }
        .map-sec .map-wrap .states .btn.active {
          color: #fff !important;
          border-color: #898466 !important;
          background: #898466; }
  .map-sec .col-btn .entry-btn .btn {
    font-size: 19px;
    color: #fff;
    background: #898466; }
    .map-sec .col-btn .entry-btn .btn:hover {
      opacity: .7; }

.header-image {
  position: relative;
  overflow: hidden;
  height: 800px;
  background-position: center center;
  background-size: cover; }
  .header-image img {
    max-width: none;
    height: 100%; }
  .header-image .header-titles {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center; }
    .header-image .header-titles .entry-title {
      margin-bottom: 0; }

.contact-bg .header-image {
  height: 400px; }

.header-image-small {
  height: 180px; }
  .header-image-small .header-titles {
    bottom: 30px; }
    .header-image-small .header-titles .entry-title {
      font-family: 'Stanga-Dl', sans-serif;
      font-size: 52px;
      font-weight: 600;
      color: #343434; }
  .header-image-small .breadcrumbs,
  .header-image-small .breadcrumbs a {
    color: #343434; }

.breadcrumbs {
  font-size: 14px;
  margin: 0;
  color: #fff; }
  .breadcrumbs a {
    display: inline;
    color: #fff; }

.main-content {
  padding: 55px 0; }

.row-main {
  margin-bottom: 60px; }

.team-content {
  font-size: 19px;
  max-width: 750px;
  margin: auto; }
  .team-content p {
    font-size: 19px; }

.row-team {
  max-width: 1000px;
  margin: auto auto 100px; }
  .row-team .team .team-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 30px 0;
    border-bottom: 1px solid #e4e3de; }
    .row-team .team .team-member:last-child {
      border-bottom: none; }
    .row-team .team .team-member .entry-image {
      flex: 0 0 170px;
      -webkit-flex: 0 0 170px;
      -ms-flex: 0 0 170px;
      -webkit-box-flex: 0 0 170px;
      -moz-box-flex: 0 0 170px;
      -moz-flex: 0 0 170px;
      margin-left: 30px; }
      .row-team .team .team-member .entry-image img {
        width: 170px;
        height: 170px; }
    .row-team .team .team-member .entry-content {
      flex: 0 1 770px;
      -webkit-flex: 0 1 770px;
      -ms-flex: 0 1 770px;
      -webkit-box-flex: 0 1 770px;
      -moz-box-flex: 0 1 770px;
      -moz-flex: 0 1 770px; }
      .row-team .team .team-member .entry-content .desc {
        font-size: 19px;
        margin-bottom: 0; }
      .row-team .team .team-member .entry-content .entry-title {
        font-size: 32px;
        color: #000; }

.search-filter {
  margin-bottom: 45px; }
  .search-filter .entry-title {
    display: inline-block;
    float: right;
    margin: 0 0 0 30px; }
  .search-filter .states {
    display: inline-block;
    max-width: 370px;
    height: 50px;
    margin-top: -8px;
    margin-bottom: 0;
    padding: 0 15px;
    color: #979797;
    border: 1px solid #eee;
    border-radius: 5px;
    background: url(../../images/bg-select.png) center left 15px no-repeat; }

.row-posts {
  margin-bottom: 60px; }
  .row-posts .post-item {
    position: relative;
    margin-bottom: 30px; }
    .row-posts .post-item:hover .post-thumbnail img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .row-posts .post-item .post-thumbnail {
      overflow: hidden; }
      .row-posts .post-item .post-thumbnail img {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        width: 100%; }
    .row-posts .post-item .entry-footer {
      position: absolute;
      z-index: 2;
      bottom: 0;
      width: 100%;
      padding: 25px 30px; }
      .row-posts .post-item .entry-footer .entry-title {
        font-size: 32px;
        margin-bottom: 0;
        color: #fff; }
        .row-posts .post-item .entry-footer .entry-title .eng {
          font-size: 25px !important; }
      .row-posts .post-item .entry-footer .entry-meta {
        font-size: 17px;
        font-weight: 600;
        color: #898466; }
    .row-posts .post-item .gradient {
      height: 150px; }

.pagination {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center; }
  .pagination .current {
    display: inline-block;
    overflow: hidden;
    margin: 0 15px;
    padding: 0;
    color: #898466;
    background: none; }
  .pagination a.prev.page-numbers,
  .pagination a.next.page-numbers {
    top: -4px; }
  .pagination a {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    color: #343434;
    border-radius: none; }
    .pagination a:hover {
      background: none; }
  .pagination .next,
  .pagination .prev {
    font-size: 24px;
    color: #898466; }

.page-template-about .main-content {
  padding-top: 0; }

.row-cubes-2-middle-text .post-thumbnail {
  position: relative;
  margin-bottom: 30px; }
  .row-cubes-2-middle-text .post-thumbnail .entry-image {
    overflow: hidden; }
  .row-cubes-2-middle-text .post-thumbnail .entry-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    margin: auto;
    text-align: center; }
    .row-cubes-2-middle-text .post-thumbnail .entry-btn .btn {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      font-family: 'Stanga-Dl', sans-serif;
      font-size: 42px;
      line-height: 53px;
      display: inline-block;
      width: auto;
      padding: 0 20px;
      color: #fff;
      border-color: #fff;
      background: rgba(0, 0, 0, 0.1); }
  .row-cubes-2-middle-text .post-thumbnail img {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  .row-cubes-2-middle-text .post-thumbnail:hover .btn {
    color: #fff !important;
    border-color: #898466;
    background: #898466; }
  .row-cubes-2-middle-text .post-thumbnail:hover img {
    transform: scale(1.1); }

.home .row-blog-posts .entry-image .entry-footer .post-type-title,
.home .title-green-1 {
  font-size: 32px; }

.row-hr hr {
  margin: 60px 0; }

.page-template-about .main-content {
  padding-bottom: 130px; }

.post-type-archive-package .row-featured-post .featured-post {
  padding: 0 15px; }
  .post-type-archive-package .row-featured-post .featured-post .eng {
    font-size: 30px !important;
    font-weight: 400; }

.single-package .main-content,
.single-experience .main-content,
.single .main-content {
  padding: 0; }
.single-package .row-content .entry-content,
.single-experience .row-content .entry-content,
.single .row-content .entry-content {
  max-width: none;
  margin: 0;
  text-align: initial; }
  .single-package .row-content .entry-content p,
  .single-experience .row-content .entry-content p,
  .single .row-content .entry-content p {
    font-size: 19px; }

.tabs {
  border: none;
  background: none; }

.row-tabs .accordion li > a {
  font-size: 28px;
  font-weight: 600;
  line-height: 49px;
  padding: 0 10px;
  color: #646464;
  border-bottom: 1px solid #938e70;
  background: #eae9e4; }
.row-tabs .accordion li .fa {
  font-size: 18px;
  line-height: 49px;
  float: left;
  color: #938e70; }
.row-tabs .accordion-content ul {
  margin: 0;
  padding: 0;
  color: #424242; }
.row-tabs .accordion-content iframe {
  max-width: 100%; }

.trip-planner-list li a {
  font-family: 'Stanga-Dl', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 49px;
  display: block;
  padding: 0 10px;
  color: #646464;
  border-bottom: 1px solid #938e70;
  background: #eae9e4; }
  .trip-planner-list li a .fa {
    top: 6px;
    float: left; }
.trip-planner-list .ui-widget-content {
  padding: 20px; }
  .trip-planner-list .ui-widget-content p:last-child {
    margin: 0; }

.tabs-section {
  margin-bottom: 0;
  padding: 60px 0;
  background: #eae9e4; }
  .tabs-section .entry-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden; }
    .tabs-section .entry-tabs .tabs {
      flex: 0 0 270px;
      -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
      -webkit-box-flex: 0 0 270px;
      -moz-box-flex: 0 0 270px;
      -moz-flex: 0 0 270px; }
      .tabs-section .entry-tabs .tabs li a {
        font-family: 'Stanga-Dl', sans-serif;
        font-size: 28px;
        font-weight: 600;
        line-height: 49px;
        display: block;
        padding: 0 10px;
        color: #646464;
        border-bottom: 1px solid #938e70; }
        .tabs-section .entry-tabs .tabs li a .fa {
          font-size: 18px;
          line-height: 49px;
          float: left;
          color: #938e70; }
        .tabs-section .entry-tabs .tabs li a:hover {
          background: #d0d0ce; }
        .tabs-section .entry-tabs .tabs li a .entry-title {
          font-size: 28px;
          font-weight: 600;
          display: inline-block;
          margin-bottom: 0;
          color: #646464; }
      .tabs-section .entry-tabs .tabs li.ui-state-active a {
        color: #fff;
        background: #898466; }
        .tabs-section .entry-tabs .tabs li.ui-state-active a .fa {
          color: #fff; }
    .tabs-section .entry-tabs .tab-content {
      flex: 0 1 900px;
      -webkit-flex: 0 1 900px;
      -ms-flex: 0 1 900px;
      -webkit-box-flex: 0 1 900px;
      -moz-box-flex: 0 1 900px;
      -moz-flex: 0 1 900px;
      padding: 55px 11% 90px 9%;
      background: #fff; }

.includes-section {
  padding-top: 50px;
  border-bottom: 2px solid #eae9e4; }
  .includes-section .entry-title {
    margin-top: 20px; }
  .includes-section .entry-tabs {
    padding-bottom: 100px; }
    .includes-section .entry-tabs .tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      margin-bottom: 35px; }
      .includes-section .entry-tabs .tabs li {
        flex: 0 1 270px;
        -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
        -webkit-box-flex: 0 1 270px;
        -moz-box-flex: 0 1 270px;
        -moz-flex: 0 1 270px;
        margin-left: 30px; }
        .includes-section .entry-tabs .tabs li:last-child {
          margin-left: 0; }
        .includes-section .entry-tabs .tabs li a {
          font-family: 'Stanga-Dl', sans-serif;
          display: block;
          border-bottom: 3px solid #eae9e4; }
          .includes-section .entry-tabs .tabs li a .entry-title {
            font-size: 28px;
            font-weight: 600;
            line-height: 1;
            margin: 0;
            text-align: center;
            letter-spacing: -.2px;
            color: #646464; }
        .includes-section .entry-tabs .tabs li.ui-state-active a {
          color: #938e70;
          border-bottom: 3px solid #938e70; }
    .includes-section .entry-tabs .tab-content {
      font-size: 19px;
      color: #646464; }
      .includes-section .entry-tabs .tab-content p {
        font-size: inherit;
        color: inherit; }
      .includes-section .entry-tabs .tab-content ul li {
        padding-right: 30px;
        background: url(../../images/bg-list.png) center right no-repeat; }

.entry-socials {
  float: left;
  padding: 10px 15px 25px 0;
  border-top: 1px solid #eae9e4; }
  .entry-socials .entry-text {
    margin-left: 10px; }
  .entry-socials .share-bar {
    display: inline-block; }
    .entry-socials .share-bar .btn-share {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      width: 35px;
      height: 35px;
      margin-left: 10px;
      color: #fff;
      border-radius: 50%;
      background: #898466; }
      .entry-socials .share-bar .btn-share:last-child {
        margin-left: 0; }
      .entry-socials .share-bar .btn-share.whatsapp {
        background: #34b916; }
      .entry-socials .share-bar .btn-share.twitter {
        background: #0ba2e9; }
      .entry-socials .share-bar .btn-share.facebook {
        background: #094e9b; }

.contact-section {
  padding: 60px 0;
  border-bottom: 2px solid #eae9e4; }
  .contact-section .row-contact .titles {
    margin-bottom: 25px;
    text-align: center; }
    .contact-section .row-contact .titles .entry-title {
      margin-bottom: 0; }
  .contact-section .row-contact .entry-contact-form .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .contact-section .row-contact .entry-contact-form .contact-form ::-webkit-input-placeholder {
      color: #777; }
    .contact-section .row-contact .entry-contact-form .contact-form :-moz-placeholder {
      color: #777; }
    .contact-section .row-contact .entry-contact-form .contact-form ::-moz-placeholder {
      color: #777; }
    .contact-section .row-contact .entry-contact-form .contact-form :-ms-input-placeholder {
      color: #777; }
    .contact-section .row-contact .entry-contact-form .contact-form .wpcf7-form-control-wrap {
      flex: 0 1 270px;
      -webkit-flex: 0 1 270px;
      -ms-flex: 0 1 270px;
      -webkit-box-flex: 0 1 270px;
      -moz-box-flex: 0 1 270px;
      -moz-flex: 0 1 270px;
      margin-left: 30px; }
      .contact-section .row-contact .entry-contact-form .contact-form .wpcf7-form-control-wrap input {
        font-size: 17px;
        width: 100%;
        height: 40px;
        margin-bottom: 0;
        padding: 0 15px;
        color: #777;
        border: 1px solid #d7d7d7;
        border-radius: 5px; }
    .contact-section .row-contact .entry-contact-form .contact-form .submit-wrap {
      flex: 0 1 270px;
      -webkit-flex: 0 1 270px;
      -ms-flex: 0 1 270px;
      -webkit-box-flex: 0 1 270px;
      -moz-box-flex: 0 1 270px;
      -moz-flex: 0 1 270px; }
      .contact-section .row-contact .entry-contact-form .contact-form .submit-wrap input {
        width: 100%;
        height: 40px;
        color: #fff;
        border: none;
        border-radius: 5px;
        background: #898466; }
    .contact-section .row-contact .entry-contact-form .contact-form .wpcf7-response-output {
      position: absolute;
      bottom: 0;
      left: 0; }

.single-package .row-featured-post,
.single-experience .row-featured-post {
  padding: 60px 0 0; }
.single-package .row-blog-posts,
.single-experience .row-blog-posts {
  margin-bottom: 30px; }
.single-package .main-content > .row-btn,
.single-experience .main-content > .row-btn {
  margin-bottom: 40px; }

.single-package .related-section {
  padding: 50px 0; }
  .single-package .related-section .row-related .entry-title {
    text-align: center; }

.gallery-section {
  padding: 65px 0 70px;
  background: #eae9e4; }

.entry-qs-slider-gallery .slide .entry-image {
  position: relative; }
  .entry-qs-slider-gallery .slide .entry-image .fa {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #fff; }
.entry-qs-slider-gallery .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 36px;
  position: absolute;
  z-index: 5;
  z-index: 9999;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  margin: auto;
  color: #fff; }
  .entry-qs-slider-gallery .slick-arrow.slick-prev {
    right: 10px; }
  .entry-qs-slider-gallery .slick-arrow.slick-next {
    left: 10px; }

.single-experience .section-share {
  margin-bottom: 40px;
  border-bottom: 2px solid #eae9e4; }
.single-experience .section-trip-plan {
  padding-bottom: 60px; }

.single-story .content-sec .entry-content {
  max-width: 750px;
  margin: 0 auto 140px auto; }
.single-story .row-blog-posts .entry-title {
  font-weight: 900;
  text-align: center; }
.single-story footer {
  margin-top: 120px; }

.post-type-archive-state .map-sec {
  height: auto;
  padding-top: 0;
  background: none; }
  .post-type-archive-state .map-sec .map-wrap .states .btn {
    padding: 0 15px; }
    .post-type-archive-state .map-sec .map-wrap .states .btn .fa {
      font-size: 24px;
      float: left;
      color: #938e70; }
    .post-type-archive-state .map-sec .map-wrap .states .btn:hover {
      color: #fff;
      background: #898466; }
      .post-type-archive-state .map-sec .map-wrap .states .btn:hover .fa {
        color: #fff; }

.single-state .content-sec .entry-content {
  max-width: 770px;
  margin: auto; }
.single-state .row-title .entry-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #424242; }
.single-state .row-blog-btn {
  margin-bottom: 60px; }
.single-state .tabs-section .entry-tabs {
  display: block; }
.single-state .tabs-section .entry-tabs .tabs {
  float: right;
  width: 23%; }
.single-state .tabs-section .entry-tabs .tab-content {
  float: left;
  width: 77%; }
  .single-state .tabs-section .entry-tabs .tab-content .eng {
    font-size: 18px; }
.single-state .entry-caption {
  font-size: 17px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  color: #fff; }
.single-state .row-featured-post .row-btn {
  margin-bottom: 0; }
.single-state hr {
  margin: 70px 0; }
.single-state .site-footer {
  margin-top: 100px; }

hr {
  border-bottom: 2px solid #eae9e4; }

hr.fullwidth {
  width: 100%;
  max-width: 100%; }

.tem-sub-title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }

.contact-form .details .fa {
  font-size: 40px;
  display: block; }

.contact-form .details .fa-envelope {
  color: #69585e; }

.contact-form .details .fa-phone {
  color: #ac9137; }

.archive .row-featured-post {
  padding: 0 15px; }

.search .search-results li {
  margin-bottom: 40px; }
  .search .search-results li .entry-title {
    margin-bottom: 0;
    color: #000; }

#mn-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: fixed;
  z-index: 9999;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  background: #898466; }
  #mn-trigger #mn-icon {
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer; }
    #mn-trigger #mn-icon .mn-line {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      opacity: 1;
      border-radius: 9px;
      background: white; }
      #mn-trigger #mn-icon .mn-line:nth-child(1) {
        top: 7px; }
      #mn-trigger #mn-icon .mn-line:nth-child(2), #mn-trigger #mn-icon .mn-line:nth-child(3) {
        top: 18px; }
      #mn-trigger #mn-icon .mn-line:nth-child(4) {
        top: 29px; }

#mn-menu {
  -webkit-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  padding: 20px;
  background: #fff;
  transform: translateX(250px); }
  #mn-menu ul:not(.sub-menu) > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #938e70; }
    #mn-menu ul:not(.sub-menu) > li:last-child {
      border-bottom: none; }
    #mn-menu ul:not(.sub-menu) > li > a {
      font-size: 18px;
      display: block;
      color: #424242; }
    #mn-menu ul:not(.sub-menu) > li.menu-item-has-children > a:after {
      font-family: 'FontAwesome';
      float: left;
      content: '\f107';
      color: #938e70; }
  #mn-menu ul:not(.sub-menu) ul.sub-menu {
    display: none; }
    #mn-menu ul:not(.sub-menu) ul.sub-menu li a {
      font-size: 16px;
      display: block;
      padding: 5px 0;
      color: #424242; }

#mn-overlay {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.mn-active {
  overflow: hidden; }
  body.mn-active #site-wrap {
    overflow: hidden; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(1), body.mn-active #mn-trigger #mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mn-active #mn-trigger #mn-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mn-active #mn-menu {
    transform: translateX(0); }
  body.mn-active #mn-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7); }

.tab-content iframe {
  display: block;
  width: 100%;
  margin: auto; }

div#tab-9 iframe {
  width: 100%; }

.admin-bar header#masthead {
  top: 32px; }

header#masthead {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff; }

div#page {
  padding-top: 100px; }

.entry-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: #fff; }

.post-thumbnail a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../images/imageshadow.png) 0 100% no-repeat; }

a:hover .entry-image {
  position: relative; }
  a:hover .entry-image img {
    transform: scale(1.1); }

.featured-post,
.cube {
  position: relative;
  overflow: hidden; }
  .featured-post img,
  .cube img {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  .featured-post:hover img,
  .cube:hover img {
    transform: scale(1.1); }
  .featured-post .entry-image,
  .cube .entry-image {
    position: relative;
    overflow: hidden; }

a {
  position: relative;
  display: block;
  overflow: hidden; }
  a .entry-image {
    overflow: hidden; }
    a .entry-image img {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }

.entry-qs-slider {
  position: relative; }

.ui-tabs-panel ul {
  list-style: square; }

.icon {
  display: inline-block;
  background-image: url(../../images/sprite.png); }
  .icon.icon-chat {
    width: 17px;
    height: 17px;
    background-position: -5px -5px; }
  .icon.icon-envelope {
    width: 27px;
    height: 22px;
    background-position: -32px -5px; }
  .icon.icon-envelope-circle {
    width: 41px;
    height: 40px;
    background-position: -5px -37px; }
  .icon.icon-newsletter-circle {
    width: 41px;
    height: 40px;
    background-position: -5px -145px; }
  .icon.icon-phone-circle {
    width: 41px;
    height: 40px;
    background-position: -56px -55px; }
  .icon.icon-minus {
    width: 12px;
    height: 3px;
    background-position: -5px -29px; }
  .icon.icon-close {
    width: 19px;
    height: 20px;
    background-position: -3px -79px; }
  .icon.icon-newsletter {
    width: 34px;
    height: 22px;
    background-position: -62px -149px; }
  .icon.icon-phone {
    width: 24px;
    height: 24px;
    background-position: -49px -105px; }
  .icon.icon-contact-marker {
    width: 35px;
    height: 36px;
    background-position: -3px -203px; }
  .icon.icon-contact-phone {
    width: 35px;
    height: 36px;
    background-position: -47px -203px; }
  .icon.icon-contact-email {
    width: 35px;
    height: 36px;
    background-position: -92px -203px; }
  .icon.icon-contact-facebook {
    width: 35px;
    height: 36px;
    background-position: -136px -203px; }

.fade-in {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

.form-popup-wrap .btn-form-toggle-js {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 40px;
  overflow: hidden;
  width: auto;
  border: none;
  border-radius: 5px; }
  .form-popup-wrap .btn-form-toggle-js:hover .entry-text {
    background: #607289; }
  .form-popup-wrap .btn-form-toggle-js:focus {
    outline: none; }
  .form-popup-wrap .btn-form-toggle-js .icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 50px;
    height: 40px;
    background: #657b82; }
  .form-popup-wrap .btn-form-toggle-js .entry-text {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 19px;
    font-weight: 400;
    line-height: 40px;
    width: 150px;
    height: 40px;
    padding: 0 20px;
    text-align: initial;
    color: #fff;
    background: #437482; }
    .form-popup-wrap .btn-form-toggle-js .entry-text .regular {
      display: block; }
    .form-popup-wrap .btn-form-toggle-js .entry-text .open {
      display: none; }
.form-popup-wrap .btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 29px;
  margin: 0;
  border: none; }
  .form-popup-wrap .btn-close:hover {
    border-radius: 0;
    background: #546370; }
   .form-popup-wrap .btn-close {
    color: #fff;
   }  
.form-popup-wrap .form-wrap {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  position: fixed;
  z-index: 100;
  bottom: 45px;
  left: 20px;
  visibility: hidden;
  width: 330px;
  opacity: 0;
  border-radius: 5px; }
  .form-popup-wrap .form-wrap .title-wrap {
    position: relative;
    padding: 5px 0;
    text-align: center;
    background: #437482; }
  .form-popup-wrap .form-wrap .entry-title {
    font-family: 'Almoni-Dl';
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff; }
  .form-popup-wrap .form-wrap .form-in {
    padding: 230px 30px 10px;
    border: 1px solid #cacaca;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    background-position: center center;
    background-size: cover; }
    .form-popup-wrap .form-wrap .form-in ::-webkit-input-placeholder {
      color: #5f6061; }
    .form-popup-wrap .form-wrap .form-in :-moz-placeholder {
      color: #5f6061; }
    .form-popup-wrap .form-wrap .form-in ::-moz-placeholder {
      color: #5f6061; }
    .form-popup-wrap .form-wrap .form-in :-ms-input-placeholder {
      color: #5f6061; }
    .form-popup-wrap .form-wrap .form-in input,
    .form-popup-wrap .form-wrap .form-in textarea {
      font-size: 17px;
      border: 1px solid #cacaca;
      border-radius: 2px; }
    .form-popup-wrap .form-wrap .form-in input {
      height: 24px;
      margin-bottom: 10px; }
    .form-popup-wrap .form-wrap .form-in textarea {
      height: 70px;
      margin-bottom: 10px; }
    .form-popup-wrap .form-wrap .form-in [type='submit'] {
      width: 100%;
      height: 27px;
      color: #fff;
      border: none;
      border-radius: 2px;
      background: #437482; }
      .form-popup-wrap .form-wrap .form-in [type='submit']:hover {
        opacity: .9; }
.form-popup-wrap.active .form-wrap {
  visibility: visible;
  opacity: 1; }

.options-popup-wrap {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: -200px; }
  .options-popup-wrap .btn-options-popup-toggle-js {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #437482;
    box-shadow: -3px 2px 3.84px 0.16px rgba(0, 0, 0, 0.25); }
    .options-popup-wrap .btn-options-popup-toggle-js .qs-slider-icons-wrap {
      position: absolute;
      top: 17px;
      width: 57px; }
      .options-popup-wrap .btn-options-popup-toggle-js .qs-slider-icons-wrap *:focus {
        outline: none; }
    .options-popup-wrap .btn-options-popup-toggle-js:focus {
      outline: none; }
    .options-popup-wrap .btn-options-popup-toggle-js:hover {
      background: #7a8fa9; }
    .options-popup-wrap .btn-options-popup-toggle-js .icon {
      display: block;
      margin: auto; }
    .options-popup-wrap .btn-options-popup-toggle-js .icon-close {
      display: none; }
  .options-popup-wrap .options-popup {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: hidden;
    width: 240px;
    height: 200px;
    padding: 5px 10px;
    opacity: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: -3px 2px 3.84px 0.16px rgba(0, 0, 0, 0.25);
    transform: translateY(-265px); }
    .options-popup-wrap .options-popup ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      padding: 10px 5px;
      border-bottom: 1px solid #cbcbcb; }
      .options-popup-wrap .options-popup ul li a:hover .entry-text {
        color: #6b809a; }
      .options-popup-wrap .options-popup ul li a .icon {
        flex: 0 0 41px;
        -webkit-flex: 0 0 41px;
        -ms-flex: 0 0 41px;
        -webkit-box-flex: 0 0 41px;
        -moz-box-flex: 0 0 41px;
        -moz-flex: 0 0 41px;
        height: 40px;
        margin-left: 10px; }
      .options-popup-wrap .options-popup ul li a .entry-text {
        font-size: 19px;
        color: #343434; }
    .options-popup-wrap .options-popup ul li:last-child a {
      border-bottom: none; }
  .options-popup-wrap.active .options-popup {
    visibility: visible;
    opacity: 1;
    transform: translateY(-285px); }
  .options-popup-wrap.active .btn-options-popup-toggle-js .qs-slider-icons-wrap {
    opacity: 0; }
  .options-popup-wrap.active .btn-options-popup-toggle-js .icon-close {
    display: block; }

.fancybox-skin {
  background: #fff; }

#options-newsletter-popup {
  display: none;
  padding: 60px 80px; }
  #options-newsletter-popup ::-webkit-input-placeholder {
    color: #777; }
  #options-newsletter-popup :-moz-placeholder {
    color: #777; }
  #options-newsletter-popup ::-moz-placeholder {
    color: #777; }
  #options-newsletter-popup :-ms-input-placeholder {
    color: #777; }
  #options-newsletter-popup .entry-text {
    font-size: 19px;
    margin-bottom: 30px;
    text-align: center;
    color: #454545; }
  #options-newsletter-popup [type='text'],
  #options-newsletter-popup [type='email'] {
    font-size: 17px;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #eee; }
  #options-newsletter-popup [type='submit'] {
    width: 100%;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #6b809a; }
  #options-newsletter-popup [type='checkbox'] {
    position: relative;
    top: 2px;
    margin-bottom: 0; }
  #options-newsletter-popup .wpcf7-form-control-wrap.approve {
    display: block;
    margin: 0 0 25px; }
  #options-newsletter-popup .wpcf7-list-item-label {
    font-size: 17px; }
  #options-newsletter-popup .wpcf7-list-item.first.last {
    margin: 0; }

.fancybox-close {
  top: -33px;
  right: auto;
  left: -40px;
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url(../../images/sprite.png);
  background-position: -3px -79px; }

.title-gray {
  font-size: 32px;
  margin-bottom: 20px;
  color: #424242; }

.related-posts {
  margin-bottom: 60px; }

.row-weather {
  margin: 0 auto 100px; }

.section-related-posts {
  padding-top: 60px; }
  .section-related-posts .row-title .entry-title {
    font-size: 36px; }

.single-experience .row-blog-posts .entry-image .entry-footer .post-type-title {
  display: none; }

.page-template-page-contact .header-image {
  height: 260px; }
.page-template-page-contact .entry-content {
  line-height: 1.4; }
  .page-template-page-contact .entry-content h2 {
    font-weight: 600;
    margin-bottom: 20px; }
  .page-template-page-contact .entry-content p {
    font-size: 22px;
    line-height: 1.4; }
.page-template-page-contact .row-content {
  padding-bottom: 70px; }
  .page-template-page-contact .row-content .item {
    margin-bottom: 30px;
    padding-left: 20px;
    text-align: left; }
    .page-template-page-contact .row-content .item a {
      display: inline-block; }
      .page-template-page-contact .row-content .item a:focus {
        color: inherit; }
      .page-template-page-contact .row-content .item a:hover .entry-text {
        text-decoration: underline; }
    .page-template-page-contact .row-content .item .entry-text {
      font-size: 22px;
      display: block; }

.map-canvas {
  height: 420px; }


.video-sound-wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.video-sound{
    position: absolute;
    bottom: 40px;
    right: 5%;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.video-sound i{
   font-size: 32px;
      line-height: 60px;
     color: #fff;
}
/*# sourceMappingURL=style.css.map */
