/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.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)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_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; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*GLOBAL*/

/* Containers */
.container{
  width: min(1280px, 100%) !important; 
  margin: auto !important;
  padding: 0px clamp(10px, 1.25vw, 20px) !important;
}

/* Nav */
.nav .row-fluid{
  display: flex !important; 
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px !important;
}

.nav .row-fluid:after,
.nav .row-fluid:before{
  display: none !important;
  content: '' !important;
}

.nav .row-fluid .span2 img{
  width: min(200px, 100%); 
}

@media screen and (max-width: 1200px){
  .nav .row-fluid [class*="span"]{
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important; 
  }
  .nav .span9{
    order: 3;
  }
  .nav .span1{
    order: 2;
  }
}

#hs_form_target_module_14732850762884129 .hs-button.primary{
  margin: 0px 0px 10px 10px;
}
#hs_form_target_module_14732850762884129 .input{
  width:100%;
}
#hs_form_target_module_14732850762884129 .field{
  margin-left:10px;
}
.tier4 .space.container {
  padding: 55px 0px 55px 0px !important;
}
div#instafeed {
  display:flex;
  height: 150px;
}
div#instafeed a, div#instafeed a img{
  width:100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  text-overflow:initial !important;
  max-width:100% !important;
  content:none !important;
  padding: 10px 15px!important;
}

.build-jorney .row-number-7,
.build-jorney .row-number-9{
  background: rgba(0,0,0,0.5);
}
.title-cursive-mobile span{
  text-shadow: 3px 2px #000000;
}
h1.title-cursive {
  letter-spacing: initial;
  opacity: initial;
  text-shadow: none;
}

p.text-lg {
  /*    text-shadow: 1px 2px #000;
  background-color:#FFFFFF; */
  color: silver;
}
body {
  padding:0px;
}

.title-head .subtitle_{
  font-size: .45em;
  font-weight: bolder;
  text-transform: capitalize;
  line-height: 1.35em;
  display: block;
  margin-top: 15px;
}

.row-fluid .span12.full-height-tier{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}

@media (min-width: 500px) {
  .itin-location {
    margin-left: 70px;    
  }
}

.itin-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .5; 
  background-color: #D36C29;
  z-index: 2;
}

.itin-text {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: center; 
  margin-top: 30%; 
  color: #fff; 
  font-family: IM Fell English SC; 
  font-size: 32px; 
  z-index: 3;
}

.homepage-website-template .body-container {  width: auto !important; }

.header-container-wrapper{position:relative;}
.header-container{padding-top:0px !important;}
.container{float:none !important; display:block !important; margin:0 auto !important;}


.newsletter div.input input[type=text]{
  padding-right: 10px;  
}

.body-container-wrapper ul li:before{ 
  /*content:'•'!important; */
}

/*#cycle-nav ul li:before{
content:none!important;
}
*/

.body-container-wrapper ul li{
  font-size: 15px;
  color: #333;
  text-align: left;
  margin-top: 10px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  /*list-style-position: inside;*/
  /*list-style-type: circle;*/
}

.blog-notif-form .hs-form-radio{
  color: #666666;
}

.blog-notif-form .hs-form-checkbox{
  color: #666666;
}

.blog-notif-form ul li:before{
  content: none !important;
}

.subscribe-home ul li:before{
  content: none !important;
}

.margin-top-30{
  margin-top:30px;
}

p.text-lg {
  font-family: 'Oswald', sans-serif;
  font-size:20px;
  line-height:34px;
}
h2.title {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  font-size:32px;
  color:#d36c29;
  font-weight:normal;
  letter-spacing:5px;
  text-transform:uppercase;
  margin-bottom: 30px;
}
h2.title-cursive, h1.title-cursive {
  /*font-family: 'Conv_MISTRAL';
  font-size:76px;*/
  font-family: 'IM Fell English SC',serif;
  font-size:66px;
  font-weight:normal;
  color:#d36c29;
  margin-bottom: 18px;
  line-height: 65px;
}
.space {
  padding:40px 15px !important;
}
.space.reduced-padding{
  padding:50px 15px !important;
}
.caps {
  text-transform:uppercase;
}
.btn-custom {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color:#d36c29;
  font-size:22px;
  padding:10px 20px;
  text-transform:uppercase;
  border:3px solid #d36c29;
  transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
}
.btn-custom:hover {
  color:#fff;
  background:#d36c29;
  text-decoration:none;
}
.btn-white {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color:#fff;
  font-size:19px;
  padding:10px 20px;
  text-transform:uppercase;
  border:3px solid #fff;
  transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
}
.btn-white:hover {
  color:#fff;
  background:#d36c29;
  border:3px solid #d36c29;
  text-decoration:none;
}

.btn-orang {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color:#D36C29;
  font-size:22px;
  padding:10px 20px;
  text-transform:uppercase;
  border:3px solid #D36C29;
  transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
}
.btn-orang:hover {
  color:#fff;
  background:#d36c29;
  border:3px solid #d36c29;
  text-decoration:none;
}

.clr {
  clear:both;
}

.gallery img {
  width:100%!important;
}
.no-padding {
  padding:0 !important;
}
.white-text {
  color:#fff !important;
}
img.shadow {
  margin-top:40px;
  float:left;
}
/*HEADER*/
body .header-container-wrapper .container-fluid .row-fluid .menu {
  position:absolute;
  width:100% !important;
  z-index: 10 !important;
}

.header {
  background:#000000;
}
ul.social-links {
  list-style:none;
  padding:0;
  margin:0;
}
ul.social-links li  {
  float:left;
}
ul.social-links li a {
  color:#838383;
  float:left;
  font-size:16px;
  font-family: 'Oswald', sans-serif;
  text-transform:uppercase;
  margin: 0 7px;
}

/*SLIDER*/
#maximage {
  display:none;
  z-index:0;
  width:100%!important;

}

.sliding-banner{
  background: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/ajax-loader.gif') no-repeat 50% center;
  min-height:500px;
}

#maximage .mc-image:first-child{
  background-color: white;
}

#maximage .mc-image:nth-child(7){
  background-position: center -8%;
}

#maximage .mc-image:nth-child(3){
  background-position: center 75%;
}

.centered-box{
  background: #f8f8f8;
  padding: 10px 25px;
}

.fifa-bg-content{
  background: linear-gradient( rgba(255, 255, 255, .5), rgba(255, 255, 255, 0.5) ),url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/iStock_63932311_LARGE.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 79px;
}

.header-fifa{
  margin-bottom: -10px;
}

.fifa-title-header{
  background-color:#003D1E;    
  padding: 15px 0;
  color:white;
}

.fifa-prize{
  text-align: center;
  font-size: 30px;
  color: #003d1e;
}

.tile-homepage > div{
  background-color:white;
}

.email-width a{
  white-space: nowrap;
}

.schedule tr{
  border:1px solid white;
}

.table{
  border-collapse: collapse;
}

.table.schedule{
  background: rgba(80, 80, 80, 0.5);
}

.map-thumbnails{
  outline: 7px solid #ffffff;
  box-shadow: 8px 8px 5px black;
  cursor:pointer;
  margin-right: 25px;
}

.map-container{
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  top: 5vh;
  z-index: 999;
}

.img-map{
  height: 90vh;
  width: auto!important;
  z-index: 999;
  vertical-align:top;
  z-index: 999;
  position: relative;

}

.map-show-overlay{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 998;
}

.close-img{
  color:white;
  padding:10px;
  cursor:pointer;
  margin-top: -20px;
  position: fixed;
  z-index: 999;
}

.home-banner.pages.fifa-banner{
  padding: 300px 0 250px;
  background-position: center 30px;
  background-size: cover
}

#cycle-nav {
  /* margin-bottom:20px; */
  /*  bottom:0px; */
  bottom:17%;
  float: left;
  position: absolute;
  right: 0!important;
  left: 0!important;
  margin: 0 auto;
  width: 576px;
}

.tier-one-space {
  padding-top: 40px;
}
/*
.mc-image#lp-banner{
background-position: center 380%;
}
*/
/*for the slider thumbs in laptop screens*/

@media(max-width:1199px) and (min-width:769px){
  .top-bar{
    margin-bottom:60px!important;
  }    
}

@media(max-width:1100px) and (min-width:769px){
  body .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size:14px!important;
  }
}

@media(max-width:1010px) and (min-width:769px){
  body .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size:10px!important;
  }
}

@media(max-width:1600px){
  .home-banner.pages.fifa-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/fifa-jtbna-banner.jpg')!important;
  }    
}

@media(max-width:1024px){
  .transparent-background {
    background-color: rgba(0,0,0,0.5);
  }    
}

@media(max-width:979px) and (min-width:769px){
  body .container{
    width:100%!important;
  }   

  body .nav-collapse{
    clear:none;
  }

  .top-bar{
    margin-bottom: 25px!important;
  }
}

