:root {
   --orange: #f89a3e;
   --green: #8d9256;
   --black: #001522;
   --site-width: 1300px;
    --purple: #744261;
    --blue: #547085;
    --red: #ad4638;
    --half-orange: rgba(248, 154, 62, .4);
    --half-orange-full: #E9C39E;
    --half-purple: rgba(116, 66, 97, .4);
    --half-blue: rgba(84, 112, 133, .4);
    --half-green: rgba(141, 146, 86, .4);
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
    color: #f89a3e;
    cursor: pointer;
}
a:hover {
    color: #df6d3b;  
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
    overflow-x: hidden;
    color: #001522;
    background: #FFFFFF;
}
.dj-offcanvas-wrapper {
    background: #FFF;   
}
.funky-text {
    font-family: BellRG;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}
.menu-container {
    background: #f89a3e;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.tripnotes-container {
    text-align: center;
}
.menu-inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.login-menu {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #FFF;
    z-index: 501;
    margin-top: -2px;
}
.login-menu a {
    color: #FFF !important;   
}
.login-username {
    text-transform: capitalize;   
}
.itemid101 > a > span {
    font-size: 0px;
    line-height: 0px;
}
.itemid101 > a > span:before {
    content: "\f015";
    font: normal normal normal 30px/1 FontAwesome;
    position: relative;
    top: 10px;
}
.dj-megamenu-default {
    position: relative;
    left: 212px;
    background: transparent !important;
    transition: left .5s;
}
.dj-megamenu-default.shrinky {
    left: 80px;
}
.dj-up {
    transition: background .25s;   
}
.dj-up.hover {
    background: #001522;   
}
.dj-up_a {
    border: none !important;
    background: none !important;
    cursor: pointer !important;
}
.dj-megamenu-default li:hover div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap {
    background: #f89a3e;
    box-shadow: none !important;
}
.dj-megamenu-default li ul.dj-submenu > li > a {
    color: #FFF !important;
	transition: all 0.2s;
}
.dj-megamenu-default li ul.dj-submenu > li > a:hover,
.dj-megamenu-default li ul.dj-submenu > li > a.active,
.dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
    background: #001522 !important;   
}
.dj-megamenu-default li ul.dj-submenu > li {
    border-top: none !important;   
}

