/*-------------------------------------------------------------------------------------------------
   HACKS & RESETS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  Normalize styles based on Foundation 5
  (normalize.css v3.0.2 | MIT License | git.io/normalize)
----------------------------------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  text-rendering: optimizeLegibility; }

header, footer, aside, nav, menu, section, div, main,
article, details, figcaption, figure, summary,
hgroup, blockquote, address, object, embed {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

img, svg {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto; }

.oldie .wrapper {
  width: 63.75em; }

/* GRID
---------------------------------------------------------------------------------------------------*/
/* GOGLE FONTS
---------------------------------------------------------------------------------------------------*/
.bg_blue {
  background-color: #39B7E9; }

.bg_dark_blue {
  background-color: #183C77; }

.bg_green {
  background-color: #36889C; }

.bg_red {
  background-color: #DD4B72; }

.bg_black {
  background-color: #151515; }

.bg_grey {
  background-color: #E9E9E9; }

.bg_light_grey {
  background-color: #E8E8E8; }

.bg_dark_grey {
  background-color: #4D4F5C; }

.bg_white {
  background-color: #ffffff; }

html, body {
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  background-color: #ffffff;
  color: #151515;
  position: relative;
  cursor: auto;
  overflow-x: hidden;
  height: auto; }
  body.stay_fixed {
    overflow: hidden; }

.global_wrapper {
  background-color: #ffffff;
  box-shadow: 0 0px 15px 6px rgba(21, 21, 21, 0.15); }

/* HTML5 Elements 
----------------------------------------------------------------------*/
img, object, embed, svg, iframe {
  max-width: 100%;
  border: 0; }

embed {
  height: 100%; }

img, svg {
  height: auto; }

object, embed, iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* LINKS 
----------------------------------------------------------------------*/
a,
a:hover,
a:active {
  color: inherit; }

/* BUTTONS 
----------------------------------------------------------------------*/
button,
.button {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  overflow: visible;
  -webkit-appearance: textearea;
  -moz-appearance: textearea;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: inline-block;
  position: relative;
  text-align: center;
  font-style: normal; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    outline: none;
    text-decoration: none; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    cursor: default;
    box-shadow: none; }

/* Lists
----------------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

.basic_content ul,
.basic_content ol {
  margin: 5px 0 10px; }

ul.no-bullet,
ol.no-bullet {
  list-style: none; }

ul.square,
ol.square {
  list-style-type: square; }

ul.circle,
ol.circle {
  list-style-type: circle; }

ul.disc,
ol.disc {
  list-style-type: disc; }

ul.inline-block li, ul.inline_column li,
ul.inline li,
ol.inline-block li,
ol.inline_column li,
ol.inline li {
  display: inline;
  vertical-align: middle;
  list-style: none; }

ul.inline-block li, ul.inline_column li,
ol.inline-block li,
ol.inline_column li {
  display: inline-block; }

.content ul,
.content ol {
  list-style-position: outside;
  margin-left: 18px; }
  .content ul li,
  .content ol li {
    padding-left: 5px;
    margin-bottom: 12px; }

/*  Forms
----------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  font-weight: inherit;
  max-width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #151515;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #151515;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
  opacity: 1; }

/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES 
---------------------------------------------------------------------------------------------------- */
/*  Display property 
----------------------------------------------------------------------*/
.block {
  display: block; }

.inline-block, img, svg, .inline_column {
  display: inline-block;
  vertical-align: middle; }

.inline {
  display: inline; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent; }

/* Floating elements 
----------------------------------------------------------------------*/
.left {
  float: left; }

.right {
  float: right !important; }

.none {
  float: none; }

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  clear: both; }

/*Scrollbars
----------------------------------------------------------------------*/
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  -webkit-border-radius: 0;
  background: #E9E9E9;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #39B7E9; }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(233, 233, 233, 0.8); }

/*Containers
----------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES
---------------------------------------------------------------------------------------------------- */
aside,
footer {
  position: relative;
  z-index: 1; }

.wrapper {
  padding-left: 200px;
  padding-right: 200px; }

.scroll_down_promt {
  cursor: none;
  width: 61px;
  height: 31px;
  background: url(../img/icons/icon-arrow_down.png) no-repeat scroll center center transparent;
  background-size: auto 100%;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: auto;
  position: absolute;
  z-index: 3;
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -o-animation: bounce 3s infinite;
  -ms-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

.grid_item {
  position: relative; }

.caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #39B7E9;
  color: #ffffff; }

@media screen and (max-width: 112.5em) {
  .wrapper {
    padding-left: 130px;
    padding-right: 130px; } }
@media screen and (max-width: 90.625em) {
  .wrapper {
    padding-left: 100px;
    padding-right: 100px; } }
@media screen and (max-width: 68.75em) {
  .wrapper,
  .testimonials_ajax_container .testimonial {
    padding-left: 70px;
    padding-right: 70px; } }
@media screen and (max-width: 63.9375em) {
  .wrapper {
    padding-left: 60px;
    padding-right: 60px; } }
@media screen and (max-width: 47.9375em) {
  .wrapper {
    padding-left: 35px;
    padding-right: 35px; }

  .caption {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0; } }
/* -------------------------------------------------------------------------------------------------
    SECTION: TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */
/* FONTS
----------------------------------------------------------------------*/
/* TYPOGRAPHY
----------------------------------------------------------------------*/
body {
  color: #151515;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  line-height: 1em;
  font-weight: 400;
  font-style: normal; }

b, strong {
  font-weight: 400; }

em {
  font-weight: 300;
  font-style: italic; }

h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 40px auto 25px; }

.page__title,
.section__subtitle {
  font-size: 2.1875em;
  line-height: 1.2em;
  font-weight: 900; }

.page__title {
  color: #ffffff;
  margin-bottom: 0; }

.section__subtitle {
  color: #39B7E9;
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
  text-align: center; }
  .section__subtitle:after {
    width: 60px;
    height: 4px;
    background-color: #39B7E9;
    margin: 20px auto 0;
    content: "";
    display: block; }

.section__title,
.intro_sectio h2 {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-weight: 900;
  color: #39B7E9;
  text-align: center;
  margin-top: 0; }

.section__lead {
  font-size: 2.6875em;
  line-height: 1.1627906977em;
  font-weight: 300;
  color: #39B7E9; }

.section__description {
  font-size: 2em;
  line-height: 1.40625em;
  font-weight: 300;
  margin-top: 60px; }

button,
.button {
  display: inline-block;
  margin: 0 auto;
  padding: 0 60px;
  font-weight: 400;
  font-size: 2.125em;
  line-height: 2.2352941176em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -o-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -ms-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  background-color: #39B7E9;
  color: #ffffff;
  border: 2px solid #39B7E9;
  font-family: "Kaushan Script", cursive;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  button:hover,
  .button:hover {
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -o-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #39B7E9;
    color: #ffffff; }

.large_button {
  font-size: 3.125em;
  line-height: 2.3em;
  height: 2.3em; }

p {
  font-size: 1em;
  line-height: inherit;
  margin: 0 0 40px; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  font-weight: 300;
  font-style: italic;
  margin: 0; }

cite {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  font-style: normal;
  margin-top: 23px;
  padding-top: 23px;
  position: relative; }
  cite:before {
    content: "";
    height: 1px;
    width: 170px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #39B7E9; }

.paragraph {
  font-size: 1.875em;
  line-height: 1.3333333333em;
  font-weight: 300; }
  .paragraph ul, .paragraph ol {
    margin-bottom: 50px;
    padding-left: 35px;
    list-style-position: outside; }
  .paragraph li {
    line-height: 1.3em;
    margin-bottom: 30px; }
    .paragraph li:last-child {
      margin-bottom: 0; }
  .paragraph strong {
    font-family: 700; }

.default_page__content {
  text-align: left; }
  .default_page__content h2 {
    font-size: 1em;
    line-height: inherit;
    font-weight: 700;
    color: #39B7E9;
    padding: 50px 0;
    margin: 80px 0 0;
    border-top: 1px solid #E8E8E8; }
  .default_page__content h3 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    font-style: italic; }

address {
  font: inherit; }

::selection,
::-moz-selection {
  background: #39B7E9;
  color: #ffffff; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

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

.alternative_font {
  font-family: "Kaushan Script", cursive;
  font-weight: normal; }

@media screen and (max-width: 112.5em) {
  .page__title,
  .section__subtitle {
    font-size: 1.875em; }

  .paragraph {
    font-size: 1.5625em;
    line-height: 1.36em; }

  p {
    margin: 0 0 30px; }

  button,
  .button {
    font-size: 1.8125em;
    line-height: 2.4137931034em; }

  .section__lead {
    font-size: 2.4375em; }

  .section__description {
    font-size: 1.6875em;
    margin-top: 40px; } }
.search_results__title {
  font-size: 2.1875em;
  line-height: 1.2em;
  font-weight: 700;
  color: #8B909D;
  text-align: center;
  background-color: rgba(57, 183, 233, 0.13);
  padding: 24px 15px;
  margin-bottom: 80px; }
  .search_results__title span {
    display: inline-block; }

@media screen and (max-width: 104.375em) {
  .section__title,
  .intro_sectio h2 {
    font-size: 2.8125em; }

  .search_results__title {
    font-size: 1.875em;
    margin-bottom: 60px; } }
@media screen and (max-width: 90.625em) {
  .section__title,
  .intro_sectio h2 {
    font-size: 2.3125em; }

  .page__title {
    font-size: 1.6875em; }

  .section__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px; }
    .section__subtitle:after {
      height: 3px;
      width: 50px;
      margin-top: 10px; }

  .section__lead {
    font-size: 1.875em; }

  .section__description {
    font-size: 1.375em;
    margin-top: 30px; }

  .paragraph {
    font-size: 1.375em;
    line-height: 1.3636363636em; }

  .default_page__content {
    font-size: 1.125em; }
    .default_page__content h2 {
      font-size: 1.1111111111em;
      padding: 30px 0;
      margin-top: 50px; }

  button,
  .button {
    padding: 0 45px;
    font-size: 1.5em;
    line-height: 1.875em; }

  .search_results__title {
    font-size: 1.4375em;
    margin-bottom: 30px;
    padding: 13px 15px; } }
@media screen and (max-width: 68.75em) {
  p {
    margin-bottom: 22px; }

  .section__lead {
    font-size: 1.4375em; }

  .section__description {
    font-size: 1.125em;
    margin-top: 20px; } }
@media screen and (max-width: 63.9375em) {
  .page__title,
  .section__subtitle {
    font-size: 2.125em;
    line-height: 1.1764705882em; }

  .section__lead {
    font-size: 1.75em; }

  .section__description {
    font-size: 1.375em;
    margin-top: 30px;
    text-align: justify; } }
@media screen and (max-width: 47.9375em) {
  h2, h3, h4, h5, h6 {
    margin: 30px auto 20px; }

  .page__title {
    font-size: 1.5em;
    line-height: 1.2083333333em; }

  .section__subtitle {
    font-size: 1.25em;
    margin-bottom: 20px; }
    .section__subtitle:after {
      display: none; }

  .section__title,
  .intro_sectio h2 {
    font-size: 1.5625em;
    margin-top: 0; }

  .paragraph {
    font-size: 1.3125em;
    line-height: 1.4761904762em; }

  .default_page__content {
    font-size: 1em; }
    .default_page__content h2 {
      padding: 23px 0;
      margin-top: 32px; }
    .default_page__content h3 {
      font-size: 1em; }

  .section__lead {
    font-size: 1.5em;
    line-height: 1.25em; }

  .section__description {
    font-size: 1.125em;
    line-height: 1.2777777778em;
    margin-top: 22px; }

  .search_results__title {
    font-size: 1.125em;
    margin: 0 0 40px;
    padding: 10px; } }
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  opacity: 1; }

::-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  opacity: 1; }

/*  GENERIC STYLES
----------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

form,
.caldera-grid form {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  form .row,
  .caldera-grid form .row {
    margin: 0;
    padding: 0 0 90px; }
  form .col-sm-12,
  .caldera-grid form .col-sm-12 {
    width: 100%;
    float: none; }
  form .form__section_title h4,
  form .form__subsection_title h4,
  .caldera-grid form .form__section_title h4,
  .caldera-grid form .form__subsection_title h4 {
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
    color: inherit; }
  form .form__section_title,
  .caldera-grid form .form__section_title {
    font-size: 1.5625em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 900;
    color: #39B7E9;
    text-align: center; }
  form .form__subsection_title,
  .caldera-grid form .form__subsection_title {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 700;
    color: #39B7E9;
    text-align: center;
    padding-top: 60px;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    form .form__subsection_title:first-of-type,
    .caldera-grid form .form__subsection_title:first-of-type {
      padding-top: 0; }
  form .help_text,
  .caldera-grid form .help_text {
    font-weight: 700;
    color: #39B7E9;
    font-size: 85%;
    display: block;
    margin: 0 0 30px;
    text-transform: none; }
  form .acceptance_text,
  .caldera-grid form .acceptance_text {
    font-weight: 300;
    color: inherit;
    font-size: 95%;
    line-height: 1.4em;
    text-align: center;
    width: 500px;
    max-width: 100%;
    margin: 20px auto 0; }
    form .acceptance_text a,
    .caldera-grid form .acceptance_text a {
      color: #39B7E9;
      font-weight: 700; }
  form input,
  form select,
  form textarea,
  form label,
  form .form-control,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form label,
  .caldera-grid form .form-control {
    font-size: 1.5625em;
    line-height: 1.2em;
    font-weight: 300;
    color: #151515;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  form input,
  form select,
  form textarea,
  form .form-control,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form .form-control {
    padding: 0 50px;
    border: 1px solid #EDEDED;
    background-color: #EDEDED;
    height: 2.962962963em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
    form input:focus,
    form select:focus,
    form textarea:focus,
    form .form-control:focus,
    .caldera-grid form input:focus,
    .caldera-grid form select:focus,
    .caldera-grid form textarea:focus,
    .caldera-grid form .form-control:focus {
      border-color: #39B7E9; }
  form input[type="submit"],
  form input[type="submit"].form-control,
  .caldera-grid form input[type="submit"],
  .caldera-grid form input[type="submit"].form-control {
    font-size: 1.6875em;
    line-height: 2.962962963em;
    background-color: #39B7E9;
    color: #ffffff;
    font-weight: 900;
    width: 100%;
    margin: 30px 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
    -moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
    -o-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
    -ms-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
    box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    form input[type="submit"]:hover,
    form input[type="submit"].form-control:hover,
    .caldera-grid form input[type="submit"]:hover,
    .caldera-grid form input[type="submit"].form-control:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      -webkit-transform: scale(0.97, 0.97);
      -moz-transform: scale(0.97, 0.97);
      -ms-transform: scale(0.97, 0.97);
      -o-transform: scale(0.97, 0.97);
      transform: scale(0.97, 0.97);
      background-color: #39B7E9;
      color: #ffffff; }
  form .checkbox-inline,
  .caldera-grid form .checkbox-inline {
    width: 100%; }
    form .checkbox-inline input[type="checkbox"],
    .caldera-grid form .checkbox-inline input[type="checkbox"] {
      width: 30px;
      height: 30px;
      position: relative;
      left: -6px;
      top: -3px;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle; }
    form .checkbox-inline label,
    .caldera-grid form .checkbox-inline label {
      position: static; }
  form .checkbox_field__multiple_values .checkbox-inline,
  .caldera-grid form .checkbox_field__multiple_values .checkbox-inline {
    display: inline-block;
    vertical-align: middle;
    margin: 8px -2px;
    width: 47%;
    padding: 0; }
  form .checkbox_field__multiple_values .control-label,
  .caldera-grid form .checkbox_field__multiple_values .control-label {
    position: static; }
  form textarea,
  form .caldera-grid textarea.form-control,
  .caldera-grid form textarea,
  .caldera-grid form .caldera-grid textarea.form-control {
    min-height: 16em;
    padding: 25px; }
  form .small_textarea,
  .caldera-grid form .small_textarea {
    margin-top: 15px; }
    form .small_textarea textarea,
    .caldera-grid form .small_textarea textarea {
      min-height: 0; }
  form .field__contact_textarea label,
  .caldera-grid form .field__contact_textarea label {
    display: none; }
  form .field__contact_textarea .form-control::-webkit-input-placeholder,
  .caldera-grid form .field__contact_textarea .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #151515; }
  form .field__contact_textarea .form-control::-moz-placeholder,
  .caldera-grid form .field__contact_textarea .form-control::-moz-placeholder {
    opacity: 1;
    color: #151515; }
  form .field__contact_textarea .form-control:-ms-input-placeholder,
  .caldera-grid form .field__contact_textarea .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #151515; }
  form .field__contact_textarea .form-control:-moz-placeholder,
  .caldera-grid form .field__contact_textarea .form-control:-moz-placeholder {
    opacity: 1;
    color: #151515; }
  form .field__checkbox_btn,
  .caldera-grid form .field__checkbox_btn {
    padding: 0;
    width: 100%;
    cursor: pointer; }
    form .field__checkbox_btn .checkbox,
    .caldera-grid form .field__checkbox_btn .checkbox {
      margin: 0; }
    form .field__checkbox_btn label,
    .caldera-grid form .field__checkbox_btn label {
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      background-color: #EDEDED;
      color: #39B7E9;
      font-size: inherit;
      line-height: 25px;
      padding: 20px 0;
      padding: 20px 0;
      cursor: pointer; }
      form .field__checkbox_btn label:hover,
      .caldera-grid form .field__checkbox_btn label:hover {
        background-color: #39B7E9;
        color: #ffffff; }
    form .field__checkbox_btn input,
    .caldera-grid form .field__checkbox_btn input {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      opacity: 0;
      z-index: 2; }
  form .field__card_number label,
  .caldera-grid form .field__card_number label {
    left: 40px; }
  form .field__card_number .cf-credit-card,
  .caldera-grid form .field__card_number .cf-credit-card {
    background-size: 30px auto !important;
    background-position: 5px 10px !important; }
  form .alert-danger,
  form .alert-error,
  form .alert-info,
  form .alert-success,
  form .alert-warning,
  .caldera-grid form .alert-danger,
  .caldera-grid form .alert-error,
  .caldera-grid form .alert-info,
  .caldera-grid form .alert-success,
  .caldera-grid form .alert-warning {
    background-color: #EDEDED;
    padding: 20px 10px;
    font-size: 30px;
    color: #DD4B72; }
  form .alert-inf,
  form .alert-success,
  .caldera-grid form .alert-inf,
  .caldera-grid form .alert-success {
    color: #151515; }
  form .field__half_width,
  .caldera-grid form .field__half_width {
    display: inline-block; }
    form .field__half_width.last,
    .caldera-grid form .field__half_width.last {
      width: 21%;
      margin-left: 3%; }
    form .field__half_width.first,
    .caldera-grid form .field__half_width.first {
      width: 75%; }
  form .form-group,
  .caldera-grid form .form-group {
    margin-bottom: 20px;
    position: relative; }
    form .form-group.has-error,
    .caldera-grid form .form-group.has-error {
      border-bottom: 40px solid #ffffff; }
      form .form-group.has-error.input-number-has-custom-controls .field-type-number-buttons,
      .caldera-grid form .form-group.has-error.input-number-has-custom-controls .field-type-number-buttons {
        background-color: #ffffff;
        border: 1px solid #DD4B72; }
  form .field__telephone .intl-tel-input,
  .caldera-grid form .field__telephone .intl-tel-input {
    width: 100%; }
  form label,
  .caldera-grid form label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    height: 1em;
    margin: auto;
    width: 40%; }
  form input,
  form select,
  form .form-control,
  form .intl-tel-input.allow-dropdown input,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form .form-control,
  .caldera-grid form .intl-tel-input.allow-dropdown input {
    padding-left: 45%; }
  form .field__select_tour .form-control,
  .caldera-grid form .field__select_tour .form-control {
    padding: 0 50px; }
  form textarea.form-control,
  form textarea,
  .caldera-grid form textarea.form-control,
  .caldera-grid form textarea {
    padding: 25px; }
  form .ccselect2-container-multi,
  form .ccselect2-container,
  .caldera-grid form .ccselect2-container-multi,
  .caldera-grid form .ccselect2-container {
    background-color: #EDEDED;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
    form .ccselect2-container-multi .ccselect2-choice,
    form .ccselect2-container .ccselect2-choice,
    .caldera-grid form .ccselect2-container-multi .ccselect2-choice,
    .caldera-grid form .ccselect2-container .ccselect2-choice {
      background-image: none;
      background-color: #39B7E9;
      color: #ffffff;
      height: 2.9333333333em;
      line-height: 90px; }
      form .ccselect2-container-multi .ccselect2-choice .ccselect2-arrow,
      form .ccselect2-container .ccselect2-choice .ccselect2-arrow,
      .caldera-grid form .ccselect2-container-multi .ccselect2-choice .ccselect2-arrow,
      .caldera-grid form .ccselect2-container .ccselect2-choice .ccselect2-arrow {
        width: 60px;
        background: #E9E9E9; }
      form .ccselect2-container-multi .ccselect2-choice.ccselect2-default,
      form .ccselect2-container .ccselect2-choice.ccselect2-default,
      .caldera-grid form .ccselect2-container-multi .ccselect2-choice.ccselect2-default,
      .caldera-grid form .ccselect2-container .ccselect2-choice.ccselect2-default {
        background-color: transparent;
        color: #151515;
        border: 1px solid #4D4F5C !important; }
    form .ccselect2-container-multi .ccselect2-choices,
    form .ccselect2-container .ccselect2-choices,
    .caldera-grid form .ccselect2-container-multi .ccselect2-choices,
    .caldera-grid form .ccselect2-container .ccselect2-choices {
      background-color: transparent;
      border-color: #4D4F5C; }
      form .ccselect2-container-multi .ccselect2-choices .ccselect2-search-choice,
      form .ccselect2-container .ccselect2-choices .ccselect2-search-choice,
      .caldera-grid form .ccselect2-container-multi .ccselect2-choices .ccselect2-search-choice,
      .caldera-grid form .ccselect2-container .ccselect2-choices .ccselect2-search-choice {
        padding: 25px 25px 25px 50px;
        line-height: 34px;
        background-color: #39B7E9;
        border-color: #39B7E9;
        color: #ffffff;
        width: 90%; }
    form .ccselect2-container-multi .ccselect2-search-choice-close,
    form .ccselect2-container .ccselect2-search-choice-close,
    .caldera-grid form .ccselect2-container-multi .ccselect2-search-choice-close,
    .caldera-grid form .ccselect2-container .ccselect2-search-choice-close {
      font-size: 17px;
      line-height: 34px;
      left: 8px;
      top: 23px;
      width: 32px;
      height: 32px;
      color: #ffffff; }
  form .select2-container--default .select2-selection--single .select2-selection__arrow,
  .caldera-grid form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 30px; }
  form .ccselect2-container .ccselect2-choice .ccselect2-arrow b,
  form select.form-control,
  .caldera-grid form .ccselect2-container .ccselect2-choice .ccselect2-arrow b,
  .caldera-grid form select.form-control {
    background-image: url(../img/icons/icon-dropdown-blue-bold.png) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: 95% center !important;
    background-size: 45px auto !important;
    right: 30px; }
  form select.form-control,
  .caldera-grid form select.form-control {
    padding-right: 60px; }
  form .has-error .form-control,
  .caldera-grid form .has-error .form-control {
    background-color: #ffffff;
    border-color: #DD4B72; }
    form .has-error .form-control:focus,
    .caldera-grid form .has-error .form-control:focus {
      -webkit-box-shadow: 0 0 6px #DD4B72;
      -moz-box-shadow: 0 0 6px #DD4B72;
      -o-box-shadow: 0 0 6px #DD4B72;
      -ms-box-shadow: 0 0 6px #DD4B72;
      box-shadow: 0 0 6px #DD4B72;
      border-color: #DD4B72; }
  form .has-error .control-label,
  .caldera-grid form .has-error .control-label {
    color: #DD4B72; }
  form input.form-control.parsley-success,
  form select.form-control.parsley-success,
  form textarea.form-control.parsley-success,
  .caldera-grid form input.form-control.parsley-success,
  .caldera-grid form select.form-control.parsley-success,
  .caldera-grid form textarea.form-control.parsley-success {
    background-color: #EDEDED;
    border-color: #EDEDED;
    color: #151515; }
  form .help-block,
  .caldera-grid form .help-block {
    margin-top: 9px;
    font-size: 15px;
    font-weight: 300; }
    form .help-block.caldera_ajax_error_block,
    .caldera-grid form .help-block.caldera_ajax_error_block {
      font-size: 13px;
      text-align: center;
      font-weight: 400;
      margin: 0;
      color: #DD4B72;
      position: absolute;
      bottom: -25px;
      left: 0;
      right: 0; }
  form input[type="submit"],
  .caldera-grid form input[type="submit"] {
    line-height: 1em; }
  form .cf-toggle-switch .btn,
  .caldera-grid form .cf-toggle-switch .btn {
    font-size: 19px;
    padding: 14px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #EDEDED;
    border-color: #EDEDED;
    -webkit-box-shadow: 0 0 7px -1px rgba(21, 21, 21, 0.3);
    -moz-box-shadow: 0 0 7px -1px rgba(21, 21, 21, 0.3);
    -o-box-shadow: 0 0 7px -1px rgba(21, 21, 21, 0.3);
    -ms-box-shadow: 0 0 7px -1px rgba(21, 21, 21, 0.3);
    box-shadow: 0 0 7px -1px rgba(21, 21, 21, 0.3);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    form .cf-toggle-switch .btn:hover,
    .caldera-grid form .cf-toggle-switch .btn:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    form .cf-toggle-switch .btn:first-child,
    .caldera-grid form .cf-toggle-switch .btn:first-child {
      -webkit-border-top-right-radius: 0;
      -moz-border-top-right-radius: 0;
      -ms-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottom-right-radius: 0;
      -ms-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0; }
    form .cf-toggle-switch .btn:last-child,
    .caldera-grid form .cf-toggle-switch .btn:last-child {
      -webkit-border-top-left-radius: 0;
      -moz-border-top-left-radius: 0;
      -ms-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-bottom-left-radius: 0;
      -ms-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0; }
  form .cf-toggle-switch .btn-success,
  .caldera-grid form .cf-toggle-switch .btn-success {
    background-color: #39B7E9;
    border-color: #39B7E9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  form .cf-toggle-switch.has-error .cf-toggle-group-buttons > a,
  .caldera-grid form .cf-toggle-switch.has-error .cf-toggle-group-buttons > a {
    background-color: transparent;
    border-color: #DD4B72;
    -webkit-box-shadow: 0 0 7px -1px rgba(221, 75, 114, 0.3);
    -moz-box-shadow: 0 0 7px -1px rgba(221, 75, 114, 0.3);
    -o-box-shadow: 0 0 7px -1px rgba(221, 75, 114, 0.3);
    -ms-box-shadow: 0 0 7px -1px rgba(221, 75, 114, 0.3);
    box-shadow: 0 0 7px -1px rgba(221, 75, 114, 0.3);
    color: #DD4B72; }
    form .cf-toggle-switch.has-error .cf-toggle-group-buttons > a.btn-success,
    .caldera-grid form .cf-toggle-switch.has-error .cf-toggle-group-buttons > a.btn-success {
      border-color: #39B7E9;
      color: #ffffff;
      background-color: #39B7E9;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
  form .field__toggle__with_label,
  .caldera-grid form .field__toggle__with_label {
    text-align: center;
    margin-top: 10px; }
    form .field__toggle__with_label label,
    .caldera-grid form .field__toggle__with_label label {
      position: static;
      margin-bottom: 18px;
      width: 100%; }
    form .field__toggle__with_label .btn-group-vertical > .btn,
    form .field__toggle__with_label .btn-group > .btn,
    .caldera-grid form .field__toggle__with_label .btn-group-vertical > .btn,
    .caldera-grid form .field__toggle__with_label .btn-group > .btn {
      float: none;
      display: inline-block;
      width: 130px; }
  form .form-control::-webkit-input-placeholder,
  .caldera-grid form .form-control::-webkit-input-placeholder {
    opacity: 0;
    color: transparent; }
  form .form-control::-moz-placeholder,
  .caldera-grid form .form-control::-moz-placeholder {
    opacity: 0;
    color: transparent; }
  form .form-control:-ms-input-placeholder,
  .caldera-grid form .form-control:-ms-input-placeholder {
    opacity: 0;
    color: transparent; }
  form .form-control:-moz-placeholder,
  .caldera-grid form .form-control:-moz-placeholder {
    opacity: 0;
    color: transparent; }
  form .field__select_tour label,
  form .field__select_transfer label,
  .caldera-grid form .field__select_tour label,
  .caldera-grid form .field__select_transfer label {
    position: static;
    margin-bottom: 12px;
    padding-left: 45px; }
  form .caldera-forms-consent-field,
  .caldera-grid form .caldera-forms-consent-field {
    margin-top: 70px;
    text-align: center; }
    form .caldera-forms-consent-field a,
    .caldera-grid form .caldera-forms-consent-field a {
      font-weight: 700;
      color: #39B7E9; }
  form #fld_1389020_1-wrap,
  .caldera-grid form #fld_1389020_1-wrap {
    margin-bottom: 25px; }
  form .field-type-number-buttons,
  .caldera-grid form .field-type-number-buttons {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 5px 18px 5px 10px;
    margin: auto;
    background-color: #e0e0e0;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    -ms-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -ms-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px; }
    form .field-type-number-buttons i,
    .caldera-grid form .field-type-number-buttons i {
      display: block;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 80%;
      width: 90px;
      height: 30px;
      margin-bottom: 4px;
      color: transparent;
      text-indent: -99999px;
      cursor: pointer; }
      form .field-type-number-buttons i:last-child,
      .caldera-grid form .field-type-number-buttons i:last-child {
        margin-bottom: 0; }
    form .field-type-number-buttons .increase,
    .caldera-grid form .field-type-number-buttons .increase {
      background-image: url(../img/icons/icon-plus.png); }
    form .field-type-number-buttons .decerase,
    .caldera-grid form .field-type-number-buttons .decerase {
      background-image: url(../img/icons/icon-minus.png); }

.page-template .cfdatepicker.dropdown-menu th,
.page-template .cfdatepicker.dropdown-menu td {
  padding: 8px 15px; }
.page-template .cfdatepicker.dropdown-menu {
  padding: 0 !important; }
.page-template .cfdatepicker table thead tr {
  background-color: #E8E8E8;
  color: #151515; }
  .page-template .cfdatepicker table thead tr:first-child {
    background-color: #39B7E9;
    color: #ffffff; }
.page-template .cfdatepicker table thead tr:first-child th:hover,
.page-template .cfdatepicker table tfoot tr th:hover {
  background-color: #39B7E9; }
.page-template .cfdatepicker table tr td.active.day {
  background-color: #39B7E9;
  color: #ffffff; }

.fiedset_title {
  font-size: 5em;
  line-height: 1.3625em;
  font-weight: 700;
  margin-bottom: 70px;
  color: #39B7E9; }

.required_fields_info {
  display: block;
  font-size: 0.25em;
  line-height: 0.7em;
  font-weight: 400;
  color: #151515; }

.select2-dropdown {
  background-color: #EDEDED;
  color: #151515;
  border: 1px solid #EDEDED; }

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #151515 !important; }
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 80px;
  font-size: 24px;
  padding: 0 45px; }
.form-group .select2-container .select2-selection--single {
  height: 80px;
  background-color: #EDEDED;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border-color: #EDEDED; }
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../img/icons/icon-dropdown-blue-bold.png) no-repeat scroll 99% center transparent !important;
  background-size: 45px auto !important;
  width: 40px;
  height: 100%; }
  .form-group .select2-container--default .select2-selection--single .select2-selection__arrow .presentation,
  .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-results .select2-results__option {
  padding: 20px 15px;
  font-size: 20px; }

@media screen and (max-width: 90.625em) {
  form,
  .caldera-grid form {
    width: 700px; }
    form .row,
    .caldera-grid form .row {
      padding: 0 0 60px; }
    form .form__section_title,
    .caldera-grid form .form__section_title {
      font-size: 1.3125em; }
    form .form-group,
    .caldera-grid form .form-group {
      margin-bottom: 10px; }
    form input,
    form select,
    form textarea,
    form label,
    form .form-control,
    .caldera-grid form input,
    .caldera-grid form select,
    .caldera-grid form textarea,
    .caldera-grid form label,
    .caldera-grid form .form-control {
      font-size: 1.0625em;
      line-height: 1.4705882353em; }
    form input,
    form select,
    form textarea,
    form .form-control,
    .caldera-grid form input,
    .caldera-grid form select,
    .caldera-grid form textarea,
    .caldera-grid form .form-control {
      height: 3.5294117647em; }
    form label,
    .caldera-grid form label {
      left: 35px;
      line-height: 1em; }
    form input[type="submit"],
    form input[type="submit"].form-control,
    .caldera-grid form input[type="submit"],
    .caldera-grid form input[type="submit"].form-control {
      font-size: 1.6875em;
      height: 2.2222222222em;
      margin-top: 30px; }
    form .cf-toggle-switch .btn,
    .caldera-grid form .cf-toggle-switch .btn {
      font-size: 16px;
      font-weight: 400;
      padding: 10px 20px; }
    form .ccselect2-container .ccselect2-choice .ccselect2-arrow b,
    form select.form-control,
    .caldera-grid form .ccselect2-container .ccselect2-choice .ccselect2-arrow b,
    .caldera-grid form select.form-control {
      background-size: 27px auto !important; }
    form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
    .caldera-grid form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 60px;
      font-size: 17px;
      padding: 0 35px; }
    form .form-group .select2-container .select2-selection--single,
    .caldera-grid form .form-group .select2-container .select2-selection--single {
      height: 60px; }
    form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
    .caldera-grid form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
      background-size: 27px auto !important; }
    form .field-type-number-buttons i,
    .caldera-grid form .field-type-number-buttons i {
      width: 60px;
      height: 25px;
      background-size: auto 65%; } }
@media screen and (max-width: 47.9375em) {
  form label .col-sm-12,
  .caldera-grid form .col-sm-12 {
    padding: 0; }
  form label .form__section_title,
  .caldera-grid form .form__section_title {
    font-size: 0.8125em; }
    form label .form__section_title h4,
    .caldera-grid form .form__section_title h4 {
      margin: 0 0 12px; }
  form label label,
  .caldera-grid form label {
    font-size: 14px;
    font-weight: 300;
    left: 10px;
    position: static;
    width: 100%;
    margin-bottom: 3px; }
  form label input,
  form label select,
  form label textarea,
  form label .form-control,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form .form-control {
    padding-right: 10px;
    padding-left: 10px; }
  form label textarea,
  form label .form-control,
  form label textarea.form-control,
  .caldera-grid form textarea,
  .caldera-grid form .form-control,
  .caldera-grid form textarea.form-control {
    padding: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
  form label input,
  form label select,
  form label textarea,
  form label .form-control,
  form label .select2-container--default .select2-selection--single .select2-selection__rendered,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form .form-control,
  .caldera-grid form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9375em;
    height: 45px; }
  form label textarea.form-control,
  .caldera-grid form textarea.form-control {
    min-height: 140px; }
  form label .form-group,
  .caldera-grid form .form-group {
    margin-bottom: 12px; }
    form label .form-group.has-error,
    .caldera-grid form .form-group.has-error {
      border-bottom-width: 26px; }
  form label .cf-toggle-switch .btn,
  .caldera-grid form .cf-toggle-switch .btn {
    font-size: 12px;
    padding: 6px 12px; }
  form label .field__label_in_on_mobile,
  .caldera-grid form .field__label_in_on_mobile {
    margin-bottom: 8px; }
    form label .field__label_in_on_mobile label,
    .caldera-grid form .field__label_in_on_mobile label {
      display: none; }
    form label .field__label_in_on_mobile input, form label .field__label_in_on_mobile select, form label .field__label_in_on_mobile .form-control,
    .caldera-grid form .field__label_in_on_mobile input,
    .caldera-grid form .field__label_in_on_mobile select,
    .caldera-grid form .field__label_in_on_mobile .form-control {
      border-color: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    form label .field__label_in_on_mobile .form-control::-webkit-input-placeholder,
    .caldera-grid form .field__label_in_on_mobile .form-control::-webkit-input-placeholder {
      opacity: 1;
      color: #151515; }
    form label .field__label_in_on_mobile .form-control::-moz-placeholder,
    .caldera-grid form .field__label_in_on_mobile .form-control::-moz-placeholder {
      opacity: 1;
      color: #151515; }
    form label .field__label_in_on_mobile .form-control:-ms-input-placeholder,
    .caldera-grid form .field__label_in_on_mobile .form-control:-ms-input-placeholder {
      opacity: 1;
      color: #151515; }
    form label .field__label_in_on_mobile .form-control:-moz-placeholder,
    .caldera-grid form .field__label_in_on_mobile .form-control:-moz-placeholder {
      opacity: 1;
      color: #151515; }
    form label .field__label_in_on_mobile.has-error input, form label .field__label_in_on_mobile.has-error select, form label .field__label_in_on_mobile.has-error .form-control,
    .caldera-grid form .field__label_in_on_mobile.has-error input,
    .caldera-grid form .field__label_in_on_mobile.has-error select,
    .caldera-grid form .field__label_in_on_mobile.has-error .form-control {
      border-color: #DD4B72; }
  form label .ccselect2-container-multi .ccselect2-choices .ccselect2-search-choice,
  .caldera-grid form .ccselect2-container-multi .ccselect2-choices .ccselect2-search-choice {
    padding: 7px 15px 7px 35px; }
  form label .ccselect2-container-multi .ccselect2-search-choice-close,
  .caldera-grid form .ccselect2-container-multi .ccselect2-search-choice-close {
    font-size: 10px;
    line-height: 25px;
    top: 9px;
    width: 17px;
    height: 17px; }
  form label input[type="submit"],
  form label input[type="submit"].form-control,
  .caldera-grid form input[type="submit"],
  .caldera-grid form input[type="submit"].form-control {
    font-size: 1.25em;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0;
    white-space: normal;
    margin-top: 25px;
    margin-bottom: 16px; }
  form label .field__checkbox_btn label,
  .caldera-grid form .field__checkbox_btn label {
    padding: 15px 0;
    font-size: 78%; }
  form label .checkbox-inline input[type="checkbox"],
  .caldera-grid form .checkbox-inline input[type="checkbox"] {
    top: 5px;
    height: 20px; }
  form label .checkbox-inline label,
  .caldera-grid form .checkbox-inline label {
    margin-left: 0 !important; }
  form label .caldera-forms-consent-field,
  .caldera-grid form .caldera-forms-consent-field {
    margin-top: 30px; }
  form label .field__card_number .cf-credit-card,
  .caldera-grid form .field__card_number .cf-credit-card {
    background-position: 5px 6px !important;
    padding-left: 45px; }
  form label .field__half_width,
  .caldera-grid form .field__half_width {
    display: inline-block; }
    form label .field__half_width.last,
    .caldera-grid form .field__half_width.last {
      width: 40%; }
    form label .field__half_width.first,
    .caldera-grid form .field__half_width.first {
      width: 52%; }
  form label .field__select_tour label,
  .caldera-grid form .field__select_tour label {
    padding-left: 0; }
  form label .field-type-number-buttons,
  .caldera-grid form .field-type-number-buttons {
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -ms-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -ms-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 5px 10px 3px 7px;
    top: 19px; }
    form label .field-type-number-buttons i,
    .caldera-grid form .field-type-number-buttons i {
      width: 40px;
      height: 17px;
      background-size: auto 55%; }
  form label .help-block.caldera_ajax_error_block,
  .caldera-grid form .help-block.caldera_ajax_error_block {
    bottom: -19px;
    font-size: 11px; }
  form label .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
  .caldera-grid form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    padding: 0 62px 0 10px; }
  form label .form-group .select2-container .select2-selection--single,
  .caldera-grid form .form-group .select2-container .select2-selection--single {
    height: 45px; }
  form label .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
  .caldera-grid form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-size: 20px auto !important;
    width: 30px;
    right: 18px; }
  form label .last_field_of_section .help_text,
  .caldera-grid form .last_field_of_section .help_text {
    margin-bottom: 0; }

  .select2-results .select2-results__option {
    padding: 8px 10px;
    font-size: 14px; } }
/* -------------------------------------------------------------------------------------------------
    SECTION: ANIMATION
---------------------------------------------------------------------------------------------------- */
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%,100% {
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

.animated,
.zenFadeInUpBig {
  -o-webkit-animation-iteration-count: 1;
  -ms-webkit-animation-iteration-count: 1;
  -moz-webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/** General **/
@-webkit-keyframes zenFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zenFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/** Smooth Animations **/
/** zenFadeIn **/
.zenFadeIn {
  -webkit-animation: zenFadeIn 0.5s;
  animation: zenFadeIn 0.5s; }

/** zenFadeInUp **/
.zenFadeInUp {
  -webkit-animation: zenFadeInUp 0.5s;
  animation: zenFadeInUp 0.5s; }

@-webkit-keyframes zenFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInLeft **/
.zenFadeInLeft {
  -webkit-animation: zenFadeInLeft 0.5s;
  animation: zenFadeInLeft 0.5s; }

@-webkit-keyframes zenFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInDown **/
.zenFadeInDown {
  -webkit-animation: zenFadeInDown 0.5s;
  animation: zenFadeInDown 0.5s; }

/** zenFadeInRight **/
.zenFadeInRight {
  -webkit-animation: zenFadeInRight 0.5s;
  animation: zenFadeInRight 0.5s; }

@-webkit-keyframes zenFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInBig **/
.zenFadeInBig {
  -webkit-animation: zenFadeIn 2s;
  animation: zenFadeIn 2s; }

/** zenFadeInUpBig **/
.zenFadeInUpBig {
  -webkit-animation: zenFadeInUpBig 2s;
  animation: zenFadeInUpBig 2s; }

@-webkit-keyframes zenFadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(250px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInLeftBig **/
.zenFadeInLeftBig {
  -webkit-animation: zenFadeInLeftBig 2s;
  animation: zenFadeInLeftBig 2s; }

@-webkit-keyframes zenFadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-250px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes zenFadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-250px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/** zenFadeInDownBig **/
.zenFadeDownBig {
  -webkit-animation: zenFadeInDownBig 2s;
  animation: zenFadeInDownBig 2s; }

@-webkit-keyframes zenFadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-250px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-250px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInRightBig **/
.zenFadeInRightBig {
  -webkit-animation: zenFadeInRightBig 2s;
  animation: zenFadeInRightBig 2s; }

@-webkit-keyframes zenFadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(250px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes zenFadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
/*-------------------------------------------------------------------------------------------------
  GRID SYSTEM
--------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: GRID SYSTEM
---------------------------------------------------------------------------------------------------- */
.row {
  display: block;
  margin-left: -50px;
  margin-right: -50px;
  clear: both; }

.row:before,
.row:after,
.row .row:before,
.row .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------*/
.alpha {
  padding-left: 0 !important; }

.omega {
  padding-right: 0 !important; }

.noPaddings {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gutter {
  padding-left: 50px;
  padding-right: 50px; }

/* Clearing Styles
-----------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block; }

.clear:before,
.clear:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clear:after {
  clear: both; }

/* Containers
-----------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit; }

.wrapper,
.global_wrapper {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: initial; }

.column {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  float: left; }

.inline_column {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: -2px;
  margin-right: -2px;
  float: none; }

[class*="inline_column"] + [class*="inline_column"]:last-child {
  float: none; }

[class*="push-"],
[class*="pull-"] {
  position: relative; }

[class*="push-"] {
  right: auto; }

[class*="pull-"] {
  left: auto; }

@media only screen {
  .xs-1 {
    width: 8.33333%; }

  .xs-2 {
    width: 16.66667%; }

  .xs-3 {
    width: 25%; }

  .xs-4 {
    width: 33.33333%; }

  .xs-5 {
    width: 41.66667%; }

  .xs-6 {
    width: 50%; }

  .xs-7 {
    width: 58.33333%; }

  .xs-8 {
    width: 66.66667%; }

  .xs-9 {
    width: 75%; }

  .xs-10 {
    width: 83.33333%; }

  .xs-11 {
    width: 91.66667%; }

  .xs-12 {
    width: 100%; } }
@media screen and (min-width: 40em) {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; } }
@media screen and (min-width: 120em) {
  .xl-1 {
    width: 8.33333%; }

  .xl-2 {
    width: 16.66667%; }

  .xl-3 {
    width: 25%; }

  .xl-4 {
    width: 33.33333%; }

  .xl-5 {
    width: 41.66667%; }

  .xl-6 {
    width: 50%; }

  .xl-7 {
    width: 58.33333%; }

  .xl-8 {
    width: 66.66667%; }

  .xl-9 {
    width: 75%; }

  .xl-10 {
    width: 83.33333%; }

  .xl-11 {
    width: 91.66667%; }

  .xl-12 {
    width: 100%; }

  .global_wrapper {
    max-width: 120em; } }
/* TARGET All mobile Devices
---------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto; }

.oldie .wrapper {
  width: 63.75em; }

/*-------------------------------------------------------------------------------------------------
  GLOBAL ELEMENTS
--------------------------------------------------------------------------------------------------*/
#global_header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 360px;
  padding: 70px 40px;
  z-index: 10;
  -webkit-box-shadow: 3px -1px 5px 2px rgba(21, 21, 21, 0.1);
  -moz-box-shadow: 3px -1px 5px 2px rgba(21, 21, 21, 0.1);
  -o-box-shadow: 3px -1px 5px 2px rgba(21, 21, 21, 0.1);
  -ms-box-shadow: 3px -1px 5px 2px rgba(21, 21, 21, 0.1);
  box-shadow: 3px -1px 5px 2px rgba(21, 21, 21, 0.1); }
  #global_header .overflow_wrapper {
    height: calc(100vh - 325px);
    overflow-y: auto; }

.global_wrapper,
.global_footer {
  padding-left: 360px; }

.main_navigation {
  margin: 110px 0 80px; }
  .main_navigation.mob {
    display: none; }
  .main_navigation li {
    display: block;
    margin-bottom: 25px; }
    .main_navigation li:last-child {
      margin-bottom: 0; }
  .main_navigation a {
    display: inline-block;
    font-size: 1.375em;
    line-height: 1.2272727273em;
    font-weight: 400;
    position: relative;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    transition: color 0.6s; }
    .main_navigation a:after {
      width: 0;
      content: "";
      height: 2px;
      position: absolute;
      bottom: -5px;
      left: 0;
      right: 0;
      background-color: #39B7E9;
      -webkit-transition: width 0.4s;
      -moz-transition: width 0.4s;
      transition: width 0.4s; }
  .main_navigation .current-menu-parent a,
  .main_navigation .current-menu-item a,
  .main_navigation a:hover {
    color: #39B7E9; }
    .main_navigation .current-menu-parent a:after,
    .main_navigation .current-menu-item a:after,
    .main_navigation a:hover:after {
      display: block;
      width: 100%; }

.actions_navigation ul, .actions_navigation li, .actions_navigation a {
  width: 100%; }
.actions_navigation li {
  display: block;
  margin-bottom: 20px; }
  .actions_navigation li:last-child {
    margin-bottom: 0; }
.actions_navigation a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  line-height: 2.625em;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #39B7E9;
  border: 1px solid #39B7E9;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  border-radius: 33px;
  -webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -o-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -ms-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .actions_navigation a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -o-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97); }
.actions_navigation .current_page_item a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0.97, 0.97);
  -moz-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  -o-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
  background-color: #ffffff;
  color: #39B7E9; }

.social_navigation {
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  text-align: center; }

.social_channels li {
  display: inline-block;
  margin: 0 13px; }
.social_channels a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  border: 1px solid #39B7E9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #39B7E9;
  text-align: center; }
  .social_channels a:hover {
    background-color: #39B7E9;
    color: #ffffff; }

.nav_toggle,
.search_toggle {
  cursor: pointer;
  display: none;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: transparent;
  background-size: auto 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  width: 39px;
  height: 30px; }
  .nav_toggle:hover, .nav_toggle:focus, .nav_toggle.active,
  .search_toggle:hover,
  .search_toggle:focus,
  .search_toggle.active {
    background-color: transparent;
    outline: none;
    border: none; }

.nav_toggle {
  background-image: url(../img/icons/icon-open-nav.png);
  right: 40px; }
  .nav_toggle.active {
    background-image: url(../img/icons/icon-close.png); }

.search_toggle {
  left: 40px;
  background-image: url(../img/icons/icon-search.png); }
  .search_toggle.active {
    background-image: url(../img/icons/icon-close.png); }

body.nav_is_open {
  overflow: hidden; }

.search-query::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1; }

.search-query::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1; }

.search-query::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1; }

.search-query::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1; }

.weather_time_widgets {
  float: right;
  width: 350px;
  position: relative;
  top: 25px;
  right: 40px; }

.the_weather,
.the_time {
  float: right;
  width: 240px; }

.the_time {
  width: 110px;
  padding-top: 14px; }
  .the_time #clock_body_wid7 .clock_city_wid7 {
    font-size: 15px !important;
    margin-top: 10px; }

@media screen and (max-width: 131.25em) {
  #global_header {
    width: 260px;
    padding: 70px 30px;
    -webkit-box-shadow: 3px -1px 4px 0px rgba(21, 21, 21, 0.1);
    -moz-box-shadow: 3px -1px 4px 0px rgba(21, 21, 21, 0.1);
    -o-box-shadow: 3px -1px 4px 0px rgba(21, 21, 21, 0.1);
    -ms-box-shadow: 3px -1px 4px 0px rgba(21, 21, 21, 0.1);
    box-shadow: 3px -1px 4px 0px rgba(21, 21, 21, 0.1); }
    #global_header .overflow_wrapper {
      height: calc(100vh - 325px); }

  .global_wrapper,
  .global_footer {
    padding-left: 260px; }

  .main_navigation {
    margin: 90px 0 80px; }
    .main_navigation li {
      margin-bottom: 20px; }
    .main_navigation a {
      font-size: 1.25em;
      line-height: 1.25em; }

  .actions_navigation li {
    margin-bottom: 15px; }
  .actions_navigation a {
    font-size: 1em;
    line-height: 2.25em; }

  .social_channels li {
    margin: 0 8px; }
  .social_channels a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 1em; }

  .social_navigation {
    bottom: 40px; } }
@media screen and (max-width: 105em) {
  .the_weather,
  .the_time {
    -webkit-transform: scale(0.68, 0.68);
    -moz-transform: scale(0.68, 0.68);
    -ms-transform: scale(0.68, 0.68);
    -o-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); }

  .the_weather {
    position: relative;
    right: -40px; }

  .the_time {
    width: 75px; }

  .weather_time_widgets {
    position: absolute;
    top: 0;
    right: 0; } }
@media screen and (min-width: 90.6875em) and (max-width: 120em) and (min-height: 50.0625em) {
  #global_header .overflow_wrapper {
    height: calc(100vh - 210px); }

  .main_navigation {
    margin: 70px 0 50px; } }
@media screen and (min-width: 90.6875em) and (max-width: 105em) and (max-height: 50em) {
  #global_header {
    width: 230px;
    padding: 25px 30px; }
    #global_header .overflow_wrapper {
      height: calc(100vh - 130px); }

  .header_logo {
    max-width: 85%;
    margin: auto; }

  .main_navigation {
    margin: 65px 0 45px; }
    .main_navigation a {
      font-size: 1em; }

  .social_navigation {
    bottom: 25px; }

  .global_wrapper,
  .global_footer {
    padding-left: 230px; } }
