/*!
Theme Name: cartours2019
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cartours2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

cartours2019 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation ul li {
  margin: 0 10px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
}
.main-navigation ul li.current-menu-item a:before,
.main-navigation ul li.current-page-ancestor a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-navigation ul li a {
  color: white;
  position: relative;
  padding-bottom: 29px;
}
.main-navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.main-navigation ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
/*.post,
.page {
	margin: 0 0 1.5em;
}*/
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Other CSS
--------------------------------------------------------------*/
.font-hairline {
  font-family: 'Lato-Hairline';
}
.font-light {
  font-family: 'Lato-Light';
}
.font-thin {
  font-family: 'Lato-Thin';
}
.font-regular {
  font-family: 'Lato-Regular';
}
.font-black {
  font-family: 'Lato-Black';
}
.font-medium {
  font-family: 'Lato-Medium';
}
.font-semibold {
  font-family: 'Lato-Semibold';
}
.font-bold {
  font-family: 'Lato-Bold';
}
.font-heavy {
  font-family: 'Lato-Heavy';
}
.font-italic {
  font-family: 'Lato-Italic';
}
.margin-space-top-50 {
  margin-top: 50px;
}
.margin-space-top-25 {
  margin-top: 25px;
}
.margin-space-bottom-50 {
  margin-bottom: 50px;
}
.margin-space-bottom-25 {
  margin-bottom: 25px;
}
.margin-space-50 {
  margin: 50px 0;
}
.margin-space-25 {
  margin: 25px 0;
}
.pad-space-height-50 {
  padding: 50px 0;
}
.pad-space-height-100 {
  padding: 100px 0;
}
.no-pad {
  padding: 0;
}
.img-maximized {
  width: 100%;
}
.text-white {
  color: white;
}
.text-gray {
  color: #737373;
}
.text-black {
  color: black;
}
.text-blue {
  color: #2EBAD3;
}
.text-violet {
  color: #2D3F63;
}
.text-orange {
  color: #F19109;
}
.text-yellow {
  color: #E9C030;
}
.text-green {
  color: #62B21F;
}
.bg-blue {
  background: #2EBAD3;
}
.bg-orange {
  background: #F19109;
}
.bg-green {
  background: #62B21F;
}
.border-blue {
  border: 1px solid #2EBAD3;
}
.border-orange {
  border: 1px solid #F19109;
}
.border-green {
  border: 1px solid #62B21F;
}
.box-shadow {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}
/*.btn-orange{
	.bg-orange;
	.color-white;
	.border-orange;
	padding: 10px 20px;
	.font-regular;
	.default-transition;
	&:hover{
		.bg-black;
		.border-black;
		.color-white;
		.default-transition;
	}
}*/
html,
body {
  font-size: 18px;
  font-family: 'Lato-Regular';
  color: #737373;
  background: #F2F2F2;
  overflow-x: hidden;
}
p {
  line-height: 25px;
}
hr {
  margin: 0;
  background: #8080802e;
}
input,
select {
  font-family: 'Lato-Regular';
  font-size: 16px;
}
#masthead {
  background: #2EBAD3;
}
#masthead .site-branding .logo {
  padding: 10px 0;
}
#masthead .site-branding .logo img {
  width: 100%;
}
#masthead .site-branding .currency,
#masthead .site-branding .language {
  display: none;
}
#masthead .social-media-links {
  margin-top: 25px;
  display: inline-block;
}
#masthead .social-media-links ul {
  margin: 0;
  padding: 0;
}
#masthead .social-media-links ul li {
  font-size: 18px;
  margin: 0 5px;
  list-style: none;
  display: inline-block;
  font-family: 'Lato-Light';
}
#masthead .social-media-links ul li a {
  color: white;
}
#masthead .social-media-links ul li a:hover {
  color: #F19109;
}
#masthead .currency,
#masthead .language {
  display: inline-block;
  position: relative;
}
#masthead .currency .iso-code,
#masthead .language .iso-code {
  margin-right: 3px;
}
#masthead .currency .currency-btn,
#masthead .language .currency-btn,
#masthead .currency .language-btn,
#masthead .language .language-btn {
  background: transparent;
  border: none;
  outline: none;
  color: white;
}
#masthead .currency .currency-list,
#masthead .language .currency-list,
#masthead .currency .language-list,
#masthead .language .language-list {
  display: none;
  position: absolute;
  width: 250px;
  background: #2EBAD3;
  padding: 20px;
  height: 250px;
  overflow-y: scroll;
  top: 50px;
  z-index: 9;
}
#masthead .currency .currency-list ul,
#masthead .language .currency-list ul,
#masthead .currency .language-list ul,
#masthead .language .language-list ul {
  margin: 0;
  padding: 0;
}
#masthead .currency .currency-list ul li,
#masthead .language .currency-list ul li,
#masthead .currency .language-list ul li,
#masthead .language .language-list ul li {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #8080803d;
  font-size: 15px;
}
#masthead .currency .currency-list ul li a,
#masthead .language .currency-list ul li a,
#masthead .currency .language-list ul li a,
#masthead .language .language-list ul li a {
  color: white;
}
#masthead .login {
  display: inline-block;
  background: #00000036;
  padding: 25px 5px;
  position: relative;
  /*		ul{
			margin: 0;
			padding: 0;
			li{
				list-style: none;
				background: #00000036;
				padding: 25px 15px;
				a{
					color: white;
					font-size: 16px;
					text-transform: uppercase;
				}
				&.current_page_item{
					background: #fff;
					a{
						.text-blue;
					}
				}
			}
		}*/
}
#masthead .login .login-btn {
  background: transparent;
  border: none;
  outline: none;
  color: white;
}
#masthead .login .sign-in-container {
  display: none;
  position: absolute;
  width: 350px;
  left: -263px;
  background: white;
  padding: 20px;
  top: 77px;
  z-index: 9;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}
