@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,400italic,700,900,600);/*
Theme Name: Explorateur
Author: Anonymous
Author URI:
Version: 1.3
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: explorateur
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */






/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.famili-02,
.steps-form .radio-list,
.steps-form .add-radio,
.steps-form .row-input-list,
.progress-bar,
.jcf-list ul,
.two-columns,
ul:not([class]),
.concepts-list,
.trips-list,
.categories-list,
.contact-box .contact-list,
.people-filter-panel,
.people-list,
#nav ul,
#footer .social-list,
.nav-list,
.photo-gallery ul,
.records-section .col .list,
.share-this,
.pagination-page,
.option-list,
.checkbox-list,
.result-block .info-list,
.description-section .description-list,
.partners-list,
.top-block .list,
.banner-text .list,
.detail-section .detail-list,
.filters-panel .filter-list,
.photos-list,
.home-gallery .pagination ul,
.terra-en-slider .pagination ul,
.banner-gallery .list,
.tabset,
.tab-content .btn-panels,
.link-list,
.schedule-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.steps-form .wpcf7-form span.wpcf7-list-item:after,
.steps-form .input-group:after,
.steps-form .holder:after,
.steps-form .radio-list li:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.center-holder:after,
.categories-list li:after,
.detail-people-block .btn-hold:after,
.contact-content .head:after,
.contact-columns:after,
.contact-frame:after,
#nav .drop-holder > ul:after,
.share-this:after,
.two-columns-popup:after,
.checkbox-list li:after,
.map-block .popup .holder:after,
.google-map-markers .popup .holder:after,
.result-block .head:after,
.result-block .bottom-holder:after,
.result-block .info-list li:after,
.main-content .text-container:after,
.main-content .text-container .columns:after,
.detail-section .detail-list:after,
.similar-article .article-holder:after,
.photos-list:after,
.form-gallery .row:after,
.sumatra-lightbox .header-lightbox:after,
.sumatra-lightbox .two-columns-section:after,
.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group ul li:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #494948;
	background: #f9f8f6;
	font: 17px/23px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

table {
	width: 100%;
	font-size: 17px;
	line-height: 23px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.35em;
}

blockquote {
	border-left: 4px solid #494948;
	padding-left: .5em;
	margin-left: 1.35em;
}

th,
td {
	border: 1px solid #494948;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

fieldset {
	min-width: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: solid #9e9d9a;
	border-width: 0 0 1px;
	padding: 0;
	height: 35px;
	background: transparent;
	width: 100%;
	display: block;
	color: #494948;
	font-size: 17px;
	line-height: 35px;
	box-shadow: none !important;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #ed7540;
}

input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #d32e26;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #494948;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #494948;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #494948;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #494948;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #494948;
}

select {
	-webkit-border-radius: 0;
	outline: none;
}

select.wpcf7-not-valid {
	border-color: #d32e26;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 107px;
	height: 107px;
	max-height: 250px;
	line-height: 23px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	outline: none;
}

input[type="submit"] {
	min-width: 120px;
	display: block;
	margin: 0 0 0 auto;
	padding: 1px 2px;
	text-transform: uppercase;
	background: #e94e24;
	height: 37px;
	border: 0;
	color: #f9f8f6;
	font-weight: 700;
	font-size: 17px;
	line-height: 34px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

input[type="submit"]:hover {
	background: #00b0d5;
}

.submit {
	display: block;
	background: transparent;
	text-transform: uppercase;
	border: 1px solid #e94e24;
	font-size: 19px;
	line-height: 22px;
	font-weight: 700;
	color: #e94e24;
	width: 100%;
	padding: 10px 5px;
	-webkit-transition: border-color .3s ease, color .3s ease;
	transition: border-color .3s ease, color .3s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.submit:hover {
	color: #f9f8f6;
}

.submit:hover:before {
	opacity: 1;
}

.submit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e94e24;
	z-index: -1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.wpcf7-form {
	letter-spacing: 2px;
	position: relative;
}

.wpcf7-form h2 {
	letter-spacing: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 19px;
	position: relative;
}

.wpcf7-form .wpcf7-form-control-wrap.vojage_title {
	display: none;
}

.wpcf7-form .vojage_title {
	color: #00b0d5;
	font-weight: 600;
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}

.wpcf7-form .message .input-placeholder-text,
.wpcf7-form .textarea-required .input-placeholder-text {
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.wpcf7-form .input-placeholder-text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wpcf7-form .input-placeholder-text:after {
	content: "*";
	color: #e94e24;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	color: #d32e26;
}

.wpcf7-form .wpcf7-response-output {
	border-color: #00b0d5;
}

.wpcf7-form .ajax-loader {
	position: absolute;
	bottom: 0;
	left: 0;
}

.steps-form {
	padding: 30px 0;
}

.steps-form .center-holder {
	max-width: 800px;
}

.steps-form .wpcf7-form {
	letter-spacing: 0;
}

.steps-form .wpcf7-form.invalid .error-message {
	display: block; 
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap {
	margin: 0;
}



.steps-form .wpcf7-form .wpcf7-form-control-wrap.heberg-01 span.wpcf7-list-item  {
	margin: 0 0 8px;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.heberg-01 input[type="radio"] {
	margin: 0 7px 0 0;
}



.steps-form .wpcf7-form .wpcf7-form-control-wrap.famili-02 span.wpcf7-list-item {
	margin: 0 0 8px;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.famili-02 input[type="radio"] {
	margin: 0 7px 0 0;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.vos_coordonnees {
	letter-spacing: -3px;
	margin: 0 -12px 30px;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.vos_coordonnees .wpcf7-list-item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 12px;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.vos_coordonnees .wpcf7-list-item input[type="radio"] {
	margin: 5px 0 0;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.vos_coordonnees .wpcf7-list-item .wpcf7-list-item-label {
	overflow: hidden;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.idcheck {
	float: left;
}

.steps-form .wpcf7-form .wpcf7-form-control-wrap.idcheck .wpcf7-list-item-label {
	display: none;
}

.steps-form .wpcf7-form span.wpcf7-list-item {
	display: block;
	margin: 0 0 2px;
}

.steps-form .wpcf7-form span.wpcf7-list-item input[type="radio"] {
	float: left;
	margin: 5px 7px 0 0;
}

.steps-form .wpcf7-form .input-placeholder-text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: auto;
	bottom: 4px;
}

.steps-form .wpcf7-form .input-placeholder-text:after {
	content: "";
}

.steps-form span.wpcf7-not-valid-tip {
	display: none !important;
}

.steps-form .wpcf7-response-output {
	max-width: 740px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.steps-form .error-message {
	margin: 10px 15px 0;
	max-width: 770px;
	border: 2px solid #00b0d5;
	padding: .2em 1em;
	display: none;
}

.steps-form .wpcf7-not-valid input[type="text"],
.steps-form .wpcf7-not-valid input[type="tel"],
.steps-form .wpcf7-not-valid input[type="email"],
.steps-form .wpcf7-not-valid input[type="search"],
.steps-form .wpcf7-not-valid input[type="password"],
.steps-form .input-error input[type="text"],
.steps-form .input-error input[type="tel"],
.steps-form .input-error input[type="email"],
.steps-form .input-error input[type="search"],
.steps-form .input-error input[type="password"] {
	border-color: #d32e26;
}

.steps-form .wpcf7-not-valid input[type="text"]::-webkit-input-placeholder,
.steps-form .wpcf7-not-valid input[type="tel"]::-webkit-input-placeholder,
.steps-form .wpcf7-not-valid input[type="email"]::-webkit-input-placeholder,
.steps-form .wpcf7-not-valid input[type="search"]::-webkit-input-placeholder,
.steps-form .wpcf7-not-valid input[type="password"]::-webkit-input-placeholder,
.steps-form .input-error input[type="text"]::-webkit-input-placeholder,
.steps-form .input-error input[type="tel"]::-webkit-input-placeholder,
.steps-form .input-error input[type="email"]::-webkit-input-placeholder,
.steps-form .input-error input[type="search"]::-webkit-input-placeholder,
.steps-form .input-error input[type="password"]::-webkit-input-placeholder {
	color: #d32e26 !important;
}

.steps-form .wpcf7-not-valid input[type="text"]::-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="tel"]::-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="email"]::-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="search"]::-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="password"]::-moz-placeholder,
.steps-form .input-error input[type="text"]::-moz-placeholder,
.steps-form .input-error input[type="tel"]::-moz-placeholder,
.steps-form .input-error input[type="email"]::-moz-placeholder,
.steps-form .input-error input[type="search"]::-moz-placeholder,
.steps-form .input-error input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #d32e26 !important;
}

.steps-form .wpcf7-not-valid input[type="text"]:-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="tel"]:-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="email"]:-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="search"]:-moz-placeholder,
.steps-form .wpcf7-not-valid input[type="password"]:-moz-placeholder,
.steps-form .input-error input[type="text"]:-moz-placeholder,
.steps-form .input-error input[type="tel"]:-moz-placeholder,
.steps-form .input-error input[type="email"]:-moz-placeholder,
.steps-form .input-error input[type="search"]:-moz-placeholder,
.steps-form .input-error input[type="password"]:-moz-placeholder {
	color: #d32e26 !important;
}

.steps-form .wpcf7-not-valid input[type="text"]:-ms-input-placeholder,
.steps-form .wpcf7-not-valid input[type="tel"]:-ms-input-placeholder,
.steps-form .wpcf7-not-valid input[type="email"]:-ms-input-placeholder,
.steps-form .wpcf7-not-valid input[type="search"]:-ms-input-placeholder,
.steps-form .wpcf7-not-valid input[type="password"]:-ms-input-placeholder,
.steps-form .input-error input[type="text"]:-ms-input-placeholder,
.steps-form .input-error input[type="tel"]:-ms-input-placeholder,
.steps-form .input-error input[type="email"]:-ms-input-placeholder,
.steps-form .input-error input[type="search"]:-ms-input-placeholder,
.steps-form .input-error input[type="password"]:-ms-input-placeholder {
	color: #d32e26 !important;
}

.steps-form .wpcf7-not-valid input[type="text"].placeholder,
.steps-form .wpcf7-not-valid input[type="tel"].placeholder,
.steps-form .wpcf7-not-valid input[type="email"].placeholder,
.steps-form .wpcf7-not-valid input[type="search"].placeholder,
.steps-form .wpcf7-not-valid input[type="password"].placeholder,
.steps-form .input-error input[type="text"].placeholder,
.steps-form .input-error input[type="tel"].placeholder,
.steps-form .input-error input[type="email"].placeholder,
.steps-form .input-error input[type="search"].placeholder,
.steps-form .input-error input[type="password"].placeholder {
	color: #d32e26 !important;
}

.steps-form .wpcf7-not-valid .input-placeholder-text,
.steps-form .wpcf7-not-valid .wpcf7-list-item-label,
.steps-form .wpcf7-not-valid label,
.steps-form .input-error .input-placeholder-text,
.steps-form .input-error .wpcf7-list-item-label,
.steps-form .input-error label {
	color: #d32e26 !important;
}

.steps-form .wpcf7-not-valid select,
.steps-form .input-error select {
	border-color: #d32e26;
}

.steps-form input[type="text"],
.steps-form input[type="tel"],
.steps-form input[type="email"],
.steps-form input[type="search"],
.steps-form input[type="password"] {
	max-width: 490px;
	height: 24px;
	line-height: 23px;
	padding: 0 0 4px;
}

.steps-form h2 {
	margin: 0 0 30px;
	color: #2e2e2e;
	text-align: center;
	font-size: 31px;
	line-height: 34px;
	text-transform: uppercase;
}

.steps-form h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	background: #e7e4dc;
	padding: 4px 11px;
	margin: 0 0 25px;
}

.steps-form select {
	width: 205px;
	height: 30px;
}

.steps-form input[type="radio"] {
	width: 14px;
	height: 14px;
}

.steps-form input[type="checkbox"] {
	width: 12px;
	height: 12px;
	float: left;
	margin: 5px 5px 0 0;
}

.steps-form label {
	overflow: hidden;
}

.steps-form .input-group {
	margin: 0 0 30px;
}

.steps-form .input-group.add-style {
	margin: 0 -7px 30px;
}

.steps-form .input-group.add-style .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: middle;
}

.steps-form .input-group.add-style .input-placeholder-text {
	font-weight: 600;
	line-height: 35px;
	height: 35px;
}

.steps-form .input-group.add-style input {
	display: inline-block;
	vertical-align: middle;
	color: #00b0d5;
	font-weight: 600;
	line-height: 35px;
	height: 35px;
	padding-bottom: 0;
}

.steps-form .input-group.add-style input::-webkit-input-placeholder {
	color: #00b0d5;
	font-weight: 600;
}

.steps-form .input-group.add-style input::-moz-placeholder {
	opacity: 1;
	color: #00b0d5;
	font-weight: 600;
}

.steps-form .input-group.add-style input:-moz-placeholder {
	color: #00b0d5;
	font-weight: 600;
}

.steps-form .input-group.add-style input:-ms-input-placeholder {
	color: #00b0d5;
	font-weight: 600;
}

.steps-form .input-group.add-style input.placeholder {
	color: #00b0d5;
	font-weight: 600;
}

.steps-form input:read-only {
	color: #909090 !important;
}

.steps-form .input-group.add-style label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 0;
	font-weight: 700;
}

.steps-form .short-holder {
	width: 252px;
	margin: 0 0 15px;
}

.steps-form .small-box {
	width: 145px;
	padding: 0 7px;
	float: left;
}

.steps-form .small-box + .large-box {
	padding: 0 7px;
}

.steps-form .small-box .input-placeholder-text {
	font-size: 20px;
}

.steps-form .small-box input {
	max-width: 94px;
	font-size: 20px;
}

.steps-form .large-box {
	clear: both;
}

.steps-form .large-box + .large-box {
	padding: 0 7px;
}

.steps-form .large-box .input-placeholder-text {
	font-size: 31px;
}

.steps-form .large-box input {
	max-width: 125px;
	font-size: 31px;
}

.steps-form .note {
	font-size: 13px;
	line-height: 16px;
	color: #888;
	display: block;
}

.steps-form .radio-list li {
	margin: 0 0 2px;
}

.steps-form .radio-list input[type="radio"] {
	float: left;
	margin: 5px 7px 0 0;
}

.steps-form .add-radio {
	font-size: 13px;
	line-height: 16px;
	color: #888;
	padding: 9px 0 0 17px;
}

.steps-form .add-radio li {
	margin-bottom: 8px;
}

.steps-form .add-radio input[type="radio"] {
	margin: 0 7px 0 0;
}

.steps-form input[type="submit"],
.steps-form .btn {
	display: block;
	text-align: center;
	width: 100%;
	background: transparent;
	border: 0;
}

.steps-form input[type="submit"]:hover:before,
.steps-form .btn:hover:before {
	-webkit-transform: rotate3d(0, 0, 0) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 0) translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.steps-form input[type="submit"]:before,
.steps-form .btn:before {
	-webkit-transform: rotate3d(0, 0, 0) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 0) translate3d(0, 0, 0);
	opacity: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0s, opacity .3s;
	transition: transform 0s, opacity .3s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.steps-form input[type="submit"] {
	color: #f9f8f6;
	background: #00b0d5;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	height: 40px;
	padding: 1px 10px;
	border: 1px solid #00b0d5;
}

.steps-form input[type="submit"]:hover {
	color: #00b0d5;
	background: transparent;
}

.steps-form .text {
	display: block;
}

.steps-form .row-input-list {
	letter-spacing: -3px;
	margin: 0 -12px 30px;
}

.steps-form .row-input-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 12px;
}

.steps-form .next-back-btn a{
	display: inline-block;
	width: 48%;
}

.steps-form .next-back-btn input{
	display: inline-block;
	width: 48%;
}

.steps-form .next-back-btn .btn.blue{
	margin-left: 3%;
}

.steps-form .next-back-btn input{
	margin-left: 3%;
}

.steps-form input:disabled{
	opacity: 0.3;
}

.progress-bar {
	letter-spacing: -3px;
	text-align: center;
	margin: 0 0 41px;
}

.progress-bar li {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #e4e0d7;
	position: relative;
	margin: 0 0 0 40px;
}

.progress-bar li:first-child {
	margin-left: 0;
}

.progress-bar li:first-child:before {
	display: none;
}

.progress-bar li.active {
	background: #e94e24;
}

.progress-bar li.active:before {
	background: #e94e24;
}

.progress-bar li:before {
	position: absolute;
	top: 50%;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	width: 40px;
	height: 3px;
	background: #e4e0d7;
}

.jcf-select {
	display: block;
	position: relative;
	background: #f9f8f6;
	width: 100%;
	height: 45px;
	border-radius: 2px;
	color: #222832;
}

.jcf-select.jcf-drop-active {
	border-radius: 2px 2px 0 0;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 45px;
	margin: 0 35px 0 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	right: 12px;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 5px 5px 0 !important;
	border-style: solid;
	border-color: #222832 transparent !important;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 90;
	top: 100%;
	left: 0;
	right: 0;
	width: 100% !important;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select-drop .jcf-hover {
	background: #e94e24;
	color: #f9f8f6;
}

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f9f8f6;
	line-height: 20px;
	font-size: 17px;
	width: 100%;
	border-radius: 0 0 2px 2px;
	overflow: hidden;
}

.jcf-list .jcf-option-bold {
	font-weight: 700;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list .jcf-option-hidden {
	display: none !important;
}

.jcf-list ul {
	margin: 0 !important;
}

.jcf-list ul li {
	overflow: hidden;
}

.jcf-list ul li:before {
	display: none !important;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 10px;
	height: 1%;
	border-radius: 2px;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.jcf-list .jcf-disabled {
	background: #f9f8f6 !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	cursor: default;
	border: 1px solid #908f8e;
	margin: 0 13px 0 0;
	height: 12px;
	width: 12px;
}

.jcf-checkbox.jcf-checked span {
	opacity: 1;
}

.jcf-checkbox span {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jcf-checkbox span:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 25px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.slider-holder {
	margin: 20px 0 0;
}

.slider {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #646363;
	position: relative;
	margin: -2px 6px 0;
	height: 3px;
	z-index: 1;
}

.slider:before {
	position: absolute;
	left: -6px;
	top: 0;
	right: -6px;
	bottom: 0;
	background: #bebdbd;
	content: "";
	z-index: -1;
}

.slider .ui-slider-range {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #848183;
}

.slider .ui-state-focus {
	outline: none;
}

.slider .ui-slider-handle {
	position: absolute;
	background: #615f5f;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	z-index: 1;
	top: 0;
	margin: -6px 0 0 -6px;
	left: 0;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.slider .ui-slider-handle.ui-state-active,
.slider .ui-slider-handle.ui-state-hover {
	background: #00b0d5;
}

.slider .ui-slider-handle span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.jcf-range {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	color: #646363;
	position: relative;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-focus .jcf-range-handle {
	background: #e94e24;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

.jcf-range .jcf-range-track {
	margin: 0 13px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	background: #bebdbd;
	display: block;
	margin: -2px 0 0;
	height: 3px;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #615f5f;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	z-index: 1;
	top: 0;
	margin-top: -6px;
	left: 0;
}

.jcf-range .jcf-range-handle span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.jcf-range .jcf-range-display {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #848183;
}

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #f9f8f6;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio.jcf-checked span {
	display: block;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-disabled {
	background: #ddd !important;
}

#main {
	padding: 25px 0;
}

.widget {
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid #cccbca;
}

.widget:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.widget select {
	min-width: 150px;
}

.widget h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 15px;
}

.widget ul:not([class]) {
	font-size: 15px;
	line-height: 17px;
}

.widget ul:not([class]) li + li {
	margin-top: 22px;
}

.widget ul:not([class]) li:before {
	display: none;
}

.widget ul:not([class]) a {
	text-decoration: underline;
	color: #00b0d5;
}

.widget ul:not([class]) a:hover {
	text-decoration: none;
}

.widget ul:not([class]) time {
	display: block;
	color: #666;
	padding: 8px 0 0;
}

.widget ul:not([class]) time a {
	text-decoration: none;
	color: inherit;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.35em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.35em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.35em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .nav-links,
.navigation-comments .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #999;
	color: #999;
	margin: 0 0 0 -1px;
	padding: 3px 1px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	min-width: 25px;
}

.navigation .page-numbers.current,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers.current,
.navigation-comments .page-numbers:hover {
	color: #f9f8f6;
	background: #999;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	font-size: 11px;
	width: 125px;
	text-decoration: none;
	border-radius: 0 2px 2px 0;
	padding: 6px 5px;
	line-height: 28px;
}

.navigation .prev,
.navigation-comments .prev {
	border-radius: 2px 0 0 2px;
}

.navigation-comments .next,
.navigation-comments .prev {
	width: 100px;
}

.navigation-single {
	margin-bottom: 1.35em;
	font-size: 15px;
	line-height: 30px;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	text-decoration: none;
	border: 1px solid #999;
	color: #999;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	border-radius: 2px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	color: #f9f8f6;
	background: #999;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #494948;
	padding: .4em;
	margin-bottom: 1.35em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.35em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.35em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.35em;
}

.mejs-container {
	margin-bottom: 1.35em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.1;
}

h1,
.h1 {
	font-size: 42px;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 40px;
	font-weight: 700;
}

h3,
.h3 {
	font-size: 27px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #ed7540;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #00aede;
}

a:focus {
	outline: none;
}

.voyage-english a{
	color: #d92826;
}

iframe {
	border: 0;
}

.two-columns,
ul:not([class]) {
	margin: 0 0 20px;
}

.two-columns > li:before,
ul:not([class]) > li:before {
	display: inline-block;
	vertical-align: top;
	content: "-";
	margin: 0 5px 0 0;
}

/*
@-webkit-keyframes hideSlide {
	0 {
		transform: translate3d(-100%, 0, 0);
	}
	100: {
		transform: translate3d(-100%, 0, 0);
	}
}

Standard syntax
@keyframes hideSlide {
	0 {
		transform: translate3d(-100%, 0, 0);
	}
	100: {
		transform: translate3d(-100%, 0, 0);
	}
}
 */

img {
	vertical-align: top;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	overflow: hidden;
	padding-top: 95px;
}

#wrapper.padding-none {
	padding-top: 0;
}

.center-holder {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.picture-container {
	position: relative;
	margin: 0 0 5px;
}

.picture-container .description-wrapper {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 100%;
	text-align: center;
}

.picture-container .brand {
	display: inline-block;
	vertical-align: middle;
}

.picture-container .brand img {
	max-height: 30px;
	width: auto;
}

.picture-container .concept-description{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-align: left;
}

.picture-container .concept-description .title,
.picture-container .concept-description .subtitle{
	font-size: 13px;
	line-height: 15px;
	margin: 0 !important;
	text-transform: uppercase;
}

.picture-container .concept-description .title{
	font-weight: 700;
}

.picture-container .concept-description .subtitle {
	font-weight: 400;
}

.btn {
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px #ed7540;
	font-size: 18px;
	line-height: 22px;
	color: #ed7540;
	display: inline-block;
	vertical-align: top;
	padding: 9px 23px;
	-webkit-transition: border-color .3s ease, color .3s ease;
	transition: border-color .3s ease, color .3s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn:hover {
	color: #f9f8f6;
}

.btn:hover:before {
	opacity: 1;
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ed7540;
	z-index: -1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.btn.dark-orange {
	box-shadow: inset 0 0 0 1px #d32e26;
	color: #d32e26;
}

.btn.dark-orange:hover {
	color: #f9f8f6;
}

.btn.dark-orange:before {
	background: #d32e26;
}

.btn.white {
	box-shadow: inset 0 0 0 1px #f9f8f6;
	color: #f9f8f6;
}

.btn.white:hover {
	color: #ed7540;
}

.btn.white:before {
	background: #f9f8f6;
}

.btn.blue {
	box-shadow: inset 0 0 0 1px #00aede;
	color: #00aede;
}

.btn.blue:hover {
	color: #f9f8f6;
}

.btn.blue:before {
	background: #00aede;
}

.btn.green {
	box-shadow: inset 0 0 0 1px #b5c501;
	color: #b5c501;
}

.btn.green:hover {
	color: #f9f8f6;
}

.btn.green:before {
	background: #b5c501;
}

.btn.red {
	box-shadow: inset 0 0 0 1px #d92826;
	color: #d92826;
}

.btn.red:hover {
	color: #f9f8f6;
}

.btn.red:before {
	background: #d92826;
}

.btn.small {
	padding: 7px 18px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}

#nav>#menu-primary-navigation-en>li.active>a {
	color: #fff;
}

#nav>#menu-primary-navigation-en>li.active>a:hover {
	color: #e94e24;
}

#nav .blue>a {
	color: #00b0d5 !important;
}

#nav .green>a {
	color: #b5c501 !important;
}

#nav .red>a {
	color: #d32e26 !important;
}

#nav .blue>a span:hover, #nav .green>a span:hover, #nav .red>a span:hover {
	color: #fff !important;
}

