/*
Theme Name: The Black Onyx Group Travel
Theme URI: http://drivenbylmg.com
Author: D R I V E N. by LMG
Author URI: https://drivenbylmg.com
Description: Travel Conceirge
Version: 1.4-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: travel

Status: inactive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* =fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'garogierregular';
    src: url('fonts/Garogier-webfont.eot');
    src: url('fonts/Garogier-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Garogier-webfont.woff2') format('woff2'),
         url('fonts/Garogier-webfont.woff') format('woff'),
         url('fonts/Garogier-webfont.ttf') format('truetype'),
         url('fonts/Garogier-webfont.svg#garogierregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css?family=Oswald|Quicksand|Ubunt:700');
@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\62";
}
.icon-search-find:before {
  content: "\63";
}
.icon-chevron-down:before {
  content: "\64";
}
.icon-chevron-down-1:before {
  content: "\65";
}
.icon-twitter:before {
  content: "\66";
}
.icon-cross:before {
  content: "\67";
}
.icon-heart-empty:before {
  content: "\69";
}
.icon-delete-garbage-streamline:before {
  content: "\6a";
}
.icon-eye:before {
  content: "\6b";
}
.icon-bag:before {
  content: "\68";
}
.icon-info-circled:before {
  content: "\6c";
}
.icon-youtube:before {
  content: "\6d";
}
.icon-envelope-o:before {
  content: "\6e";
}
.icon-envelope:before {
  content: "\6f";
}
.icon-refresh:before {
  content: "\71";
}
.icon-google-plus:before {
  content: "\70";
}
.icon-facebook-1:before {
  content: "\72";
}
.icon-play:before {
  content: "\74";
}
.icon-bag-1:before {
  content: "\75";
}
.icon-heart-empty-1:before {
  content: "\76";
}
.icon-search:before {
  content: "\77";
  font-size:18px;
}
.icon-chevron-right:before {
  content: "\73";
}
.icon-chevron-left:before {
  content: "\78";
}
.icon-in:before {
  content: "\79";
}
.icon-ios-arrow-thin-down:before {
  content: "\7a";
}
.icon-arrow-left:before {
  content: "\41";
}
.icon-arrow-right:before {
  content: "\42";
}
.icon-pinterest:before {
  content: "\43";
}
.icon-pencil:before {
  content: "\44";
}
.icon-harddrive:before {
  content: "\45";
}
.icon-envelope-1:before {
  content: "\46";
}
.icon-mailbox-1:before {
  content: "\47";
}
.icon-letter-mail-1:before {
  content: "\48";
}
.icon-mail:before {
  content: "\49";
}
.icon-comment-o:before {
  content: "\4a";
}
.icon-heart-o:before {
  content: "\4b";
}
.icon-pinterest-p:before {
  content: "\4c";
}
.icon-social-pinterest:before {
  content: "\4d";
}
.icon-lock:before {
  content: "\4e";
}
.icon-home:before {
  content: "\4f";
}
.icon-car:before {
  content: "\50";
}
.icon-model-s:before {
  content: "\51";
}
.icon-guide-dog:before {
  content: "\52";
}
.icon-hospital:before {
  content: "\53";
}
.icon-medkit:before {
  content: "\54";
}
.icon-cloud-upload-2:before {
  content: "\55";
}
.icon-out:before {
  content: "\56";
}
.icon-contact-2:before {
  content: "\57";
}
.icon-cc-stripe:before {
  content: "\58";
}





/* =preloader
--------------------------------------------------------------*/
#splash {
  background-color:#F16725;
  backgroundzz: url('https://wallpaperaccess.com/full/812960.jpg')no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;

  z-index: 1000;
  width: 100%;
  height: 100%;
  animation: splash 3s ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#loader {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}

#loader:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -170px;
  width: 3px;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  height: 200px;
}

#loader:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: 8px;
  bottom: -190px;
  width: 3px;
  background: #000;
  background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,0) 100%);
  height: 200px;
}

#splash .anim {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translate(-50%,100%);
  animation: loader 4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    transform: translate(-50%,110%);
  }
  30% {
    transform: translate(-50%,50%);
  }
  100% {
    transform: translate(-50%,0%);
  }
}

@keyframes splash {
  0% {
    transform: translate(0%,0%);
  }
  50% {
    transform: translate(0%,0%);
  }
  100% {
    transform: translate(0%,-100%);
  }
}

.modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
z-index: 1000;
  background: rgba(51, 51, 51, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.modal-container {
  display: flex;
  max-width: 720px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
.modal-title {
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  color: #55311c;
}
.modal-desc {
  margin: 6px 0 30px 0;
}
.modal-left {
  padding: 60px 30px 20px;
  background: #fff;
  flex: 1.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
.modal-button {
   color: #F06925;
  font-size: 14px;
  cursor: pointer;
  background:transparent;
  border: 2px solid #F06925;
  outline: 0;
  padding:3%;
  border-radius: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;

}



.modal-right {
  flex: 2;
  position:relative;
  font-size: 0;
  transition: 0.3s;
  overflow: hidden;
}
.modal-right img {
  filter: contrast(55%) brightness(73%);
  
     width: 100%;
     height: 100%;
     object-fit: cover;
     position:absolute;
  transform: scale(1);

  transition-duration: 0.7s;
}
.modal.is-open {
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
.modal.is-open .modal-button {
  opacity: 0;
}
.modal.is-open .modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.modal.is-open .modal-right img {
  transform: scale(1);
}
.modal.is-open .modal-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.modal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-buttons a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
}

.sign-up {
  margin: 60px 0 0;
  font-size: 14px;
  text-align: center;
}
.sign-up a {
  color: #8c7569;
}

.input-button {
  padding: 8px 12px;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 4px;
  background: #8c7569;
  font-family: "Nunito", sans-serif;
  transition: 0.3s;
  cursor: pointer;
}
.input-button:hover {
  background: #55311c;
}

.input-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #8c7569;
  transition: 0.3s;
}

.input-block {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.input-block input {
  outline: 0;
  border: 0;
  padding: 4px 0 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.input-block input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block input::placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block:focus-within {
  border-color: #8c7569;
}
.input-block:focus-within .input-label {
  color: rgba(140, 117, 105, 0.8);
}

.icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

.scroll-down {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #7d695e;
  font-size: 32px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
.scroll-down svg {
  margin-top: 16px;
  width: 52px;
  fill: currentColor;
}

@media (max-width: 750px) {
  .modal-container {
    width: 90%;
  }

  .modal-right {
    display: none;
  }
}

/* =header
--------------------------------------------------------------*/

.mainlogo{
  display:inline-block;
   position: absolute;
  top:5%;
   left:5%;
   z-index: 400;
width: 50%;
  max-width: 231px !important;
}

body > .over-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100%;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
body.open-menu {
  left: -950px;
}
body.open-menu > .over-menu {
  visibility: visible;
  opacity: 1;
}
body.open-menu .menu-container {
  right: 0 !important;
}

a {
  color:#F06925 !important;
  text-decoration: none !important;
  outline: none;
}

.hidden {
  display: none;
}

section {
  position: relative;
  width: 100%;
  float: left;
}

header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:transparent;
  width: 100%;
  float: left;
  position: fixed;
  z-index: 1000;
}
header::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: 0;
  background: #FFF;
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  right: 0;
  height: 0;
}
header .desk-menu {
  position: relative;
  width: 100%;
  float: left;
}
header .desk-menu .logo {
  position: absolute;
  float: left;
}
header .desk-menu .logo-adn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 0;
  position: relative;
  display: table;
  z-index: 1;
}
header .desk-menu .logo-adn a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("https://seeklogo.com/images/G/google-logo-28FA7991AF-seeklogo.com.png");
  background-position: 0;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
}
header .desk-menu .box-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding:1%;
  display: block;
  margin: 0 auto;
  float: right;
  text-align: center;
}
header .desk-menu .menu-container {
  float: left;
}
header .desk-menu .menu-container .menu-head,
header .desk-menu .menu-container .menu-foot {
  width: 100%;
  float: left;
  display: none;
}
header .desk-menu .menu-container .menu-head {
 backgroud: transparent;
  padding: 16px 10px;
}