@media screen and (max-width: 90.625em) {
  #global_header {
    width: 230px;
    padding: 25px 30px; }
    #global_header .overflow_wrapper {
      height: calc(100vh - 190px); }
    #global_header .search_toggle {
      bottom: 90px; }

  .header_logo {
    max-width: 85%;
    margin: auto; }

  .main_navigation {
    margin: 55px 0 35px; }
    .main_navigation a {
      font-size: 0.9375em; }

  .social_navigation {
    bottom: 25px; }

  .global_wrapper,
  .global_footer {
    padding-left: 230px; }

  .actions_navigation a {
    font-size: 0.875em; } }
@media screen and (max-width: 68.75em) {
  .main_navigation {
    margin: 40px 0 25px; }
    .main_navigation a {
      font-size: 0.9375em; }

  #global_header .search_toggle {
    bottom: 90px;
    height: 25px; }
  #global_header .overflow_wrapper {
    height: calc(100vh - 185px); }

  .social_channels a {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .social_channels li {
    margin: 0 10px; }

  .actions_navigation a {
    font-size: 0.8125em; } }
@media screen and (max-width: 63.9375em) {
  #global_header {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(21, 21, 21, 0.1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(21, 21, 21, 0.1);
    -o-box-shadow: 0px 1px 5px 2px rgba(21, 21, 21, 0.1);
    -ms-box-shadow: 0px 1px 5px 2px rgba(21, 21, 21, 0.1);
    box-shadow: 0px 1px 5px 2px rgba(21, 21, 21, 0.1);
    padding: 20px 40px 23px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #global_header .overflow_wrapper,
    #global_header .social_navigation {
      display: none; }
    #global_header .overflow_wrapper {
      position: fixed;
      top: 93px;
      left: 0;
      right: 0;
      z-index: 1000;
      background-color: #ffffff;
      height: calc(100vh - 93px);
      outline: 1px solid #E8E8E8;
      border-top: 30px solid #ffffff;
      border-bottom: 30px solid #ffffff;
      overflow: hidden; }
      #global_header .overflow_wrapper .inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 460px;
        max-height: 100%;
        margin: auto;
        overflow-y: auto; }
    #global_header .search_toggle {
      bottom: 0; }

  .nav_is_open #global_header .overflow_wrapper {
    display: block;
    padding: 60px 30px;
    -webkit-box-shadow: 0px 5px 7px -5px #E8E8E8;
    -moz-box-shadow: 0px 5px 7px -5px #E8E8E8;
    -o-box-shadow: 0px 5px 7px -5px #E8E8E8;
    -ms-box-shadow: 0px 5px 7px -5px #E8E8E8;
    box-shadow: 0px 5px 7px -5px #E8E8E8; }

  .header_is_active #global_header {
    opacity: 1;
    z-index: 10000; }

  .header_logo {
    display: inline-block;
    height: 50px;
    width: auto;
    max-width: 100%; }
    .header_logo img {
      height: 100%;
      width: auto; }

  .nav_toggle,
  .search_toggle {
    display: block; }

  .global_wrapper,
  .global_footer {
    padding-left: 0; }

  .main_navigation {
    margin: 0 0 40px;
    display: none; }
    .main_navigation.mob {
      display: block; }

  .actions_navigation {
    width: 260px;
    margin: 0 auto; }
    .actions_navigation a {
      line-height: 2.5384615385em; }

  .weather_time_widgets {
    left: 0;
    width: 440px;
    margin: auto;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }

  .the_time {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
    .the_time #clock_body_wid7 .clock_city_wid7 {
      display: none; }

  .the_weather {
    width: 340px;
    right: auto;
    margin-right: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@media screen and (max-width: 47.9375em) {
  #global_header {
    padding: 13px 20px 15px;
    -webkit-box-shadow: 0px -2px 7px 2px rgba(21, 21, 21, 0.2);
    -moz-box-shadow: 0px -2px 7px 2px rgba(21, 21, 21, 0.2);
    -o-box-shadow: 0px -2px 7px 2px rgba(21, 21, 21, 0.2);
    -ms-box-shadow: 0px -2px 7px 2px rgba(21, 21, 21, 0.2);
    box-shadow: 0px -2px 7px 2px rgba(21, 21, 21, 0.2); }
    #global_header .overflow_wrapper {
      top: 58px;
      height: calc(100vh - 58px); }
      #global_header .overflow_wrapper .inner {
        height: 430px; }

  .nav_is_open #global_header .overflow_wrapper {
    display: block;
    padding: 0 20px; }

  .header_logo {
    height: 30px; }

  .nav_toggle,
  .search_toggle {
    width: 26px;
    height: 20px; }

  .nav_toggle {
    right: 20px; }

  .search_toggle {
    left: 20px; }

  body.tab_is_open {
    overflow: hidden; }

  .weather_time_widgets {
    top: -15px; }

  .main_navigation {
    margin-bottom: 25px; }
    .main_navigation li {
      margin-bottom: 16px; } }