.terra-ultima-buttons{
	text-align: left;
}

.terra-ultima-buttons .btn{
	text-align: center;
	width: 100%;
}

.terra-ultima-buttons .reserve-buttons{
	margin-top: 30px;
}

.terra-ultima-buttons .btn-submit{
	font-size: 21px;
	line-height: 24px;
	padding: 9px 23px;
	text-decoration: none;
	display: block;
	outline: none;
	cursor: pointer;
	border-style: none;
	color: white;
	background-color: #7fd104;
	overflow: none;
	text-align: center;
	width: 100%;
	margin-top: 8px;
}
.terra-ultima-buttons .btn-submit:hover{
	color: #fff;
}


.terra-ultima-buttons .btn{
	display: block;
}

.terra-ultima-buttons li{
	margin: 0 !important;
}

.terra-ultima-buttons .jcf-select{
	width: 100%;
	border: 1px solid #000;
	cursor: pointer;
	display: block;
	margin-right: 15px;
}

.terra-ultima-buttons .jcf-select .jcf-select-text{
	font-size: 17px;
	text-align: center;
}

.terra-ultima-buttons .jcf-select .jcf-select-text{
	margin: 0;
	position: relative;
}

.terra-ultima-buttons .jcf-select ul > li{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	line-height: 45px;
	cursor: pointer;
	text-align: center
}

.terra-ultima-buttons .jcf-list .jcf-option{
	font-size: 17px;
	border-radius: 0;
}

.terra-ultima-buttons .jcf-select-drop{
	width: calc(100% + 2px) !important;
	margin-left: -1px;
	top: calc(100% - 110px);
}

.terra-ultima-buttons .jcf-drop-flipped .jcf-select-drop{
	bottom: calc(100% + 1px);
	top: initial;
}

.terra-ultima-buttons .jcf-select-drop .jcf-hover{
	background: #000;
	color: #fff;
}

.terra-ultima-buttons .jcf-drop-flipped ul > li{
	border-bottom: 0px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.concepts-section {
	position: relative;
	box-shadow: 0 30px 30px -20px #c1c1c1;
	z-index: 2;
}

.head-holder {
	padding: 23px 0;
	background: #232221;
	text-align: center;
	color: #f9f8f6;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	z-index: 2;
	letter-spacing: 4px;
	box-shadow: 0px 10px 40px #212121;
	position: relative;
}

.head-holder h2 {
	text-align: center;
	color: #f9f8f6;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom:0px;
	font-weight: 400;
	letter-spacing: 4px;
	
}	
.concepts-list li {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.concepts-list a.hover .hover-box {
	opacity: 1;
}

.concepts-list .hover-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #f9f8f6;
	font-size: 17px;
	line-height: 20px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	overflow: hidden;
	padding: 20px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
}

.concepts-list .hover-box .description {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 15px 0 15px;
	max-width: 320px;
	margin: 0 auto;
	min-height: 100px;
}

.concepts-list .hover-box .description p {
	margin-bottom: 20px;
}

.concepts-list .hover-box .holder {
	display: block;
	width: 100%;
}

.concepts-list .hover-box p {
	margin: 0 0 12px;
}

.concepts-list .hover-box .title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.concepts-list .hover-box .btn,
.concepts-list .concept-description .btn {
	font-weight: 600;
	font-size: 17px;
	line-height: 18px;
	padding: 8px 14px;
}

.concepts-list .picture-container {
	margin-bottom: 0;
}

.concepts-list .picture-container > img {
	max-width: none;
	width: 100%;
}

.concepts-list .picture-container .concept-description {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 21px;
	transform: translate(-50%, -50%) 
}

.concepts-list .picture-container .concept-description .concept-description-text{
	margin-bottom: 30px;
}

.concepts-list .picture-container .concept-description .concept-description-text p,
.concepts-list .picture-container .concept-description .concept-description-text img{
	display: inline-block;
}

.concepts-list .picture-container .concept-description .concept-description-text img{
	max-height: 60px;
	width: auto;
	margin-right: 15px;
	margin-top: -8px;
}

.concepts-list .picture-container .concept-description .concept-description-text p{
	text-align: left;
	font-weight: 400;
}

.concepts-list .picture-container .concept-description p{
	margin-bottom: 20px;
}

.two-section {
	color: #ed7540;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	padding: 30px 0;
}

.two-section a:hover {
	color: #ed7540;
}

.two-section a:hover .picture-block img {
	opacity: 0;
}

.two-section a:hover .picture-block img.hover-img {
	opacity: 1;
}

.two-section a:hover .btn {
	color: #f9f8f6;
}

.two-section a:hover .btn:before {
	opacity: 1;
}

.two-section .col + .col {
	margin-top: 30px;
}

.two-section .picture-block {
	margin: 0 0 25px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.two-section .picture-block img {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.two-section .picture-block .hover-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.two-section .text {
	display: block;
	margin: 0 0 21px;
	letter-spacing: 1px;
}

.two-section h2 {
	font-weight: 300;
	margin-bottom: 50px;
}

.info-section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 40px 0;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #f9f8f6;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	box-shadow: 0 30px 30px -20px #c1c1c1
}

.info-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: -1;
}

.info-section .center-holder {
/* max-width: 745px */
}

.info-section .btn {
	font-weight: 400;
}

.info-section h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	margin: 0 0 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.info-section p {
	margin: 0 0 15px;
}

.testimonials-section {
	text-align: center;
	padding: 30px 0 40px;
}

.testimonials-section h2 {
	color: #00b0d5;
	font-size: 27px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 4px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.testimonials-section .btn {
	font-weight: 700;
}

.trips-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 30px 30px -20px #c1c1c1;
	padding: 50px 0 10px 0;
}

.trips-section .head-holder {
	padding: 0 0 50px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #3b3b3b;
	background: transparent;
	letter-spacing: 2px;
	position: relative;
	box-shadow: initial;
}
.trips-section .head-holder h2 {
	margin:0px;
	font-size: 30px;
	color: #3b3b3b;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 2px;
}

.trip-box {
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.trip-box:focus,
.trip-box:hover {
	color: #fff;
}

.trip-box .content-holder {
	padding: 10px 0;
	z-index: 2;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
}

.trip-box .country {
	display: block;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 9px;
}

.trip-box .picture-holder {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.trip-box .picture-holder img {
	max-width: none;
	width: 100%;
	display: block;
}

.trips-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.trips-list li {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 20px;
	text-align: center;
}

.trips-list .trip-box .content-holder {
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.trips-list .trip-box .country {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 20px;
}

.trips-list .trip-box .content-holder .btn {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

.new_voyages-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f4f2ef;
	padding: 0;
}

.new_voyages-section .head-holder {
	padding: 25px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
	box-shadow: 0px 10px 40px #212121;
	position: relative;
}

.new_voyages-section .head-holder h2 {
	font-size: 31px;
	color: #fff;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 2px;
}

.new_voyages-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.new_voyages-list li{
	width: 100%;
	text-align: center;
}

.new_voyages-list .picture-container{
	margin: 0;
}

.new_voyages-list li img {
	width: 100%;
	height: auto;
}

.new_voyage-description{
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translateY(-55%);
}

.new_voyage-title{
	font-size: 24px;
	font-weight: 600;
}

.new_voyage-subtitle {
	font-size: 21px;
}

.new_voyages-list li a {
	color: #fff;
}

.new_voyages-list .btn{
	font-weight: 600 !important;
}

.proposal-holder {
	padding: 30px 0;
	background: #1b1b1b;
	text-align: center;
	color: #f9f8f6;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.proposal-holder h2 {
	color: #f9f8f6;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.proposal-holder .text {
	display: block;
	margin: 0 0 18px;
}

.proposal-holder .btn {
	letter-spacing: 0;
}

.proposal-holder .btn:hover {
	color: #1b1b1b;
}

.dark-section {
	text-align: center;
	background: #e7e4dc;
	padding: 30px 0 20px;
}

.dark-section .center-holder {
	max-width: 1052px;
}

.dark-section h2,
.dark-section h1 {
	margin: 0 0 24px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1px;
}

.dark-section h2 .light,
.dark-section h1 .light {
	display: block;
	font-weight: 400;
}

.dark-section p {
	margin-bottom: 15px;
}

.categories-section {
	padding: 40px 0;
}

.categories-section .center-holder {
	max-width: 1096px;
}

.categories-section .categories-list {
	margin: 0;
}

.categories-section .btn {
	margin: 15px 0;
}

.categories-list {
	text-align: center;
	margin: 0 0 50px;
}

.categories-list li + li {
	margin-top: 40px;
}

.categories-list .picture-container {
	margin: 0 0 25px;
}

.categories-list .picture-container > img {
	max-width: none;
	width: 100%;
}

.categories-list .picture-container .brand {
	top: 13px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	width: 160px;
}

.categories-list .concept-header{
	text-align: center;
	margin-bottom: 65px;
}

.categories-list .concept-logo{
	width: 47.3%;
	padding: 7px 27px 0 0;
	vertical-align: top;
	text-align: right;
	float: left;
}

.categories-list .concept-description{
	display: block;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 15px;
	text-align: left;
}

.categories-list .concept-description .title{
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
}

.categories-list .concept-description .subtitle {
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
}

.categories-list .text-holder {
	overflow: hidden;
}

.page-template-template-terra-ultima-nomade .categories-list .text-holder{
	overflow: visible !important;
	float: none;
	width: 100%;
}

.categories-list h3,
.categories-list h2,
.categories-list h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

.categories-list h3 span,
.categories-list h2 span,
.categories-list h1 span {
	font-weight: 400;
	display: block;
	text-transform: none;
	font-size: 22px;
	line-height: 1;
}

.categories-list p {
	margin: 0 0 10px;
}

.categories-list h3 {
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 15px;
}

.contact-box-container {
	margin: 0 auto;
	max-width: 678px;
	padding: 0 0 60px;
}

.banner-text .contact-box-container {
	padding: 0;
}

.contact-box-container .contact-box .title {
	margin: 0 0 2px;
}

.contact-box {
	padding: 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #f9f8f6;
	text-align: center;
	background: #e94e24;
}

.contact-box .title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 2px;
	letter-spacing: 2px;
}

.contact-box .contact-list li:first-child:before {
	display: none;
}

.contact-box .contact-list a {
	color: inherit;
}

.contact-box .contact-list a:hover {
	color: #111;
}

.equipe-banner {
	min-height: 250px;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 20px;
}

.detail-active .equipe-banner {
	display: none;
}

.detail-people-block {
	margin: 0 0 20px;
	background: #f0eee9;
	padding: 30px 0;
	background-size: cover;
	background-position: 50% 50%;
}

.detail-active .detail-people-block {
	display: block;
}

.detail-people-block.new-html-active {
	background-image: url(images/bg-section-04.jpg) !important;
}

.detail-people-block.new-html-active .center-holder:first-child {
	display: none;
}

.detail-people-block .center-holder:first-child {
	width: 100%;
	min-height: 190px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
}

.detail-people-block .center-holder:first-child:after {
	content: "";
	display: inline-block;
	height: 190px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.detail-people-block h1 {
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.detail-people-block .picture-holder {
	text-align: center;
	margin: 0 auto 15px;
	width: 50%;
}

.detail-people-block .picture-holder img {
	border-radius: 50%;
}

.detail-people-block .text-holder {
	overflow: hidden;
}

.detail-people-block .name {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 27px;
	line-height: 30px;
}

.detail-people-block .categorie {
	display: block;
	text-transform: uppercase;
	margin: 0 0 11px;
	color: #666;
	font-weight: 700;
}

.detail-people-block .categorie mark {
	background: transparent;
}

.detail-people-block p {
	margin: 0 0 17px;
}

.detail-people-block .logo-country {
	margin: 0 0 20px;
}

.detail-people-block .btn-hold {
	margin: 0 -8px;
}

.detail-people-block .btn-prev,
.detail-people-block .btn-next {
	float: left;
	margin: 0 8px;
	width: 125px;
	text-align: center;
	color: #aaa8a6;
	font-size: 17px;
	line-height: 30px;
	padding: 3px 5px;
	box-shadow: inset 0 0 0 1px #aaa8a6;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.detail-people-block .btn-prev:before,
.detail-people-block .btn-next:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaa8a6;
	z-index: -1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.detail-people-block .btn-prev:hover,
.detail-people-block .btn-next:hover {
	color: #f0eee9;
}

.detail-people-block .btn-prev:hover:before,
.detail-people-block .btn-next:hover:before {
	opacity: 1;
}

.detail-people-block .btn-prev .fa,
.detail-people-block .btn-next .fa {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 24px;
	margin: 0 9px 0 -5px;
}

.detail-people-block .btn-next {
	float: right;
}

.detail-people-block .btn-next .fa {
	margin: 0 -7px 0 10px;
}

.people-content {
	padding: 0 0 60px;
}

.people-filter-panel {
	margin: 0 -3px 30px;
	text-align: center;
	letter-spacing: -3px;
	font-size: 13px;
	line-height: 1;
	color: #3c3c3b;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.people-filter-panel li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	text-align: center;
	margin: 0 3px 6px;
	line-height: 24px;
}

.people-filter-panel li.active label,
.people-filter-panel li.active a,
.people-filter-panel li:hover label,
.people-filter-panel li:hover a {
	background: #474745;
	color: #f9f8f6;
}

.people-filter-panel li:first-child a:before {
	display: none;
}

.people-filter-panel li a {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	padding: 12px 15px;
	background: #dddcda;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	cursor: pointer;
}

.people-filter-panel .concept-btn .concept-logo-white {
	display: none;
}

.people-filter-panel .concept-btn img {
	max-height: 24px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.people-filter-panel .explo:hover>a,
.people-filter-panel .explo.active>a {
	background: #00b5dd !important;
}

.people-filter-panel .explorateur:hover>a,
.people-filter-panel .explorateur.active>a {
	background: #a7b700 !important
}

.people-filter-panel .terra-ultima:hover>a,
.people-filter-panel .terra-ultima.active>a {
	background: #d32e26 !important
}

.people-filter-panel .concept-btn:hover .concept-logo-white,
.people-filter-panel .concept-btn.active .concept-logo-white{
	display: inline-block;
}

.people-filter-panel .concept-btn:hover .concept-logo,
.people-filter-panel .concept-btn.active .concept-logo {
	display: none;
}

.people-box {
	padding: 36px 0 0;
	border-top: 1px solid #cccbca;
	text-align: center;
}

.people-box:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.people-box .categorie-name {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.people-list {
	letter-spacing: -4px;
	margin: 0 -15px;
	line-height: 21px;
}

.people-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 46px;
	width: 50%;
	padding: 0 15px;
	text-align: center;
}

.people-list a {
	max-width: 182px;
	display: block;
	margin: 0 auto;
}

.people-list a.active svg,
.people-list a:hover svg {
	opacity: 0;
}

.people-list a.active .color-img,
.people-list a:hover .color-img {
	opacity: 1;
}

.people-list a.active .grayscale,
.people-list a:hover .grayscale {
	visibility: visible !important;
}

.people-list .img-holder {
	margin: 0 auto 14px;
	max-width: 182px;
}

.people-list img {
	border-radius: 50%;
	display: block;
	visibility: visible !important;
}

.people-list .grayscale-fix {
	display: block;
	width: 100%;
	border-radius: 50%;
	position: relative;
}

.people-list .grayscale-fix svg {
	border-radius: 50%;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.people-list .grayscale-fix .color-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.people-list .first-name,
.people-list .last-name {
	display: block;
	color: #494948;
	text-transform: uppercase;
}

.people-list .first-name {
	font-weight: 700;
}

.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.contact-map-holder {
	position: relative;
	min-height: 200px; /* img {
		max-width: none;
		width: 100%;
	} */
}

.contact-map-holder.google-map-markers {
	border-top: 0;
}

.contact-map-holder .pin {
	position: absolute;
	font-size: 50px;
	color: #e94e24;
}

.contact-content {
	padding: 34px 0 60px;
}

.contact-content .head {
	margin: 0 0 30px;
}

.contact-content .head h1 {
	margin: 0 0 10px;
}

.contact-content .head dl {
	overflow: hidden;
}

.contact-content h1 {
	font-size: 31px;
	line-height: 34px;
	text-transform: uppercase;
}

.contact-content dl {
	margin: 0;
}

.contact-content dl dt {
	color: #e94e24;
	text-transform: uppercase;
}

.contact-content dl dd {
	overflow: hidden;
	margin: 0;
}

.contact-content dl a {
	color: inherit;
}

.contact-content dl a:hover {
	color: #e94e24;
}

.contact-columns {
	position: relative;
}

.contact-columns .col + .col {
	margin: 50px 0 0;
}

.contact-columns h2 {
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.contact-columns .box + .box {
	margin-top: 30px;
}

.contact-columns .box dl dt {
	color: #494948;
	font-weight: 600;
	text-transform: none;
}

.contact-frame + .contact-frame {
	margin-top: 30px;
}

.contact-frame .categorie-box {
	background: #f3f1ed;
	width: 216px;
	height: 187px;
	padding: 10px 30px;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 20px;
}

.contact-frame .categorie-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	overflow: hidden;
}

.contact-frame .categorie-box img {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.contact-frame .content {
	overflow: hidden;
}

.contact-frame .content dl dt {
	font-weight: 400;
}

.contact-frame .content dl a {
	text-decoration: none;
}

.contact-frame a {
	color: #00b0d5;
	text-decoration: underline;
}

.contact-frame a:hover {
	text-decoration: none;
}

.contact-frame address {
	font-style: normal;
	display: block;
	margin: 0 0 26px;
}

.contact-frame .text {
	display: block;
}

.additional-info {
	color: #888;
	font-size: 15px;
	line-height: 18px;
}

#header {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 33px 0 rgba(0, 0, 0, .22);
}

#header .logo-small{
	visibility: hidden;
	opacity: 0;
	height: 0;
}

#header .logo-small{
	max-height: 40px;
	width: auto;
}

#header .logo-full {
	max-height: 65px;
	width: auto;
	transition: all .4s linear;
}

#header .center-holder{
	position: relative;
}

#header .btn-tel {
	float: left;
	margin: -30px 0 0;
	font-size: 29px;
	line-height: 1;
	color: #e94e24;
}

#header .btn-tel:focus,
#header .btn-tel:hover {
	color: #f9f8f6;
}

#header .btn-tel .text {
	display: none;
}

.voyage-en-header .btn-tel {
	color: #d92826 !important;
}

#header .price-pdfs {
	cursor: pointer;
	color: #fff;
	position: relative;
	margin-top: 20px;
}

#header .price-pdfs .button-title {
	font-size: 16px;
	color: #e3e3e4;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: 600;
}

#header .price-pdfs .dropdown-menu {
	max-width: 150px;
	margin: 19px auto 15px auto;
	background: #000;
	text-align: center;
	display: block;
	position: relative;
	float: none;
}
#header .price-pdfs .pdfs::after {
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

#header .price-pdfs ul {
	font-size: 16px;
	color: #3a3938;
	margin: 0;
	padding: 15px;
	list-style: none;
}

#header .price-pdfs i{
	margin-right: 5px;
}

#header .open-search {
	display: block;
	font-size: 19px;
	line-height: 1;
	color: #f9f8f6;
	position: relative;
}

#header .open-search:focus,
#header .open-search:hover {
	color: #e94e24;
}

#header .open-search:focus:before,
#header .open-search:hover:before {
	opacity: 0;
	visibility: hidden;
}

#header .open-search:focus .search-text,
#header .open-search:hover .search-text {
	opacity: 1;
	visibility: visible;
}

#header .open-search:before {
	display: block;
	-webkit-transform: rotate(80deg);
	-ms-transform: rotate(80deg);
	transform: rotate(80deg);
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#header .open-search .search-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #f9f8f6;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

#header .open-search .search-text p {
	margin-bottom: 0;
}

.header-holder {
	background: #000;
	padding: 10px 0 20px;
	font-size: 21px;
	line-height: 24px;
}

.logo {
	margin: 0 auto;
	width: 149px;
}

.logo a {
	color: #f9f8f6;
}

.nav-opener {
	float: right;
	width: 30px;
	height: 20px;
	position: relative;
	margin: -26px 0 0;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #f9f8f6;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	top: 50%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-410deg);
	-ms-transform: rotate(-410deg);
	transform: rotate(-410deg);
	bottom: auto;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: .55s;
	transition: .55s;
	background: #e94e24;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
}

.nav-opener span {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before {
	content: "";
	top: 0;
}

.nav-opener:after {
	content: "";
	top: auto;
	bottom: 0;
}

.nav-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0;
	margin-top: 15px;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	padding: 0 0 20px;
}

.nav-drop{
	transition: padding .4s linear;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}

#nav {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 15px;
	overflow: auto;
	max-height: 250px;
}

#nav ul {
	color: #f9f8f6;
}

#nav ul li:before {
	display: none;
}

#nav > ul > li {
	padding: 0 15px;
}

#nav > ul > li:hover > a,
#nav > ul > li.active > a {
	color: #e94e24;
}

#nav > ul > li.hover .drop {
	display: block;
}

#nav > ul > li > a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 5px;
}

#nav a {
	color: #f9f8f6;
}

#nav .drop {
	font-size: 15px;
	line-height: 18px;
	text-transform: none;
	padding: 10px 0;
	display: none;
}

#nav .drop-holder {
	max-width: 805px;
	padding: 0 15px;
	margin: 0 auto;
}

#nav .drop-holder > ul > li + li {
	margin-top: 20px;
}

#nav .drop-holder > ul ul {
	font-weight: 400;
	letter-spacing: 0;
}

#nav .drop-holder > ul ul li {
	margin: 0 0 3px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#nav .drop-holder > ul ul li.hover a,
#nav .drop-holder > ul ul li.active a{
	opacity: 1;
}

#nav .drop-holder > ul ul li a {
	color: #fff !important;
	opacity: .7;
}

#nav .title {
	display: block;
	margin: 0 0 3px;
	letter-spacing: 0;
}

.search-form .btn-search {
	background: transparent;
	padding: 0;
	border: 0;
	height: auto;
	font-size: 20px;
	line-height: 24px;
	color: #00b0d5;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.search-form .btn-search:hover {
	color: #e94e24;
}

.slide-search {
	background: #00aede;
	text-align: left;
	padding: 8px 0;
}

.slide-search form {
	padding: 0 15px;
	position: relative;
	margin: 0;
}

.slide-search form input[type="search"] {
	display: block;
	width: 100%;
	height: 34px;
	background: transparent;
	border: 0;
	padding: 0 30px 0 0;
	font-size: 16px;
	line-height: 34px;
	font-weight: 300;
	color: #f9f8f6;
}

.slide-search form input[type="search"]::-webkit-input-placeholder {
	color: #f9f8f6;
}

.slide-search form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #f9f8f6;
}

.slide-search form input[type="search"]:-moz-placeholder {
	color: #f9f8f6;
}

.slide-search form input[type="search"]:-ms-input-placeholder {
	color: #f9f8f6;
}

.slide-search form input[type="search"].placeholder {
	color: #f9f8f6;
}

.slide-search form .btn-search {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	padding: 0;
	border: 0;
	height: auto;
	font-size: 20px;
	line-height: 24px;
	color: #f9f8f6;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.slide-search form .btn-search:hover {
	color: #e94e24;
}

#footer {
	padding: 30px 0;
	font-size: 13px;
	line-height: 17px;
	background: #efeeea;
	text-align: center;
}

#footer .center-holder {
	max-width: 1190px;
}

#footer .bottom-holder{
	border-top: 1px solid #d9d7d2;
}