.menu-head a svg{
display: none;
  max-width:300px;;
}


header .desk-menu .menu-container .menu-head .e1 {
  padding: 3px 0;
  float: left;
}
header .desk-menu .menu-container .menu-head .e1 img {
  width: 29px;
  float: left;
  height: 29px;
}
header .desk-menu .menu-container .menu-head .client {
  color:#000;
  float: right;
}
header .desk-menu .menu-container .menu-head .client span {
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  padding: 5px 42px 5px 0;
  position: relative;
  line-height: 100%;
  font-size: 9px;
  display: block;
}
header .desk-menu .menu-container .menu-head .client i {
  position: absolute;
  font-size: 30px;
  right: 0;
  top: 12%;
}
header .desk-menu .menu-container .menu-foot {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
}
header .desk-menu .menu-container .menu-foot .social {
  display: table;
  margin: 0 auto;
}
header .desk-menu .menu-container .menu-foot .social a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  color:#000;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  background: transparent;
  width: 29px;
  height: 29px;
}
header .desk-menu .menu-container .menu-foot .social a:last-child {
  margin: 0;

}
header .desk-menu .menu-container .menu-foot .social a:hover {
  background: #a4a7ac;
}
header .desk-menu .menu-container .menu-foot hr {
  margin: 15px auto 20px;
  display: table;
  width: calc(100% - 20px);
}
header .desk-menu .menu-container .menu-foot address {
  position: relative;
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
header .desk-menu .menu-container .menu-foot address i {
  position: absolute;
  left: 0;
  top: 0;
  color:#000;
}
header .desk-menu .menu-container .menu-foot address span {
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  color:#000;
  display: block;
}
header .desk-menu .menu-container .menu {
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .desk-menu .menu-container .menu li.back {
  display: none;
}
header .desk-menu .menu-container .menu > li {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: inherit;
}
header .desk-menu .menu-container .menu > li a {
  position: relative;
  text-transform: uppercase;
    font-weight:bold;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
letter-spacing: 2px;
  padding: 19px 8px;
  display: block;
  color: #ff6900;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a {
  padding: 19px 20px 19px 8px;
  position: relative;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ff6900;
  position: absolute;
  content: "";
  height: 1px;
  width: 7px;
  top: 26px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
  box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-overflow-scrolling: touch;
  min-width: 200px;
  position: absolute;
  list-style: none;
  background: #FFF;
  padding: 0;
  float: left;
  display: table;
  left: 0;
  width: 100%;
  float: left;
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
  width: 100%;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
  color: #4e4e4e;
  padding: 12px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4e;
  position: absolute;
  content: "";
  height: 1px;
  width: 7px;
  top: 24px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
  transform: rotate(45deg);
  right: 6px;
  top: 19px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  transform: rotate(-45deg);
  right: 6px;
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a {
  color: #F06925;
  background-color: #eeeff1;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before {
  -webkit-transform: rotate(142deg);
  -moz-transform: rotate(142deg);
  -ms-transform: rotate(142deg);
  -o-transform: rotate(142deg);
  transform: rotate(142deg);
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  right: 11px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  margin-top: -43px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a {
  text-align: left;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
  margin-top: 0;
}
header .desk-menu .menu-container .menu > li.line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 11px;
  left: 0;
  height: 0px;
  pointer-events: none;
  border: 1px solid #F06925;
 backgroud: transparent;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  opacity: 0;
  display: block;
}
header .desk-menu .menu-container .menu > li:hover > a {
  color: #ff6900;
}
header .desk-menu .menu-container .menu > li:hover > a::before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
  width: 10px;
  right: 12px;
}
header .desk-menu .menu-container .menu > li:hover > a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 7px;
}
header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu {
  display: block;
}
header .hamburger-menu {
  display: none;
}
header.small::before {
  box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
  height: 100%;
}
header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  background-color: #4e4e4e;
}
header.small .desk-menu .logo-adn {
  margin-top: 14px;
}
header.small .desk-menu .logo-adn a {
  background-image: url("../img/empresa-1-logo.svg");
  height: 30px;
  width: 140px;
}
header.small .desk-menu .box-menu {
  padding: 0;
}
header.small .desk-menu .box-menu ul li a {
  color: #4e4e4e;
}


@media (max-width: 991px) {

  .mainlogo{
  display: block !important;
    position: absolute;
  left:0;
   top:12% !important;
  right:0;
  margin: 0 auto;
  max-width: 200px !important;
  
}

  header {
    height: 60px;
  }
  header .hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    top: 45px;
    bottom: 0;
    margin: auto;
     padding:1%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right:17%;
    z-index: 11;
  }
  header .hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color:#000;
  }
  header .hamburger-menu .bar,