@media (max-width:915px){
  h2.h2-natGeo{
    font-size: 40px !important;
  }
  p.natGeo-button-container{
    margin-top: 150px !important;
  }
}

@media(max-width:807px) and (min-width:769px){
  html body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size:8px!important;
  }
}



@media(max-width: 767px){
  .top-bar{
    margin-bottom: 60px!important;
  }
}


@media (max-height:750px){
  #cycle-nav {
    float:left;
    margin-bottom:100px;
    position:absolute;
    bottom: 0;
    right:32%;
  }
  #maximage h1{
    top:160px;
  }
  #maximage h3{
    top:280px;
  }
  /*#maximage p{
  top:0px!important;
}

  */    #maximage p.fifa{
    top:260px!important;
  }

  /*.in-slide-content h2{
  top: 110px!important;
}*/

  p.text-lg{
    font-size:15px!important;
  }

  p.text-lg.font-20{
    font-size: 20px !important;
  }

  .hide-space{
    display:none;
  }

  .padding-top-780 .text-lg{
    top:35px!important;
  }

  .mc-image#lp-banner{
    background-position: center center!important;
    background-size: initial!important;
  }
}

#cycle-nav ul {
  list-style-type:none;
}
#cycle-nav ul li {
  border:2px solid #000;
  float:left;
  margin:4px;
  height:59px;
  width:59px;
  border-radius:59px;
  opacity: .5;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  padding: 0;
  -o-transition: 1s;
  -ms-transition: 1s;
}
#cycle-nav ul li a {
  float:left;
}
#cycle-nav ul li a  img {
  height:59px;
  width:59px;
  border-radius:55px;
}
#cycle-nav ul li.activeSlide {
  border:2px solid #fff;
  opacity:1;
}

.in-slide-content h1 { 
  color:#fff;
  float:right;
  /*font-family: 'Conv_MISTRAL';
  font-size:150px;*/
  font-family: 'IM Fell English SC',serif;
  font-size:100px;
  font-weight:normal;
  right:0;
  position:absolute;
  top:190px;
  /*top:100px;*/
  width:100%;
  text-align:center;
  text-shadow:1px 0 0 rgba(0,0,0, .25);
}
.in-slide-content h3 { 
  color:#fff;
  float:right;
  font-family: 'Oswald', sans-serif;
  font-size:60px;
  font-weight:bold;
  right:0;
  position:absolute;
  top:310px; 
  /* top:260px; */
  width:100%;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 0 0 rgba(0,0,0, .25);
}
.in-slide-content p { 
  color:#fff;
  float:right;
  font-family: 'Oswald', sans-serif;
  font-size:16px;
  font-weight:normal;
  right:0;
  position:absolute;
  top:420px; 
  /*top:350px; */
  width:100%;
  text-align:center;
  text-shadow:1px 0 0 rgba(0,0,0, .25);
}

.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
.smaller-text {font-size:30px;}

.youtube-video {
  left:0;
  position:absolute;
  top:0;
}
#arrow_left, #arrow_right {text-decoration:none;position:absolute;top:45%;}
#arrow_right  {
  right:10px;
}
#arrow_left {
  left:10px;
}
/*a {color:#fff;}*/
a{  color: #D36C29;}
a:hover {text-decoration:none;color:#FF6400;}
a:active {color:#999;}

hr {clear:both;}
p {margin-bottom:10px;}
.largeTxt {font-size:30px;}
/*BODY*/

.bucket {
  background: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/bucket-list.png') no-repeat 50% 50%;
  background-size: 100% 100%;
}

@media(max-height:600px){
  #maximage p{
    top:-5px!important;
  }

  #cycle-nav{
    bottom:-20px;
  }

  #maximage p.fifa{
    top:100px!important;
  }

}



@media(max-width:767px){
  .gallery .span4 {
    width:100% !important;
    margin:0 !important;
  }
  a.pic-gallery p span {
    font-size:20px !important;
  }
  .pic-container img {
    margin-top:-86px !important;
  }
  img.shadow {
    margin:40px 0;
  }
  .space {
    padding: 20px 0px;
  }

  h2.title-cursive, h1.title-cursive {
    font-size: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }

  .home-banner p {
    margin: 0 !important;
    padding: 0 !important;
  }

  h2.title-cursive-2 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  #hs_form_target_module_1488388432968482 {
    text-align: center;
  }
}
@media(max-width:768px){
  .side-content{
    display:none!important;
  }

  .clickable-image.custom-body-padding{
    padding-left:0!important;
  }

  .clickable-image img{
    width:100%!important;
    margin-bottom:25px;
  }

  .img-popup-container{
    max-width:90vw!important;
  }

  .side-content_2 {
    display: block !important;
  }

  .mc-image#lp-banner{

    background-size:cover!important;

  }

  .lp-ty.mc-image#lp-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Web_Banner_-_Run_to_Petra_ioad.png')!important;
  }

  .side-links-iteneraries{
    padding-left:0px!important;
  }
  .home-banner {
    background-attachment:scroll !important;
  }

  span #twitter-widget-0 {
    min-width: 74% !important;
    width: 50% !important;
  }

  .social-center,  .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .fb-comments, .fb-comments span, .fb-comments iframe[style] {
    text-align: center;
    margin: 0 auto;
  }

  span .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .fb-comments, .fb-comments span, .fb-comments iframe[style], .vid-full {
    width: 100% !important;
    /* padding: 0 5px;*/
  }

  .title-cursive-mobile {
    line-height: 40px !important;
  }

  .padding-mobile-testimonials {
    padding: 0 20px;
  }

  .quotes blockquote.slick-slide {
    height: auto !important;
  }

  div.mc-image:first-child {
    background-position: center 130% !important;
  }

  .padding-video-desc {
    padding: 0 20px !important;
  }

  .font-video {
    font-size: 25px !important;
  }

  .table.gsc-search-box {
    width: 70% !important;
  }
}

@media(max-width:768px)and(min-width:701px){
  .lp-ty.mc-image#lp-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Web_Banner_-_Run_to_Petra_ioad.png')!important;
  }
}


@media(max-width:768px){
  .home-banner.pages.fifa-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/fifa-banner-ipad.jpg')!important;
    background-size: cover!important;
  }
}



@media(max-width:736px){
  .home-banner.pages.fifa-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/fifa-jtbna-banner.jpg')!important;
  }  

  #home-banner{
    font-size:2em!important;
  }
  a#cta_button_470711_8eade4ea-c8ce-4c1d-be44-94b983712660 {
    margin-top: 7px !important;
  }
}


@media(max-width:415px){
  .lp-ty.mc-image#lp-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Web_Banner_-_Run_to_Petra_415.png')!important;
  }

  .home-banner-container h2 > a{
    font-size: 40px !important;
  }

  .home-banner{
    padding: 145px 0 175px!important;
  }

  form.gsc-search-box {
    width: 70% !important;
  }

  .home-banner.pages.fifa-banner{
    padding: 145px 0 140px!important;
    background-position: 90% center;
    /*background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/fifa-banner-mobile.jpg')!important;*/
  }  

  .home-banner.pages.fifa-banner .title-cursive.inside-pages{
    font-size: 30px !important;
    line-height: 30px!important;
  }

  #maximage p.fifa {
    top: 150px !important;
  }

  #cta_button_470711_69168a0e-2546-4a9e-a6f2-1138967905e7 span{
    font-size:1em!important;
  }

  /*Styles fo the Nat Geo page*/
  .video-mobile-height{
    height: 615px !important;
  }
  h2.h2-natGeo{
    margin-top: 3em !important;
  }
  p.natGeo-button-container{
    margin-top: 2em !important;
  }
  .tier-one-space {
    padding-top: 100px;
  }   
}



@media(min-width:768px){
  .gallery .span4 {
    width:33.33% !important;
    margin:0 !important;
  }

  /*div#cycle-nav {
  margin-bottom: 5px;
  right: 24%;
}
  #cycle-nav ul li {
  height: 38px ;
  width: 38px ;
}
  #cycle-nav ul li a img {
  height: 38px ;
  width: 38px ;
}
  .in-slide-content p {
  top: 409px ;
}*/


}
@media (min-width: 992px) and (max-width: 1199px){
  a.pic-gallery p span {
    font-size:20px !important;
  }
}
a.pic-gallery {
  background: rgba(0,0,0, .8);
  float:left;
  width: 100%;
  position: relative;
  bottom: 85px;
  z-index:1;
  transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
}
a.pic-gallery:hover {
  background: rgba(211,108,41, .8) url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/arrow.png') no-repeat right 10px center;
  text-decoration:none !important;
}
a.pic-gallery p {
  color:#fff;
  padding:15px;
  margin:0;
  /*font-family: 'Conv_MISTRAL';
  font-size:28px;*/
  font-family: 'IM Fell English SC',serif;
  font-size:25px;
  line-height:28px;
}
a.pic-gallery p span {
  font-size:20px;
  font-family: 'Oswald', sans-serif;
}
.pic-container {
  position:relative;
}
.margin-gallery {
  float:left;
  margin-top:-86px;
}
.margin {
  margin-top:-86px;
  float: left;
  width: 100%;
}
.gray-bg {
  background:#f4f4f4;
}