#footer .social-list {
	margin: 0 0 30px;
}

#footer .social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

#footer .social-list a {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #292928;
	color: #f4f4f4;
	position: relative;
	-webkit-transition: background .3s ease, -webkit-transform .15s ease;
	transition: background .3s ease, transform .15s ease;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	white-space: nowrap;
	text-align: center;
}

#footer .social-list a:hover {
	background: #000;
}

#footer .social-list a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 1;
}

#footer .social-list a:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	content: "";
}

#footer .column-mesure a {
	background: #00aecf;
}

#footer .column-groupes a {
	background: #b5c301;
}

#footer .column-randonnees a {
	background: #d32e26;
}

#footer .social-list img {
	white-space: normal;
	vertical-align: middle;
	max-width: 30px;
	height: auto;
}

#footer .copy a,
#footer .text a {
	color: inherit;
}

#footer .copy a:hover,
#footer .text a:hover {
	color: #e94e24;
}

#footer .concept-logo{
	min-height: 65px;
}

#footer .concept-logo img {
	vertical-align: middle;
}

#footer .title {
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	font-weight: 700;
	color: #000;
}

#footer .subtitle {
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px;
	font-weight: 400;
	color: #000;
}

#footer .phone-link a {
	color: #494947;
	font-weight: 600;
	font-size: 21px;
}

#footer .title span {
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}

.info-left {
	margin: 0 0 20px;
	text-align: center;
}

#footer .bottom-holder .info-left{
	position: relative;
}

#footer .bottom-holder .info-left .logo-box{
	display: inline-block;
	vertical-align: top;
}

#footer .bottom-holder .info-left .left-block-lines{
	display: inline-block;
	padding-left: 20px;
	padding-top: 5px;
}

#footer .bottom-holder .info-left .text{
	display: block;
	max-width: initial;
	font-size: 13px;
	color: #9b9a96;
	text-align: left;
}

#footer .bottom-holder .info-left .title-label {
	display: block;
	max-width: initial;
	font-weight: 600;
	color: #71716e;
	text-align: left;
}

.info-right {
	color: #292929;
	margin: 0 0 20px;
	text-align: center;
}

#footer .bottom-holder .info-right{
	text-align: center;
	font-size: 13px;
	color: #9b9a96;
	font-weight: 400;
}

#footer .bottom-holder .info-right a {
	color: #9b9a96;
	font-weight: 400;
}

.info-right .logo-box {
	margin: 0 0 10px;
}

.info-center {
	color: #292929;
}

.bottom-holder {
	padding-top: 15px;
}

.bottom-holder .info-left .text {
	display: inline-block;
	vertical-align: middle;
	max-width: 38%;
}

.bottom-holder .info-left .title-label {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	max-width: 30%;
}

.bottom-holder .info-left .logo-box {
	display: inline-block;
	vertical-align: middle;
	max-width: 30%;
}

.close-page {
	position: absolute;
	right: 0;
	top: 0;
	width: 53px;
	height: 44px;
	background: rgba(0, 0, 0, .22);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	z-index: 10;
	display: none !important;
}

.modal-wrap .close-page {
	display: block !important;
}

.close-page.style {
	padding: 10px 14px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.close-page.style:hover {
	opacity: .7;
}

.close-page.style:before,
.close-page.style:after {
	display: none;
}

.close-page:before,
.close-page:after {
	margin: 0 -1px 0 1px;
	background: #000;
	position: absolute;
	top: 20px;
	left: 24%;
	right: 24%;
	height: 4px;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.close-page:after {
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}

.close-page:hover {
	background: rgba(0, 0, 0, .5);
}

.close-page:hover:before,
.close-page:hover:after {
	background: #f9f8f6;
}

.style-btn .scroll-content .close-page {
	opacity: 0;
}

.banner-popup {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	color: #f9f8f6;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 29px 0 71px;
}

.banner-popup .center-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 320px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.banner-popup h1 {
	text-shadow: 0 5px 5px rgba(0, 0, 0, .22);
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
}

.banner-popup h1 .small {
	font-weight: 400;
	display: block;
	line-height: 1;
	font-size: 20px;
	letter-spacing: 1px;
}

.banner-popup .terra-logo-wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.banner-popup .terra-logo-wrapper-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.banner-popup .terra-logo{
	position: absolute;
	right: 20px;
	bottom: 20px;
	max-width: 70px;
	height: auto;
}

.top-holder {
	background: #2e2c2c;
	color: #c9c4bd;
	padding: 14px 0 22px;
}

.top-holder .center-holder {
	display: table;
	width: 100%;
	max-width: 1200px;
}

.top-holder .category-wrapper{
	display: block;
	margin: 0 auto;
	padding-top: 7px;
	margin-bottom: 20px;
	text-align: center;
	text-align: center;
}

.top-holder .category-wrapper a {
	display: block;
	padding-left: 85px;
	position: relative;
}

.top-holder .category-wrapper img{
	max-width: 75px;
	margin-top: -5px;
	display: inline-block;
}

.top-holder .category-wrapper .category-description {
	color: #fff;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 5px;
	display: inline-block;
	text-align: left;
}

.top-holder .category-wrapper .category-description .title {
	font-weight: 700;
}

.top-holder .btn-col {
	display: table-footer-group;
}

.top-holder .btn {
	text-align: center;
	width: 100%;
	display: block;
}

.top-holder .btn:hover {
	color: #2e2c2c;
}

.top-holder .center-box {
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 10px;
}

.top-holder h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}

.nav-list {
	color: #00aede;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -3px;
	margin: 0 0 8px;
}

.voyage_page_concept_id-5 .top-holder .nav-list {
	color: #00b5dd;
}

.voyage_page_concept_id-6 .top-holder .nav-list {
	color: #b5c501;
}

.voyage_page_concept_id-7 .top-holder .nav-list {
	color: #d32e26;
}

.nav-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.nav-list li:first-child:before {
	display: none;
}

.nav-list li.active a {
	color: #bcb7af;
}

.nav-list li:before {
	display: inline-block;
	vertical-align: top;
	content: "/";
	padding: 0 4px;
	color: #bcb7af;
}

.nav-list a {
	color: #bcb7af;
}

.nav-list a:hover {
	color: #00b0d5;
}

.photo-gallery {
	position: relative;
	z-index: 1;
}

.photo-gallery ul {
	margin: 0 !important;
	overflow: hidden;
}

.photo-gallery ul li {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: none;
}

.photo-gallery ul li:first-child {
	display: block;
}

.photo-gallery ul li:before {
	display: none;
}

.photo-gallery ul a {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.photo-gallery ul a:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

.photo-gallery ul a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .33);
}

.photo-gallery ul img {
	max-width: none;
	width: 100%;
}

.photo-gallery .btn {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	text-align: center;
	-webkit-transform: translate(0, -50%) !important;
	-ms-transform: translate(0, -50%) !important;
	transform: translate(0, -50%) !important;
}

.photo-gallery .btn:hover {
	color: #1b1b1b;
}

.scroll-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #2e2c2c;
	text-align: center;
	z-index: 500;
	padding: 7px 45px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	visibility: hidden;
}

.scroll-content.fixed-position {
	opacity: 1;
	visibility: visible;
}

.scroll-content .center-holder {
	padding: 0 80px;
}

.scroll-content h1 {
	font-size: 26px;
	line-height: 1;
	color: #f9f8f6;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
}

.scroll-content h1 .small {
	display: block;
	letter-spacing: 2px;
	padding: 2px 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #bcb7af;
}

.scroll-content .nav-list {
	margin: 0 0 5px;
}

.scroll-content .close-page {
	background: transparent;
	top: 10px;
	right: 5px;
	width: 35px;
	height: 31px;
}

.scroll-content .close-page:hover:before,
.scroll-content .close-page:hover:after {
	background: #00aede;
}

.scroll-content .close-page:before,
.scroll-content .close-page:after {
	left: 0;
	right: 0;
	background: #f9f8f6;
}

.records-section {
	background-position: 50% 50%;
	background-size: cover;
	line-height: 21px;
	position: relative;
	z-index: 10;
	color: #666;
	padding: 30px 0;
}

.records-section dl {
	margin: 0;
	position: relative;
	z-index: 10;
}

.records-section dl dt {
	float: left;
	padding: 0 5px 0 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 21px;
}

.records-section dl dd {
	overflow: visible;
	margin: 0 0 21px;
}

.records-section .popup-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	z-index: 1;
	padding: 0 8px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	margin: 0 0 0 5px;
}

.records-section .popup-link:before {
	position: absolute;
	content: "";
	left: -1px;
	right: -1px;
	top: -2px;
	bottom: -4px;
	border-radius: 50%;
	z-index: -1;
}

.records-section .popup-link:hover {
	opacity: .7;
}

.records-section .popup-link.effort-1:before {
	background: #b1be01;
}

.records-section .popup-link.effort-2 {
	color: #000;
}

.records-section .popup-link.effort-2:before {
	background: #f9f608;
}

.records-section .popup-link.effort-3:before {
	background: #f9a008;
}

.records-section .popup-link.effort-4:before {
	background: #f93a08;
}

.records-section .popup-link.effort-5:before {
	background: #000;
}

.records-section .tooltip-block,
.voyage-type .tooltip-block {
	position: relative;
	margin: -10px 0 0;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
}

.voyage-english .tooltip-block img,
.voyage-type .tooltip-block img {
	width: 32px;
	height: auto;
	margin-right: 5px;
}

.voyage-type .tooltip-block .open-tooltip {
	font-size: 15px;
	line-height: 32px;
}

.records-section .tooltip-block.hover .tooltip,
.voyage-type .tooltip-block.hover .tooltip {
	opacity: 1;
	visibility: visible;
}

.records-section .open-tooltip,
.voyage-type .open-tooltip {
	display: inline-block;
	vertical-align: 3px;
}

.voyage-english .open-tooltip {
	color: #666 !important;
	line-height: 32px;
}

.records-section .tooltip,
.voyage-type .tooltip {
	position: absolute;
	top: 100%;
	left: -110px;
	padding: 12px 0 0;
	width: 280px;
	font-size: 14px;
	line-height: 18px;
	color: #bbb;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 5;
}

.records-section .tooltip .holder,
.voyage-type .tooltip .holder {
	padding: 32px 20px 24px 63px;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, .15);
	border-radius: 2px;
	position: relative;
	background: #2e2d2c;
}

.records-section .tooltip p,
.voyage-type .tooltip p {
	margin-bottom: 7px;
}

.records-section .tooltip .title,
.voyage-type .tooltip .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #f9f8f6;
	position: relative;
	margin: 0 0 8px;
}

.records-section .tooltip .title .decor,
.voyage-type .tooltip .title .decor {
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
}

.records-section .col {
	padding: 21px 0 0;
	position: relative;
	z-index: 1;
}

.records-section .col .list > li {
	margin: 0 0 20px;
}

.records-section .col .title {
	display: block;
	font-size: 19px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.records-section .filme-avec__caption {
	line-height: 70px;
}

.records-section .filme-avec__image img{
	height: 70px;
	width: auto;
	margin-left: 10px;
}

.records-section .col .price {
	font-size: 31px;
	line-height: 1;
	margin: -5px 0 0;
	font-weight: 700;
	display: block;
	color: #e94e24;
}

.records-section .col .btn {
	color: #f9f8f6;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	padding: 4px 13px 5px;
	margin: 0 0 11px;
}

.records-section .col .btn:before {
	background: #e94e24;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.records-section .col .btn:hover {
	color: #e94e24;
}

.records-section .col .btn:hover:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	opacity: 0;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.records-section .col .btn .fa {
	margin: 0 8px 0 0;
}

.share-this {
	color: #f9f8f6;
	margin: 0 -5px;
}

.share-this li {
	float: left;
	margin: 0 5px;
}

.share-this span {
	display: block;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
	border: 1px solid #f9f8f6;
}

.share-this span.st_facebook_custom {
	background: #3a60ae;
}

.share-this span.st_facebook_custom:hover {
	border-color: #3a60ae;
}

.share-this span.st_twitter_custom {
	background: #3aa9db;
}

.share-this span.st_twitter_custom:hover {
	border-color: #3aa9db;
}

.pagination-page {
	color: #cccac7;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.pagination-page li {
	width: 100%;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
	background: #615d58;
}

.pagination-page li:nth-child(even) {
	text-align: right;
}

.pagination-page li:nth-child(even) a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 8px 44px 7px 20px;
}

.pagination-page li:nth-child(even) i {
	left: auto;
	right: 21px;
}

.pagination-page li:hover {
	background: #e94e24;
	color: #f9f8f6;
}

.pagination-page a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 20px 7px 44px;
	position: relative;
	color: inherit;
	height: 100%;
}

.pagination-page i {
	position: absolute;
	top: 50%;
	left: 21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 27px;
}

.sidebar-sumatra {
	margin: 36px 0 0;
	display: block;
}

.sidebar-sumatra .sumatra {
	display: block;
}

.sidebar-sumatra .sumatra + .sumatra {
	margin-top: 15px;
}

.sidebar-sumatra .sumatra:hover .btn,
.sidebar-sumatra .sumatra:hover .head {
	background: #e94e24;
}

.sidebar-sumatra .head {
	background: #00b0d5;
	padding: 10px 18px 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	color: #f9f8f6;
	display: block;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.sidebar-sumatra .body {
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	padding: 25px 15px 32px;
	color: #f9f8f6;
}

.sidebar-sumatra .body .video-box {
	margin: -25px -15px -32px;
	height: 202px;
	background-size: cover;
	position: relative;
}

.sidebar-sumatra .body .video-box:before {
	content: "\f04b";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "FontAwesome";
	font-size: 30px;
	border: 3px solid #f9f8f6;
	border-radius: 50%;
	padding: 15px 13px 15px 15px;
}

.sidebar-sumatra .body .text {
	display: block;
	font-size: 26px;
	line-height: 23px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .27);
	margin: 0 0 17px;
}

.sidebar-sumatra .body .text .large {
	display: block;
	font-size: 51px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 -7px;
}

.sidebar-sumatra .body .text .middle {
	display: block;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 -2px;
}

.sidebar-sumatra .btn {
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	background: #00b0d5;
	color: #f9f8f6;
	padding: 1px 16px 4px;
	font-weight: 300;
	box-shadow: none;
}

.sidebar-sumatra .btn:before {
	display: none;
}

.google-iframe-holder {
	position: relative;
	overflow: hidden;
	padding-bottom: 57.5%;
}

.google-iframe-holder iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.head-popup {
	background: #e1ddd5;
	text-align: center;
	padding: 50px 0;
}

.head-popup .center-holder {
	max-width: 860px;
}

.head-popup h1 {
	margin: 0;
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}

.head-popup h1 b {
	display: block;
}

.head-popup .text-box {
	padding: 24px 0 0;
	margin: 0 0 -15px;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
}

.head-popup .text-box p {
	margin: 0 0 15px;
}

.main-popup {
	padding: 45px 0;
}

.main-popup .brand {
	text-align: center;
	margin: 60px 0 0;
}

.numbered-list {
	max-width: 566px;
	margin: 0 auto;
	counter-reset: item;
	overflow: hidden;
	padding: 0;
}

.two-columns-popup .numbered-list {
	padding-top: 3px;
	max-width: 100%;
}

.two-columns-popup .numbered-list > li:after {
	top: -3px;
}

.numbered-list > li {
	padding: 20px 0 0 35px;
	padding: 0 0 20px 35px;
	margin: 0 0 18px;
	border-bottom: 1px dashed #a5a4a3;
	position: relative;
}

.numbered-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.numbered-list > li:after {
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	content: counters(item, "") " ";
	counter-increment: item;
	background: #b1be01;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 5px;
}

.numbered-list > li.yellow-bg:after {
	background: #f9f608;
}

.numbered-list > li.orange-bg:after {
	background: #f9a008;
}

.numbered-list > li.red-bg:after {
	background: #f93a08;
	color: #f9f8f6;
}

.numbered-list > li.black-bg:after {
	background: #000;
	color: #f9f8f6;
}

