@charset "UTF-8";
/**
 * Style file @
 *
 * This file is compiled into style.css
 */
/* ---------- Import variables ---------- */
/* Layout */
/**
 * Jeet grid settings.
 */
/**
 * Breakpoints - Breakpoint slicer
 * https://github.com/lolmaus/breakpoint-slicer
 */
/* ---------- Import grid system ---------- */
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/* ---------- Import base ---------- */
/* -------------------- 1 functions

  @include containment
  @include absolute-center;
  @include placeholder{}
  @include background-img('1.jpg','center');
  @include before-transition, after-transition;
  @include hover-transition($object,$time);  //no object then itself
  @include icomoon($char)
  @include min-height;
  @include basic-font,title-font;
  @include views-edit;  //style for the edit button for views
  @include hide-select-arrow;
  @include views-layout($desktop,$tablet);
  @include views-layout($desktop,$tablet,$gutter);

*/
/* -------------------- 2 effect

  @include one-by-one-show($time);
  @include preloader-img
  @include transform-wrapper($size,$time);
  @include ajax-preloader($color1,$color2);
  @include ajax-loading($color);
  @include preloading-wrapper($color, $bg-color,$height);

  @include background-color-overlay($color,1,0.9);

*/
/* -------------------- 3 responsive

  @include responsive-font(22,2);
  @include video-wrapper;

*/
/* -------------------- 4 button and shapes

  @include bottom-shadow($width,$height,$opacity);
  @include button-shadow
  @include triangle(8px,13px,white,"down",30%); 
  @include burger_menu_open ,burger_menu
  @include squre;

*/
/* -------------------- 5 animations

   animations flipInX,jello,wobble,tada,bounce,rubberBand,slideUp,fadeIn_offset,shake,zoom-in,bounceIn
   
*/
/* -------------------- 6 others

  @include hide-select-arrow;

*/
/*  ###require below code added in the body tag###
      <ul class="preloader">
        <li class="sk-circle">
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
        </li>
      </ul> */
/*  ###require below code added in the body tag###
      <ul class="preloader" style="padding: 0; margin: 0; display:  flex">
        <li class="sk-circle" style="padding: 0; margin: 0; display:  inline-block; ">
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
          <div class="sk-child"></div>
        </li>
      </ul> */