/*BLOG*/
.blog-container {
  background:#f9f9f9;x
  padding:15px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  border-bottom:5px solid #d36c29;
}
.blog-info h3{
  font-size:18px;
  text-transform:uppercase;
  line-height: 22px;
  font-weight: normal;
}
.blog-info p{
  font-size:14px;
}

/*PARALLAX*/
.promotions {
  background: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/promotions-bg.jpg') 50% 0 no-repeat fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display:block;
  -webkit-background-size: cover!important; /* show background on ipad and iphone */
  background-size: 100%;

  padding-right: 20px;
  padding-left: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.journey {
  background: url('//www.myjordanjourney.com/hubfs/BMJJ-DDBanner.jpg') 50% 0 no-repeat fixed;
  min-height:494px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display:block;
  -webkit-background-size: cover!important; /* show background on ipad and iphone */
  background-size: 100%;

}

.contact a {
  color:white;
}

.promotions p {
  font-family: 'Oswald', sans-serif;
  font-size:20px;
  color:#fff;
  line-height:34px;
}
.promotions .promotions-container {
  position: relative;
  top: 0px;
  margin-left: 0;
}


/*FOOTER*/
.footer {
  background:#d36c29;
  color:#fff;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.footer .footer-title {
  /*font-family: 'Conv_MISTRAL';
  font-size:32px;*/
  font-family: 'IM Fell English SC',serif;
  font-size:25px;
  margin-bottom:20px;
}
.footer ul.links {
  list-style:none;
  margin:0;
  padding:0;
}
.footer ul.links li a {
  color:#fff;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size:14px;
  line-height: 30px;
}
.footer i {
  /* 	float:left; */
  margin-top: 9px;
}
.footer span {
  padding-left:20px;
  /* 	float:left; */
  padding-left: 12px;
  margin-top: 7px;
  font-size: 14px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.bottom {
  background:#000;
  padding:10px 0 !important;
  color:#fff;
  font-size:12px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
/*MODIFIED*/
.navbar-inner {
  background:transparent !important;
  border:0px !important;
  box-shadow:none !important;
}
.navbar .nav > li > a {
  text-shadow:none !important;
  color:#fff !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  text-transform:uppercase !important;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  margin-left:10px;
}
.navbar .nav.pull-right {
  margin-top:40px;
}

.img-responsive {
  width:100%;
}

div.mc-image:first-child{
  background-repeat:no-repeat;
  top: 40px!important;
  background-position:75% 75%;
  background-size: 25%;
}

.intro-text{
  margin-right: 180px;
  top: -15px!important;
  font-size: 25px!important;
}

.padding-top-780 .text-lg{
  color: #0088cc;
  top:0!important;

}

.middle-tiles:first-child  .row-fluid-wrapper.row-depth-1.row-number-2 {
  background-color:black;
} 

/*blog*/
.hero-unit {
  border-radius: 0px;
}

.blog-menu {
  background-color: #cbccce;
  position: relative;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: rgb(203, 204, 206); 
  border: 2px solid white;
  border-radius: 0px;
  transition: all 0.5s ease 0s;
}

.nav-pills > li > a:hover {
  border-radius: 0px;
  background-color: #fff;
  border: 2px solid white;
  transition: all 0.5s ease 0s;
  color: #333;
}

.nav-pills > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0px;
}

.blog-section a {
  color:#D36C29 !important;
}

a.blog-link {
  color: #333;
  font-size: 16px;
}

.menu2 {
  width: 400px;
  margin: 0px auto;
  /*left: 24px;*/
  left: 70px;
  top: 9px;
  position: relative;
}

.clr {
  clear: both;
}

.hr-style {
  2px solid #ECECEC
}

.active-page {
  position:relative;
}

.active-page p {
  position: relative;
  text-align: center;
  width: 75px;
  top: -32px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

.title-category {
  width: 100%;
  float: left;
}

.description-blog {
  background-color: #f9f9f9;
  border-bottom: 5px solid #d36c29;
  padding: 40px 20px 0 20px;
  min-height: 141px;
  text-align: center;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

}
.description-blog :hover{
  color:#d36c29;
}

.title-blog {
  text-align: center;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.date-author-blog
{
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.desc-blog {
  font-size : 12px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.img-responsive {
  width: 100%;
}


.btn-show {
  border: 2px solid #d36c29;
  padding: 15px 30px 15px 30px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #d36c29;
  font-size: 22px;
  transition: all 0.5s ease 0s;
}

.btn-show:hover {
  border: 2px solid #d36c29;
  padding: 15px 30px 15px 30px;
  border-radius: 0px;
  background-color: #d36c29;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.in-slide-content h2 {
  color: #fff;
  float: right;
  /*font-family: 'Conv_MISTRAL';
  font-size: 82px;*/
  font-family: 'IM Fell English SC', serif;
  font-size: 70px;
  font-weight: normal;
  right: 0;
  position: absolute;
  /* top: 231px; */
  top: 162px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 0 0 rgba(0,0,0, .25);
  line-height: 75px;
}

.welcome-background{
  background-image: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/bucket-list.png');
  background-repeat: no-repeat;
  background-position: center 30px;
  margin-top: 50px;
}
.welcome {
  text-shadow:-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.blog-posts {
  border-right: 1px solid #EEE;
}

.title-entry, .title-entry p{
  text-align: left;
  font-size: 20px !important;
  color: #525252;
  cursor: pointer;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

.date-author-entry, .date-author-entry a{
  font-size: 12px;
  color: #525252; 
  text-align: left;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.desc-entry {
  font-size : 15px;
  color: #333333;
  text-align: left;
  margin-top: 40px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.description-entry {
  background-color: #f9f9f9;
  padding: 40px 20px 40px 20px;
  min-height: 90px;
}

.input-padding{
  padding: 20px;
}

.side-links  {
  background-color: #f9f9f9;
  min-height: 90px;
}

.side-links p.newsletter  {
  font-size: 22px;
  text-align: center;
  background-color: #d36c29;
  color: #fff;
  padding: 15px;
  font-family: 'Oswald', sans-serif;
}

.subscribe-blog ul li:before{
  content: none !important;
}

.btn-custom-submit  {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  color: #d36c29;
  font-size: 11px;
  padding: 4px 26px;
  text-transform: uppercase;
  border: 3px solid #d36c29;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}

.btn-custom-submit:hover {
  color:#fff;
  background:#d36c29;
  text-decoration:none;
}

.input-margin{
  margin-bottom: 0px !important;
  margin-right: 8px;
  border-radius: 0px !important;
  height: 22px !important;
}

ul.topics-list {
  font-size: 15px;
  list-style-type: none;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

ul.topics-list > li {
  margin-bottom: 15px;
}

ul.topics-list > li:hover {
  color: #d36c29;
  cursor: pointer;
}

.title-entry:hover, .title-blog:hover {
  color:#d36c29;
}

p.visitors {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}


.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  margin: 0px;
}

h2.title-cursive-2 {
  /*font-family: 'Conv_MISTRAL';
  font-size:50px;*/  
  font-family: 'IM Fell English SC',serif;
  font-size:40px; 
  font-weight:normal;
  color:#d36c29;
  line-height:35px;
}
.desc-entry2{
  font-size : 15px;
  color: #333333;
  text-align: left;
  margin-top: 10px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

}

hr.style-four {
  border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0); 

}

.less-top{
  margin-top:-50px;
}

.less-top-2{
  margin-top:-80px;
}

.itinerary-side{
  width:100%!important;
}

.itinerary-side-margin{
  margin-left:3px!important;
}

.four-bg {
  background-color: #D36C29;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.four-bg-border{
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("../images/20110620-084332.jpg");
  background-size: cover;
}
p.text-lg-2 {
  font-family: 'Oswald', sans-serif;
  font-size:20px;
  line-height:34px;
  margin: 0;
}
ul.desc-entry2 li {
  list-style-type: none;
  text-align: center;
  color: #fff;
}
ul.desc-entry2 {
  background-color: rgba(0, 0, 0, 0.42);
  padding: 20px;
  margin: 10px 0px;
  height: 200px;
}
.four-bg-border-3{
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("../images/20110626-131559.jpg");
  background-size: cover;
}
.four-bg-border-4{
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("../images/20110626-175927.jpg");
  background-size: cover;
}
.four-bg-border-2{
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("../images/20110626-123316.jpg");
  background-size: cover;
}

@media (max-width: 360px) {
  .menu2 {
    left: -19px;
  }	
  #cycle-nav ul li a img {
    height: 33px;
    width: 33px;
  }
  #cycle-nav ul li {
    height: 33px;
    width: 33px;
  }
  #cycle-nav {
    /*margin-bottom: 42px; */
    right: 3px ;
    bottom:20px;
  }
  .home-blog{
    margin-bottom: 30px;
  }
  .promotions-container {
    width: 95%!important;
  }

}


@media (max-width: 568px) {
  #cycle-nav ul li a img {
    height: 40px;
    width: 40px;
  }
  #cycle-nav ul li {
    height: 40px;
    width: 40px;
  }
  div#cycle-nav {
    margin-bottom: -3px;
    right: 25%;
  }
  .in-slide-content h1 {
    font-size: 77px;
    top: 79px !important;
  }
  .home-blog{
    margin-bottom: 30px;
  }
  .in-slide-content h3 {
    top: 145px !important;
    font-size:45px;
  }
  .gallery {
    margin-bottom:87px;
  }
  .promotions-container {
    width: 95%!important;
  }

  .promotions .promotions-container{
    position: inherit;
  }

  span .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
    /*padding: 0 15px;*/
  }

  .vid-full {
    /*max-width: 338px;
    height: 169px;*/
    max-width: 100%;
    height: 253px;
  }

  .padding-top-desc-mobile {
    padding-top: 0 !important;
  }

  form.gsc-search-box {
    width: 70% !important;
  }

}


@media (max-width: 667px) {
  div#cycle-nav {
    margin-bottom: 35%;
    right: 16%;
  }
  .in-slide-content h1 {
    top: 101px;
    font-size: 77px;
  }
  .in-slide-content h3 {
    top: 164px;
  }
  .gallery {
    margin-bottom:87px;
  }
  .promotions-container {
    width: 95%!important;
  }
  .promotions .promotions-container{
    top: 50px;
    margin-left: 0 !important;
  }
  .tile-desc-home{
    position: absolute;
  }
  .promotions .promotions-container {
    margin: auto !important;
  }
}

@media (max-width: 320px) {

  .in-slide-content h1 {
    font-size: 71px;
  }
  .in-slide-content h3 {
    font-size: 36px;
    top: 284px !important;
  }
  #cycle-nav ul li a img {
    /*display: none;*/
    height: 20px;
    width: 20px;
  }
  #cycle-nav ul li {
    /*display: none;*/
    height: 20px;
    width: 20px;
  }
  #cycle-nav {
    /*display: none;*/
    margin-bottom: -3px;
    right: 25%;
  }
  p.text-lg{
    padding: 15px;

  }
  .margin-gallery{
    float: none;
  }
  .home-blog{
    margin-bottom: 30px;
  }
  .btn-white{
    font-size: 15px;
  }
  .promotions .promotions-container{
    top: 30px;
  }
  .footer .footer-title {
    margin-top: 18px;
  }
  .footer-padding{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .space-reduce {
    padding-bottom: 0px !important;
  }
  .welcome-background {
    margin-top: 30px !important;
  }
  /* .padding-top-780 {
  display: none;
}*/
  div#cycle-nav {
    /* display: none;*/
  }

  .gallery {
    margin-bottom:87px;
  }
  .promotions-container {
    width: 95%!important;
  }

  span #twitter-widget-0 {
    min-width: 100% !important;
    width: 50% !important;
  }

  h2.title {
    font-size: 30px;
  }


}