.numbered-list .title {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.numbered-list ul {
	margin: 0;
}

.numbered-list p {
	margin-bottom: 10px;
}

.numbered-list .note {
	font-weight: 600;
}

.two-columns-popup .col {
	margin: 0 0 30px;
}

.two-columns-popup .text-container {
	margin: 0 0 25px;
}

.two-columns-popup .text-container p {
	margin-bottom: 15px;
}

.two-columns-popup .text-container h2 {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 23px;
	margin: 0 0 1px;
	letter-spacing: 1px;
}

.two-columns-popup .text-container h2.large {
	font-size: 31px;
	line-height: 34px;
	margin-bottom: 0;
}

.info-group + .info-group {
	margin-top: 20px;
}

.info-group .title {
	display: inline-block;
	vertical-align: top;
	padding: 3px 9px;
	font-weight: 700;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #f9f8f6;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.info-group .title.light-blue-bg {
	background: #00aede;
}

.info-group .title.dark-blue-bg {
	background: #357592;
}

.info-group .title.purple-bg {
	background: #7351a1;
}

.info-group dl {
	padding: 0 0 0 9px;
}

.info-group dl dt {
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 4px 0 0;
}

.info-group dl dd {
	overflow: visible;
	margin: 0 0 5px;
}

.banner {
	color: #f9f8f6;
	padding: 25px 0;
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	letter-spacing: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner .center-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.banner h1 {
	text-transform: uppercase;
}

.filters-bar {
	background: #ece8e2;
	padding: 5px 0 3px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-align: center;
}

.filters-bar .holder > * {
	letter-spacing: 0;
}

.filters-bar .select-holder {
	width: 100%;
	margin: 0 0 6px;
	display: inline-block;
	vertical-align: middle;
}

.filters-bar .jcf-select {
	background: #494948;
	height: 38px;
	text-align: left;
}

.filters-bar .jcf-select .jcf-select-text {
	font-weight: 400;
	color: #f9f8f6;
	line-height: 38px;
	margin-left: 13px;
	font-size: 14px;
}

.filters-bar .jcf-select .jcf-select-opener {
	border-color: #f9f8f6 transparent !important;
}

.filters-bar .jcf-list {
	background: #494948;
}

.filters-bar .jcf-list .jcf-option {
	font-weight: 400;
	color: #f9f8f6;
	padding-left: 13px;
	font-size: 14px;
}

.filters-bar .btn-filter {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 3px;
	background: #dcd5ca;
	margin: 0 0 6px;
	min-width: 125px;
	text-align: center;
	white-space: nowrap;
	color: #494948;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	position: relative;
	z-index: 1;
	float: left;
	min-width: 48%;
}

.filters-bar .btn-filter:nth-child(odd) {
	float: right;
}

.filters-bar .btn-filter:after {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	content: "";
	width: 1px;
	overflow: hidden;
}

.filters-bar .btn-filter.active,
.filters-bar .btn-filter:hover {
	color: #f9f8f6;
	background: #e94e24;
}

.filters-bar .btn-filter.active .img .hover-visible,
.filters-bar .btn-filter:hover .img .hover-visible {
	opacity: 1;
	visibility: visible;
}

.filters-bar .btn-filter.active .img img,
.filters-bar .btn-filter:hover .img img {
	opacity: 0;
}

.filters-bar .btn-filter.similar {
width: auto;
}

.filters-bar .btn-filter.similar.active,
.filters-bar .btn-filter.similar:hover {
	background: #494948;
}

.filters-bar .btn-filter .concept-logo,
.filters-bar .btn-filter .concept-logo-white {
	max-height: 24px;
	width: auto;
size:80%;
}

.filters-bar .btn-filter .concept-logo-white {
	display: none;
}

.filters-bar .btn-filter.concept-explorateur{
	color: #a7b700;
}

.filters-bar .btn-filter.concept-explorateur.active,
.filters-bar .btn-filter.concept-explorateur:hover {
	background: #a7b700;
	color: #fff;
}

.filters-bar .btn-filter.concept-explocarte{
	color: #00b5dd;
}

.filters-bar .btn-filter.concept-explocarte.active,
.filters-bar .btn-filter.concept-explocarte:hover {
	background: #00b5dd;
	color: #fff;
}

.filters-bar .btn-filter.concept-terraultima{
	color: #d32e26;
}

.filters-bar .btn-filter.concept-terraultima.active,
.filters-bar .btn-filter.concept-terraultima:hover {
	background: #d32e26;
	color: #fff;
}

.filters-bar .btn-filter.concept-explorateur:hover .concept-logo,
.filters-bar .btn-filter.concept-explocarte:hover .concept-logo,
.filters-bar .btn-filter.concept-terraultima:hover .concept-logo,
.filters-bar .btn-filter.concept-explorateur.active .concept-logo,
.filters-bar .btn-filter.concept-explocarte.active .concept-logo,
.filters-bar .btn-filter.concept-terraultima.active .concept-logo {
	display: none;
}

.filters-bar .btn-filter.concept-explorateur:hover .concept-logo-white,
.filters-bar .btn-filter.concept-explocarte:hover .concept-logo-white,
.filters-bar .btn-filter.concept-terraultima:hover .concept-logo-white,
.filters-bar .btn-filter.concept-explorateur.active .concept-logo-white,
.filters-bar .btn-filter.concept-explocarte.active .concept-logo-white,
.filters-bar .btn-filter.concept-terraultima.active .concept-logo-white {
	display: inline-block;
}

.filters-bar .btn-filter.similar.active .circle,
.filters-bar .btn-filter.similar:hover .circle {
	opacity: 0;
}

.filters-bar .btn-filter > * {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.filters-bar .btn-filter .img {
	position: relative;
	margin: 0 5px 0 0;
	display: none;
}

.filters-bar .btn-filter .img .hover-visible {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.filters-bar .btn-filter .circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.result-hold {
	display: block;
	color: #343333;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	padding: 12px 0 19px;
}

.result-hold .text {
	display: block;
}

.result-hold .result {
	font-weight: 700;
	display: block;
}

.result-hold .jcf-select {
	width: 110px;
	text-transform: uppercase;
	background: #a09f9d;
	height: 28px;
}

.result-hold .jcf-select .jcf-select-text {
	line-height: 28px;
	color: #f9f8f6;
	font-size: 13px;
}

.result-hold .jcf-select .jcf-select-opener {
	border-color: #f9f8f6 transparent !important;
}

.result-hold .jcf-list {
	font-size: 13px;
	line-height: 16px;
	background: #a09f9d;
	color: #f9f8f6;
}

.result-main {
	padding: 0 0 60px;
}

.result-main .center-holder {
	position: relative;
}

.result-main .content {
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
}

.filter-active .result-main .content {
	margin: 0 -245px 0 245px;
}

.filter-opener {
	display: block;
	background: #615f5f;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	color: #f9f8f6;
	font-weight: 700;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	margin: 0 0 15px;
}

.filter-opener:hover {
	color: #f9f8f6;
	background: #00b0d5;
}

.filter-active .filter-opener:after {
	content: "fermer les filtres";
}

.filter-opener:after {
	content: "afficher les filtres";
}

.filter-sidebar {
	background: #f4f2ec;
	padding: 0 25px 30px;
	font-size: 15px;
	line-height: 21px;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 233px;
	left: -233px;
	-webkit-transition: left .3s ease;
	transition: left .3s ease;
}

.filter-active .filter-sidebar {
	left: 0;
}

.filter-sidebar h2 {
	margin: 0 -25px 27px;
	background: #615f5f;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
	font-weight: 400;
	color: #f2f2f2;
	padding: 11px 23px 16px;
	text-align: center;
}

.filter-sidebar h2 .small {
	display: block;
	font-weight: 300;
	font-size: 25px;
	margin: -2px 0 0;
	letter-spacing: 2px;
}

.filter-sidebar h3 {
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #646363;
}

.filter-sidebar .jcf-range {
	margin-top: 20px;
}

.option-list {
	color: #343333;
	letter-spacing: -3px;
	margin: 0 -12px 14px -7px;
}

.option-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 5px;
	letter-spacing: 0;
}

.option-list a {
	color: #00aede;
}

.option-list a:hover {
	color: #e94e24;
}

.checkbox-list {
	margin: 0 0 25px;
	color: #646363;
}

.checkbox-list__concept-type{
	background: #e5e1d8;
	margin: 0 -25px 25px;
	padding: 20px 25px;
	font-size: 17px;
    line-height: 21px;
    font-weight: 700;
}

.checkbox-list li.main-check {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 4px;
}

.checkbox-list li.main-check .jcf-checkbox {
	border-color: #686668;
}

.checkbox-list .jcf-checkbox {
	float: left;
	margin-top: 6px;
}

.checkbox-list .jcf-checkbox input[type="checkbox"] {
	cursor: pointer;
}

.checkbox-list label {
	float: left;
	max-width: 85%;
	cursor: pointer;
}

.checkbox-list .concept_type_id-6{
	color: #a7b700;
}

.checkbox-list .concept_type_id-6 .jcf-checkbox{
	border-color: #a7b700;
}

.checkbox-list .concept_type_id-5 {
	color: #00b5dd;
}

.checkbox-list .concept_type_id-5 .jcf-checkbox {
	border-color: #00b5dd;
}

.checkbox-list .concept_type_id-7 {
	color: #d32e26;
}

.checkbox-list .concept_type_id-7 .jcf-checkbox {
	border-color: #d32e26;
}

.map-block,
.google-map-markers {
	position: relative;
}

.map-block img,
.google-map-markers img {
	max-width: none;
	width: 100%;
}

.map-block .popup-block,
.google-map-markers .popup-block {
	position: absolute;
	font-size: 16px;
	line-height: 20px;
}

.map-block .popup-block .pin,
.google-map-markers .popup-block .pin {
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.map-block .popup,
.google-map-markers .popup {
	width: 120px;
	position: absolute;
	bottom: 32px;
	padding: 0 0 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #d0d0d0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	z-index: 2;
}

.map-block .popup .close,
.google-map-markers .popup .close {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 16px;
	height: 16px;
	z-index: 10;
	display: none;
}

.map-block .popup .close:before,
.map-block .popup .close:after,
.google-map-markers .popup .close:before,
.google-map-markers .popup .close:after {
	background: #949493;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.map-block .popup .close:after,
.google-map-markers .popup .close:after {
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}

.map-block .popup .close:hover:before,
.map-block .popup .close:hover:after,
.google-map-markers .popup .close:hover:before,
.google-map-markers .popup .close:hover:after {
	background: #f9f8f6;
}

.map-block .popup .holder,
.google-map-markers .popup .holder {
	background: #242424;
	border-radius: 2px;
	padding: 10px 15px;
	position: relative;
}

.map-block .popup .holder:before,
.google-map-markers .popup .holder:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: #242424 transparent;
}

.map-block .popup a,
.google-map-markers .popup a {
	color: #80c5dd;
}

.map-block .popup a:hover,
.google-map-markers .popup a:hover {
	color: #00aede;
}

.map-block .popup .picture-hold,
.google-map-markers .popup .picture-hold {
	margin: 0 0 10px;
}

.map-block .popup .title,
.google-map-markers .popup .title {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 3px;
	color: #f9f8f6;
	font-weight: 700;
}

.map-block .popup .country,
.google-map-markers .popup .country {
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	line-height: 1;
	color: #f9f8f6;
	margin: 0 0 11px;
}

.map-block .popup .text,
.google-map-markers .popup .text {
	display: block;
	margin: 0 0 17px;
	text-transform: none;
}

.map-block .popup .link,
.google-map-markers .popup .link {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin: 0 0 0 auto;
}

.map-block .popup .link:before,
.google-map-markers .popup .link:before {
	content: "+";
}

.map-block .popup .bottom-holder,
.google-map-markers .popup .bottom-holder {
	padding: 0;
}

.map-block .popup .logo-category,
.google-map-markers .popup .logo-category {
	width: 130px;
	margin: 0 0 10px;
}

.map-block .popup .logo-category img,
.google-map-markers .popup .logo-category img {
	max-width: 100%;
	width: auto;
}

.map-block .popup .logo-category img.terra,
.google-map-markers .popup .logo-category img.terra {
	width: 30px;
}

.contact-map-holder.google-map-markers .popup-block .pin {
	font-size: 30px;
}

.detail-link {
	width: 75px;
	padding: 15px 5px;
	border-radius: 50%;
	margin: -45px auto 32px;
	font-size: 12px;
	line-height: 16px;
	background: #e94e24;
	position: relative;
	text-align: center;
	z-index: 2;
	color: #f9f8f6;
	text-transform: uppercase;
	display: block;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	font-weight: 700;
	text-align: center;
}

.detail-link:hover {
	background: #666;
	color: #f9f8f6;
}

.detail-link .fa {
	margin: 3px 0 0;
	font-size: 12px;
}

.result-block {
	margin: 0 0 30px;
}

.result-block a {
	color: inherit;
}

.result-block a:hover .picture-holder img {
	-webkit-transform: scale(1.07) translate3d(0px, 0px, 0px);
	transform: scale(1.07) translate3d(0px, 0px, 0px);
}

.result-block a:hover .bottom-holder .btn {
	color: #f9f8f6;
}

.result-block a:hover .bottom-holder .btn:before {
	opacity: 1;
}

.result-block .picture-holder {
	margin: 0 0 10px;
	overflow: hidden;
}

.result-block .picture-holder img {
	width: 100%;
	max-width: none;
	display: block;
	-webkit-transform: scale(1) translate3d(0px, 0px, 0px);
	transform: scale(1) translate3d(0px, 0px, 0px);
	-webkit-transition: -webkit-transform .3s ease 0s;
	transition: transform .3s ease 0s;
}

.result-block .head {
	margin: 0 0 15px;
}

.result-block .brand {
	float: right;
	padding: 10px 20px 10px 60px;
	position: relative;
	margin-top: -68px !important;
}

.result-block_concept-6 .brand {
	background: #a7b700;
}

.result-block_concept-5 .brand {
	background: #00b5dd;
}

.result-block_concept-7 .brand {
	background: #d32e26;
}

.result-block .brand img{
	max-height: 30px;
	width: auto;
	position: absolute;
	left: 16px;
	top: 7px;
}

.result-block .brand .concept-description {
	color: #fff;
	text-transform: uppercase;
	line-height: 13px;
	font-size: 13px;
	min-width: 115px;
}

.result-block .brand .concept-description .title {
	font-weight: 700;
}

.result-block h2 {
	overflow: hidden;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	margin-top: 45px;
}

.result-block h2 .small {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}

.result-block_concept-6 h2 .small{
	color: #a7b700;
}

.result-block_concept-5 h2 .small {
	color: #00b5dd;
}

.result-block_concept-7 h2 .small {
	color: #d32e26;
}

.result-block p {
	margin-bottom: 24px;
}

.result-block .bottom-holder .btn {
	font-weight: 300;
	font-size: 17px;
	line-height: 21px;
	padding: 7px 16px;
	margin: 0 0 10px;
}

.result-block .bottom-holder .btn:hover {
	color: #e94e24;
}

.result-block .bottom-holder .btn:hover:before {
	opacity: 0;
}

.result-block .info-list {
	font-size: 15px;
	line-height: 23px;
}

.result-block .info-list .definition {
	float: left;
	padding: 0 8px 0 0;
	text-transform: uppercase;
	font-weight: 700;
}

.result-block .info-list .price {
	font-weight: 700;
	color: #e94e24;
	font-size: 21px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}

.result-block_concept-6 .info-list .price {
	color: #a7b700;
}

.result-block_concept-5 .info-list .price {
	color: #00b5dd;
}

.result-block_concept-7 .info-list .price {
	color: #d32e26;
}

.search-results .top-image {
	background: #f9f8f6 !important;
	margin: 0 0 -50px;
}

.search-results .top-image h1 {
	font-size: 32px;
	color: #494948;
}

.terra-ultima,
.explorateur,
.explo {
	background: #f4f2ef;
}

.banner-categorie {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	color: #f9f8f6;
	text-align: center;
	background-color: #f4f2ef;
}

.banner-categorie .center-holder {
	max-width: 720px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 320px;
	padding: 50px 0 29%;
}

.banner-categorie .brand {
	width: 50%;
	margin: 0 auto 20px;
}

.banner-categorie h1 {
	font-size: 27px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 3px;
}

.banner-categorie h1 .small {
	font-weight: 300;
	display: block;
}

.main-content {
	padding: 17px 0 0;
	color: #666;
}

.main-content > * {
	position: relative;
	z-index: 3;
}

.main-content mark {
	background: transparent;
}

.main-content .text-holder {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 30px;
}

.main-content .text-holder .center-holder {
	max-width: 885px;
}

.main-content .text-container {
	text-align: center;
}

.main-content .text-container .center-holder {
	max-width: 1083px;
}

.main-content .text-container .columns {
	margin: 0 0 50px;
}

.main-content .text-container .col {
	text-align: left;
}

.main-content .text-container h2 {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 38px;
}

.main-content .text-container h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 30px;
}

.main-content .text-container p {
	margin-bottom: 30px;
}

.main-content .img-block {
	position: relative;
	z-index: 2;
	background-size: cover;
	background-position: 50% 100%;
	padding-top: 59.45%;
	margin: -14.6% 0 0;
}

.main-content .img-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 42%;
	background: -moz-linear-gradient(top, #f4f2ef 0%, rgba(255, 255, 255, 0) 100%);
}

.explo .main-content .img-block {
	margin-top: -30%;
	padding-top: 95.6%;
}

.terra-ultima .main-content .img-block {
	padding-top: 90.8%;
	margin-top: -18.8%;
}

.main-content .img-block img {
	max-width: none;
	width: 100%;
}

.main-content .btn b {
	display: block;
}

.travel-section {
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	color: #f9f8f6;
	position: relative;
	z-index: 10;
	padding: 30px 0;
	white-space: nowrap;
}

.travel-section:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -5px;
	height: 200px;
}

.travel-section .center-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.travel-section .title {
	display: block;
	margin: 0 0 16px;
	text-transform: uppercase;
	font-size: 29px;
	line-height: 32px;
	font-weight: 700;
}

.travel-section .btn.white {
	color: #f9f8f6;
	box-shadow: inset 0 0 0 1px #f9f8f6;
}

.travel-section .btn.white:before {
	background: #f9f8f6;
}

.travel-section .btn.white:hover {
	color: #666;
}

.description-section {
	padding: 30px 0;
	text-align: center;
	background: #e9e6df;
}

.description-section h2 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 25px;
	font-weight: 400;
}

.description-section h2 mark {
	font-weight: 700;
}

.description-section .btn {
	display: block;
	max-width: 869px;
	margin: 0 auto;
}

.description-section .description-list {
	margin: 0 0 31px;
	width: 100%;
}

.description-section .description-list li {
	margin: 0 0 25px;
}

.description-section .description-list a {
	color: inherit;
}

.description-section .description-list a:hover .btn {
	color: #e9e6df;
}

.description-section .description-list a:hover .btn:before {
	opacity: 1;
}

.description-section .description-list a:hover .picture-holder img {
	-webkit-transform: scale(1.07) translate3d(0px, 0px, 0px);
	transform: scale(1.07) translate3d(0px, 0px, 0px);
}

.description-section .description-list .picture-holder {
	margin: 0 0 15px;
}

.description-section .description-list img {
	border-radius: 50%;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .3s ease 0s;
	transition: transform .3s ease 0s;
}

.description-section .description-list h3 {
	margin: 0 0 10px;
}

.description-section .description-list h3 .small {
	display: block;
	font-weight: 400;
}

.description-section .description-list p {
	margin-bottom: 20px;
}

.description-section .description-list .btn {
	font-weight: 700;
}

.description-section .description-list .btn.gray {
	box-shadow: inset 0 0 0 1px #666;
	color: #666;
	max-width: none;
	display: inline-block;
	vertical-align: top;
}

.description-section .description-list .btn.gray:before {
	background: #666;
}

.description-section .description-list .btn.gray:hover {
	color: #e9e6df;
}

.description-section .description-list .btn.gray:hover:before {
	opacity: 1;
}

.video-section {
	padding: 30px 0;
	text-align: center;
}

.video-section h2 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 29px;
	font-weight: 400;
}

.video-section h2 mark {
	font-weight: 700;
}

.video-section .btn--inverse{
	color: #fff;
}

.video-section .btn--inverse:before{
	opacity: 1 !important;
}

.video-section .btn--inverse:hover:before {
	opacity: 0 !important;
}

.video-block {
	max-width: 870px;
	margin: 0 auto 60px;
	box-shadow: 0 0 21px rgba(0, 0, 0, .4);
	position: relative;
}

.video-block .brand {
	display: none;
}

.partners-section{
	margin-bottom: 30px;
}

.footer-holder .center-holder {
	max-width: 803px;
}

.footer-holder .left-box {
	text-align: center;
	margin: 0 0 15px;
}

.footer-holder .title {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 28px;
}

.footer-holder .right-box {
	text-align: center;
}

.partners-list {
	letter-spacing: -3px;
	margin: 0 -50px;
}

.partners-list li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	margin: 0 50px 10px;
}

.top-block {
	min-height: 300px;
	padding: 45px 0;
	color: #f9f8f6;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 27px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.top-block .brand {
	margin: 0 auto 15px;
	width: 50%;
}

s
background: none !important;
	padding: 16px 18px;
	max-width: 246px;
}

 h1.texth1{
	font-size: 51px;
}

.top-block .text {
	display: block;
	letter-spacing: 2px;
	text-shadow: 0 0 7px rgba(0, 0, 0, .35);
}

.top-block .text .light {
	display: block;
	font-weight: 400;
}

.top-block .list {
	letter-spacing: -3px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	font-weight: 700;
}

.top-block .list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
}

.top-block .list li:before {
	display: inline-block;
	vertical-align: top;
	content: "/";
	padding: 0 4px;
}

.top-block .list li:first-child:before {
	display: none;
}

.top-block .list a {
	color: inherit;
}

.top-block .list a:hover {
	color: #b5c501;
}

.banner-text {
	padding: 30px 0 18px;
	background: #e7e4dc;
	text-align: center;
}

.normade .banner-text h2 {
	font-size: 28px;
	line-height: 32px;
}

.normade .banner-text .list li:before {
	content: "+";
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	margin-right: 4px;
	vertical-align: top;
}

.banner-text h1 {
	margin: 0 0 15px;
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
}

.banner-text .large-text {
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto 12px;
	text-transform: uppercase;
	max-width: 810px;
}

.banner-text .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
}

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

.banner-text .list li {
	padding: 0 0 10px;
}

.banner-text .list li:before {
	display: inline-block;
	vertical-align: middle;
	background: #474745;
	margin: 0 11px 0 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: "";
}

.banner-text p {
	margin-bottom: 15px;
}

.terra-ultima .banner-text p{
	line-height: 27px;
}

.terra-ultima .banner-text .list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "+";
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	vertical-align: top;
}

.terra-ultima .banner-text .list li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 27px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.terra-ultima .banner-text .center-holder{
	max-width: 980px;
}

.terra-ultima .banner-text h1 {
	max-width: 860px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.detail-section {
	text-align: center;
	padding: 30px 0;
	letter-spacing: 1px;
}

.detail-section.dark {
	background: #e7e4dc;
}

.detail-section .text-box {
	max-width: 780px;
	margin: 0 auto;
}

.detail-section h2 {
	font-size: 34px;
	line-height: 38px;
	font-weight: 300;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.detail-section p {
	margin: 0 0 29px;
}

.detail-section h3 {
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 10px;
}

.detail-section ul:not([class]) {
	margin: 0 0 22px;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #666;
}

.detail-section .note {
	display: block;
	margin: 0 0 36px;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
}

.detail-section .detail-list li {
	margin: 0 0 30px;
}

.detail-section .detail-list .picture-holder {
	margin: 0 0 27px;
}

.detail-section .detail-list .picture-holder img {
	max-width: none;
	width: 100%;
}

.detail-section .detail-list p {
	margin-bottom: 10px;
}

.detail-section h4 {
	margin: 0 0 11px;
}

.invocation-section {
	padding: 40px 0;
	text-align: center;
}

.invocation-section .center-holder {
	max-width: 1096px;
}

.invocation-section h1, 
.invocation-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
}

.invocation-section .categories-list {
	margin: 0;
}

.top-image {
	text-align: center;
	color: #f9f8f6;
	background-position: 50% 50%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-image .center-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 250px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 20px 15px 32px;
	max-width: 1024px;
}

.top-image h1 {
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.top-image h1 .light {
	font-weight: 400;
	display: block;
}

.filters-panel {
	margin: 0 -6px 15px;
	letter-spacing: -3px;
	font-size: 16px;
	line-height: 18px;
	color: #3c3c3b;
	padding: 6px 0 0;
}

.filters-panel > * {
	letter-spacing: 0;
}

.filters-panel .title {
	display: none;
}

.filters-panel .filter-list {
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -3px;
}

.filters-panel .filter-list li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 6px;
	margin: 0 0 12px;
}

.filters-panel .filter-list li:first-child {
	max-width: 114px;
}

.filters-panel .filter-list li.active a {
	background: #3b3a39;
	color: #f9f8f6;
}

.filters-panel .filter-list li.active a .brand .hover-img {
	opacity: 1;
}

.filters-panel .filter-list .brand {
	display: none;
}

.filters-panel .filter-list .brand .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.filters-panel .filter-list a {
	color: #3c3c3b;
	display: block;
	width: 100%;
	background: #e7e4dc;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 2px 10px;
	white-space: nowrap;
}

.filters-panel .filter-list a:hover {
	background: #3b3a39;
	color: #f9f8f6;
}

.filters-panel .filter-list a:hover .brand .hover-img {
	opacity: 1;
}

.filters-panel .filter-list a:after {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	width: 1px;
	content: "";
	overflow: hidden;
}

.filters-panel .filter-list .circle {
	display: inline-block;
	vertical-align: middle;
	position: static;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: -3px 4px 0;
}

.filters-panel .filter-list .circle.bg-green {
	background: #b5c501;
}

.filters-panel .filter-list .circle.bg-light-blue {
	background: #00b0d5;
}

.filters-panel .filter-list .circle.bg-red {
	background: #d32e26;
}

.filters-panel .jcf-select{
	background: #e7e4dc;
	color: #3c3c3b;
	height: 49px;
	line-height: 49px;
	cursor: pointer;
	border-radius: 0;
}

.filters-panel .active .jcf-select{
	background: #3b3a39;
	color: #f9f8f6;
}

.filters-panel .active .jcf-select .jcf-select-opener{
	border-color: #fff transparent !important;
}

.filters-panel .jcf-select:hover{
	background: #3b3a39;
	color: #f9f8f6;
}

.filters-panel .active .jcf-select:hover .jcf-select-opener{
	border-color: #fff transparent !important;
}

.filters-panel .jcf-select-drop li{
	width: 100%;
	text-align: left;
	color: #3c3c3b;
	font-weight: 300;
}

.filters-panel .jcf-list-content{
	border: 1px solid #3b3a39;
}

.filters-panel .terra-ultima,
.filters-panel .explorateur,
.filters-panel .explo {
	background: none;
}

.filters-panel .concept-btn img{
	max-height: 24px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.filters-panel .concept-btn .concept-logo-white {
	display: none;
}

.filters-panel .concept-btn:hover .concept-logo-white,
.filters-panel .concept-btn.active .concept-logo-white {
	display: inline-block;
}

.filters-panel .concept-btn:hover .concept-logo,
.filters-panel .concept-btn.active .concept-logo {
	display: none;
}

.filters-panel .concept-btn .text {
	display: inline-block;
}

.filters-panel .mesure-blog-button:hover > a,
.filters-panel .mesure-blog-button.active>a {
	background: #00b5dd !important;
}

.filters-panel .mesure-blog-button .text {
	color: #00b5dd;
}

.filters-panel .explo-blog-button:hover>a,
.filters-panel .explo-blog-button.active>a {
	background: #a7b700 !important;
}

.filters-panel .explo-blog-button .text {
	color: #a7b700;
}

.filters-panel .terra-ultima:hover>a,
.filters-panel .terra-ultima.active>a {
	background: #d32e26 !important;
}

.filters-panel .terra-ultima .text {
	color: #d32e26;
}

.filters-panel .concept-btn:hover .text,
.filters-panel .concept-btn.active .text {
	color: #fff;
}

.article-post {
	margin: 0 0 30px;
}

.article-post .picture-container {
	margin: 0 0 10px;
}

.article-post .picture-container .brand {
	top: auto;
	left: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	right: 27px;
	bottom: 14px;
}

.article-post .picture-container > img {
	max-width: none;
	width: 100%;
}

.article-post .title-holder h2{
	margin-top: 45px;
}

.article-post .head .brand {
	margin: 0 0 5px;
}

.article-post .head .brand img{
	max-height: 35px;
	height: auto;
	margin-left: 5px;
}

.article-post .title-holder {
	position: relative;
}

.article-post .title-holder .brand {
	margin: 0 0 5px;
}

.article-post + .navigation .next,
.article-post + .navigation .prev {
	line-height: 12px;
	font-size: 11px;
	width: 88px;
}

.article-post h1,
.article-post h2 {
	margin: 0 0 1px;
	font-size: 23px;
	text-transform: uppercase;
}

.article-post h2 a {
	color: inherit;
}

.article-post h2 a:hover {
	color: #e94e24;
	text-decoration: underline;
}

.article-post .meta {
	display: block;
	color: #666;
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 18px;
}

.article-post .meta a {
	color: inherit;
}

.article-post .meta a:hover {
	color: #e94e24;
}

.article-post .meta time {
	color: #666;
}

.article-post p {
	margin: 0 0 20px;
}

.article-post .btn-holder {
	text-align: right;
}

.article-post .article-content {
	font-size: 17px;
	line-height: 27px;
}

.social-box {
	position: relative;
	z-index: 2;
	padding: 20px 0 0;
}

.social-box h3 {
	font-weight: 400;
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 28px;
}

.social-box .share-this span {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.similar-article {
	padding: 30px 0;
	border-top: 1px solid #cccbca;
	margin-top: 40px;
}

.similar-article h2,
.similar-article h3 {
	font-weight: 400;
	margin: 0 0 19px;
	font-size: 24px;
	line-height: 28px;
}

.similar-article .article-holder {
	font-size: 15px;
	line-height: 18px;
	color: #666;
}

.similar-article .article {
	margin: 0 0 15px;
}

.similar-article .article a {
	color: inherit;
}

.similar-article .article a:hover {
	color: #e94e24;
}

.similar-article .article a:hover h4 {
	color: #e94e24;
}

.similar-article .article a:hover img {
	-webkit-transform: scale(1.07) translate3d(0, 0, 0);
	transform: scale(1.07) translate3d(0, 0, 0);
}

.similar-article .article .img-holder {
	margin: 0 0 13px;
	text-align: center;
	overflow: hidden;
	max-width: 35%;
}

.similar-article .article .img-holder img {
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	display: block;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
}

.similar-article .article h4 {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #494948;
	margin: 0 0 10px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.photos-list {
	margin: 0 -2px;
}

.photos-list li {
	float: left;
	width: 33.3%;
	padding: 0 2px;
	margin: 0 0 4px;
}

.photos-list img {
	max-width: none;
	width: 100%;
}

#pinterest-pinboard-widget-container .pinboard {
	margin-top: 0;
}

#pinterest-pinboard-widget-container .pinboard img {
	width: 72px;
	height: 72px;
	padding: 0;
}

#pinterest-pinboard-widget-container .pinboard a {
	float: left;
	padding: 0 2px;
	margin: 0 0 4px;
}

#pinterest-pinboard-widget-container .row {
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 -2px;
}

#pinterest-pinboard-widget-container a.pin_logo {
	display: inline-block;
	vertical-align: middle;
}

#pinterest-pinboard-widget-container .pin_text {
	display: inline-block;
	vertical-align: top;
}

#pinterest-pinboard-widget-container .pin_text a {
	vertical-align: top;
}

.tagcloud {
	margin: 0 -3px;
	letter-spacing: -3px;
	font-size: 13px;
	line-height: 16px;
}

.tagcloud a {
	letter-spacing: 0;
	margin: 0 3px 6px;
	display: inline-block;
	vertical-align: top;
	padding: 1px 11px 3px;
	background: #838281;
	color: #f9f8f6;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	font-size: 13px !important;
	line-height: 16px;
}

.tagcloud a:hover {
	background: #e94e24;
}