.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {
	left: 0;
    top: 100%;
    background: #f89a3e;
    height: auto;
    z-index: 300;
    box-shadow: none !important;
}
/* Show higher level submenus */
.dj-megamenu-default li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li.hover > div.dj-subwrap {
    left: 100%;
    top: 0px !important;
    margin: 0 0 0 10px !important;
    background: #f89a3e;
    height: auto;
    z-index: 400;
    box-shadow: none !important;
}
.body-container {
    padding-top: 60px;   
}
.homepage-search, .homepage-videos {
    position: relative;
    height: 50vh;
    background-size: cover;
    background-position: center;
}
.homepage-search-content {
    position: relative;
    z-index: 100;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.homepage-phone-number {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.homepage-strapline {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 15vh;
    color: #FFF;
    font-family: BellRG;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.homepage-search-controls {
    width: 40%;
    position: absolute;
    top: 33vh;
    margin-left: 30%;
    margin-right: 30%;
}
.admin-menu-header {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.admin-search-menu {
    position: fixed;
    z-index: 998;
    width: 25vw;
    height: 100vh;
    top: 60px !important;
    background: #333;
    color: #FFF;
    padding: 0px 20px;
}
.admin-search-menu.collapsed-menu {
    width: 40px;
    transition: width .25s;
}
.admin-menu-option i {
    width: 46px;
    height: 46px;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.admin-menu-subheader {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}
.admin-menu-option input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #f89a3e;
    width: 100%;   
}
.admin-menu-option a {
    text-decoration: none !important;   
}
.admin-search-label {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}
.admin-search-toggler {
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1002;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}
.admin-menu-options, .admin-menu-header {
    opacity: 1;
    width: 100%;
    transition: all .25s;
}
.collapsed-menu .admin-menu-options, .collapsed-menu .admin-menu-header {
    width: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.fake-search, .homepage-search-button {
    border: 3px solid #FFF !important;
    background: rgba(248, 154, 62, .75) !important;
    color: #FFF !important;
    font-size: 18px;
    line-height: 18px;
    width: 100% !important;
    padding: 13px 15px !important;
}
.fake-search::placeholder {
    color: #FFF;   
}
.fake-search::-webkit-placeholder {
    color: #FFF;   
}
.fake-search::-webkit-input-placeholder {
    color: #FFF;   
}
.fake-search::-safari-placeholder {
    color: #FFF;   
}
.fake-top-search, .homepage-search-button {
    border: 3px solid #FFF !important;
    background: rgba(248, 154, 62, .75) !important;
    color: #FFF !important;
    font-size: 18px;
    line-height: 18px;
    width: 100% !important;
    padding: 10px 15px !important;
}

.fake-top-search {
    width: 430px !important;
    padding: 13px 15px !important;
}
.fake-top-search::placeholder {
    color: #FFF;   
}
.fake-top-search::-webkit-placeholder {
    color: #FFF;   
}
.fake-top-search::-webkit-input-placeholder {
    color: #FFF;   
}
.fake-top-search::-safari-placeholder {
    color: #FFF;   
}
.homepage-search-button {
    height: 50px;   
}
.dragomaps-container {
    position: relative;
    z-index: 200;
    margin-top: -30px;
}
#location {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.map-header {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    right: 0px;
}
.map-headers {
    text-align: right;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 6;
}
.map-subheader {
    position: absolute;
    top: 90px;
    right: 0px;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 2px;
}
.map-button {
    position: absolute;
    top: 120px;
    right: 0px;
}
.backtoworldmap {
    display: inline-block;
    color: #FFF !important;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
    background: #001522;
}
.backtoworldmap:hover {
    color: #FFF !important;
}
.backtoworldmap.hiding {
    display: none;   
}

.dragomaps-container .map-image, .route-maps img, .top-map-layer, .full-width-image, .americas-labels img, .africa-labels img, .asia-labels img {
    width: 100%;
    height: auto;
}
map, area {
    position: relative;
    z-index: 900;
    cursor: pointer;
}
.map-image {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: opacity;
}
.americas-labels, .africa-labels, .asia-labels {
    opacity: 1;
}
.world-map .map-image, .americas .map-image, .asia .map-image, .africa .map-image {
    opacity: 1;
    transition: opacity .5s;
}
.world-map.hiding .map-image, .americas.hiding .map-image, .asia.hiding .map-image, .africa.hiding .map-image, .americas-labels.hiding , .africa-labels.hiding, .asia-labels.hiding{
    opacity: 0;
}
.world-map.hiding .map-image, .americas.hiding .map-image, .asia.hiding .map-image, .africa.hiding .map-image, .americas-labels.hiding , .africa-labels.hiding, .asia-labels.hiding, .americas-labels.hiding img, .africa-labels.hiding img, .asia-labels.hiding img {
    opacity: 0;
}
.americas-labels img, .africa-labels img, .asia-labels img {
    opacity: 1;
}
.americas-labels img.deactivated, .asia-labels img.deactivated, .africa-labels img.deactivated {
    opacity: .35;
}
area.deactivated {
    cursor: not-allowed;   
}
.start-marker, .stop-marker {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .25s, transform .90s, margin .90s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    will-change: opacity, transform;
    transform: rotate(-20deg);
    margin-top: -10px;
}
.start-marker.active, .stop-marker.active {
    opacity: 1 !important;
    transform: rotate(0deg);
    margin-top: 0px;
}
.start-marker.same {
    transform: rotate(-20deg) !important;
    margin-left: -8px !important;
}
.stop-marker.same {
    transform: rotate(20deg) !important;
    margin-left: 8px !important;
}
.route-box-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
}
.route-box {
    transition: opacity 1s;
    opacity: 1;
    width: 300px;
    position: absolute;
    top: 160px;
    right: 0px;
    background: rgba(255, 255, 255, .5);
    padding: 20px;
    z-index: 300;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: opacity;
}
.start-label, .end-label {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}
.tour-button {
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #FFF !important;
    font-size: 16px;
    line-height: 16px;
    transition: color .5s, background .5s;
    text-decoration: none !important;
    background: #001522;
}
.tour-button:hover {
    color: #FFF !important;
}
.tours {
    overflow-y: auto;
}
.start-label {
    color: #598527;
}
.end-label {
    color: #9e0b0f;
}
.colour-strip {
    height: 5px;
    min-width: 20px;
    display: inline-block;
}
.start-location, .end-location {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.tours-header, .continent {
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #001522;
    padding-bottom: 5px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.continent {
    margin-top: 0px;
}
.route-box.hiding {
    opacity: 0;   
}
.homepage-videos {
    z-index: 100;
    margin-top: -30px;
    min-height: 60vh;
}
.homepage-video-content {
    padding-bottom: 80px;   
}
.homepage-video-content, .homepage-quicklinks-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.homepage-video-content iframe {
    position: absolute;
    top: 15vh;
    width: 100%;
}
.homepage-video-text {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 7px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    position: absolute;
    top: 8vh;
}
.homepage-video-text-below {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    position: absolute;
    top: 15vh;
    font-weight: bold;
    text-align: right;
    width: 100%;
}
.homepage-video-text-below a {
    display: inline-block;
    color: #FFF !important;
    margin-bottom: 20px;
}
.homepage-specials {
    background: #FFF;
    position: relative;
}
.homepage-specials-content {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -57px;
    margin-bottom: -57px;
    padding-bottom: 80px;
    padding-top: 40px;
}
.homepage-specials::before {
    display: block;
    content: " ";
    background-image: url("../images/template/crackle-up.png");
    background-position: center;
    background-size: cover;
    height: 57px;
    width: 100%;
    position: relative;
    z-index: 300;
    top: -57px;
}
.homepage-specials::after {
    display: block;
    content: " ";
    background-image: url("../images/template/crackle-down.png");
    background-position: center;
    background-size: cover;
    height: 57px;
    width: 100%;
    position: relative;
    z-index: 300;
    top: 57px;
}
.special-offers-header {
    font-size: 30px;
    line-height: 30px;
    color: #001522;
    text-align: right;
    font-weight: bold;
    display: block;
    letter-spacing: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.homepage-trip {
    background: #001522;
}
.homepage-trip img {
    width: 100%;
    max-height: 275px;
}
.homepage-trip-info {
    color: #FFF;
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
}
.homepage-route, .sale-header {
    font-family: BellRG;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.homepage-route a {
    color: #FFF !important;
    font-family: BellRG;
}
.homepage-price {
    margin-top: 40px;   
}
.homepage-now-price, .sale-link a {
    font-weight: bold;
    font-size: 22px !important;
    line-height: 22px !important;
    margin-top: 10px;
}
.homepage-sale-module {
    background: #f89a3e;
    color: #FFF;
    height: 550px;
    position: relative;
}
.homepage-sale-module a {
    color: #FFF !important;
    font-size: 18px;
    line-height: 18px;
}
.sale-dates {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
}
.sale-subheader {
    font-size: 22px;
    line-height: 22px;
}
.sale-inner {
    padding: 20px;   
}
.sale-link {
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.homepage-quicklinks {
    min-height: 55vh;
    position: relative;
    background-size: cover;
    background-position: center;
}
.quicklinks-header {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
    display: block;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.homepage-quicklinks-content {
    padding-top: 100px;   
}
.homepage-quicklinks-menu {
    text-align: right;
    margin-top: -30px;
}
.homepage-quicklinks-menu a {
    color: #FFF !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 22px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block !important;
}
.homepage-quicklinks-menu a:hover {
    background: transparent !important;
    text-decoration: underline !important;
}
.footer-container {
    background: #f89a3e;
}
.footer-container::before {
    display: block;
    content: " ";
    background-image: url("../images/template/orange-crackle-up.png");
    background-position: center;
    background-size: cover;
    height: 57px;
    width: 100%;
    position: relative;
    z-index: 300;
    top: -57px;
}
.footer-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    min-height: 20vh;
    color: #FFF;
}
.footer-content .moduletable > h3 {
    color: #FFF !important;
    font-family: Arial, sans-serif !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid #FFF !important;
    padding-bottom: 5px;
    letter-spacing: 3px;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}
.footer-content ul a {
    color: #FFF !important;
    padding-left: 0px !important;
    padding: 2px;
    background: transparent !important;
    text-transform: uppercase;
}
.footer-content a {
    color: #FFF !important;   
}
.footer-content i {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-right: 15px;
}
.site-logo {
    position: absolute;
    top: 10px;
    z-index: 1001;
    height: 100px;
    transition: height .5s;
}
.site-logo.shrinky {
    height: 40px;
}
.holiday-header-image {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.holiday-header-image::after {
    display: block;
    content: " ";
    background-image: url("../images/template/crackle-up.png");
    background-position: center;
    background-size: cover;
    height: 57px;
    width: 100%;
    position: absolute;
    z-index: 300;
    bottom: 0px;
}
.trip-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.code-col .oblong-label, .days-col .oblong-label, .price-col .oblong-label {
    color: #FFF !important;   
}
.physical-col, .accom-col, .review-col {
    color: #f89a3e !important;   
}
.trip-info-box {
    border: 2px solid #f89a3e;
    margin-bottom: 30px;
}
.code-col, .days-col, .price-col {
    background: #f89a3e;
    color: #FFF;
}
.trip-info-box .oblong-content, .accom-percent, .review-rating {
    font-size: 16px;
    line-height: 16px;
}
.trip-info-box .oblong-label {
    font-weight: 300;
    margin-bottom: 3px;
}
.physical-rating {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #FFF;
    border-radius: 100px;
    margin-top: 2px;
}
.physical-rating:last-of-type {
    margin-right: 0px;   
}
.physical-rating.orange {
    background: #FFF;   
}
.trip-info-box > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 63px;
}
.accom-percent {
    display: inline-block;
    margin-left: 5px;
}
.row.no-padding {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.holiday-route {
    font-size: 32px;
    line-height: 47px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.holiday-subroute {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "Arial", sans-serif !important;
}
.autocomplete-suggestions {
    background: #FFF;
    color: #001522;
    overflow-y: auto;
    width: 430px !important;
}
.autocomplete-suggestion {
    padding: 10px 20px;
    padding-left: 40px;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 16px;
    line-height: 16px;
}
.autocomplete-suggestion:hover, .autocomplete-selected {
    background: #f89a3e;
    color: #001522;
}
.autocomplete-group {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.reversible-trip {
    display: inline-block;
    margin-left: 20px;
}
.reversible-trip img {
    margin-top: -20px;   
}
.holiday-duration {
    font-weight: bold;
    color: #f89a3e;
    margin-bottom: 20px;
    font-size: 16px;
}
.itinerary-map {
    box-shadow: 1px 1px 7px 2px rgba(0,21,34,0.5);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    cursor: pointer;
}
.accordion .daily-itinerary-container {
  border-style: solid;
  border-width: 8px 0px 0px 0px;
  -moz-border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 0 0 repeat;
  -webkit-border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 0 0 repeat;
  -o-border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 0 0 repeat;
  border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 0 0 fill repeat;
  padding-top: 20px;
  padding-bottom: 20px; }
.accordion:last-of-type .daily-itinerary-container {
  border-style: solid;
  border-width: 8px 0px;
  -moz-border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 repeat;
  -webkit-border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 repeat;
  -o-border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 repeat;
  border-image: url(https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/template/horizontal-dots.png) 8 0 fill repeat;
  margin-bottom: 20px; }

.daily-itinerary-container table {
  margin: 0px !important;
}
.date-container .day {
  color: #eea43d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: ArialBold, sans-serif;
}
.itinerary-image-caption {
  position: relative;
  right: 5px;
  top: -25px;
  background: #001522;
  color: #FFF;
  padding: 5px;
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px; }

.day-details .description strong {
  color: #eea43d;
}
.daily-activities {
    background: #E3E3E3;
    padding: 20px;
}
.daily-activities table {
    width: 100% !important;
}
.daily-activities p {
    margin: 0px;
}
.daily-activities th {
    font-size: 12px;
    line-height: 12px;
    color: #f89a3e;
    text-align: left;
}
.accordion:last-of-type .daily-itinerary-container {
    margin-bottom: 0px !important;
}
.accordion-body.in.collapse .accordion-toggle-icon.pull-right {
    display: block;
}
.accordion-body.collapse .accordion-toggle-icon.pull-right {
    display: none;
}
.expand-toggler-text {
    font-family: BellRG, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
}
.accordion-body.in.collapse .accordion-toggle-icon.left-toggle {
    display: none;
}
.accordion-body.collapse .accordion-toggle-icon.left-toggle {
    display: block;
}
.accordion-body img.lazy {
    width: 100%;
}
.accordion-body.collapsed.in img.lazy {
    display: block !important;
}
.accordion-body.collapsed img.lazy {
    display: none;
}
.accordion.itineraries {
  margin: 0px;
}
.accordion.itineraries .accordion-group {
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
}
.accordion.itineraries .accordion-toggle {
    padding: 0px;
}
.accordion.itineraries .accordion-body.collapse:not(.in) {
    height: 60px !important;
    overflow: hidden;
    display: block;
}
.accordion.itineraries .accordion-body.collapse:not(.in) .itinerary-image, .accordion.itineraries .accordion-body.collapse:not(.in) .itinerary-image-caption, .accordion.itineraries .accordion-body.collapse:not(.in) img.lazy, .accordion.itineraries .accordion-body.collapse:not(.in) .actual-date, .accordion.itineraries .accordion-body.collapse:not(.in) .day-details, .accordion.itineraries .accordion-body.collapse:not(.in) .activities {
    display: none !important;
}
.accordion-toggle-icon .toggler-graphic, .toggler-graphic {
    width: 15px;
    height: 15px;
    background-image: url("../images/template/collapse.png");
    background-position: 0px 0px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: -3px;
}
.accordion-toggle-icon.collapsed .toggler-graphic, .toggler-graphic.closed {
    background-position: 15px 0px;
}
.accordion-toggle-icon {
    color: #f89a3e;
    text-transform: uppercase;
}
.accordion-toggle-icon.expand .toggler-graphic {
    background-position: 15px 0px !important;
}
.accordion-toggle-icon.contract .toggler-graphic {
    background-position: 0px 0px !important;
}
.accordion.itineraries {
    overflow-x: hidden;
}
.trip-header {
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
    font-weight: bold !important;
    margin-top: 40px;
    margin-bottom: 40px;
}
#dragoselect {
    display: inline-block;
    background: #FFF url("../images/select-bg.png") repeat-x bottom;
}
#dragoselect select {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #de7d12;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 10px;
    padding-right: 40px;
    width: auto;
    height: auto;
    line-height: auto !important;
    background-image: url("../images/select-arrow.png");
    background-size: 28px 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-bottom: 0px;
    outline: none !important;
    -moz-outline: none;
    -webkit-outline: none;
}
.date-content {
    margin-bottom: 30px;
    text-align: right;
}
.expand-contract {
    margin-top: 20px;
    margin-bottom: 30px;
}
.trip-notes-button {
    background: #f89a3e;
    color: #FFF !important;
    font-size: 14px !important;
    line-height: 14px !important;
    display: inline-block;
    margin-left: 0px;
    padding: 10px 15px;
    letter-spacing: 1px !important;
    cursor: pointer;
    text-decoration: none !important;
}
.sweet-alert button.cancel {
    background: #f89a3e !important;   
}
.booking-button {
    background: #8d9256;
    color: #FFF !important;
    border-radius: 5px;
    font-size: 16px !important;
    line-height: 16px !important;
    display: block;
    margin-left: 20px;
    padding: 10px 15px;
    letter-spacing: 1px !important;
    cursor: pointer;
    text-decoration: none !important; 
    font-weight: bold !important;
    text-align: center;
}
.booking-button.enquiry-button {
    background: #547085;
    cursor: help;
}
.booking-button-disabled {
    background: #333;
    color: #FFF !important;
    border-radius: 5px;
    font-size: 16px !important;
    line-height: 16px !important;
    display: block;
    margin-left: 20px;
    padding: 10px 15px;
    letter-spacing: 1px !important;
    cursor: not-allowed;
    text-decoration: none !important; 
    font-weight: bold !important;
    text-align: center;
}
.price-row, .price-headers {
    padding: 15px;
}
.price-headers {
    font-size: 16px;
    line-height: 16px;
    color: #f89a3e;
    font-weight: bold;
}
.price-row:nth-of-type(even) {
    background: rgba(248, 154, 62, .4);   
}
.itemToolbar {
    display: none;
}
.tripnotes a {
    font-size: 26px;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
    color: #f89a3e;
}
.tripnotes-text {
    font-size: 12px;
    line-height: 12px;
}
.booking-icons {
    font-size: 26px;
    line-height: 26px;
}
.orange-icon {
    color: #f89a3e;   
}
.photo-gallery-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#photo-placeholder-container {
    width: 100%;
    text-align: center;
}
.photo-chooser {
    border-top: 1px solid #001522;
    border-bottom: 1px solid #001522;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.photo-button {
    width: 100px;
    height: 66px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border .5s;
}
.photo-button:first-of-type {
    margin-left: 35px;
}
#photo-container-title {
    height: 52px;   
}
.photo-button:empty {
    display: none;
}
.photo-button:last-of-type {
    margin-right: 35px;
}
.photo-button img {
    width: 100% !important;
    height: auto !important;
}
.photo-active {
    border: 3px solid #cf8e1a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#photo-container-title {
    color: #001522;
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
}
#photo-scroller-control-right {
    background: #cf8e1a url("../images/arrow-right.png") center right no-repeat;
    width: 25px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 86px;
    z-index: 100;
    cursor: pointer;
}
#photo-scroller-control-left {
    background: #cf8e1a url("../images/arrow-left.png") center left no-repeat;
    width: 25px;
    float: left;
    position: absolute;
    left: 0px;
    height: 86px;
    z-index: 100;
    top: 0px;
    cursor: pointer;
}
.photo-carousel {
    position: relative;
}
#play-pause {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .75;
    cursor: pointer;
    border-radius: 100px;
}
#play-pause.play {
    background: #001522 url("../images/play.png") no-repeat;
    background-position: center;
}
#play-pause.pause {
    background: #001522 url("../images/pause.png") no-repeat;
    background-position: center;
}
.videos-gallery {
    margin-top: 20px;
}
.videos-gallery iframe {
    margin-bottom: 25px;   
}
.photo-gallery-subtitle {
    color: #eea43d;
    font-family: ArialBold, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.photo-box {
    background: #f9e8ce;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.photo-box h3 {
    margin: 0px;
    color: #e19731;
}
.photo-box p {
    margin: 0px;
}
#price-tabs {
    padding-left: 15px;
    padding-right: 15px;
}
.review-text {
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
}
.review-item {
    background: #f89a3e;
    margin-bottom: 20px;
}
.reviewer .fn, .reviewer .dtreviewed {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}
.ark.navbar {
    display: none !important;   
}
select {
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-content select {
    border: none !important;
    margin-bottom: 20px;
}
#sticky-wrapper {
    z-index: 800;
}
.sticky-trip-header {
    width: 100%;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    position: relative;
    z-index: 900 !important;
}
.sticky-trip-header a {
    color: #001522 !important;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none !important;
}
.holiday-title {
    margin-top: 30px;   
}
.grey-holiday-info {
    background: #f89a3e;
    padding: 20px;
    color: #FFF;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.grey-holiday-info .physical-rating {
    border: 2px solid #FFF;
    background: transparent;
}
.grey-holiday-info .physical-rating.orange {
    background: #FFF;
}
.grey-holiday-info-box {
    background: #744261;
    padding: 20px;
}
.grey-holiday-info-single {
    background: rgba(255, 255, 255, .10);
    padding: 10px;
    margin-bottom: 10px;
    color: #FFF;
}
.holiday-info-header {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 22px;
    border-bottom: 2px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-top: 0px;
    color: #FFF;
}
.holiday-mini-header {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.at-a-glance {
    background: #f89a3e;
    color: #FFF;
    padding: 20px;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.trip-highlight {
    max-width: 90%;   
}
#reviews-container .grid .grid-item {
    width: 32%;   
}
.gutter-sizer {
    width: 1.554%;   
}
.review-item .body-text i {
    color: rgba(255, 255, 255, .5);   
}
.review-item .body-text {
    font-style: italic;   
}
.sticky-trip-header {
    box-shadow: none;
    transition: box-shadow .5s;
}
.is-sticky .sticky-trip-header {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);   
}
.search_result {
  background: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  border: 1px solid #626262;
  padding: 10px;
  margin-bottom: 25px;
  overflow: visible !important; }
  .search_result:hover {
    background: #f5f5f5; }

.result-header h3 {
  margin: 0px;
  padding: 0px !important; }
  .result-header h3 a {
    color: #001522;
text-decoration: none;}
    .result-header h3 a:hover {
      text-decoration: none; }

.reversible {
  color: #f89a3e;
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
  padding-bottom: 5px; }

#holiday-photo > div {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
}

  .viewtour a {
    color: #FFF;
    font-family: ArialBold, sans-serif;
    font-size: 14px;
    line-height: 14px; }
    .viewtour a:hover {
      text-decoration: none; }

.codebox {
  background: #f89a3e;
  color: #FFF;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  padding: 5px;
    cursor: pointer;}
  .codebox .tripcode {
    font-family: BellRG, Arial, sans-serif !important;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 20px;
    letter-spacing: -1px; }
  .codebox .codetext {
    float: left;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    position: relative;
    bottom: -10px;
    left: -10px;
    margin-bottom: -10px; }

.physical-rating-container {
  padding-top: 7px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc; }

.physical-rating-tiny-label {
  font-size: 8px;
  line-height: 18px;
  position: relative;
  top: -5px;
  color: #001522; }

.physical-rating-graphic-container {
  float: right; }

.physical-rating-label {
  font-size: 9px;
  line-height: 18px;
  font-family: ArialBold, sans-serif; }

.price-container {
  padding-top: 5px;
  padding-bottom: 5px; }
  .price-container .orangey {
    color: #f89a3e;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial, sans-serif; }

.map {
  position: relative; }
  .map .search-itinerary-map {
    width: 100%;
      height: 270px;
      background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
      will-change: opacity;
      transform: translate3d(0,0,0);
    cursor: pointer; }
    .map .search-itinerary-map:hover {
      opacity: 1 !important; }

span.physical-rating {
  background: #FFF;
  display: inline-block;
  border: 1px solid #f89a3e;
  height: 16px;
  width: 16px;
  margin-right: 5px; }
  span.physical-rating:nth-of-type(7) {
    margin-right: 0px !important; }

.physical-rating-graphic-container span.physical-rating:nth-of-type(6) {
  margin-right: 0px !important; }

span.physical-rating.orange {
  background: #f89a3e; }

.search_result {
    width: 32.297333333%;
}
.search-result-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.search-result-container h1 {
    margin-bottom: 20px;   
}
.search-wishlist-link {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
}
.result-header .funky-text {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 46px;
}
.search_result .physical-rating {
    border-radius: 0px !important;   
}
.refine-container {
  background: #f0f0f0;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .refine-container input[type="date"] {
    width: 44% !important; }
  .refine-container .span5 img {
    margin-top: -8px; }
  .refine-container .refine-header {
    font-family: ArialBold, sans-serif;
    color: #e1972e;
    margin-bottom: 10px;
    font-size: 16px; }
.refine-search {
  background: #E9C39E;
  padding: 20px;
    transition: box-shadow .5s;
position: relative;}
.refine-search label {
    display: none;   
}
  .refine-search .search-label {
    color: #e09538;
    font-family: ArialBold, sans-serif; }
  .refine-search select {
    width: 100% !important; }
.refine-search ul {
  list-style-type: none;
  margin: 0px; padding: 0px; }
.refine-search li {
  float: left;
  width: 24% !important;
  margin-right: 1.33%; }
.refine-search input[type="submit"] {
  display: none; }
.refine-search .fieldgroup {
  float: left;
  background: #FFF url("https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/select-bg.png") repeat-x bottom;
  width: 100%;
  margin-bottom: 10px; }
.refine-search select {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #CCC;
  border-bottom: 1px solid #de7d12;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px 10px;
  padding-right: 40px;
  width: auto;
  height: 40px;
  line-height: auto !important;
  background-image: url("https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/select-arrow.png");
  background-size: 28px 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-bottom: 0px;
  outline: none !important;
  -moz-outline: none;
  -webkit-outline: none; }
.refine-search li:nth-of-type(4n+0) {
  margin-right: 0px; }
.physical-slider {
  background: #FFF url("https://dntqrkrrx8yy9.cloudfront.net/templates/dragoman/images/select-bg.png") repeat-x bottom;
  width: 49.38%;
  border: 1px solid #CCC;
  border-bottom: 1px solid #de7d12;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  float: right;
  position: relative;
  top: -50px; }

.physical-slider-title {
  color: #001522;
  font-family: ArialBold, sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.physical-slider-tiny-title {
  font-size: 12px;
  float: left;
    line-height: 12px;
    display: inline-block;
    margin-top: 4px;
}
  .physical-slider-tiny-title.pull-right {
    margin-left: 10px; }

.physical-slider .physical-rating {
  cursor: pointer; }

.photo-header {
    height: 40vh;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.photo-header::after {
    display: block;
    content: " ";
    background-image: url("../images/template/crackle-up.png");
    background-position: center;
    background-size: cover;
    height: 57px;
    width: 100%;
    position: absolute;
    z-index: 300;
    bottom: 0px;
}
.photo-header-inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 40vh;
    padding-top: 20px;
    padding-bottom: 20px;
}
.phone-number {
    text-align: right;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 24px;
    line-height: 24px;
}
.photo-header-search {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20vh;
}
#mapBoxChecker {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #f89a3e;
  cursor: pointer; }

.boxChecked {
  background: #f89a3e; }

#imageBoxChecker {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #f89a3e;
  cursor: pointer; }
.refine-search .physical-rating {
    border-radius: 0px !important;
}
.holiday-rating {
}
.essential-info {
    line-height: 40px;
    font-size: 20px;
}
.essential-info .row .col-md-4 {
    letter-spacing: 2px;   
}
.additional-countries {
    color: #FFF !important;
}
.alternatives-list a {
    display: block;
    margin-bottom: 5px;
    color: #FFF !important;
}
.alternatives-list a:last-of-type {
    margin-bottom: 0px;   
}
.alternatives-header {
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}
.trip-description {
    font-size: 20px;
    line-height: 26px;
    margin-top: 60px;
}
.itinerary-image {
    width: 100%;
}
#k2Container, #article-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 60px;
}
.breadcrumb {
    padding: 0px;
    background: transparent;
}
.breadcrumb .divider {
    display: inline-block;
    margin-left: 10px;
}
.breadcrumb>li+li:before {
    content: "";   
}
.country-box {
    background: #E5E5E5;
    padding: 20px;
    margin-bottom: 30px;
}
.country-box img.details {
    width: 100%;
    height: 236px;
}
.highlights-box {
    background: #f89a3e;
    color: #FFF;
    margin-top: 40px;
}
.highlights-box a {
    color: #FFF !important;
    display: block;
    border-bottom: 1px dotted #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
}
.highlights-box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.highlights-header {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: normal !important;
    font-size: 26px !important;
}
.highlights-content i {
    font-size: 18px;
    line-height: 18px;
    display: block;
}
.country-box-name {
    height: 52px;
}
.country-box-name.funky-text {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: bold;
}
.country-box-view-trips {
    margin-bottom: 20px;
    text-align: right;
}
.country-box-view-trips a {
    color: #001522 !important;   
}
.country-box-name.funky-text a {
    font-family: BellRG !important;
    color: #001522 !important;
    text-decoration: none !important;
}
.country-box-container {
    margin-top: 20px;
    margin-bottom: 60px;
}
.viewalltoursbutton, .cfdiv_submit input {
    background: #001522;
    padding: 10px 15px !important;
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: capitalize;
}
.destination-grid {
    margin-top: 40px;
}
.search-pagination .btn-group {
    float: right;   
}
.homepage-sale-module img {
    max-height: 275px;
    width: 100%;
}
.is-sticky .refine-search-options {
    display: none;
}
.is-sticky .refine-search {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index: 500 !important;
}
.is-sticky .refine-search h2 {
    margin-bottom: 0px !important;   
}
.black-button {
    background: #001522 !important;
    color: #FFF !important;
    border: none;
    border-radius: 0px;
}
.refine-buttons {
    position: absolute;
    text-align: right;
    top: 20px;
    right: 20px;
}
#search_page {
    margin-bottom: 80px;   
}
#reviews-container {
    margin-bottom: 80px;   
}
.show-more-dates {
    background: #f89a3e;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    text-align: center;
}
.show-more-dates i {
    position: relative;
    top: 0px;
    transition: top .25s;
}
.show-more-dates:hover i {
    top: 5px;   
}
.tooltip, .tooltip-inner {
    min-width: 25vw !important;   
}
.itinerary-body {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    border-left: 1px solid #f89a3e;
    border-right: 1px solid #f89a3e;
    border-bottom: 1px solid #f89a3e;
}
.itinerary-body.inactive {
    height: 0px;
    border: none;
    padding: 0px;
}
a[data-toggle="tooltip"] {
    display: inline-block !important;   
}
.itinerary-header {
    background: #f89a3e;
    color: #FFF;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
.right-aligned {
    text-align: right !important;   
}
.close-all-days {
    display: inline-block;
    margin-left: 10px;
}
.traveldate-object {
    margin-left: 1.3%;
}
h1, #k2Container h2, #k2Container h3, #k2Container h4, #k2container h2 a, #k2container h3 a, #k2container h4 a {
    font-family: BellRG !important;
    letter-spacing: 2px;
    font-weight: bold;
}
.special-offers-container, #chronoform_NewsletterSignup, .site-container, .booking-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.website-container, .current.content, .Chronoform {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 80px;
}
.ptq-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.reversible {
    height: 37px;   
}
.catItemDateCreated {
    font-size: 18px !important;
    line-height: 18px !important;
    color: #f89a3e !important;
    float: right;
}
.catItemImageBlock {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.catItemView {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.itemContainer {
    float: none !important;   
}
.itemListView .itemContainer:nth-of-type(even) {
    float: right;   
}
#itemListLeading {
    margin-bottom: 60px;
}
.catItemImage {
    margin-bottom: 0px !important;   
}
.catItemIntroText {
    padding-top: 0px !important;   
}
.itemListView .componentheading {
    margin-bottom: 40px !important;   
}
div.k2Pagination, #requestForm {
    margin-bottom: 80px !important;   
}
.control-group {
    margin-bottom: 20px;   
}
.control-group input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #f89a3e;
    width: 80%;
}
.control-group #dragoselect {
    width: 80% !important;   
}
.control-group #dragoselect select {
    width: 100% !important;   
}
#map-canvas {
    height: 50vh;
    margin-bottom: 120px;
}
#booking-summary {
    background: #f89a3e;
    padding: 20px;
    color: #FFF;
}
#booking-summary h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.dob-controls #dragoselect {
    width: 26% !important;   
}
.dob-controls > #dragoselect:nth-of-type(1), .dob-controls > #dragoselect:nth-of-type(2) {
    margin-right: 1%;
}
#address {
    margin-bottom: 20px;   
}
.btn-default {
    border: none;
    background: #001522;
    color: #FFF;
    border-radius: 0px;
}
.btn-default:hover {
    background: #001522;
    color: #FFF;
}
.error-box {
    background: #F8D7DA;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 20px;
}
.error-box h3 {
    margin-top: 0px;   
}
legend {
    font-family: BellRG;
    letter-spacing: 2px;
    font-weight: bold;
}
.issue-date-controls #dragoselect {
    width: auto !important;   
}
.search-pagination .btn-default[disabled] {
    background: #001522 !important;   
}
#jux-social-stream, .dcsns-toolbar {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
#jux-social-stream {
    margin-bottom: 60px;   
}
div.catItemVideoBlock {
    background: none;   
}
div.catItemVideoBlock h3 {
    display: none;   
}
.width-modify {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
}
.width-modify h3 {
    font-family: BellRG;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
#form-login-username input, #form-login-password input {
    width: 50%;   
}
#login-form ul {
    margin-bottom: 80px;   
}
#modlgn-username {
    border-bottom: 1px solid #CCC;   
}
.homepage-action-button {
    text-align: center;
    position: absolute;
    top: 29vh;
    width: 100%;
}
.homepage-action-button a {
    border: 3px solid #FFF;
    color: #FFF !important;
    transition: all .25s;
    padding: 10px 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-weight: bold;
    text-decoration: none !important;
}
.homepage-action-button a:hover {
    background: #f89a3e;
    text-shadow: none;
}
.staff-profile-image {
    margin-bottom: 20px !important;   
}
.highlights-box {
    color: #FFF;
}
.highlights-box p:last-of-type {
    margin-bottom: 0px;   
}
.highlights-header {
    border-bottom: 2px solid #FFF;
    padding-bottom: 5px !important;
}
.highlight-hidden {
    display: none;   
}
.hide-highlights.hidden, .show-more-highlights.hidden {
    display: none !important;      
}
.show-more-highlights, .hide-highlights {
    background: #FFF;
    padding: 7px 10px !important;
    display: inline-block !important;
    margin-top: 20px;
}
.holiday-details.americas .grey-holiday-info, .holiday-details.americas .trip-notes-button, .holiday-details.americas .itinerary-header, .holiday-details.americas .show-more-dates, .holiday-details.americas .review-item, .search_result.americas .codebox, .search_result.americas span.physical-rating.orange, .holiday-details.americas .highlights-box, .holiday-details.americas .grey-holiday-info-box {
    background: #744261;   
}
.holiday-details.asia .grey-holiday-info, .holiday-details.asia .trip-notes-button, .holiday-details.asia .itinerary-header, .holiday-details.asia .show-more-dates, .holiday-details.asia .review-item, .search_result.asia .codebox, .search_result.asia span.physical-rating.orange, .holiday-details.asia .highlights-box, .holiday-details.asia .grey-holiday-info-box {
    background: #547085;   
}
.holiday-details.africa .grey-holiday-info, .holiday-details.africa .trip-notes-button, .holiday-details.africa .itinerary-header, .holiday-details.africa .show-more-dates, .holiday-details.africa .review-item, .search_result.africa .codebox, .search_result.africa span.physical-rating.orange, .holiday-details.africa .highlights-box, .holiday-details.africa .grey-holiday-info-box {
    background: #8d9256;   
}
.holiday-details.family .grey-holiday-info, .holiday-details.family .trip-notes-button, .holiday-details.family .itinerary-header, .holiday-details.family .show-more-dates, .holiday-details.family .review-item, .search_result.family .codebox, .search_result.family span.physical-rating.orange, .holiday-details.family .highlights-box, .holiday-details.family .grey-holiday-info-box {
    background: #ad4638;   
}
.holiday-details.americas .itinerary-body {
    border-left: 1px solid #744261;   
    border-right: 1px solid #744261;   
    border-bottom: 1px solid #744261;   
}
.holiday-details.asia .itinerary-body {
    border-left: 1px solid #547085;   
    border-right: 1px solid #547085;   
    border-bottom: 1px solid #547085;   
}
.holiday-details.africa .itinerary-body {
    border-left: 1px solid #8d9256;   
    border-right: 1px solid #8d9256;   
    border-bottom: 1px solid #8d9256;   
}
.holiday-details.family .itinerary-body {
    border-left: 1px solid #ad4638;   
    border-right: 1px solid #ad4638;   
    border-bottom: 1px solid #ad4638;   
}
.holiday-details.americas .daily-activities th, .holiday-details.americas .photo-gallery-subtitle, .holiday-details.americas .price-headers, .holiday-details.americas .orange-icon, .holiday-details.americas .tripnotes a, .search_result.americas .orangey, .search_result.americas .search-kitty-col i, .search_result.americas .reversible, .search_result.americas .countries-list a, .holiday-details.americas .activity-header, .holiday-details.americas .show-more-highlights, .holiday-details.americas .hide-highlights {
    color: #744261 !important;   
}
.holiday-details.asia .daily-activities th, .holiday-details.asia .photo-gallery-subtitle, .holiday-details.asia .price-headers, .holiday-details.asia .orange-icon, .holiday-details.asia .tripnotes a, .search_result.asia .orangey, .search_result.asia .search-kitty-col i, .search_result.asia .reversible, .search_result.asia .countries-list a, .holiday-details.asia .activity-header, .holiday-details.asia .show-more-highlights, .holiday-details.asia .hide-highlights {
    color: #547085 !important;   
}
.holiday-details.africa .daily-activities th, .holiday-details.africa .photo-gallery-subtitle, .holiday-details.africa .price-headers, .holiday-details.africa .orange-icon, .holiday-details.africa .tripnotes a, .search_result.africa .orangey, .search_result.africa .search-kitty-col i, .search_result.africa .reversible, .search_result.africa .countries-list a, .holiday-details.africa .activity-header, .holiday-details.africa .show-more-highlights, .holiday-details.africa .hide-highlights {
    color: #8d9256 !important;   
}
.holiday-details.family .daily-activities th, .holiday-details.family .photo-gallery-subtitle, .holiday-details.family .price-headers, .holiday-details.family .orange-icon, .holiday-details.family .tripnotes a, .search_result.family .orangey, .search_result.family .search-kitty-col i, .search_result.family .reversible, .search_result.family .countries-list a, .holiday-details.family .activity-header, .holiday-details.family .show-more-highlights, .holiday-details.family .hide-highlights {
    color: #ad4638 !important;   
}
.holiday-details.americas .photo-active {
    border: 3px solid #744261;   
}
.holiday-details.asia .photo-active {
    border: 3px solid #547085;   
}
.holiday-details.africa .photo-active {
    border: 3px solid #8d9256;   
}
.holiday-details.family .photo-active {
    border: 3px solid #ad4638;   
}
.holiday-details.americas .price-row:nth-of-type(even) {
    background: rgba(116, 66, 97, .4);   
}
.holiday-details.asia .price-row:nth-of-type(even) {
    background: rgba(84, 112, 133, .4);   
}
.holiday-details.africa .price-row:nth-of-type(even) {
    background: rgba(141, 146, 86, .4);   
}
.holiday-details.family .price-row:nth-of-type(even) {
    background: rgba(173, 70, 56, .4);   
}
.search_result.americas span.physical-rating {
    border-color: #744261;   
}
.search_result.asia span.physical-rating {
    border-color: #547085;   
}
.search_result.africa span.physical-rating {
    border-color: #8d9256;   
}
.search_result.family span.physical-rating {
    border-color: #ad4638;   
}
.activity-header {
    font-weight: bold;
    margin-bottom: 10px;
}
.single-activity {
    background: #D3D3D3;
    padding: 10px;
    margin-bottom: 10px;
}
.single-activity:last-of-type {
    margin-bottom: 0px;   
}
.single-activity .col-md-3 {
    text-align: right;   
}
#added-to-wishlist {
  position: fixed;
  bottom: 0px;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  padding: 10px;
  left: 50%;
  margin-left: -90px;
  z-index: 1000;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 41px;
  margin-bottom: 20px; }
  ul.tabs li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block; }
    ul.tabs li a {
      color: #df6d3b;
      background-color: #FFF;
      margin-right: 2px;
      line-height: 1.428571429;
      border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0;
      position: relative;
      display: block;
      padding: 10px 15px;
      text-decoration: none !important; }
    ul.tabs li.open a {
      border: 1px solid #DDD;
      border-bottom: 1px solid #FFF;
      color: #555; }
      ul.tabs li.open a:hover {
        border-color: #DDD #DDD #FFF #DDD;
        background-color: #FFF; }
    ul.tabs li a:hover {
      border-color: #eeeeee #eeeeee #dddddd;
      background-color: #EEE; }
.alert.alert-message {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background: #E9C39E;
    margin-top: 80px;
}
.homepage-specials-content .search_result {
    width: 100%;
    position: relative;
}
.special-offers-full-link {
    margin-top: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;   
}
.location-element {
  float: left;
  background: #DDD;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-right: 10px; }
  .location-element a {
    display: inline-block;
    margin-left: 5px; }
  .location-element:last-of-type {
    margin-right: 0px; }

#location .text {
    margin-bottom: 40px;   
}
.modal-header {
    background: #f89a3e;
    color: #FFF;
    font-family: BellRG;
}
.modal-header h5 {
    font-size: 24px;
    line-height: 24px;   
}
.modal-header button.close {
    cursor: pointer;
}
.dest-header-back {
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    float: right;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 10px 15px;
    border: 1px solid #f89a3e;
    text-decoration: none !important;
    transition: all .25s;
}
.dest-header-back:hover {
    background: #f89a3e;
    color: #FFF;
}
.modal-footer {
    background: #f89a3e;   
}
.modal {
    z-index: 9999;   
}
.userdata {
    width: 100%;   
}
#lhc_need_help_container {
    display: none;   
}
.footer-content ul {
    padding-left: 0px;   
}
.footer-content ul li {
    display: block;
    width: 100%;
}
.homepage-quicklinks-menu li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
#chronoform_onrequest {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 80px;
}
.dateNotes {
    margin-top: 60px;   
}
.homepage-brochure-boxes {
    margin-left: 20px;
    position: relative;
    top: 15vh;
}
.homepage-brochure {
    margin-bottom: 20px;
}
/*span.catItemImage img, .catItemBody img {
    height: 275px !important;   
}*/
.k2ReadMore {
    background: #f89a3e;
    color: #FFF !important;
    border-radius: 5px;
    font-size: 16px !important;
    line-height: 16px !important;
    display: inline-block;
    padding: 10px 15px;
    letter-spacing: 1px !important;
    cursor: pointer;
    text-decoration: none !important; 
    font-weight: bold !important;
}
.catItemIntroText {
    min-height: 132px;   
}
.catItemTitle {
    min-height: 66px;   
}
#photo-placeholder-image {
    max-width: 524px;
    max-height: 349px;
}
.search-pagination .btn-default[disabled="disabled"] {
    background: #AAA !important;   
}
.share-buttons {
    margin-top: 10px;
}
.share-buttons a {
    font-size: 28px !important;
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    color: #FFF !important;
    padding-top: 3px;
    margin-right: 5px;
    position: relative;
    transition: top .25s;
    top: 0px;
}
.share-buttons a i {
    font-size: 28px !important;   
}
.share-buttons a:hover {
    top: -5px;
}
.share-buttons a:last-of-type {
    margin-right: 0px;   
}
.whatsapp-button {
    background: #075e54;
    display: none !important;
}
.facebook-button {
    background: #3b5998; 
}
.twitter-button {
    background: #1da1f2;   
}
.google-button {
    background: #dd4b39;   
}
#location h2, #location h3 {
    font-family: BellRG;
    font-weight: bold;
    letter-spacing: 1px;
}
.nav-link {
    display: block !important;   
}
.newsletter-popup {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 20vw;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    background: #FFF;
    color: #001522;
    font-size: 18px;
    line-height: 18px;
    border: 2px solid #BBB;
    border-bottom: none;
    border-left: none;
    z-index: 999;
}
.newsletter-popup-title {
    cursor: pointer;   
}
.newsletter-popup-content {
    display: none;   
}
.newsletter-popup.active .newsletter-popup-content {
    display: block;   
}
.traveldate-object {
    float: left;
}
.traveldate-object:nth-of-type(3n+0) {
    margin-right: 0px;
}
.traveldate-object:nth-of-type(3n-2) {
    margin-left: 0px;
}
.itemFullText > p:not(:empty):before, .itemFullText > h1:not(:empty):before, .itemFullText > h2:not(:empty):before, .itemFullText > h3:not(:empty):before, .itemFullText > h4:not(:empty):before, .itemFullText > h5:not(:empty):before, .itemFullText > h6:not(:empty):before {
    content: "";
    display: block;
    clear: both;
}
.itemBackToTop {
    margin-bottom: 20px;   
}
.catItemVideoBlock {
    padding: 0px !important;
    margin: 0px !important;
}
.catItemVideoBlock iframe {
    width: 100%;
}
.jb.bottom.blue .jb.cookie-bg.white, .jb.bottom.blue .jb.cookie-bg.black {
    border-top: 1px solid #f89a3e;   
}
.jb.cookie-bg.black {
    background: #f89a3e;   
}
.jb.cookie.blue p a {
    color: #FFF;   
}
.jb.cookie h2 {
    font-family: BellRG;
    letter-spacing: 2px;
}
.jb.accept.blue {
    background: #8d9256;   
}
.jb.accept {
    text-shadow: none;
    border: none;
}
.hidden-desktop {
    display: none;   
}
.deposit-info {
    margin-top: 5px;
}
.header-search {
    display: inline-block;
    font-size: 32px;
    padding: 0px 10px;
    border: 1px solid #FFF;
    cursor: pointer;
    position: absolute;
    border-radius: 5px;
    transition: background .25s, color .25s;
    color: #FFF;
}
.header-search:hover, .header-search.active {
    background: #FFF;
    color: #f89a3e;
}
.header-search-width {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.header-search-form {
    min-width: 30vw;   
}
.homepage-top-search-form {
    margin-left: 66px;   
}
.header-search-container {
    background: #f89a3e;
    padding: 10px;
    position: fixed;
    top: 120px;
    right: -575px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 901;
    transition: right .25s;
    width: 650px;
}
.header-search-container.active {
    right: 0px;   
}
.header-search-container .fake-search {
    min-width: 15vw !important;
}

.mobile-menu-container ul {
    list-style-type: none;   
}
.mobile-menu-container > .moduletable > ul {
    display: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.mobile-menu-container.active > .moduletable > ul {
    display: block;
    padding-top: 46px;
}
.mobile-menu-container {
    background: #f89a3e;
    padding: 10px;
    color: #FFF;
    min-height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    z-index: 1050 !important;
}
.menu-toggler {
    border: 1px solid #FFF;
    padding: 6px 11px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    font-size: 18px;
    transition: all .25s;
    cursor: pointer;
}
.mobile-menu-container.active .menu-toggler {
    color: #F89A3E;
    background: #FFF;
}
.mobile-menu-container li {
    position: relative;   
}
.mobile-menu-container > .moduletable a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    color: #FFF !important;
    text-decoration: none !important;
}
.mobile-menu-container ul {
    padding-left: 15px;
}
.mobile-menu-container > .moduletable > ul {
    padding-left: 0px;   
}
.mobile-menu-container > .moduletable > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, .5);   
}
.mobile-menu-container > .moduletable > ul > li > ul {
    margin-bottom: 10px;   
}
.mobile-menu-container li.parent > ul {
    display: none;   
}
.mobile-menu-container li.parent.active > ul {
    display: block;   
}
.mobile-menu-container li.parent > a::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    cursor: pointer;
}
.mobile-menu-container li.parent.active > a::after {
    content: "-";   
}
.mobile-logo {
    height: 45px;
    width: auto;
    position: absolute;
    top: 8px;
    left: 10px;
}
.homepage-brochure-boxes {
    text-align: center !important;   
}
.homepage-brochure-boxes img, .homepage-video-content iframe {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#system-message-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.component-container > .login {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.hidden-video {
    display: none;   
}
.unhide-videos {
    padding: 15px;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-family: "BellRG";
    text-align: center;
    cursor: pointer;
}
.holiday-details.americas .unhide-videos {
    background: #744261; 
}
.holiday-details.asia .unhide-videos {
    background: #547085;  
}
.holiday-details.africa .unhide-videos {
    background: #8d9256;   
}
.holiday-details.family .unhide-videos {
    background: #ad4638; 
}
.wheelspin {
    background: #f3c5bd; /* Old browsers */
    background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    font-size: 50px;
    padding: 85px 60px;
    border-radius: 1000px;
    float: left;
    cursor: pointer;
    transition: border .25s, color .25s;
    border: 5px solid #DDD;
    margin-top: 40px;
}
.wheelspin:hover {
    color: #001522;
    border: 5px solid #001522;
}
.wheel-container {
    position: relative;
    width: 700px;
    height: 700px;
    margin-bottom: 100px;
}
.wheel {
    width: 500px;
    height: 500px;
    transition: all 5s cubic-bezier(.1, .98, .8, 1);
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.wheel-inner, .wheel-bulbs {
    position: absolute;
    top: 0px;
    left: 0px;
}
.wheel-clicker {
    position: absolute;
    right: 85px;
    top: 337.5px;
}
.wheel-bulbs {
    width: 700px;
    height: 700px;
    top: -95px;
    left: -100px;
    border-radius: 1000px;
}
.wheel-bulbs, .wheel, .wheel-inner {
    margin-top: 100px;
    margin-left: 100px;
}
.remaining {
    margin-top: 20px;   
}
.field-error {
    border: 3px solid #CF3721 !important;   
}
#paymentErrors {
    display: block;
    margin-bottom: 20px;
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: .25rem;
}
#paymentErrors:empty {
    display: none;   
}
.stay-visible {
    display: flex !important;   
}
.callback-button {
    position: fixed;
    right: 0px;
    top: 240px;
    background: #f89a3e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 20px;
    color: #FFF;
    border: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    cursor: pointer;
    transition: all .25s;
    z-index: 1001;
}
.callback-button:hover {
    background: #FFF;
    color: #f89a3e;
}
.banner-holder {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video {
    position: absolute;
    top: 0px;
    width: 100%;
}
.video iframe {
    height: 75vh;   
}
.video-banner {
    position: relative;
    z-index: 100;
    height: 100%;
}
.video-banner img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.homepage-search-controls.video-override {
    z-index: 101;
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
    top: 60vh;
}
.homepage-search.video-override {
    height: 75vh;   
}

.grey-holiday-info-box span.physical-rating {
    background: transparent;
  display: inline-block;
  border: 1px solid #FFF;
  height: 16px;
  width: 16px;
  margin-right: 5px; }
.grey-holiday-info-box span.physical-rating.orange {
  background: #FFF; }
.shorter-trips-box {
    margin-top: 40px;   
}
.shorter-trips-box h2 {
    color: #FFF;   
    margin-top: 0px;   
}
.shorter-trip-map img {
    width: 100%;
}
.shorter-trip-map {
    height: 100%;
    margin-bottom: 20px;
}
.shorter-trip-title {
    background: #000;
    display: block;
    color: #FFF;
    padding: 10px;
}
.itemListCategory {
    border: none !important;
    padding: 0px !important;
    background: transparent !important;
}
.question-button {
    position: relative;
}
.question-button a {
    padding: 10px 15px;
    background: #F89A3E;
    border-radius: 5px;
    color: #FFF !important;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
}


.speech-bubble-question {
    width: 60%;
}
.speech-bubble {
    border-radius: 60px;
    padding: 30px;
    border: 3px solid #F89A3E;
    position: relative;
    top: -62px;
    width: 72%;
    background: #FFF;
    margin-left: auto;
}
.speech-bubble p:last-of-type {
    margin-bottom: 0px;
}
.speech-bubble-bottom {
    margin-left: auto;
    height: 48px;
    position: relative;
    top: -65px;
    display: block;
    left: -20px;
}
.review-rating {
    margin-bottom: 10px;
}
.review-rating i {
    font-size: 18px;
    margin-right: 5px;
}
.reviewer-details {
    margin-top: 10px;
}
/* BIG SCREENS */
@media (min-width:1280px) {
    .video {
        top: -25%;   
    }
    .video-banner img {
        margin-left: 12%;
        display: inline;
    }
    .only-mobile {
        display: none;
    }
}
/* SQUARE SCREENS */
@media (max-width:1281px) and (max-height:1210px) {
    :root {
       --site-width: 90vw;
    }
    .only-mobile {
        display: none;
    }
    .speech-bubble-inner {
        bottom: 65px;
        right: 45px;
        max-width: 50%;
    }
    .video {
        top: 0px;   
    }
    .video-banner img {
        margin-left: auto;
        display: block;
    }
    .homepage-search-controls.video-override {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        top: 58vh;
    }
    .map-header {
        font-size: 26px;
        line-height: 26px;
    }
    .map-subheader {
        font-size: 20px;
        line-height: 20px;
    }
    #lhc_need_help_container {
        display: none;   
    }
    .route-box .continent, .route-box .route {
        display: none;   
    }
    .tours-header {
        margin-top: 0px;   
    }
    .route-box .tours {
        height: 80% !important;
    }
    .homepage-video-text {
        font-size: 30px;   
    }
    .homepage-video-text-below {
        font-size: 26px;   
    }
    .gutter-sizer {
        width: 2%;   
    }
    .newsletter-popup {
        width: 25vw;   
    }
    .menu-inner, .homepage-search-content, #location, .map-headers, .route-box-container, .homepage-video-content, .homepage-quicklinks-content, .homepage-specials-content, .footer-content, .trip-content, .search-result-container, .photo-header-inner, #k2Container, #article-content, .special-offers-container, #chronoform_NewsletterSignup, .site-container, .booking-container, .website-container, .current.content, .Chronoform, #jux-social-stream, .dcsns-toolbar, .width-modify, .alert.alert-message, #chronoform_onrequest, .header-search-width {
        max-width: 90vw;   
    }
    .header-search-container {
        height: 58px;
        top: 60px;
        border-radius: 0px !important;
        right: -590px;
    }
    .header-search {
        padding: 0px 8px !important;
        padding-bottom: 4px !important;
        font-size: 22px !important;
    }
    .phone-number, .homepage-phone-number {
        padding-right: 15px;   
    }
    .fake-top-search, .homepage-top-search-form .homepage-search-button {
        height: 39px;
        padding: 5px 15px !important;
        cursor: pointer;
    }
    .homepage-top-search-form .homepage-search-button:hover {
        color: #F89A3E !important;
        background: #FFF !important;
    }
    .callback-button {
        top: 118px;
        right: -190px;
        font-size: 22px;
        border-top: 1px solid #FFF;
        border-radius: 0px;
        transition: all .25s;
    }
    .callback-button:hover {
        right: 0px;   
    }
    .callback-button i {
        display: inline-block;
        margin-right: 10px;   
    }
    .dragomaps-container {
        margin-top: -50px;   
    }
}
@media (max-width: 1190px) {
    .only-mobile {
        display: block;
    }
    .not-mobile {
        display: none;
    }
}
/* UP TO TABLETS */
@media (max-width: 991px) {
    .homepage-videos::before {
        display: block;
        content: " ";
        background-image: url("../images/template/grey-crackle.png");
        background-position: center;
        background-size: cover;
        height: 57px;
        width: 100%;
        position: relative;
        z-index: 300;
        top: -57px;
    }
    .header-search {
        display: none;   
    }
    .header-search-container {
        display: none;   
    }
    .admin-search-menu {
        display: none;   
    }
    .site-logo {
        height: 40px;
    }
    .dj-megamenu-default {
        left: 80px;   
    }
    .login-menu, .reversible-trip {
        display: none;   
    }
    .homepage-search-controls, .photo-header-search {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .gallery-container {
        position: relative !important;
        top: 0px !important;
    }
    .whatsapp-button {
        display: inline-block !important;
    }
    .dragomaps-container {
        display: none !important;   
    }
    .homepage-videos {
        height: auto;
        margin-top: 0px;
    }
    .homepage-video-text {
        position: static;
        display: block;
        margin-top: -50px;
    }
    .homepage-video-content {
        padding-bottom: 0px;   
    }
    .homepage-video-content iframe, .homepage-brochure-boxes, .homepage-video-text-below {
        position: static;
        margin-top: 40px;
    }
    .homepage-video-text-below {
        margin-bottom: 60px;   
    }
    #lhc_status_container, .newsletter-popup {
        display: none;   
    }
    .homepage-brochure-boxes {
        margin-left: 0px;   
    }
    .itinerary-map {
        margin-bottom: 20px;   
    }
    .holiday-rating {
        margin-bottom: 0px !important;
    }
    .holiday-info-header {
        padding-bottom: 10px;   
    }
    .search_result {
        width: 49%;   
    }
    .share-buttons {
        position: static !important;
        margin-bottom: 20px;
    }
    .show-more-highlights, .hide-highlights {
        display: block !important;
        text-align: center;
    }
    .show-more-highlights i, .hide-highlights i {
        display: none;   
    }
    .refine-search, #booking-summary {
        position: relative !important;
        top: 0px !important;
    }
    .is-sticky .refine-search-options {
        display: block;
    }
    .physical-slider-tiny-title {
        display: none;   
    }
    .physical-slider > div {
        width: auto !important;   
    }
    .refine-search li {
        width: 48% !important;   
    }
    .homepage-search {
        height: 55vh;   
    }
    .highlights-box {
        margin-bottom: 20px;   
    }
    span.catItemImage img, .catItemBody img {
        height: auto !important;
        margin-bottom: 20px;
    }
    .homepage-quicklinks-content {
        padding-bottom: 80px;   
    }
    .homepage-brochure img, .homepage-newsletter img {
        width: 100%;
        height: 148px;
    }
    .price-row > div {
        text-align: center !important;   
    }
    span.hidden-desktop {
        display: inline;   
    }
    .hidden-desktop {
        display: flex;   
    }
    .hidden-mobile {
        display: none;   
    }
    .booking-button {
        display: block;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    #booking-summary {
        margin-top: 20px;
    }
    .photo-header-search {
        padding-top: 10vh;   
    }
    .control-group input[type="text"] {
        width: 100%;   
    }
    .control-group #dragoselect {
        width: 100% !important;   
    }
    .dob-controls #dragoselect {
        width: 32.4% !important;   
    }
    .dj-megamenu-default {
        left: 0px;   
    }
    .homepage-strapline {
        top: 12vh !important;
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .homepage-video-text-below {
        text-align: left !important;   
    }
    .homepage-quicklinks-menu {
        text-align: left !important;
        margin-top: 0px !important;
    }
    .homepage-quicklinks-menu ul, .footer-content ul {
        padding-left: 0px !important;   
    }
}
/* PHONES */
@media (max-width: 768px) {
    .homepage-brochure img, .homepage-newsletter img {
        height: auto;
        width: auto;
    }
    .homepage-search-controls, .photo-header-search {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .homepage-search-button {
        display: none;   
    }
    .search_result {
        width: 100%;   
    }
    .refine-buttons {
        position: static;
        margin-bottom: 20px;
    }
    .refine-search li {
        width: 100% !important;   
    }
    .physical-slider {
        width: 100%;   
    }
    .sticky-trip-header {
        position: static !important;   
    }
    .essential-info > .row {
        margin-bottom: 20px;   
    }
    #dragoselect {
        width: 100%;   
    }
    #dragoselect select {
        width: 100%;   
    }
    .expand-links {
        float: none !important;
        margin-top: 20px;
    }
    #reviews-container .grid .grid-item {
        width: 100% !important;   
    }
    .price-date-filter {
        position: static !important;   
    }
    .dateNotes:empty {
        display: none;   
    }
    .date-content {
        text-align: left !important;   
    }
    .date-content #dragoselect {
        margin-left: 0px !important;;   
    }
    .itemFullText iframe, .location-videos iframe {
        max-width: 100%;   
    }
    .country-box a > img {
        height: auto !important;   
    }
}