/* @media (max-width: 980px){
div#cycle-nav {
right:25%;
}
}*/


@media(max-width:990px) and (min-width:769px){
  body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 10px!important;
  }

  .fullscreen-bg__video {
    width: 250%!important;
    max-width: 250%;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px){
  .footer-right{
    font-size: 10px;
  }
  .promotions .promotions-container {
    top: 45px;
  }
  .footer .footer-title {
    font-size: 26px;
  }
  a.pic-gallery p{
    font-size: 16px;
  }
  .in-slide-content h1 {
    top: 234px;
    font-size: 115px;
  }
  /*	.in-slide-content h3{
  top: 433px;
  top: 220px;
}*/
  .in-slide-content p {
    /*top: 519px;*/
    top: 320px;
  }
  .home-blog{
    margin-bottom: 30px;
  }
  .btn-responsive {
    font-size: 17px;
    line-height: 1.2;
    padding: 10px;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text{width:100% !important; height:180px;}
  .footer ul.links li a {
    color: #FFF;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 13px;
    line-height: 30px;
  }
  .footer span {
    float: left;
    padding-left: 12px;
    margin-top: 7px;
    font-size: 13px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  }
  .padding-top-780 {
    padding-top: 50px;
  }
  .padding-top-desc {
    padding-top: 50px;
  }
  .gallery .span4 {
    width:33.33% !important;
    margin:0 !important;
  }
  a.pic-gallery p span {
    font-size:15px !important;
  }
  div#cycle-nav {
    margin-bottom: 5px;
    right: 24%;
  }
  #cycle-nav ul li {
    height: 38px ;
    width: 38px ;
  }
  #cycle-nav ul li a img {
    height: 38px ;
    width: 38px ;
  }
  .in-slide-content p {
    top: 409px ;
  }

  .home-banner{
    background-size:250%!important;
    background-position: center 80%!important;
    background-attachment:static!important;
    background-repeat:repeat!important;
  }

}

@media(min-width:415px) and (max-width:769px){ 
  div > .span3.half-on-tablet:nth-child(even){
    margin-left:40px!important;
  }

  .half-on-tablet{
    width:35%!important;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 800px) { 
  .bottom .social-links{
    float:none !important;
  }
  .btn-responsive {
    font-size: 17px;
    line-height: 1.2;
    padding: 10px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 
  #cycle-nav {
    right:15%;
    width: 408px;
  }
  .home-blog{
    margin-bottom: 30px;
  }

  .margin-top-30{
    margin-top:0px;
  }
  .btn-responsive {
    font-size: 17px;
    line-height: 1.2;
    padding: 10px;
    display: inline-block;
    text-align: center;
  }
  .blog-entry {
    margin-bottom: 60px;
  }	
  .hidden-xs {
    /*display: none !important;*/
  }
  .home-blog{
    margin-bottom: 30px;
  }
}


/* Landscape phones and down */
@media (max-width: 480px) { 
  #cycle-nav {
    right:6%;
  }

  #cycle-nav ul li a img {
    height: 25px;
    width: 25px;
  }

  #cycle-nav ul li {
    height: 25px;
    width: 25px;
  }

  .home-blog{
    margin-bottom: 30px;
  }
}

.body-container-wrapper{
  padding-top:0px;
}