#wrapper {
	-webkit-transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
}

.js-modal-active #wrapper {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.modal-wrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-width: 100vw;
}

.modal-wrap #header {
	display: none !important;
}

.modal-wrap.show .modal-slide:last-child {
	-webkit-animation: hideSwitchSlide 1s ease;
	animation: hideSwitchSlide 1s ease;
}

.modal-wrap.show .modal-slide:first-child {
	-webkit-animation: showSlide 1s ease;
	animation: showSlide 1s ease;
	position: fixed;
	left: 0;
	top: 0;
}

.modal-wrap.reverse .modal-slide:last-child {
	-webkit-animation: hideReverseSwitchSlide 1s ease;
	animation: hideReverseSwitchSlide 1s ease;
}

.modal-wrap.reverse .modal-slide:first-child {
	-webkit-animation: showReverseSlide 1s ease;
	animation: showReverseSlide 1s ease;
	position: fixed;
	left: 0;
	top: 0;
}

.modal-wrap.hide .modal-slide:first-child {
	-webkit-animation: hideSlide 1s ease;
	animation: hideSlide 1s ease;
}

.modal-wrap .modal-wrap-frame {
	width: 100%;
	overflow: hidden;
	min-height: 100%;
}

.modal-wrap .modal-slide {
	background: #f9f8f6;
	width: 100%;
}

.modal-active {
	overflow: hidden;
}

.ajax-active:after {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .3);
	content: "";
}

.ajax-active:before {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	width: 64px;
	height: 64px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	background: url(images/loader.gif) no-repeat;
	content: "";
}

.tab-content {
	position: relative;
}

.sticky-wrap {
	position: relative;
	z-index: 100;
}

