@charset "UTF-8";
html { box-sizing: border-box; }

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

.wrapper { width: 100%; margin: 0; padding: 0 20px; }
.wrapper::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .wrapper { width: 750px; margin: 0 auto; padding: 0; } }
@media screen and (min-width: 1023px) { .wrapper { width: 960px; } }
@media screen and (min-width: 1279px) { .wrapper { width: 1140px; } }

/* ----------------------------------------------------------------- RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

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

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

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

[hidden], template { display: none; }

a { background: transparent; }

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

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

b, strong { font-weight: bold; }

dfn { font-style: italic; }

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

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

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

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

figure { margin: 1em 40px; }

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

pre { overflow: auto; }

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

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

button { overflow: visible; }

button, select { text-transform: none; }

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

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

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

input { line-height: normal; }

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

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

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

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

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

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/* ----------------------------------------------------------------- RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { color: #222; font-size: 1em; line-height: 1.62857; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 2em 0; padding: 0; }

audio, canvas, img, svg, video { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0; }

textarea { resize: vertical; }

address { font-style: normal; }

span.skype_pnh_container { display: none !important; }

span.skype_pnh_print_container { display: inline !important; }

@media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
.button, #header .search button { display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.small.button, #header .search button.small { padding: 13px 20px; font-size: 12px; }

.left { float: left; }

.right { float: right; }

.five { width: 5%; }

.ten { width: 10%; }

.fifteen { width: 15%; }

.twenty { width: 20%; }

.twentyfive { width: 25%; }

.thirty { width: 30%; }

.thirtyfive { width: 35%; }

.fourty { width: 40%; }

.fourtyfive { width: 45%; }

.fifty { width: 50%; }

.fiftyfive { width: 55%; }

.sixty { width: 60%; }

.sixtyfive { width: 65%; }

.seventy { width: 70%; }

.seventyfive { width: 75%; }

.eighty { width: 80%; }

.eightyfive { width: 85%; }

.ninety { width: 90%; }

.ninetyfive { width: 95%; }

.onehundred { width: 100%; }

#browserAlert { display: none; font-size: 14px; color: #fff; padding: 10px 0; background: #941111; text-align: center; border-bottom: 1px solid #000; line-height: 18px; }

#browserAlert a { color: #faabab; font-weight: bold; }

#browserAlert a:hover { color: #fff; }

.lt-ie8 #browserAlert { display: block; }

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

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.visible-mobile { display: block; }
@media screen and (min-width: 1023px) { .visible-mobile { display: none; } }

.visible-desktop { display: none; }
@media screen and (min-width: 1023px) { .visible-desktop { display: block; } }

/* ----------------------------------------------------------------- TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
@font-face { font-family: 'gotham_book'; src: url("fonts/gotham-book-webfont.eot"); src: url("fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-book-webfont.woff") format("woff"), url("fonts/gotham-book-webfont.ttf") format("truetype"), url("fonts/gotham-book-webfont.svg#gotham_book") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'gotham_bold'; src: url("fonts/gotham-bold-webfont.eot"); src: url("fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-bold-webfont.woff") format("woff"), url("fonts/gotham-bold-webfont.ttf") format("truetype"), url("fonts/gotham-bold-webfont.svg#gotham_bold") format("svg"); font-weight: normal; font-style: normal; }
/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a { color: #1da675; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
a:hover { color: #126547; }

.text-error { color: #d32929; }

.text-success { color: #62b51f; }

.text-warning { color: #e4be4c; }

.text-info { color: #5bc0de; }

b, strong { font-weight: normal; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

::-moz-selection { background: #1da675; color: #fff; text-shadow: none; }

::selection { background: #1da675; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5, h6 { line-height: 1.1; font-weight: normal; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; color: #5a4432; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: gray; }

h1, h2, h3 { margin-top: 50px; margin-bottom: 30px; text-transform: uppercase; }
h1 .green, h2 .green, h3 .green { color: #1da675; }

h4, h5, h6 { margin-top: 40px; margin-bottom: 30px; }

h1 { font-size: 30px; }
@media screen and (min-width: 767px) { h1 { font-size: 36px; } }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h1 small { font-size: 24px; }

h2 small { font-size: 18px; }

h3 small, h4 small { font-size: 14px; }

blockquote { padding-left: 40px; margin: 1em 0 2em; position: relative; }
blockquote:before { position: absolute; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; content: "“"; top: -5px; left: 0; font-size: 70px; color: #7ea752; line-height: 1; }
blockquote cite { display: block; text-transform: uppercase; color: #5a4432; font-size: 13px; margin: 5px 0 0; font-style: normal; }

hr { border-color: #f1ede4; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label { display: block; padding: 10px 0; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #76706a; text-transform: uppercase; }
label .required { position: relative; margin-left: 5px; color: #d32929; }
label.error { color: #d32929; }
label .sub, label a { font-size: 10px; }

input, textarea { display: inline-block; width: 100%; padding: 13px 10px 12px; border: 1px solid #e6e6e6; background: #fff; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; }
input:focus, textarea:focus { background: #f2f2f2; }
input.error, textarea.error { border: 1px solid #d32929; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bfbfbf; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #bfbfbf; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #bfbfbf; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bfbfbf; }

textarea { display: block; }

.radio, .checkbox { padding: 7px 0; }
.radio label, .checkbox label { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; display: inline-block; padding: 0; margin-right: 20px; }
.radio input, .checkbox input { width: auto; margin-right: 5px; display: inline-block; }

button.button, input.button { border: none; display: inline-block; width: auto; }

.error-alert, .success-alert { padding: 25px 50px 20px; position: relative; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #fff; text-transform: normal; }
.error-alert ul, .success-alert ul { margin: 0; }
.error-alert ul li, .success-alert ul li { margin: 0 !important; }
.error-alert ul li:before, .success-alert ul li:before { color: #fff !important; }
.error-alert p, .success-alert p { margin: 0; }
.error-alert .title, .success-alert .title { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; margin-bottom: 10px; line-height: 1.2; }
.error-alert:before, .success-alert:before { font-family: "FontAwesome"; font-size: 16px; color: #fff; text-transform: normal; position: absolute; left: 17px; display: block; }

.error-alert { background: url("../images/bg-red.png"); }
.error-alert:before { top: 24px; content: "\f071"; }

.success-alert { background: url("../images/bg-green.png"); }
.success-alert:before { top: 20px; content: "\f00c"; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img, iframe { display: block; max-width: 100%; }

.content-left img { height: auto !important; }

.button { padding: 11px 25px 10px; color: #fff; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
.button.large { font-size: 14px; padding: 14px 25px; }
.button.small { font-size: 10px; padding: 7px 25px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.button.green { background-color: #24ac7d; background-image: -webkit-linear-gradient(#24ac7d, #199e6c); background-image: linear-gradient(#24ac7d, #199e6c); }
.button.blue { background-color: #6aa8c3; background-image: -webkit-linear-gradient(#6aa8c3, #5a9ab9); background-image: linear-gradient(#6aa8c3, #5a9ab9); }
.button.red { background-color: #c44646; background-image: -webkit-linear-gradient(#c44646, #ba3737); background-image: linear-gradient(#c44646, #ba3737); }
.button.brown { background-color: #ad936f; background-image: -webkit-linear-gradient(#ad936f, #9f835f); background-image: linear-gradient(#ad936f, #9f835f); }
.button:hover { color: #fff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.alignleft, .alignright, .aligncenter { margin: 20px auto; display: block; padding: 5px; border: 1px solid gray; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

@media screen and (min-width: 767px) { .alignleft { float: left; margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) { .alignright { float: right; margin: 0 0 10px 30px; } }

a .alignleft:hover, a .alignright:hover, a .aligncenter:hover { border-color: #bfbfbf; }

.floater.alignright {
    border: 0;
    padding: 0;
    max-width: 500px;
    width: 100%;
}

/* jQuery FlexSlider v2.2.0 http://www.woothemes.com/flexslider/  Copyright 2012 WooThemes Free to use under the GPLv2 license. http://www.gnu.org/licenses/gpl-2.0.html  Contributing author: Tyler Smith (@mbmufffin) */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

.flexslider { margin: 0; padding: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

.flex-pauseplay span { text-transform: capitalize; }

.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

.flexslider { margin: 0; position: relative; zoom: 1; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 200px; }

.flexslider .slides { zoom: 1; }

.carousel li { margin-right: 5px; }

.flex-direction-nav { *height: 0; }

.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; color: #fff; background: #000; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-align: center; }

.flex-direction-nav .flex-prev { left: 0; }

.flex-direction-nav .flex-next { right: 0; }

.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before { font-size: 20px; display: inline-block; content: 'Pause'; }

.flex-pauseplay a:hover { opacity: 1; }

.flex-pauseplay a.flex-play:before { content: 'Play'; }

.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }

.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }

.flex-control-thumbs li { width: 25%; float: left; margin: 0; }

.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }

.flex-control-thumbs img:hover { opacity: 1; }

.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* ----------------------------------------------------------------- CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 12px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; background: #fff; }
.chosen-container.chosen-with-drop .chosen-drop { left: 0; }
.chosen-container a { cursor: pointer; }

.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 15px; height: 50px; background-color: #fff; background-clip: padding-box; color: #444; text-decoration: none; white-space: nowrap; line-height: 50px; -webkit-border-radius: 5px; border-radius: 5px; }
.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; }
.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; font-size: 1px; }
.chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 50px; height: 100%; }
.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; }
.chosen-container-single .chosen-single div b:after { position: absolute; top: 0px; left: 38%; font-size: 16px; font-family: 'FontAwesome'; content: '\f107'; color: #e6e6e6; }
.chosen-container-single .chosen-default { color: #444; }
.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }
.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 0; white-space: nowrap; position: relative; }
.chosen-container-single .chosen-search:after { position: absolute; top: 8px; left: 15px; font-size: 16px; font-family: 'FontAwesome'; content: '\f002'; color: #e6e6e6; }
.chosen-container-single .chosen-search input[type="text"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px 15px 15px 50px; width: 100%; height: auto; outline: 0; border: none; background: #fff; border-radius: 0; margin: 0; }
.chosen-container-single .chosen-drop { margin-top: -1px; background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px; }

.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #e6e6e6; background-color: #fff; cursor: text; }

.chosen-container-multi .chosen-choices li { float: left; list-style: none; }

.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #444; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default { color: #999; }

.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 0 3px 5px; padding: 3px 20px 3px 5px; border: 1px solid #aaa; border-radius: 3px; background-color: #f2f2f2; background-clip: padding-box; color: #444; line-height: 13px; cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; background: url("chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; }

.chosen-container-multi .chosen-results { margin: 0; padding: 0; }

.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; }

.chosen-disabled { opacity: 0.5 !important; cursor: default; }

.chosen-disabled .chosen-single { cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0; padding: 0; max-height: 240px; -webkit-overflow-scrolling: touch; }
.chosen-container .chosen-results li { display: none; margin: 0; padding: 10px 15px; list-style: none; border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; }
.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; }
.chosen-container .chosen-results li.highlighted { background-color: #f2f2f2; color: #444; border-color: #e6e6e6; }
.chosen-container .chosen-results li.no-results { display: list-item; background: #fff; border-color: none; }
.chosen-container .chosen-results li.group-result { display: list-item; cursor: default; }
.chosen-container .chosen-results li.group-option { padding-left: 15px; }
.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; }

.chosen-container-active.chosen-with-drop .chosen-single { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }

.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; background: transparent; }

.chosen-container-active .chosen-choices { border: 1px solid #e6e6e6; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; }

.chosen-disabled { opacity: 0.5 !important; cursor: default; }
.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

/* ----------------------------------------------------------------- FANCYBOX STYLES (fancyBox v2.1.5)
------------------------------------------------------------------*/
.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; }

.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 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/scripts/fancybox/fancybox_sprite.png"); }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }

#fancybox-loading div { width: 44px; height: 44px; background: url("../images/scripts/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; }

.fancybox-nav { position: absolute; top: 0; width: 36px; height: 100%; cursor: pointer; text-decoration: none; background: transparent url("../images/scripts/fancybox/blank.gif"); -webkit-tap-highlight-color: transparent; z-index: 8040; }

.fancybox-prev { left: -45px; }

.fancybox-next { right: -45px; }

.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: visable; }

.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; }

.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/scripts/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }

.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

.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: -55px; z-index: 8050; text-align: center; width:70%;}

.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; }

.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }

@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/scripts/fancybox/fancybox_sprite@2x.png"); background-size: 44px 152px; }
  #fancybox-loading div { background-image: url("../images/scripts/fancybox/fancybox_loading@2x.gif"); background-size: 24px 24px; } }