@-webkit-keyframes fadeIn_offset {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeIn_offset {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoom-in {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes scale {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scale {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes thr-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes thr-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/**
 * Extendables
 *
 * Collect all of your extendable classes, ids and silent extendables.
 */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
 * Typography
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?6aikk4");
  src: url("../fonts/icomoon/icomoon.eot?6aikk4#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?6aikk4") format("truetype"), url("../fonts/icomoon/icomoon.woff?6aikk4") format("woff"), url("../fonts/icomoon/icomoon.svg?6aikk4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-ArrowCircleleft:before {
  content: "\e90e";
}

.icon-ArrowCircledown:before {
  content: "\e90f";
}

.icon-ArrowCircleright:before {
  content: "\e910";
}

.icon-ArrowCircleup:before {
  content: "\e911";
}

.icon-facebook3:before {
  content: "\e917";
}

.icon-facebook:before {
  content: "\e915";
}

.icon-facebook2:before {
  content: "\e916";
}

.icon-keyboard_arrow_right:before {
  content: "\e907";
}

.icon-keyboard_arrow_left:before {
  content: "\e912";
}

.block-content ul li {
  color: #838383;
}

#content .paragraphs-items a {
  color: #838383;
  text-decoration: none;
}

/* ---------- Components ---------- */
.block-top-travel, .destinations-section {
  margin-bottom: 0;
}

.country-gallery .block-top-travel, .country-gallery .destinations-section {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: all 1s ease;
}

.country-gallery.visible .block-top-travel, .country-gallery.visible .destinations-section {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s ease;
}

.block-top-travel .img-block, .destinations-section .img-block {
  overflow: hidden;
}

.block-top-travel .img-block img, .destinations-section .img-block img {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.block-top-travel .img-block img:hover, .destinations-section .img-block img:hover {
  transition: all 0.3s ease;
}

.block-top-travel .img-block img:hover, .destinations-section .img-block img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.block-top-travel .img-block:hover .countryTitle, .destinations-section .img-block:hover .countryTitle {
  opacity: .7;
}

.slick-one-by-one .slick-slide {
  opacity: 0;
}

.slick-one-by-one.visible .slick-slide {
  opacity: 0;
}

.slick-one-by-one.visible .slick-slide:nth-child(1) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.slick-one-by-one.visible .slick-slide:nth-child(2) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.slick-one-by-one.visible .slick-slide:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.slick-one-by-one.visible .slick-slide:nth-child(4) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.slick-one-by-one.visible .slick-slide:nth-child(5) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slick-one-by-one.visible .slick-slide:nth-child(6) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.slick-one-by-one.visible .slick-slide:nth-child(7) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.slick-one-by-one.visible .slick-slide:nth-child(8) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.slick-one-by-one.visible .slick-slide:nth-child(9) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.slick-one-by-one.visible .slick-slide:nth-child(10) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.slick-one-by-one.visible .slick-slide:nth-child(11) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.slick-one-by-one.visible .slick-slide:nth-child(12) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.slick-one-by-one.visible .slick-slide:nth-child(13) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.slick-one-by-one.visible .slick-slide:nth-child(14) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.slick-one-by-one.visible .slick-slide:nth-child(15) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.slick-one-by-one.visible .slick-slide:nth-child(16) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.slick-one-by-one.visible .slick-slide:nth-child(17) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.slick-one-by-one.visible .slick-slide:nth-child(18) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.slick-one-by-one.visible .slick-slide:nth-child(19) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.sidebar-right-widget {
  background: rgba(14, 13, 20, 0.9) !important;
}

.button {
  background-color: #967448;
  padding: .5em 1em;
  color: white !important;
  transition: all .3s ease;
}

.button:hover {
  background-color: #80643f;
  transition: all .3s ease;
}

.page-maintenance {
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.page-maintenance h1:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 1em;
  background: url("../img/admin/info.png");
  background: url("../img/admin/info.svg"), none;
  background-size: 150px 150px;
}

/* ---------- Import design ---------- */
/**
 * Layout
 *
 * All layout theming should go in this file
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  *zoom: 1;
}

.container:before, .container:after {
  content: '';
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 769px) {
  .one-sidebar.sidebar-first .main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: 26%;
  }
  .one-sidebar.sidebar-first .main:before, .one-sidebar.sidebar-first .main:after {
    content: '';
    display: table;
  }
  .one-sidebar.sidebar-first .main:after {
    clear: both;
  }
  .one-sidebar.sidebar-first .main:last-child {
    margin-right: 0%;
  }
  .one-sidebar.sidebar-second .main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .one-sidebar.sidebar-second .main:before, .one-sidebar.sidebar-second .main:after {
    content: '';
    display: table;
  }
  .one-sidebar.sidebar-second .main:after {
    clear: both;
  }
  .one-sidebar.sidebar-second .main:last-child {
    margin-right: 0%;
  }
  .one-sidebar aside.sidebar_first {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: -78%;
  }
  .one-sidebar aside.sidebar_first:before, .one-sidebar aside.sidebar_first:after {
    content: '';
    display: table;
  }
  .one-sidebar aside.sidebar_first:after {
    clear: both;
  }
  .one-sidebar aside.sidebar_first:last-child {
    margin-right: 0%;
  }
  .one-sidebar aside.sidebar_second {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .one-sidebar aside.sidebar_second:before, .one-sidebar aside.sidebar_second:after {
    content: '';
    display: table;
  }
  .one-sidebar aside.sidebar_second:after {
    clear: both;
  }
  .one-sidebar aside.sidebar_second:last-child {
    margin-right: 0%;
  }
  .two-sidebars .main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: 26%;
  }
  .two-sidebars .main:before, .two-sidebars .main:after {
    content: '';
    display: table;
  }
  .two-sidebars .main:after {
    clear: both;
  }
  .two-sidebars .main:last-child {
    margin-right: 0%;
  }
  .two-sidebars .sidebar_first {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: -52%;
  }
  .two-sidebars .sidebar_first:before, .two-sidebars .sidebar_first:after {
    content: '';
    display: table;
  }
  .two-sidebars .sidebar_first:after {
    clear: both;
  }
  .two-sidebars .sidebar_first:last-child {
    margin-right: 0%;
  }
  .two-sidebars .sidebar_second {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .two-sidebars .sidebar_second:before, .two-sidebars .sidebar_second:after {
    content: '';
    display: table;
  }
  .two-sidebars .sidebar_second:after {
    clear: both;
  }
  .two-sidebars .sidebar_second:last-child {
    margin-right: 0%;
  }
}

@media (max-width: 768px) {
  #header.hero.home .gradient .filter {
    min-height: 400px;
  }
}

#header .btn-book {
  background-color: #9e1b67;
}

#header .btn-book span {
  background-color: #9e1b67;
}

#header .btn-book:hover {
  background-color: #9e1b67 !important;
}

#header .btn-book:hover span {
  background-color: rgba(117, 0, 68, 0.7);
  transition: all .3s ease;
}

#header .btn-book span {
  border: 1px solid #b24886;
}

#header .navbar-nav a {
  color: white;
}

#header .navbar-nav a:hover {
  color: white;
}

#content {
  position: relative;
  z-index: 99;
}

#content .booking-bar .sub-nav-section .inbreadcrumb {
  display: inline-block;
  height: auto;
  text-align: right;
  background: #9e1b67 url(../img/book_now_bg.png) center center no-repeat;
  background-repeat: repeat;
}

#content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  float: none;
  background: transparent;
}

@media (max-width: 1200px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm {
    width: 80vw;
  }
}

#content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .book-des {
  margin-bottom: 0;
  font-size: 25px;
  margin-left: 5px;
  margin-right: 0;
}

@media (min-width: 1201px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .book-des {
    margin-right: 24%;
  }
}

@media (min-width: 1000px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .book-des {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .book-des {
    font-size: 2.5vw;
  }
}

#content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .submit_btn {
  width: auto;
  padding-right: 1em;
  padding-left: 1em;
  border: 1px solid #b24886;
}

@media (min-width: 1025px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .submit_btn {
    padding-right: 2em;
    padding-left: 2em;
  }
}

#content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .submit_btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  line-height: 100%;
  display: block;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .submit_btn span {
    font-size: 2.5vw;
  }
}

#content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .submit_btn:hover, #content .booking-bar .sub-nav-section .inbreadcrumb .btn-frm .submit_btn.visited {
  background-color: rgba(117, 0, 68, 0.7);
}

.front #content {
  position: relative;
  z-index: 99;
}

.front .bg_home {
  background-color: transparent;
}

.front .block-bean {
  background-color: #e9e7e9;
}

.front .sub-nav-section {
  margin-top: -50px;
  background: transparent;
}

@media only screen and (max-width: 599px) {
  .front .sub-nav-section {
    margin-top: -25px;
  }
}

.front .top-links {
  margin-top: 50px;
  background-color: white;
}

@media (min-width: 769px) {
  .front .top-links {
    margin: 2em 0;
  }
}

.front .top-links .field-name-field-plain-icons {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  *zoom: 1;
}

.front .top-links .field-name-field-plain-icons:before, .front .top-links .field-name-field-plain-icons:after {
  content: '';
  display: table;
}

.front .top-links .field-name-field-plain-icons:after {
  clear: both;
}

.front .top-links .field-name-field-plain-icons .textformatter-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 769px) {
  .front .top-links .field-name-field-plain-icons .textformatter-list {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.front .top-links .field-name-field-plain-icons .textformatter-list li {
  opacity: 0;
  color: #373a36;
  margin: 2em 3em;
  position: relative;
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em 0;
  text-align: center;
  font-size: 17px;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(1) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(2) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(4) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(5) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(6) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(7) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(8) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(9) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(10) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(11) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(12) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(13) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(14) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(15) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(16) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(17) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(18) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(19) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

@media (min-width: 481px) and (max-width: 768px) {
  .front .top-links .field-name-field-plain-icons .textformatter-list li {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

@media (max-width: 480px) {
  .front .top-links .field-name-field-plain-icons .textformatter-list li {
    margin: 1em 3em;
    padding: 1em 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(1)::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(2)::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(3)::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(4)::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:nth-child(5)::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li::before {
  display: block;
  font-size: 2.9em;
  color: #957447;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li::after {
  content: "";
  display: block;
  width: 2em;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #957447;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: border .3s ease,  width .3s ease;
}

.front .top-links .field-name-field-plain-icons .textformatter-list li:hover::after {
  width: 100%;
  border: 1px solid #957447;
  border-left: 1px solid #957447;
  border-right: 1px solid #957447;
  transition: border .3s ease, width .3s ease;
}

.front .welcome-section-wrapper {
  position: relative;
}

.front .welcome-section-wrapper::after {
  opacity: .8;
  content: "";
  background: #e9e7e9 url(../img/book_now_bg-deep.png) center center repeat;
  background-repeat: repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.front .welcome-section-wrapper .welcome-section {
  padding: 5em 0 !important;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .front .welcome-section-wrapper .welcome-section .block-welcome > p {
    max-width: inherit;
  }
}

@media (min-width: 769px) {
  .front .welcome-section-wrapper .welcome-section .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .front .welcome-section-wrapper .welcome-section {
    padding: 3em 0 !important;
  }
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div:nth-child(1) {
  position: relative;
  height: 340px;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div:nth-child(1).slick-initialized {
  height: auto;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div:nth-child(1).slick-initialized + .preloader {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0);
      -ms-transform: translateY(-100%) scale(0);
          transform: translateY(-100%) scale(0);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader {
  position: relative;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  z-index: 999;
  background-color: #957447;
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 60px;
  width: 60px;
  z-index: 10;
  opacity: 1;
  margin-right: 40px;
  display: inline-block;
  position: relative;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child {
  width: 33%;
  height: 33%;
  background-color: white;
  float: left;
  -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(7) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(8) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content > div + .preloader .sk-circle .sk-child:nth-child(9) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.front .welcome-section-wrapper .welcome-section .preloader-content {
  position: relative;
}

@media (max-width: 768px) {
  .front .welcome-section-wrapper .welcome-section .preloader-content {
    float: none !important;
  }
}

.front .welcome-section-wrapper .welcome-section .preloader-content .list-banner {
  margin: 0;
}

.front .welcome-section-wrapper .welcome-section .preloader-content .list-banner .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front .welcome-section-wrapper .welcome-section .preloader-content .list-banner .slick-track .content-block {
  height: auto !important;
}

.front .welcome-section-wrapper .welcome-section .preloader-content .list-banner .slick-track .content-block .block-banner {
  margin: 0;
  min-height: auto;
  background-color: transparent;
}

.front .welcome-section-wrapper .welcome-section .preloader-content .list-banner .slick-track .content-block .block-banner .content-banner {
  padding: 0 2em;
}

.front .welcome-section-wrapper .welcome-section .preloader-content .list-banner .slick-track .content-block .block-banner .content-banner p {
  text-align: left;
  max-width: initial;
}

.front .welcome-section-wrapper .welcome-section .preloader-content .div-vslide {
  width: auto;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .front .welcome-section-wrapper .welcome-section .preloader-content .div-vslide {
    bottom: auto;
  }
}

.front .welcome-section-wrapper .welcome-section .preloader-content .div-vslide button {
  opacity: .2;
  transition: all .3s ease;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 480px) {
  .front .welcome-section-wrapper .welcome-section .preloader-content .div-vslide button {
    width: 2.5em;
    height: 2.5em;
  }
}

.front .welcome-section-wrapper .welcome-section .preloader-content .div-vslide button:hover {
  opacity: .5;
  transition: all .3s ease;
}

.front .welcome-section-wrapper .slick-slider .content-block p {
  height: auto !important;
}

.front .welcome-section-wrapper .slick-slider .preloader {
  background-color: red;
}

.front .facility-section {
  padding: 5em 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.front .facility-section .row > div:nth-child(1) {
  position: relative;
  height: 340px;
}

.front .facility-section .row > div:nth-child(1).slick-initialized {
  height: auto;
}

.front .facility-section .row > div:nth-child(1).slick-initialized + .preloader {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0);
      -ms-transform: translateY(-100%) scale(0);
          transform: translateY(-100%) scale(0);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.front .facility-section .row > div + .preloader {
  position: relative;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  z-index: 999;
  background-color: black;
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.front .facility-section .row > div + .preloader .sk-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 60px;
  width: 60px;
  z-index: 10;
  opacity: 1;
  margin-right: 40px;
  display: inline-block;
  position: relative;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child {
  width: 33%;
  height: 33%;
  background-color: white;
  float: left;
  -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(7) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(8) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.front .facility-section .row > div + .preloader .sk-circle .sk-child:nth-child(9) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.front .facility-section .slick-slider .content-block {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .front .facility-section .slick-slider .content-block p {
    min-height: 77px !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .front .facility-section .slick-slider .content-block .btn-cata {
    color: #fff;
    width: auto;
    font-size: 11px;
    height: auto;
  }
}

.front .facility-section .slick-slider .content-block .btn-cata:hover {
  color: #957447;
}

/*
 * Design
 * 
 * Include all your design elements in this file.
 */
body {
  overflow-x: hidden;
  width: 100%;
}

.field {
  margin-bottom: 1em;
}

.field .field-label {
  font-weight: 700;
}

section .row-content.row-image .block-defect {
  background-position: center;
}

@media (max-width: 768px) {
  section .row-content.row-image .block-defect {
    min-height: 60vw;
    height: auto;
  }
}

.reception::before, .wifi::before, .power::before, .icon-newspaper::before, .vip::before, .shower::before, .food::before, .coffee::before, .baked::before, .bar::before, .entertainment::before, .kids-zone::before {
  display: block;
  margin-bottom: .4em;
  font-size: 3em !important;
}

.reception::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wifi::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.power::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-newspaper::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vip::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shower::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.food::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.coffee::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.baked::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bar::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entertainment::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kids-zone::before {
  content: "" !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-experience .paragraphs-item-left-text-right-image + .section-default {
  padding-bottom: 0;
}

.section-experience .relax-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-experience .relax-icons.visible li {
  opacity: 0;
}

.section-experience .relax-icons.visible li:nth-child(1) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.section-experience .relax-icons.visible li:nth-child(2) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section-experience .relax-icons.visible li:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section-experience .relax-icons.visible li:nth-child(4) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.section-experience .relax-icons.visible li:nth-child(5) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.section-experience .relax-icons.visible li:nth-child(6) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section-experience .relax-icons.visible li:nth-child(7) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.section-experience .relax-icons.visible li:nth-child(8) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.section-experience .relax-icons.visible li:nth-child(9) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.section-experience .relax-icons.visible li:nth-child(10) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.section-experience .relax-icons.visible li:nth-child(11) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.section-experience .relax-icons.visible li:nth-child(12) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.section-experience .relax-icons.visible li:nth-child(13) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.section-experience .relax-icons.visible li:nth-child(14) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.section-experience .relax-icons.visible li:nth-child(15) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.section-experience .relax-icons.visible li:nth-child(16) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.section-experience .relax-icons.visible li:nth-child(17) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.section-experience .relax-icons.visible li:nth-child(18) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.section-experience .relax-icons.visible li:nth-child(19) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.section-experience .relax-icons li {
  opacity: 0;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  text-align: center;
  margin-bottom: 4em;
}

.section-experience .relax-icons li:hover {
  transition: all 0.3s ease;
}

.section-experience .relax-icons li:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 481px) and (max-width: 768px) {
  .section-experience .relax-icons li {
    -webkit-flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
  }
}

@media (max-width: 480px) {
  .section-experience .relax-icons li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.show_y, .show_x {
  opacity: 0;
  z-index: 99;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.show_y.visible, .visible.show_x {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.show_x {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

.show_x.visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.page-node-82 .messages {
  display: none;
}

.page-node-82 .hero-heading {
  width: 100%;
}

.page-node-82 .hero-heading h1 {
  font-size: 5vw;
}

@media (min-width: 1025px) {
  .page-node-82 .hero-heading h1 {
    font-size: 60px;
  }
}

.page-node-82 .hero-heading h1 .sub-title {
  font-size: 3.5vw;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .page-node-82 .hero-heading h1 .sub-title {
    font-size: 30px;
  }
}

.page-node-82 .hero-heading h1 .btn-cata {
  padding: 1.5em 3em;
  font-weight: 400;
}

#node-84 .section-default {
  padding-bottom: 0;
}

#node-84 .field-name-field-flex-content .block-content.newspaper {
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row .col-one-third {
  opacity: 0;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row .col-one-third .img-wrapper {
  display: block;
  overflow: hidden;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row .col-one-third .img-wrapper > * {
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row .col-one-third .img-wrapper > *:hover {
  transition: all 0.3s ease;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row .col-one-third .img-wrapper:hover > * {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row .col-one-third .img-wrapper img {
  width: 100%;
  height: auto;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third {
  opacity: 0;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(1) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(2) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(4) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(5) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(6) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(7) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(8) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(9) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(10) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(11) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(12) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(13) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(14) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(15) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(16) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(17) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(18) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

#node-84 .field-name-field-flex-content .block-content.newspaper .layout-row.visible .col-one-third:nth-child(19) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.page-node-66 #node-66 {
  margin-top: -52px;
}

@media only screen and (max-width: 599px) {
  .page-node-66 #node-66 {
    margin-top: -26px;
  }
}

.page-node-66 #footer .footer-top {
  padding-top: 52px;
}

@media only screen and (max-width: 599px) {
  .page-node-66 #footer .footer-top {
    padding-top: 26px;
  }
}

.social-links img {
  height: auto !important;
  max-height: initial !important;
}

/*# sourceMappingURL=style.css.map */