#colophon {
  padding: 50px 0;
  background: white;
}
#colophon ul li {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
#colophon ul li a {
  color: black;
}
#colophon ul li a:hover {
  color: #2EBAD3;
}
#colophon .footer-logo {
  text-align: center;
}
#colophon .footer-logo .social-media-links {
  display: none;
}
#colophon .copyright {
  margin-top: 0;
}
#colophon .social-media-links {
  text-align: right;
}
#colophon .social-media-links ul li {
  font-size: 20px;
  margin: 0 5px;
  display: inline-block;
}
#colophon .social-media-links ul li a {
  color: #2EBAD3;
}
#colophon .social-media-links ul li a:hover {
  color: #F19109;
}
#colophon .other-menu ul {
  margin: 0;
  padding: 0;
}
.banner-container .tagline {
  padding: 150px 0 50px;
}
.banner-container .tagline img {
  width: 800px;
}
.booking {
  background: white;
  padding: 20px;
}
.booking input,
.booking select {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 0;
}
.booking label {
  font-weight: 100;
  font-family: 'Lato-Medium';
  font-size: 15px;
}
.booking input[type="submit"] {
  background: #F19109;
  color: white;
  border: 1px solid #F19109;
  outline: none;
  margin-top: 30px;
  padding: 16px 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.booking input[type="submit"]:hover {
  background: #2EBAD3;
  border: 1px solid #2EBAD3;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.booking .tour-date-field {
  padding: 20px 10px !important;
  border-right: none;
  outline: none !important;
}
.booking .tour-date-field:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc;
}
.booking .input-group-addon {
  border-radius: 1px;
  background: white;
  border-left: none;
}
.booking .input-group-addon i.fa {
  color: #2EBAD3;
  font-size: 18px;
}
.booking .btn-container {
  margin-top: 40px;
}
.booking .btn-container a {
  background: #F19109;
  color: white;
  border: 1px solid #F19109;
  outline: none;
  padding: 12px 20px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.booking .btn-container a:hover {
  background: #2EBAD3;
  border: 1px solid #2EBAD3;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#homepage .booking-container {
  display: none;
}
#homepage .services-container {
  margin-top: -80px;
}
#homepage .services-container img {
  width: 150px;
}
#homepage .services-container p {
  margin-top: 15px;
  color: #2D3F63;
}
#homepage .destinations-container .tour-content .country-name {
  font-family: 'Lato-Bold';
  text-transform: uppercase;
}
#homepage .destinations-container .tour-content .tour-name {
  font-family: 'Lato-Bold';
}
#homepage .destinations-container .tour-content .tour-name a {
  color: #737373;
}
#homepage .destinations-container .tour-content .tour-name a:hover {
  color: #2EBAD3;
}
#homepage .destinations-container .tour-content .tour-excerpt {
  font-size: 12px;
  line-height: 20px;
}
#homepage .testimonials-container {
  position: relative;
  height: auto;
}
#homepage .testimonials-container .navigate-buttons {
  position: relative;
  z-index: 9999;
}
#homepage .testimonials-container .navigate-buttons #prev,
#homepage .testimonials-container .navigate-buttons #next {
  position: absolute;
  color: #2EBAD3;
  cursor: pointer;
  top: 0;
  margin-top: 70px;
  border: 1px solid #2EBAD3;
  border-radius: 100%;
  padding: 4px 15px;
}
#homepage .testimonials-container .navigate-buttons #prev .fa,
#homepage .testimonials-container .navigate-buttons #next .fa {
  font-size: 30px;
}
#homepage .testimonials-container .navigate-buttons #prev {
  left: 0;
}
#homepage .testimonials-container .navigate-buttons #next {
  right: 0;
}
#homepage .testimonials-container .testimonial-content {
  padding: 0 60px 10px !important;
  margin-top: 0 !important;
}
#homepage .testimonials-container .testimonial-content p {
  font-family: 'Lato-Italic';
  line-height: 30px;
}
#homepage .testimonials-container .testimonial-content .ratings {
  color: #E9C030;
  margin-bottom: 25px;
}
#homepage .testimonials-container .testimonial-content .author {
  color: black;
  margin: 25px 0;
}
#homepage .map-container iframe {
  width: 100%;
  border: none;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#homepage .map-container iframe:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#about-page h2 {
  color: black;
  margin-bottom: 25px;
}
#about-page p {
  font-size: 15px;
  line-height: 25px;
}
#about-page h4 {
  margin-bottom: 50px;
  line-height: 25px;
}
#about-page .contact-form-container input[type="text"],
#about-page .contact-form-container input[type="email"],
#about-page .contact-form-container textarea {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #80808075;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  resize: none;
  font-family: 'Lato-Regular';
  font-size: 16px;
}
#about-page .contact-form-container input[type="submit"] {
  background: #F19109;
  color: white;
  padding: 15px 40px;
  border: 1px solid #F19109;
  outline: none;
  border-radius: 0;
  letter-spacing: 1px;
  margin-top: 20px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#about-page .contact-form-container input[type="submit"]:hover {
  border: 1px solid #2EBAD3;
  background: #2EBAD3;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#about-page .contact-form-container label {
  font-weight: 100;
  font-size: 15px;
}
#about-page .contact-form-container p {
  margin-bottom: 25px;
  margin-top: -25px;
}
#work-with-us-page h3 {
  color: #2EBAD3;
  margin-bottom: 25px;
}
#work-with-us-page .supplier-link a,
#work-with-us-page .partner-link a {
  color: #2EBAD3;
}
#work-with-us-page .supplier-link a:hover,
#work-with-us-page .partner-link a:hover {
  color: #F19109;
}
#work-with-us-page p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 1.5em;
}
#faqs-page .faqs-list ul {
  margin: 0;
  padding: 0;
}
#faqs-page .faqs-list ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Lato-Medium';
}
#faqs-page .faqs-list ul li a {
  color: black;
  letter-spacing: 1px;
}
#faqs-page .faqs-list ul li a:hover {
  color: #2EBAD3;
}
#faqs-page .faqs-list ul li.current-menu-item a {
  color: #2EBAD3;
}
#faqs-page .faq-content h3 {
  margin-top: 0;
}
#faqs-page .faq-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 1.5em;
}
#booking-page .booking {
  background: transparent;
  padding: 0;
}
#booking-page #select-car {
  text-align: center;
}
#booking-page #select-car thead tr td {
  padding: 25px 0;
}
#booking-page #select-car tbody tr td {
  padding: 20px 0;
}
#booking-page #select-car tbody tr td span {
  font-size: 24px;
}
#booking-page #select-car tbody tr td span a {
  font-size: 15px;
  color: #2EBAD3;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  margin-left: 40px;
}
#booking-page #select-car tbody tr td span a:hover {
  color: #F19109;
}
#booking-page #select-car tbody tr td .btn-blue {
  background: #2EBAD3;
  color: white;
  border: 1px solid #2EBAD3;
  padding: 10px 20px;
  font-family: 'Lato-Regular';
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border-radius: 1px;
  margin-left: 40px;
  text-transform: uppercase;
  font-size: 15px;
}
#booking-page #select-car tbody tr td .btn-blue:hover {
  background: #F19109;
  color: white;
  border: 1px solid #F19109;
}
#booking-page #select-car tbody tr td .btn-green {
  background: #62B21F;
  color: white;
  border: 1px solid #62B21F;
  padding: 10px 20px;
  font-family: 'Lato-Regular';
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border-radius: 1px;
  margin-left: 40px;
  text-transform: uppercase;
  font-size: 15px;
}
#booking-page #select-car tbody tr td .btn-green:hover {
  background: #F19109;
  color: white;
  border: 1px solid #F19109;
}
#booking-page #select-car tbody tr:nth-child(even) td {
  background: transparent !important;
}
#booking-page #select-car tbody tr:nth-child(odd) td:nth-child(2),
#booking-page #select-car tbody tr:nth-child(odd) td:nth-child(3) {
  background: white;
}
#booking-page .select-car-mobile {
  display: none;
}
#booking-page h5 span.btn-container {
  float: right;
}
#booking-page h5 span.btn-container a {
  background: #2EBAD3;
  color: white;
  padding: 10px 20px;
}
#booking-page h5 span.btn-container a:hover {
  background: #F19109;
  color: white;
}
#booking-page .tour-add-ons {
  border: 1px solid #8080803b;
  margin-top: 25px;
}
#booking-page .tour-add-ons .no-pad {
  padding: 0;
}
#booking-page .tour-add-ons .summary-details {
  background: white;
  padding: 20px;
}
#booking-page .tour-add-ons .summary-details h3 {
  margin-top: 0;
}
#booking-page .tour-add-ons .summary-details .country-name {
  margin-bottom: 15px;
}
#booking-page .tour-add-ons .summary-details ul {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 15px;
}
#booking-page .tour-add-ons .summary-details p {
  font-size: 15px;
}
#booking-page .tour-add-ons .summary-details .read-more-container {
  margin: 10px 0 20px;
}
#booking-page .tour-add-ons .summary-details .read-more-container .read-more-link {
  position: relative;
  color: gray;
  font-size: 15px;
}
#booking-page .tour-add-ons .summary-details .read-more-container .read-more-link:before {
  content: "";
  position: absolute;
  height: 1px;
  background: gray;
  bottom: -5px;
  width: 100%;
}
#booking-page .tour-add-ons .summary-details .read-more-container .read-more-link:hover {
  color: #2EBAD3;
}
#booking-page .tour-add-ons .summary-details .read-more-container .read-more-link:hover:before {
  background: #2EBAD3;
}
#booking-page .tour-add-ons .summary-details .add-on-price-content {
  padding: 0 15px;
}
#booking-page .tour-add-ons .summary-details .btn-green {
  background: #62B21F;
  color: white;
  padding: 25px 20px;
  font-size: 15px;
  border-radius: 1px;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  font-family: 'Lato-Medium';
  font-size: 18px;
}
#booking-page .tour-add-ons .summary-details .btn-green:hover {
  background: #F19109;
  color: white;
}
#booking-page .customize-container {
  background: white;
  padding: 14px 25px;
}
#booking-page .customize-container h3 {
  font-family: 'Lato-Bold';
  margin: 0;
  font-size: 25px;
}
#booking-page .customize-container p {
  font-size: 13px;
}
#booking-page .inquire-btn {
  margin-top: 37px;
}
#booking-page .inquire-btn .btn-orange {
  background: #F19109;
  color: white;
  padding: 38px 21px;
  border-radius: 1px;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  font-family: 'Lato-Medium';
  font-size: 18px;
}
#booking-page .inquire-btn .btn-orange:hover {
  background: #2EBAD3;
  color: white;
}
#booking-page textarea[name="inquire-message"] {
  margin: 20px 0;
  width: 100%;
  resize: none;
  border-radius: 1px;
  padding: 10px;
  font-size: 15px;
  font-family: 'Lato-Regular';
  outline: none;
  height: 200px;
}
#booking-page .form-group label {
  font-family: 'Lato-Regular';
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 5px;
}
#booking-page .form-group input[type="text"],
#booking-page .form-group input[type="email"],
#booking-page .form-group select,
#booking-page .form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 1px;
  border: 1px solid #8080803b;
  margin-bottom: 10px;
  outline: none;
  font-size: 13px;
}
#booking-page .form-group textarea {
  height: 250px;
  resize: none;
}
#booking-page .tour-date-field {
  margin-bottom: 0 !important;
}
#booking-page .input-group {
  margin-bottom: 10px;
}
#booking-page #your-details tr,
#booking-page #booking-overview tr {
  border: 1px solid #80808057;
}
#booking-page #your-details tr td,
#booking-page #booking-overview tr td {
  padding: 5px 15px;
  background: white;
  color: black;
}
#booking-page #your-details tr td h6,
#booking-page #booking-overview tr td h6 {
  font-size: 13px;
  line-height: 20px;
}
#booking-page #your-details tr td h3,
#booking-page #booking-overview tr td h3 {
  margin-top: 35px;
}
#booking-page #your-details tr td .total-price,
#booking-page #booking-overview tr td .total-price {
  font-family: 'Lato-Bold';
  margin-top: 10px;
  font-size: 25px;
}
#booking-page .payment-btn {
  margin-top: 100px;
}
#booking-page .itinerary-full-details .itinerary-desc {
  margin-bottom: 25px;
  background: white;
  padding: 20px;
  border: 1px solid #80808061;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}