.fixed-position {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sticky-box.fixed-position {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

.sticky-box.fixed-position-inactive {
	padding-right: 0 !important;
}

.show .sticky-box.fixed-position,
.hide .sticky-box.fixed-position {
	display: none;
}

.sticky-bar.fixed-position {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
}

.tab-section {
	position: relative;
	overflow: hidden;
}

.schedule-holder.hidden-active .slide {
	display: none;
}

.style-lightbox .fancybox-wrap {
	position: fixed !important;
}

.style-lightbox .fancybox-overlay {
	overflow-y: hidden !important;
}

.poliline-google-map .popup-block {
	position: absolute;
}

.poliline-google-map .popup {
	position: absolute;
	bottom: 100%;
	padding: 0 0 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.poliline-google-map .popup .holder {
	box-shadow: 0 0 2px 0 #bebdb8;
	background: #efecec;
	width: 165px;
	padding: 7px 10px;
	position: relative;
	border-radius: 2px;
}

.poliline-google-map .popup .holder:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: #efecec;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	top: 100%;
	left: 50%;
	box-shadow: 5px 3px 4px -1px #bebdb8;
}

.poliline-google-map .popup .close {
	position: absolute;
	right: 5px;
	top: 8px;
	width: 12px;
	height: 12px;
	border: 1px solid #b2b0b2;
}

.poliline-google-map .popup .close:hover {
	background: #e94e24;
	border-color: #e94e24;
}

.poliline-google-map .popup .close:hover:before,
.poliline-google-map .popup .close:hover:after {
	background: #f9f8f6;
}

.poliline-google-map .popup .close:before,
.poliline-google-map .popup .close:after {
	background: #b2b0b2;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transform: rotate(46deg) translateY(-50%);
	-ms-transform: rotate(46deg) translateY(-50%);
	transform: rotate(46deg) translateY(-50%);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.poliline-google-map .popup .close:after {
	-webkit-transform: rotate(-405deg) translateY(-50%);
	-ms-transform: rotate(-405deg) translateY(-50%);
	transform: rotate(-405deg) translateY(-50%);
	left: 1px;
	right: -1px;
}

.poliline-google-map .popup .title {
	padding: 0 25px 0 11px;
	position: relative;
	display: block;
	color: #373737;
	font-size: 11px;
	line-height: 14px;
}

.poliline-google-map .popup .title:before {
	content: "\f041";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.poliline-google-map .pin {
	display: block;
	width: 16px;
	height: 16px;
	background: #f03c03;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	position: absolute;
	left: 0;
	top: 0;
	color: #f9f8f6;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	border-radius: 50%;
}

.poliline-google-map .text {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	display: block;
	line-height: 14px;
}

.js-tab-hidden {
	width: 100%;
}

.steps-form fieldset {
	display: none;
}

.steps-form fieldset.active {
	display: block;
}

.steps-form .wpcf7-display-none {
	display: none;
}

.steps-form.invalid .wpcf7-display-none {
	display: block;
}

.bg-video-holder {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.bg-video-holder video {
	visibility: hidden;
	max-width: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

[data-open-on-load] {
	display: none;
}

.fancybox-overlay {
	overflow: auto !important;
	-webkit-overflow-scrolling: touch;
}

.fancybox-overlay .fancybox-mobile {
	position: relative !important;
	height: auto !important;
	top: 0 !important;
}

.load-more {
	display: none;
}

.mobile-modal-active {
	position: relative;
	max-width: 100vw;
	overflow: hidden;
}

.ajax-filter-holder .content-holder {
	visibility: hidden;
}

.ajax-filter-holder.filter-ready .content-holder {
	visibility: visible;
}

.padding-none #header {
	position: absolute;
	min-width: 100%;
}

.logo-print {
	opacity: 0;
	visibility: hidden;
}

.logo-print img {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
}

.itin-logo {
	display: none;
}

.home-gallery {
	position: relative;
	min-height: 320px;
	padding: 15px 0 25px;
}

.home-gallery.not-enough-slides .btn-prev,
.home-gallery.not-enough-slides .btn-next,
.home-gallery.not-enough-slides .pagination {
	visibility: hidden;
}

.home-gallery .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.home-gallery .slide.active {
	z-index: 2;
}

.home-gallery .btn-prev,
.home-gallery .btn-next {
	display: none;
}

.home-gallery .btn-next:hover:before {
	background: url(images/arrow-right-01hover.png) no-repeat !important;
}

.home-gallery .pagination {
	position: absolute;
	z-index: 4;
	bottom: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-gallery .pagination ul {
	letter-spacing: -3px;
	margin: 0 -4px;
}

.home-gallery .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 4px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
}

.home-gallery .pagination ul li.active a {
	background: rgba(255, 255, 255, .2);
}

.home-gallery .pagination ul li.active a:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.home-gallery .pagination ul li:hover a:before {
	background: rgba(255, 255, 255, .6);
}

.home-gallery .pagination ul a {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #f9f8f6;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.home-gallery .pagination ul a:before {
	content: "";
	left: -1px;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background: #f9f8f6;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .3s ease, background .3s ease;
	transition: transform .3s ease, background .3s ease;
	border-radius: 50%;
}

.home-gallery .center-holder {
	max-width: 1000px;
}

.text-gallery {
	position: relative;
	z-index: 5;
	text-align: center;
	color: #f9f8f6;
}

.text-gallery h1 {
	font-size: 27px;
	text-transform: uppercase;
	line-height: 32px;
	
}

.text-gallery  .small {
	display: block;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}

.form-gallery {
	max-width: 386px;
	margin: 0 auto;
	padding: 10px 15px;
	background: rgba(2, 3, 0, .7);
}

.form-gallery .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.form-gallery .row {
	margin: 0 0 13px;
}

.form-gallery .row .box {
	float: right;
	width: 48.5%;
	text-align: left;
}

.form-gallery .row .box:first-child {
	float: left;
}

.banner-gallery {
	position: relative;
	background-size: cover;
	background-position: 50% 100%;
	color: #f9f8f6;
	text-align: center;
	text-transform: uppercase;
}

.banner-gallery .center-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 20px 50px 77px;
	height: 320px;
}

.banner-gallery .box + .box {
	margin-top: 15px;
}

.banner-gallery .text {
	display: block;
	line-height: 1;
	text-shadow: 0 0 7px rgba(0, 0, 0, .35);
	font-size: 18px;
}

.banner-gallery .text.large {
	font-size: 52px;
	letter-spacing: 2px;
	font-weight: 700;
}

.banner-gallery .text.medium {
	font-size: 26px;
	font-weight: 700;
}

.banner-gallery .text.medium-x {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.banner-gallery .list {
	letter-spacing: -3px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	font-weight: 700;
}

.banner-gallery .list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
}

.banner-gallery .list li:before {
	display: inline-block;
	vertical-align: top;
	content: "/";
	padding: 0 4px;
}

.banner-gallery .list li:first-child:before {
	display: none;
}

.banner-gallery .list a {
	color: inherit;
}

.banner-gallery .list a:hover {
	color: #e94e24;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

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

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging {
	pointer-events: none;
}

.slick-slide img {
	display: block;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.testimonials-gallery {
	padding: 0 40px;
	font-size: 15px;
	line-height: 19px;
	overflow: hidden;
}

.testimonials-gallery .btn-prev,
.testimonials-gallery .btn-next {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 60px;
	margin-top: -66px;
	line-height: 1;
	z-index: 1;
	background: url(images/arrow-left-02.png) no-repeat;
	width: 32px;
	height: 118px;
}

.testimonials-gallery .btn-prev:after,
.testimonials-gallery .btn-next:after {
	content: "";
	position: absolute;
	left: 0;
	top: -999px;
	right: 0;
	bottom: -999px;
	background: #f9f8f6;
	z-index: -1;
	pointer-events: none;
}

.testimonials-gallery .btn-prev:before,
.testimonials-gallery .btn-next:before {
	position: absolute;
	left: 0;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(images/arrow-left-02.png) no-repeat;
	width: 32px;
	height: 118px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.testimonials-gallery .btn-prev:hover,
.testimonials-gallery .btn-next:hover {

}

.testimonials-gallery .btn-prev:hover:before,
.testimonials-gallery .btn-next:hover:before {
	background: url(images/arrow-left-02hover.png) no-repeat;
}

.testimonials-gallery .btn-next {
	right: 0;
	left: auto;
}

.testimonials-gallery .btn-next:hover:before {
	background: url(images/arrow-right-02hover.png) no-repeat;
}

.testimonials-gallery .btn-next:before {
	background: url(images/arrow-right-02.png) no-repeat;
}

.testimonials-gallery blockquote {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	margin: 0 0 35px;
}

.testimonials-gallery blockquote cite {
	display: block;
	margin: 0 0 23px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
}

.testimonials-gallery blockquote q {
	display: block;
	quotes: none;
	font-style: italic;
	overflow: hidden;
}

.testimonials-gallery .picture-holder {
	margin: 0 0 32px;
	display: block;
}

.testimonials-gallery .picture-holder img {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.popup-holder > * {
	display: block !important;
}

.style-lightbox .fancybox-wrap {
	top: 0 !important;
}

.style-lightbox .fancybox-wrap,
.style-lightbox .fancybox-wrap * {
	width: auto !important;
}

.style-lightbox .fancybox-close {
	display: none;
}

.style-open .fancybox-wrap {
	padding: 50px 0 0;
}

.style-open .fancybox-close {
	position: absolute;
	right: 0;
	top: -30px;
	width: 22px;
	height: 29px;
	z-index: 10;
	opacity: 1;
	visibility: visible;
}

.style-open .fancybox-close:before,
.style-open .fancybox-close:after {
	background: #f9f8f6;
	position: absolute;
	top: 50%;
	left: -2px;
	right: 0;
	height: 3px;
	border-radius: 2px;
	-webkit-transform: rotate(44deg) translateY(-50%);
	-ms-transform: rotate(44deg) translateY(-50%);
	transform: rotate(44deg) translateY(-50%);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.style-open .fancybox-close:after {
	-webkit-transform: rotate(-405deg) translateY(-50%);
	-ms-transform: rotate(-405deg) translateY(-50%);
	transform: rotate(-405deg) translateY(-50%);
	left: 0;
	right: -2px;
}

.style-open .fancybox-close:hover:before,
.style-open .fancybox-close:hover:after {
	background: #00aede;
}

.img-lightbox {
	max-width: 100vw;
}

.img-lightbox .close-lightbox {
	position: absolute;
	top: 16px;
	right: 14px;
	width: 24px !important;
	height: 18px;
	z-index: 15;
}

.img-lightbox .close-lightbox:before,
.img-lightbox .close-lightbox:after {
	background: #f9f8f6;
	position: absolute;
	top: 50%;
	left: 4px;
	right: 4px;
	height: 3px;
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	z-index: 10;
}

.img-lightbox .close-lightbox:after {
	-webkit-transform: rotate(-410deg);
	-ms-transform: rotate(-410deg);
	transform: rotate(-410deg);
	bottom: auto;
}

.img-lightbox .close-lightbox:hover:before,
.img-lightbox .close-lightbox:hover:after {
	background: #ed7540;
}

.sumatra-lightbox {
	width: 83vw;
	max-width: 1064px;
	background: #f9f8f6;
	padding: 0 20px 50px;
	margin: 30px 0;
}

.sumatra-lightbox .close-lightbox {
	position: absolute;
	right: 0;
	top: -30px;
	width: 22px;
	height: 29px;
	z-index: 10;
}

.sumatra-lightbox .close-lightbox:before,
.sumatra-lightbox .close-lightbox:after {
	background: #f9f8f6;
	position: absolute;
	top: 50%;
	left: -2px;
	right: 0;
	height: 3px;
	border-radius: 2px;
	-webkit-transform: rotate(44deg) translateY(-50%);
	-ms-transform: rotate(44deg) translateY(-50%);
	transform: rotate(44deg) translateY(-50%);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.sumatra-lightbox .close-lightbox:after {
	-webkit-transform: rotate(-405deg) translateY(-50%);
	-ms-transform: rotate(-405deg) translateY(-50%);
	transform: rotate(-405deg) translateY(-50%);
	left: 0;
	right: -2px;
}

.sumatra-lightbox .close-lightbox:hover:before,
.sumatra-lightbox .close-lightbox:hover:after {
	background: #00aede;
}

.sumatra-lightbox .banner-lightbox {
	margin: 0 -20px 15px;
}

.sumatra-lightbox .banner-lightbox img {
	max-width: none;
	width: 100%;
}

.sumatra-lightbox .video-lightbox {
	margin: 0 -20px -50px;
}

.sumatra-lightbox .header-lightbox {
	margin: 0 0 33px;
}

.sumatra-lightbox .header-lightbox .brand {
	width: 131px;
	margin: 0 0 15px;
}

.sumatra-lightbox .header-lightbox .brand img {
	display: inline-block;
	max-width: 75px;
	height: auto;
}

.sumatra-lightbox .header-lightbox .brand .concept-description {
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 5px;
	display: inline-block;
	text-align: left;
}

.sumatra-lightbox .header-lightbox .brand .concept-description .title {
	font-weight: 700;
}

.sumatra-lightbox .header-lightbox .frame {
	overflow: hidden;
	padding: 0 15px 0 0;
}

.sumatra-lightbox .label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
	padding: 3px 14px;
	background: #df4a22;
	color: #f9f8f6;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.sumatra-lightbox h1, .extension-title {
	font-family: inherit;
	font-weight: 700;
	color: #1d1b1b;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.sumatra-lightbox h1 .small,
.extension-title .small {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
}

.sumatra-lightbox .info {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.sumatra-lightbox h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.sumatra-lightbox .two-columns-section {
	font-size: 17px;
	line-height: 23px;
	margin: 0 0 60px;
}

.sumatra-lightbox .two-columns-section .col {
	margin-bottom: 30px;
}

.sumatra-lightbox .schedule-list {
	padding-top: 15px;
}

.sumatra-lightbox .schedule-list li:first-child {
	padding-right: 0;
}

.sumatra-lightbox .schedule-list .title .name {
	text-transform: uppercase;
}

.sumatra-lightbox .box {
	margin: 0 0 20px;
}

.sumatra-lightbox .box .text {
	display: block;
}

.sumatra-lightbox .box .text b {
	font-weight: 600;
}

.sumatra-lightbox h3 {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	margin: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	right: 0;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0;
	visibility: hidden;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.style-lightbox .fancybox-overlay {
	background: #000 !important;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #f9f8f6;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #f9f8f6;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f9f8f6;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.lightbox-slideshow {
	position: relative;
	text-align: center;
	color: #c9c4bd;
	z-index: 2;
}

.lightbox-slideshow.not-enough-slides .btn-prev,
.lightbox-slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.lightbox-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	padding: 44px 35px 0;
}

.lightbox-slideshow .slide.active {
	z-index: 2;
}

.lightbox-slideshow .btn-prev,
.lightbox-slideshow .btn-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	color: #bfbfbf;
	z-index: 6;
}

.lightbox-slideshow .btn-prev:hover,
.lightbox-slideshow .btn-next:hover {
	color: #ed7540;
}

.lightbox-slideshow .btn-next {
	left: auto;
	right: 10px;
}

.lightbox-slideshow .picture-slide {
	white-space: nowrap;
}

.lightbox-slideshow .picture-slide:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.lightbox-slideshow .picture-slide img {
	max-width: none;
	vertical-align: middle;
}

.lightbox-slideshow .description {
	padding: 6px 0 10px;
	display: block;
}

.lightbox-slideshow .current-hold {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #f9f8f6;
}

.tabs-bar {
	background: #e1ded7;
}

.tabset {
	display: none;
}

.tabset li {
	text-align: center;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	color: #2f2e2e;
	background: transparent;
	position: relative;
	display: table-cell;
}

.tabset li:hover,
.tabset li.active {
	background: #e94e24;
	color: #f9f8f6;
}

.tabset li.active:before {
	opacity: 1;
}

.tabset li:before {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #e94e24 transparent;
	content: "";
	width: 6px;
	height: 6px;
	opacity: 0;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.tabset a {
	padding: 16px 17px;
	color: inherit;
	display: inline-block;
	vertical-align: middle;
}

.tab-section {
	padding: 0 0 60px;
}

.tab-section .style-tab .btn-holder {
	padding: 0 0 20px;
}

.tab-section .map-holder,
.tab-section .google-iframe-holder {
	margin: 0 0 25px;
}

.tab-content h3 {
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.tab-content a {
	color: inherit;
	text-decoration: underline;
}

.tab-content a:hover {
	text-decoration: none;
}

.tab-content a.underline-none {
	text-decoration: none;
}

.tab-content a.underline-none:hover {
	text-decoration: underline;
}

.tab-content p b {
	font-weight: 600;
}

.tab-content .btn {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #f9f8f6;
}

.tab-content .btn:before {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.tab-content .btn:hover {
	color: #00b0d5;
}

.tab-content .btn:hover:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	opacity: 0;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.tab-content span.btn {
	pointer-events: none;
}

.tab-content .text-holder {
	text-transform: uppercase;
	display: block;
	margin: 0 0 13px;
	font-weight: 700;
}

.tab-content .active .opener-mobile {
	color: #f9f8f6;
	background: #e94e24;
}

.tab-content .slide-mobile {
	width: 100% !important;
}

.tab-content .opener-mobile {
	display: block;
	color: #2f2e2e;
	text-decoration: none;
	text-align: center;
	background: #e1ded7;
	padding: 8px 15px;
	margin: 0 0 10px;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.tab-content .opener-mobile:hover {
	color: #f9f8f6;
	background: #e94e24;
}

.tab-content .hidden-active .btn-panels .btn.all-open:after {
	content: "\f067";
}

.tab-content .hidden-active .btn-panels .btn.all-open .close {
	display: block;
}

.tab-content .hidden-active .btn-panels .btn.all-open .open {
	display: none;
}

.tab-content .btn-panels {
	max-width: 135px;
	margin: 0 0 20px auto;
	text-align: right;
}

.tab-content .btn-panels li {
	margin: 0 0 5px;
}

.tab-content .btn-panels .btn {
	font-size: 15px;
	line-height: 18px;
	color: #494948;
	padding: 5px 11px 5px 27px;
	box-shadow: inset 0 0 0 1px #e6e6e6;
}

.tab-content .btn-panels .btn:before {
	background: #e6e6e6;
}

.tab-content .btn-panels .btn:hover {
	color: #494948;
	box-shadow: inset 0 0 0 1px #e6e6e6;
}

.tab-content .btn-panels .btn.all-open {
	padding-left: 21px;
}

.tab-content .btn-panels .btn.all-open:after {
	position: absolute;
	content: "\f068";
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "FontAwesome";
	font-size: 7px;
}

.tab-content .btn-panels .btn.all-open .close {
	display: none;
}

.tab-content .btn-panels .btn.all-open .open {
	display: block;
}

.tab-content .btn-panels .btn.print:after {
	position: absolute;
	content: "\f02f";
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "FontAwesome";
}

.table-responsive {
	margin: 0 0 20px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.reservation-table {
	width: 450px;
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

.reservation-table th {
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	border: solid #999896;
	border-width: 0 0 1px;
	padding: 0 5px 5px;
}

.reservation-table th:first-child {
	width: 19.5%;
}

.reservation-table th:nth-child(2) {
	width: 14.5%;
}

.reservation-table th:nth-child(3) {
	width: 6.1%;
}

.reservation-table th:nth-child(4) {
	width: 17.6%;
}

.reservation-table th:nth-child(5) {
	width: 17.1%;
}

.reservation-table td {
	white-space: nowrap;
	vertical-align: middle;
	background: #f3f1ed;
	border: solid #d9d9d9;
	border-width: 0 0 1px;
	padding: 6px 5px;
}

.reservation-table td:first-child time {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	padding: 0 5px 0 0;
}

.reservation-table .title {
	font-weight: 300;
	display: block;
	padding: 5px 0;
	text-transform: uppercase;
	color: #e94e24;
}

.reservation-table .text {
	display: inline-block;
	vertical-align: middle;
	width: 28%;
	white-space: normal;
	text-align: right;
}

.reservation-table .price {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
}

.reservation-table .btn.confirm {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
}

.reservation-table .btn.confirm .small {
	display: block;
	font-weight: 400;
	padding: 2px 0 0;
	text-transform: lowercase;
}

.reservation-table .btn.reserve {
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	color: #e94e24;
	border-color: #e94e24;
}

.reservation-table .btn.reserve:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	opacity: 0;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	background: #e94e24;
}

.reservation-table .btn.reserve:hover {
	color: #f9f8f6;
}

.reservation-table .btn.reserve:hover:before {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.reservation-table .open {
	font-weight: 700;
	text-transform: uppercase;
}

.two-columns {
	margin: 0 0 20px;
}

.link-list {
	font-size: 19px;
	line-height: 22px;
	padding: 0 0 13px;
}

.link-list li {
	margin: 0 0 7px;
}

.schedule-holder {
	padding: 0 0 20px;
}

.schedule-list li {
	padding: 19px 0 0;
	margin: 21px 0 0;
	border-top: 1px dashed #c7c6c5;
}

.schedule-list li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.schedule-list .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
}

.schedule-list .title .name {
	padding: 0 0 0 15px;
	text-transform: none;
	color: #494948;
}

.schedule-list p {
	margin-bottom: 23px;
}

.schedule-list dl {
	margin: 0;
	color: #888;
	font-size: 15px;
	line-height: 18px;
}

.schedule-list dl dt {
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 5px 0 0;
}

.schedule-list dl dd {
	margin: 0;
}

.ajax-success .form-body,
.ajax-success [type="submit"] {
	display: none !important;
}

.mailchimp-lightbox {
	width: 83vw;
	max-width: 508px;
	background: #f3f1ed;
	padding: 30px 15px;
	margin: 30px 0;
	position: relative;
	z-index: 1;
	color: #2e2e2e;
}

.mailchimp-lightbox:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width: 124px;
	height: 216px;
	background: url(images/decor-lightbox.png) no-repeat;
	z-index: -1;
}

.mailchimp-lightbox .close-lightbox {
	position: absolute;
	right: 8px;
	top: 2px;
	width: 22px;
	height: 29px;
	z-index: 10;
}

.mailchimp-lightbox .close-lightbox:before,
.mailchimp-lightbox .close-lightbox:after {
	background: #7c7b79;
	position: absolute;
	top: 50%;
	left: -2px;
	right: 0;
	height: 3px;
	border-radius: 2px;
	-webkit-transform: rotate(44deg) translateY(-50%);
	-ms-transform: rotate(44deg) translateY(-50%);
	transform: rotate(44deg) translateY(-50%);
	content: "";
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.mailchimp-lightbox .close-lightbox:after {
	-webkit-transform: rotate(-405deg) translateY(-50%);
	-ms-transform: rotate(-405deg) translateY(-50%);
	transform: rotate(-405deg) translateY(-50%);
	left: 0;
	right: -2px;
}

.mailchimp-lightbox .close-lightbox:hover:before,
.mailchimp-lightbox .close-lightbox:hover:after {
	background: #00aede;
}

.mailchimp-lightbox #mc_embed_signup {
	background: transparent;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.mailchimp-lightbox #mc_embed_signup div.response {
	width: 100%;
}

.mailchimp-lightbox #mc_embed_signup .button {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0 10px;
	min-width: 207px;
	background: #00aede;
	font-size: 19px;
	line-height: 45px;
	font-weight: 700;
	height: 45px;
}

.mailchimp-lightbox #mc_embed_signup .button:hover {
	background: #357592;
}

.mailchimp-lightbox #mc_embed_signup form {
	text-align: center;
	padding: 0;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group {
	width: 100%;
	min-height: 0;
	padding: 0;
	margin: 0 0 29px;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group label {
	font-size: 21px;
	line-height: 1;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group input[type="email"] {
	border-width: 0 0 1px;
	border-color: #000;
	border-radius: 0;
	height: 27px;
	line-height: 27px;
	max-width: 250px;
	margin: 0 auto;
	padding: 0 0 8px;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group .mce_inline_error {
	display: none !important;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-error .mce_inline_error {
	display: inline-block !important;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-error input[type="email"] {
	border-width: 0 0 1px;
	border-color: #e85c41;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group > strong {
	display: none;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group.add-check {
	z-index: 3;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group.add-check label {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #666;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group.add-check input[type="checkbox"] {
	margin: 5px 5px 0 0;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group ul {
	text-align: left;
	position: relative;
	z-index: 10;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group ul li {
	margin: 0 0 3px;
	padding: 0;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group ul li:before {
	display: none;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
	width: 14px;
	height: 14px;
	padding: 0;
	float: left;
	margin: 4px 7px 0 0;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group label {
	float: left;
	max-width: 70%;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	position: relative;
	z-index: 10;
	margin: 0;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group label:hover {
	z-index: 12;
}

.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group label:hover .popup {
	opacity: 1;
	visibility: visible;
}

.mailchimp-lightbox .asterisk,
.mailchimp-lightbox .indicates-required {
	display: none;
}

.mailchimp-lightbox h1 {
	color: #e94e24;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 18px;
	letter-spacing: 1px;
}

.mailchimp-lightbox h1 span {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	display: block;
	letter-spacing: 2px;
}

.mailchimp-lightbox .text {
	display: block;
	margin: 0 0 31px;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 1px;
}

.mailchimp-lightbox .popup {
	position: absolute;
	left: 0;
	padding: 5px 0 0;
	top: 100%;
	width: 200px;
	z-index: 10;
	font-weight: 700;
	text-transform: uppercase;
	color: #f9f8f6;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.mailchimp-lightbox .popup .holder {
	background: #e94e24;
	position: relative;
	border-radius: 2px;
	padding: 17px 25px;
	box-shadow: 0 0 11px 0 rgba(25, 25, 25, .15);
}

.mailchimp-lightbox .popup .holder:before {
	content: "";
	position: absolute;
	left: 5px;
	top: -4px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	border-style: solid;
	border-color: #e94e24 transparent;
	border-width: 0 4px 4px;
}

.mailchimp-lightbox .popup .text {
	margin-bottom: 0;
	letter-spacing: 0;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff6900;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.season-wrapper{
	background-color: #eceae5;
	padding-bottom: 100px;
}
.season-series-section{
	padding-top: 20px;
	background-image: url('images/gb_season_content_bg.png');
	background-repeat: no-repeat;
	background-position: 95% 0;
}

.season-header{
	color: #fff;
	padding: 40px 0 25px 0;
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.season-header .center-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.season-header .center-holder h1{
	font-size: 32px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.season-header-title{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.season-header-logos{
	padding-top: 40px;
}

.season-header-intro{
	background: #436673;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 16px;
}

.season-header-intro p {
	margin: 0;
}

#menu-guide-bourlingueur {
	display: block;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

#menu-guide-bourlingueur li {
	list-style: none;
}

#menu-guide-bourlingueur a {
	display: inline-block;
	color: #494949;
	text-transform: uppercase;
	padding-right: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#menu-guide-bourlingueur li.active a {
	font-weight: 600;
	border-bottom: 1px solid #494949;
}

.season-content-title{
	color: #494949;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 27px;
}

.season-content{
	padding: 10px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	max-width: 770px;
	margin: 0 auto;
}

.season-content-video{
	padding: 0 15px;
	position: relative;
	margin: 0 auto 100px auto;
	text-align: center;
	max-width: 770px;
}

.season-content-video img{
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.season-schedule-link{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	background: #e16932;
	color: #ffffff;
	margin: 0 auto;
}

.season-schedule-link a{
	display: block;
	color: #ffffff;
	padding: 5px 15px;
}

.season-series-wrapper{
	padding: 0 15px;
	max-width: 770px;
	margin: 0 auto;
}

.season-series{
	padding-bottom: 50px;
}

.season-series-photo{
	text-align: center;
}

.season-series-content-wrapper{
	text-align: center;
	padding-top: 25px;
}

.season-series-title1{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
}

.season-series-title2{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
}

.season-series-title3{
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.season-series-content{
	padding-top: 25px;
}

.season-series-cta .btn{
	display: inline-block;
	max-width: 170px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}

.season-schedule-wrapper {
	padding: 50px 15px 0px;
	text-align: center;
}

.season-schedule{
	background: #e16932;
	padding: 25px 30px;
	text-align: center;
	color: #ffffff;
	max-width: 500px;
	margin: 0 auto;
}

.season-schedule p {
	margin: 0;
}

.season-schedule-line1{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: -0.5px;
}

.season-schedule-line2 {
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 30px;
}

.season-schedule-details{
	font-size: 13px;
	line-height: 15px;
}

.season-guides-wrapper {
	background: #e7e5df;
	padding: 0 15px 150px 15px;
}

.guides-section-title{
	text-align: center;
	font-size: 21px;
	font-weight: 300;
	padding: 50px 0;
}

.season-guide-photo{
	text-align: center;
}

.season-guide-photo img{
	border-radius: 9999px;
	max-width: 200px;
	text-align: center;
}

.season-guide-content{
	text-align: center;
}

.season-guide-name{
	padding-top: 30px;
	font-size: 21px;
	font-weight: 300;
}

.season-guide-title{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.season-guide-description{
	padding: 30px 0;
	max-width: 770px;
	margin: 0 auto;
}

.season-cta-button-wapper{
	text-align: center;
	padding-top: 150px;
}

.season-cta-button-wapper .btn{
	font-weight: 600;
}

.image-banner{
	text-align: center;
	margin-bottom: -25px;
}

.image-banner img{
	max-width: 100%;
	height: auto;
}

.terra-en-intro-wrapper{
	padding: 50px 15px;
	text-align: center;
	background: #f4f2ef;
}

.terra-en-intro-title h2 {
	text-transform: uppercase;
	color: #d92826;
	font-size: 27px;
	font-weight: 100;
}

.terra-en-intro-content{
	margin-bottom: 50px;
}

.terra-en-intro-content p{
	color: #667482;
	padding-top: 30px;
	margin-bottom: 0;

}

.terra-en-btn{
	color: #d92826;
	border-color: #d92826;
	box-shadow: inset 0 0 0 1px #d92826;
	font-weight: 600;
}

.terra-en-btn:before{
	background: #d92826;
}

.terra-en-why-us-wrapper{
	margin-top: 100px;
}

.terra-en-why-us-wrapper h2{
	color: #667482;
	font-size: 27px;
	margin-bottom: 50px;
}

.terra-en-why-us ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}

.terra-en-why-us ul li{
	text-align: left;
	position: relative;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #667482;
	font-size: 16px;
}

.terra-en-why-us .item-no{
	position: absolute;
	left: 0px;
	top: 0;
	font-weight: 600;
	font-size: 20px;
}

.terra-en-why-us ul li:before{
	display: none;
}

.terra-en-adventures-wrapper{
	background-color: #eeebe6;
	background-image: url('images/tu-english-adventures.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 15px;
}

.terra-en-adventures-wrapper h2{
	color: #667482;
	font-size: 30px;
	margin-bottom: 50px;
}

.terra-en-adventures-wrapper h3 {
	color: #667482;
	font-size: 21px;
	line-height: 32px;
	position: relative;
	cursor: pointer;
}

.terra-en-adventures-wrapper h3:before{
	content: "+ ";
	color: #a9b0b8;
	font-weight: 400;
	line-height: 29px;
}

.terra-en-adventures-wrapper ul {
	list-style-type: none;
	margin: 0;
}

.terra-en-adventures-wrapper ul li {
	padding-top: 10px;
	border-bottom: 1px solid #c1c2be;
}

.terra-en-adventures-wrapper ul li:before{
	display: none;
}

.terra-en-adventures-description{
	display: none;
}

.terra-en-adventures-description p{
	margin-bottom: 30px;
	color: #667482;
}

.terra-en-adventures-description p:first-child{
	padding-top: 20px;
}

.terra-en-adventures-wrapper ul li.active h3 {
	color: #d92826;
}

.terra-en-adventures-wrapper ul li.active h3 {
	color: #d92826;
}

.terra-en-adventures-wrapper ul li.active h3:before {
	content: "- ";
	color: #a9b0b8;
	font-weight: 400;
	line-height: 29px;
	font-size: 32px;
	color: #d92826;
	margin-right: 2px;
}

.terra-en-voyages-wrapper{
	background: #f4f2ef;
	padding: 50px 15px;
}

.terra-en-voyages-wrapper h2{
	text-align: center;
	color: #667482;
	font-size: 30px;
	margin-bottom: 50px;
}

.terra-en-voyages-wrapper h2 span{
	color: #d02624;
}

.terra-en-voyages-wrapper h3 {
	color: #494947;
	overflow: hidden;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1;
	font-weight: 700;
	margin: 30px 0 0 0;
}

.terra-en-voyages-wrapper h3 .small{
	display: block;
	font-size: 24px;
	line-height: 22px;
	font-weight: 300;
	color: #494947;
}

.terra-en-voyages-wrapper .result-block .info-list .price{
	color: #d92826;
}

.terra-voyage-btn{
	color: #fff;
	font-weight: 600 !important;
	background: #d92826;
	box-shadow: inset 0 0 0 1px #d92826;
}

.terra-voyage-btn:hover {
	color: #d92826 !important;
	background: #fff !important;
}

.terra-voyage-btn:before {
	box-shadow: inset 0 0 0 1px #d92826;
	background: #d92826;
	color: #fff;
}

.terra-en-bottom-img{
	width: 100%;
	background-color: #f4f2ef;	
}

.terra-en-bottom-img img{
	width: 100%;
	height: auto;
	margin-top: -150px;
}

.voyage-en-main .voyage-type-caption{
	padding-top: 11px;
}

.terra-en-slider{
	position: relative;
	min-height: 420px;
}

.terra-en-slider .slide{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.terra-en-slider .pagination {
	padding-top: 15px;
	position: absolute;
	z-index: 4;
	top: 100%;
	right: 0;
}

.terra-en-slider .pagination ul {
	letter-spacing: -3px;
	margin: 0 -4px;
}

.terra-en-slider .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 4px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
}

.terra-en-slider .pagination ul li.active a {
	background: rgba(255, 255, 255, .2);
}

.terra-en-slider .pagination ul li.active a:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.terra-en-slider .pagination ul li:hover a:before {
	background: rgba(255, 255, 255, .6);
}

.terra-en-slider .pagination ul a {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #494947;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.terra-en-slider .pagination ul a:before {
	content: "";
	left: -1px;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background: #494947;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .3s ease, background .3s ease;
	transition: transform .3s ease, background .3s ease;
	border-radius: 50%;
}

.subscribe-newsletter-holder{
	padding: 50px 15px 45px 15px;
	background: #292928;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	box-shadow: 0 30px 30px -20px #c1c1c1;
}

.subscribe-newsletter-title{
	color: #b5c501;
	font-size: 31px;
	line-height: 35px;
	font-weight: 600;
}

.subscribe-newsletter-subtitle{
	color: #b5c501;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 20px;
}

.subscribe-newsletter-form{
	max-width: 450px;
	margin: 0 auto;
}

.newsletter-email{
	width: 100%;
	padding: 0 10px;
}

.subscribe-newsletter-form .input-placeholder-text {
	color: #fff !important;
	font-size: 19px;
}

.subscribe-newsletter-form .newsletter-email input {
	color: #fff;
	font-size: 19px;
}

.newsletter-button {
	width: 100%;
	padding: 0 20px;
}

.subscribe-newsletter-form .newsletter-button input {
	background-color: transparent;
	font-size: 19px !important;
	padding: 0 15px;
	display: inline-block;
}

.subscribe-newsletter-holder .wpcf7-response-output{
	display: none !important;
}

.terra-en-subscribe-newsletter-holder{
	background: #f4f2ef;
	color: #d02624;
	text-align: center;
}

.terra-en-subscribe-newsletter-inner{
	position: relative;
	padding: 35px 15px 30px 15px;
	max-width: 870px;
	margin: 0 auto;
	background: #201f1e;
}

.terra-en-subscribe-newsletter-title {
	color: #d02624;
	font-size: 31px;
	line-height: 35px;
	font-weight: 600;
}

.terra-en-subscribe-newsletter-subtitle {
	color: #d02624;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 20px;
}

.terra-en-subscribe-newsletter-form {
	max-width: 450px;
	margin: 0 auto;
}

.terra-en-subscribe-newsletter-form .newsletter-email input {
	color: #fff;
	font-size: 19px;
}

.terra-en-newsletter-button {
	width: 100%;
	padding: 0 20px;
}

.terra-en-subscribe-newsletter-form .newsletter-button input {
	background-color: transparent;
	font-size: 19px !important;
	padding: 0 15px;
	display: inline-block;
}

.terra-en-subscribe-newsletter-holder .wpcf7-response-output {
	display: none !important;
}

.voyage-english .records-section .col .price,
.concept-terra-ultima .records-section .col .price {
	color: #d92826;
}

.voyage-english .tabset li:hover,
.voyage-english .tabset li.active,
.concept-terra-ultima .tabset li:hover,
.concept-terra-ultima .tabset li.active {
	background: #d92826;
}

.voyage-english .tabset li:before,
.concept-terra-ultima .tabset li:before {
	border-color: #d92826 transparent;
}

.voyage-english #nav>ul>li:hover>a{
	color: #d92826 !important;
}

.voyage-english .reservation-table .title,
.concept-terra-ultima .reservation-table .title {
	color: #d92826;
}

.voyage-english .reservation-table .btn.reserve,
.concept-terra-ultima .reservation-table .btn.reserve {
	color: #d92826;
	border-color: #d92826;
	box-shadow: inset 0 0 0 1px #d92826;
}

.voyage-english .dark-orange,
.concept-terra-ultima .dark-orange {
	color: #d92826;
}

.voyage-english .reservation-table .btn.reserve:hover,
.concept-terra-ultima .reservation-table .btn.reserve:hover {
	color: #f9f8f6;
}

.voyage-english .reservation-table .btn.reserve:before,
.voyage-english .reservation-table .btn.reserve:before,
.concept-terra-ultima .reservation-table .btn.reserve:before,
.concept-terra-ultima .reservation-table .btn.reserve:before {
	background: #d92826;
}

.voyage-english .top-holder .btn,
.concept-terra-ultima .top-holder .btn {
	color: #d92826;
	border-color: #d92826;
	box-shadow: inset 0 0 0 1px #d92826;
}

.voyage-english .top-holder .btn:before,
.concept-terra-ultima .top-holder .btn:before {
	background: #d92826;
}

.voyage-english .top-holder .btn:hover,
.concept-terra-ultima .top-holder .btn:hover {
	color: #f9f8f6 !important;
}

.voyage-english .progress-bar li.active{
	background: #d92826;
}

.voyage-english .next-back-btn .goback{
	color: #d92826;
	border-color: #d92826;
	box-shadow: inset 0 0 0 1px #d92826;
}

.voyage-english .next-back-btn .goback:before {
	background: #d92826;
}

.voyage-english .next-back-btn .goback:hover {
	color: #f9f8f6;
}

.voyage-english input[type="text"]:focus,
.voyage-english input[type="tel"]:focus,
.voyage-english input[type="email"]:focus,
.voyage-english input[type="search"]:focus,
.voyage-english input[type="password"]:focus,
.voyage-english textarea:focus {
	border-color: #d92826;
}

/*
	Tooltips styling
*/

.tooltip-element,
.tooltip-element:after,
.tooltip-element:before,
.tooltip-element *,
.tooltip-element *:after,
.tooltip-element *:before {
	box-sizing: border-box;
}

.tooltip-element {
	position: absolute;
	display: none;
	z-index: 99999999;
	max-width: 170px !important;
}

.tooltip-element.tooltip-open {
	display: block;
}

.tooltip-element.tooltip-theme-arrows {
	max-width: 100%;
	max-height: 100%;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content {
	max-width: 270px;
	position: relative;
	font-family: inherit;
	background: #000;
	color: #eee;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content p {
	margin: 0;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-width: 8px;
	border-style: solid;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
	margin-bottom: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-top-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
	margin-top: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	border-bottom-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
	margin-right: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
	left: 100%;
	top: 50%;
	margin-top: -8px;
	border-left-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
	margin-left: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
	right: 100%;
	top: 50%;
	margin-top: -8px;
	border-right-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
	margin-top: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
	bottom: 100%;
	left: 8px;
	border-bottom-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
	margin-top: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
	bottom: 100%;
	right: 8px;
	border-bottom-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
	margin-bottom: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
	top: 100%;
	left: 8px;
	border-top-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
	margin-bottom: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
	top: 100%;
	right: 8px;
	border-top-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
	margin-right: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
	top: 8px;
	left: 100%;
	border-left-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
	margin-left: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
	top: 8px;
	right: 100%;
	border-right-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
	margin-right: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
	bottom: 8px;
	left: 100%;
	border-left-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
	margin-left: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
	bottom: 8px;
	right: 100%;
	border-right-color: #000;
}

.tooltip-element.tooltip-theme-arrows {
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	table {
		font-size: 14px;
		line-height: 18px;
	}

	.steps-form {
		padding: 57px 0;
	}

	.steps-form .error-message {
		margin: 10px 0 0;
		max-width: 740px;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.steps-form h2 {
		margin-bottom: 58px;
	}

	.steps-form h3 {
		font-size: 23px;
		line-height: 26px;
	}

	.steps-form .input-group {
		margin-bottom: 50px;
	}

	.steps-form .input-group.add-style {
		margin-bottom: 50px;
	}

	.steps-form .holder {
		margin: 0 -7px;
	}

	.steps-form .short-holder {
		float: left;
		padding: 0 7px;
		margin: 0;
	}

	.steps-form .short-holder .telephonebureau,
	.steps-form .short-holder .telephone {
		margin: 0 0 10px;
	}

	.steps-form .small-box + .large-box {
		padding-left: 42px;
	}

	.steps-form .large-box {
		width: 435px;
		float: left;
		clear: none;
	}

	.steps-form .large-box + .large-box {
		padding: 0 0 0 42px;
	}

	.steps-form input[type="submit"],
	.steps-form .btn {
		padding: 20px 10px;
		font-size: 31px;
		line-height: 34px;
		font-weight: 700;
	}

	.steps-form input[type="submit"] {
		height: 74px;
	}

	#content {
		float: right;
		width: 100%;
	}

	#content .content-holder {
		margin: 0 250px 0 0;
	}

	#sidebar {
		float: right;
		width: 225px;
		margin: 0 -100% 0 0;
	}

	.widget {
		margin-top: 58px;
		padding-top: 24px;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 300px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 5px 9px;
		min-width: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 6px 9px;
		font-size: 13px;
	}

	p {
		margin-bottom: 34px;
	}

	.two-columns,
	ul:not([class]) {
		margin-bottom: 34px;
	}

	#wrapper {
		padding-top: 95px;
	}

	.btn.small {
		padding: 9px 25px;
		font-size: 15px;
		line-height: 20px;
	}

	.head-holder {
		letter-spacing: 10px;
		font-size: 18px;
		line-height: 22px;
	}
	.head-holder h2 {
		letter-spacing: 10px;
		font-size: 18px;
		line-height: 22px;
		margin-bottom:0px;
		font-weight: 400;
	}

	.concepts-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.concepts-list .hover-box {
		padding: 10px 5px;
		font-size: 14px;
		line-height: 16px;
	}

	.new_voyages-list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: nowrap;
	}

	.two-section {
		padding: 55px 0;
	}

	.two-section .col {
		float: right;
		width: 50%;
		margin: 0 0 15px;
	}

	.two-section .col:first-child {
		float: left;
	}

	.two-section .col + .col {
		margin-top: 0;
	}

	.info-section {
		font-size: 23px;
		line-height: 30px;
		padding: 93px 0 76px;
	}

	.info-section h1 {
		font-size: 47px;
		line-height: 50px;
		margin-bottom: 34px;
	}

	.info-section p {
		margin-bottom: 47px;
	}

	.testimonials-section {
		padding: 63px 0 63px;
	}

	.testimonials-section h2 {
		font-size: 47px;
		line-height: 50px;
		margin-bottom: 48px;
	}

	.trips-section .head-holder {
		letter-spacing: 6px;
		font-size: 26px;
		line-height: 30px;
		font-size: 26px;
		line-height: 30px;
	}
	.trips-section .head-holder h2 {
		letter-spacing: 4px;
		margin:0px;
		font-size: 31px;
		line-height: 30px;
		
	}

	.trip-box .content-holder {
		padding: 39px 0 10px;
	}

	.trip-box .country {
		font-size: 70px;
		line-height: 74px;
		letter-spacing: 5px;
	}

	.trips-list{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.trips-list li {
		padding: 0 5px;
	}

	.trips-list .trip-box .country {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 2px;
	}



	.proposal-holder {
		padding: 39px 0 58px;
		font-size: 34px;
		line-height: 43px;
	}

	.proposal-holder h2 {
		font-size: 34px;
		font-weight: 400;
		line-height: 43px;
	}

	.dark-section {
		font-size: 21px;
		line-height: 25px;
		padding: 61px 0 51px;
	}

	.dark-section h2,
	.dark-section h1 {
		font-size: 43px;
		line-height: 46px;
	}

	.dark-section p {
		margin-bottom: 25px;
	}

	.categories-section {
		padding: 72px 0 139px;
	}

	.categories-section .btn {
		margin: 0;
	}

	.categories-list {
		line-height: 21px;
		text-align: left;
		margin-bottom: 93px;
	}

	.categories-list li + li {
		margin-top: 91px;
	}

	.categories-list .picture-container {
		float: left;
		width: 47.3%;
		padding: 7px 27px 0 0;
		margin: 0;
	}

	.categories-list .picture-container .brand {
		top: auto;
		bottom: 13px;
		right: 40px;
		left: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.categories-list h3,
	.categories-list h2,
	.categories-list h1 {
		font-size: 31px;
		line-height: 34px;
		margin-bottom: 0px;	
	}

	 span.subtitle,
	.categories-list h2 span,
	.categories-list h1 span {
		font-size: 27px;
		line-height: 32px;
		margin-bottom: 23px;	
	}

	.categories-list p {
		margin-bottom: 21px;
	}

	.contact-box-container {
		padding-bottom: 135px;
	}

	.contact-box {
		padding: 22px 15px;
		font-size: 31px;
		line-height: 34px;
	}

	.contact-box .title {
		font-size: 41px;
		line-height: 44px;
	}

	.contact-box .contact-list {
		letter-spacing: -3px;
	}

	.contact-box .contact-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
	}

	.contact-box .contact-list li:before {
		display: inline-block;
		vertical-align: top;
		content: "/";
		padding: 0 4px;
	}

	.equipe-banner {
		min-height: 300px;
		margin-bottom: 38px;
	}

	.detail-people-block {
		margin-bottom: 38px;
	}

	.detail-people-block {
		font-size: 21px;
		line-height: 31px;
	}

	.detail-people-block .picture-holder {
		float: left;
		width: 41.9%;
		padding: 0 30px 0 0;
		margin: 0;
	}

	.detail-people-block .text-holder {
		padding-top: 30px;
	}

	.detail-people-block .name {
		font-size: 37px;
		line-height: 40px;
	}

	.detail-people-block .logo-country {
		margin-bottom: 41px;
	}

	.detail-people-block .btn-prev,
	.detail-people-block .btn-next {
		width: 146px;
	}

	.detail-people-block .btn-next {
		float: left;
	}

	.people-filter-panel {
		font-size: 15px;
		text-align: right;
	}

	.people-filter-panel li:first-child a {
		min-width: 135px;
	}

	.people-filter-panel li a {
		min-width: 184px;
	}

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

	.people-box .categorie-name {
		font-size: 31px;
		line-height: 34px;
	}

	.people-list li {
		width: 20%;
	}

	.contact-content .head {
		margin-bottom: 60px;
	}

	.contact-content .head h1 {
		float: left;
		width: 248px;
		padding: 0 28px 0 0;
		margin: 0;
	}

	.contact-content .head dl {
		font-size: 24px;
		line-height: 28px;
		padding: 7px 0 0;
	}

	.contact-columns h2 {
		margin-bottom: 26px;
	}

	.contact-frame + .contact-frame {
		margin-top: 75px;
	}

	.contact-frame .categorie-box {
		float: left;
		margin: 7px 0 0;
	}

	.contact-frame .content {
		padding: 0 0 0 30px;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	#header .logo-full {
		visibility: visible;
		opacity: 1;
		height: auto;
	}

	.top-holder .category-wrapper {
		width: auto;
		margin-bottom: 0;
		text-align: left;
	}

	.nav-drop {
		padding-top: 26px;
	}

	.voyage-en-header .nav-drop {
		padding-top: 20px;
	}

	.admin-bar #header {
		top: 32px;
	}

	#header .open-search .search-text {
		font-size: 15px;
		line-height: 18px;
	}

	#nav {
		font-size: 15px;
		line-height: 18px;
	}

	#footer {
		text-align: left;
		padding: 32px 0 32px 0;
	}

	#footer .social-list {
		margin: 0 0 30px;
	}

	#footer .social-list li {
		margin: 0 5px;
	}

	#footer .title {
		margin-bottom: 0;
		font-size: 21px;
		line-height: 24px;
	}

	#footer .subtitle {
		margin-bottom: 25px;
	}

	.info-left {
		float: left;
		max-width: 30%;
		margin-bottom: 0;
	}

	.info-right {
		float: right;
		max-width: 40%;
		margin-bottom: 0;
	}

	.info-right .logo-box {
		margin-bottom: 25px;
	}

	.info-center {
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}

	#footer .bottom-holder .info-right{
		text-align: right;
	}

	.bottom-holder {
		padding-top: 15px;
	}

	.bottom-holder .info-left {
		text-align: left;
	}

	.close-page {
		width: 63px;
		height: 54px;
	}

	.close-page:before,
	.close-page:after {
		top: 24px;
	}

	.banner-popup .center-holder {
		min-height: 430px;
	}

	.banner-popup h1 {
		font-size: 91px;
		letter-spacing: 6px;
	}

	.banner-popup h1 .small {
		font-size: 41px;
		margin: 25px 0 0;
	}

	.top-holder .center-holder {
		display: block;
	}

	.top-holder .categorie-logo {
		float: left;
		margin: 8px 0 0;
	}

	.top-holder .btn-col {
		width: 166px;
		float: right;
		display: block;
	}

	.top-holder .btn {
		line-height: 1;
		padding: 7px 23px;
		margin: 9px 0 0;
	}

	.top-holder .center-box {
		margin-bottom: 0;
	}

	.top-holder h2 {
		letter-spacing: 5px;
		font-size: 37px;
		line-height: 40px;
	}

	.photo-gallery ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.photo-gallery ul li {
		display: block;
	}

	.photo-gallery .btn {
		left: 50%;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
		right: auto;
	}

	.scroll-content {
		padding: 7px 60px;
	}

	.scroll-content h1 {
		font-size: 43px;
	}

	.scroll-content h1 .small {
		font-size: 21px;
		line-height: 24px;
	}

	.scroll-content .nav-list {
		margin-bottom: -1px;
	}

	.scroll-content .close-page {
		right: 15px;
	}

	.records-section {
		padding: 60px 0 49px;
	}

	.records-section dl {
		float: left;
		width: 36.1%;
		padding: 0 15px 0 0;
	}

	.records-section .tooltip-style{
		margin: 21px 0 0;
	}

	.voyage-type .tooltip-style {
		margin: 9px 0 0;
	}

	.records-section .tooltip-block,
	.voyage-type .tooltip-block {
		margin: 13px 0 0 7px;
	}

	.records-section .tooltip,
	.voyage-type .tooltip {
		width: 454px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left: 50%;
	}

	.records-section .tooltip .holder:before,
	.voyage-type .tooltip .holder:before {
		position: absolute;
		top: -4px;
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
		border-style: solid;
		border-width: 0 4px 4px;
		content: "";
		border-color: #2e2d2c transparent;
	}

	.records-section .col {
		float: left;
		width: 27.8%;
		padding: 0 0 0 16px;
	}

	.pagination-page {
		margin: 0;
	}

	.sidebar-sumatra .head {
		font-size: 20px;
		line-height: 23px;
		padding-bottom: 16px;
	}

	.head-popup {
		padding: 70px 0;
	}

	.head-popup h1 {
		font-size: 51px;
	}

	.head-popup .text-box {
		font-size: 21px;
		line-height: 27px;
		margin-bottom: -26px;
	}

	.head-popup .text-box p {
		margin-bottom: 26px;
	}

	.main-popup {
		padding: 77px 0;
	}

	.main-popup .brand {
		margin-top: 115px;
	}

	.two-columns-popup .numbered-list {
		padding-top: 8px;
	}

	.two-columns-popup .numbered-list > li:after {
		top: -8px;
	}

	.numbered-list > li {
		padding: 0 0 37px 51px;
		margin: 0 0 32px;
	}

	.numbered-list > li:after {
		width: 34px;
		height: 34px;
		line-height: 32px;
		font-size: 21px;
	}

	.numbered-list .title {
		font-size: 21px;
		line-height: 23px;
		margin-bottom: 23px;
	}

	.numbered-list p {
		margin-bottom: 23px;
	}

	.two-columns-popup .col {
		float: left;
		width: 46.1%;
		margin-bottom: 0;
	}

	.two-columns-popup .col:nth-child(even) {
		float: right;
	}

	.two-columns-popup .text-container {
		margin-bottom: 45px;
	}

	.two-columns-popup .text-container p {
		margin-bottom: 23px;
	}

	.two-columns-popup .text-container h2.large {
		font-size: 41px;
		line-height: 37px;
	}

	.info-group + .info-group {
		margin-top: 59px;
	}

	.info-group .title {
		margin-bottom: 20px;
	}

	.info-group dl dd {
		margin-bottom: 19px;
	}

	.banner {
		letter-spacing: 14px;
	}

	.banner .center-holder {
		min-height: 249px;
	}

	.filters-bar {
		padding: 25px 0 19px;
	}

	.filters-bar .holder {
		letter-spacing: -3px;
		margin: 0 -6px;
	}

	.filters-bar .select-holder {
		width: 15.6%;
		margin: 0 6px 6px;
	}

	.filters-bar .btn-filter {
		min-width: 105px;
		margin: 0 6px 6px;
		float: none;
	}

	.filters-bar .btn-filter:nth-child(odd) {
		float: none;
	}

	.result-hold .result {
		padding-left: 22px;
		display: inline-block;
		vertical-align: bottom;
	}

	.result-hold .jcf-select {
		margin-top: 3px;
		float: right;
	}

	.result-main .content {
		float: left;
		width: 100%;
		min-height: 1px;
	}

	.filter-active .result-main .content {
		margin: 0;
	}

	.result-main .content-holder {
		margin: 0 0 0 245px;
	}

	.filter-opener {
		display: none;
	}

	.filter-sidebar {
		position: static;
		float: left;
		margin: 0 0 0 -100%;
	}

	.filter-sidebar h2 {
		text-align: left;
	}

	.filter-sidebar .no-bottom-margin{
		margin-bottom: 0 !important;
	}

	.map-block .popup-block .pin,
	.google-map-markers .popup-block .pin {
		font-size: 30px;
	}

	.map-block .popup,
	.google-map-markers .popup {
		font-size: 15px;
		width: 320px;
	}

	.map-block .popup .close,
	.google-map-markers .popup .close {
		display: block;
	}

	.map-block .popup .holder,
	.google-map-markers .popup .holder {
		padding: 25px 24px 19px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.map-block .popup .picture-hold,
	.google-map-markers .popup .picture-hold {
		padding: 0 16px 0 0;
		width: 263px;
		margin: 0;
	}

	.map-block .popup .text-box,
	.google-map-markers .popup .text-box {
		width: 100%;
		padding: 0 0 50px;
		position: relative;
	}

	.map-block .popup .title,
	.google-map-markers .popup .title {
		font-size: 18px;
	}

	.map-block .popup .country,
	.google-map-markers .popup .country {
		font-size: 16px;
	}

	.map-block .popup .bottom-holder,
	.google-map-markers .popup .bottom-holder {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.map-block .popup .logo-category,
	.google-map-markers .popup .logo-category {
		margin: 0;
	}

	.contact-map-holder.google-map-markers .popup-block .pin {
		font-size: 50px;
	}

	.detail-link {
		font-size: 14px;
		line-height: 18px;
		padding: 28px 15px 15px;
		width: 90px;
	}

	.detail-link .fa {
		font-size: 25px;
	}

	.result-block {
		margin-bottom: 107px;
	}

	.result-block .brand {
		float: right;
		margin: 10px 0 0;
		margin-top: -80px !important;
		padding: 20px 30px 20px 80px;
	}

	.result-block .brand img{
		max-height: 35px;
		width: auto;
		position: absolute;
		left: 30px;
		top: 13px;
	}

	.article-post .title-holder .brand{
		margin-top: -80px !important;
	}

	.result-block h2 {
		font-size: 43px;
		letter-spacing: 2px;
	}

	.result-block h2 .small {
		letter-spacing: 1px;
		font-size: 23px;
		line-height: 26px;
	}

	.result-block .bottom-holder .btn {
		float: right;
		margin: 6px 0 0;
	}

	.result-block .info-list {
		padding: 0 15px 0 0;
		letter-spacing: -4px;
		overflow: hidden;
	}

	.result-block .info-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		padding: 0 10px 0 0;
		width: 38.8%;
	}

	.result-block .info-list li:nth-child(even) {
		width: 61.2%;
	}

	.search-results .top-image h1 {
		font-size: 50px;
	}

	.banner-categorie .center-holder {
		min-height: 693px;
		padding: 27px 0 23.3%;
	}

	.banner-categorie .brand {
		width: 100%;
		margin: 0 0 49px;
	}

	.banner-categorie h1 {
		font-size: 53px;
		line-height: 56px;
	}

	.banner-categorie h1 .large {
		font-size: 63px;
		line-height: 66px;
	}

	.banner-categorie h1 .small {
		font-size: 39px;
		line-height: 42px;
	}

	.main-content .text-holder {
		font-size: 27px;
		line-height: 31px;
		margin-bottom: 60px;
	}

	.main-content .text-container {
		font-size: 23px;
		line-height: 30px;
	}

	.main-content .text-container .columns {
		margin-bottom: 117px;
	}

	.main-content .text-container .col {
		float: left;
		width: 45.5%;
	}

	.main-content .text-container .col:nth-child(even) {
		float: right;
	}

	.main-content .text-container h2 {
		font-size: 43px;
		line-height: 46px;
		margin-bottom: 48px;
	}

	.explo .main-content .img-block {
		margin-top: -41%;
	}

	.main-content .btn {
		font-size: 26px;
		line-height: 30px;
		padding: 20px 54px;
	}

	.main-content .btn b {
		font-size: 41px;
		line-height: 1;
	}

	.travel-section:after {
		height: 460px;
	}

	.travel-section .title {
		font-size: 91px;
		line-height: 100px;
	}

	.travel-section .btn {
		font-size: 23px;
		line-height: 26px;
		padding: 18px 59px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.travel-section .btn b {
		font-size: 31px;
		font-weight: 900;
		margin: 0 0 -2px;
	}

	.description-section {
		padding: 47px 0 89px;
	}

	.description-section h2 {
		font-size: 43px;
		line-height: 46px;
		margin-bottom: 58px;
	}

	.description-section .btn {
		font-size: 37px;
		line-height: 40px;
		padding: 17px 10px;
	}

	.description-section .description-list {
		line-height: 21px;
		margin: 0 -30px 31px;
		letter-spacing: -4px;
	}

	.description-section .description-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.33%;
		padding: 0 30px;
		margin: 0 0 50px;
	}

	.description-section .description-list .picture-holder {
		margin-bottom: 50px;
	}

	.description-section .description-list h3 {
		margin-bottom: 19px;
	}

	.description-section .description-list .btn.gray {
		font-size: 17px;
		line-height: 30px;
		padding: 4px 15px;
	}

	.video-section {
		padding: 54px 0;
	}

	.video-section h2 {
		font-size: 43px;
		line-height: 46px;
	}

	.video-section .btn {
		font-size: 27px;
		line-height: 30px;
		padding: 26px 54px;
	}

	.video-section .btn b {
		font-size: 27px;
		line-height: 30px;
	}

	.video-block .brand {
		display: block;
		width: 167px;
		position: absolute;
		right: 10px;
		bottom: 48px;
	}

	.footer-holder {
		margin-top: -74px;
	}

	.footer-holder .left-box {
		float: left;
		max-width: 50%;
		padding: 0 15px 0 0;
		text-align: left;
		margin: 0;
	}

	.footer-holder .right-box {
		float: right;
		width: 41.9%;
		padding: 4px 0 0 15px;
	}

	.footer-holder .right-box .btn {
		font-size: 27px;
		padding: 12px 15px;
	}

	.footer-holder .right-box .btn b {
		font-size: 27px;
	}

	.top-block {
		font-size: 51px;
		padding: 125px 0 50px;
		min-height: 623px;
	}

	.top-block .brand {
		width: 100%;
	}

	.top-block .list {
		font-size: 27px;
		line-height: 31px;
	}

	.banner-text {
		padding: 62px 0 45px;
		font-size: 21px;
		line-height: 24px;
	}

	.normade .banner-text {
		padding: 62px 0 45px;
		font-size: 23px;
		line-height: 29px;
	}

	.normade .banner-text .center-holder {
		max-width: 940px;
	}

	.normade .banner-text p {
		margin-bottom: 51px;
	}

	.normade .banner-text h2 {
		margin: 0 0 2px;
		font-size: 31px;
		line-height: 34px;
		text-transform: uppercase;
	}
	 .banner-text h3 {
		font-size: 21px;
		line-height: 34px;
		text-transform: uppercase;
		text-align: left;
	}
	.banner-text h4 {
		font-size: 21px;
		line-height: 34px;
		text-transform: uppercase;
		text-align: left;
	}
	.normade .banner-text .list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		text-align: center;
		margin: 0 0 53px;
	}

	.normade .banner-text .list:last-child {
		margin-bottom: 0;
	}

	.normade .banner-text .list li {
		padding-bottom: 0;
	}

	.banner-text h1 {
		font-size: 43px;
		line-height: 46px;
		margin: 0 0 25px;
	}

	.banner-text .large-text {
		font-size: 27px;
		line-height: 32px;
	}

	.banner-text .title {
		margin: 51px 0 37px;
	}

	.banner-text .list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
	}

	.banner-text .list li {
		padding-bottom: 27px;
	}

	.banner-text p {
		margin-bottom: 25px;
	}

	.terra-ultima .banner-text{
		padding: 90px 0
	}

	.terra-ultima .banner-text .title {
		margin: 90px 0 35px;
	}

	.terra-ultima .banner-text li{
		font-size: 19px;
	}

	.detail-section {
		padding: 58px 0 72px;
	}

	.detail-section .text-box {
		font-size: 23px;
		line-height: 29px;
		font-weight: 300;
	}

	.detail-section h2 {
		margin-bottom: 24px;
	}

	.detail-section h3 {
		margin-bottom: 20px;
	}

	.detail-section h3.large {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 25px;
	}

	.detail-section .detail-list {
		margin: 0 -25px;
		letter-spacing: -4px;
	}

	.detail-section .detail-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 50%;
		padding: 0 25px;
		margin: 0;
	}

	.detail-section .detail-list p {
		margin-bottom: 29px;
	}

	.detail-section h4 {
		font-size: 24px;
		line-height: 28px;
	}

	.invocation-section {
		padding: 66px 0;
	}

	.invocation-section h1,
	.invocation-section h2 {
		font-size: 31px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.invocation-section .categories-list {
		margin-bottom: 50px;
	}

	.top-image .center-holder {
		min-height: 299px;
	}

	.top-image h1.small {
		font-size: 53px;
		line-height: 65px;
		letter-spacing: 0;
	}

	.top-image h1 .light {
		font-size: 37px;
		line-height: 41px;
	}

	.filters-panel {
		margin-bottom: 25px;
	}

	.article-post {
		font-size: 19px;
		line-height: 23px;
		margin-bottom: 56px;
	}

	.article-post .picture-container {
		margin-bottom: 22px;
	}

	.article-post .head .brand {
		float: right;
		margin: 0;
	}

	.article-post .title-holder {
		padding: 0;
	}


	.article-post + .navigation .next,
	.article-post + .navigation .prev {
		line-height: 14px;
		font-size: 13px;
		width: 105px;
	}

	.article-post h1,
	.article-post h2 {
		font-size: 27px;
		line-height: 32px;
	}

	.article-post .title-holder {
		margin-bottom: 21px;
	}

	.article-post .article-content {
		margin-bottom: 105px;
	}

	.article-post .article-content p {
		margin-bottom: 28px;
	}

	.similar-article {
		margin-top: 79px;
	}

	.similar-article .article-holder {
		margin: 0 -15px;
	}

	.similar-article .article {
		padding: 0 15px;
		float: left;
		width: 33.3%;
		margin: 0;
	}

	.similar-article .article .img-holder {
		text-align: left;
		max-width: 100%;
	}

	#pinterest-pinboard-widget-container .pinboard img {
		width: 72px;
		height: 72px;
	}

	.home-gallery {
		min-height: 555px;
		padding: 35px 0 45px;
	}

	.home-gallery .btn-prev,
	.home-gallery .btn-next {
		position: absolute;
		top: 50%;
		left: 18px;
		z-index: 6;
		color: #f9f8f6;
		margin: -52px 0 0;
		display: block;
		width: 14px;
		height: 53px;
	}

	.home-gallery .btn-prev:hover,
	.home-gallery .btn-next:hover {
		-webkit-animation: bounce 1s;
		animation: bounce 1s;
	}

	.home-gallery .btn-prev:hover:before,
	.home-gallery .btn-next:hover:before {
		background: url(images/arrow-left-01hover.png) no-repeat;
	}

	.home-gallery .btn-prev:before,
	.home-gallery .btn-next:before {
		position: absolute;
		left: 0;
		content: "";
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(images/arrow-left-01.png) no-repeat;
		width: 32px;
		height: 118px;
		-webkit-transition: background .3s ease;
		transition: background .3s ease;
	}

	.home-gallery .btn-next {
		left: auto;
		right: 18px;
	}

	.home-gallery .btn-next:before {
		background: url(images/arrow-right-01.png) no-repeat;
	}

	.text-gallery {
		padding: 0 30px;
	}

	.text-gallery h1 {
		font-size: 50px;
		line-height: 54px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.text-gallery  .small {
		font-size: 26px;
		line-height: 32px;
		text-transform: uppercase;
		margin-bottom: 74px;
	}

	.form-gallery {
		padding: 18px 28px 27px;
	}

	.form-gallery .title {
		margin: 0 -4px 20px;
		font-size: 24px;
		line-height: 28px;
	}

	.banner-gallery .center-holder {
		height: 555px;
	}

	.banner-gallery .box + .box {
		margin-top: 35px;
	}

	.banner-gallery .text {
		line-height: 37px;
		font-size: 31px;
	}

	.banner-gallery .text.large {
		line-height: 72px;
		letter-spacing: 5px;
		font-size: 96px;
	}

	.banner-gallery .text.medium {
		font-size: 51px;
		line-height: 46px;
		letter-spacing: 3px;
	}

	.banner-gallery .text.medium-x {
		font-size: 41px;
	}

	.banner-gallery .list {
		font-size: 27px;
		line-height: 37px;
	}

	.testimonials-gallery {
		padding: 0;
	}

	.testimonials-gallery .slide-holder {
		padding: 0 50px;
	}

	.testimonials-gallery .btn-prev,
	.testimonials-gallery .btn-next {
		left: 0;
	}

	.testimonials-gallery .btn-next {
		left: auto;
		right: 0;
	}

	.img-lightbox .close-lightbox {
		width: 26px !important;
		height: 26px;
	}

	.fancybox-wrap .img-lightbox .close-lightbox {
		width: 26px !important;
		height: 26px;
	}

	.sumatra-lightbox {
		font-size: 19px;
		line-height: 27px;
		margin: 49px 0;
		width: 89vw;
	}

	.sumatra-lightbox .close-lightbox {
		right: -32px;
		top: -45px;
		width: 32px;
		height: 39px;
	}

	.sumatra-lightbox .banner-lightbox {
		margin-bottom: 30px;
	}

	.sumatra-lightbox .header-lightbox .brand {
		float: right;
		width: auto;
		padding: 29px 9px 0 0;
		margin: 0;
	}

	.sumatra-lightbox .label {
		font-size: 21px;
		line-height: 24px;
		letter-spacing: 7px;
	}

	.sumatra-lightbox h1, .extension-title {
		font-size: 63px;
	}

	.sumatra-lightbox h1 .small,
	.extension-title .small {
		font-size: 23px;
		line-height: 26px;
	}

	.sumatra-lightbox .info {
		font-size: 21px;
		line-height: 24px;
	}

	.sumatra-lightbox p {
		margin-bottom: 52px;
	}

	.sumatra-lightbox .two-columns-section .col {
		float: left;
		width: 47.2%;
		margin-bottom: 0;
	}

	.sumatra-lightbox .two-columns-section .col:nth-child(even) {
		float: right;
	}

	.sumatra-lightbox .schedule-list {
		padding-top: 21px;
	}

	.sumatra-lightbox .box {
		margin-bottom: 40px;
	}

	.sumatra-lightbox .box p {
		margin-bottom: 25px;
	}

	.sumatra-lightbox h3 {
		font-size: 27px;
		line-height: 30px;
	}

	.lightbox-slideshow .slide {
		padding: 44px 101px 0;
	}

	.js-tab-hidden {
		display: block !important;
		left: -99999px !important;
		position: absolute !important;
		width: 100%;
		top: 0;
	}

	.tabset {
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		display: table;
		width: 100%;
	}

	.tab-section {
		padding-bottom: 135px;
	}

	.tab-section .style-tab {
		padding: 33px 0;
	}

	.tab-section .style-tab .btn-holder {
		padding: 33px 0;
	}

	.tab-section .map-holder,
	.tab-section .google-iframe-holder {
		margin-bottom: 45px;
	}

	.tab-content .slide-mobile {
		position: static !important;
	}

	.tab-content .opener-mobile {
		display: none;
	}

	.tab-content .btn-panels {
		letter-spacing: -3px;
		margin-bottom: -26px;
		max-width: 36%;
	}

	.tab-content .btn-panels li {
		letter-spacing: 0;
		margin: 0 0 0 8px;
		display: inline-block;
		vertical-align: top;
	}

	.table-responsive {
		margin-bottom: 64px;
	}

	.reservation-table {
		width: 100%;
		font-size: 17px;
		line-height: 23px;
	}

	.reservation-table th {
		padding: 0 21px 8px;
		white-space: nowrap;
	}

	.reservation-table th:first-child {
		width: 16.5%;
	}

	.reservation-table th:nth-child(3) {
		width: 12.1%;
	}

	.reservation-table th:nth-child(4) {
		width: 21.6%;
	}

	.reservation-table td {
		font-size: 19px;
		line-height: 22px;
		padding: 6px 21px;
	}

	.reservation-table td:first-child {
		padding-right: 0;
	}

	.reservation-table td:first-child time {
		width: 68px;
	}

	.reservation-table .title {
		padding: 14px 0 9px;
	}

	.reservation-table .text {
		width: 31%;
	}

	.reservation-table .price {
		font-size: 23px;
		line-height: 26px;
	}

	.reservation-table .btn.confirm {
		font-size: 14px;
	}

	.reservation-table .btn.reserve {
		font-size: 17px;
		line-height: 20px;
		padding: 10px 5px;
	}

	.two-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		margin: -20px 0 30px;
	}

	.link-list {
		padding-bottom: 0;
	}

	.schedule-holder {
		padding-bottom: 0;
	}

	.schedule-list li:first-child {
		padding: 0 37% 0 0;
	}

	.mailchimp-lightbox {
		padding: 50px 15px;
	}

	.mailchimp-lightbox .close-lightbox {
		width: 25px;
		height: 31px;
	}

	.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group ul {
		padding: 0 0 0 31%;
	}

	.mailchimp-lightbox h1 {
		font-size: 23px;
	}

	.mailchimp-lightbox h1 span {
		font-size: 51px;
		margin: -5px 0 0;
	}

	.page-template-template-terra-ultima-nomade .categories-list .text-holder{
		overflow: visible !important;
		width: 50%;
		float: left;
	}

	.terra-en-intro-wrapper{
		padding-bottom: 115px;
	}

	.terra-en-intro-inner {
		max-width: 990px;
		margin-left: auto;
		margin-right: auto;
	}

	.terra-en-why-us ul{
		float: left;
		width: 50%;
	}

	.terra-en-why-us-col1 {
		padding-left: 0;
		padding-right: 20px;
	}

	.terra-en-why-us-col2 {
		padding-left: 20px;
		padding-right: 0;
	}

	.terra-en-why-us ul li{
		padding-left: 30px;
	}

	.terra-en-why-us .item-no{
		font-size: 31px;
	}

	.terra-en-adventures-wrapper{
		padding: 55px 15px;
	}

	.terra-en-adventures-inner{
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}

	.terra-en-adventures-wrapper h2{
		font-size: 37px;
	}

	.terra-en-adventures-wrapper h3{
		font-size: 27px;
	}

	.terra-en-adventures-description{
		font-size: 17px;
	}

	.terra-en-voyages-wrapper{
		padding-top: 80px;
	}

	.terra-en-voyages-inner{
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.terra-en-voyages-wrapper h2{
		font-size: 37px;
		margin-bottom: 65px;
	}

	.terra-en-voyages-wrapper h3{
		margin-top: 50px;
		font-size: 47px;
	}

	.terra-en-voyages-wrapper h3 .small{
		font-size: 27px;
		line-height: 26px;
	}

	.terra-en-bottom-img {
		background-color: #f4f2ef;
	}

	.terra-en-bottom-img img {
		margin-top: -200px;
	}

	.newsletter-email {
		float: left;
		width: 70%;
	}

	.newsletter-button {
		float: left;
		width: 30%;
		text-align: center;
	}

	.newsletter-button input{
		display: block;
	}
}

@media (max-width:900px) and (min-width:400px) {
	.concepts-list .picture-container .concept-description .concept-description-text img {
		display: none;
	}
}

@media (min-width: 950px) {
	.page-template-template-terra-ultima-nomade .categories-list .text-holder{
		overflow: visible !important;
		width: 50%;
		float: left;
	}
}

@media (min-width: 1024px) {
	table {
		font-size: 17px;
		line-height: 23px;
	}

	.steps-form .short-holder .telephonebureau,
	.steps-form .short-holder .telephone {
		margin-bottom: 0;
	}

	#content .content-holder {
		margin-right: 317px;
	}

	#sidebar {
		width: 285px;
	}

	h1,
	.h1 {
		font-size: 67px;
	}

	h2,
	.h2 {
		font-size: 47px;
	}

	h3,
	.h3 {
		font-size: 27px;
	}

	.picture-container {
		margin-bottom: 16px;
	}

	.btn {
		font-size: 21px;
		line-height: 24px;
	}

	.head-holder {
		letter-spacing: 16px;
		font-size: 21px;
		line-height: 24px;
	}
	.head-holder h2 {
		letter-spacing: 4px;
		font-size: 35px;
		line-height: 24px;
		margin-bottom:0px;
		font-weight: 400;
	}
	.concepts-list .hover-box {
		padding: 0;
		font-size: 17px;
		line-height: 20px;
	}

	.concepts-list .hover-box .title {
		font-size: 27px;
		line-height: 30px;
	}

	.concepts-list .hover-box .btn {
		font-size: 17px;
		line-height: 20px;
	}

	.two-section {
		font-size: 23px;
		line-height: 26px;
	}

	.two-section h2{
		font-size: 37px;
	}

	.two-section .center-holder {
		max-width: 100%;
	}

	.trips-section .head-holder {
		font-size: 32px;
		line-height: 36px;
	}
	.trips-section .head-holder h2 {
		margin:0px;
		font-size: 37px;
		line-height: 36px;
	
	}
	.trip-box .country {
		font-size: 89px;
		line-height: 92px;
	}

	.trips-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.trips-list li {
		padding: 0 20px;
		width: 100%;
	}

	.trips-list .trip-box .country {
		font-size: 21px;
		line-height: 35px;
	}

	.new_voyages-list{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.new_voyages-list li {
		width: 100%;
		margin: 0 -1px -1px;
		padding: 0;
	}

	.detail-people-block {
		padding: 55px 0 80px;
	}

	.detail-people-block .center-holder:first-child {
		min-height: 165px;
	}

	.detail-people-block .center-holder:first-child:after {
		height: 165px;
	}

	.detail-people-block .picture-holder {
		padding-right: 61px;
	}

	.people-filter-panel {
		max-width: 76.3%;
		margin: 0 0 -38px auto;
	}

	.people-filter-panel li {
		margin: 0 0 0 12px;
	}

	.people-box {
		margin-top: 30px;
	}

	.people-box:first-of-type .categorie-name {
		padding-right: 73%;
	}

	.people-box .categorie-name {
		margin-bottom: 50px;
	}

	.people-list {
		margin: 0 -31px;
	}

	.people-list li {
		padding: 0 31px;
	}

	.contact-columns:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #dfdedc;
	}

	.contact-columns .col {
		float: left;
		width: 42%;
	}

	.contact-columns .col + .col {
		margin-top: 0;
	}

	.contact-columns .col:nth-child(even) {
		float: right;
		width: 41.2%;
	}

	.contact-columns .box + .box {
		margin-top: 129px;
	}

	#header .btn-tel {
		float: right;
		margin-top: 10px;
		font-size: 21px;
		line-height: 24px;
	}

	#header .btn-tel .fa {
		display: none;
	}

	#header .btn-tel .text {
		display: block;
	}

	#header .price-pdfs{
		position: absolute !important;
		right: 15px;
		margin-top: 0;
		top: 55%;
		animation: bounce 1s 1s 1 alternate backwards;
	}

	#header .price-pdfs .dropdown-menu{
		display: none;
		max-width: none;
		text-align: left;
		position: absolute;
		background: rgba(255, 255, 255, .85);
	}

	#header .price-pdfs .dropdown-menu::after{
		border: none;
	}

	#header .price-pdfs.show > .dropdown-menu{
		display: block;
	}

	#header .open-search {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 28px;
	}

	.logo {
		float: left;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		letter-spacing: -4px;
		position: static;
		background: transparent;
		opacity: 1;
		visibility: visible;
		padding-bottom: 0;
		margin-top: 0;
	}

	.nav-drop > * {
		letter-spacing: 0;
	}

	#nav {
		display: inline-block;
		vertical-align: middle;
		padding: 0 28px 0 0;
		margin-bottom: 0;
		overflow: visible;
	}

	#nav > ul {
		letter-spacing: -4px;
		margin: 0 -10px;
	}

	#nav > ul > li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 1px;
		margin: 0 10px;
		padding: 0;
	}

	#nav > ul > li.hover {
		padding-bottom: 64px;
		margin-bottom: -64px;
	}

	#nav > ul > li.hover .drop {
		opacity: 1;
		visibility: visible;
	}

	#nav > ul > li > a {
		padding-bottom: 0;
	}

	#nav .drop {
		text-align: left;
		padding: 24px 0 26px;
		margin-top: 21px;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
		background: #000;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		display: block;
	}

	#nav .concepts-menu-item .drop {
		width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

	#nav .drop-holder > ul {
		margin: 0 -55px;
	}

	#nav .drop-holder > ul > li {
		float: left;
		width: 33.3%;
		padding: 0 55px;
	}

	#nav .drop-holder > ul > li + li {
		margin: 0;
	}

	#nav .main-menu-explorateur .drop{
		left: initial;
		right: initial;
		min-width: 110px;
	}

	#nav .main-menu-explorateur .drop li{
		float: none;
		width: 100%;
		display: block;
	}

	.search-form .btn-search {
		right: -7px;
		font-size: 40px;
		line-height: 44px;
	}

	.slide-search {
		padding-bottom: 14px;
	}

	.slide-search form {
		max-width: 630px;
		margin: 0 auto;
	}

	.slide-search form input[type="search"] {
		font-size: 21px;
		letter-spacing: 1px;
	}

	.slide-search form .btn-search {
		right: -7px;
		font-size: 40px;
		line-height: 44px;
	}

	.bottom-holder .info-right,
	.bottom-holder .info-center {
		padding-top: 13px;
	}

	.banner-popup .center-holder {
		min-height: 525px;
	}

	.banner-popup h1 {
		font-size: 116px;
		line-height: 0.9;
	}

	.top-holder h2 {
		font-size: 43px;
		line-height: 46px;
	}

	.scroll-content {
		padding: 7px 0;
	}

	.records-section dl {
		padding-right: 13%;
	}

	.records-section .tooltip,
	.voyage-type .tooltip {
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: 100%;
		padding: 0 0 0 12px;
	}

	.records-section .tooltip .holder:before,
	.voyage-type .tooltip .holder:before {
		top: 50%;
		right: 100%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		border-width: 4px 4px 4px 0;
		border-color: transparent #2e2d2c;
	}

	.pagination-page {
		width: 309px;
	}

	.pagination-page li:nth-child(even) a {
		padding-top: 7px;
	}

	.pagination-page a {
		padding-top: 7px;
	}

	.filters-bar .btn-filter {
		min-width: 125px;
		padding: 3px 5px;
	}

	.filters-bar .btn-filter.similar.active .circle,
	.filters-bar .btn-filter.similar:hover .circle {
		opacity: 1;
	}

	.filters-bar .btn-filter .img {
		display: inline-block;
		vertical-align: middle;
	}

	.filters-bar .btn-filter .circle {
		display: inline-block;
		vertical-align: middle;
		position: static;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		margin: 0 10px 0 -10px;
	}

	.map-block .popup,
	.google-map-markers .popup {
		width: 536px;
	}

	.map-block .popup:before,
	.google-map-markers .popup:before {
		z-index: -1;
		position: absolute;
		content: "";
		left: 215px;
		width: 84px;
		bottom: -39px;
		height: 89px;
		box-shadow: 0 -87px 16px rgba(73, 73, 72, .19);
		-webkit-transform: rotate(36deg);
		-ms-transform: rotate(36deg);
		transform: rotate(36deg);
	}

	.result-block h2 {
		font-size: 47px;
	}

	.result-block h2 .small {
		font-size: 27px;
		line-height: 29px;
	}

	.travel-section:after {
		height: 572px;
	}

	.video-block {
		margin-bottom: 129px;
	}

	.top-image h1 {
		letter-spacing: 12px;
	}

	.filters-panel {
		position: relative;
		margin: 0 -14px 33px 0;
	}

	.filters-panel .title {
		position: absolute;
		display: block;
		margin-top: 15px;
		padding: 0 5px 0 0;
	}

	.filters-panel .filter-list {
		padding-right: 9px;
		vertical-align: middle;
		text-align: right;
	}

	.filters-panel .filter-list li {
		margin-bottom: 0;
		padding: 0 6px;
		width: 17%;
	}

	.filters-panel .filter-list .brand {
		vertical-align: middle;
		margin: 0 3px 0 0;
		display: inline-block;
		position: relative;
	}

	.filters-panel .filter-list .geography{
		width: 297px;
	}
	
	.article-post h1,
	.article-post h2 {
		font-size: 34px;
		line-height: 38px;
	}

	.social-box {
		width: 93px;
		margin: -52px 0 0 auto;
		padding: 0;
	}

	#pinterest-pinboard-widget-container .pinboard img {
		width: 92px;
		height: 92px;
	}

	.home-gallery {
		min-height: 622px;
	}

	.text-gallery {
		padding: 0;
	}

	.text-gallery h1 {
		font-size: 63px;
		text-transform: uppercase;
		line-height: 95px;
		margin-bottom: 0px;
	}

	.text-gallery  .small {
		letter-spacing: 2px;
		font-size: 39px;
		text-transform: uppercase;
		line-height: 42px;
		margin: -8px 0 0;
		    margin-bottom: 74px;
	}

	.banner-gallery .center-holder {
		height: 623px;
	}

	.testimonials-gallery .slide-holder {
		padding: 0 40px;
	}

	.sumatra-lightbox {
		padding: 0 49px 50px;
	}

	.sumatra-lightbox .banner-lightbox {
		margin: 0 -49px 40px;
	}

	.sumatra-lightbox .video-lightbox {
		margin: 0 -49px -50px;
	}

	.sumatra-lightbox p {
		margin-bottom: 82px;
	}

	.sumatra-lightbox .two-columns-section {
		margin-bottom: 100px;
	}

	.tabs-bar .center-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.tabset {
		width: calc(100% - 309px);
		font-size: 20px;
		line-height: 24px;
	}

	.tab-section .style-tab {
		padding: 36px 0 0;
	}

	.tab-section .style-tab .btn-holder {
		padding: 63px 0 0;
	}

	.tab-content .btn {
		padding: 20px 15px;
		font-size: 31px;
		line-height: 34px;
	}

	.reservation-table .price {
		white-space: nowrap;
	}

	.mailchimp-lightbox #mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
		margin: 7px 7px 0 0;
	}

	.mailchimp-lightbox .popup {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		top: 50%;
		left: 100%;
		width: 334px;
		padding-left: 25px;
	}

	.mailchimp-lightbox .popup .holder:before {
		border-color: transparent #e94e24;
		border-width: 4px 4px 4px 0;
		right: 100%;
		left: auto;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.season-header{
		min-height: 300px;
	}

	.season-header .center-holder h1{
		font-size: 51px;
	}

	.season-header-title{
		font-size: 31px;
		margin-bottom: 40px;
	}

	.season-header-route{
		font-size: 27px;
	}

	.season-header-intro{
		padding: 15px
	}

	.season-header-intro p{
		font-size: 24px;
		max-width: 900px;
		margin: 0 auto;
		line-height: 26px;
		font-weight: 300;
	}

	.season-intro-wrapper{
		position: relative;
		padding-top: 50px;
	}

	.season-intro-wrapper .sidebar{
		position: absolute;
		left: 15px;
		top: 30px;
	}

	.season-content-title{
		font-size: 31px;
	}

	.season-content{
		font-size: 17px;
		padding-top: 15px;
		padding-bottom: 50px;
	}

	.season-series-wrapper{
		max-width: 1024px;
	}

	.season-series{
		margin-top: 100px;
	}
	
	.season-series-photo {
		float: left;
		width: 50%;
		padding-right: 20px;
	}

	.season-content-wrapper{
		margin-bottom: 0px;
	}

	.season-series-content-wrapper {
		float: right;
		width: 50%;
		padding-top: 0;
		text-align: left;
	}

	.season-series-content-wrapper > div {
		padding-left: 20px;
	}

	.season-series-title1{
		font-size: 24px;
	}

	.season-series-title2 {
		font-size: 51px;
		line-height: 41px;
	}

	.season-series-title3 {
		font-size: 19px;
		line-height: 25px;
	}

	.season-schedule {
		margin-top: 100px;
		margin-bottom: 50px;
		max-width: 670px;
	}
	
	.season-schedule-line1{
		font-size: 43px;
		line-height: 33px;
	}

	.season-schedule-line2 {
		font-size: 23px;
	}

	.season-schedule-details{
		font-size: 17px;
		line-height: 19px;
	}

	.guides-section-title{
		font-size: 37px;
	}

	.season-guide{
		margin-top: 75px;
	}

	.season-guide-photo{
		float: left;
		width: 30%;
	}

	.season-guide-content{
		float: right;
		width: 70%;
		text-align: left;
	}

	.season-guide-name{
		padding-top: 0;
		font-size: 27px;
	}
	.season-guide-title {
		font-size: 19px;
	}

	.season-guide-description{
		padding-top: 20px;
		margin: 0;
	}

	.terra-en-intro-wrapper{
		padding-top: 65px;
	}

	.terra-en-intro-title h2{
		font-size: 37px;
	}

	.terra-en-intro-content{
		font-size: 23px;
		font-weight: 400;
		line-height: 30px;
		margin-bottom: 65px;
	}

	.terra-en-why-us-wrapper{
		margin-top: 115px;
	}

	.terra-en-why-us-wrapper h2{
		font-size: 31px;
		margin-bottom: 65px;
	}
	
	.terra-en-why-us ul li{
		font-size: 21px;
	}

	.terra-en-btn{
		font-size: 31px;
		padding: 20px 30px;
	}

	.testimonials-section .center-holder {
		max-width: 100%;
	}
}