/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html { background: #fff; }

body { font-size: 16px; color: #444; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; background: #fff; overflow-x: hidden; counter-reset: group-counter; }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/

#header .alert {
  padding: 20px 0;
  background: #24ac7d;
  text-align: center;
  color: white;
}

#header .alert a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

#header .upper { background: url("../images/bg-brown-dark.png"); padding: 15px 0; }
@media screen and (min-width: 1023px) { #header .upper { padding: 18px 0; } }
#header .right-side::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { #header .right-side { float: right; } }
#header .phone {
  font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: normal;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#header .phone.desk {
    display: none;
  }
#header .phone i { font-size: 16px; margin-right: 5px; vertical-align: middle; }
@media screen and (min-width: 1023px) {
  #header .phone {
    float: left;
    line-height: 40px;
    margin: 0 30px 0 0;
  }
  #header .phone.desk {
    display: block;
  }
}
#header .search { position: relative; margin-bottom: 0px; }
#header .search::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { #header .search { width: 30%; margin-right: 5%; float: left; } }
@media screen and (min-width: 1023px) { #header .search { width: 40px; margin: 0 10px 0 0; } }
#header .search .trigger { color: #fff; float: left; background: #2f2925; border-top-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 40px; height: 40px; line-height: 40px; text-align: center; padding: 0; }
@media screen and (min-width: 1023px) { #header .search .trigger { cursor: pointer; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
  #header .search .trigger:hover { color: #f0e5c8; }
  #header .search .trigger.active { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } }
#header .search form { background: #2f2925; margin-left: 40px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; display: block; position: relative; }
#header .search form::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { #header .search form { position: absolute; display: none; margin-left: 0; top: 0; left: 100%; width: 200px; padding-left: 10px; z-index: 8000; } }
#header .search .input-wrap { margin-right: 75px; }
#header .search input { background: none; border: none; margin-bottom: 0px; padding: 0; line-height: 40px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
#header .search button { background: none; padding: 0; float: right; width: 75px; text-align: center; line-height: 40px; border: none; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #76706a; text-transform: uppercase; }
#header .search button:hover { color: #fff; }
#header .language { position: relative; background: #2f2925; height: 40px; line-height: 40px; cursor: pointer; margin-bottom: 15px; -webkit-border-radius: 5px; border-radius: 5px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
@media screen and (min-width: 767px) { #header .language { width: 30%; margin-right: 5%; float: left; } }
@media screen and (min-width: 1023px) { #header .language { width: 130px; margin-bottom: 0px; margin-right: 20px; } }
@media screen and (min-width: 1279px) { #header .language { margin-right: 30px; } }
#header .language .trigger { padding: 0 15px; position: relative; }
#header .language.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#header .language.active .language-dropdown { display: block; }
#header .language:before { position: absolute; top: 0; right: 13px; font-size: 12px; content: "\f107"; font-family: "FontAwesome"; color: #76706a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
#header .language:hover:before { color: #fff; }
#header .language-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #2f2925; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; z-index: 8000; }
#header .language-dropdown a { display: block; color: #fff; padding: 0 15px; }
#header .language-dropdown a:hover { background-color: #76706a; color: #fff; }
#header .language-dropdown a:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
@media screen and (min-width: 767px) { #header .account-block { width: 30%; float: left; } }
@media screen and (min-width: 1023px) { #header .account-block { width: 180px; } }
@media screen and (min-width: 1279px) { #header .account-block { width: 190px; } }
#header .cart { float: right; background: #129161; border-top-right-radius: 5px; border-bottom-right-radius: 5px; position: relative; }
#header .cart .marker { position: absolute; top: -11px; right: -11px; box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75); font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #fff; text-transform: normal; background-color: #b84343; background-image: -webkit-linear-gradient(#b84343, #b03535); background-image: linear-gradient(#b84343, #b03535); width: 20px; height: 20px; line-height: 20px; text-align: center; padding: 0; -webkit-border-radius: 20px; border-radius: 20px; }
#header .cart a { width: 40px; height: 40px; line-height: 40px; text-align: center; padding: 0; display: block; color: #fff; font-size: 18px; }
#header .cart a i { vertical-align: middle; }
#header .login { margin-right: 40px; text-align: center; border-top-left-radius: 5px; border-bottom-left-radius: 5px; line-height: 40px; position: relative; cursor: pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background-color: #24ac7d; background-image: -webkit-linear-gradient(#24ac7d, #199e6c); background-image: linear-gradient(#24ac7d, #199e6c); font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
#header .login.active { border-bottom-left-radius: 0px; background: #fff; color: #1da675; }
#header .login.active:before { color: #1da675 !important; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
#header .login:hover:before { color: #fff; }
#header .login:before { position: absolute; top: 0; right: 13px; content: "\f107"; font-family: "FontAwesome"; color: #dbe9c5; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
#header .login .trigger { position: relative; }
#header .login-dropdown { display: none; top: 100%; left: 0; background: #fff; text-align: left; line-height: 1.2; position: absolute; top: 100%; left: 0; width: 100%; z-index: 7000; }
@media screen and (min-width: 767px) { #header .login-dropdown { width: 375px; right: 0; left: auto; } }
#header .login-dropdown form { padding: 10px 20px; }
#header .login-dropdown input { padding: 13px 10px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #3a342f; text-transform: normal; -webkit-border-radius: 3px; border-radius: 3px; }
#header .login-dropdown .forgot-row { margin: 10px 0; }
#header .login-dropdown .forgot-row::after { clear: both; content: ""; display: table; }
#header .login-dropdown .forgot-row a { line-height: 35px; color: #62a2bf; text-decoration: underline; }
#header .login-dropdown .forgot-row a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
#header .login-dropdown .button-wrap { border-top: 1px dotted #cccccc; padding: 20px; padding-bottom: 0; }
#header .login-dropdown .button-wrap a { width: 100%; margin-bottom: 20px; padding: 13px 25px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
#header .upper-nav { display: none; }
@media screen and (min-width: 1023px) { #header .upper-nav { float: left; display: block; }
  #header .upper-nav::after { clear: both; content: ""; display: table; } }
#header .upper-nav a { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; display: block; float: left; line-height: 40px; margin: 0 20px 0 0; }
@media screen and (min-width: 1279px) { #header .upper-nav a { margin: 0 30px 0 0; } }
#header .upper-nav a:hover { color: #f0e5c8; }

#logo { width: 275px; margin: 5px auto 15px auto; }
@media screen and (min-width: 1023px) { #logo { width: 225px; float: left; margin: 6px 0 0 0; } }
@media screen and (min-width: 1279px) { #logo { width: 275px; margin: 3px 0 0 0; } }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav { background: url("../images/bg-beige.png"); position: relative; border-bottom: 1px solid #bca688; }
#nav .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#nav .wrapper .phone {
  color: #5a4432;
  display: block;
  margin: 0;
  padding: 0 20px;
}
#nav .wrapper #trigger {
  margin: 0 0 0 auto;
  padding: 10px 20px;
  font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 12px;
  color: #5a4432;
  text-transform: uppercase;
  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
@media screen and (min-width: 1023px) {
  #nav .wrapper {
    display: block;
  }
  #nav .wrapper .phone {
    display: none;
  }
  #nav .wrapper #trigger {
    display: none;
  }
}
#nav .wrapper #trigger.active { color: #a78c67; }
#nav .wrapper > ul { display: none; margin: 0; padding: 0; list-style: none; position: absolute; z-index: 6000; width: 100%; top: 100%; left: 0; background: #f0e5c8; border-top: 1px solid #bca688; }
@media screen and (min-width: 1023px) { #nav .wrapper > ul { position: relative; display: block !important; background: none; border-top: none; text-align: center; } }
#nav .wrapper > ul > li { margin: 0; padding: 0; position: relative; border-bottom: 1px solid #bca688; }
@media screen and (min-width: 1023px) { #nav .wrapper > ul > li { border-bottom: none; display: inline-block; }
  #nav .wrapper > ul > li.gone-desk { display: none; } }
#nav .wrapper > ul > li > a { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #5a4432; text-transform: uppercase; display: block; padding: 10px 20px; }
@media screen and (min-width: 1023px) { #nav .wrapper > ul > li > a { display: inline-block; padding: 18px 10px 18px 22px; font-size: 14px; } }
#nav .wrapper > ul > li > i { color: #9ba752; font-size: 14px; position: absolute; top: 0; right: 0; display: block; width: 39px; height: 39px; line-height: 39px; text-align: center; padding: 0; }
@media screen and (min-width: 1023px) { #nav .wrapper > ul > li > i { position: relative; display: inline-block; width: auto; font-size: 12px; } }
#nav .wrapper > ul > li:hover > a { color: #9ba752; }
@media screen and (min-width: 1023px) { #nav .wrapper > ul > li:hover > .dropdown { display: block !important; } }

.dropdown { display: none; list-style: none; margin: 0; padding: 0; background: #e4d9be; }
@media screen and (min-width: 1023px) { .dropdown { position: absolute; top: 100%; left: 2px; text-align: left; width: 250px; border-left: 1px solid #bca688; border-right: 1px solid #bca688; border-bottom: 1px solid #bca688; } }
@media screen and (min-width: 1023px) and (min-width: 1023px) { .dropdown.drop-left ul { left: auto; right: 100%; } }

.dropdown li { border-top: 1px solid #bca688; position: relative; }
.dropdown li a { display: block; padding: 10px 30px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #5a4432; text-transform: uppercase; }
@media screen and (min-width: 1023px) { .dropdown li a { padding: 10px 20px; } }
.dropdown li i { color: #9ba752; font-size: 14px; position: absolute; top: 0; right: 0; display: block; width: 39px; height: 39px; line-height: 39px; text-align: center; padding: 0; }
@media screen and (min-width: 1023px) { .dropdown li i { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } }
.dropdown li ul { display: none; list-style: none; margin: 0; padding: 0; background: #d8ceb4; }
@media screen and (min-width: 1023px) { .dropdown li ul { position: absolute; top: -1px; left: 100%; width: 250px; border-left: 1px solid #bca688; border-right: 1px solid #bca688; border-bottom: 1px solid #bca688; } }
.dropdown li ul li a { padding: 10px 40px; }
@media screen and (min-width: 1023px) { .dropdown li ul li a { padding: 10px 20px; } }
.dropdown li ul li:hover a { background: #ccc2aa; }
.dropdown li:hover > a { background: #d8ceb4; }
@media screen and (min-width: 1023px) { .dropdown li:hover > ul { display: block !important; } }

.hero { position: relative; }
.hero .hero-slider { width: 100%; position: relative; overflow-x: hidden; }
.hero-slider.loading  {
  	min-height: 347px;
	background:url(../images/ajax-loader.gif) no-repeat center center; }
	@media screen and (min-width: 767px) {
	.hero-slider.loading  {
  min-height: 441px;
  background-position: center center; }
  }
@media screen and (min-width: 1023px) {
	.hero-slider.loading  {
  	min-height: 900px;
	background-position: center 200px;}
}

.hero .hero-slider .flex-caption { position: absolute; top: 25%; left: 0; padding: 0 20px; width: 100%; z-index: 9000; }
@media screen and (min-width: 1023px) { .hero .hero-slider .flex-caption { top: 100px; width: 800px; left: 50%; margin-left: -400px; padding: 0; } }
.hero .hero-slider .flex-caption .title { line-height: 1.2; text-align: center; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 36px; color: #fff; text-transform: uppercase; }
.hero .hero-slider .flex-caption .title a{
color:#fff;
}
@media screen and (min-width: 1023px) { .hero .hero-slider .flex-caption .title { font-size: 60px; } }
.hero .hero-slider .slides li img { position: relative; left: 50%; margin-left: -383px; max-width: 766px; width: 766px; height: 346px; display: block; }
@media screen and (min-width: 767px) { .hero .hero-slider .slides li img { left: auto; margin-left: 0; max-width: 100%; width: 100%; height: auto; } }
@media screen and (min-width: 1023px) { .hero .hero-slider .slides li img { left: 50%; margin-left: -1000px; max-width: 2000px; width: 2000px; height: 900px; } }
.hero .hero-bullets { position: absolute; top: 70%; width: 100%; }
@media screen and (min-width: 1023px) { .hero .hero-bullets { top: 270px; } }
.hero .hero-bullets .flex-control-nav { top: 0; z-index: 5000; }
.hero .hero-bullets .flex-control-nav li { margin: 0 3px; }
.hero .hero-bullets .flex-control-paging { height: 15px; }
.hero .hero-bullets .flex-control-paging li a { width: 15px; height: 15px; background: none; border: 2px solid #fff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; }
.hero .hero-bullets .flex-control-paging li a.flex-active { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
@media screen and (min-width: 1023px) { .hero .tour-search { position: absolute; top: 420px; z-index: 8000; width: 960px; left: 50%; margin-left: -480px; } }
@media screen and (min-width: 1279px) { .hero .tour-search { width: 1140px; margin-left: -570px; } }

.tour-search { position: relative; padding: 30px 35px 35px; background: url("../images/bg-teal-trans.png"); }
.tour-search .flagpole { top: 0; left: 0; height: 100%; width: 6px; position: absolute; background: url(../images/asset-flagpole.png) repeat-y; }
.tour-search .flagpole:before { position: absolute; display: block; width: 20px; height: 7px; bottom: 0; left: -7px; content: " "; background: url(../images/asset-flagfoot.png) no-repeat; }
.tour-search .flag-title { position: absolute; top: -19px; left: 0; padding: 0 25px; line-height: 38px; height: 38px; background: #f0e5c8; z-index: 5000; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #bca688; text-transform: uppercase; }
.tour-search .flag-title:before { position: absolute; top: 0; left: 100%; content: " "; height: 0; width: 0; border-top: 19px solid #f0e5c8; border-right: 19px solid transparent; }
.tour-search .flag-title:after { position: absolute; bottom: 0; left: 100%; content: " "; height: 0; width: 0; border-bottom: 19px solid #f0e5c8; border-right: 19px solid transparent; }
.tour-search form::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .tour-search .col { width: 48%; float: left; margin-right: 4%; }
  .tour-search .col:nth-child(2n) { margin-right: 0; }
  .tour-search .col:last-child { width: 100%; } }
@media screen and (min-width: 1023px) { .tour-search .col { width: 18%; margin-right: 2%; }
  .tour-search .col:nth-child(2n) { margin-right: 2%; }
  .tour-search .col:last-child { margin-right: 0; width: 18%; } }
.tour-search .col select { width: 100%; }
.tour-search .col label { text-align: center; color: #fff; }
.tour-search .col button { width: 100%; padding: 14px 0; }
.tour-search .col .chosen-contain { margin-bottom: 10px; }
.details-block .chosen-select {
  border-radius: 0;
  color: #444;
  height: 40px;
  width: 100%;
}
.details-block .chosen-single {
  height: 40px;
}
.tour-search .col .chosen-single { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #999; text-transform: uppercase; background: #fff; height: 50px; line-height: 50px; }
.tour-search .col .chosen-single div { width: 30px; }
.tour-search .col .chosen-single div b:after { left: 35%; color: #3580a0; }
.tour-search .col .chosen-drop { background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1); font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #999; text-transform: uppercase; }
.tour-search .col .chosen-drop .chosen-results li { border: none; }
.tour-search .col .chosen-drop .chosen-results li.disabled-result { color: #cccccc; }
.tour-search .col .chosen-drop .chosen-results li.highlighted { background-color: #62a2bf; color: #fff; }
.tour-search .col .chosen-drop .chosen-results li:last-child.highlighted { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.tour-search .col.side-by-side { margin-top: 39px; }
.tour-search .col.side-by-side::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1279px) { .tour-search .col.side-by-side { padding-left: 15px; } }
.tour-search .col.side-by-side label { margin-left: 65px; text-align: left; padding: 5px 0 0 0; }
@media screen and (min-width: 1279px) { .tour-search .col.side-by-side label { margin-left: 70px; } }
.tour-search .col.side-by-side .short-check { width: 50px; height: 50px; background: #fff; float: left; text-align: center; color: #1da675; cursor: pointer; -webkit-border-radius: 5px; border-radius: 5px; }
.tour-search .col.side-by-side .short-check i { display: block; line-height: 50px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.tour-search .col.side-by-side .short-check.active i { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

.scroll-icon { display: none; position: absolute; top: 700px; left: 50%; margin-left: -25px; z-index: 8000; }
@media screen and (min-width: 1023px) { .scroll-icon { display: block; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; } }
.scroll-icon .icon { width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 0; -webkit-border-radius: 50px; border-radius: 50px; color: #fff; border: 2px solid #fff; margin-bottom: 10px; }
.scroll-icon .text { text-align: center; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #fff; text-transform: uppercase; }

.features::after { clear: both; content: ""; display: table; }
.features.home { padding: 100px 0; background: url("../images/bg-white.png"); }
.features.internal { margin: 50px 0 65px; padding-top: 65px; border-top: 2px solid #f1ede4; }
.features.internal.no-border { padding-top: 0; }

.feature { display: block; position: relative; margin: 0 auto 40px; max-width: 375px; }
.feature:last-child { margin-bottom: 0; }
@media screen and (min-width: 767px) { .feature { width: 48%; float: left; margin-bottom: 0; }
  .feature:first-child { margin-right: 4%; }
  .feature:last-child { display: none; } }
@media screen and (min-width: 1023px) { .feature { width: 30%; margin-right: 5%; }
  .feature:first-child { margin-right: 5%; }
  .feature:last-child { display: block; margin-right: 0px; } }
.feature:hover .upper { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.feature .flag { top: 0px; left: 20px; width: 38px; position: absolute; }
.feature .flag.hot { background: url(../images/asset-hotflag.png) no-repeat; background-size: 100%; height: 89px; }
.feature .flag.new { background: url(../images/asset-newflag.png) no-repeat; height: 89px; background-size: 100%; }
.feature .flag.free { background: url(../images/asset-freeflag.png) no-repeat; height: 89px; background-size: 100%;}
.feature .flag.sale { background: url(../images/asset-saleflag.png) no-repeat; height: 89px; background-size: 100%;}
.feature .flag.deal { background: url(../images/asset-dealflag.png) no-repeat; height: 89px; background-size: 100%;}
.feature .flag.combo { background: url(../images/asset-comboflag.png) no-repeat; height: 89px; background-size: 100%;}
.feature .shade { position: absolute; background: #000; top: 0; bottom: 0; left: 0; right: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
.feature .text-wrap { display: table; width: 100%; height: 100%; }
.feature .text { position: relative; z-index: 8000; text-align: center; display: table-cell; vertical-align: middle; padding: 0 10px; }
.feature .upper { position: absolute; top: 0px; left: 0px; width: 100%; height: 75%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.feature .upper .text { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #fff; text-transform: normal; padding: 0 40px; }
.feature .upper .text .fancy { position: relative; }
.feature .upper .text .fancy:before { position: absolute; top: -40px; left: 50%; margin-left: -130px; content: url(../images/asset-feature-text-top.png); }
.feature .upper .text .fancy:after { position: absolute; bottom: -40px; left: 0; left: 50%; margin-left: -130px; content: url(../images/asset-feature-text-bottom.png); }
.feature .lower { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 25%; }
.feature .lower .text .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #fff; text-transform: uppercase; }
.feature .lower .text .subtitle { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: normal; }

.strip-title { text-align: center; text-transform: uppercase; color: #fff; }
.strip-title .diamond { background: url("../images/asset-diamond-brown-med.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; margin-bottom: 10px; }
.strip-title .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 25px; margin-bottom: 15px; }
.strip-title .title.blocked { background: #000; padding: 15px 30px 12px; line-height: 1.2; display: inline-block; }
.strip-title .subtitle { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; margin-bottom: 30px; }

.about { padding-top: 40px; padding-bottom: 80px; overflow: hidden; }
.about::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { .about { padding-bottom: 100px; } }
.about .text { margin-bottom: 60px; }
@media screen and (min-width: 767px) { .about .text { width: 48%; float: left; margin-bottom: 0; } }
.about .text .subtitle { font-style: italic; margin-bottom: 30px; font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; font-size: 20px; color: #444; text-transform: normal; }
.about .text a.button { width: 100%; margin-top: 20px; }
@media screen and (min-width: 767px) { .about .text a.button { width: auto; } }
.about .video-wrap { position: relative; }
@media screen and (min-width: 767px) { .about .video-wrap { width: 48%; float: right; } }
.about .video { max-width: 492px; margin: 0 auto; position: relative; }
.about .video .play-buttons { display: block; position: absolute; top: 50%; left: 50%; margin-left: -110px; margin-top: -65px; }
.about .video .play-buttons:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.about .video .play-buttons .diamond { background: url("../images/asset-diamond-blue.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; margin-bottom: 20px; font-size: 24px; }
.about .video .play-buttons .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #fff; text-transform: uppercase; -webkit-border-radius: 5px; border-radius: 5px; background: #62a2bf; padding: 10px 0 6px; width: 220px; text-align: center; }
.about .video .image-contain { background: url(../images/asset-video-bg.png) no-repeat; background-size: 100%; width: 100%; padding-bottom: 100%; }

.newsletter { padding: 70px 0 100px; background: url("../images/bg-brown-med.png"); }
.newsletter .strip-title { color: #fff; }
.newsletter .strip-title .subtitle { color: #f0e5c8; }
.newsletter .signup { padding: 8px; background: #5a4432; border: 2px solid transparent; position: relative; z-index: 8000; display: block; -webkit-border-image: url(../images/asset-stripy.png) 2 repeat; border-image: url(../images/asset-stripy.png) 2 repeat; border-style: solid; }
.newsletter .signup::after { clear: both; content: ""; display: table; }
.newsletter .signup .table-shim { display: table; width: 100%; }
@media screen and (min-width: 767px) { .newsletter .signup .table-shim { display: block; } }
.newsletter .signup .table-upper { display: table-header-group; }
@media screen and (min-width: 767px) { .newsletter .signup .table-upper { display: block; margin-right: 153px; } }
.newsletter .signup .table-lower { display: table-footer-group; }
@media screen and (min-width: 767px) { .newsletter .signup .table-lower { display: block; width: auto; float: right; } }
.newsletter .signup .input-wrap { padding-left: 50px; background: #fff; position: relative; margin-bottom: 10px; -webkit-border-radius: 5px; border-radius: 5px; }
@media screen and (min-width: 767px) { .newsletter .signup .input-wrap { margin-bottom: 0px; } }
.newsletter .signup .input-wrap:before { position: absolute; content: "\f003"; top: 12px; left: 23px; font-family: "FontAwesome"; font-size: 16px; color: #a78c67; text-transform: normal; }
.newsletter .signup input[type="text"] { border-color: transparent; padding: 18px 10px; margin-bottom: 0px; -webkit-border-radius: 5px; border-radius: 5px; }
.newsletter .signup input[type="text"]:focus { background: #fff; }
.newsletter .signup button.button { width: 100%; }

.latest-news { margin: 70px 0 60px; border-bottom: 2px solid #f7f2e3; }
.latest-news .strip-title { margin-bottom: 80px; color: #5a4432; }
.latest-news .strip-title .subtitle { color: #5a4432; }
.latest-news .row::after { clear: both; content: ""; display: table; }
.latest-news .item { margin-bottom: 70px; border-top: 4px solid #1da675; position: relative; background: #fff; padding: 55px 20px 40px; text-align: center; box-shadow: 1px 2px 2px 0 #dfdfdf; }
@media screen and (min-width: 767px) { .latest-news .item { float: left; width: 30%; margin-right: 5%; }
  .latest-news .item:last-child { margin-right: 0; } }
.latest-news .item .diamond { background: url("../images/asset-diamond-green.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; position: absolute; left: 50%; top: -37px; margin-left: -35px; }
.latest-news .item .date { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #a78c67; text-transform: uppercase; }
.latest-news .item .title { display: block; font-style: italic; margin-bottom: 30px; padding-bottom: 25px; position: relative; font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; font-size: 20px; color: #444; text-transform: normal; }
.latest-news .item .title:after { width: 138px; height: 1px; background: #f0e5c8; content: " "; position: absolute; bottom: 0; left: 50%; margin-left: -69px; }
.latest-news .item .title:hover { color: #777777; }
.latest-news .item a.button { display: inline-block; }
.latest-news.home { padding: 85px 0 110px; margin: 0; border-bottom: 0; background: url("../images/bg-white.png"); }
.latest-news.home .item { display: none; margin-bottom: 0; }
.latest-news.home .item:first-child { display: block; }
@media screen and (min-width: 767px) { .latest-news.home .item { width: 48%; display: block; margin: 0 0 0 4%; }
  .latest-news.home .item:first-child { margin-left: 0; }
  .latest-news.home .item:last-child { } }

.testimonial-bar { background: url(../images/img-testimonial-bg.jpg) no-repeat center; background-size: cover; padding: 80px 0 80px; background-attachment:fixed; }
.testimonial-slider.loading{height:200px; }
.testimonial-bar .testimonial-slider { position: relative; overflow:hidden;}
@media screen and (min-width: 767px) { .testimonial-bar .testimonial-slider { width: 75%; margin: 0 auto; } }
.testimonial-bar .testimonial-slider .image { -webkit-border-radius: 150px; border-radius: 150px; margin: 0 auto 30px; width: 150px; }
@media screen and (min-width: 767px) { .testimonial-bar .testimonial-slider .image { margin: 0; float: left; } }
.testimonial-bar .testimonial-slider .image img { -webkit-border-radius: 150px; border-radius: 150px; }
.testimonial-bar .testimonial-slider .copy { margin-bottom: 30px; text-align: center; padding: 0 10px; position: relative; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #fff; text-transform: normal; }
@media screen and (min-width: 767px) { .testimonial-bar .testimonial-slider .copy { margin-left: 190px; text-align: left; padding: 0 0 30px 0; } }
.testimonial-bar .testimonial-slider .copy:before { position: absolute; top: -5px; left: -10px; line-height: 40px; display: block; content: "“"; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 30px; color: #9ba752; text-transform: uppercase; }
@media screen and (min-width: 767px) { .testimonial-bar .testimonial-slider .copy:before { left: -20px; } }
.testimonial-bar .testimonial-slider .copy .name { margin-top: 20px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
.testimonial-bar .testimonial-slider .copy .tour { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: normal; font-style: italic; }
.testimonial-bar .testimonial-slider .copy #end-quote { position: relative; }
.testimonial-bar .testimonial-slider .copy #end-quote:after { position: absolute; top: -5px; left: 10px; line-height: 40px; display: block; content: "”"; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 30px; color: #9ba752; text-transform: uppercase; }
.testimonial-bar .testimonial-slider .testimonial-bullets { position: absolute; bottom: 20px; width: 100%; }
.testimonial-bar .testimonial-slider .testimonial-bullets .flex-control-nav { top: 0; z-index: 5000; height: 15px; }
@media screen and (min-width: 767px) { .testimonial-bar .testimonial-slider .testimonial-bullets .flex-control-nav { width: auto; margin-left: 190px; } }
.testimonial-bar .testimonial-slider .testimonial-bullets .flex-control-nav li { margin: 0 3px; }
@media screen and (min-width: 767px) { .testimonial-bar .testimonial-slider .testimonial-bullets .flex-control-nav li { margin: 0 6px 0 0; } }
.testimonial-bar .testimonial-slider .testimonial-bullets .flex-control-paging li a { width: 15px; height: 15px; background: none; border: 2px solid #fff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; }
.testimonial-bar .testimonial-slider .testimonial-bullets .flex-control-paging li a.flex-active { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

.blog .blog-intro { margin-bottom: 2em; }
.blog.home { background: url("../images/bg-blue.png"); padding: 70px 0 100px; display: none; }
@media screen and (min-width: 767px) { .blog.home { display: block; }
  .blog.home::after { clear: both; content: ""; display: table; } }
.blog.internal { margin-bottom: 30px; }
.blog.internal::after { clear: both; content: ""; display: table; }
.blog .strip-title .diamond { background: url("../images/asset-diamond-blue.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; }
.blog .strip-title .subtitle { color: #d4f1fe; }
.blog .blog-block::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .blog .blog-block { width: 50%; float: left; } }
.blog .blog-block .blog-item { position: relative; display: block; }
.blog .blog-block .blog-item:before { content: " "; display: block; padding-top: 100%; }
.blog .blog-block .blog-item:hover .blog-main .overlay { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.blog .blog-block .blog-item .blog-main { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.blog .blog-block .blog-item .blog-main .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; background: url("../images/bg-blue-med.png"); }
.blog .blog-block .blog-item .info-wrap { display: table; height: 100%; width: 100%; position: relative; padding: 0 20px; }
.blog .blog-block .blog-item .info-wrap .info-inner { display: table-cell; vertical-align: middle; text-align: center; }
.blog .blog-block .blog-item .info-wrap .info-inner .diamond { background: url("../images/asset-diamond-blue.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: small; height: small; line-height: small; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 0; font-size: 14px; margin-bottom: 25px; }
.blog .blog-block .blog-item .info-wrap .info-inner .date { margin-bottom: 10px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #d4f1fe; text-transform: uppercase; }
.blog .blog-block .blog-item .info-wrap .info-inner .blurb { font-style: italic; line-height: 1.4; font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; font-size: 16px; color: #fff; text-transform: normal; }
@media screen and (min-width: 767px) { .blog .blog-block .blog-item .info-wrap .info-inner .blurb { font-size: 24px; } }
@media screen and (min-width: 767px) { .blog .blog-block.small .blog-item { width: 50%; float: left; } }
.blog .blog-block.small .info-wrap .info-inner .diamond { margin-bottom: 15px; }
@media screen and (min-width: 1023px) { .blog .blog-block.small .info-wrap .info-inner .diamond { margin-bottom: 25px; } }
.blog .blog-block.small .info-wrap .info-inner .blurb { font-size: 13px; }
@media screen and (min-width: 1023px) { .blog .blog-block.small .info-wrap .info-inner .blurb { font-size: 16px; } }
.blog .blog-block.strip { width: 100%; }
@media screen and (min-width: 767px) { .blog .blog-block.strip .blog-item { width: 25%; } }

.traveller-photos.home { position: relative; overflow: hidden; display: none; }
@media screen and (min-width: 767px) { .traveller-photos.home { display: block; background: #444; } }
.traveller-photos.home .photo-strip { top: 0; width: 100%; position: relative; }
.traveller-photos.home .photo-strip a { display: block; float: left; position: relative; width:10%; }
.traveller-photos.home .photo-strip a .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
.traveller-photos.home .photo-strip a:hover .overlay { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.traveller-photos.home .photo-strip a img { width: 100%; }
.traveller-photos.home .wrapper { top:20%; text-align: center; width:100%; position:absolute; z-index:9; }
.traveller-photos.home .strip-title { position: relative; display: inline-block; }
.traveller-photos.home .strip-title .diamond { background: url("../images/asset-diamond-green.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; }
.traveller-photos.home .strip-title .blocked { background: #1da675; }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#internal { background: url("../images/bg-yellow.png"); padding-top: 50px; }
#internal .tour-search { margin-bottom: 30px; }
#internal #content { margin-bottom: 65px; }
#internal #content::after { clear: both; content: ""; display: table; }
#internal #content.product-listing { margin-bottom: 150px; }
#internal #content ul { padding: 0 0 0 40px; list-style: none; }
#internal #content ul li { margin: 0 0 10px; padding: 0px; position: relative; }
#internal #content ul li:last-child { margin-bottom: 0; }
#internal #content ul li:before { content: "•"; font-size: 26px; line-height: 1; color: #1da675; top: -3px; left: -30px; position: absolute; }
#internal #content ol { padding: 0 0 0 30px; }
#internal #content ol li { margin: 0 0 10px; padding: 0 0 0 10px; }
#internal #content ol li:last-child { margin-bottom: 0; }

#content .header-stripe { padding: 16px 40px; margin-bottom: 30px; background: url("../images/bg-brown-light.png"); }
#content .header-stripe h1 { margin: 0; color: #fff; }
#content .header-stripe.details { margin-bottom: 10px; }
#content form .row::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { #content form .row { margin-bottom: 10px; } }
#content form .row .col { margin-bottom: 10px; width: 100%; }
@media screen and (min-width: 767px) { #content form .row .col { width: 48%; margin-bottom: 0px; float: left; margin-right: 4%; }
  #content form .row .col.full { width: 100%; margin-right: 0; }
  #content form .row .col.tri { width: 30%; margin-right: 5%; }
  #content form .row .col.quad { width: 22%; margin-right: 4%; }
  #content form .row .col:last-child { margin-right: 0; } }
#content form .row .button { margin-top: 40px; }
#content form .row .button.shallow { margin-top: 10px; }
#content form select { width: 100%; display: block; }
#content form .input-block .error-flag { display: none; }
#content form .input-block.error label { color: #d32929; }
#content form .input-block.error .input-wrap { position: relative; }
#content form .input-block.error .input-wrap:after { position: absolute; top: 50%; right: 10px; margin-top: -12px; content: "\f071"; display: block; font-family: "FontAwesome"; font-size: 16px; color: #d32929; text-transform: normal; }
#content form .input-block.error .input-wrap input, #content form .input-block.error .input-wrap textarea { border-color: #d32929; padding-right: 35px; }
#content form .input-block.error .chosen-single, #content form .input-block.error .chosen-drop { border-color: #d32929; }
#content form .input-block.error .error-flag { display: block; background: #d32929; padding: 4px 10px; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: normal; }
#content form .date-block input { display: inline-block; text-align: center; padding: 13px 0; }
#content form .date-block .month { width: 38px; }
#content form .date-block .day { width: 38px; }
#content form .date-block .year { width: 50px; }
#content form .date-block .slash { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; color: #76706a; line-height: 40px; margin: 0 5px; font-size: 12px; }
@media screen and (min-width: 1023px) { #content form .date-block .slash { margin: 0 10px; } }
#content form .date-block .datepick { margin: 0 0 0 10px; padding: 11px 15px 10px; }
#content form .date-block.no-pick .month { display: inline-block; width: 76px; }
#content form .date-block.no-pick .day { display: inline-block; width: 76px; }
#content form .date-block.no-pick .year { display: inline-block; width: 96px; }
#content .chosen-contain { width: 100%; }
#content .chosen-single { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; background: #fff; height: 40px; line-height: 40px; border-radius: 0; padding: 0 10px; border: 1px solid #e6e6e6; }
#content .chosen-single.chosen-default { color: #bfbfbf; }
#content .chosen-single div { width: 30px; }
#content .chosen-single div b:after { left: 35%; color: #3580a0; }
#content .chosen-drop { background: #fff; border: 1px solid #e6e6e6; border-top: 0; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; }
#content .chosen-drop .chosen-results { list-style: none; margin: 0; padding: 0 !important; }
#content .chosen-drop .chosen-results li { border: none; padding: 10px !important; margin-bottom: 0 !important; }
#content .chosen-drop .chosen-results li.disabled-result { color: #cccccc; }
#content .chosen-drop .chosen-results li.highlighted { background-color: #62a2bf; color: #fff; }

.content-left { width: 100%; margin-bottom: 40px; }
@media screen and (min-width: 767px) { .content-left { width: 60%; float: left; } }
@media screen and (min-width: 1023px) { .content-left { width: 65%; } }
.content-left.details-content h3:first-child { margin-top: 10px; }
.content-left.details-content h3:first-child + h5 { margin-top: 0px; }

.sidebar { width: 100%; }
@media screen and (min-width: 767px) { .sidebar { width: 35%; float: right; }
  .sidebar.blog { margin-top: 30px; } }
@media screen and (min-width: 1023px) { .sidebar { width: 30%; } }

.share-bar { background: url("../images/bg-brown-light.png"); font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 20px; color: #fff; text-transform: uppercase; text-align: center; padding: 20px; }
.share-bar .title { margin-bottom: 5px; }
@media screen and (min-width: 767px) { .share-bar .title { display: inline-block; margin: 0 15px 0 0; } }
.share-bar span { width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 0; -webkit-border-radius: 50px; border-radius: 50px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border: 2px solid #c5b6a1; color: #c5b6a1; font-size: 20px; display: inline-block; cursor: pointer; margin: 0 3px; }
.share-bar span:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.pagination { margin: 30px 0; text-align: right; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #5a4432; text-transform: uppercase; }
.pagination .count { display: block; margin-bottom: 10px; }
@media screen and (min-width: 767px) { .pagination .count { display: inline-block; margin: 0 15px 0 0; } }
.pagination a { width: 32px; height: 32px; line-height: 30px; text-align: center; padding: 0; -webkit-border-radius: 32px; border-radius: 32px; display: inline-block; border: 2px solid #a78c67; color: #5a4432; margin: 0 0 0 4px; }
.pagination a:hover { color: #fff; background: #a78c67; }
.pagination a.active { color: #fff; background: #1da675; border-color: #7ea752; }

.tour-listing .row::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .tour-listing .row { margin-bottom: 5%; } }
.tour-listing .tour { max-width: 350px; margin: 0 auto 30px; background: #fff; box-shadow: 1px 2px 2px 0 #dfdfdf; }
@media screen and (min-width: 767px) { .tour-listing .tour { margin: 0 5% 0 0; width: 30%; float: left; }
  .tour-listing .tour:last-child { margin-right: 0; } }
.tour-listing .tour.green .title { background: url("../images/bg-green.png"); }
.tour-listing .tour.green .price { color: #7ea752; }
.tour-listing .tour.green .lower { border-top: 4px solid #7ea752; }
.tour-listing .tour.blue .title { background: url("../images/bg-blue-med.png"); }
.tour-listing .tour.blue .price { color: #62a2bf; }
.tour-listing .tour.blue .lower { border-top: 4px solid #62a2bf; }
.tour-listing .tour.brown .title { background: url("../images/bg-brown-light.png"); }
.tour-listing .tour.brown .price { color: #bca688; }
.tour-listing .tour.brown .lower { border-top: 4px solid #bca688; }
.tour-listing .tour .title { height: 68px; text-align: center; display: table; width: 100%; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #fff; text-transform: uppercase; }
.tour-listing .tour .title .text { display: table-cell; vertical-align: middle; }
.tour-listing .tour .title a { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #fff; text-transform: uppercase; }
.tour-listing .tour .price { padding: 0 30px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; }
.tour-listing .tour .lower { text-align: center; }
.tour-listing .tour .lower .copy { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; padding: 30px 30px 20px; position: relative; }
.tour-listing .tour .lower p { margin: 0; }
.tour-listing .tour .lower .buttons { padding: 30px; }
@media screen and (min-width: 1279px) { .tour-listing .tour .lower .buttons { padding: 30px 0; } }
.tour-listing .tour .lower .buttons a.button { width: 100%; margin-bottom: 10px; }
.tour-listing .tour .lower .buttons a.button:last-child { margin-bottom: 0; }
@media screen and (min-width: 1279px) { .tour-listing .tour .lower .buttons a.button { margin: 0 14px; width: auto; } }

.testimonial-listing { margin-bottom: 60px; }
.testimonial-listing::after { clear: both; content: ""; display: table; }
.testimonial-listing .col { width: 100%; }
@media screen and (min-width: 1023px) { .testimonial-listing .col { width: 48%; float: left; margin-right: 4%; }
  .testimonial-listing .col:last-child { margin-right: 0; } }

.request-account { background: url(../images/img-hero-0001-new.jpg) no-repeat center top; background-size: cover; padding: 110px 0 80px; }
.request-account h1 { margin: 0 0 80px; line-height: 1.2; text-align: center; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 36px; color: #fff; text-transform: uppercase; }
@media screen and (min-width: 767px) { .request-account h1 { font-size: 60px; } }
.request-account form { width: 100%; padding: 35px 20px 40px; background: url("../images/bg-teal-trans.png"); }
.request-account form::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .request-account form { padding: 35px 50px 40px; } }
.request-account form p { margin: 0 0 25px; color: #fff; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #fff; text-transform: normal; }
.request-account form label { color: #fff; }
.request-account form label .required { color: #fff; }
.request-account form input[type="text"], .request-account form input[type="email"], .request-account form input[type="password"] { padding: 18px 20px; -webkit-border-radius: 5px; border-radius: 5px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #999; text-transform: normal; }
.request-account form .button { margin-top: 30px; }

.faq { border-bottom: 2px solid #f1ede4; padding: 30px 35px; }
.faq .question { position: relative; margin-bottom: 10px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #5a4432; text-transform: uppercase; }
.faq .question:before { position: absolute; content: "Q:"; top: 0; left: -35px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #1da675; text-transform: uppercase; }
.faq .answer { position: relative; }
.faq .answer:before { position: absolute; content: "A:"; top: 0; left: -35px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #3580a0; text-transform: uppercase; }
.faq .answer p { margin: 0; }

.gallery-listing { text-align: center; }
.gallery-listing::after { clear: both; content: ""; display: table; }

.gallery { margin: 0 auto 45px; width: 100%; max-width: 400px; position: relative; }
@media screen and (min-width: 767px) { .gallery { float: left; width: 30%; margin: 0 5% 40px 0; }
  .gallery:nth-child(3n) { margin-right: 0; } }
.gallery .stacky-one, .gallery .stacky-two { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #cccccc; background: #fff; }
.gallery .stacky-one { z-index: 4000; -webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -ms-transform: rotate(2deg); -o-transform: rotate(2deg); transform: rotate(2deg); }
.gallery .stacky-two { z-index: 3000; -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -ms-transform: rotate(-2deg); -o-transform: rotate(-2deg); transform: rotate(-2deg); }
.gallery .main { position: relative; z-index: 5000; padding: 5px; border: 1px solid #cccccc; background: #fff; }
.gallery .title-wrap { position: absolute; top: 0; left: 5px; right: 5px; bottom: 0; }
.gallery .title-wrap .title { display: table; width: 100%; height: 100%; }
.gallery .title-wrap .title .title-inner { display: table-cell; vertical-align: middle; }
.gallery .title-wrap .title .title-inner a { display: block; padding: 7px 20px 5px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 20px; color: #fff; text-transform: uppercase; }
.gallery .title-wrap .title .title-inner a.green { background: rgba(29, 166, 117, 0.85); }
.gallery .title-wrap .title .title-inner a.blue { background: rgba(98, 162, 191, 0.85); }
.gallery .title-wrap .title .title-inner a.brown { background: rgba(167, 140, 103, 0.85); }
.gallery .title-wrap .title .title-inner a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.gallery-details::after { clear: both; content: ""; display: table; }
.gallery-details .image-contain { display: block; background: #fff; border: 1px solid #cccccc; padding: 4px; float: left; width: 48%; margin: 0 4% 15px 0; position: relative; }
.gallery-details .image-contain:nth-child(2n) { margin-right: 0; }
@media screen and (min-width: 767px) { .gallery-details .image-contain { width: 22%; margin-bottom: 25px; }
  .gallery-details .image-contain:nth-child(2n) { margin-right: 4%; }
  .gallery-details .image-contain:nth-child(4n) { margin-right: 0; } }
@media screen and (min-width: 1023px) { .gallery-details .image-contain { width: 16%; margin: 0 5% 40px 0; }
  .gallery-details .image-contain:nth-child(2n) { margin-right: 5%; }
  .gallery-details .image-contain:nth-child(4n) { margin-right: 5%; }
  .gallery-details .image-contain:nth-child(5n) { margin-right: 0; } }
.gallery-details .image-contain .overlay { background: rgba(29, 166, 117, 0.7); position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.gallery-details .image-contain .overlay .diamond { background: url("../images/asset-diamond-green.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; position: absolute; left: 50%; top: 50%; margin-left: -35px; margin-top: -35px; }
.gallery-details .image-contain:hover .overlay { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

.availability-search { margin-bottom: 35px; }

.news-detail, .blog-detail { margin-top: 60px; }
.news-detail > .upper, .blog-detail > .upper { border-top: 4px solid #1da675; position: relative; background: #fff; padding: 55px 20px 30px; text-align: center; }
.news-detail > .upper .diamond, .blog-detail > .upper .diamond { background: url("../images/asset-diamond-green.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; position: absolute; left: 50%; top: -37px; margin-left: -35px; }
.news-detail > .upper .date, .blog-detail > .upper .date { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #a78c67; text-transform: uppercase; }
.news-detail > .upper .title, .blog-detail > .upper .title { font-style: italic; font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; font-size: 20px; color: #444; text-transform: normal; }
@media screen and (min-width: 767px) { .news-detail > .upper .title, .blog-detail > .upper .title { font-size: 40px; } }

.news-detail .story { margin-top: 35px; }

.blog-detail { margin-top: 30px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 1px 2px 2px 0 #dfdfdf; }
.blog-detail > .upper { border-top-color: #62a2bf; }
.blog-detail > .upper .diamond { background: url("../images/asset-diamond-blue.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; margin-left: -35px; }
.blog-detail .story { background: #fff; padding: 20px 40px; }
.blog-detail .share-bar { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.blog-detail .share-bar .title { margin-bottom: 5px; display: block; }
@media screen and (min-width: 1023px) { .blog-detail .share-bar .title { display: inline-block; margin: 0 15px 0 0; } }

.blog-comments .comment { margin: 80px 0 0; box-shadow: 1px 2px 2px 0 #dfdfdf; }
@media screen and (min-width: 767px) { .blog-comments .comment { margin: 0 0 30px; } }
.blog-comments .comment .upper { text-align: center; position: relative; padding: 35px 20px 25px; background: url("../images/bg-green.png"); }
@media screen and (min-width: 767px) { .blog-comments .comment .upper { text-align: left; padding: 18px 40px; } }
.blog-comments .comment .upper .avatar { position: absolute; left: 50%; margin-left: -37.5px; top: -55px; }
@media screen and (min-width: 767px) { .blog-comments .comment .upper .avatar { left: 22px; top: 10px; margin-left: 0; } }
.blog-comments .comment .upper .avatar img { -webkit-border-radius: 75px; border-radius: 75px; }
.blog-comments .comment .upper .name { line-height: 1.2; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #fff; text-transform: uppercase; }
.blog-comments .comment .upper .date { line-height: 1.2; font-style: italic; font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; font-size: 14px; color: #fff; text-transform: normal; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
.blog-comments .comment .lower { background: #fff; padding: 20px 40px; }
.blog-comments .comment.admin .upper { background: url("../images/bg-blue-med.png"); }

.blog-form form { background: #fff; padding: 25px 40px 30px; box-shadow: 1px 2px 2px 0 #dfdfdf; }
.blog-form form::after { clear: both; content: ""; display: table; }
.blog-form form input { margin-bottom: 10px; }
.blog-form form textarea { margin-bottom: 30px; }
.blog-form form button { float: right; }

.sidebar .block { margin-bottom: 30px; box-shadow: 1px 2px 2px 0 #dfdfdf; }
.sidebar .block .upper { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 20px; color: #fff; text-transform: uppercase; padding: 18px; text-align: center; }
.sidebar .block.green .upper { background: url("../images/bg-green.png"); }
.sidebar .block.blue .upper { background: url("../images/bg-blue-med.png"); }
.sidebar .block.brown .upper { background: url("../images/bg-brown-light.png"); }
.sidebar .block .lower { background: #fff; padding: 25px; font-size: 14px; }
.sidebar .block .lower.counter { padding-right: 60px; }
.sidebar .block .lower ul { margin: 0; }
.sidebar .block .lower ul li { position: relative; padding-right: 10px !important; }
.sidebar .block .lower ul li a { color: #444; }
.sidebar .block .lower ul li a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.sidebar .block .lower ul li .counter { position: absolute; top: 0; left: 100%; background: #cccccc; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: normal; width: 22px; height: 22px; line-height: 22px; text-align: center; padding: 0; -webkit-border-radius: 22px; border-radius: 22px; }
.sidebar .block .lower.search { text-align: center; }
@media screen and (min-width: 767px) { .sidebar .block .lower.search { padding: 40px; } }
.sidebar .block .lower.search .input-wrap { border: 1px solid #e6e6e6; position: relative; text-align: left; margin-bottom: 20px; }
.sidebar .block .lower.search .input-wrap:before { position: absolute; content: "\f002"; top: 7px; left: 15px; font-family: "FontAwesome"; font-size: 16px; color: #a78c67; text-transform: normal; }
.sidebar .block .lower.search .input-wrap input { border: 0; padding-left: 40px; }
.sidebar .block .lower.search button { padding: 13px 40px; }
.sidebar .block .lower.facts { text-align: center; padding: 25px 25px 15px; }
.sidebar .block .lower.facts .fact { text-align: left; margin-bottom: 10px; }
.sidebar .block .lower.facts .fact .trigger { padding: 0 0 0 28px; cursor: pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 11px; color: #444; text-transform: uppercase; }
.sidebar .block .lower.facts .fact .trigger:hover { color: #1da675; }
.sidebar .block .lower.facts .fact .trigger .status { font-family: "FontAwesome"; font-size: 20px; color: #1da675; text-transform: normal; position: relative; }
.sidebar .block .lower.facts .fact .trigger .status i { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: absolute; top: -2px; left: -28px; }
.sidebar .block .lower.facts .fact .trigger .status i.fa-minus-circle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.sidebar .block .lower.facts .fact .trigger .status.active i.fa-minus-circle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.sidebar .block .lower.facts .fact .slidey { display: none; padding: 1em 0; }
.sidebar .block .lower.facts .fact .slidey p { margin: 0; }

.contact::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .contact .contact-left { width: 48%; float: left; } }
@media screen and (min-width: 767px) { .contact .contact-right { width: 48%; float: right; } }
.contact .contact-right h4:first-child { margin-top: 5px; }
.contact .contact-right form { padding: 20px 40px 30px; background: #fff; }
.contact .contact-right form textarea { height: 100px; }
.contact .contact-right form .button { margin-top: 20px; }
.contact form::after { clear: both; content: ""; display: table; }
.contact .snail-mail { padding-left: 35px; position: relative; }
.contact .snail-mail:before { position: absolute; top: 0; left: 0; content: "\f041"; font-family: "FontAwesome"; font-size: 16px; color: #1da675; text-transform: normal; }
.contact .snail-mail.phone:before { content: "\f095"; }
.contact .snail-mail.skype:before { content: "\f17e"; }
.contact h4:first-child { margin-top: 5px; }

.product { margin-bottom: 30px; position: relative; padding-left: 10px; background: #fff; box-shadow: 1px 2px 2px 0 #dfdfdf; }
.product::after { clear: both; content: ""; display: table; }
.product:before { top: 0; left: 0; width: 10px; height: 100%; position: absolute; content: " "; background: url("../images/bg-green.png"); }
.product .image img { width: auto; margin: 0 auto; }
@media screen and (min-width: 1023px) { .product .image { width: 25%; float: left; margin: 0; } }
.product .info { padding: 40px; }
@media screen and (min-width: 1023px) { .product .info { width: 75%; float: right; } }
.product .info .name { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 24px; color: #5a4432; text-transform: uppercase; float: left; margin-right: 25px; }
.product .info .price { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 24px; color: #1da675; text-transform: normal; }
.product .info .price sup { top: -0.25em; }
.product .choices::after { clear: both; content: ""; display: table; }
.product .size, .product .colour, .product .quantity, .product .add { margin-bottom: 10px; }
@media screen and (min-width: 767px) { .product .size, .product .colour, .product .quantity, .product .add { margin-bottom: 0; float: left; } }
.product .size .title, .product .colour .title, .product .quantity .title, .product .add .title { margin-bottom: 5px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 13px; color: #76706a; text-transform: uppercase; }
@media screen and (min-width: 767px) { .product .size .title, .product .colour .title, .product .quantity .title, .product .add .title { text-align: center; } }
.product .size::after, .product .colour::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .product .size, .product .colour { text-align: center; } }
.product .size .option, .product .colour .option { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 30px; height: 30px; line-height: 30px; text-align: center; padding: 0; -webkit-border-radius: 30px; border-radius: 30px; line-height: 28px; display: inline-block; margin: 5px 2px 0; cursor: pointer; }
.product .size .option:hover, .product .colour .option:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
@media screen and (min-width: 767px) { .product .size { width: 25%; margin-right: 5%; } }
.product .size .option { border: 2px solid #a78c67; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #76706a; text-transform: uppercase; }
.product .size .option.active { border-color: #1da675; background: #1da675; color: #fff; }
@media screen and (min-width: 767px) { .product .colour { width: 25%; margin-right: 5%; } }
.product .colour .option { position: relative; }
.product .colour .option:before { position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px; background: #fff; content: " "; display: block; -webkit-border-radius: 30px; border-radius: 30px; }
.product .colour .option img { display: inline; -webkit-border-radius: 30px; border-radius: 30px; }
.product .colour .option.active:before { display: none; }
.product .quantity { margin-bottom: 20px; }
@media screen and (min-width: 767px) { .product .quantity { width: 15%; margin-right: 5%; margin-bottom: 0; } }
.product .add { margin-bottom: 0; }
@media screen and (min-width: 767px) { .product .add { width: 20%; } }
.product .add a { padding: 0; width: 100%; text-align: center; line-height: 40px; }
.product .add .title { display: none; }
@media screen and (min-width: 767px) { .product .add .title { display: block; } }

.cart-contain, .booking-contain { background: #fff; margin-top: 10px; box-shadow: 1px 2px 2px 0 #dfdfdf; }

.checkout-steps { border-top: 4px solid #1da675; position: relative; background: #fff; padding: 55px 20px 30px; text-align: center; border-bottom: 2px solid #f0e5c8; }
@media screen and (min-width: 767px) { .checkout-steps { border-bottom: 0; } }
.checkout-steps .diamond { background: url("../images/asset-diamond-green.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; position: absolute; left: 50%; top: -37px; margin-left: -35px; }
.checkout-steps .greeting { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #a78c67; text-transform: uppercase; margin-bottom: 10px; }
.checkout-steps .title { font-style: italic; margin-bottom: 20px; line-height: 1.2; font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; font-size: 20px; color: #444; text-transform: normal; }
@media screen and (min-width: 767px) { .checkout-steps .title { font-size: 40px; } }
.checkout-steps .steps { text-align: center; }
.checkout-steps .steps::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .checkout-steps .steps { padding: 0px; } }
.checkout-steps .steps .step { width: 100%; margin-bottom: 20px; }
@media screen and (min-width: 767px) { .checkout-steps .steps .step { width: 30%; margin-bottom: 0; display: inline-block; } }
.checkout-steps .steps .step .icon { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #a78c67; text-transform: normal; width: 34px; height: 34px; line-height: 34px; text-align: center; padding: 0; -webkit-border-radius: 34px; border-radius: 34px; margin: 0 auto 10px; background: #fff; border: 2px solid #a78c67; }
.checkout-steps .steps .step .label { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #a78c67; text-transform: uppercase; }
.checkout-steps .steps .step.active .icon { background: #1da675; border-color: #1da675; color: #fff; }
.checkout-steps .steps .step.active .label { color: #1da675; }
.checkout-steps .blurb { margin-top: 20px; text-align: center; }
@media screen and (min-width: 767px) { .checkout-steps .blurb { padding: 0 100px; } }
@media screen and (min-width: 1023px) { .checkout-steps .blurb { padding: 0 140px; } }
.checkout-steps .blurb .main { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #5a4432; text-transform: uppercase; margin-bottom: 10px; }
.checkout-steps .blurb .sub { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #5a4432; text-transform: normal; }

.cart-table .head { display: none; background: #5a4432; padding: 14px 40px; }
.cart-table .head::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .cart-table .head { display: block; } }
.cart-table .head .col { line-height: 1.62857; padding: 0; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #f0e5c8; text-transform: uppercase; }
.cart-table .head .col.quantity { padding: 9px 0; }
.cart-table .row { border-bottom: 1px solid #f0e5c8; padding: 35px 40px; }
.cart-table .row::after { clear: both; content: ""; display: table; }
.cart-table .col { margin-bottom: 15px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; }
.cart-table .col:last-child { margin-bottom: 0; }
@media screen and (min-width: 767px) { .cart-table .col { margin-bottom: 0; float: left; } }
.cart-table .col .title { display: block; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
@media screen and (min-width: 767px) { .cart-table .col .title { display: none; } }
@media screen and (min-width: 767px) { .cart-table .col.item { width: 22%; padding: 9px 20px 9px 0; } }
.cart-table .col.colour { position: relative; }
@media screen and (min-width: 767px) { .cart-table .col.colour { width: 22%; padding-right: 20px; padding: 9px 0 9px 40px; } }
.cart-table .col.colour img { position: absolute; top: 5px; left: 0; display: none; -webkit-border-radius: 16px; border-radius: 16px; }
@media screen and (min-width: 767px) { .cart-table .col.colour img { display: block; } }
@media screen and (min-width: 767px) { .cart-table .col.size { width: 10%; padding: 9px 20px 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.quantity { width: 16%; padding-right: 20px; } }
.cart-table .col.quantity .chosen-contain { display: inline; margin-right: 10px; }
@media screen and (min-width: 767px) { .cart-table .col.quantity .chosen-contain { width: 55px !important; display: inline-block; } }
@media screen and (min-width: 1023px) { .cart-table .col.quantity .chosen-contain { width: 70px !important; } }
.cart-table .col.quantity select { width: 100px !important; margin-right: 10px; }
.cart-table .col.quantity a { color: #cccccc; }
.cart-table .col.quantity a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
@media screen and (min-width: 767px) { .cart-table .col.quantity.selected { padding: 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.name { width: 20%; padding: 9px 20px 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.date { width: 20%; padding: 9px 20px 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.length { width: 15%; padding: 9px 20px 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.reference { width: 15%; padding: 9px 20px 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.price { width: 15%; text-align: right; padding: 9px 0; } }
@media screen and (min-width: 767px) { .cart-table .col.total { width: 15%; text-align: right; padding: 9px 0; } }
.cart-table .foot { padding: 40px; }
.cart-table .foot::after { clear: both; content: ""; display: table; }
.cart-table .foot .promo { width: 100%; margin-bottom: 40px; }
.cart-table .foot .promo::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .cart-table .foot .promo { width: 45%; float: left; } }
.cart-table .foot .promo input { margin-bottom: 10px; }
@media screen and (min-width: 1023px) { .cart-table .foot .promo input { width: 285px; float: left; margin-bottom: 0; } }
@media screen and (min-width: 1279px) { .cart-table .foot .promo input { width: 365px; float: left; } }
.cart-table .foot .promo button.button { float: right; }
.cart-table .foot .totals { width: 100%; text-align: right; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; }
@media screen and (min-width: 767px) { .cart-table .foot .totals { font-size: 16px; width: 45%; float: right; } }
.cart-table .foot .totals .total::after { clear: both; content: ""; display: table; }
.cart-table .foot .totals .total .title { width: 60%; float: left; }
@media screen and (min-width: 1023px) { .cart-table .foot .totals .total .title { width: 70%; } }
.cart-table .foot .totals .total .copy { width: 40%; float: left; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
@media screen and (min-width: 1023px) { .cart-table .foot .totals .total .copy { width: 30%; } }

.cart-title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; margin-bottom: 20px; }
.cart-title img { display: inline; margin-left: 20px; }

.cart-wrap { padding: 40px; border-top: 1px dotted #cccccc; }
.cart-wrap.returning .button { margin-top: 10px !important; float: right; }
@media screen and (min-width: 767px) { .cart-wrap.returning .button { margin-top: 39px !important; } }
.cart-wrap.returning .table-shim { display: table; width: 100%; }
@media screen and (min-width: 767px) { .cart-wrap.returning .table-shim { display: block; } }
.cart-wrap.returning .table-upper { display: table-header-group; }
@media screen and (min-width: 767px) { .cart-wrap.returning .table-upper { display: block; margin-right: 111px; } }
.cart-wrap.returning .table-lower { display: table-footer-group; }
@media screen and (min-width: 767px) { .cart-wrap.returning .table-lower { display: block; width: auto; float: right; } }
.cart-wrap.payment { text-align: center; }
.cart-wrap.payment::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .cart-wrap.payment .cart-title { float: left; text-align: left; } }
.cart-wrap.payment .button { margin: 0 auto; }
@media screen and (min-width: 767px) { .cart-wrap.payment .button { float: right; margin: 0; } }

.split-content::after { clear: both; content: ""; display: table; }
.split-content .left, .split-content .right { width: 100%; }
@media screen and (min-width: 767px) { .split-content .left, .split-content .right { width: 48%; } }
.split-content .left { margin-bottom: 20px; }
@media screen and (min-width: 767px) { .split-content .left { margin-bottom: 0; } }

.cart-address { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #444; text-transform: normal; }
.cart-address em { color: #cccccc; }

.details-slider { position: relative; margin-bottom: 10px; }
.details-slider .slides { margin: 0 !important; padding: 0 !important; }
.details-slider .slides li { margin: 0 10px 0 0 !important; padding: 0 !important; }
.details-slider .slides li:before { content: " " !important; }
.details-slider .flex-direction-nav { top: 50%; left: 0; width: 100%; position: absolute; margin: 0 !important; padding: 0 !important; display: none; }
@media screen and (min-width: 767px) { .details-slider .flex-direction-nav { display: block; } }
.details-slider .flex-direction-nav li { margin: 0 !important; padding: 0 !important; }
.details-slider .flex-direction-nav li:before { content: " " !important; }
.details-slider .flex-direction-nav li a { margin: -20px 0 0 0; background: #62a2bf; width: 40px; height: 40px; line-height: 40px; text-align: center; padding: 0; -webkit-border-radius: 40px; border-radius: 40px; }
.details-slider .flex-direction-nav li a i { display: block; line-height: 40px; }
.details-slider .flex-direction-nav li a.flex-prev { left: -20px; }
.details-slider .flex-direction-nav li a.flex-next { right: -20px; }
.details-slider .flex-direction-nav li a:hover { background: #6db1ce; }

.custom-proceed { background: url("../images/bg-brown-med.png"); padding: 30px 20px 40px; position: relative; color: #fff; }
@media screen and (min-width: 767px) { .custom-proceed { padding-left: 60px; padding-right: 60px; } }
@media screen and (min-width: 1023px) { .custom-proceed { padding-left: 120px; padding-left: 120px; } }
.custom-proceed:after { height: 2px; width: 100%; position: absolute; top: 64px; left: 0; background: url(../images/asset-custom-bar.png) top center no-repeat; background-size: 100% 100%; content: " "; z-index: 5000; }
.custom-proceed .diamond { background: url("../images/asset-diamond-brown-med.png"); background-size: 100%; display: block; margin-left: auto; margin-right: auto; width: 70px; height: 70px; line-height: 70px; text-align: center; padding: 0; font-family: "FontAwesome"; font-size: 20px; color: #fff; text-transform: normal; position: relative; z-index: 6000; margin-bottom: 20px; }
.custom-proceed .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 24px; color: #fff; text-transform: uppercase; text-align: center; margin-bottom: 20px; }
.custom-proceed a.button { width: 100%; }
.custom-proceed .split-content { margin-bottom: 50px; }

.details-block { background: url("../images/bg-brown-med.png"); color: #fff; position: relative; margin-bottom: 40px; }
.details-block .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 24px; color: #fff; text-transform: uppercase; margin-bottom: 30px; }
@media screen and (min-width: 767px) { .details-block .title { padding-right: 145px; } }
.details-block a.button { width: 100%; }
@media screen and (min-width: 767px) { .details-block a.button { width: auto; position: absolute; top: 34px; right: 34px; } }
.details-block .upper { padding: 34px 34px 40px; }
.details-block p { font-size: 14px; }
.details-block p:last-child { margin-bottom: 0; }
.details-block p a { color: #fff; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.details-block p a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.details-block .lower { padding: 0 34px 40px; }
.details-block .lower::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { .details-block .lower { padding: 0; } }
.details-block .split-content { margin-bottom: 30px; }
@media screen and (min-width: 767px) { .details-block .split-content { margin-bottom: 0; } }
.details-block .split-content .left { margin-bottom: 0; }
.details-block .split-content ul { margin: 0; }
.details-block .split-content ul li { font-size: 14px; }
.details-block .split-content ul li:before { content: "\f00c" !important; font-family: "FontAwesome"; font-size: 16px !important; top: 3px !important; }
.details-block .tabs { display: none; }
@media screen and (min-width: 1023px) { .details-block .tabs { display: block; } }
.details-block .tabs a { display: block; float: left; width: 14.285714286%; text-align: center; background: #3f3023; padding: 20px 10px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
.details-block .tabs a:hover { background: #5a4432; }
.details-block .tabs a.active { background: #fff; color: #5a4432; }
.details-block .tabs.student a { width: 16.666666%; font-size: 11px; }
@media screen and (min-width: 1023px) { .details-block .input-block { display: none; } }

.details-chart { border-top: 1px solid #f0e5c8; margin-bottom: 40px; }
.details-chart .row { border-bottom: 1px solid #f0e5c8; background: #fff; padding: 5px 15px; }
.details-chart .row::after { clear: both; content: ""; display: table; }
.details-chart .row:nth-child(even) { background: #f7f2e3; }
.details-chart .row .col:nth-child(odd) { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 11px; color: #444; text-transform: uppercase; width: 40%; float: left; padding: 3px 20px 0 0; }
.details-chart .row .col:nth-child(even) { font-size: 14px; width: 60%; float: right; text-align: right; }
.details-chart .row a { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 11px; color: #444; text-transform: uppercase; display: block; padding: 5px 0; }
.details-chart .row a:hover { color: #1da675; }
.details-chart .row a.active { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.details-chart .row ul { margin: 5px 0 0; padding: 0 0 0 15px !important; }
.details-chart .row ul li:before { display: none; }
.details-chart .upper { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 20px; color: #fff; text-transform: uppercase; background: url("../images/bg-green.png"); padding: 18px; text-align: center; }

.details-question button.button { margin-top: 20px !important; }

.guide-block, .testimonial-block { margin-bottom: 35px; }
.guide-block .upper, .testimonial-block .upper { border: 1px solid #f0e5c8; background: #f1ede4; padding: 30px 30px 100px 50px; position: relative; }
.guide-block .upper p, .testimonial-block .upper p { margin: 0; }
.guide-block .upper:before, .testimonial-block .upper:before { position: absolute; top: 25px; left: 10px; content: "“"; display: block; line-height: 1; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 70px; color: #7ea752; text-transform: normal; }
@media screen and (min-width: 767px) { .guide-block .upper, .testimonial-block .upper { padding: 30px 165px 30px 50px; } }
.guide-block .lower, .testimonial-block .lower { position: relative; padding: 20px 150px 20px 50px; background: url("../images/bg-brown-light.png"); font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 13px; color: #fff; text-transform: uppercase; }
.guide-block .lower .avatar, .testimonial-block .lower .avatar { position: absolute; top: -100px; right: 15px; }
.guide-block .lower .avatar img, .testimonial-block .lower .avatar img { -webkit-border-radius: 150px; border-radius: 150px; }
.guide-block .name, .testimonial-block .name { font-style: italic; text-transform: none; }

.guide-block .upper { padding: 30px 30px 130px 30px; }
.guide-block .upper:before { display: none; }
@media screen and (min-width: 767px) { .guide-block .upper { padding: 30px 200px 30px 30px; } }
.guide-block .lower { position: relative; padding: 20px 200px 20px 30px; }
.guide-block .lower .avatar { position: absolute; top: -112px; right: 15px; }
.guide-block .lower .avatar img { -webkit-border-radius: 155px; border-radius: 155px; }

.book-cta { background: url("../images/bg-blue-light.png"); border: 1px solid #c5dbe5; padding: 20px; text-align: center; }
.book-cta::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .book-cta { text-align: left; } }
.book-cta .text { margin-bottom: 10px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #62a2bf; text-transform: uppercase; }
@media screen and (min-width: 767px) { .book-cta .text { float: left; line-height: 40px; margin-bottom: 0; } }
@media screen and (min-width: 1023px) { .book-cta .text { font-size: 20px; } }
@media screen and (min-width: 767px) { .book-cta a.button { float: right; } }

.destination-blurb { padding: 40px 30px; color: #fff; margin-bottom: 40px; text-align: center; background: url("../images/bg-brown-med.png"); font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #fff; text-transform: uppercase; }
@media screen and (min-width: 767px) { .destination-blurb { font-size: 24px; } }

.destination-image { margin-bottom: 10px; }

/* -----------------------------------------------------------------
	DETAILS -- ITINERARY
------------------------------------------------------------------*/
.itinerary-map { margin-bottom: 40px; }

.itinerary-block { padding: 0 0 0 40px; margin-bottom: 40px; }
.itinerary-block .trigger { position: relative; cursor: pointer; }
.itinerary-block .trigger:hover .title { color: #5a4432; }
.itinerary-block .trigger.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.itinerary-block .trigger:before { content: "\f0da"; position: absolute; top: -3px; left: -30px; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; font-family: "FontAwesome"; font-size: 20px; color: #1da675; text-transform: normal; }
.itinerary-block .trigger .title { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #1da675; text-transform: uppercase; }
.itinerary-block .trigger .subtitle { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #5a4432; text-transform: normal; }
.itinerary-block .slidey { padding-top: 20px; }
.itinerary-block .slidey p:first-child, .itinerary-block .slidey ul:first-child, .itinerary-block .slidey ol:first-child { margin-top: 0; }
.itinerary-block .slidey p:last-child, .itinerary-block .slidey ul:last-child, .itinerary-block .slidey ol:last-child { margin-bottom: 0; }

/* -----------------------------------------------------------------
	BOOKING FORM ELEMENTS
------------------------------------------------------------------*/
.colour-bar-title { padding: 12px 25px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #fff; text-transform: uppercase; }
.colour-bar-title.blue { background: #62a2bf; }
.colour-bar-title.brown { background: #5a4432; color: #f0e5c8; }
.colour-bar-title .sub { font-size: 12px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.dashboard-head { background: url("../images/bg-brown-med.png"); }
.dashboard-head .upper { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 24px; color: #fff; text-transform: uppercase; padding: 20px 35px 17px; }
.dashboard-head .lower { padding: 0 34px 30px; }
.dashboard-head .lower::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { .dashboard-head .lower { padding: 0 30px; background: #3f3023; } }
.dashboard-head .lower .tabs { display: none; }
@media screen and (min-width: 1023px) { .dashboard-head .lower .tabs { display: block; } }
.dashboard-head .lower .tabs a { display: block; float: left; text-align: center; background: #3f3023; padding: 20px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
.dashboard-head .lower .tabs a:hover { background: #5a4432; }
.dashboard-head .lower .tabs a.active { background: #fff; color: #5a4432; }
@media screen and (min-width: 1023px) { .dashboard-head .lower .input-block { display: none; } }
.dashboard-head + .booking-contain { margin-top: 0px; }

.booking-contain { margin-bottom: 40px !important; }
.booking-contain.full { width: 100%; }
@media screen and (min-width: 1023px) { .booking-contain.full { width: 100%; } }
@media screen and (min-width: 1023px) { .booking-contain { width: 74%; float: left; } }
.booking-contain .left { width: 100%; }
@media screen and (min-width: 767px) { .booking-contain .left { width: 75%; } }
@media screen and (min-width: 1279px) { .booking-contain .left { width: 80%; } }
.booking-contain .right { width: 100%; text-align: right; }
@media screen and (min-width: 767px) { .booking-contain .right { width: 20%; } }
@media screen and (min-width: 1279px) { .booking-contain .right { width: 15%; } }
.booking-contain .subtotal { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: normal; line-height: 40px; }
.booking-contain .total-cost { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; }
.booking-contain .total-cost::after { clear: both; content: ""; display: table; }
.booking-contain .total-commission { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; }
.booking-contain .total-commission::after { clear: both; content: ""; display: table; }
.booking-contain .continue::after { clear: both; content: ""; display: table; }
.booking-contain .continue label a { font-size: inherit; }
.booking-contain .continue .left { margin-bottom: 20px; width: auto; }
@media screen and (min-width: 767px) { .booking-contain .continue .left { margin-bottom: 0; line-height: 42px; } }
.booking-contain .continue .right { width: auto; }
.booking-contain .book-btn-options .button { width: 100%; margin-top: 0 !important; }
.booking-contain .book-btn-options .row { margin-bottom: 0 !important; }
.booking-contain .book-btn-options .hint { text-align: center; margin-top: 10px; }
.booking-contain .book-btn-options .right { float: right !important; }
.booking-contain .instruction { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: normal; }
.booking-contain .instruction .green { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; color: #1da675; text-transform: uppercase; }
@media screen and (min-width: 767px) { .booking-contain label.tall { min-height: 77px; } }
@media screen and (min-width: 767px) { .booking-contain label.var { min-height: 77px; } }
@media screen and (min-width: 1023px) { .booking-contain label.var { min-height: 58px; } }
@media screen and (min-width: 1023px) { .booking-contain label.short { min-height: 58px; } }

/* -----------------------------------------------------------------
	BOOKING FORM ELEMENTS
------------------------------------------------------------------*/
.booking-section { padding: 30px 25px; border-top: 1px dotted #cccccc; }
.booking-section::after { clear: both; content: ""; display: table; }
.booking-section.no-dots { border-top: 0; }
.booking-section .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; margin-bottom: 20px; }
.booking-section .row::after { clear: both; content: ""; display: table; }
.booking-section.commissions { padding: 0; }

.trip-summary .left { margin-bottom: 30px; }
@media screen and (min-width: 767px) { .trip-summary .left { margin-bottom: 0; } }
.trip-summary .name { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 20px; color: #5a4432; text-transform: uppercase; display: inline-block; margin-right: 10px; }
.trip-summary .length { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 20px; color: #5a4432; text-transform: uppercase; display: inline-block; margin-bottom: 20px; }
.trip-summary .start, .trip-summary .end { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #444; text-transform: normal; width: 50%; float: left; padding: 0 10px 0 0; }
.trip-summary .details { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #62a2bf; text-transform: uppercase; display: block; margin: 7px 0 20px; }
.trip-summary .details:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.trip-summary .change { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #cccccc; text-transform: uppercase; display: block; }
.trip-summary .change:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.number-of::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .number-of .input-block { width: 120px; float: left; } }
.number-of .subtotal { line-height: 40px; float: right; }

.tour-ads .right { line-height: 40px; }
@media screen and (min-width: 767px) { .tour-ads .input-block { width: 50%; float: left; } }
.tour-ads .details { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #62a2bf; text-transform: uppercase; line-height: 40px; }
.tour-ads .details:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
@media screen and (min-width: 767px) { .tour-ads .details { margin-left: 15px; } }
.tour-ads .remove { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #cccccc; text-transform: uppercase; line-height: 40px; margin-left: 20px; }
.tour-ads .remove:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.hotel-selection .pre-post { margin-bottom: 34px; }
.hotel-selection .pre-post::after { clear: both; content: ""; display: table; }
.hotel-selection .pre-post:last-child { margin-bottom: 0; }
.hotel-selection .upper { margin-bottom: 10px; }
.hotel-selection .upper::after { clear: both; content: ""; display: table; }
.hotel-selection .lower .hotel-block { margin-bottom: 30px; padding: 14px; background: #fafafa; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
@media screen and (min-width: 767px) { .hotel-selection .lower .hotel-block { width: 30%; float: left; margin: 0 5% 0 0; }
  .hotel-selection .lower .hotel-block:last-child { margin-right: 0; } }
.hotel-selection .lower .hotel-block:last-child { margin-bottom: 0; }
.hotel-selection .lower .hotel-block.selected { border-color: #62a2bf; }
.hotel-selection .lower .hotel-block.selected .price { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.hotel-selection .lower .hotel-block .name { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: uppercase; text-decoration: underline; display: block; margin-bottom: 10px; text-align: center; }
.hotel-selection .lower .hotel-block .price { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; display: block; margin-bottom: 10px; text-align: center; }
.hotel-selection .lower .options .input-block { margin-bottom: 14px; }
.hotel-selection .lower .options .input-block:last-child { margin-bottom: 0; }

.activities .activity-block { margin-bottom: 30px; padding: 14px; background: #fafafa; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.activities .activity-block::after { clear: both; content: ""; display: table; }
.activities .activity-block .info { margin-bottom: 10px; }
@media screen and (min-width: 767px) { .activities .activity-block .info { width: 65%; float: left; margin-bottom: 0; } }
@media screen and (min-width: 767px) { .activities .activity-block .number { width: 30%; float: right; } }
.activities .activity-block .name { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: uppercase; }
.activities .activity-block .length { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; display: inline-block; margin-right: 10px; }
.activities .activity-block .details { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #62a2bf; text-transform: uppercase; margin-left: 10px; }
.activities .activity-block.selected { border-color: #62a2bf; }
.activities .activity-block.selected .price { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.group-info .name { counter-increment: group-counter; line-height: 30px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; }
.group-info .name:before { content: counter(group-counter) "."; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; display: inline-block; width: 25px; }
.group-info .button { margin-top: 0 !important; }

.hint { font-style: italic; font-size: 12px; }

/* -----------------------------------------------------------------
	MESSAGE ELEMENTS
------------------------------------------------------------------*/
.message-view { background: #fff; box-shadow: 1px 2px 2px 0 #dfdfdf; }
.message-view .head { border-bottom: 1px solid #cccccc; padding: 30px; }
.message-view .head::after { clear: both; content: ""; display: table; }
.message-view .head .button { width: 100%; text-align: center; }
@media screen and (min-width: 767px) { .message-view .head .button { width: auto; float: left; } }
.message-view .head .next-prev { display: none; }
@media screen and (min-width: 767px) { .message-view .head .next-prev { float: right; line-height: 40px; display: block; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #62a2bf; text-transform: uppercase; }
  .message-view .head .next-prev a { margin: 0 10px; color: #62a2bf; }
  .message-view .head .next-prev a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; } }
.message-view .info { padding: 30px; }
.message-view .info::after { clear: both; content: ""; display: table; }
.message-view .info .item { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: normal; float: left; margin-right: 40px; }
.message-view .info .item .title { text-transform: uppercase; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; margin-right: 10px; }
.message-view .message { padding: 30px; border-top: 1px dotted #cccccc; }

/* -----------------------------------------------------------------
	PAST TOURS ELEMENTS
------------------------------------------------------------------*/
.past-tours { background: #fff; box-shadow: 1px 2px 2px 0 #dfdfdf; }

.past-block { padding: 35px 30px; }
.past-block .section-title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #62a2bf; text-transform: uppercase; margin-bottom: 35px; }
.past-block .subtitle { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; margin-bottom: 35px; }
.past-block.btn { border-bottom: 1px solid #cccccc; }
.past-block.summary { border-bottom: 1px dotted #cccccc; }
.past-block.summary strong { margin-left: 10px; }
.past-block.travellers, .past-block.airport-transfer, .past-block.pre-post-hotel, .past-block.activities { border-bottom: 1px dotted #cccccc; }
.past-block.travellers .left, .past-block.airport-transfer .left, .past-block.pre-post-hotel .left, .past-block.activities .left { width: 60%; }
@media screen and (min-width: 767px) { .past-block.travellers .left, .past-block.airport-transfer .left, .past-block.pre-post-hotel .left, .past-block.activities .left { width: 75%; } }
.past-block.travellers .right, .past-block.airport-transfer .right, .past-block.pre-post-hotel .right, .past-block.activities .right { width: 40%; text-align: right; }
@media screen and (min-width: 767px) { .past-block.travellers .right, .past-block.airport-transfer .right, .past-block.pre-post-hotel .right, .past-block.activities .right { width: 25%; } }
.past-block.travellers .person::after { clear: both; content: ""; display: table; }
.past-block.travellers .left { counter-increment: group-counter; }
.past-block.travellers .left:before { content: counter(group-counter) "."; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; display: inline-block; width: 25px; }
.past-block.airport-transfer .transfer::after { clear: both; content: ""; display: table; }
.past-block.pre-post-hotel .hotel { margin-bottom: 30px; }
.past-block.pre-post-hotel .hotel:last-child { margin-bottom: 0; }
.past-block.pre-post-hotel .pre-title { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; margin-bottom: 10px; }
.past-block.pre-post-hotel .hotel-name::after { clear: both; content: ""; display: table; }
.past-block.pre-post-hotel .hotel-name .left { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: uppercase; }
.past-block.pre-post-hotel .hotel-detail { font-size: 12px; }
.past-block.activities .activity-title { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; margin-bottom: 10px; }
.past-block.activities .activity-name::after { clear: both; content: ""; display: table; }
.past-block.total-cost { border-bottom: 1px solid #cccccc; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 16px; color: #444; text-transform: uppercase; }
.past-block.total-cost::after { clear: both; content: ""; display: table; }
.past-block.itinerary { border-bottom: 1px solid #cccccc; }
.past-block.itinerary .subtitle { margin-bottom: 0; }
.past-block.itinerary .itinerary-block:last-child { margin-bottom: 0; }

/* -----------------------------------------------------------------
	TOUR SIDEBAR ELEMENTS
------------------------------------------------------------------*/
.tour-sidebar { padding-top: 10px; margin-bottom: 40px !important; }
@media screen and (min-width: 1023px) { .tour-sidebar { width: 24%; float: right; } }
.tour-sidebar .button { width: 100%; }
.tour-sidebar .shadow { box-shadow: 1px 2px 2px 0 #dfdfdf; margin-bottom: 20px; }
.tour-sidebar .upper::after { clear: both; content: ""; display: table; }
.tour-sidebar .title { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; width: 90%; float: left; margin-bottom: 10px; }
.tour-sidebar .alter { font-family: "FontAwesome"; font-size: 14px; color: #62a2bf; text-transform: normal; display: block; float: right; position: relative; width: 12px; height: 22px; }
.tour-sidebar .alter i { position: absolute; top: 0; left: 0; line-height: 22px; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.tour-sidebar .alter i.fa-plus-circle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.tour-sidebar .alter i.fa-minus-circle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.tour-sidebar .alter.active .fa-plus-circle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.tour-sidebar .alter.active .fa-minus-circle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.tour-sidebar .hidey { display: none; }
.tour-sidebar .subtitle { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; margin-bottom: 5px; }

.tour-block { padding: 20px; border-top: 4px solid #62a2bf; background: #fff; }
.tour-block .inner { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; }
.tour-block .summary { margin-bottom: 10px; }
.tour-block .breakdown { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dotted #cccccc; }
.tour-block .breakdown::after { clear: both; content: ""; display: table; }
.tour-block .breakdown .item { width: 65%; float: left; padding: 0 10px 0 0; }
.tour-block .breakdown .price { width: 35%; float: right; text-align: right; }
.tour-block .subtotal { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; }
.tour-block .subtotal::after { clear: both; content: ""; display: table; }
.tour-block.total { border-left: 4px solid #62a2bf; border-right: 4px solid #62a2bf; padding: 15px 20px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: normal; }
.tour-block.total::after { clear: both; content: ""; display: table; }
.tour-block.phone { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; }
.tour-block.phone .number { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.tour-block.terms { padding: 0 20px; }
.tour-block.terms label a { font-size: inherit; }

/* -----------------------------------------------------------------
	TABLE ELEMENTS
------------------------------------------------------------------*/
.def-tab .head { display: none; background: #fff; border-bottom: 1px solid #f0e5c8; padding: 25px 30px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 13px; color: #444; text-transform: uppercase; }
.def-tab .head::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { .def-tab .head { display: block; } }
.def-tab .row { background: #f7f2e3; border-bottom: 1px solid #f0e5c8; padding: 20px 30px; font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 13px; color: #444; text-transform: normal; }
.def-tab .row::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { .def-tab .row { padding: 13px 30px; } }
.def-tab .row:nth-child(odd) { background: #fff; }
.def-tab .row .title, .def-tab .row .mob-title { display: block; text-transform: uppercase; }
@media screen and (min-width: 1023px) { .def-tab .row .title, .def-tab .row .mob-title { display: none; } }
.def-tab .col { width: 100%; margin-bottom: 15px; }
.def-tab .col:last-child { margin-bottom: 0; }
@media screen and (min-width: 1023px) { .def-tab .col { margin-bottom: 0; float: left; } }
@media screen and (min-width: 1023px) { .def-tab .button { padding-left: 0; padding-right: 0; width: 100%; } }
.def-tab.commission { border-top: 1px solid #f0e5c8; }
@media screen and (min-width: 1023px) { .def-tab.commission .booking { width: 50%; padding-right: 20px; text-align: left; } }
@media screen and (min-width: 1023px) { .def-tab.commission .retail { width: 25%; padding-left: 20px; text-align: right; } }
@media screen and (min-width: 1023px) { .def-tab.commission .commission { width: 25%; padding-left: 20px; text-align: right; } }
.def-tab.availability { border-top: 1px solid #f0e5c8; }
@media screen and (min-width: 1023px) { .def-tab.availability .date { width: 22%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.availability .name { width: 22%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.availability .availability { width: 17%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.availability .guaranteed { width: 17%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.availability .price { width: 12%; padding-right: 20px; } }
.def-tab.availability .book { text-align: center; }
.def-tab.availability .book .button { width: 100%; padding: 13px 0; }
@media screen and (min-width: 1023px) { .def-tab.availability .book { width: 10%; } }
.def-tab.departures { border-top: 1px solid #f0e5c8; }
@media screen and (min-width: 1023px) { .def-tab.departures .date { width: 24%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.departures .availability { padding-right: 20px; width: 24%; } }
@media screen and (min-width: 1023px) { .def-tab.departures .guaranteed { padding-right: 20px; width: 24%; } }
@media screen and (min-width: 1023px) { .def-tab.departures .price { width: 14%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.departures .book { width: 14%; } }
@media screen and (min-width: 1023px) { .def-tab.travelers .f-name, .def-tab.travelers .l-name { width: 15%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.travelers .name { width: 16%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.travelers .tour { width: 16%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.travelers .date, .def-tab.travelers .duration, .def-tab.travelers .status { width: 11%; padding-right: 20px; } }
@media screen and (min-width: 1023px) { .def-tab.travelers .invoice { width: 19%; } }
.def-tab.travelers .invoice .button { width: auto; padding: 13px 10px; margin-right: 5px; }
.def-tab.travelers .reference .button { text-align: center; width: 100%; margin-top: 15px; padding: 13px 0; }
@media screen and (min-width: 1023px) { .def-tab.travelers .reference .button { float: right; width: 60px; margin-top: 0px; } }
@media screen and (min-width: 1023px) { .def-tab.travelers .reference { width: 16%; } }
@media screen and (min-width: 1023px) { .def-tab.tours .tour { width: 25%; } }
@media screen and (min-width: 1023px) { .def-tab.tours .date { width: 15%; } }
@media screen and (min-width: 1023px) { .def-tab.tours .duration { width: 15%; } }
@media screen and (min-width: 1023px) { .def-tab.tours .status { width: 15%; } }
@media screen and (min-width: 1023px) { .def-tab.tours .invoice { width: 15%; } }
.def-tab.tours .invoice .button { width: auto; padding: 13px 10px; }
.def-tab.tours .reference .button { text-align: center; width: 100%; margin-top: 15px; padding: 13px 0; }
@media screen and (min-width: 1023px) { .def-tab.tours .reference .button { float: right; width: 60px; margin-top: 0px; } }
@media screen and (min-width: 1023px) { .def-tab.tours .reference { width: 15%; } }
@media screen and (min-width: 1023px) { .def-tab.past .tour { width: 25%; } }
@media screen and (min-width: 1023px) { .def-tab.past .date { width: 25%; } }
@media screen and (min-width: 1023px) { .def-tab.past .duration { width: 20%; } }
.def-tab.past .reference .button { text-align: center; width: 100%; margin-top: 15px; padding: 13px 0; }
@media screen and (min-width: 1023px) { .def-tab.past .reference .button { float: right; width: 60px; margin-top: 0px; } }
@media screen and (min-width: 1023px) { .def-tab.past .reference { width: 30%; } }
.def-tab.messages .head { line-height: 40px; }
.def-tab.messages .row.unread { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.def-tab.messages .row.unread .date:before { content: "\f111"; position: relative; margin-right: 15px; font-family: "FontAwesome"; font-size: 13px; color: #d32929; text-transform: normal; }
.def-tab.messages .search { border: 1px solid #e6e6e6; margin-bottom: 0px; line-height: 1.62857; }
.def-tab.messages .search input { border: 0; width: 75%; display: block; float: left; }
@media screen and (min-width: 767px) { .def-tab.messages .search input { width: 80%; } }
.def-tab.messages .search button { width: 25%; text-align: center; padding: 6px 0 6px; display: block; float: left; background: none; font-family: "FontAwesome"; font-size: 16px; color: #444; text-transform: normal; }
@media screen and (min-width: 767px) { .def-tab.messages .search button { width: 20%; } }
@media screen and (min-width: 1023px) { .def-tab.messages .date { width: 20%; float: left; } }
@media screen and (min-width: 1023px) { .def-tab.messages .subject { width: 55%; float: left; } }
@media screen and (min-width: 1023px) { .def-tab.messages .search { width: 25%; float: left; } }
@media screen and (min-width: 1023px) { .def-tab.messages .read { width: 25%; float: left; text-align: right; } }
.def-tab.messages .read a { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 10px; color: #62a2bf; text-transform: uppercase; }
.def-tab.messages .read a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.travelers-filters { background: #fff; border-bottom: 1px solid #f0e5c8; padding: 35px 30px; }
.travelers-filters::after { clear: both; content: ""; display: table; }
.travelers-filters .current { text-align: center; margin-bottom: 20px; }
@media screen and (min-width: 767px) { .travelers-filters .current { width: 40%; float: left; margin: 0 5% 0 0; }
  .travelers-filters .current::after { clear: both; content: ""; display: table; } }
.travelers-filters .current a { display: block; line-height: 40px; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #cccccc; text-transform: uppercase; }
@media screen and (min-width: 767px) { .travelers-filters .current a { width: 50%; float: left; } }
@media screen and (min-width: 1023px) { .travelers-filters .current a { font-size: 14px; } }
.travelers-filters .current a.active, .travelers-filters .current a:hover { color: #1da675; }
.travelers-filters .search { border: 1px solid #e6e6e6; margin-bottom: 20px; }
.travelers-filters .search::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { .travelers-filters .search { width: 30%; margin: 0 5% 0 0; float: left; } }
.travelers-filters .search input { border: 0; width: 75%; display: block; float: left; }
@media screen and (min-width: 1023px) { .travelers-filters .search input { width: 80%; } }
.travelers-filters .search button { width: 25%; text-align: center; padding: 6px 0 6px; display: block; float: left; background: none; font-family: "FontAwesome"; font-size: 16px; color: #444; text-transform: normal; }
@media screen and (min-width: 1023px) { .travelers-filters .search button { width: 20%; } }
.travelers-filters .alpha select { width: 100%; }
@media screen and (min-width: 767px) { .travelers-filters .alpha { width: 20%; float: left; } }
.travelers-filters .alpha .input-block { display: block; }

.no-bord { border-top: 0 !important; }

.start-date::after { clear: both; content: ""; display: table; }
.start-date input { float: left; width: 75%; }
@media screen and (min-width: 767px) { .start-date input { width: 65%; } }
@media screen and (min-width: 1023px) { .start-date input { width: 75%; } }
.start-date .datepick { margin: 0 !important; padding: 11px 0px 10px; width: 45px; float: right; }
@media screen and (min-width: 767px) { .start-date .datepick { width: 30%; } }
@media screen and (min-width: 1023px) { .start-date .datepick { width: 20%; } }

/* -----------------------------------------------------------------
	MISC ELEMENTS
------------------------------------------------------------------*/
.video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* -----------------------------------------------------------------
  SEARCH ELEMENTS
------------------------------------------------------------------*/
span.green {
  color: #24ac7d;
}

.result {
  border-top: 1px solid #bca688;
  padding: 30px 0;
}

.result .title {
  font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #5a4432;
  text-transform: uppercase;
}

.result .found {
  background: #24ac7d;
  color: white;
  padding: 0 5px;
}

.result .view {
  font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.result .view i {
  margin-left: 5px;
}

/* -----------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer { background: url("../images/bg-brown-dark.png"); padding: 75px 0 75px; }
#footer .upper { border-bottom: 2px solid #504b47; margin-bottom: 40px; }
#footer .upper::after { clear: both; content: ""; display: table; }
#footer .lower { border-bottom: 2px solid #504b47; margin-bottom: 20px; padding-bottom: 40px; }
#footer .lower::after { clear: both; content: ""; display: table; }
#footer .location { margin-bottom: 40px; }
#footer .location::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { #footer .location { width: 35%; float: left; } }
@media screen and (min-width: 767px) { #footer .location { width: 30%; } }
#footer .location .icon { width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 0; -webkit-border-radius: 50px; border-radius: 50px; border: 2px solid #aaa8a8; color: #aaa8a8; font-size: 20px; float: left; }
#footer .location .address { margin-left: 70px; }
#footer .location .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }
#footer .location .row { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #aaa8a8; text-transform: normal; margin: 5px 0; }
#footer .location .row a { color: #a78c67; }
#footer .location .row a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
#footer .green-travel { margin-bottom: 40px; text-align: center; }
@media screen and (min-width: 767px) { #footer .green-travel { width: 65%; float: left; } }
@media screen and (min-width: 1023px) { #footer .green-travel { width: 40%; } }
#footer .green-travel .title { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 18px; color: #fff; text-transform: uppercase; }
#footer .green-travel p { color: #aaa8a8; }
#footer .socials { text-align: center; margin-bottom: 40px; }
#footer .socials::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 767px) { #footer .socials { clear: both; } }
@media screen and (min-width: 1023px) { #footer .socials { clear: none; width: 30%; float: left; text-align: right; } }
#footer .socials .item { margin: 0 5px; display: inline-block; }
@media screen and (min-width: 1023px) { #footer .socials .item { display: block; margin: 0 0 5px 0; float: right; clear: both; } }
#footer .socials .item:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
#footer .socials .item span { display: none; }
@media screen and (min-width: 1023px) { #footer .socials .item span { display: inline-block; line-height: 50px; margin-right: 15px; vertical-align: top; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; } }
#footer .socials .item .icon { width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 0; -webkit-border-radius: 50px; border-radius: 50px; border: 2px solid #aaa8a8; color: #aaa8a8; font-size: 20px; display: inline-block; }
#footer .associate-logos { border-bottom: 2px solid #504b47; margin-bottom: 40px; padding-bottom: 30px; text-align: center; }
@media screen and (min-width: 1023px) { #footer .associate-logos { float: right; border-bottom: none; margin-bottom: 0; padding-bottom: 0; margin-top: 20px; } }
@media screen and (min-width: 1279px) { #footer .associate-logos { margin-top: 0px; } }
#footer .associate-logos img { height: 58px; margin: 0 10px 10px; display: inline-block; }
@media screen and (min-width: 1023px) { #footer .associate-logos img { margin: 0 10px; } }
#footer .credit { text-align: center; font-size: 14px; color: #aaa8a8; }
#footer .credit::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 1023px) { #footer .credit { float: left; text-align: left; } }
@media screen and (min-width: 1279px) { #footer .credit { margin-top: 15px; width: 45%;} }
#footer .credit img { width: auto; margin-bottom: 40px; display: inline-block; }
@media screen and (min-width: 1023px) { #footer .credit img { margin-bottom: 30px; } }
@media screen and (min-width: 1279px) { #footer .credit img { float: left; margin: 5px 25px 0 0; } }
@media screen and (min-width: 1279px) { #footer .credit .copy { float: left; } }
#footer .credit a { color: #aaa8a8; }
#footer .credit a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
#footer .mini-links { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #aaa8a8; text-transform: normal; }
#footer .mini-links a { color: #aaa8a8; margin: 0 10px; }
#footer .mini-links a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

#printable { padding: 20px 0; border-color: #444; }
#printable .logo-block { margin-bottom: 40px; }
#printable .logo-block::after { clear: both; content: ""; display: table; }
#printable .copy { text-align: center; font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 22px; color: #444; text-transform: uppercase; }
@media screen and (min-width: 767px) { #printable .copy { float: right; } }
#printable .title { font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 14px; color: #444; text-transform: uppercase; width: 100%; margin-bottom: 10px; }
#printable .subtitle { font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; font-size: 12px; color: #444; text-transform: normal; margin-bottom: 5px; }
#printable .tour-block { border-top: 4px solid #444; }
#printable .total { border: 4px solid #444; }


#guaranteed-popup{
position:relative;
cursor:pointer;
}
#guaranteed-popup:hover:before, #guaranteed-popup:hover:after{
	display:block;
}
#guaranteed-popup:before{
display:none;
content:'Trips are usually guaranteed with as few as 2-4 people booked.';
font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
text-transform:uppercase;
font-size:10px;
background:#bca688;
color:#fff;
position:absolute;
top:-50px;
left:50%;
margin-left:-110px;
width:200px;
padding:5px;
border-radius:5px;
line-height:1.2em;
text-align:center;
}
#guaranteed-popup:after{
display:none;
content:'';
position:absolute;
left:50%;
margin-left:-15px;
bottom:43px;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #bca688;
}
@media screen and (max-width: 1023px) {
	#guaranteed-popup:before{
	left:0;
	margin-left:0px;
	}
	#guaranteed-popup:after{
	left:0;
	margin-left:10px;
	}
}
#guaranteed-popup2{
position:relative;
cursor:pointer;
}
#guaranteed-popup2:hover:before, #guaranteed-popup2:hover:after{
	display:block;
}
#guaranteed-popup2:before{
display:none;
content:'Trips are usually guaranteed with as few as 2-4 people booked.';
font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
text-transform:uppercase;
font-size:10px;
background:#bca688;
color:#fff;
position:absolute;
top:-50px;
left:50%;
margin-left:-140px;
width:200px;
padding:5px;
border-radius:5px;
line-height:1.2em;
text-align:center;
}
#guaranteed-popup2:after{
display:none;
content:'';
position:absolute;
left:50%;
margin-left:-45px;
bottom:43px;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #bca688;
}

.commission-row{
width:100%;
margin-bottom: 10px;
display: inline-block;
vertical-align: top;
}
@media screen and (min-width: 1023px) {
	.commission-row{
	width:48%;
	padding-right:20px;
	}
}
.commission-bubble{
width:40px;
height:40px;
border-radius: 100%;
background:#1da675;
color:#fff;
float:left;
font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
text-align:center;
padding-top:8px;
font-size:14px;
}
.commision-label{
    width:calc(100% - 55px);
    float:right;
    font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    padding-top:6px;
    color:#5a4432;
}

.employee-listing::after { clear: both; content: ""; display: table; }

.employee-listing {
    margin-bottom: -40px;
}

.employee-listing .block {
    display: block;
    max-width: 342px;
    margin: 25px auto;
    position: relative;
}

.employee-listing .block:hover .text {
    background: rgba(0,0,0,0.6);
}

@media screen and (min-width: 767px) {
    .employee-listing .block {
        float: left;
        width: 30%;
        margin-right: 5%;
    }
    .employee-listing .block:nth-child(3n) {
        margin-right: 0;
    }
}

.employee-listing .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    color: white;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}

.employee-listing .text .name {
    font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.employee-listing .text .pos {
    font-family: "gotham_book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 12px;
}

.back-btn {
    display: inline-block;
    font-weight: normal;
    font-family: "gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    background: #3f3023;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.back-btn:hover {
    color: white;
    background: #5a4432;
}


.cookie-policy{
	padding:20px 0 15px 0;
	width:100%;
	clear:both;

	position: relative;
}
.cookie-policy .wrapper{
	display: -webkit-box;
 	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.cookie-policy p{
	margin:0;
	width:50%;
	display: inline-block;
}
.cookie-policy .button-contain{
	width:40%;
	text-align: right;

}
.cookie-policy .button{
	margin-left:5px;
	margin-bottom:5px;
}
.cookie-policy .close{
	max-width: 100%;
	margin-top:-6px;
	padding-left:10px;
	font-size:18px;
	font-family:"gotham_bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

@media screen and (max-width: 640px) {
	.cookie-policy .wrapper{
	display:block;
	}
	.cookie-policy p{
	width:100%;
	text-align: center;
	line-height: 1.3em;
	}
	.cookie-policy .button-contain{
	width:100%;
	text-align: center;
	margin-top:20px;
	}
	.cookie-policy .close{
	position: absolute;
		top:8px;
		right:10px;
	}
}

/* Columns */
strong {
	font-weight: 700;
}

.columns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.columns p:first-child {
	margin-top: 0;
}
.columns p:last-child {
	margin-bottom: 0;
}

.columns .col {
	width: 100%;
}

@media screen and (min-width: 641px) {
	.columns .col.two,
	.columns .col.four {
		width: calc(50% - 15px);
	}
	.columns .col.three {
		width: calc((100% / 3) - 20px);
	}
}
@media screen and (min-width: 1024px) {
	.columns .col.four {
		width: calc(25% - 23px);
	}
}