.span4.blog-entry {
  height:382px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.topic-list ul{
  color:black;
  font-size: 15px;
  list-style-type: none;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.topic-list ul :hover{
  color:#d36c29;
}

.topic-list ul li a{
  color:black;
}
.topic-list ul li {
  margin-bottom: 15px;
}

.subscribe-blog .hs-button.primary.large{
  color: #d36c29;
  border-color:#d36c29;
  background-color: #d36c29!important;
  color: white!important;
}   
.hs-button.primary.large:hover{
  background:#d36c29;
  border-color:#d36c29;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{width:100% !important;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text{width:100% !important; min-height:120px;}
.hs-rss-item-text a.hs-rss-title{
  font-size: 18px;
  text-transform: capitalize;
  color: #D36C29;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.afar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {width:100% !important; min-height:268px;}

.hs-rss-item-text a.hs-rss-title:hover{
  color:black;
}
.hs-rss-item-text p > a{
  font-size: 10px;
  padding: 4px 8px;
  background-color: #ccc;
  margin: 5px 10px;
}

.post-body a {color: #34495E;}

/* Customs */
p.text-lg.gothic {
  font-size: 17px;
  color: #000;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.show .itinerary-side{
  overflow: hidden;
}

.mask{
  margin-left:3px;
}

.subscribe-home h3 {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  color: white;
  margin-top: 50px;
}

.subscribe-home input.hs-button {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  color: #fff!important;
  font-size: 13px;
  padding: 6px 20px;
  text-transform: uppercase;
  border: 3px solid #fff;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  background: #d36c29;
}

.subscribe-home input.hs-button :hover{
  border-color: #d36c29;!important;
}

.dropdown-menu.custom-menu-primary ul li a{
  font-family: 'Oswald',sans-serif;
  font-weight: normal!important;
  font-size: clamp(14px, 1vw, 16px) !important;
}

.dropdown-menu.custom-menu-primary ul li ul li a{
  font-size:15px!important;
}

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  background-color:#D36C29;
}

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select{
  margin-bottom: 15px;
}

.no-span-margin {
  margin-left: 0px !important;
  margin-bottom: 11px;
}


/*
@media(max-width:375px){
#cycle384px-nav {
margin-bottom: -3px;
right: 13%;
}
#cycle-nav ul li {
height: 30px;
width: 30px;
}
#cycle-nav ul li a img {
height: 30px;
width: 30px;
}
.in-slide-content h1 {
font-size: 77px;
top: 200px !important;
}
#hs_cos_wrapper_module_14284678016709142 {
width: 100% !important;
}
.in-slide-content h3 {
top: 272px !important;
}
}*/



@media(max-width:384px){
  .in-slide-content h1 {
    font-size: 77px;
    top: 110px!important;
    line-height:70px;
  }
  .in-slide-content h3 {
    top: 260px!important;
  }
  .tile-desc-home{
    position: absolute;
  }
  div#cycle-nav {
    margin-bottom: 30%;
    /*right: 30%;*/
    right: 3%;
    width:100%;
    /* display: none;*/
  }
}


@media (max-width:568px) and (orientation: landscape){
  span #twitter-widget-0 {
    min-width: 74% !important;
    width: 50% !important;
  }
}

@media(max-width:415px){
  .mc-image#lp-banner{
    background-size: cover;
    background-position: 30% 91% !important;

  }

  .green-header h2 {
    font-size:18px;
  }

  .home-banner.pages.fifa-banner .home-banner-container{
    margin: 0!important;
  }
}

@media(max-width:1024px){

  #cycle-nav {
    right: 26%;
  }

  .title-cursive.inside-pages.title-vid{
    line-height:1em;
  }

  .fullscreen-bg__video{
    width:125%!important;
    max-width:125%;
    background-image:url(//www.myjordanjourney.com/hubfs/social-suggested-images/jtnba.bg.jpg);
    background-size:cover;
    background-position:center;
  }

  .mc-image#lp-banner{

    background-position:center center;

  }

  .promotions{
    background-size:cover!important;
    background-position:50% 0%!important;
    background-repeat:no-repeat!important;
  }

  .getting-there{
    padding: 15px 0 0 0;
  }

  .win-free-trip{
    padding: 0 15px;
  }

  .clickable-image .padding > .row-fluid-wrapper{
    margin-bottom:15px;
  }

  .promotions, .journey{
    background-attachment: initial!important;
  }

  .row-fluid  .padding-mobile-testimonials{
    padding:40px 25px!important;
  }
  div#instafeed {
    display:flex;
    flex-wrap: wrap;
  }
  div#instafeed a {
    width: 33.3333333% !important; 
  }
}




/*INSIDE PAGES*/

a.pic-gallery p.pic-desc-inside {
  color: #FFF;
  padding: 29px;
  margin: 0px;
  font-family: "Conv_MISTRAL";
  font-size: 21px;
  line-height: 28px;
}
.space-top {
  padding-top: 80px !important;
}
.in-slide-content h2.inside-pages {
  top: 240px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.space-no-top {
  padding-top: 0px;
  padding-bottom: 80px;
}

/*Hotel Packages*/
.four-bg-border-kempiski {
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/img-placeholder.png");
  background-size: cover;
}
.four-bg-border-marriot {
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/img-placeholder.png");
  background-size: cover;
}
.four-bg-border-movenpick {
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/img-placeholder.png");
  background-size: cover;
}
.four-bg-border-evason {
  padding: 10px;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/img-placeholder.png");
  background-size: cover;
}
p.desc-entry3 {
  background-color: rgba(0, 0, 0, 0.62);
  padding: 20px;
  margin: 10px 0px;
  height: 222px;
  color: #FFF;
  text-align: center;
}
.desc-entry2 {
  font-size: 15px;
  color: #333;
  text-align: left;
  margin-top: 10px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.padding-worldcup{
  padding:20px 40px;
}


/*Top


.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties 
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: url("//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/cd-top-arrow.png") no-repeat scroll center 50% rgba(237, 161, 47, 0.8);
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible 
opacity: .5;
}
.no-touch .cd-top:hover {
background-color: rgba(249, 152, 6, 0.83);
opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
right: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
height: 60px;
width: 60px;
right: 30px;
bottom: 30px;
}
}
*/
@media(min-width:1300px){
  .lp-ty.mc-image#lp-banner{
    background-position: 50% 55% !important;
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Website_-_BoatLeap_Banner-1900.png')!important;
  }

  .mc-image#lp-banner{

    background-position: 50% -5%;
    background-size:cover!important;
  }
}

@media(min-width:1900px){
  .lp-ty.mc-image#lp-banner{
    background-position: 50% 55% !important;
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Website_-_BoatLeap_Banner-1900.png')!important;
  }

  .mc-image#lp-banner{

    background-position: 50% -5%;
    background-size:cover!important;
  }
}
@media (max-width: 979px){
  .nav-collapse, .nav-collapse.collapse {
    height: auto!important;
    overflow: visible!important;
  }
}
@media (max-width: 480px){

  .padding-worldcup{
    padding:20px 5px;
  }

  h2.worldcup-title{
    font-size:18px;
    line-height:18px;
  }

  .cta-worldcup span{
    font-size:18px!important;
  }
}

.pic-container-inside {
  position:relative;
}

.margin-gallery-inside {
  float:left;
  margin-top:-56px;
}

a.pic-gallery-inside p.pic-desc-inside {
  color: #FFF;
  padding: 14px;
  margin: 0px;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  opacity: 1 !important;
  text-align: left;
}
.pic-container-inside {
  /* margin-bottom: 30px; */
  margin-bottom: 0px;
}
a.pic-gallery-inside{
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.59);
  float:left;
  width: 100%;
  position: relative;
  bottom: 55px;
  left: 0;
  z-index:1;
  transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
}
a.pic-gallery-inside:hover {
  background: rgba(211,108,41, .8) url(//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/JJ2015/images/arrow.png) no-repeat right 10px center;
  text-decoration:none !important;
}
a.pic-gallery-inside p {
  color:#fff;
  padding:15px;
  margin:0;
  font-family: 'Conv_MISTRAL';
  font-size:28px;
  line-height:28px;
}
a.pic-gallery-inside p span {
  font-size:20px;
  font-family: 'Oswald', sans-serif;
}

.show-first h3 {
  color: #F2F2F2;
  margin-top: 49%;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  font-size: 22px;
  font-family: "Oswald",sans-serif;
}

.show-first:hover h3{
  opacity: 1;
  cursor: pointer;
}

p.itinerary {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 15px;
  margin:0;
}

.reduced{
  width:75%;
  margin:auto;
}

.footer-padding {
  padding-left: 0px;
}

p.contact span {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 14px;
}

.show{
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
  display: block;
}


.aspect{
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
}

.show .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.show-first a.more {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px; 
  background: #FFF;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #999;

}

.show-first a.more:hover {
  box-shadow: 0 0 5px #000;
}


.show-first img {
  transition: all 0.2s linear;
}

.show-first .mask {
  opacity: 0;
  background-color: rgba(0,0,0, 0.4);
  transition: all 0.4s ease-in-out;
}
.show-first h2 {
  color: #f2f2f2;
  margin-top: 16%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(0,0,0,0.7);
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}
.show-first p {
  opacity: 0;
  transition: all 0.2s linear;
}
.show-first a.info{
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.show-first:hover img {
  transform: scale(1.2);
  -webkit-animation: scaleIn;
  -webkit-transform:(1.2);

}
.show-first:hover .mask {
  opacity: 1;
}
.show-first:hover h2,
.show-first:hover p,
.show-first:hover a.info {
  opacity: 1;
  cursor: pointer;
}

.span3.pic-container-inside, .span3.pic-container-inside-inside{
  margin:0!important;
}

.span3.pic-container-inside img, .span3.pic-container-inside-inside img{
  height:150px;
  margin-bottom: -1px;
}

.span3.pic-container-inside:first-child, .span3.pic-container-inside-inside:first-child{
  margin-left:45px!important;
}

.the-sticky-div.sticky {
  position: fixed;
  top: 0;
  z-index:1;
  width:400px!important;
}


.day{
  color:#6C6C6C;
}

.text-lg.caps.font-20, .title-cursive.inside-pages.big-font{
  z-index:2!important;
}

.header-container-wrapper{
  z-index:800!important;
}

.brochure .container-fluid.space{
  padding:40px 0!important;
}

.hs-button.primary{
  color: #D36C29!important;
  border-color: #D36C29!important;
}

.hs-button.primary:hover{
  color: white!important;
}

label, input{
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.show-tablet{
  display:none!important;    
}

.middle-tiles .span4{
  float:left!important;
}

.body-container-wrapper ul li.no-style:before{
  content:none!important;
}



@media (max-width:1023px)and (min-width:751px){
  .footer-division{
    width: 25%!important;
    float: left!important;
  }
  .brochure-2 .span3{
    width:50%!important;
  }
  .mc-image {
    top:0!important;
  }

  .show-tablet{
    display:block!important;
  }
  .half-on-tablet{
    width:45%!important;
  }

  div > .half-on-tablet:nth-child(odd){
    margin-left:0!important;
  }

  .half-on-tablet{
    width:45%!important;
  }

  .promotion-image{
    width:50%!important;
    float:left!important;
  }
  .padding-top-780 .text-lg{
    top:160px!important;
  }
  .intro-text{
    margin-right: 160px;
    top: 170px!important;
    font-size: 18px!important;
  }

  #cycle-nav{
    bottom: 155px;
  }
}
@media(max-width:750px){
  .hs-rss-module {
    padding:0 25px;
  }
  .mc-image {
    top:0!important;
  }
  .show-tablet{
    display:block!important;
  }
  .in-slide-content h2{
    font-size:50px!important;
    letter-spacing:0!important;
    line-height: 40px !important;
  }

  .btn-custom-blue{
    font-size:10px!important;
  }

  .testi-video{
    margin:0!important;
    width:100%!important;
  }
  .in-slide-content h2.inside-pages{
    top:120px;   
  }
  .body-container-wrapper ul li.hs-blog-social-share-item{
    width: 100%;
    float: left!important;
  }

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: left!important;
  }
  .custom-body-padding , .blog-title{
    padding:0 25px;
  }


  .mc-image{
    background-position: 50%;

  }

  #promotions{
    font-size: 45px;
    text-align: center;
  }

  .input{
    width:100%!important;
  }

  .twitter-icon{
    margin: 0px 15px!important;
  }

  .hashtags p{
    margin:0!important;
    padding:0!important;
  }

  .google-calendar{
    display:none;
  }

  .hide-on-mobile{
    display:none!important;
  }
  #maximage .mc-image p.text-lg{
    display:none!important;
  }

}


}