header .hamburger-menu .bar::after,
header .hamburger-menu .bar::before {
    width: 35px;
    height: 3px;
  }
  header .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #F16725;
    top: -7px;
    right:45%;
  }
  header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
    position: absolute;
    background: #F16725;
    content: "";
    left: 0;
    border-radius: 5px;
  }
  header .hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  header .hamburger-menu .bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .desk-menu .box-menu ul li a {
    color: #FFF !important;
    border-bottom: 1px solid #eaeaea;
  }
  header .desk-menu .menu-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FFF;
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
  }
  header .desk-menu .menu-container .menu-header-container {
    position: relative;
    float:none;
  }
  header .desk-menu .menu-container .menu-header-container ul {
   width:100%;
   margin:7% auto;
    
    padding:0px !important;
  }
  header .desk-menu .menu-container .menu {
    margin: 0;
  }
  header .desk-menu .menu-container .menu li.back {
    position: relative;
    display: block;
  }
  header .desk-menu .menu-container .menu li.back a {
    padding: 12px 12px 12px 35px !important;
  }
  header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
    background-color: #4e4e4e;
    position: absolute;
    content: "";
    height: 2px;
    width: 7px;
    top: 23px;
  }
  header .desk-menu .menu-container .menu li.back a::before {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 20px !important;
    right: inherit !important;
    left: 15px !important;
  }
  header .desk-menu .menu-container .menu li.back a::after {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 24px !important;
    left: 15px !important;
  }
  header .desk-menu .menu-container .menu li.line {
    display: none !important;
  }
  header .desk-menu .menu-container .menu > li {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
  }
  header .desk-menu .menu-container .menu > li a {
    font-family: "Ubuntu", sans-serif;
    padding: 12px;
    color: #4e4e4e !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children {
    position: initial;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 12px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    background: #4e4e4e;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    right: 6px !important;
    top: 22px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 26px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block !important;
    background: #FFF;
    z-index: 1;
    top: 0;
    left: 100%;
    height: 100%;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
    margin-top: 0;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
    left: 0%;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    background-color: #4e4e4e;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    right: 6px !important;
    top: 22px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    right: 6px !important;
    top: 26px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li:hover a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 6px;
    top: 22px;
  }
  header .desk-menu .menu-container .menu > li:hover a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 26px;
  }
  header .desk-menu .menu-container .menu-head {
    display: block;
  }
  header .desk-menu .menu-container .menu-foot {
    display: block;
  }
  header.small .hamburger-menu {
    top: 31px;
  }
  header.small .hamburger-menu span {
    color: #4e4e4e;
  }
  header.small .hamburger-menu .bar {
    background: #4e4e4e;
  }
  header.small .hamburger-menu .bar::before, header.small .hamburger-menu .bar::after {
    background: #4e4e4e;
  }
  header.small .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
}
@media (max-width: 767px) {

  .item{
display:block; 
   
}

  header .desk-menu .menu-container .menu li a {
    padding: 8px 12px;
  }
  header .desk-menu .menu-container .menu li.back a {
    padding: 8px 12px 8px 35px !important;
  }
  header .desk-menu .menu-container .menu li.back a::before {
    top: 17px !important;
  }
  header .desk-menu .menu-container .menu li.back a::after {
    top: 21px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 8px 12px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    top: 18px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 22px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
    padding: 8px 12px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    top: 18px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    top: 22px;
  }
}
@media (max-width: 481px) {
  header .desk-menu .logo-adn a {
    width: 100px;
    height: 30px;
  }
  header .hamburger-menu {
    top: 28px;
    right: 0;
  }
  header .hamburger-menu .bar,
header .hamburger-menu .bar::after,
header .hamburger-menu .bar::before {
    width: 30px;
    height: 3px;
  }
  header .hamburger-menu .bar::before {
    bottom: 9px;
  }
  header .hamburger-menu .bar::after {
    top: 9px;
  }
  header.small .desk-menu .logo-adn a {
    width: 100px;
    height: 30px;
  }
}
@media (max-height: 550px) {



 



  header .desk-menu .menu-container .menu-foot hr,
header .desk-menu .menu-container .menu-foot address {
    display: none;
  }
}

.resize-message {
  margin: 40vh auto 0;
  display: table;
}

.resize-message span {
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #666;
}

.resize-message span i {
  font-size: 30px;
}

.author {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 15px 15px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0.54)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.author a {
  font-size: 16px;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  color:#000;
  font-weight: 700;
}
.author a span {
  color: #F06925;
}



/* =body
--------------------------------------------------------------*/

* {
    -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin:0;
    padding:0;
}

html {
    height:100%;
  
}


::-webkit-scrollbar {
    margin:12px;
    width:10px
}

::-webkit-scrollbar-thumb {
    background:#F06925;
}

::-webkit-scrollbar-track {
    background: #EFDFD8;

}
.textcontent{padding-top:9%;
  
}

body {
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
    width:100%;
    height:100%;
    text-align:center;
    line-height:1.5;
background: #EFDFD8;
 font-family: 'Questrial', sans-serif;
    font-weight:300;
 
   font-size: 1.25rem;
}


img{
  max-width:100%;
  height:auto;
  display:block;
}

p{
  margin-top: 1.125rem;
}

/* =buttons
--------------------------------------------------------------*/

.formbut{
 padding:3%;
  border: 2px solid #F06925;
  letter-spacing: 3px;
  font-size: 12px;
}

.linkbutsitem{

 left:0;
  right:0;
  margin: 0 auto;
  background:transparent;
  border: 2px solid #F06925;
  height: 42px;
  z-index: 3;
  top: 45%;
  text-transform: uppercase;
  color: #F06925;
  padding:3%;
  width: 170px;
  font-weight: 700;
  line-height: 42px;
  font-size: 14px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
 
}
.linkbuts
{

  left:0;
  right:0;
  margin: 0 auto;
  background:transparent;
  border: 2px solid #F06925;
  height: 42px;
  z-index: 3;
  top: 45%;
  text-transform: uppercase;
  color: #F06925;
  padding:3%;
  width: 130px;
  font-weight: 700;
  line-height: 42px;
  font-size: 14px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
 
}



/* =sections
--------------------------------------------------------------*/

.introstory{
  background:#EFDFD8;
      padding:5%;
}

.datname{
  
  background:none !important;
}

.introstory p{
   font-family: 'garogierregular' !important;

margin: 0 0 1.5625rem;
    padding: 0 .9375rem;
    font-family: "Basetica Light",sans-serif;
    font-size:1.7rem;
    letter-spacing: 0.03em;
    line-height: 3.5rem;
}


.vidintro{
  
   width:100%;
position: relative;
}