#booking-page .itinerary-full-details .itinerary-desc h4 {
  color: #2EBAD3;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  font-size: 16px;
}
#booking-page .itinerary-full-details .itinerary-desc p {
  font-size: 14px;
  text-align: justify;
}
#booking-page input[type="submit"],
#booking-page .btn-green {
  padding: 15px;
  border-radius: 1px;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: 1px solid #62B21F;
  background: #62B21F;
  color: white;
  font-family: 'Lato-Regular';
}
#booking-page input[type="submit"]:hover,
#booking-page .btn-green:hover {
  outline: none;
  color: white;
  background: #F19109;
  border: 1px solid #F19109;
}
.booking-result {
  display: none;
}
#fb-root {
  display: block !important;
}
div.wpcf7-response-output {
  margin: 0;
}
/*--------------------------------------------------------------
## Nav Wizard
--------------------------------------------------------------*/
.wizard {
  margin: 20px auto;
  background: transparent;
}
.wizard .nav-tabs {
  position: relative;
  margin: 40px auto 50px;
  border: none;
}
.wizard > div.wizard-inner {
  position: relative;
}
.wizard span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #E2E2E2;
  border: 2px solid #E2E2E2;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  outline: none;
}
.wizard span.round-tab i {
  color: #555555;
}
.wizard span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}
.wizard span.round-tab h5 {
  font-size: 12px;
  margin-top: 25px;
}
.wizard span.round-tab h5 span {
  font-size: 14px;
  line-height: 20px;
}
.wizard span.round-tab img {
  width: 40px !important;
  vertical-align: sub;
  margin-top: 13px;
}
.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
  outline: none;
}
.wizard li.active span.round-tab {
  background: #2EBAD3;
  border: 2px solid #2EBAD3;
}
.wizard li.active span.round-tab img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.wizard li.active span.round-tab i {
  color: white;
}
.wizard .nav-tabs > li {
  width: 25%;
}
.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}
.wizard .nav-tabs > li a:hover,
.wizard .nav-tabs > li a:visited,
.wizard .nav-tabs > li a:focus,
.wizard .nav-tabs > li a {
  background: transparent;
  color: #555555;
}
.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}
.wizard h3 {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Ultimate Member
--------------------------------------------------------------*/
.um-73.um .um-profile-photo a.um-profile-photo-img {
  top: -60px !important;
}
.um-73.um .um-profile-meta {
  padding-left: 250px !important;
}
.um-profile-nav {
  padding: 10px !important;
  background: #444 !important;
  text-align: center !important;
  margin-top: 40px !important;
}
/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal {
  font-family: 'Lato-Regular';
}
.modal .modal-header {
  padding: 10px 10px 0;
  border-bottom: none;
}
.modal .modal-header .close {
  font-size: 40px;
  outline: none;
}
.modal .modal-body {
  padding: 10px 40px 25px;
}
/*--------------------------------------------------------------
## Error Page /  Not Found Page
--------------------------------------------------------------*/
.error-404 {
  min-height: 250px;
  padding: 100px 0;
}
.error-404 a {
  padding: 15px 25px;
  color: white;
  font-family: 'Lato-Regular';
}
.error-404 a:hover {
  background: transparent;
}
/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 999;
  width: 30px;
  cursor: pointer;
}
.menu-toggle span.bar {
  display: block;
  margin-top: 7px;
  height: 2px;
  margin-bottom: 7px;
  z-index: 2;
  background: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle span.bar.top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle span.bar.middle-bar {
  opacity: 1;
}
.menu-toggle span.bar.bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle.toggled span.bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 200%;
  -moz-transform-origin: 0% 200%;
  -ms-transform-origin: 0% 200%;
  -o-transform-origin: 0% 200%;
  transform-origin: 0% 200%;
}
.menu-toggle.toggled span.bar.middle-bar {
  opacity: 0;
}
.menu-toggle.toggled span.bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 20% 10%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 10002;
  cursor: pointer;
}
nav.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
}
nav.mobile-navigation .nav-container {
  padding: 0 15px;
  position: fixed;
  width: 80%;
  overflow-y: scroll;
  height: 100%;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Lato-Regular';
}
nav.mobile-navigation .nav-container ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
nav.mobile-navigation .nav-container ul li {
  padding: 10px;
}
nav.mobile-navigation .nav-container ul li.current-menu-item a {
  /*.color-orange;*/
}
nav.mobile-navigation .nav-container ul a {
  display: block;
  padding: 5px 0;
  color: #2EBAD3;
}
nav.mobile-navigation .nav-container ul a:hover {
  opacity: 0.8;
}
nav.mobile-navigation .nav-container ul ul {
  margin-left: 30px;
}
/*--------------------------------------------------------------
## Animations/Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vcheck,
.isnotvisible {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.isvisible {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media (max-width: 585px) {
  .wizard {
    width: 100%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
@media screen and (max-width: 767px) {
  #booking-page h5 span.btn-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  body {
    position: relative;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.menu-visible {
    right: 80%;
    overflow: hidden;
  }
  body.menu-visible #masthead {
    left: -80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay.toggled {
    width: 20%;
  }
  nav.mobile-navigation {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  nav.mobile-navigation.toggled {
    width: 80%;
  }
  nav.mobile-navigation .social-media-links ul li {
    display: inline-block !important;
    font-size: 30px;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    right: 20px;
  }
  .main-navigation {
    display: none;
  }
  .pad-space-height-100 {
    padding: 50px 0;
  }
  #masthead .site-branding .logo img {
    width: 150px;
  }
  #masthead .site-branding .currency,
  #masthead .site-branding .language {
    display: inline-block;
    position: absolute;
    top: 25px;
    margin: 0 15px;
  }
  #masthead .site-branding .currency {
    right: 125px;
  }
  #masthead .site-branding .language {
    right: 70px;
  }
  #masthead .currency,
  #masthead .language,
  #masthead .social-media-links,
  #masthead .login {
    display: none;
  }
  #colophon .footer-logo {
    text-align: left;
    position: relative;
    margin-bottom: 50px;
  }
  #colophon .footer-logo img {
    width: 100%;
    max-width: 250px;
  }
  #colophon .footer-logo .social-media-links {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
  }
  #colophon .footer-logo .social-media-links ul {
    margin: 0;
    padding: 0;
  }
  #colophon .footer-logo .social-media-links ul li {
    font-size: 30px;
  }
  #colophon .footer-menu ul {
    padding: 0;
    margin: 0;
  }
  #colophon .other-menu {
    margin-bottom: 50px;
  }
  #colophon .social-media-links {
    display: none;
  }
  .banner-container {
    height: auto !important;
  }
  .banner-container .booking {
    margin-bottom: 150px;
  }
  #homepage .services-container {
    margin-top: 50px;
  }
  #about-page .who-we-are-container h2 {
    text-align: center;
  }
  #faqs-page .faqs-list {
    display: none;
  }
  #select-car {
    display: none;
  }
  .table-responsive {
    border: none;
    margin-bottom: 50px;
  }
  .select-car-mobile {
    display: block !important;
    text-align: center;
    overflow: hidden;
  }
  .select-car-mobile thead tr td {
    padding: 25px 0;
  }
  .select-car-mobile tbody tr td {
    padding: 20px 10px;
    width: 100%;
    vertical-align: middle;
  }
  .select-car-mobile tbody tr td h2 {
    margin-top: 0;
  }
  .select-car-mobile tbody tr td .btn-blue {
    background: #2EBAD3;
    color: white;
    border: 1px solid #2EBAD3;
    padding: 20px;
    font-family: 'Lato-Regular';
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border-radius: 1px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 18px;
  }
  .select-car-mobile tbody tr td .btn-blue:hover {
    background: #F19109;
    color: white;
    border: 1px solid #F19109;
  }
  .select-car-mobile tbody tr td .btn-green {
    background: #62B21F;
    color: white;
    border: 1px solid #62B21F;
    padding: 20px;
    font-family: 'Lato-Regular';
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border-radius: 1px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 18px;
  }
  .select-car-mobile tbody tr td .btn-green:hover {
    background: #F19109;
    color: white;
    border: 1px solid #F19109;
  }
  .select-car-mobile tbody tr:nth-child(odd) td {
    background: white !important;
  }
  .wizard .tab-pane {
    padding-top: 100px;
  }
  #booking-page .booking,
  #booking-page .overview-container {
    display: none;
  }
  #booking-page .tour-add-ons .summary-details {
    padding: 0;
  }
  #booking-page .tour-add-ons .summary-details .tour-name {
    padding: 20px;
  }
  #booking-page .tour-add-ons .summary-details .country-name,
  #booking-page .tour-add-ons .summary-details p,
  #booking-page .tour-add-ons .summary-details ul,
  #booking-page .tour-add-ons .summary-details .read-more-container {
    padding: 0 20px;
  }
  #booking-page .tour-add-ons .summary-details .add-on-price-content {
    padding: 0 30px 20px;
    text-align: right;
  }
  #booking-page .tour-add-ons .summary-details .btn-itinerary {
    padding: 0 15px;
  }
  #booking-page .tour-add-ons .summary-details .btn-itinerary button {
    width: 100%;
  }
  #booking-page .form-group label {
    font-size: 15px;
    font-family: 'Lato-Medium';
  }
  #booking-page .inquire-btn .btn-orange {
    width: 100%;
  }
  .booking-result {
    display: block;
    background: white;
    padding: 20px;
    margin-top: -50px;
    position: relative;
  }
  .booking-result .search-icon {
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 24px;
  }
  .booking-result .search-icon a {
    color: gray;
  }
  .booking-result .search-icon a:hover {
    color: #2EBAD3;
  }
  .booking-result .booking {
    display: block !important;
  }
}
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Lato-Light';
  src: url('fonts/Lato-Light.ttf');
}
@font-face {
  font-family: 'Lato-Thin';
  src: url('fonts/Lato-Thin.ttf');
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('fonts/Lato-Medium.ttf');
}
@font-face {
  font-family: 'Lato-Black';
  src: url('fonts/Lato-Black.ttf');
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: 'Lato-Italic';
  src: url('fonts/Lato-Italic.ttf');
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('fonts/Lato-Heavy.ttf');
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('fonts/Lato-Semibold.ttf');
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Lato-Hairline';
  src: url('fonts/Lato-Hairline.ttf');
}