@media(max-width:640px){
  .hs-rss-module {
    padding:0 25px;
  }
  .mc-image {
    top:0!important;
  }
  .show-tablet{
    display:block!important;
  }
  .in-slide-content h2{
    font-size:28px!important;
    letter-spacing:0!important;
  }

  .btn-custom-blue{
    font-size:10px!important;
  }

  .testi-video{
    margin:0!important;
    width:100%!important;
  }
  .in-slide-content h2.inside-pages{
    top:120px;   
  }
  .body-container-wrapper ul li.hs-blog-social-share-item{
    width: 100%;
    float: left!important;
  }

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: left!important;
  }
  .custom-body-padding , .blog-title{
    padding:0 25px;
  }


  .mc-image{
    background-position: 50%;
  }

  #promotions{
    font-size: 45px;
  }

  .input{
    width:100%!important;
  }

  .twitter-icon{
    margin: 0px 15px!important;
  }

  .hashtags p{
    margin:0!important;
    padding:0!important;
  }

  .google-calendar{
    display:none;
  }

  .hide-on-mobile{
    display:none!important;
  }
  #maximage .mc-image p.text-lg{
    display:none!important;
  }

}

@media (min-width:1024px){
  .transparent-background{
    background-color: rgba(0,0,0,0.5);
  }


}

@media(max-width:700px)and(min-width:416px){
  .lp-ty.mc-image#lp-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Web_Banner_-_Run_to_Petra_700.png')!important;
  }

  .home-banner{
    padding:100px 0 30px!important;
    background-position: center 130% !important;
  }

  .home-banner-container h2 > a{
    font-size: 50px !important;
  }


}

@media(max-width:700px)and(min-width:416px)and(orientation:landscape){ 
  .home-banner {
    padding: 158px 0 145px !important;
  }
}

@media (max-width:1024px) and (min-width:768px) {
  #maximage h1{
    top:140px;
  }
  #maximage h3{
    top:250px;
  }




}



@media (max-width:1024px) and (min-width:769px){
  .lp-ty.mc-image#lp-banner{
    background-image:url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/JTB_2016_Web_Banner_-_Run_to_Petra_1024.png')!important;
  }

  div.show-banner .home-banner{
    background-size:100%!important;
    /*background-position: center 165%!important;*/
    background-attachment:static !important;
    background-repeat:repeat!important;
    padding: 200px 0 168px!important;
  }
}

@media (max-height: 350px){
  #cycle-nav {
    bottom: 0px;
  }
}

.btn-custom-blue {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color:#3A5897;
  font-size:22px;
  padding:10px 20px;
  text-transform:uppercase;
  border:3px solid #3A5897;##################
  transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
}

.btn-custom-blue:hover {
  color:#fff;
  background:#3A5897;
  text-decoration:none;
}

.hs-error-msgs li{
  color:red!important;
}

.body-container-wrapper ul li.hs-blog-social-share-item:before{
  content:none!important;
}

.input {
  width:50%;
}

.widget-type-blog_subscribe .input{
  width:96%!important;
}

.hs-rss-item-image-wrapper{
  border-bottom: 5px solid #d36c29;
}

.hs-rss-item-image-wrapper > img{
  padding-bottom:15px;
}

.hs-rss-item{
  background: #f9f9f9;
}

.hs-error-msgs.inputs-list label{
  display:block!important;
  clear: both;
}

.hs-error-msgs.inputs-list li:before{
  content:""!important;
}

.glow{
  box-shadow: 0px 0px 100px #FD6A00;
}

.gsc-control-cse.gsc-control-cse-en{
  padding:0;
  background-color: transparent;
  border: none;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  height: 21px!important;
  padding: 3px 25px!important;
  width: 67px!important;
  border-color: #D36C29!important;
  background-color: #D36C29!important;
}

.gsib_a{
  padding:0!important;
}

.gsc-selected-option-container.gsc-inline-block{
  width:100%!important;
}

.gsc-option-menu-container.gsc-inline-block{
  width: 25%;
}

.raise-up {
  margin-bottom:50px;
}

.input-100 .input{
  width:100%;
}


/*new - homepage banner*/
/*PARALLAX*/
.home-banner {
  /*background: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/DSC06440.jpg') 50% 154% no-repeat fixed;*/
  background: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/learnjordan-banner.jpg');
  background-position:50% 99%;
  background-repeat: no-repeat;
  /*min-height:494px;*/
  margin: 0 auto;
  width: 100%;
  /*max-width: 1920px;*/
  position: relative;
  display:block;
  background-attachment:static;
  -moz-background-size: cover; /* show background on ipad and iphone */
  -o-background-size: cover; /* show background on ipad and iphone */
  -webkit-background-size: cover; /* show background on ipad and iphone */
  background-size:cover;
  padding: 234px 0 304px;
  text-align:center;
  height:100%;
}

.home-banner p {
  font-family: 'Oswald', sans-serif;
  font-size:20px;
  color:#fff;
  line-height:34px;
}
.home-banner .home-banner-container {
  /*position:absolute; */
  top:150px;
  margin-left: 15px !important;
}

h2.text-shadow {
  text-shadow:1px 0 0 rgba(0,0,0,.25) !important;
}

.show-mobile{
  display:none!important;
}

.show-ipad{
  display:none!important;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}


@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media(max-width:768px){
  .show-ipad{
    display:block!important;
  }

  .email-width {
    width: 67% !important;
  }

  .margin-top-social {
    margin-top: 30px;
  }

  .green-header h2{
    margin: 0;
    padding: 10px 10px 0px;
  }

  .span3.half-on-tablet{
    float:left!important;
  }

  #maximage{
    margin-top: -45px;
  }

  .margin-top-mobile{
    margin-bottom: 0px;
    margin-top: 45px;
  } 

  .fullscreen-bg__video{
    width:250%!important;
    max-width:250%;
  }
  div#instafeed {
    display:flex;
    flex-wrap: wrap;
  }
  div#instafeed a {
    width: 33.3333333% !important; 
  }
}


@media(max-width:415px){
  .hide-mobile{
    display:none!important;
  }

  .show-mobile{
    display:block!important;
  }

  .full-width {
    width: 100% !important;
    padding: 0 !important;
  }

  .footer-division{
    float: left!important;
  }

  #cta_button_470711_1f911d9d-8e43-4c90-ad7c-d3b86e9d642e span{
    font-size: 16px!important;
  }
}


.email-width {
  width: 86%;
}

@media(max-width:715px) and (min-width:416px){
  .footer-division{
    width:50%!important;
  }
}





/*vid background*/

.fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  clear:both;
  /*position:relative;*/
  height: 703px;
}
.fullscreen-bg video {
  z-index:0;
}