.vidintro h1 span{
font-weight: 300 !important;
font-family: 'garogierregular';
color:#F06925;

}

.vidintro img{
width: 100%;
max-width: 600px;
position: absolute;
left: 0;
margin: 0 auto;
right: 0;
bottom: 7%;
}


.vidintro h1{
 color: #EFDFD8;
  z-index: 1;
      width: 73%;
    max-width: 75rem;


position:absolute;
top:37%;
right:0;
left:0;
margin:0 auto;
}

.vidintro video{
    width: 100%;
max-width:auto;
  display: block;
  margin: 0 auto;
padding: 0;
 filter: contrast(55%) brightness(73%);
}

.owltextblock{
  text-align:center;
  padding:2px;

  width:100%;
}



.owltextblock h2{

  font-weight: 300 !important;
 

}

.owltextblock h4{
 font-size:60px;
  font-weight: 300 !important;
   font-family: 'garogierregular';
color:#F06925;

}


.owltextblock p{
font-size:17px;
  font-weight: 300 !important;
   font-family: 'garogierregular';
color:#000;

}


.owlrap{
  width: :100%;
  padding:5%;
background:;


}

.entry-header img{
  filter: contrast(55%) brightness(73%);
    background-size: cover;
     width: 100%;
     position:relative;
}

img.rrlo{
  display: none;
  top:50%;left:0;
  right:0;margin:0 auto;
z-index:500;
position:absolute;
  width:200px;
}

.entry-header {
 position:relative;

}

.dacontent{

  width: 93.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}


.entry-title {
  font-weight: 300 !important;
   font-family: 'garogierregular';
color:#F06925;

}

.entrytitleheadother{
  font-size: 4vw;
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
   font-weight: 300 !important;
  margin: 0 auto;
     font-family: 'garogierregular';
color:#F06925;
}



.entrytitlehead{
  background: #f06925;
  padding: 2%;
left:7%;
bottom:18%;
  position:absolute;
}


.linebrk{
  border-top:2px solid #EFDFD8;
   width:80%;
padding:0 auto;
margin:0 auto;
}

.space{
  width: 100%;
padding: 7%;
}


.travpost{
  background:;
display: inline-block;

position: relative;
  min-width: 320px;
  max-width: 480px;
  max-height: 560px;
  width: 48%;
}


.travpost img{
float: left;
  display: block;
  min-height: 100%;
  max-width: 100%;
  height: 560px;
object-fit: cover;
}

.travpostlink {

top:40%;
height: 500px;
width: 100%;
left: 0;
right: 0;
z-index: 100;
margin: 0 auto;
position: absolute;
 
}

.travpostlink h2{

font-size:1.5em ;
  font-weight: 300 !important;
   font-family: 'garogierregular';
color:#F06925;
 
}
/* new box display */

.triptextblock{
  text-align: left;
  padding: 2%;

  width: 400px;
}

.tripswrap{


}

.triptextblock h2{

  font-weight: 300 !important;
  

}

.triptextblock h4{

  font-weight: 300 !important;
   font-family: "Basetica Light",sans-serif;
color:#F06925;

}


.triptextblock p{
font-size:17px;
  font-weight: 300 !important;
   font-family: 'garogierregular';
color:#000;

}

.tripflex{
padding-top:2%;
}

.tripswrap{
 
}

.trip{
 
  width: 300px;
  height:auto;
  vertical-align: top;
display:inline-block; 
    justify-content: center;
    align-items: center;
    overflow: hidden;
      position: relative;
margin:30px;


}


.trip img{
display: ;

  display: block;
  min-height: 100%;
  max-width: 100%;
  height: auto;
object-fit: cover;

}
.trip h2{
  margin-top: 15px;
font-weight: 300 !important;
    font-family: 'garogierregular';
}
.trip p{
  color:#F06925 !important;
  font-size: 16px !important;
margin-top:0 !important;

}


/* new box display */

.item{
  width:400px;

display:inline-block; 
    justify-content: center;
    align-items: center;
    overflow: hidden;
      position: relative;
margin: 14px;
}

.item img{

filter: contrast(55%) brightness(73%);
  display:block;
 
 height:auto;
  max-width: 100%;
 
object-fit: cover;

}

.itemcon{
 position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: #DAE5E8;
    font-size: 14px;
    font-weight: bold;

}


.itemcon a{
list-style: none;
  text-decoration: none;
  color: #F06925;
 
}


.post-categories li{
list-style: none;


}

.post-categories li a{
 

}


.play-music {
  position: absolute;
  right:23px;
  bottom: 23px;
  z-index: 1000;
  width: 140px;
  color: #F06925;
  background: #EFDFD8;
  padding: 1%;
  display: flex;
}

.music-animation {
  display: flex;
  margin-right: 10px;
  align-items: flex-end;
  position: relative;
  top: -5px;
}
.music-animation.on .bargg  {
  -webkit-animation: bargg  1.2s infinite;
          animation: bargg  1.2s infinite;
}
.music-animation.on .bargg2 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.music-animation.on .bargg3 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.music-animation.on .bargg4 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.music-animation.on .bargg5 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.music-toggle {
  cursor: pointer;
  font-size: 20px;
  position: relative;
}
.music-toggle:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: whiter;
  position: absolute;
  transition: 0.2s;
}
.music-toggle:hover:after {
  width: 100%;
}

.bargg {
  width: 1px;
  background-color: #F06925;
  height: 2px;
  display: block;
  margin: 0 1px;
}

@-webkit-keyframes bargg  {
  0% {
    height: 4px;
  }
  50% {
    height: 14px;
  }
  100% {
    height: 4px;
  }
}

@keyframes bargg  {
  0% {
    height: 4px;
  }
  50% {
    height: 14px;
  }
  100% {
    height: 4px;
  }
}



.overlay img{
position: absolute;

  width: 300px;
  height: 300px;
  border-radius: 100px;


}




/* Search Overlay */

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: none !important;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;

  color:#f06925;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color:#ea4c9a !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
 
}

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(240,105,37,0.9);
  -moz-box-shadow: 0 3px 0 0 rgba(240,105,37,0.9);
  box-shadow: 0 3px 0 0 rgba(240,105,37,0.9);
  border: 0 !important;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #f06925;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  border: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(244, 239, 227, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 12999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
/* Search Button */
#search-button {
 
  
}

#search-button:hover,
.mk-fullscreen-close:hover {
  opacity: 0.6;
  
}
#mk-fullscreen-search-input:focus{
  box-shadow: 0px 3px 0px 0px rgba(240,105,37,0.9) !important;
}