@media screen and (max-width: 31.25em) {
  .weather_time_widgets {
    width: 430px;
    left: 50%;
    right: auto;
    -webkit-transform: scale(0.55) translateX(-92%);
    -moz-transform: scale(0.55) translateX(-92%);
    -ms-transform: scale(0.55) translateX(-92%);
    -o-transform: scale(0.55) translateX(-92%);
    transform: scale(0.55) translateX(-92%); } }
.global_footer {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff; }

.footer__logo {
  margin: 0 auto 70px; }

.mob_logo {
  display: none; }

.footer_nav {
  margin-bottom: 70px;
  font-size: 1.1875em;
  line-height: 1.7894736842em;
  font-weight: 400; }
  .footer_nav.social_nav {
    display: none; }
    .footer_nav.social_nav li {
      display: inline-block; }
  .footer_nav .label {
    display: block;
    margin-bottom: 10px;
    color: #39B7E9;
    font-weight: 700; }
  .footer_nav li {
    list-style-type: none;
    display: block; }
  .footer_nav a:hover {
    color: #39B7E9; }

.usefull_info nav {
  font-size: 0.8421052632em; }

.greetings {
  font-family: "Kaushan Script", cursive;
  font-size: 3em;
  line-height: 0.9em;
  color: #39B7E9; }

.copyrights {
  margin-top: 80px;
  padding: 25px 0;
  background-color: #39B7E9;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.2142857143em;
  font-weight: 300;
  -webkit-box-shadow: 0 -3px 4px 0 #DFDFDF;
  -moz-box-shadow: 0 -3px 4px 0 #DFDFDF;
  -o-box-shadow: 0 -3px 4px 0 #DFDFDF;
  -ms-box-shadow: 0 -3px 4px 0 #DFDFDF;
  box-shadow: 0 -3px 4px 0 #DFDFDF; }
  .copyrights p {
    margin-bottom: 10px; }
    .copyrights p:last-child {
      margin-bottom: 0; }
  .copyrights a {
    text-decoration: underline; }

@media screen and (max-width: 112.5em) {
  .footer__logo {
    width: 240px;
    margin-bottom: 50px; }

  .footer_nav {
    margin-bottom: 50px;
    font-size: 1.0625em; }

  .greetings {
    font-size: 2.3125em; }

  .copyrights {
    margin-top: 70px; } }
@media screen and (max-width: 90.625em) {
  .footer__logo {
    width: 200px;
    margin-bottom: 35px; }

  .footer_nav {
    margin-bottom: 38px;
    font-size: 0.9375em; }
    .footer_nav .label {
      margin-bottom: 5px; }

  .greetings {
    font-size: 2em; }

  .copyrights {
    margin-top: 60px;
    padding: 20px 0;
    font-size: 0.6875em; }
    .copyrights p {
      margin-bottom: 6px; } }
@media screen and (max-width: 63.9375em) {
  .footer_nav.social_nav {
    display: block;
    margin-bottom: 50px; }
    .footer_nav.social_nav ul {
      padding-top: 4px; }
    .footer_nav.social_nav a:hover {
      color: #ffffff; } }
@media screen and (max-width: 47.9375em) {
  .global_footer {
    background-color: #39B7E9;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 25px; }

  .footer__logo {
    width: 220px;
    margin-bottom: 60px; }
    .footer__logo img {
      display: none; }
    .footer__logo .mob_logo {
      display: inline; }

  .footer_nav {
    margin-bottom: 35px;
    font-size: 0.875em;
    line-height: 1.5em; }
    .footer_nav .label {
      margin-bottom: 10px;
      font-size: 1.2857142857em;
      color: #ffffff; }
    .footer_nav a {
      text-decoration: underline; }
      .footer_nav a:hover {
        color: #ffffff; }
    .footer_nav.social_nav {
      margin-bottom: 45px; }
      .footer_nav.social_nav a {
        border-color: #ffffff;
        color: #ffffff; }
        .footer_nav.social_nav a:hover {
          color: #39B7E9;
          background-color: #ffffff; }

  .usefull_info nav {
    font-size: 1em; }

  .greetings {
    font-size: 1.5em;
    line-height: 1.1em;
    color: #ffffff; }

  .copyrights {
    padding: 0;
    margin-top: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: 400; } }
.live-search-wrapper {
  position: fixed;
  width: calc(100% - 360px);
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: #39B7E9;
  color: #ffffff;
  z-index: 8;
  padding: 50px 50px 100px 50px;
  overflow-y: auto; }

.live-search__close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../img/icons/icon-close-white.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.live-search-form {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 55px auto;
  font-size: 2.3125em;
  font-family: "Kaushan Script", cursive; }
  .live-search-form .search-query {
    background: none;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #ffffff;
    padding: 6px 12px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #ffffff; }
    .live-search-form .search-query:focus {
      outline: 0; }

.live-search__msgs {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-top: 35px; }

.search-result__item {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.live-search__view_all_results.button {
  display: none;
  background-color: #ffffff;
  color: #39B7E9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 20px auto; }

.live-search {
  text-align: center; }

.live-search__results {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

.search-tour__image,
.search-tour__content {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }

.search-tour__image {
  width: 40%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
  -moz-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
  -o-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
  -ms-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
  box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }

.search-tour__content {
  width: 60%;
  padding-left: 35px;
  text-align: left; }

.search-tour__content--title {
  font-size: 2.1875em;
  line-height: 1.52em;
  font-weight: 900;
  margin: 0 0 15px; }
  .search-tour__content--title a {
    color: inherit; }

.search-tour {
  padding: 60px 0;
  border-bottom: 2px dashed #ffffff; }
  .search-tour:last-child {
    border-bottom: none; }

.search-tour__terms {
  font-size: 1.5em;
  line-height: 1.125em;
  margin-bottom: 15px; }
  .search-tour__terms a {
    color: inherit;
    display: block; }

@media screen and (max-width: 131.25em) {
  .live-search-wrapper {
    width: calc(100% - 260px); } }
@media screen and (max-width: 105em) {
  .live-search-wrapper {
    width: calc(100% - 230px); } }
@media screen and (max-width: 90.625em) {
  .live-search-wrapper {
    padding-left: 90px;
    padding-right: 90px; }

  .search-tour__content--title {
    font-size: 1.375em;
    line-height: 1.1363636364em;
    margin-bottom: 5px; }

  .search-tour__terms {
    font-size: 1em;
    margin-bottom: 20px; }

  .search-tour__content .paragraph {
    font-size: 1.125em; }

  .search-tour {
    border-bottom-width: 1px; }

  .live-search__close {
    width: 30px;
    height: 30px; } }
@media screen and (max-width: 63.9375em) {
  .live-search-wrapper {
    width: 100%;
    top: 95px; } }
@media screen and (max-width: 47.9375em) {
  .live-search-wrapper {
    top: 56px;
    padding: 75px 20px 50px; }

  .search-tour__content--title {
    font-size: 1.1875em; }

  .search-tour__terms {
    font-size: 0.875em; }

  .search-tour__content .paragraph {
    font-size: 1.0625em; }

  .live-search-form {
    font-size: 1.375em;
    margin-bottom: 20px; }
    .live-search-form .search-query {
      border-bottom: 2px solid #ffffff;
      margin-bottom: 4px;
      letter-spacing: 0;
      height: 45px; }

  .live-search__close {
    top: 85px;
    right: 20px;
    width: 25px;
    height: 25px; }

  .search-tour {
    padding: 30px 0; }
    .search-tour:first-child {
      padding-top: 0; }

  .search-tour__image,
  .search-tour__content {
    display: block;
    margin: 0;
    width: 100%; }

  .search-tour__image {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }

  .search-tour__content {
    padding-top: 15px;
    padding-left: 0; } }
/*-------------------------------------------------------------------------------------------------
  COMPONENTS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  COMPONENT: FEATURED TOUR CATEGORIES
----------------------------------------------------------------------------------------------------*/
.featured_tour_categories__section {
  text-align: center; }

.featured_tour_categories {
  margin: 0 -20px; }

.cat_column {
  width: 33.333%;
  float: left;
  padding: 0 20px; }

.cat_item {
  margin-bottom: 40px;
  text-align: left; }
  .cat_item:last-of-type {
    margin-bottom: 0; }
  .cat_item .inner {
    position: relative;
    padding-top: 105.0505%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -moz-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -o-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -ms-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out; }
  .cat_item a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .cat_item a:hover .cat_text {
      padding: 40px 25px;
      -webkit-backdrop-filter: blur(0);
      backdrop-filter: blur(0); }
      .cat_item a:hover .cat_text:after {
        -webkit-transform: scale(1, 14);
        -moz-transform: scale(1, 14);
        -ms-transform: scale(1, 14);
        -o-transform: scale(1, 14);
        transform: scale(1, 14); }

.cat_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 2;
  padding: 14px 25px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .cat_text:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2256a6+0,1d668a+20,177865+50,15834a+80,128642+100 */
    background: #183C77;
    background: rgba(24, 60, 119, 0.8);
    background: -moz-linear-gradient(left, rgba(24, 60, 119, 0.8) 0%, rgba(48, 167, 214, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 60, 119, 0.8) 0%, rgba(48, 167, 214, 0.8) 100%);
    background: linear-gradient(to right, rgba(24, 60, 119, 0.8) 0%, rgba(48, 167, 214, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183C77', endColorstr='#30A7D6',GradientType=1 );
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }

.first_col .cat_item:first-of-type .inner,
.sec_col .cat_item:last-of-type .inner {
  padding-top: 56.06%; }

.cyo_col .cat_item .inner {
  padding-top: calc(160.7% + 40px); }
.cyo_col .cat_title {
  line-height: 2.1em; }

.cat_title {
  font-size: 1.5625em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0; }

.cat_posts_count {
  display: block;
  font-size: 1.1875em;
  line-height: 1em;
  font-weight: 300;
  margin-top: 3px; }

.view_all {
  margin: 95px auto 0; }

@media screen and (max-width: 105em) {
  .featured_tour_categories {
    margin: 0 -10px; }

  .cat_item {
    margin-bottom: 20px; }
    .cat_item .inner {
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
    .cat_item a:hover .cat_text {
      padding: 20px 25px; }

  .cat_text:after {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }

  .cat_column {
    padding: 0 10px; }

  .cyo_col .cat_item .inner {
    padding-top: calc(160.7% + 20px); }

  .cat_title {
    font-size: 1.375em; }

  .cat_posts_count {
    font-size: 1.0625em;
    margin-top: 2px; }

  .view_all {
    margin: 75px auto 0; } }
@media screen and (max-width: 90.625em) {
  .featured_tour_categories {
    margin: 0 -8px; }

  .cat_item {
    margin-bottom: 16px; }
    .cat_item a:hover .cat_text {
      padding: 15px 15px; }

  .cat_column {
    padding: 0 8px; }

  .cyo_col .cat_item .inner {
    padding-top: calc(160.7% + 16px); }

  .cat_text {
    padding: 10px 15px; }

  .cat_title {
    font-size: 1.1875em; }

  .cat_posts_count {
    font-size: 0.8125em; }

  .view_all {
    margin: 45px auto 0; } }
@media screen and (max-width: 68.75em) {
  .cat_title {
    font-size: 1.0625em; }

  .cat_posts_count {
    font-size: 0.6875em; } }
@media screen and (max-width: 50em) {
  .cat_item {
    margin-bottom: 24px; }
    .cat_item .inner {
      padding-top: 125%; }

  .first_col .cat_item:first-of-type .inner,
  .sec_col .cat_item:last-of-type .inner {
    padding-top: 70%; }

  .featured_tour_categories {
    margin: 0 -12px; }

  .cat_column {
    padding: 0 12px;
    width: 50%; }

  .cyo_col {
    padding-top: 24px;
    width: 100%; }
    .cyo_col .cat_item .inner {
      padding-top: 55%;
      background-position: bottom center; }

  .cat_text {
    padding: 13px 18px; }

  .cat_title {
    font-size: 1.375em; }

  .cat_posts_count {
    font-size: 1em;
    margin-top: 2px; } }
@media screen and (max-width: 47.9375em) {
  .featured_tour_categories__section .wrapper {
    padding: 0 4px; }

  .featured_tour_categories {
    margin: 0 -4px; }

  .cat_item {
    margin-bottom: 8px; }
    .cat_item .inner {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }

  .cat_item .inner,
  .first_col .cat_item:first-of-type .inner,
  .sec_col .cat_item:last-of-type .inner {
    padding-top: 123%; }

  .cat_column {
    padding: 0 4px; }

  .cyo_col {
    padding-top: 8px; }
    .cyo_col .cat_item .inner {
      padding-top: 62%; }

  .cat_text {
    padding: 9px 11px; }

  .cat_title {
    font-size: 0.875em; }

  .cat_posts_count {
    font-size: 0.75em;
    margin-top: 1px; }

  .view_all {
    margin: 38px auto 0; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: FEATURED DESTINATIONS
----------------------------------------------------------------------------------------------------*/
.featured_destinations__section {
  text-align: center; }

.destination_slide {
  padding: 10px 15px; }
  .destination_slide .cat_item {
    text-align: center; }
    .destination_slide .cat_item .inner {
      padding-top: 75.67%; }

.featured_destinations {
  margin: -10px -15px;
  padding-bottom: 90px; }
  .featured_destinations .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 45px;
    text-indent: -99999px;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none; }
    .featured_destinations .slick-arrow.slick-disabled {
      opacity: 0.4; }
  .featured_destinations .slick-prev {
    left: calc((100% - 90px)/2);
    background-image: url(../img/icons/icon-arrow-left.png); }
  .featured_destinations .slick-next {
    right: calc((100% - 90px)/2);
    background-image: url(../img/icons/icon-arrow-right.png); }

@media screen and (max-width: 112.5em) {
  .destination_slide {
    padding: 10px 8px; }

  .featured_destinations {
    margin: -10px -8px; } }
@media screen and (max-width: 90.625em) {
  .destination_slide {
    padding: 10px 6px; }

  .featured_destinations {
    margin: -10px -6px; }

  .featured_destinations {
    padding-bottom: 50px; }
    .featured_destinations .slick-arrow {
      width: 30px;
      height: 30px; }
    .featured_destinations .slick-prev {
      left: calc((100% - 60px)/2); }
    .featured_destinations .slick-next {
      right: calc((100% - 60px)/2); } }
@media screen and (max-width: 50em) {
  .destination_slide {
    padding: 10px; }
    .destination_slide .cat_item .inner {
      padding-top: 90%; }

  .featured_destinations {
    margin: -10px; } }
@media screen and (max-width: 47.9375em) {
  .destination_slide {
    padding: 0 2px; }
    .destination_slide .cat_item .inner {
      padding-top: 123%; }

  .featured_destinations {
    margin: 0;
    padding: 0 2px; }
    .featured_destinations .slick-dots {
      padding: 8px 0 0; }
      .featured_destinations .slick-dots li {
        list-style-type: none;
        display: inline-block;
        margin: 0 3px;
        font-size: 0;
        line-height: 0; }
      .featured_destinations .slick-dots .slick-active {
        opacity: 0.4; }
      .featured_destinations .slick-dots button {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        width: 8px;
        height: 8px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: POPULAR TOURS
----------------------------------------------------------------------------------------------------*/
.popular_tours__section {
  text-align: center; }

.popular_tours {
  margin: 0 -13px; }

.popular_tours__col {
  position: relative;
  float: left;
  padding: 0 13px;
  width: 36%; }
  .popular_tours__col.left_col {
    width: 64%; }
  .popular_tours__col .inner {
    position: relative;
    display: block;
    padding-top: 55.84%;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .popular_tours__col .cat_text {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 14px 25px; }
    .popular_tours__col .cat_text:after {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
  .popular_tours__col .cat_item a:hover .cat_text {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    padding: 14px 25px; }

.left_col .inner {
  padding-top: calc(63.36% + 13px); }

.right_col__bottom_row {
  margin-top: 26px; }

@media screen and (max-width: 90.625em) {
  .popular_tours {
    margin: 0 -8px; }

  .popular_tours__col {
    padding: 0 8px; }
    .popular_tours__col .cat_text,
    .popular_tours__col .cat_item a:hover .cat_text {
      padding: 10px 15px; }

  .left_col .inner {
    padding-top: calc(63.36% + 8px); }

  .right_col__bottom_row {
    margin-top: 17px; } }
@media screen and (max-width: 68.75em) {
  .popular_tours {
    margin: 0 -5px; }

  .popular_tours__col {
    padding: 0 5px;
    width: 40%; }
    .popular_tours__col.left_col {
      width: 60%; }

  .left_col .inner {
    padding-top: calc(76% + 5px); }

  .right_col__bottom_row {
    margin-top: 12px; } }
@media screen and (max-width: 63.9375em) {
  .popular_tours {
    margin: 0 -12px; }

  .popular_tours__col {
    padding: 0 12px;
    width: 50%; }
    .popular_tours__col.left_col {
      width: 100%; }
    .popular_tours__col .inner {
      padding-top: 125%; }

  .left_col {
    margin-bottom: 24px; }
    .left_col .inner {
      padding-top: 55%; }

  .right_col__bottom_row {
    margin-top: 0; } }
@media screen and (max-width: 50em) {
  .popular_tours__col .cat_text,
  .popular_tours__col .cat_item a:hover .cat_text {
    padding: 13px 18px; } }
@media screen and (max-width: 47.9375em) {
  .popular_tours__section .wrapper {
    padding: 0 4px; }

  .popular_tours {
    margin: 0 -4px; }

  .popular_tours__col {
    padding: 0 4px; }
    .popular_tours__col .cat_text,
    .popular_tours__col .cat_item a:hover .cat_text {
      padding: 9px 11px; }

  .left_col {
    margin-bottom: 8px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: FILLER SECTION
----------------------------------------------------------------------------------------------------*/
.filler__section {
  background: url(../img/icons/icon-watermark.png) no-repeat scroll center center transparent;
  background-size: auto 100%;
  padding: 90px 0; }
  .filler__section .section__title {
    margin: 0 auto; }

@media screen and (max-width: 105em) {
  .filler__section {
    padding: 70px 0; } }
@media screen and (max-width: 90.625em) {
  .filler__section {
    padding: 50px 0; } }
@media screen and (max-width: 47.9375em) {
  .filler__section {
    padding: 35px 0; }
    .filler__section .section__title {
      font-size: 2.125em;
      line-height: 1.2647058824em; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: TRANSFER SERVICES SECTION
----------------------------------------------------------------------------------------------------*/
.transfer_services .section__title {
  text-align: left; }
.transfer_services .text__col,
.transfer_services .buttons__col {
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top; }
.transfer_services .text__col {
  width: 42%;
  padding-right: 6%; }
.transfer_services .buttons__col {
  width: 58%; }

.buttons__col .inner_col {
  width: 50%;
  float: left;
  padding: 0 8px; }

.transfer_item {
  margin-bottom: 16px; }
  .transfer_item:last-child {
    margin-bottom: 0; }
  .transfer_item .inner {
    padding-top: 55%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -moz-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -o-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -ms-box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    box-shadow: 0 0 9px -1px rgba(21, 21, 21, 0.4);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out; }
    .transfer_item .inner:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2256a6+0,1d668a+20,177865+50,15834a+80,128642+100 */
      background: #183C77;
      background: rgba(24, 60, 119, 0.8);
      background: -moz-linear-gradient(left, rgba(24, 60, 119, 0.8) 0%, rgba(48, 167, 214, 0.8) 100%);
      background: -webkit-linear-gradient(left, rgba(24, 60, 119, 0.8) 0%, rgba(48, 167, 214, 0.8) 100%);
      background: linear-gradient(to right, rgba(24, 60, 119, 0.8) 0%, rgba(48, 167, 214, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183C77', endColorstr='#30A7D6',GradientType=1 );
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .transfer_item a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .transfer_item a:hover:after {
      opacity: 0; }
  .transfer_item.large .inner {
    padding-top: 110%; }
  .transfer_item.large .transfer_title span {
    font-size: 160%; }

.transfer_text {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 2;
  padding: 14px 25px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.transfer_title {
  font-size: 1.5625em;
  line-height: 1.2em;
  font-weight: 900; }
  .transfer_title span {
    display: block; }

@media screen and (max-width: 131.25em) {
  .transfer_item .inner {
    padding-top: 60%; }
  .transfer_item.large .inner {
    padding-top: 142%; } }
@media screen and (max-width: 112.5em) {
  .transfer_services .text__col {
    padding-right: 35px; }

  .transfer_title {
    font-size: 1.1875em;
    line-height: 1.3684210526em; }

  .transfer_item.large .transfer_title span {
    font-size: 140%; } }
@media screen and (max-width: 105em) {
  .transfer_item .inner,
  .transfer_item .inner:after {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; } }
@media screen and (max-width: 90.625em) {
  .transfer_services .text__col {
    padding-right: 30px; }

  .transfer_title {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 700; }

  .buttons__col .inner_col {
    padding: 0 6px; }

  .transfer_item {
    margin-bottom: 12px; }
    .transfer_item.large .transfer_title span {
      font-size: 150%;
      font-weight: 900; } }
@media screen and (max-width: 68.75em) {
  .transfer_services .text__col {
    padding-right: 15px; }

  .transfer_title {
    font-size: 0.875em;
    line-height: 1.3571428571em; }

  .buttons__col .inner_col {
    padding: 0 5px; }

  .transfer_item {
    margin-bottom: 10px; }
    .transfer_item .inner {
      padding-top: 65%; }
    .transfer_item.large .inner {
      padding-top: 160%; }
    .transfer_item.large .transfer_title span {
      font-size: 140%; } }
@media screen and (max-width: 63.9375em) {
  .transfer_services .text__col,
  .transfer_services .buttons__col {
    width: 100%; }
  .transfer_services .buttons__col {
    margin: 30px -12px 0;
    width: calc(100% + 24px); }
  .transfer_services .text__col {
    padding-right: 0; }
  .transfer_services .section__title,
  .transfer_services .section__lead {
    text-align: center; }
  .transfer_services .section__lead {
    width: 85%;
    margin-left: auto;
    margin-right: auto; }

  .transfer_title {
    font-size: 1.25em;
    line-height: 1.3em; }

  .buttons__col .inner_col {
    padding: 0 12px; }

  .transfer_item {
    margin-bottom: 24px; }
    .transfer_item .inner {
      padding-top: 60%; }
    .transfer_item.large .inner {
      padding-top: 142%; }
    .transfer_item.large .transfer_title span {
      font-size: 160%; } }
@media screen and (max-width: 47.9375em) {
  .transfer_services .buttons__col {
    margin: 27px -4px 0;
    width: calc(100% + 8px); }
  .transfer_services .section__lead {
    width: 100%; }

  .transfer_title {
    font-size: 0.75em;
    line-height: 1.3333333333em; }

  .buttons__col .inner_col {
    padding: 0 4px; }

  .transfer_item {
    margin-bottom: 8px; }
    .transfer_item .inner {
      padding-top: 70%; }
    .transfer_item.large .inner {
      padding-top: 130%; }
    .transfer_item.large .transfer_title span {
      font-size: 150%; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: CONTACT - CTA SECTION
----------------------------------------------------------------------------------------------------*/
.cta_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #39B7E9;
  color: #ffffff;
  text-align: center;
  padding: 90px 0 75px;
  position: relative; }
  .cta_section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #183C77;
    background: rgba(24, 60, 119, 0.8);
    background: -moz-linear-gradient(left, rgba(24, 60, 119, 0.8) 0%, rgba(54, 136, 156, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 60, 119, 0.8) 0%, rgba(54, 136, 156, 0.8) 100%);
    background: linear-gradient(to right, rgba(24, 60, 119, 0.8) 0%, rgba(54, 136, 156, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183C77', endColorstr='#36889C',GradientType=1 );
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  .cta_section:hover:after {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0); }
  .cta_section .wrapper {
    z-index: 2; }

.cta_section__description {
  font-size: 1.5625em;
  line-height: 1.6em;
  font-weight: 300; }

.cta_section__button {
  margin: 35px auto 0;
  display: block;
  width: 500px;
  max-width: 100%; }

@media screen and (max-width: 112.5em) {
  .cta_section__description {
    font-size: 1.375em;
    line-height: 1.5909090909em; } }
@media screen and (max-width: 105em) {
  .cta_section {
    padding: 70px 0 50px; } }
@media screen and (max-width: 90.625em) {
  .cta_section {
    padding: 45px 0; }

  .cta_section__description {
    font-size: 1.0625em;
    line-height: 1.5294117647em; }

  .cta_section__button {
    margin: 25px auto 0;
    width: 300px; } }
@media screen and (max-width: 68.75em) {
  .cta_section {
    padding: 35px 0; }

  .cta_section__description {
    font-size: 1em;
    line-height: 1.5em; }

  .cta_section__button {
    width: 240px; } }
@media screen and (max-width: 63.9375em) {
  .cta_section {
    padding: 140px 0 160px; }

  .cta_section__description {
    font-size: 1.625em;
    line-height: 1.3461538462em; }

  .cta_section__button {
    margin: 70px auto 0;
    width: 320px; } }
@media screen and (max-width: 47.9375em) {
  .cta_section {
    padding: 90px 0 100px; }

  .cta_section__description {
    font-size: 1.5em;
    line-height: 1.2916666667em; }

  .cta_section__button {
    margin: 70px auto 0;
    width: 300px;
    background-color: #ffffff;
    color: #39B7E9;
    border-color: #ffffff; } }
/*-------------------------------------------------------------------------------------------------
   TEMPLATES
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: PAGE
----------------------------------------------------------------------------------------------------*/
.intro_section .section__content h2 {
  font-size: 1.5714285714em;
  line-height: 1.2em;
  font-weight: 900;
  font-style: normal;
  color: #39B7E9;
  text-align: center;
  margin-top: 0; }

.default_page__content {
  padding: 0 20%; }

.search_results__page .hp_intro_section {
  padding-bottom: 0; }
.search_results__page .search-tour {
  border-bottom: 1px solid #E8E8E8; }
  .search_results__page .search-tour:last-of-type {
    border-bottom: none; }

.no_results_found__text {
  font-size: 1.5625em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 80px; }

@media screen and (max-width: 131.25em) {
  .default_page__content {
    padding: 0 12%; } }
@media screen and (max-width: 68.75em) {
  .default_page__content {
    padding: 0 8%; } }
@media screen and (max-width: 47.9375em) {
  .intro_section .section__content h2 {
    font-size: 1.1818181818em; }

  .default_page__content {
    padding: 0; }

  .page-template-default .hp_intro_section {
    padding-top: 35px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SINGLE POST
----------------------------------------------------------------------------------------------------*/
.book_now__sticky_button {
  float: right; }

.book_now {
  text-align: center;
  font-family: "Kaushan Script", cursive;
  font-size: 1.5625em;
  line-height: 2.92em;
  height: 2.92em;
  width: 7.2em;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -o-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  -ms-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.3);
  background-color: #39B7E9;
  color: #ffffff;
  border: 2px solid #39B7E9; }
  .book_now:hover {
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -o-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #39B7E9;
    color: #ffffff; }

.sticky_button_element.is_stuck {
  right: 0;
  z-index: 10; }

@media screen and (max-width: 105em) {
  .book_now {
    font-size: 1.125em;
    line-height: 2.7777777778em;
    height: 2.7777777778em;
    width: 6.6666666667em; } }
@media screen and (max-width: 63.9375em) {
  .book_now__sticky_button {
    display: none; } }
.cover_section {
  position: relative; }
  .cover_section .inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #39B7E9;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .cover_section .inner:before, .cover_section .inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .cover_section .inner:before {
      background-color: rgba(21, 21, 21, 0.3);
      top: 0;
      z-index: 2; }
    .cover_section .inner:after {
      background: url(../img/icons/icon-waves-white-new.png) no-repeat scroll top center transparent;
      background-size: cover;
      z-index: 3;
      padding-top: 8%; }

.single_tour__header_overlay {
  padding: 150px 0 280px;
  text-align: center; }
  .single_tour__header_overlay .wrapper {
    z-index: 1; }

.tour__category,
.tour__lenght {
  color: #ffffff; }

.tour__category {
  font-size: 1.5625em;
  text-transform: uppercase;
  margin: 0; }

.tour__title {
  margin: 15px auto 18px;
  width: 520px;
  max-width: 100%; }

.tour__lenght {
  font-size: 1.5625em;
  font-weight: 300; }

.map_icon {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  padding: 30px;
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 3; }
  .map_icon .mob {
    display: none; }

.tour_type__icons {
  text-align: center;
  margin-bottom: 30px; }
  .tour_type__icons li:not(.invisible) {
    display: inline-block;
    vertical-align: bottom;
    list-style-type: none;
    margin: 0 5px;
    width: 93px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 100%; }
  .tour_type__icons li.sightseeing {
    background-image: url(../img/icons/icon-sightseeing.png); }
  .tour_type__icons li.nature {
    background-image: url(../img/icons/icon-nature.png); }
  .tour_type__icons li.extreme_sports {
    background-image: url(../img/icons/icon-extreme_sports.png); }

.single_tour__intro {
  padding-top: 85px; }
  .single_tour__intro .paragraph {
    width: 980px;
    max-width: 100%;
    margin: auto; }
    .single_tour__intro .paragraph a {
      color: #39B7E9;
      font-weight: 400;
      text-decoration: underline; }
      .single_tour__intro .paragraph a:hover {
        text-decoration: none; }

.single_tour__intro,
.single_tour__tabs {
  padding-bottom: 160px; }

.single_tour__customizable_notice {
  font-style: italic;
  font-size: 1.875em;
  line-height: 1.3333333333em;
  text-align: center;
  width: 980px;
  max-width: 100%;
  margin: 140px auto 0; }

@media screen and (max-width: 131.25em) {
  .single_tour__header_overlay {
    padding: 110px 0 240px; } }
@media screen and (max-width: 112.5em) {
  .tour__category {
    font-size: 1.3125em; }

  .tour__title {
    margin: 13px auto 15px; }

  .tour__lenght {
    font-size: 1.1875em; }

  .tour_type__icons {
    margin-bottom: 20px; }
    .tour_type__icons li:not(.invisible) {
      width: 70px;
      height: 35px; }

  .map_icon {
    width: 150px;
    height: 150px;
    padding: 22px; } }
@media screen and (max-width: 90.625em) {
  .single_tour__header_overlay {
    padding: 90px 0 150px; }

  .tour__category {
    font-size: 1.0625em; }

  .tour__title {
    margin: 8px auto 10px; }

  .tour__lenght {
    font-size: 1em; }

  .tour_type__icons {
    margin-bottom: 16px; }
    .tour_type__icons li:not(.invisible) {
      width: 60px;
      height: 27px; }

  .map_icon {
    width: 130px;
    height: 130px;
    padding: 18px;
    border-width: 1px;
    top: 25px;
    right: 35px; }

  .single_tour__cover {
    margin-bottom: 45px; }

  .map_icon {
    top: auto;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
    background-color: #ffffff; }
    .map_icon img {
      display: none; }
      .map_icon img.mob {
        display: inline-block; }

  .single_tour__intro,
  .single_tour__tabs {
    padding-bottom: 100px; }

  .single_tour__intro {
    padding-top: 30px; }
    .single_tour__intro .paragraph {
      width: 700px; }

  .single_tour__customizable_notice {
    font-size: 1.375em;
    width: 780px;
    margin-top: 105px; } }
@media screen and (max-width: 63.9375em) {
  .single_tour__cover {
    margin-bottom: 55px; }

  .single_tour__header_overlay {
    padding: 100px 0 170px; }

  .tour__category,
  .tour__lenght {
    font-size: 1.25em; }

  .tour__title {
    margin: 9px auto 10px; }

  .tour_type__icons {
    margin-bottom: 22px; }
    .tour_type__icons li:not(.invisible) {
      width: 70px;
      height: 35px; }

  .map_icon {
    width: 140px;
    height: 140px;
    bottom: -50px; } }
@media screen and (max-width: 47.9375em) {
  .single_tour__cover {
    margin-bottom: 45px; }

  .single_tour__header_overlay {
    padding: 40px 0 90px; }

  .tour__category {
    font-size: 1.25em;
    line-height: 1.1em; }

  .tour__lenght {
    font-size: 0.875em; }

  .tour__title {
    margin: 14px auto 9px; }

  .tour_type__icons {
    margin-bottom: 12px; }
    .tour_type__icons li:not(.invisible) {
      width: 40px;
      height: 19px; }

  .map_icon {
    width: 95px;
    height: 95px;
    bottom: -40px;
    padding: 10px; }

  .single_tour__intro,
  .single_tour__tabs {
    padding-bottom: 70px; }

  .single_tour__intro {
    padding-top: 13px; }
    .single_tour__intro .paragraph {
      font-style: italic;
      font-weight: 300;
      text-align: center; }
      .single_tour__intro .paragraph b, .single_tour__intro .paragraph strong {
        font-weight: 700; }

  .single_tour__customizable_notice {
    font-size: 17px;
    margin-top: 75px; } }
/*--------------------------------------------------------------------------------------------------
  MODULE: TABS
----------------------------------------------------------------------------------------------------*/
.mob_tabs__button_wrapper {
  display: none; }

.tabs__header_wrapper,
.tabs__content {
  width: 80.625em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.tabs__header_wrapper.tabs_fixed,
.single_tour__itinerary .slick-dots.tabs_fixed {
  width: calc(100% - 360px);
  max-width: 100%; }

.tabs__header_wrapper {
  background-color: #ffffff; }
  .tabs__header_wrapper.tabs_fixed {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9; }
  .tabs__header_wrapper .inner {
    position: relative;
    background-color: #ffffff; }

.tabs__header {
  padding: 0 40px;
  border-bottom: 3px solid #989898;
  text-align: center; }
  .tabs__header li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 30px; }
    .tabs__header li:first-child {
      margin-left: 0; }
      .tabs__header li:first-child a {
        padding-left: 0; }
    .tabs__header li:last-child {
      margin-right: 0; }
      .tabs__header li:last-child a {
        padding-right: 0; }
  .tabs__header a {
    display: block;
    font-size: 1.8125em;
    line-height: 1.2068965517em;
    font-weight: 900;
    color: #989898;
    padding: 20px; }
  .tabs__header li.current a,
  .tabs__header a:hover {
    color: #39B7E9; }

.tabs__content .tab {
  display: none; }
  .tabs__content .tab.active-tab {
    display: block; }
  .tabs__content .tab a {
    color: #39B7E9;
    font-weight: 400;
    text-decoration: underline; }
    .tabs__content .tab a:hover {
      text-decoration: none; }

.close_tabs {
  display: none;
  width: 60px;
  height: 60px;
  background: url(../img/icons/icon-close-white.png) no-repeat scroll 65% 35% #39B7E9;
  background-size: 35% auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-bottom-left-radius: 100%;
  -ms-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-width: 1px;
  padding: 0; }
  .close_tabs:hover {
    background-image: url(../img/icons/icon-close.png); }

.tour_information_list > li {
  list-style-type: none;
  padding: 20px 40px;
  border-bottom: 1px solid #E8E8E8; }
  .tour_information_list > li:last-child {
    border-bottom: none; }
.tour_information_list .label,
.tour_information_list .value {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }
.tour_information_list .label {
  font-size: 1.4375em;
  line-height: 1.2608695652em;
  font-weight: 700;
  text-transform: uppercase;
  color: #39B7E9;
  width: 370px;
  padding-right: 40px; }
.tour_information_list .value {
  width: calc(100% - 370px);
  font-size: 1.625em;
  line-height: 1.4615384615em;
  font-weight: 300; }
.tour_information_list .group_sizes li {
  margin: 0 -2px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
  border-right: 1px solid #E8E8E8;
  text-align: center; }
  .tour_information_list .group_sizes li:first-child {
    padding-left: 0; }
  .tour_information_list .group_sizes li:last-child {
    border-right: none; }
.tour_information_list .group_sizes span {
  display: block; }
.tour_information_list .seperator:last-of-type {
  display: none; }
.tour_information_list .destinations .value a {
  text-decoration: underline; }
  .tour_information_list .destinations .value a:hover {
    color: #39B7E9;
    text-decoration: none; }

.partners_gallery {
  padding-top: 20px; }
  .partners_gallery li {
    max-width: 15%;
    padding: 10px; }

.tour_information_list,
.single_tour__itinerary {
  padding-top: 75px; }

.single_tour__itinerary {
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 130px;
  padding-top: calc(75px + 70px); }
  .single_tour__itinerary .slick-dots {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px 0; }
    .single_tour__itinerary .slick-dots.tabs_fixed {
      position: fixed !important;
      left: auto;
      top: 78px;
      background-color: #ffffff;
      z-index: 9; }
    .single_tour__itinerary .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 25px; }
    .single_tour__itinerary .slick-dots button {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .single_tour__itinerary .slick-dots .slick-active button {
      opacity: 1; }
    .single_tour__itinerary .slick-dots button {
      opacity: 0.24;
      padding: 15px;
      font-weight: 900;
      font-family: "Lato", sans-serif;
      font-size: 30px;
      height: auto;
      line-height: 1em;
      color: #39B7E9;
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      position: relative; }
      .single_tour__itinerary .slick-dots button:after {
        content: "";
        width: 60px;
        height: 3px;
        left: 0;
        right: 0;
        margin: 10px auto 0;
        display: block;
        background-color: #39B7E9; }
  .single_tour__itinerary .slick-arrow {
    position: absolute;
    bottom: 0;
    margin: 40px auto 0;
    width: 200px;
    padding: 0;
    max-width: 100%;
    border: none;
    -webkit-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
    -moz-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
    -o-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
    -ms-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
    box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2); }
    .single_tour__itinerary .slick-arrow:hover {
      color: #ffffff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .single_tour__itinerary .slick-arrow.slick-disabled {
      background-color: #E8E8E8;
      color: #989898;
      cursor: not-allowed; }
      .single_tour__itinerary .slick-arrow.slick-disabled:hover {
        color: #989898;
        -webkit-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
        -moz-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
        -o-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
        -ms-box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2);
        box-shadow: 0 3px 4px 1px rgba(21, 21, 21, 0.2); }
    .single_tour__itinerary .slick-arrow.slick-prev {
      left: -230px;
      right: 0; }
    .single_tour__itinerary .slick-arrow.slick-next {
      left: 0;
      right: -230px; }

.slick-dotted .slick-slide .it_section__destinations {
  padding-top: 30px; }

.it_section__destination {
  margin-bottom: 90px;
  position: relative;
  padding-left: 80px; }
  .it_section__destination:last-child {
    margin-bottom: 0; }
  .it_section__destination .counter {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Kaushan Script", cursive;
    font-size: 70px;
    line-height: 1em;
    color: #39B7E9; }

.it_section__destination--title {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0; }

@media screen and (max-width: 131.25em) {
  .tabs__header_wrapper.tabs_fixed,
  .single_tour__itinerary .slick-dots.tabs_fixed {
    width: calc(100% - 260px); } }
@media screen and (max-width: 112.5em) {
  .tabs__header a {
    font-size: 1.5625em;
    line-height: 1.28em; }

  .tour_information_list > li {
    padding: 17px 30px; }
  .tour_information_list .label {
    font-size: 1.1875em;
    line-height: 1.3157894737em;
    width: 350px;
    padding-right: 30px; }
  .tour_information_list .value {
    width: calc(100% - 350px);
    font-size: 1.375em;
    line-height: 1.4545454545em; }

  .tour_information_list,
  .single_tour__itinerary {
    padding-top: 60px; }

  .single_tour__itinerary {
    padding-left: 11%;
    padding-right: 11%;
    padding-top: calc(60px + 70px); }
    .single_tour__itinerary .slick-dots.tabs_fixed {
      left: auto;
      right: 0;
      top: 75px; }
    .single_tour__itinerary .slick-dots button {
      font-size: 20px; }
      .single_tour__itinerary .slick-dots button:after {
        width: 35px; }

  .it_section__destination {
    margin-bottom: 65px; } }
@media screen and (max-width: 104.375em) {
  .tabs__header {
    padding: 0 20px; }
    .tabs__header li {
      margin: 0 20px; }

  .tour_information_list .label {
    width: 275px; }
  .tour_information_list .value {
    width: calc(100% - 275px); } }
@media screen and (max-width: 90.625em) {
  .single_tour__tabs {
    overflow-x: hidden; }

  .tabs__header_wrapper.tabs_fixed,
  .single_tour__itinerary .slick-dots.tabs_fixed {
    width: calc(100% - 230px); }

  .tabs__header {
    border-bottom-width: 2px;
    padding: 0 15px; }
    .tabs__header li {
      margin: 0 27px; }
    .tabs__header a {
      font-weight: 700;
      font-size: 1.25em;
      padding: 12px; }

  .tour_information_list,
  .single_tour__itinerary {
    padding-top: 40px; }

  .tour_information_list > li {
    padding: 15px 25px; }
  .tour_information_list .label {
    font-size: 1em;
    line-height: 1.4375em;
    width: 260px; }
  .tour_information_list .value {
    width: calc(100% - 260px);
    font-size: 1.125em;
    line-height: 1.5555555556em; }

  .single_tour__itinerary {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: calc(40px + 47px); }
    .single_tour__itinerary .slick-dots {
      top: 10px; }
      .single_tour__itinerary .slick-dots.tabs_fixed {
        top: 51px;
        left: auto;
        right: 0; }
      .single_tour__itinerary .slick-dots li {
        margin: 0 10px; }
      .single_tour__itinerary .slick-dots button {
        font-size: 16px;
        padding: 10px; }
    .single_tour__itinerary .slick-arrow {
      width: 140px; }
      .single_tour__itinerary .slick-arrow.slick-prev {
        left: -170px; }
      .single_tour__itinerary .slick-arrow.slick-next {
        right: -170px; }

  .it_section__destination {
    padding-left: 55px; }
    .it_section__destination .counter {
      font-size: 50px; }

  .partners_gallery li {
    max-width: 19%;
    padding: 10px; } }
@media screen and (max-width: 68.75em) {
  .tabs__header {
    border-bottom-width: 1px;
    padding: 0; }
    .tabs__header li {
      margin: 0 18px; }
    .tabs__header a {
      font-size: 1.125em;
      padding: 12px 10px; }

  .tour_information_list,
  .single_tour__itinerary {
    padding-top: 20px; }

  .tour_information_list > li {
    padding: 12px 20px; }
  .tour_information_list .label {
    font-size: 0.875em;
    line-height: 1.4285714286em;
    width: 190px; }
  .tour_information_list .value {
    width: calc(100% - 190px);
    font-size: 1em;
    line-height: 1.625em; }
  .tour_information_list .group_sizes li {
    padding: 0 8px; }

  .single_tour__itinerary {
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(20px + 47px); }
    .single_tour__itinerary .slick-dots.tabs_fixed {
      top: 45px;
      left: auto; }
    .single_tour__itinerary .slick-dots button {
      font-size: 14px; }

  .it_section__destination {
    font-size: 85%;
    margin-bottom: 45px; } }
@media screen and (max-width: 63.9375em) {
  .tabs__header_wrapper.tabs_fixed {
    width: 100%;
    top: 93px; }

  .tabs__header {
    border-bottom-width: 2px; }
    .tabs__header li {
      margin: 0 14px; }
    .tabs__header a {
      font-size: 1.25em;
      padding: 12px 8px; }

  .tour_information_list,
  .single_tour__itinerary {
    padding-top: 30px; }

  .tour_information_list > li {
    padding: 15px 25px; }
  .tour_information_list .label {
    font-size: 1em;
    line-height: 1.4375em;
    width: 210px; }
  .tour_information_list .value {
    width: calc(100% - 210px);
    font-size: 1.125em;
    line-height: 1.5555555556em; }
    .tour_information_list .value.list {
      width: 100%;
      margin-top: 15px; }
  .tour_information_list .group_sizes {
    text-align: center; }
    .tour_information_list .group_sizes li {
      padding: 0 25px; }

  .single_tour__itinerary {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: calc(30px + 47px); }
    .single_tour__itinerary .slick-dots.tabs_fixed {
      width: 100%; }
    .single_tour__itinerary .slick-dots button {
      font-size: 16px; }

  .it_section__destination {
    font-size: 100%;
    margin-bottom: 55px; } }
@media screen and (max-width: 47.9375em) {
  .single_tour__tabs > .wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  .tabs__header_wrapper.tabs_fixed {
    position: static; }

  .single_tour__itinerary .slick-dots.tabs_fixed {
    width: 100%; }

  .tabs__header {
    border-bottom: none; }
    .tabs__header li {
      margin: 0 0 7px;
      display: block; }
      .tabs__header li.current a {
        background-color: #F4F5F7;
        color: #39B7E9; }
      .tabs__header li a:hover {
        background-color: #39B7E9;
        color: #ffffff; }
    .tabs__header a {
      font-size: 1.125em;
      font-weight: 900;
      padding: 10px 8px;
      background-color: #F4F5F7;
      color: #39B7E9; }
      .tabs__header a:first-child {
        padding-left: 8px; }
      .tabs__header a:last-child {
        padding-right: 8px; }

  .close_tabs {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000; }

  .tabs__content {
    padding-top: 0 !important; }
    .tabs__content .tab,
    .tabs__content .tab.active-tab {
      display: none; }
    .tabs__content .tab.mob_active_tab {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 20px;
      background-color: #ffffff;
      z-index: 10000000;
      border-bottom: 22px solid #ffffff; }

  .tour_information_list,
  .single_tour__itinerary {
    padding-top: 20px; }

  .tour_information_list > li {
    padding: 15px 5px; }
  .tour_information_list .destinations a {
    display: block; }
  .tour_information_list .destinations .seperator {
    display: none; }
  .tour_information_list .label,
  .tour_information_list .value {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .tour_information_list .label {
    font-size: 0.8125em;
    line-height: 1.1538461538em;
    font-weight: 700; }
  .tour_information_list .value {
    font-size: 1.1875em;
    line-height: 1.4210526316em;
    margin-top: 5px; }
    .tour_information_list .value.list {
      margin-top: 5px; }
  .tour_information_list .group_sizes li {
    display: block;
    padding: 0;
    width: 100%;
    border-right: none; }
  .tour_information_list .group_sizes span {
    display: inline-block; }

  .single_tour__itinerary {
    padding: calc(20px + 80px) 0 90px; }
    .single_tour__itinerary .slick-dots {
      top: 30px;
      left: -20px;
      right: -20px; }
      .single_tour__itinerary .slick-dots li {
        margin: 0 5px; }
      .single_tour__itinerary .slick-dots button {
        padding: 6px 2px;
        font-size: 12px;
        opacity: 1; }
        .single_tour__itinerary .slick-dots button:after {
          opacity: 0; }
      .single_tour__itinerary .slick-dots .slick-active button {
        color: #151515; }
        .single_tour__itinerary .slick-dots .slick-active button:after {
          background-color: #151515;
          opacity: 1; }
    .single_tour__itinerary .slick-arrow {
      bottom: 20px;
      width: 100px;
      font-size: 19px; }
      .single_tour__itinerary .slick-arrow.slick-prev {
        left: -110px; }
      .single_tour__itinerary .slick-arrow.slick-next {
        right: -110px; }

  .it_section__destination {
    font-size: 90%;
    margin-bottom: 50px;
    padding-left: 35px; }
    .it_section__destination .counter {
      top: 7px;
      font-size: 30px; }

  .slick-dotted .slick-slide .it_section__destinations {
    padding-top: 20px; }

  .partners_gallery li {
    max-width: 32%;
    padding: 10px; } }
@media screen and (max-width: 21.875em) {
  .single_tour__itinerary .slick-dots li {
    margin: 0 3px; }
  .single_tour__itinerary .slick-dots button {
    padding: 6px 0;
    font-size: 11px; } }
.photo_gallery {
  width: 80.625em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .photo_gallery li {
    list-style-type: none; }

.gallery_image a {
  background-color: #39B7E9;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 9px 0 rgba(21, 21, 21, 0.4);
  -moz-box-shadow: 0 0 9px 0 rgba(21, 21, 21, 0.4);
  -o-box-shadow: 0 0 9px 0 rgba(21, 21, 21, 0.4);
  -ms-box-shadow: 0 0 9px 0 rgba(21, 21, 21, 0.4);
  box-shadow: 0 0 9px 0 rgba(21, 21, 21, 0.4);
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
  .gallery_image a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.gallery_image img {
  width: 100%; }

.media_grid_container .column {
  padding: 0 20px; }
.media_grid_container .grid_item {
  padding: 12px 0;
  text-align: center; }

.media_grid_container[data-columns]:before {
  content: '3 .column.size-1of3'; }

.size-1of3 {
  width: 33.333%; }

.size-1of2 {
  width: 50%; }

@media screen and (max-width: 90.625em) {
  .media_grid_container {
    margin: 0 -10px; }
    .media_grid_container .column {
      padding: 0 10px; }
    .media_grid_container .grid_item {
      padding: 6px 0; } }
@media screen and (max-width: 47.9375em) {
  .media_grid_container[data-columns]:before {
    content: '2 .column.size-1of2'; }

  .media_grid_container {
    margin: 0; }
    .media_grid_container .column {
      padding: 0 3px; }
    .media_grid_container .grid_item {
      padding: 3px 0; }

  .single_tour__gallery > .wrapper {
    padding: 0 3px; }

  .gallery_image a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; } }
.single_tour__book_section {
  margin-top: 160px;
  text-align: center;
  background-color: #39B7E9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .single_tour__book_section:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background-color: #151515;
    opacity: 0.51;
    z-index: 0;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out; }
  .single_tour__book_section a {
    display: block;
    color: #ffffff;
    padding: 37px 0 0;
    position: relative;
    z-index: 2; }

.book_section_title {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 900;
  margin: 0 auto 17px;
  width: 650px;
  max-width: 100%; }
  .book_section_title span {
    display: block;
    font-size: 0.625em;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 12px; }

.book_tour {
  display: block;
  width: 440px;
  max-width: 100%;
  margin: 120px auto -40px; }

@media screen and (max-width: 112.5em) {
  .book_section_title {
    width: 520px;
    font-size: 1.875em; }
    .book_section_title span {
      font-size: 0.6333333333em; } }
@media screen and (max-width: 90.625em) {
  .single_tour__book_section {
    margin-top: 95px; }

  .book_section_title {
    font-size: 1.6875em;
    margin: 0 auto 10px; }
    .book_section_title span {
      font-size: 0.6296296296em;
      margin-bottom: 10px; }

  .book_tour {
    margin: 85px auto -24px;
    width: 250px; } }
@media screen and (max-width: 68.75em) {
  .single_tour__book_section {
    margin-top: 100px; } }
@media screen and (max-width: 47.9375em) {
  .single_tour__book_section {
    margin: 70px 0 25px; }

  .book_section_title {
    font-size: 1.375em; }

  .book_tour {
    margin-top: 70px;
    margin-bottom: 0;
    position: relative;
    top: 25px; } }
/*--------------------------------------------------------------------------------------------------
 	TEMPLATE: TAXONOMY TOUR CATEGORY
----------------------------------------------------------------------------------------------------*/
.child_tax__tours {
  margin: -12px; }

.child_tax__tour_item {
  float: left;
  width: 50%;
  padding: 12px; }
  .child_tax__tour_item.cat_item {
    margin-bottom: 0; }
  .child_tax__tour_item:nth-of-type(2n+1) {
    clear: left; }
  .child_tax__tour_item .inner {
    padding-top: 63%; }
  .child_tax__tour_item .tour_title {
    text-align: center;
    font-weight: 300;
    padding: 15px 0; }
  .child_tax__tour_item.destination .tour_title {
    padding: 0; }

.child_tax.single {
  width: 50%;
  display: inline-block;
  margin: 0 -2px; }
  .child_tax.single .child_tax__tours {
    margin: 0; }
  .child_tax.single .child_tax__tour_item {
    width: 100%; }
  .child_tax.single:last-child {
    width: 100%; }
    .child_tax.single:last-child .child_tax__tour_item .inner {
      padding-top: 30%; }

.child_terms_navigation {
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
  -webkit-box-shadow: 0 4px 7px -5px #d3d3d3;
  -moz-box-shadow: 0 4px 7px -5px #d3d3d3;
  -o-box-shadow: 0 4px 7px -5px #d3d3d3;
  -ms-box-shadow: 0 4px 7px -5px #d3d3d3;
  box-shadow: 0 4px 7px -5px #d3d3d3;
  background-color: #ffffff;
  z-index: 4; }
  .child_terms_navigation a {
    display: block;
    color: rgba(21, 21, 21, 0.6);
    font-size: 1.5625em;
    line-height: 1.2em;
    font-weight: 900;
    padding: 20px 15px; }
  .child_terms_navigation li {
    margin: 0 20px;
    display: inline-block; }
    .child_terms_navigation li.active a {
      color: #39B7E9; }

@media screen and (max-width: 63.9375em) {
  .horizontal_scrollbar {
    overflow: hidden;
    width: 100%; } }
.horizontal_scrollbar ul {
  display: block;
  white-space: nowrap;
  list-style: none; }
  .horizontal_scrollbar ul > li {
    display: inline-block; }
.horizontal_scrollbar .mCSB_horizontal > .mCSB_container {
  margin-bottom: 15px; }
  .horizontal_scrollbar .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    right: 0;
    margin: auto; }
.horizontal_scrollbar .mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #183C77;
  background: #183c77;
  background: -moz-linear-gradient(left, #183c77 0%, #36889c 100%);
  background: -webkit-linear-gradient(left, #183c77 0%, #36889c 100%);
  background: linear-gradient(to right, #183c77 0%, #36889c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183C77', endColorstr='#36889C',GradientType=1 );
  height: 5px; }
.horizontal_scrollbar .mCSB_horizontal .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0; }
.horizontal_scrollbar .mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E8E8E8;
  height: 5px; }

.destinations_list .cat_posts_count {
  text-align: center; }

@media screen and (max-width: 112.5em) {
  .child_terms_navigation a {
    font-size: 1.25em;
    padding: 15px 15px; } }
@media screen and (max-width: 90.625em) {
  .child_terms_navigation a {
    font-size: 1.0625em;
    padding: 15px 8px; }
  .child_terms_navigation li {
    margin: 0 18px; }

  .child_tax__tours {
    margin: -8px; }

  .child_tax__tour_item {
    padding: 8px; }
    .child_tax__tour_item .tour_title {
      padding: 7px 0; }

  .tour_category__header {
    margin-bottom: 45px; } }
@media screen and (max-width: 47.9375em) {
  .child_terms_navigation {
    margin-left: -35px;
    margin-right: -35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 0;
    width: calc(100% + 70px) !important;
    padding: 2px 20px 10px; }
    .child_terms_navigation a {
      font-size: 1em;
      padding: 10px 0; }
    .child_terms_navigation li {
      margin: 0 15px; }
    .child_terms_navigation.fixed_element.is_stuck {
      top: 58px !important; }
      .child_terms_navigation.fixed_element.is_stuck a {
        font-size: 13px; }

  .tour_category__header {
    margin-bottom: 30px; }

  .taxonomy_header_overlay {
    padding: 70px 0 100px; }

  .taxonomy_children {
    margin-left: -31px;
    margin-right: -31px; }

  .child_tax__tours {
    margin: -4px; }

  .child_tax__tour_item {
    padding: 4px; }
    .child_tax__tour_item .inner {
      padding-top: 123%; }
    .child_tax__tour_item .tour_title {
      padding: 10px 0; } }
@media screen and (max-width: 27.5em) {
  .taxonomy_header_overlay {
    padding: 80px 0 110px; }

  .child_tax__tours {
    margin: -4px 0; }

  .child_tax__tour_item {
    padding: 4px 0;
    width: 100%;
    clear: both; }
    .child_tax__tour_item .inner {
      padding-top: 63%; }

  .child_tax.single {
    width: 100%;
    display: block;
    margin: 0; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: HOMEPAGE
----------------------------------------------------------------------------------------------------*/
.hp_intro_section {
  padding-top: 90px;
  text-align: center; }
  .hp_intro_section .logo {
    margin-bottom: 90px; }
  .hp_intro_section .section__content {
    font-size: 2.1875em;
    line-height: 1.2571428571em;
    font-style: italic;
    font-weight: 300;
    width: 100%;
    max-width: 28.9714285714em;
    margin: 0 auto; }

.default_spacing {
  padding-bottom: 200px; }

.filler__section {
  margin: -100px 0 100px; }

.cta_section {
  margin-bottom: 200px; }

.single_tour__book_section {
  margin-bottom: calc(200px + 60px); }

@media screen and (max-width: 105em) {
  .default_spacing {
    padding-bottom: 140px; }

  .filler__section {
    margin: -60px 0 80px; }

  .cta_section {
    margin-bottom: 140px; }

  .single_tour__book_section {
    margin-bottom: calc(140px + 60px); }

  .hp_intro_section {
    padding-top: 75px; }
    .hp_intro_section .logo {
      width: 400px;
      margin: 0 auto 70px; }
    .hp_intro_section .section__content {
      font-size: 2em;
      max-width: 28.125em; } }
@media screen and (max-width: 90.625em) {
  .default_spacing {
    padding-bottom: 120px; }

  .filler__section {
    margin: -40px 0 80px; }

  .cta_section {
    margin-bottom: 120px; }

  .single_tour__book_section {
    margin-bottom: calc(120px + 50px); }

  .hp_intro_section {
    padding: 60px 0 90px; }
    .hp_intro_section .logo {
      width: 320px;
      margin: 0 auto 50px; }
    .hp_intro_section .section__content {
      font-size: 1.6875em;
      max-width: 29.6296296296em; } }
@media screen and (max-width: 63.9375em) {
  .default_spacing,
  .hp_intro_section {
    padding-bottom: 140px; }

  .filler__section {
    margin: -60px 0 80px; }

  .cta_section {
    margin-bottom: 140px; }

  .single_tour__book_section {
    margin-bottom: calc(140px + 60px); }

  .hp_intro_section {
    padding-top: 100px; }
    .hp_intro_section .section__content {
      font-size: 1.8125em; } }
@media screen and (max-width: 47.9375em) {
  .default_spacing {
    padding-bottom: 90px; }

  .filler__section {
    margin: -10px 0 80px; }

  .cta_section {
    margin-bottom: 0; }

  .about_cta__section,
  .fleet_cta__section {
    margin-bottom: 90px; }

  .single_tour__book_section {
    margin-bottom: calc(90px + 30px); }

  .hp_intro_section {
    padding: 75px 0; }
    .hp_intro_section .logo {
      width: 220px;
      margin: 0 auto 40px; }
      .hp_intro_section .logo img {
        height: auto; }
    .hp_intro_section .section__content {
      font-size: 1.375em;
      line-height: 1.5454545455em; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: ERROR PAGE
----------------------------------------------------------------------------------------------------*/
.error__main .default_page__content.paragraph {
  text-align: center; }
  .error__main .default_page__content.paragraph a {
    color: #39B7E9;
    font-weight: 700; }
  .error__main .default_page__content.paragraph ul {
    margin-bottom: 0; }
  .error__main .default_page__content.paragraph li {
    margin-bottom: 10px; }

@media screen and (max-width: 63.9375em) {
  .error__main .default_spacing,
  .error__main .hp_intro_section {
    padding-bottom: 70px; }
  .error__main .section__title {
    font-size: 20px;
    margin-bottom: 5px; }
  .error__main .default_page__content.paragraph li {
    margin-bottom: 4px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: REQUEST TOUR
----------------------------------------------------------------------------------------------------*/
.form_intro_section,
.form_intro_section.hp_intro_section {
  padding-bottom: 120px; }

.form__contact_info {
  position: absolute;
  top: 40px;
  right: 70px;
  width: 260px; }

.contact_toggle {
  background-color: #ffffff;
  border-color: transparent;
  border-bottom-color: #39B7E9;
  color: #39B7E9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 2.7777777778em;
  font-weight: 700;
  margin-bottom: 15px;
  cursor: default; }
  .contact_toggle:hover {
    background-color: #ffffff;
    color: #39B7E9;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border-color: transparent;
    border-bottom-color: #39B7E9; }

.contact_infos_list li {
  font-size: 1.1875em;
  line-height: 1.2105263158em;
  margin-bottom: 10px; }
.contact_infos_list a {
  color: #39B7E9; }

.shore_excursion_tour_note {
  display: none; }

@media screen and (max-width: 90.625em) {
  .form_intro_section,
  .form_intro_section.hp_intro_section {
    padding-bottom: 50px; }

  .form__contact_info {
    top: 15px;
    right: 15px;
    width: auto; }

  .contact_toggle {
    font-size: 0.875em;
    line-height: 2.1428571429em;
    margin-bottom: 10px;
    padding: 0 30px; }

  .contact_infos_list li {
    font-size: 0.875em;
    margin-bottom: 5px; } }
@media screen and (max-width: 63.9375em) {
  .form__contact_info {
    top: -2px;
    left: 20px;
    right: 20px;
    margin: auto;
    width: 200px;
    text-align: center; }

  .contact_infos_list {
    display: none; }
    .contact_infos_list.active {
      display: block; }

  .contact_toggle {
    cursor: pointer;
    background-color: #39B7E9;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

  .form_intro_section,
  .form_intro_section.hp_intro_section {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .form_intro_section.contact_infos_are_open,
    .form_intro_section.hp_intro_section.contact_infos_are_open {
      padding-top: 170px; } }
@media screen and (max-width: 47.9375em) {
  .form_area.default_spacing {
    padding-bottom: 50px; }
  .form_area .wrapper {
    padding: 0 30px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: FLEET
----------------------------------------------------------------------------------------------------*/
.fleet__cover {
  position: relative; }
  .fleet__cover .inner {
    padding-top: 25%;
    position: relative; }
    .fleet__cover .inner:after {
      display: none; }
  .fleet__cover .page__title {
    text-align: center;
    font-size: 8.4375em;
    line-height: 0.9em;
    font-weight: 900;
    color: #ffffff;
    left: 0;
    right: 0;
    bottom: -0.24em;
    margin: 0 auto;
    position: absolute;
    z-index: 10; }

@media screen and (max-width: 90.625em) {
  .fleet__cover .page__title {
    font-size: 5.625em; } }
@media screen and (max-width: 63.9375em) {
  .fleet__cover .inner {
    padding-top: 37%; } }
@media screen and (max-width: 47.9375em) {
  .fleet__cover .inner {
    padding-top: 66%; }
  .fleet__cover .page__title {
    font-size: 4.0625em; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SEARCH RESULTS
----------------------------------------------------------------------------------------------------*/
.search_results__page .search-tour__terms {
  color: #39B7E9; }

/*--------------------------------------------------------------------------------------------------
  TEMPLATE: COMING SOON
----------------------------------------------------------------------------------------------------*/
.global_wrapper {
  max-width: 100%; }

.main__coming_soon {
  font-family: "Kaushan Script", cursive;
  height: 100vh;
  overflow: hidden;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  .main__coming_soon .sidebar {
    background-color: #ffffff;
    color: #29B7E9;
    height: 100%;
    width: 560px;
    padding: 40px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    text-align: center; }
  .main__coming_soon .inner {
    position: absolute;
    height: 560px;
    overflow: auto;
    top: 40px;
    bottom: 17%;
    left: 40px;
    right: 40px;
    margin: auto; }
  .main__coming_soon .page__title {
    font-size: 55px;
    color: #29B7E9; }
  .main__coming_soon .paragraph {
    font-size: 20px;
    line-height: 1.5em; }
  .main__coming_soon .button {
    border: 2px solid #29B7E9;
    background-color: #29B7E9;
    color: #ffffff;
    width: 310px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    display: block;
    margin: 35px auto 0;
    border: none; }
    .main__coming_soon .button:hover {
      color: #29B7E9;
      background-color: #ffffff; }
  .main__coming_soon .logo {
    width: 62%;
    display: block;
    margin: auto;
    margin-bottom: 120px; }

.coming_soon__logo {
  max-width: 70%;
  margin: 0 auto 17px; }

@media screen and (max-width: 90em) {
  .main__coming_soon {
    background-position: right bottom; }
    .main__coming_soon .sidebar {
      width: 360px; }
    .main__coming_soon .inner {
      height: 460px;
      bottom: 50px; }
    .main__coming_soon .logo {
      width: 210px;
      margin-bottom: 60px; }
    .main__coming_soon .page__title {
      font-size: 34px; }
    .main__coming_soon .paragraph {
      font-size: 16px;
      line-height: 1.4em; }
    .main__coming_soon .button {
      margin-top: 25px;
      width: 200px;
      line-height: 47px;
      height: 47px; } }
@media screen and (min-width: 64em) and (max-height: 30em) {
  .main__coming_soon .logo {
    margin-bottom: 50px; }
  .main__coming_soon .page__title {
    font-size: 32px; }
  .main__coming_soon .inner {
    position: static;
    height: auto; } }
@media screen and (max-width: 63.9375em) {
  .main__coming_soon {
    background-size: auto 70%;
    background-position: center top; }
    .main__coming_soon .logo {
      margin-bottom: 30px; }
    .main__coming_soon .page__title {
      font-size: 30px;
      margin-bottom: 15px; }
    .main__coming_soon .coming_soon__logo {
      margin-bottom: 10px; }
    .main__coming_soon .sidebar {
      width: 100%;
      padding: 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto; }
    .main__coming_soon .inner {
      position: static;
      height: auto; }
    .main__coming_soon .button {
      margin-top: 15px;
      height: 40px;
      line-height: 40px; } }
@media screen and (max-width: 63.9375em) {
  .main__coming_soon {
    background-size: cover;
    background-position: center; }
    .main__coming_soon .logo {
      margin-bottom: 25px;
      background-color: #ffffff;
      padding-top: 20px; }
      .main__coming_soon .logo img {
        max-width: 170px; }
    .main__coming_soon .page__title {
      font-size: 24px;
      margin-bottom: 18px; }
    .main__coming_soon .coming_soon__logo {
      margin-bottom: 8px; }
    .main__coming_soon .paragraph {
      font-size: 14px;
      line-height: 18px; }
    .main__coming_soon .sidebar {
      background-color: rgba(255, 255, 255, 0.6);
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+36,7db9e8+100&1+0,1+37,0+100 */
      background: -moz-linear-gradient(top, white 0%, white 36%, #fdfeff 37%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, white 0%, white 36%, #fdfeff 37%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, white 0%, white 36%, #fdfeff 37%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=0 );
      /* IE6-9 */
      width: 100%;
      padding: 0 0 30px;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      height: 100%; }
    .main__coming_soon .inner {
      height: auto;
      padding: 0 20px; }
    .main__coming_soon .button {
      margin-top: 20px;
      height: 38px;
      line-height: 38px;
      font-size: 13px; } }
/*-------------------------------------------------------------------------------------------------
   MODULES
--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------
   FUNCTIONS
--------------------------------------------------------------------------------------------------*/
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .slick-lightbox.slick-hide {
    opacity: 0; }
  .slick-lightbox.slick-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0; }
  .slick-lightbox.slick-lightbox-ie.slick-hide, .slick-lightbox.slick-lightbox-ie.slick-hide-init {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .slick-lightbox .slick-list {
    border-left: 300px solid rgba(21, 21, 21, 0);
    border-right: 300px solid rgba(21, 21, 21, 0); }
  .slick-lightbox .slick-lightbox-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2560px;
    max-width: 100%;
    margin: auto;
    height: 90%; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
      text-align: center;
      overflow: hidden; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        max-height: 100%; }
        .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
          margin: 0 auto;
          display: block;
          max-width: 100%; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
      display: block;
      text-align: center; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-arrow,
  .slick-lightbox .slick-lightbox-close {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border: none;
    padding: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer; }
  .slick-lightbox .slick-arrow {
    background: url(../img/icons/icon-arrow_right-white.png) no-repeat scroll center center transparent;
    background-size: 100% auto; }
  .slick-lightbox .slick-prev {
    left: 150px;
    background-image: url(../img/icons/icon-arrow_left-white.png); }
  .slick-lightbox .slick-next {
    right: 150px; }
  .slick-lightbox .slick-lightbox-close {
    background-image: url(../img/icons/icon-close-white.png);
    top: 50px;
    bottom: auto;
    right: 150px; }

.slick-active,
.slick-slide:active,
.slick-slide:focus {
  outline: none; }

.slick-lightbox .slick-lightbox-slick-caption {
  font-family: "Kaushan Script", cursive;
  font-size: 1.4375em;
  line-height: 1.1304347826em;
  color: #ffffff;
  padding: 10px 5px;
  margin: 0; }

@media screen and (max-width: 119.9375em) {
  .slick-lightbox .slick-list {
    border-left-width: 100px;
    border-right-width: 100px; }
  .slick-lightbox .slick-arrow,
  .slick-lightbox .slick-lightbox-close {
    width: 50px;
    height: 60px; }
    .slick-lightbox .slick-arrow:before,
    .slick-lightbox .slick-lightbox-close:before {
      font-size: 26px; }
  .slick-lightbox .slick-prev {
    left: 50px; }
  .slick-lightbox .slick-next {
    right: 50px; }
  .slick-lightbox .slick-lightbox-close {
    top: 30px;
    right: 50px; } }
@media screen and (max-width: 105em) {
  .slick-lightbox .slick-list {
    border-left-width: 70px;
    border-right-width: 70px; }
  .slick-lightbox .slick-arrow,
  .slick-lightbox .slick-lightbox-close {
    width: 40px;
    height: 50px; }
  .slick-lightbox .slick-prev {
    left: 15px; }
  .slick-lightbox .slick-next {
    right: 15px; }
  .slick-lightbox .slick-lightbox-close {
    top: 15px;
    right: 15px; } }
@media screen and (max-width: 47.9375em) {
  .slick-lightbox {
    z-index: 10000; }
    .slick-lightbox .slick-lightbox-inner {
      top: 55px;
      bottom: 20px;
      height: auto; }
    .slick-lightbox .slick-list {
      border-left-width: 10px;
      border-right-width: 10px; }
    .slick-lightbox .slick-next,
    .slick-lightbox .slick-prev {
      opacity: 0;
      visibility: hidden; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
      max-width: 100%; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
        max-width: 100%; }
    .slick-lightbox .slick-lightbox-close {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      top: -43px;
      right: 13px;
      width: 40px;
      height: 40px;
      background-size: auto 52%;
      background-color: rgba(21, 21, 21, 0.5); }

  .slick-lightbox .slick-lightbox-slick-caption {
    font-size: 1.125em;
    padding: 11px 5px;
    letter-spacing: 1px;
    margin: 0; } }
/*--------------------------------------------------------------------------------------------------
  MODULE: COOKIES CONCENT POP UP
----------------------------------------------------------------------------------------------------*/
.cc_banner-wrapper {
  background-color: #39B7E9;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0; }

.cc_banner.cc_container {
  border: #E9E9E9;
  background-color: #39B7E9;
  position: relative;
  color: #E9E9E9;
  max-width: 100%;
  margin: auto;
  padding: 8px 15px;
  font-family: "Lato", sans-serif; }

.cc_banner.cc_container .cc_message {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  text-align: justify; }

.cc_container a.cc_btn {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #E9E9E9;
  color: #39B7E9;
  width: auto;
  margin: 0 0 2px;
  padding: 8px 12px;
  font-size: 14px; }
  .cc_container a.cc_btn:hover {
    background-color: #39B7E9;
    color: #E9E9E9; }

.cc_container .cc_message a {
  color: #E9E9E9;
  text-decoration: underline; }
  .cc_container .cc_message a:hover, .cc_container .cc_message a:visited {
    color: #E9E9E9;
    text-decoration: none; }

@media screen and (max-width: 59.375em) {
  .logo {
    padding-top: 20px; } }
@media screen and (max-width: 47.9375em) {
  .logo {
    padding-top: 20px; }
    .logo img {
      height: 40px; } }
@media screen and (max-width: 30em) {
  .cc_banner.cc_container {
    padding-bottom: 45px; }

  .cc_container a.cc_btn {
    position: absolute;
    font-size: 0.8125em;
    line-height: 1em;
    left: 5px;
    right: 5px;
    bottom: 5px;
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 100%; } }
/*--------------------------------------------------------------------------------------------------
  MODULE: VIVA WALLET
----------------------------------------------------------------------------------------------------*/
.page__viva_wallet {
  min-height: 100vh; }
  .page__viva_wallet .hp_intro_section .section__title {
    margin-bottom: 10px; }

.viva_wallet_page__content h2, .viva_wallet_page__content h3 {
  font-size: 30px;
  line-height: 1em;
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #39B7E9; }
.viva_wallet_page__content center {
  padding-top: 40px;
  padding-bottom: 60px; }
.viva_wallet_page__content .AmountLabel {
  font-family: "Kaushan Script", cursive;
  font-size: 25px;
  display: inline-block;
  width: 115px; }
.viva_wallet_page__content a.vivapayments-widget-button {
  background-color: #39B7E9 !important;
  color: #ffffff;
  font-size: 25px;
  font-family: "Kaushan Script", cursive;
  -webkit-box-shadow: 0 0 7px 0 rgba(233, 233, 233, 0.3) !important;
  -moz-box-shadow: 0 0 7px 0 rgba(233, 233, 233, 0.3) !important;
  -o-box-shadow: 0 0 7px 0 rgba(233, 233, 233, 0.3) !important;
  -ms-box-shadow: 0 0 7px 0 rgba(233, 233, 233, 0.3) !important;
  box-shadow: 0 0 7px 0 rgba(233, 233, 233, 0.3) !important;
  border: 2px solid #39B7E9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  width: 300px;
  max-width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .viva_wallet_page__content a.vivapayments-widget-button:hover {
    -webkit-transform: scale(0.97, 0.97) !important;
    -moz-transform: scale(0.97, 0.97) !important;
    -ms-transform: scale(0.97, 0.97) !important;
    -o-transform: scale(0.97, 0.97) !important;
    transform: scale(0.97, 0.97) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

#vivapayments-widgets-dialogs-wrapper {
  background-color: rgba(21, 21, 21, 0.5);
  max-height: 100vh;
  overflow: auto; }

@media screen and (max-width: 47.9375em) {
  .page-template-viva_wallet #vivapayments-widgets-dialogs-wrapper .vivapayments-widget-dialog .iframeclass {
    height: 1300px !important; }

  .page__viva_wallet .hp_intro_section {
    padding: 45px 0 0; }
    .page__viva_wallet .hp_intro_section .section__title {
      margin-bottom: 6px; }

  .viva_wallet_page__content h2, .viva_wallet_page__content h3 {
    font-size: 21px; }
  .viva_wallet_page__content .AmountLabel {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  .viva_wallet_page__content a.vivapayments-widget-button {
    font-size: 20px; } }