.fullscreen-bg .content {
  position:absolute;
  z-index:1;
}
/*fullscreen-bg__video {
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/
.new-class-video{
  top: 0;
  left: 0;
  width: 100%;
}

.afar-video {
  top: -20px;
  left: 0;
  width: 100%;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.visible-xs{
  display:none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } 
  .visible-sm {
    display: block !important;
  }



}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } 
  .padding-top-desc-mobile {
    padding-top: 30px;
  }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)  {
  .hide-vid {
    display: none !important;
  }

  .show-banner {
    display: block !important;
  }

  .padding-mobile-testimonials {
    padding: 0 20px !important;
  }

  .vid-full-2 {
    width: 100% !important;
  }
}





@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    /*height: 300%;
    height: 122vh;*/
    /*top: -100%;*/
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    top:-41px;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/2016/learnjordan-banner.jpg?t=1462204175220') center center / cover no-repeat !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 234px 0 304px;
    text-align: center;
    height: 100%;
  }

  /* .fullscreen-bg__video{
  display:none ;
}*/
}


.cta-vid {
  position: relative;
  left: 40%;
  top: 272px;
}

.title-vid {
  position: relative;
  top: 38%;
  text-align: center;
  z-index: 9999;
}

.font-vid {
  z-index: 9999;
  position: relative;
  top: 38%;
  text-align: center;
  color: #fff;
  background-color:transparent !important;
}


.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
}

/* Borrowed the H1 format from Miss Tiff from Jersey.
http://codepen.io/tmrDevelops/pen/qENbLZ
*/
h1 {

  width: 100%;
  text-align: center;
  margin-top:50px;
  color:hsla(360, 45%, 95%, .9);

  letter-spacing: .8em;
  font-size:2.5vw;
  font-weight: normal;
  opacity: .2;
  text-shadow: hsla(0, 45%, 5%, .3) 0 0 1px, hsla(360, 55%, 95%, .3) 0 -1px 2px,  hsla(0, 45%, 5%, .3) 0 -1px 2px, hsla(360, 55%, 95%, .3) 0 20px 15px;

}

/* Simple Slider */
.white-back{
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  background: #fff;
}
.simple blockquote p {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #1e528e;
  padding: 25px;
  font-size: 1.25em;
  font-style: italic;
  text-align: center;
}
.simple cite {
  font-size: 1em;
  float: right;
  font-style: normal;
  color: #1e528e;
}
.simple cite a {
  color: #2d91c2;
  font-style: italic;
  text-decoration: none;
  font-size:.85em;
}
.simple cite a:hover {
  color: #00B4CC;
}
/* A custom cursor to let folks know they can drag things */


/* Bubble Slider */

.bubble blockquote {
  margin: 10px 10px 0;
  background: #fff;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 1.25em;
  color: #1e528e;
}
.bubble blockquote:before, .bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: #1e528e;
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 20px;
  font-size: 1.25em;
  color:#f7f7f7;
}

.quotes{
  box-shadow:none;
}

.quotes blockquote.slick-slide{
  margin: 0px; 
  padding: 45px; 
  border-width: 0px 0px 0px 3px;
  border-left-style: solid; 
  border-left-color: #d36c29; 
  font-weight: inherit; 
  font-style: inherit; 
  font-size: 14px; 
  font-family: inherit; 
  vertical-align: baseline; 
  position: relative; 
  background-color: #fcf8f3;

}

.quotes blockquote.slick-slide p{
  margin: 10px 0px; 
  padding: 0px; 
  border: 0px; 
  font-weight: inherit; 
  font-style: inherit; 
  font-size: 15px; 
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; 
  vertical-align: baseline; 
  color: #333333;
}

.quotes blockquote.slick-slide cite{
  color:black;
}

.quotes ul li:before{
  content: ''!important;
}

.slick-dots{
  bottom:-60px!important;
}

.slick-prev:before, .slick-next:before{
  color:#D36C29!important;
}

.quotes.testimonial-wrapper blockquote{
  margin: 0;
  padding: 45px;
  border-width: 0 0 0 3px;
  border-left-style: solid;
  border-left-color: #d36c29;
  font-weight: inherit;
  font-style: inherit;
  font-size: 14px;
  font-family: inherit;
  vertical-align: baseline;
  position: relative;
  background-color: #fcf8f3;

}

.quotes blockquote.slick-slide{
  height:262px;
}

.quotes.testimonial-wrapper blockquote p{
  border:none;
  margin: 10px 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 15px;
  font-family: 'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
  vertical-align: baseline;
  color: #333;
}

.quotes.testimonial-wrapper blockquote cite{
  color: black;
}

.quote{
  z-index:-123;
}

.quotes.testimonial-wrapper blockquote{
  margin-bottom: 25px!important;
}

.easyPaginateNav a{
  margin-right:10px;
}

h2.title-cursive, h1.title-cursive {
  position:relative;
  z-index:99;
}


.bg  {background: linear-gradient(to bottom, #2d91c2 0%,#1e528e 100%);width:100%;height:100%;position:absolute;}

.img-popup-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111111;
  max-width: 50vw;
  width: auto;
  display: inline;
  right: 0;
  text-align: center;
  margin: auto;
  padding-top: 50px;
}

.img-popup-container .download-btn{
  margin-top: 15px;
}

.img-popup-container .download-btn a{
  color: white;
  background: #ff6400;
  padding: 10px 25px;
  border-radius: 5px;
}

.img-popup-mask{
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  height: 100vh;
  width: 100vw;
  z-index: 111110;
}

@media(min-width:1300px){
  .fullscreen-bg {
    height: 105vh;
  }
}

@media(min-width:1679px){
  .fullscreen-bg{
    height: 87vh;
    overflow:initial;
  }

  .font-vid, .title-vid{
    top: 29%;
  }
}

@media(min-width:1900px){
  .fullscreen-bg {
    height: 108vh;
  }
}

@media(min-width:3839px){
  .fullscreen-bg {
    height: 108vh;
  }
}


@media(min-width:768px){
  .fb-page.fb_iframe_widget span{
    width: 340px!important;
  }

  .footer-division a, .footer-division span{
    font-size:12px!important;
  }

  .custom-body-padding{
    padding-left:25px!important;
  }

}

@media(min-width:1024px){
  .social-center .span4{
    overflow:hidden;
  }

  .quotes{
    width: 90%;
    margin: auto;
  }

  .custom-body-padding{
    padding-left:25px!important;
  }

  .green-header h2{
    padding: 0 25px;
    font-size: 25px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:10px 8px!important;
  }

}

@media(max-width:1024px){
  .worldcup-img span#hs_cos_wrapper_module_14744898640031799{
    margin: auto!important;
    text-align: center;
  }

  .dropdown-menu.custom-menu-primary ul li a {
    font-size:16px!important;
  }
}


@media (max-width: 915px) {
  .title-vid,
  .font-vid{
    top:115px;
  }
  div.watch-now-tier1{
    display: none !important;
  }
}

@media (max-width: 768px) {
  .title-vid,
  .font-vid{
    top:225px;
  }
}

@media (max-width: 767px) {
  .title-vid,
  .font-vid{
    top:0;
  }
}


@media(max-width:736px){
  .worldcup-img span#hs_cos_wrapper_module_14744898640031799{
    margin: auto!important;
    text-align: center;
    width: 35%;
  }

  .fullscreen-bg{
    padding: 150px 0 25px;
  }

  .fullscreen-bg video{
    /*top: 110px;*/
    width:100%;
  }
  div#instafeed {
    display:flex;
    flex-wrap: wrap;
  }
  div#instafeed a {
    width: 33.3333333% !important; 
  }
}

@media(max-width:415px){
  #maximage, #maximage .mc-image{
    height:300px!important;
  }

  .margin-top-mobile{
    margin-bottom: 0px;
    margin-top: 30px;
  }

  .in-slide-content h2.inside-pages {
    top: 170px;
  }

  .visible-xs{
    display:block;
  }

  .worldcup-img span#hs_cos_wrapper_module_14744898640031799{
    margin:auto!important;
  }

  .copyright{
    max-width: 320px;
    margin: auto;
    text-align: center;
  }

  .fullscreen-bg__video{
    width:320%!important;
    max-width:320%;
  }
}

@media(max-width:1024px) and (min-width:768px){
  .show{
    width:49%;
  }

  .btn-custom-blue{
    font-size:9px!important;
  }

}

@media(min-width:715px){
  .quotes{
    width: 86%!important;
    margin: auto;
  }
} 


@media(max-width:715px){
  .fullMobile{
    width:100%!important;
  }

  .sweepstakes-form{
    padding:0 20px;
  }
}

@media(min-width:415px){
  /* .home-banner{
  font-size:40px!Important;
}
  */
  .quotes{
    width: 86%!important;
    margin: auto;
  }

  .quotes blockquote.slick-slide{
    height:auto!important;
  }

  div._2p3a {
    margin: 0 auto !important;
    text-align:center !important;
  }
}