/* =sections MAIN
--------------------------------------------------------------*/
.dacontent{

padding:1%;
}

.textcontent ul{
 list-style: none;
  
}

.textcontent li{
  color: #555;
  letter-spacing: 1px;
  line-height:1.8;
  font-size:16px !important;
  
}


.textcontent li::before {
  content: "\2022";
  color: #F06925;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}



.textcontent p strong{
color: #F06925;
font-size:23px;
font-family:'garogierregular';

}


.textcontent h1,.textcontent h2,.textcontent h3,.textcontent h4,.textcontent h5{
font-family:'garogierregular';
color: #F06925;
font-size: 30px;
font-weight: 300;

}


.textcontent p{
 
  color: #555;
  font-size:16px !important;
}

.slideup{
  position:fixed;
  bottom:100px;
  right:20px;
  z-index: 100;
  cursor:pointer;
  display:none;
}

.fas{
  font-weight:300;
font-size:58px;
}

.slideup p{

  margin-top: -10px;
  color: #F06925;
}




.what{padding:7%;width:100%;background:#F06925;}

.what h1{

    font-weight: 300 !important;
   font-family: 'garogierregular';
color:black;
}

.what p{
   color: #EFDFD8;
    font-family: 'garogierregular' !important;
    margin: 0 0 1.5625
rem
;
    padding: 0 0.9375
rem
;
    font-family: "Basetica Light",sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    line-height: 2.5rem;}

#container {
   margin: 0 auto;
    padding-top:0;
    width:100%;
   height:100hv;

}


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:block;width:100%;z-index:1}.owl-carousel .owl-stage{margin-top:3% !important;position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color:#F06925
 !important;
  border: 2px solid #F06925;
  text-align: center;
}
.owl-carousel .owl-prev {
  left: 30px;
}
.owl-carousel .owl-next {
  right: 30px;
}


.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}



/* =sections MAIN
--------------------------------------------------------------*/

div.cookies {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding:1.3%;
  letter-spacing:1px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#F06925;
}
div.cookies .container {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  div.cookies .container {
    height: 40px;
  }
}
div.cookies .container div {
  display: block !important;
  padding-left: 60px;
  padding-right: 10px;
}
div.cookies a {
   color: #fff !important;
   font-style:italic;
  text-decoration: underline !important;
  
}
div.cookies a.close-cookie-warning {
  position: absolute;
  right: 5px;
  top: 0;
  display: block;
   font-style:normal !important;
  text-decoration: none !important;
  border: 2px solid white;
  color: #fff !important;
  padding:1%;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

  text-decoration: none;
}



@media only screen and (max-width: 900px) {

  .entrytitlehead{
  display: none!important;
}

  .testimonial-name{

    color: #F06925;
  }

.shadow-effect {
  margin: 0 auto;
  width: 65%;
    }

  .shadow-effect p{
        font-size: 11px !important;
    }



.vidintro img {
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 7%;
}



.vidintro h1{
 display: none !important;
}



.introstory p{
   font-family: 'garogierregular' !important;

margin: 0;
    padding: 2%;
    font-family: "Basetica Light",sans-serif;
    font-size:1.23rem;
    letter-spacing: 0.03em;
    line-height: 2.1rem;
}



.what h1{

    font-weight: 300 !important;
   font-family: 'garogierregular';
color:black;
}

.what p{
   color: #EFDFD8;
    font-family: 'garogierregular' !important;
    margin: 0 0 1.5625
rem
;
    padding: 0 0.9375
rem
;
    font-family: "Basetica Light",sans-serif;
    font-size:1.23rem;
    letter-spacing: 0.03em;
    line-height: 2.1rem;}



  .mobile-hidden {
    display: none;
  }


    div.cookies .container {
    height:200px;
  }
}

/*******form********/

.formrappage{
  padding:27px;
 margin: 0 auto;
    max-width:1000px;
  width: 100%;

}

.formrap{

  padding:23px;
}

form >div{
  position: relative;
  z-index: 999;
  margin: 0 auto;
   margin-bottom:20px;
    max-width:1000px;
  width: 100%;
}


#expertgreet-form{
  padding: 12px;



}

.fieldrow input{
 background:transparent;
 border: 2px solid #F06925;
}

.fieldrow input[type="text"] {
  
  padding:2%;
  appearance: none;
 width: 100%;
display:block;
height: 70px;
 font-size:14px !important;
  letter-spacing:0.2px;
  background:transparent;
 
  outline:none;
 transition: border-color 0.6s ease;
}