@media (min-width: 1024px) and (min-width: 1190px) {
	#nav > ul {
		margin: 0 -14px;
	}
}

@media (min-width: 1100px) {
	.sidebar-sumatra {
		float: right;
		width: 309px;
		margin-right: -100%;
	}

	.tab-section .tab-col {
		width: 100%;
		float: right;
	}

	.tab-content {
		margin: 0 335px 0 0;
	}
}

@media (min-width: 1190px) {
	#header .open-search .search-text {
		font-size: 17px;
		line-height: 20px;
	}

	#nav {
		font-size: 15px;
		line-height: 20px;
	}

	#nav > ul > li {
		margin: 0 14px;
	}

	.slide-search form {
		max-width: 730px;
	}
}

@media (min-width: 1200px) {
	.concepts-list .hover-box {
		font-size: 19px;
		line-height: 21px;
	}

	.concepts-list .hover-box p {
		margin-bottom: 30px;
	}

	.filters-bar {
		font-size: 12px;
		line-height: 12px;
	}

	.filters-bar .select-holder {
		width: 20.7%;
	}

	.filters-bar .jcf-select .jcf-select-text {
		line-height: 38px;
		font-size: 17px;
	}

	.filters-bar .jcf-list .jcf-option {
		font-size: 17px;
	}

	.filters-panel .filter-list {
		font-size: 15px;
		line-height: 18px;
	}

	.filters-panel .filter-list li {
		width: 19%;
	}

	.filters-panel .jcf-select .jcf-select-text{
		font-size: 15px;
	}

	.filters-panel .filter-list .brand {
		margin-right: 10px;
	}

	.filters-panel .jcf-select-drop li {
		width: 100%;
	}

	.style-open .fancybox-close {
		right: -54px;
	}

	.sumatra-lightbox .close-lightbox {
		right: -54px;
	}

	.season-wrapper-inner {
		max-width: 1200px;
		margin: 0 auto;

	}
	.concepts-list .hover-box .description {
		padding-top: 65px;
	}
}