@media(max-width:350px){
  .fullscreen-bg__video {
    width: 350%!important;
    max-width: 350%;
  }
}

small.researchSubHeader{
  font-size: 20px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: bolder;
  line-height: 0px;
}

/*NEW*/
.btn-modal {
  font-size: 22px;
  text-align: center;
  background-color: #d36c29;
  color: #fff;
  padding: 15px 30px;
  font-family: 'Oswald',sans-serif;
  font-weight:300;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.btn-modal:hover {
  color:#fff;
  text-decoration:none;
  background:#b6612a;
}
.thumb-content .span4 {
  min-height:300px;
}
.selected-itineraries p {
  margin:0;
}
.selected-itineraries {
  border-bottom:1px solid #d9d9d9;
  padding:10px 0;
  position:relative;
}
.selected-itineraries:last-child {
  border-bottom: 0px;
}
.selected-itineraries-container {
  padding: 0 15px;
}
.floating-btn {
  position: absolute;
  right: 0;
  border-radius: 50px;
  background: #d36c29;
  color: #fff;
  font-size: 12px;
  width: 20px;
  text-align: center;
  top: 26px;
}
.floating-btn:hover {
  text-decoration:none;
  color:#fff;
  background-color:#b6612a;
}


.big-font {
  font-size: 140px !important;
  padding: 10px 0;
}

.translatePopup{
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background: white;
  z-index: 100;
  top: 35%;
  width:500px;
}

.translatePopupTitle{
  padding: 10px 0;
  background: #d36c29;
  color: white;
  font-weight: bold;
}

.close-btn-translate{
  background-color: #d36c29;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
}

.translatePopupfooter{
  padding:10px 0;
}

.clickable-image img{
  cursor:pointer;
}


/*.padding-video-desc {
padding-left: 120px;
}*/


span#hs_cos_wrapper_module_14575501338271486, span#hs_cos_wrapper_module_14581549384911479, span#hs_cos_wrapper_left_column, span#hs_cos_wrapper_module_145704628005438430, span#hs_cos_wrapper_module_145704514273328643, span#hs_cos_wrapper_module_14587508416025241 {
  padding: 0 !important; 
  margin: 0 !important;
}

.vid-full {
  width:500px;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: inherit !important;
}

.second-intenerary-row{
  margin: 0 12vw;
  padding-bottom: 50px;
}

.body-container{
  overflow: hidden;
}

.translate-close-icon{
  position: absolute;
  right: 10px;
  background: white;
  padding: 0 5px;
}

.translateFlags small, .translateFlags img{
  color: white;
  font-size: 10px;
  vertical-align: middle;
}

.tile-desc-home .pic-gallery font > font{
  display:block;
}

.circle-img{
  width: 345px;
  height: 345px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  margin: auto;
  box-shadow: 5px 5px 15px black;
}

.gray {
  color: #444444 !important;
}

.eventandteam-title {
  width: 179px;
  text-align: center;
}

#loading_container_page{
  height:0!important;
}

#loading_container_page .modal{
  margin-right: 0!important;
  position: fixed!important;
  bottom: 0px;
  margin-bottom: 0!important;
}

.thumnail-caption{
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  color: white;
  font-family: 'IM Fell English SC',serif;
  font-size: 1.5em;
  text-shadow: 1px 1px 0px #000000;
  background-color:rgba(0,0,0,.5);
}

.jtb-photo-thumbnail{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
  position:relative;
}

.jtb-photo-pop{
  display:none;
}

.jtb-photo-pop{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  lefT: 0;
  background: white;
  z-index: 999;
}

.jtb-photo-pop.open{
  display: flex!important;
  display: -webkit-flex!important;
  align-items: center;
  -webkit-align-items: center;
}

.jtb-photo-pop img{
  display: inline-block;
  max-width: 24%;
  margin: 0 .5%;
  max-height: 185px;
  margin-top: 20px;
}

.popup-name{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'IM Fell English SC',serif;
  font-size: 3em;
  color: #d36c29;
}

.jtb-photo-module .close-popup{
  position: absolute;
  top: 10px;
  font-size: 3em;
  right: 50px;
  color: #d36c29;
  cursor:pointer;
}

.clickable-space{
  position:relative;
  height:100%;
  width:100%;
  cursor:pointer;
}



/*june 29 2016 edits on making the image link*/
.show-first h2{
  color: #D36C29!important;}
.show-first h2.hover, 
.show-first h2:hover{
  color:ff6400!important;}

@media(max-width:715px){
  .social-media-iteneraries{
    margin-bottom: 100px!important;
  }
}
/*end edits*/


@media(max-width:768px) and (min-width:715px){
  .itenerary-box .span3 img{
    padding: 0 15vh;
    padding-bottom:30px;
  }
}

@media(max-width:1024px) and (min-width:715px){
  .social-media-iteneraries .show{
    width: 18%!important;
  }
  .social-media-iteneraries{
    padding:0 0 75px;
  }
}

@media(min-height:1080px){
  #maximage .mc-image.iteneraries-inspiration-background{
    background-position: center 70%!important;
  }


}


@media(max-width:768px){

  .second-intenerary-row{
    margin: auto;
  }

  .itenerary-box .span3 img{
    padding-bottom:30px;
  }
}

@media(max-height:700px){
  .fullscreen-bg .hs-cta-wrapper{
    top:90%!important;
  }
}

@media(max-width: 414px){
  .circle-img {
    margin: 15px auto !important;
  }
}


@media(max-width: 414px){
  .circle-img {
    margin: 15px auto !important;
  }
}


@media(max-width: 320px){
  .circle-img {
    width: 275px !important;
    height: 275px !important;
    margin: 15px auto !important;
  }
}

#cta_button_470711_1f911d9d-8e43-4c90-ad7c-d3b86e9d642e{
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(211,108,41);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 12px 18px;

}

#cta_button_470711_1f911d9d-8e43-4c90-ad7c-d3b86e9d642e span{
  font-size:18px!important;
}

.build-jorney
{
  /* position: absolute; 

  top: -44px; 
  left: 0px;  */

  display: block; 
  z-index: 999; 
  opacity: 1; 
  width: 100%; 
  height:auto;
  background-image: url('//470711.fs1.hubspotusercontent-na1.net/hubfs/470711/BMJJ-DDBanner.jpg?t=1477930229959');  
  background-size: cover;
  background-attachment: fixed;
  border-top: solid 5px rgba(0,0,0,.75);
  border-bottom: solid 5px rgba(0,0,0,.75);
}

.subscription-form .hs_submit{
  text-align: center;
  padding-bottom: 2vh;
}

.subscription-form .hs-form-field .input{
  width: 80% !important;
  margin-left: 3vh !important;
}

.subscription-form .hs-form-field label{
  margin-left: 3vh !important;
}

.guide-form .hs-form-field .input{
  width:80% !important;
}
.guide-form{
  background: #FFF8DC;
  padding: 1.5em;
  margin-bottom: 1em !important;
}
.guide-form .form-title{
  font-size: 1.2em !important;
}

.guide-image{
  background-color: rgba(0,255,255, 0.5);
  z-index: 1;
}
.promotions.pages > .span12.widget-span.widget-type-cell {
  float: none;
}

.promotions p a.btn-white {
  margin-bottom: 10px;
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 0px;
}

.footer .hs-email .input {
  width: 100% !important;
}


@media (max-width:1154px){
  .blog-entry .show{
    width:49% !important;
  }
  h2.title-cursive, h1.title-cursive {
    font-family: 'IM Fell English SC',serif;
    font-size: 46px;
    font-weight: normal;
    color: #d36c29;
    margin-bottom: 15px;
    line-height: 1;
  }
}
@media  (max-width:900px){
  .promotions form .input {
    margin: auto;
  }
  .promotions-container {
    width: 100%!important;
  }

  .promotions .input {
    width: 100%;
  }
  .promotions .hs_submit.hs-submit {
    text-align: center;
  }
}

/* MEdia Query for the Instagram Tier */
@media  (max-width:375px){

  div#instafeed {
    display:flex;
    flex-wrap: wrap;
  }
  div#instafeed a {
    width:100% !important; 
  }

}
@media  (max-width:568px){

  div#instafeed {
    display:flex;
    flex-wrap: wrap;
  }
  div#instafeed a {
    width:100% !important; 
  }
  .promotions .container {
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  .gsc-search-box-tools, .gsc-search-box, .gsc-input  {
    display: none;
  }
}

@media (max-width: 768px) {
  #testimonials {
    display: none !important;
  }
}
/* End media Query */

@media screen and (max-width: 767px) {
  /* Temp Hide */
  
}