.fieldrow select{
width:100%;
/* styling */
  letter-spacing:0.2px;
  background:transparent;
  border: 2px solid #F06925;
 font-size:14px !important;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.fieldrow select{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.fieldrow select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.fieldrow input[type="name"] {
padding:2%;
width:49.7%;

}

.fieldrow input[type="email"] {
padding:2%;
width:49.7%;

}

.fieldrow input[type="submit"] {
padding:2%;
width:49.7%;
background:#F16725;
color:#000;

 
}

.sky{
 
  position:relative;
  top:0;
  left:0;
  overflow: hidden;
  width:100%;
  height:auto;
  bottom:0;
  right:0;
  padding-bottom:10%;
  background: linear-gradient( #ADE9F7,#ffffff);  
}


@keyframes anim {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.c1, .c2 {
  width: 700px;
  height: 1200px;
  position: absolute;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/131045/clouds.png") 0 0 no-repeat;
  background-size: 100%;
 
}
.c1.one, .c2.one {
  top: -260px;
  left: 0px;
}
.c1.two, .c2.two {
  top: -200px;
  left: 100px;
}
.c1.three, .c2.three {
  top: -240px;
  right: 100px;
}
.c1.four, .c22.four {
  top: -180px;
  right: 0px;
}

.c2 .one {
  top: -209px;
}
@media (max-width: 1023px) {
  .c2.one {left: -80px;}
  .c2.two {left: -120px;}
  .c2.three {right: 220px;}
  .c2.four {right: 220px;}
}

.c1 {
  animation: anime 1000s linear infinite forwards;
}

.c2 {
  transform: translateX(200%);
  animation: anim 1000s linear infinite forwards;
}



/* Mega New Style
================================*/
.mega-accordion h3 {
    margin: 0;
    padding-left: 20px;
    line-height:4.1rem;
    cursor: pointer;
    font-weight: normal;
  -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-bottom:1px solid #F06925 !important;
    list-style-type: circle !important;

}

.mega-accordion li{
text-align:left !important;


}

.mega-accordion h3:focus {
  outline: none !important;
}
.mega-accordion h3 span {
  color: #F06925;
    padding-right: 15px;

     padding-top:23px;
   float:right;
}


.mega-accordion h3 span {
    
}

/* Accordion Pannel Description
================================*/
.mega-accordion .mega-panel {
    padding: 10px 20px;
}

/* footer */

.calen{
width: 100%;

margin-top:-12px !important;
  max-width: 29px;
}
.soso{

 
}
footer h5{
  font-size:14px !important;
  color:#333;
  text-transform: uppercase;
  letter-spacing: 1px;
 padding-bottom: 4%;
}

footer ul{
text-align:center;
margin:0 auto;
list-style: none;
max-width:400px;
padding:2%;
display:block;

}
footer ul li{
 vertical-align:middle !important;
display: inline-block;
margin:0 auto;
text-align:center;
padding:4px;
text-decoration: none;

}

footer input[type="submit"] {
padding:4%;
width:100%;
background:#EFDFD8 !important;
color:#333;
}

footer input[type="email"] {
padding:2%;
background: transparent;
background:transparent;
 border: 2px solid white;
width:100%;}




footer ul li a{
margin-top:12%;
   
font-size:27px;
color:#000 !important;
text-decoration: none;
  
}

.botfoot{
  border-top:1px solid #000 !important;
  padding: 3%;
  WIDTH: 80%;
  margin: 0 auto;
color:#333;
padding:2px;
font-weight: 500;
  letter-spacing: 2px;
font-size:12px;
}

#menu-footjawn li a{
color:#EFDFD8 !important;
  
}

.block-footer__list-item-socials a,.block-footer__list-item-socials a img{
    color:#EFDFD8 !important;
}
.block-footer {
    padding: 3.75rem 3.75rem 3.375rem;
    background-color: #F06925;
    color: #000;
}
.block-footer--minimal {
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
}
.block-footer--minimal .block-footer__container-legal {
    margin-top: 0;
}
.block-footer--minimal .block-footer__list-links-small {
    margin-top: 0;
}
.block-footer--minimal .block-footer__copyright {
  margin-top: 1.625rem;
}
.block-footer--minimal .block-footer__copy {
    margin-top: 1.125rem;
}
.block-footer__heading {
    font-family: "Basetica Medium", sans-serif;
    font-size: 1rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
    color: #555;
}


.rateimg{
text-align:center;
margin:12px auto;
max-width: 200px;
}

.block-footer__headingsub{
    font-family: "Basetica Medium", sans-serif;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
    color: #F06925;
}


.block-footer__heading+* {
    margin-top: 1.3125rem;
}
.block-footer__link {
    display: inline-block;
    color:#EFDFD8 !important;
    transition: color 0.2s linear;
    font-family: "Wulkan Display Medium", serif;
    font-size:1.2rem;
    color:#EFDFD8 !important;
    letter-spacing: -.01em;
    line-height: 1.9375rem;
}
.block-footer__link:hover {
    color: black;
}
.block-footer__link-small {
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .8125rem;
    text-decoration: underline;
}
.block-footer__logo {
    display: block;
    width: 3.125rem;
    margin: .625rem auto;
}
.block-footer__copyright {
    display: block;
    margin-top: 1.75rem;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .9375rem;
}
.block-footer__copy {
    margin-top: 1rem;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .9375rem;
}
.block-footer__list-links-small {
    display: -webkit-flex;
    display: flex;
    margin-top: 3rem;
}
.block-footer__list-item-links-small {
    margin-right: 1.875rem;
}
.block-footer__link-social {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    transition: color 0.2s linear;
    color: black;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.block-footer__link-social:hover {
    color: #fff;
}
.block-footer__list-socials {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.block-footer__list-item-socials {
    margin-right: .625rem;
    margin-left: .625rem;
}
.block-footer__list-item {
    line-height: 0;
}
.block-footer__column {


 margin:7px;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block-footer__column:first-child .block-footer__group {
    margin-top: 0;
}
.block-footer__group {
    margin-top: 3.375rem;
}
.block-footer__yelp-reviews {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.block-footer__yelp-reviews a img{
   max-width: 225px;
   text-align: center;}

@media (min-width: 1024px) {
    .block-footer {
    padding-top: 4%;
    padding-right: 0;
    padding-left: 0;
}
.block-footer--minimal {
    padding-top: 2.6875rem;
    padding-bottom: 3.125rem;
}
.block-footer--minimal .block-footer__copyright {
    margin-top: 0;
}
.block-footer--minimal .block-footer__copy {
    margin-top: 0;
}
.block-footer__container {
    width:100%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;

    display: inline-block;
    
}
.block-footer__container-legal {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top:-52px;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.block-footer__container-legal a {
  color: #EFDFD8 !important;
    transition: color 0.2s linear;
}
.block-footer__container-legal a:hover {
    color: black;
}
.block-footer__copyright {
    width: 31.25%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-order: 0;
    order: 0;
}
.block-footer__list-links-small {
    -webkit-order: 1;
    order: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.block-footer__list-item-links-small {
    margin-right: 1.25rem;
}
.block-footer__list-socials {
    margin-bottom: 2rem;
}
.block-footer__logo {
    position: absolute;
    bottom: calc(100% + 1.25rem);
    left: 50%;
    width: 4.0625rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-footer__copy {
    position: relative;
    margin-left: auto;
    text-align: right;
    -webkit-order: 2;
    order: 2;
}
.block-footer__group {
    margin-top: 0;
}
.block-footer__column {
    width: 31.25%}
.block-footer__column--narrow {
    width: 26.875%;
    margin-left: auto;
}
.block-footer__column .block-footer__group:not(:first-child) {
    margin-top: 3.375rem;
}
.block-footer__trust-pilot-reviews {
    padding-top: 0;
    padding-bottom: 0;
}
}.block-story-hero {
    position: relative;
}
.block-story-hero+* {
    margin-top: 4.0625rem;
}
.block-story-hero__image {
    position: relative;
}
.block-story-hero__image::before {
    display: block;
    padding-bottom: 80%;
    content: ''}
.block-story-hero__profile {
    position: relative;
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1.25rem;
    border-radius: 50%}
.block-story-hero__container {
    padding-top: 2.375rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.block-story-hero__text-upper {
    font-family: "Basetica Medium", sans-serif;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
}
.block-story-hero__heading {
    font-family: "Wulkan Display Medium", serif;
    font-size: 2.25rem;
    letter-spacing: -.01em;
    line-height: 2.5rem;
}
.block-story-hero__heading em {
    font-family: "Wulkan Display Regular Italic", serif;
}
.block-story-hero__author {
    display: -webkit-flex;
    display: flex;
    margin-top: .875rem;
}
.block-story-hero__name {
    width: 7.5rem;
    margin-top: .375rem;
    font-size: .875rem;
    letter-spacing: .03em;
    line-height: 1.125rem;
}
.block-story-hero__container-author {
    margin-top: 3.125rem;
}
@media (min-width: 1024px) {
    .block-story-hero {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 40rem;
    padding-bottom: 3.125rem;
}
.block-story-hero+* {
    margin-top: 2.625rem;
}
.block-story-hero__heading {
    position: relative;
    top: 3.125rem;
    max-width: 18.75rem;
    margin-top: auto;
    font-size: 3rem;
    line-height: 3.625rem;
}
.block-story-hero__image {
    width: 66.66667%}
.block-story-hero__image::before {
    display: none;
}
.block-story-hero__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 33.33333%;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
}
.block-story-hero__container-author {
    margin-top: auto;
}
}.block-image {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    line-height: 0;
}
.block-image+* {
    margin-top: 3.75rem;
}
.block-image--wide {
    padding-right: 0;
    padding-left: 0;
}
.block-image__container {
    width: 100%}
@media (min-width: 1024px) {
    .block-image {
    width: 83.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
.block-image+* {
    margin-top: 6.25rem;
}
.block-image+.block-copy {
    margin-top: 2.1875rem;
}
.block-image--wide {
    width: 100%;
    max-width: 100%}
.block-image--wide .block-image__container {
    width: 100%}
.block-image--wide+* {
    margin-top: 6.875rem;
}
.block-image__container {
    width: calc(42.85714% - 2.14286rem);
    margin-right: auto;
    margin-left: auto;
}
}.block-image-video-carousel+* {
    margin-top: 3.75rem;
}
@media (min-width: 1024px) {
    .block-image-video-carousel+* {
    margin-top: 6.25rem;
}
}.block-quote {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.block-quote .quote-author__divider {
    margin-top: 1.3125rem;
    -webkit-filter: drop-shadow(0 1px 0px black);
    filter: drop-shadow(0 1px 0px black);
}
.block-quote .quote-author__mark, .block-quote .quote-author__name {
    color: black;
}
.block-quote .quote-author__body {
    font-size: 1.5rem;
    letter-spacing: .03em;
    line-height: 1.9375rem;
}
.block-quote+* {
    margin-top: 3.75rem;
}
.block-quote__body {
    margin-top: 2.375rem;
}
@media (min-width: 1024px) {
    .block-quote {
    width: 83.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.block-quote .quote-author__body {
    font-size: 1.875rem;
    line-height: 2.4375rem;
}
.block-quote .quote-author__divider {
    margin-top: 1.625rem;
}
.block-quote+* {
    margin-top: 6.25rem;
}
.block-quote__container {
    width: calc(42.85714% - 2.14286rem);
    margin-right: auto;
    margin-left: auto;
}
}.block-weather-text {
    padding-top: 3.625rem;
    background-color: #fff;
}
.block-weather-text__heading {
    font-family: "Wulkan Display Medium", serif;
    margin-top: .9375rem;
    font-size: 2.25rem;
    letter-spacing: -.01em;
    line-height: 2.5rem;
}
.block-weather-text__heading em {
    font-family: "Wulkan Display Regular Italic", serif;
}
.block-weather-text__subheading {
    font-family: "Basetica Medium", sans-serif;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
}
.block-weather-text__body {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: .03em;
    line-height: 1.875rem;
}
.block-weather-text__list {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
@media (min-width: 1024px) {
    .block-weather-text {
    padding-top: 3rem;
    padding-bottom: 6rem;
}
.block-weather-text__container {
    width: 83.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block-weather-text__list {
    width: calc(28.57143% - 2.67857rem);
    padding: 0;
    -webkit-order: 1;
    order: 1;
}
.block-weather-text__weather {
    width: calc(71.42857% - 1.07143rem);
    -webkit-order: 0;
    order: 0;
}
}.block-featured-lodges {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.block-featured-lodges__heading {
    font-family: "Wulkan Display Medium", serif;
    margin-top: .9375rem;
    font-size: 2.25rem;
    letter-spacing: -.01em;
    line-height: 2.5rem;
}
.block-featured-lodges__heading em {
    font-family: "Wulkan Display Regular Italic", serif;
}
.block-featured-lodges__subheading {
    font-family: "Basetica Medium", sans-serif;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
}
.block-featured-lodges__container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.block-featured-lodges__body {
    margin-top: 1.1875rem;
}
.block-featured-lodges__body p:first-child {
    font-size: 1.25rem;
    letter-spacing: .03em;
    line-height: 1.875rem;
}
.block-featured-lodges__body p+p {
    margin-top: 1.125rem;
}
.block-featured-lodges__lodges {
    margin-top: 3.75rem;
}
@media (min-width: 1024px) {
    .block-featured-lodges {
    width: 83.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 6.25rem;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block-featured-lodges__container {
    width: calc(28.57143% - -1.07143rem);
    padding-right: 0;
    padding-left: 0;
}
.block-featured-lodges__subheading {
    font-size: 1rem;
}
.block-featured-lodges__heading {
    margin-top: 1.375rem;
    font-size: 3.375rem;
    line-height: 3.75rem;
}
.block-featured-lodges__body {
    margin-top: 1.625rem;
}
.block-featured-lodges__lodges {
    width: calc(57.14286% - 1.60714rem);
    margin-top: 0;
}
.block-featured-lodges__lodges .carousel-stacked-images__list-item {
    width: 60.60606%}
.block-featured-lodges__lodges .carousel-stacked-images__container-buttons {
    width: 84.84848%;
    padding: 0;
}
}.block-featured-activities {
    padding: 4rem 1.875rem;
    background-color: #fff;
}
.block-featured-activities__heading {
    font-family: "Wulkan Display Medium", serif;
    margin-top: .9375rem;
    font-size: 2.25rem;
    letter-spacing: -.01em;
    line-height: 2.5rem;
    text-align: center;
}
.block-featured-activities__heading em {
    font-family: "Wulkan Display Regular Italic", serif;
}
.block-featured-activities__subheading {
    font-family: "Basetica Medium", sans-serif;
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
    text-align: center;
}
.block-featured-activities__list {
    margin-top: 3.25rem;
}
.block-featured-activities__list-item {
    position: relative;
}
@media (min-width: 1024px) {
    .block-featured-activities {
    padding: 6.25rem 0 5.125rem;
}
.block-featured-activities__container {
    width: 83.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}
.block-featured-activities__heading {
    max-width: 22.875rem;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.375rem;
    line-height: 3.75rem;
}
.block-featured-activities__list {
    display: -webkit-flex;
    display: flex;
    margin-top: 3rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block-featured-activities__list::after {
    display: block;
    width: calc(28.57143% - -1.07143rem);
    content: ''}
.block-featured-activities__list-item {
    width: calc(28.57143% - -1.07143rem);
    margin-top: 2.5rem;
}
}.block-hero {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    text-align: center;
}
.block-hero+* {
    margin-top: 7rem;
}
.block-hero__heading {
    font-family: "Wulkan Display Medium", serif;
    margin-top: .75rem;
    font-size: 3.375rem;
    letter-spacing: -.01em;
    line-height: 3.375rem;
}
.block-hero__heading em {
    font-family: "Wulkan Display Regular Italic", serif;
}
.block-hero__subheading {
    font-family: "Basetica Medium", sans-serif;
    font-size: 1rem;
    letter-spacing: .03em;
    line-height: 1rem;
    text-transform: uppercase;
    line-height: 1rem;
}
@media (min-width: 1024px) {
    .block-hero+* {
    margin-top: 12.625rem;
}
.block-hero__heading {
    margin-top: 2.5rem;
    font-size: 6.75rem;
    line-height: 6.75rem;
}
}.block-story-type-filter-list {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow: scroll;
    margin-top: 3.375rem;
    padding-bottom: 1.5625rem;
    padding-left: .9375rem;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.block-story-type-filter-list::after {
    display: block;
    width: .9375rem;
    content: '';
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.block-story-type-filter-list__icon {
    width: 1.875rem;
    height: 1.875rem;
}
.block-story-type-filter-list__list-item {
    width: 7.5rem;
    margin-right: 1.875rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.block-story-type-filter-list__button {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    opacity: 0.25;
    transition: opacity 0.3s,  -webkit-filter 0.3s;
    transition: opacity 0.3s,  filter 0.3s;
    transition: opacity 0.3s,  filter 0.3s,  -webkit-filter 0.3s;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.block-story-type-filter-list__button.is-active {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.block-story-type-filter-list__name {
    margin-top: 1.4375rem;
    line-height: 1rem;
    text-transform: uppercase;
}
.block-story-type-filter-list__divider {
    -webkit-transform: translateY(-8px) rotate(90deg);
    transform: translateY(-8px) rotate(90deg);
}
@media (min-width: 1024px) {
    .block-story-type-filter-list {
    width: 41.25rem;
    overflow: hidden;
    margin-top: 6.625rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block-story-type-filter-list::after {
    display: none;
}
.block-story-type-filter-list__list-item {
    margin-right: 0;
}
}.block-story-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
.block-story-list__list {
    width: 100%}
.block-story-list__story {
    margin-top: 1rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
}
.block-story-list__list-item:nth-child(odd) .featured-story__image-wrapper {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
}
.block-story-list__list-item:nth-child(even) .featured-story__image-wrapper {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.block-story-list__list-item.is-hidden {
    display: none;
    opacity: 0;
}
.block-story-list__button-load {
    margin-top: 2.625rem;
}
.block-story-list__button-load.is-hidden {
    display: none;
    opacity: 0;
}
@media (min-width: 1024px) {
    .block-story-list {
    width: 83.33333%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5rem;
}
.block-story-list__list {
    display: -webkit-flex;
    display: flex;
    width: calc(71.42857% - 1.07143rem);
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block-story-list__list-item {
    width: calc(40% - -1.5rem);
}
.block-story-list__list-item:nth-child(even) {
    margin-top: 5.625rem;
}
.block-story-list__list-item:nth-child(2n+1):not(:nth-child(1)) {
    margin-top: 2.5rem;
}
.block-story-list__list-item:nth-child(2n+0):not(:nth-child(2)) {
    margin-top: 8.125rem;
}
.block-story-list__story {
    padding: 0;
}
.block-story-list__button-load {
    margin-top: 4.875rem;
}

div.breadcrumbs{
  font-size:17px;
color:#EFDFD8;
right:7%;
bottom:8%;
  position:absolute;
}


footer li{
  list-style: none;
}

.itemtwo{

       
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}


.itemtwo .active{

        text-align: center;
        padding: 12%;
        margin-bottom:80px;
        opacity: 1 !important;
        
}


.itemtwo p{

       font-size:24px;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}


.col-sm-12 p{
  width: 90%;
  text-align: left;
  vertical-align: middle;


}



.testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #ff6900;
        padding: 9px 35px;
        border-radius: 0px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }


    .shadow-effect {
        background: ;
        padding: 20px;
        border-radius: 0px;
        text-align: center;
  border-bottom:8px solid #ff6900;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }


    .item.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
        background: #ff6900;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
.item.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.item.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
.item.owl-carousel .owl-dots .owl-dot span {
        background: #ff6900;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }



.vc_separator.vc_separator_align_left h4 {
    padding: 0 0.8em 0 0;
    font-size: 60px !important;
}


.zsite-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.zsite-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.zsite-footer hr.small
{
  margin:20px 0
}
.zsite-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.zsite-footer a
{
  color:#737373;
}
.zsite-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.zfooter-links
{
  padding-left:0;
  list-style:none
}
.zfooter-links li
{
  display:block
}
.zfooter-links a
{
  color:#737373
}
.zfooter-links a:active,.zfooter-links a:focus,.zfooter-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.zfooter-links.inline li
{
  display:inline-block
}
.zsite-footer .zsocial-icons
{
  text-align:right
}
.zsite-footer .zsocial-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.zcopyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .zsite-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .zsite-footer
  {
    padding-bottom:0
  }
  .zsite-footer .copyright-text,.zsite-footer .zsocial-icons
  {
    text-align:center
  }
}
.zsocial-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.zsocial-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.zsocial-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.zsocial-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.zsocial-icons a:active,.zsocial-icons a:focus,.zsocial-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.zsocial-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.zsocial-icons a.facebook:hover
{
  background-color:#3b5998
}
.zsocial-icons a.twitter:hover
{
  background-color:#00aced
}
.zsocial-icons a.linkedin:hover
{
  background-color:#007bb6
}
.zsocial-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .zsocial-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
  
  .vc_separator h4 {
    line-height: 1em;
    font-size: 64px !important;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}



