/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.none{display:none !important;}
html,
button,
input,
select,
textarea {
    color: #222;
}

input[type="text"], input[type="email"] {font-family: 'futura-pt', sans-serif;}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

header p{margin: 0;}
a{color: #007de7;text-decoration:none;outline:none;}
a:hover{color: #007de7;text-decoration:underline;}
p{font-size: 16px; color: #37342c;}
section{margin-top: 40px; padding: 20px 0; width: 100%;}

strong{font-weight: bold; color: #000;}

body{ font-family: "futura-pt",sans-serif;}
li{padding-bottom: 20px;}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.left{float: left;}
.right{float: right;}
.col4{width:620px;}
.col3{width: 470px;}
.col2{width:300px}
.pad-right{margin-right: 15px;}
h2{font-size: 40px; color: #840715; text-transform: uppercase; padding-top: 0; margin-top:0; font-family: "futura-pt-condensed";
margin-bottom: 10px !important;}
h3{font-size: 24px; color: #265895; padding-bottom: 0; margin-bottom: 0; font-family: futura-pt, sans-serif; font-weight: 200;}

.image img{height:100px;}
.options.options-left:nth-child(even) {margin-top:-10px;}
.options.options-left:nth-child(even) div.image.options-circle {float:right;}
.options.options-left:nth-child(even) div.options-content {float:right;background-color: rgba(255,255,255,0.9);padding: 8px 50px 8px 0;
margin: 20px -30px 0 0 ;position: relative;z-index: 1; text-align: right; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */}
div.options-content ul {list-style-type:none;padding:0px;margin:0px;}

.second-team img{margin-left: -20px;}

.ul-margin{margin-left: 0; padding: 0 20px;}
.margin-top{margin-top: 60px;}

.blue{background-color: #d6e0eb;}
.circle-xl{-moz-border-radius: 250px; -webkit-border-radius: 250px; border-radius: 250px;
    width: 250px;height: 250px;border: 35px solid #7f7f7f; overflow: hidden;}
.circle-med{-moz-border-radius: 150px; -webkit-border-radius: 150px; border-radius: 150px;
    width: 160px;height: 160px;border: 20px solid #7f7f7f;overflow: hidden;}
.circle-small{-moz-border-radius: 150px; -webkit-border-radius: 150px; border-radius: 150px;
    width: 70px;height: 70px;border: 13px solid #7f7f7f;overflow: hidden;background-size:cover !important;}
.circle-xs{-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    width: 32px;height: 32px;overflow: hidden;background-color:gray;}

.options-circle{background-color:#d6e0eb;-moz-border-radius: 150px; -webkit-border-radius: 150px; border-radius: 150px;
    width: 100px;height: 100px;border: 15px solid #7f7f7f; overflow: hidden;}
.flexslider{height: 320px;margin:auto; overflow: hidden; z-index: 1;width: 960px;}

.breadcrumb img{margin-top: -5px;}

.date,.posted-by{color: #676767;}

.container{width: 960px; margin: 0 auto;}
header{background: url('../img/global/canvas.jpg') 100% 100%; /*height:auto;*/padding-bottom:1px;-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.5);
       -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.5);
            box-shadow: 0px 0px 8px 2px rgba(0,0,0,.5);}
    .main-logo{background: url('../img/global/go-bucket-list.png') no-repeat; text-indent: -9999px; width: 184px;
        height: 128px; float: left; margin-top: 5px;}
    .header-right{text-align: right; padding-top: 10px;}
        .main-nav ul li{display: inline;margin-left: 0.75em;}
	.main-nav{margin-top:-7px;padding-top:3px;}
            .main-nav ul li a{text-shadow:1px 1px 1px #FFF;color: #840715; font-size: 20px; text-decoration: none; padding: 0 0 11px 0; margin-left: 10px;}
                .main-nav ul li a.active, .main-nav ul li a:hover{color: #265895; border-bottom: 7px solid #265895;}
        .header-slogan{font-size: 22px; font-style: italic; font-family: georgia; padding-bottom: 10px;text-shadow:1px 1px 1px #fff;}
        .header-contact{font-size: 22px; padding: 7px 0;text-shadow:1px 1px 1px #fff;}
            .header-contact span{color: #265895;font-size: 16px;}
.newsletter{width: 560px;}
.newsletter h4{font-size: 18px; color: #265895; margin: 10px 0 10px 0;}
.newsletter input[type=text],.newsletter input[type=email]{color: #898989;padding:5px 0 2px 5px;font-size:.8em;width:197px;}
.newsletter-sub {height:30px !important;margin-top:0px !important;float:right;color: #fff; text-transform: uppercase; background-color: #235996; padding: 10px 35px 8px 10px;text-align: center;border:none; font-weight: lighter; -webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;background-image: url('../img/global/button-more.png'); background-repeat: no-repeat;background-position: 110px 7px !important;line-height:.9em; box-shadow:inset 0px -2px 0px 0px #558ed2; -moz-box-shadow:inset 0px -2px 0px 0px #558ed2; -webkit-box-shadow:inset 0px -2px 0px 0px #558ed2;}
.plan-your-trip , .newsletter-sub {color: #fff; text-transform: uppercase; background-color: #235996; padding: 10px 35px 8px 10px;text-align: center;border:none; font-weight: lighter; -webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;background-image: url('../img/global/button-more.png'); background-repeat: no-repeat;background-position: 110px 10px; box-shadow:inset 0px -2px 0px 0px #558ed2; -moz-box-shadow:inset 0px -2px 0px 0px #558ed2; -webkit-box-shadow:inset 0px -2px 0px 0px #558ed2;}
div.plan-your-trip {position:absolute;bottom:50px;right:35%;background-position: 130px 12px;}
div.contact-us,input.btTxt.submit {float:right; margin-right:10px;color: #fff; text-transform: uppercase; background-color: #840715; padding: 8px 35px 8px 10px;text-align: center;border:none; font-weight: lighter; -webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;background-image: url('../img/global/button-more.png'); background-repeat: no-repeat;background-position: 110px 11px; box-shadow:inset 0px -2px 0px 0px #bf3645; -moz-box-shadow:inset 0px -2px 0px 0px #bf3645; -webkit-box-shadow:inset 0px -2px 0px 0px #bf3645;}
a.emailButton {text-decoration:none;color: #fff; text-transform: uppercase; background-color: #235996; padding: 8px 35px 8px 10px;text-align: center;border:none; font-weight: lighter; -webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;background-image: url('../img/global/button-more.png'); background-repeat: no-repeat;background-position: 98% center; box-shadow:inset 0px -2px 0px 0px #558ed2; -moz-box-shadow:inset 0px -2px 0px 0px #558ed2; -webkit-box-shadow:inset 0px -2px 0px 0px #558ed2;}
a.emailButton:hover {text-decoration:none;}
a.contact {position:absolute;right:0;top:8px;}
footer{margin-top: 40px;}
.footer-top{background-color: #d6e0eb; padding: 30px 0;border-bottom: 2px solid #265895;}
.mt-0{margin-top:0;}
.textured{background: url('../img/global/canvas.jpg');}
    .logo-bot{background: url('../img/global/go-bucket-list-tran.png') no-repeat; width: 176px; height: 112px; text-indent: -9999px;}    
    .footer-contact{margin:40px 0 0 20px;text-shadow:1px 1px 1px #FFF;}
    .footer-contact p{padding: 0; margin: 0; text-shadow:1px 1px 1px #fff;}
    .footer-contact h4{padding: 0;margin: 0; color: #265895; font-size: 24px;}
    .search-logo{width: 307px;}
    .footer-bottom{margin: 0;}
    .footer-search{margin-top: 40px; float: right;}
        #footer-search{background-color: #fff6e1; margin-right: -5px; border-color: #aca697; width: 224px;}
        #search-submit{background-color: #7b786c; color: #fff6e1; border:none;padding-top: 3px; width: 63px; padding: 6px 0px 3px;
            -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;}
.copyright{color: #848074; font-size: 12px;}
.flexslider .container{position: relative;}
.slider-content{position: absolute; background:url('/./html/img/slider/slider-station-centered.png') no-repeat; width: 480px; height: 320px; left:0; }
    .slider-text p{position: absolute;bottom: 75px;
 color:#FFF; font-size: 30px;text-align: center;width: 100%;text-shadow:4px 2px #37342c;}
    .slider-text button{color: #fff; text-transform: uppercase; background-color: #235996; padding: 10px 35px 8px 10px; position: absolute;
bottom: 90px; text-align: center;border:none; font-weight: lighter; right: 34%;  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-image: url('../img/global/button-more.png'); background-repeat: no-repeat;background-position: 148px 10px;
}
/*.flexslider .slides img{min-height: 450px;}*/
.flex-direction-nav .flex-prev{background: url('../img/global/leftarrow.png') no-repeat; height: 70px; width: 35px; text-indent: -9999px;}
.flex-direction-nav .flex-next{background: url('../img/global/rightarrow.png') no-repeat; height: 70px; width: 35px; text-indent: 9999px;}

.bow{width: 760px; height:55px;position: relative; margin: -39px auto 0;-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
z-index: 9;}
    .triangle-left{position: absolute;left: -27px; bottom: 0;}
    .triangle-right{position: absolute;right: -27px; bottom: 0;}
    .bow p{padding-left:20px;vertical-align: middle; color: #265895; font-size: 18px; padding-top: 14px;text-shadow:1px 1px 1px #fff;}
    .bow img{margin-top: -6px;}
        .bow p img{float: right; padding-right: 20px;}

    .border-bot{border-bottom: 1px solid #ccc; padding-bottom: 10px;margin-bottom: 10px;}
    .travel-home{width: 370px;}
        .date,.posted-by{padding: 0; margin: 0;}

.travel-home-info,.travel-home-cat {color: #676767 !important;}
    .home-special{margin-bottom:20px;width:300px;height:280px;overflow: hidden; position: relative;float:left;margin-right:2px;}
    section.special-deals .home-special{width:310px;margin-right:10px;margin-bottom:10px;border-radius:10px;} 
    section.special-deals .home-special img {height:240px;}       
.home-special-title{color: #fff; font-size: 20px; background-color: #265895; padding: 10px 20px; margin: 0;
line-height: 20px; font-weight: 200;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
a.special-title {text-decoration:none;}
section.special-deals div.home-special-bot {background: rgba(255,246,225,0.8);}
        .home-special-bot,.featured-image-bot{position: absolute;bottom: 0; background: rgb(255, 246, 225); width: 100%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
            .home-special-bot p{padding: 0 20px; margin:5px 0px;}
            .home-special-price {color: #840715; vertical-align: middle; position: relative; top: -2px;}

    .testimonial{font-size: 18px;color: #37342c; font-family: georgia; font-weight: lighter; font-style: italic;text-shadow:1px 1px 1px #fff;}
        .home-test-name{padding-bottom: 0; margin-bottom: 0;text-shadow:1px 1px 1px #fff;}
        .home-test-location{padding-top: 0; margin-top: 0;text-shadow:1px 1px 1px #fff;}
div.col2.left.featured-trip-img {margin-right:20px;margin-bottom:20px;}
    .recent-photo-div{position: relative; width: 300px; height: 265px; margin-right:20px}
div.featured-trip-img .recent-photo-div{position: relative; width: 300px; height: 242px; margin-right:20px;overflow:hidden;}
div.featured-trip-img .recent-photo-div div.recent-image a img {width:300px;}
.trip-photos div.featured-trip-img .recent-photo-div{overflow:visible;}
ul#foo2 .recent-photo-div{position: relative; width: 300px; height: 222px; margin-right:20px;overflow:hidden;}
section.gallery .recent-photo-div{margin-bottom:20px;}
    section.home-recent-photos .recent-photo-div{margin-right:30px;}
    section.home-recent-photos a.fancybox:nth-child(4) div.recent-photo-div {margin-right:0;}
        .featured-image-bot p{text-align: center; margin:10px 15px;}
        .recent-photo-name{padding: 0; margin: 0; color:#676767;}
            .center{margin: 0 30px;}

    .plane{margin-top: -140px;}
    .explore-lists, .services-lists{margin-top: -10px;}
    .explore-lists li, .services-lists li{padding: 0 !important;}
    ul.explore-lists, ul.services-lists{margin:0;padding-left:20px;}
    /*div.explore-lists-container {-webkit-column-count: 2;-moz-column-count: 2;-o-column-count: 2;column-count: 2;}*/
    .explore-lists li a, .services-lists li a {font-size:1.1em;color:#265895;text-shadow:1px 1px 1px #FFF;}
    .explore-lists li a:hover, .services-lists li a:hover{color:#007de7;}
    .services-lists li {margin-left: 0; text-transform: uppercase;}
    .background{position: absolute; margin-top: -55px;z-index: -1; width: 100%; overflow:hidden;height:800px;}
.background div {width: 100%;height:100%;overflow:hidden;}
        .background img{width: 100%;opacity:0.3;filter:alpha(opacity=30); /* For IE8 and earlier */}
    .go-header{color: #265895; font-size: 80px; text-align: center;text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.92);margin-bottom: 40px !important;}

    .interest{font-size: 24px; color: #265895; padding-bottom: 0; margin-bottom: 0;}
    .interest-box{margin-top: 0;}
    .interest-box .container a:last-child .interest-image {margin-right:0px;}
    .clouds{margin-top: 50px;}
        .clouds img{margin-top: -120px;width: 100%}
    .after-clouds{padding-top: 40px; margin-top: -50px;}

    .options-circle{position: relative;z-index: 2;}
    .options-left .options-content{background-color: rgba(255,255,255,0.9);padding: 8px 0 8px 50px;
margin: 20px 0 0 -30px;position: relative;z-index: 1;}
        .options-content h3{margin: 0; padding: 0;}
        .options-content ul:nth-child(even){margin: 0;padding: 0;}

    .options-left .options-content{/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

        .options-right .options-content{background-color: rgba(255,255,255,0.9);padding: 8px 50px 8px 0;
margin: 20px -30px 0 0 ;position: relative;z-index: 1; text-align: right;}
    .options-right .options-content{/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}
        

.options-content ul li{padding: 0;}

.numcircle {margin-right:5px;background: #fff;width: 24px;padding: 0 5px;border: #7f7f7f 2px solid;
-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;text-align: center;z-index: 1000;color: #7f7f7f;font-weight: bold;
}
    .itinerarie-content{border-bottom: 1px solid #7f7f7f;position:relative;padding-bottom:10px;}
    .itin-cat{color: #7f7f7f;}
    .itinerarie h3 {margin-bottom:20px;}

    .quote-container {font-style: italic; font-family: georgia; color: #37342c;}

    .quotesmall p{color: #fff !important; font-family: georgia; font-size: 110px !important; padding: 0; margin: 0;line-height: 134px;}
    .about-quote-content{width: 890px; padding-left: 20px;}

    .about-quote-info{font-size: 14px; font-style: normal;}
    .team-content.with-member-photo {width: 615px;}
    .team-content{ margin-top: 20px;}
    .team-content-right{padding-left: 20px; border-left:1px solid #7f7f7f;}
    .team-content-left{padding-right: 20px; border-right:1px solid #7f7f7f;text-align: right;}
        .team-name{color: #265895; margin: 0; padding:0;font-size:1.1em;}
        .team-title{margin: 0;padding: 0 0 10px 0; color: #7f7f7f;}
    .trip-options{width:317px;}
    .trip-options img{margin-left: -23px;margin-top:-23px;min-height:80px;max-height:120px;}
    .trip-options a{font-size: 24px; padding: 15px 0 15px 15px; letter-spacing: -.07em;color: #265895; width: 150px;  display: table-cell;
    vertical-align: middle;} 
    .trip-concier-content {width: 320px;}
    .plan-header{font-family: "futura-pt-condensed";color: #fff; font-size: 80px; text-align: center;text-shadow:2px 2px 4px rgba(0,0,0,0.5); padding: 20px 0 0 0;}
    .recent-image{overflow: hidden; height: 200px;}
    .overlay{position: absolute; display: none; background-color: rgba(0, 0, 0, 0.4); width: 100%; height: 200px;}
      .fancybox:hover .overlay{display: block;}
      .overlay img{position: absolute;top: 45%;right: 40%;width:50px !important;}

      .carousel{margin-top: 0; padding-top: 0; position: relative;}
      .list_carousel { width: 100%; }
            .list_carousel ul { margin: 0; padding: 0;list-style: none;display: block; }
            .list_carousel li { display: block;float: left; height: 200px; }
            #prev2{background: url('../img/global/leftarrow.png') no-repeat; height: 70px; width: 35px; text-indent: -9999px;position: absolute;left: 0;
top: 25%;}
            #next2{background: url('../img/global/rightarrow.png') no-repeat; height: 70px; width: 35px; text-indent: -9999px;position: absolute;right: 0;
top: 25%;}
.pager{position:absolute;left:50%;margin-left:-80px;}
div.pager_container {margin-top:20px;}
div.paginate{text-align:center;}
    .paginate a{display:inline-block;margin-right:15px;text-align:center; background: url('../img/global/car-notselect.png') no-repeat; width: 14px; height: 14px; color:transparent;}
    .paginate a.selected{display:inline-block;background: url('../img/global/car-select.png') no-repeat;color:transparent}



    .interest-image{position: relative;margin-right:20px;width:306px;height:157px;overflow:hidden;}
    .interest-image:hover .overlay{display: block; height: 157px;}
        .interest-image .overlay p {text-align: center; color: #fff; text-decoration: none;font-size: 30px; position: absolute;
top: 20%;
display: table-cell;
text-align: center;
width: 100%;}
.interest-image img {width:100%;}
.fancybox-title{text-align: center;}

.readmore-js-toggle{float: right;}
ul.charities{list-style:none; padding:30px 0 0 0;}
p.charity-name {font-size:1.3em;margin:0;color: rgb(38, 88, 149);}
a.charity-link:hover {text-decoration:none;}
p.charity-location{margin:0;font-style:italic;color: rgb(127, 127, 127);}
ul.charities li:nth-child(odd) div.giving-back-image{float:left; margin-right:10px;}
ul.charities li:nth-child(even) div.giving-back-image{float:right; margin-left:10px;}
ul.charities li:nth-child(even){text-align:right;}
ul.charities li {padding-bottom:20px;}
div.charity-content{margin-top:30px;}
ul.charities li:nth-child(even) div.charity-content {float:left;border-right: 1px solid rgb(127, 127, 127);padding-right:20px;}
ul.charities li:nth-child(odd) div.charity-content {float:right;border-left: 1px solid rgb(127, 127, 127);padding-left:20px;}
.charity-with-image {width:720px;}
div#charities-info{width:960px;margin:auto;text-shadow:1px 1px 1px #FFF;}
div#charities-info h3{margin-top:10px;}
ul.blog-categories li {list-style:none;color:rgb(0, 125, 231);padding-bottom:0;}
ul.blog-categories li a {text-decoration:none;}
ul.blog-categories li a:hover {text-decoration:underline;}
ul.blog-categories{padding:0;}
div.related-photos{clear:both;width:200px;}
ul.related-photos{padding:0;text-align:center;}
ul.related-photos li {display:inline-block;list-style:none;padding:0 5px 0 0;}
div.entry-photos{width:200px;float:left;}
div.related-photos p {text-align:center;padding-top:15px;color:rgb(127, 127, 127);}
h4.entry-title{font-size: 1.7em; color: #265895; padding-bottom: 10px; margin: 0; font-family: futura-pt, sans-serif; font-weight: 200;width:440px;float:right;}
hr.blog{margin:0 0 15px 0;}
section#travel-blog {width:660px;float:right;margin:0;}
section#blog-categories{width:280px;float:left;padding:0;margin:0;}
section.recent-photos{margin:0;padding:0 10px 5px 10px;background-color:rgba(214, 224, 235,0.4);}
div.entry-content{width:440px;padding-left:20px;float:right;}
p.entry-date {float:left;margin:0;color:rgb(127, 127, 127);}
div.entry-info{padding-bottom:15px;color:rgb(127, 127, 127);}
div.entry-content cite {float:right;font-style:normal;}
div.entry-body{clear:both;}
p.travel-cat{color:rgb(127, 127, 127);}
div.blog-entry{clear:both;padding-bottom:25px;}
section.recent-photos div.circle-xs{display:inline-block;}
div.recent-photo-thumbs{clear:both;}
p.recent-photo-date{font-size:1.2em;color:rgb(132, 7, 21);}
section.recent-photos h3{margin-bottom:20px;}
.recent-photo-blog{position: relative; width: 260px; height: 180px; overflow: hidden;margin-bottom:10px;}
div.blog-entry a.fancybox {float:left;}

div.blog-entry div.entry-photos{position:relative;}
div.blog-entry .overlay {border-radius:50%;}
div.blog-entry .overlay img {top:40%;right:37%;}
ol.results {list-style:decimal;padding:0 0 0 20px;}
ol.results li {clear:both;margin-bottom:20px;}
section.results p {padding:10px 0 0 0;margin:0;}
input[type="text"].results-search {font-family:"futura-pt",sans-serif;}
input[type=submit].results-search  {letter-spacing:.1em;border:none;background-color:#265895;border-top-right-radius:5px;padding:5px 10px 5px 10px;border-bottom-right-radius:5px;color:#fff;text-transform:uppercase;}
section.results div.circle-small.left {margin-right:30px;}
h4.results {padding-bottom:20px;}
div.testimonial-container div.quotesmall p {color:rgba(0,0,0,0.2) !important;line-height:.8em;padding-right:10px;}
span.cite-location{font-style:italic;}
div.container.quote-container div.about-quote-content.left a.right{font-family:'futura-pt';font-style:normal;}
div.about-quote-content.left p {text-shadow:1px 1px 1px #FFF;}
div.testimonial-container {position:relative;padding-left:60px;}
div.testimonial-container div.quotesmall.left {position:absolute;left:0;top:0;}
div.testimonial-container p.about-quote-info {font-size:1em;}
div.user-icon img {float:left;padding-right:10px;margin-top:5px;}
section.recent-photos hr {margin-top:5px;}
div.col2.left.quote{position:relative;z-index:1;}
div.ghost-quote{position:absolute;top:-40px;left:-40px;z-index:-1;}
div.ghost-quote p{font-size:30em;color:rgba(255,245,215,0.6); font-family:georgia; line-height:1em;margin:0;}
div.sticky_container{margin:0 auto; width:960px}
header.stickyHeader{z-index:999;width:100%;position:relative;}
section.team-member:nth-child(even) div.col2 {float:right;margin-left:35px;}
section.team-member:nth-child(even) div.team-content{padding-left:0;padding-right:20px; border-left:none; border-right:1px solid rgb(127,127,127);}
section.team-member:nth-child(even) div.col4 {text-align:right;}
h2.explore{text-shadow:1px 1px 1px #FFF}
div.homepage_blog div.overlay{width:200px;border-radius:50% 50%;}
div.homepage_blog div.overlay img{top:37%;right:37%;}
div.interests {display:inline;}
div.interests ul li {display:inline-block;list-style-type:none;}
div.interests ul {padding:0;margin:0;}
div.deal-photo {float:right;margin-left:20px;position:relative;}
section.itineraries{clear:both;}
p.deal-description {margin:0;}
section.about-us {margin-top:10px;}
/*div.giving-back-image img {width:160px;height:160px;}*/
div.giving-back-image img {width:100%}
div.giving-back-image {overflow:hidden;width:160px;}
img.sponsor-img {padding-right:10px;margin-left:13px;padding-top:10px;max-width:180px;}
div.travel-home div.truncate a.truncate_more_link, div.blog-entry div.truncate a.truncate_more_link {display:none;}
a.truncate_more_link {position:absolute;bottom:0;z-index:1000;}
div.trip-concier div.options-circle {margin-right:10px;}
div.giving-back {margin-top:25px;}
a.blog-title:hover{text-decoration:none;}
a.blog-title {width:370px;float:right;margin-top:-25px;}
ul.nav_categories{padding-left:0;}
section.mailing-address{margin:0;margin-left:10px;padding:0;}
ol.results li a.result-link {font-size:1.5em;}
section.categories ul {list-style-type:none;margin:0;padding:0;}
section.categories ol {padding-left:20px;}
img.train{margin-top:-80px;}
.blog-title h3.border-bot {border:none;}
div.logos {clear:both;background-color:white;width:960px;margin:auto;}
ul#foo2 {overflow:hidden;height:220px;}

.gradientFade{
position:absolute;
height:120px;
width:960px;
bottom:0;
z-index:999;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
z-index: 2;
}

.gradientbg{
position:absolute;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
z-index: 2;
}
ol.results li div.truncate p,ol.tagged-list li.left div.truncate p,ol.tagged-list li.left div.truncate br, ol.results li.left div.truncate br {display:none;}
ol.results li div.truncate p:first-child,ol.tagged-list li.left div.truncate p:first-child {display:block;}
ol.results li div.truncate{margin-left:125px;}
a.cat-entry-title{margin-left:15px;font-size:1.5em}
ol.tagged-list li.left div.truncate{margin-left:110px;}
ol.results li div.truncate div.clearboth,ol.tagged-list li.left div.truncate div.clearboth {display:none;}
ol.tagged-list li{clear:both;padding-bottom:20px;}
ol.tagged-list hr, ol.results hr {display:block;float:left;width:940px;}
div.home-special-deal div.home-special img {height:240px;}
div.home-special-deal div.home-special {height:300px;}
section.single-deal div.deal-photo {width:300px;overflow:hidden;height:312px;}
.carousel-image-container {height:180px;overflow:hidden;}
ul.flex-direction-nav li {padding-bottom:0px;}
div.control-nav-outside {width:960px;margin:auto;position:relative;}
.flexslider .flex-slider-direction-nav img{width:35px !important;height:75px !important;min-height:0;min-width:0;}
.flex-slider-direction-nav a.next {right:0;position:absolute;z-index:999;top:130px;background-color:rgba(0,0,0,0.1);border-radius:50%;font-size:2em;height:50px;width:50px;text-align:center;color:rgb(55, 52, 44);}
.flex-slider-direction-nav a.previous {left:0;position:absolute;z-index:999;top:130px;background-color:rgba(0,0,0,0.1);border-radius:50%;font-size:2em;height:50px;width:50px;text-align:center;color:rgb(55, 52, 44);}
ul.trip-featured-thumbs {list-style-type:none;padding:0;margin-top:60px;}
ul.trip-featured-thumbs li img {width:90px;margin-right:10px;}
ul.trip-featured-thumbs li:last-child img {margin-right:0px;float:left;}
.featured-thumbs .trip-featured-thumbs li {float:left;padding-bottom:10px;height:50px;overflow:hidden;margin-bottom:10px;}
div.pdf-icon {background-image:url('../img/global/pdf.png');height:20px;width:20px;float:left;margin-right:5px;}
p.related-docs {font-size:1.2em;color:rgb(55, 52, 44);padding-bottom:0;margin-bottom:0;font-weight:bold;}
ul.related-docs {list-style-type:none;padding:0;margin:0;}
ul.related-docs li {margin-bottom:0;padding-bottom:0;margin-top:10px;}
div.slider-text{width:480px;height:320px;position:absolute;right:0;}
ol.interest-results a.cat-entry-title {margin-left:0;}
div.slider-img-container{display:table;position:relative;overflow:hidden;width:960px;height:320px;z-index:-1;}
div.slider-img-1,div.home-slider-img-1 {background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;width:480px;height:320px;overflow:hidden;position:absolute;left:0;display:table-cell;vertical-align:middle;}
div.slider-img-2,div.home-slider-img-2 {background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;width:480px;height:320px;overflow:hidden;position:absolute;right:0;display:table-cell;vertical-align:middle;}
div.slider-text.inner p{font-size:3em;bottom:50px;}
table.contact-info {width:960px;border:none;margin-bottom:20px;}
table.contact-info th {text-align:left;padding:5px 0px 3px 5px;border:none;border-bottom:2px solid black;}
table.contact-info td {padding:5px 0px 3px 5px;border:none;}
table.contact-info tr {border:none;}
table.contact-info tr:nth-child(even) {background-color:#f3f3f3;}
div.itin-image {width:140px;height:140px;margin: 0px 15px 5px 0px;overflow:hidden;}
div.itin-image img {height:100%;}
ul.trip-featured-thumbs li img {cursor:pointer;}
section.single-deal div.deal-photo img {height:250px}
div.carousel-image-container img {min-width:320px;max-width:420px;}
.displayNone {display:none;}
div.first.column, div.last.column {width: 45% !important; padding-right: 10px;}
.push-right-1 {padding-right: 170px;}

@media screen and (max-width: 768px) {
  section {padding-left: 15px !important; padding-right: 15px !important;}
  .flex-slider-direction-nav {display: none !important;}
  .slider.flexslider.home-slider {padding-left: 0 !important; padding-right: 0 !important;}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*@media only screen and (min-width: 35em) {*/
    /* Style adjustments for viewports that meet the condition */
/*}*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/*@media only screen and (device-width:768px)and (orientation:portrait){
body {min-width: 980px;}
}*/

@media screen and (min-width: 1024) {
  section.textured, section.footer-top {background-attachment: fixed !important;}
}

@media screen and (max-width: 1023) {
  section.textured, section.footer-top {background-attachment: scroll !important;}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}