@media (min-width: 1500px) {
	.concepts-list .picture-container .concept-description {
		font-size: 31px;
		line-height: 33px;
	}
	.concepts-list .hover-box .btn,
	.concepts-list .concept-description .btn {
		font-size: 23px;
		padding: 12px 20px;
	}
	.concepts-list .hover-box .description {
		font-size: 25px;
		line-height: 27px;
		max-width: 500px;
		padding-top: 0;
	}
	.concepts-list .hover-box .holder {
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
	}
	.new_voyage-title {
		font-size: 31px;
		line-height: 33px;
	}
	.new_voyage-subtitle {
		font-size: 28px;
		line-height: 30px;
	}
	.trips-list .trip-box .country {
		font-size: 31px;
		line-height: 33px;
	}
	.trips-list .trip-box .content-holder .btn {
		font-size: 23px;
		padding: 12px 20px;
	}
}

@media (min-width: 1900px) {
	.concepts-list .picture-container .concept-description {
		font-size: 38px;
		line-height: 40px;
	}
	.concepts-list .hover-box .btn,
	.concepts-list .concept-description .btn{
		font-size: 28px;
		padding: 15px 25px;
	}
	.concepts-list .hover-box .description{
		font-size: 28px;
		line-height: 30px;
		max-width: 500px;
		padding-top: 0;
	}
	.concepts-list .hover-box .holder{
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
	}

	.new_voyage-title {
		font-size: 38px;
		line-height: 40px;
	}
	.new_voyage-subtitle {
		font-size: 33px;
		line-height: 35px;
	}

	.trips-list .trip-box .country{
		font-size: 38px;
		line-height: 40px;
	}
	.trips-list .trip-box .content-holder .btn {
		font-size: 28px;
		padding: 15px 25px;
	}
}

@media (min-width: 2000px) {
	.home-gallery {
		min-height: 700px;
	}
	.home-gallery .text-gallery{
		margin-top: 100px;
	}
}

@media (min-width: 2300px) {
	.home-gallery {
		min-height: 850px;
	}
	.home-gallery .text-gallery {
		margin-top: 150px;
	}
}

@media (max-width: 767px) {
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.scroll-content {
		display: none;
	}
}

@media print {
	body {
		background: #fff;
	}

	body * {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}

	.sidebar-sumatra,
	.scroll-content,
	.close-page,
	.banner-popup,
	.top-holder,
	.records-section,
	.photo-gallery,
	#tabset,
	.tabs-bar,
	.style-tab,
	.btn-panels,
	.btn-holder,
	.modal-active #wrapper,
	#header,
	#footer {
		display: none;
	}

	.close-page {
		display: none !important;
	}

	.print-tab {
		display: block !important;
		position: static !important;
	}

	.print-tab.js-tab-hidden {
		position: static !important;
		left: 0 !important;
	}

	.js-tab-hidden {
		position: static !important;
		left: 0 !important;
		display: none !important;
	}

	.js-tab-hidden.print-tab {
		display: block !important;
	}

	.slide-mobile.js-acc-hidden {
		position: static !important;
	}

	.modal-active .modal-wrap {
		position: static !important;
		overflow: hidden;
	}

	.modal-active .modal-wrap .modal-slide {
		background: transparent;
	}

	.schedule-list li {
		border-top: 0 !important;
		margin-top: 0 !important;
	}

	.schedule-list .title {
		color: #000;
	}

	.schedule-list .title .name {
		color: #000;
	}

	.schedule-list p {
		margin-bottom: 10px !important;
	}

	.tab-content {
		margin: 0;
	}

	.tab-content .opener-mobile {
		display: block !important;
		background: transparent !important;
	}

	.logo-print {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.itin-logo {
		display: block !important;
		text-align: right;
		margin: -5px 0 20px;
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	40% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@keyframes bounce {
	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	40% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-webkit-keyframes showSlide {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@keyframes showSlide {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes hideSlide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes hideSlide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes showReverseSlide {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showReverseSlide {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes hideSwitchSlide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes hideSwitchSlide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes hideReverseSwitchSlide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes hideReverseSwitchSlide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes stickyHeaderShow {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes stickyHeaderHide {
	from {
		transform: translate3d(0, -100%, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}


.ddprix {
	font-size: 16px;
	color: #e3e3e4;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: 600;
  position: relative;
  display: inline-block;
}

.ddprix-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ddprix:hover .ddprix-content {
  display: block;
}


.embed-vimeo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-vimeo iframe, .embed-vimeo object, .embed-vimeo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.vimeo-page { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.vimeo-page iframe, .vimeo-page object, .vimeo-page embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-section {max-height:500px!important;}

.steps-form fieldset {
	display: none;
}

.steps-form fieldset.active {
	display: block !important;
}