/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */
::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   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.
   Theses 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 */
}

/* ==========================================================================
   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;
    }
}

body {
    color: #0E7191 !important;
    font-size: 12px !important;
    line-height: 1.4em !important;
}

html {
    overflow-x: hidden;
}

div {
    position: relative;
}

.sitewidth {
    width: 960px;
}

.centerme {
    margin-left: auto;
    margin-right: auto;
}

.top-line {
    background: url(../images/bg_top_line.jpg) no-repeat center #868889;
    height: 5px;
    z-index: 9999;
}

.btn-booknow {
    background: #fff;
    width: 100%;
    text-align: center;
    color: #03A4C4;
    text-transform: uppercase;
    display: block;
    margin-top: -5px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 35px 0px 35px 0px;
    font-size: 34px;
    font-weight: 200;
    line-height: 0.8em;
    text-decoration: none;
}

.btn-booknow:hover {
    text-decoration: none;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shadow {
    -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
}

.nav-col {
}

ul.left-nav {
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(76%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
    padding-bottom: 70px;
}

ul.left-nav li {
    margin: 0 0 0 0;
    padding: 2px 0 2px 30px;
}

ul.left-nav li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #024F73;
    display: block;
}

ul.left-nav > li.active {
    border-left: 6px solid #16ACAD;
    padding-left: 24px;
}

ul.left-nav > li.active > a {
    color: #16ACAD
}

ul.left-nav ul li.active {
    background: url(../images/arrow-green.png) no-repeat;
    background-position: 0px 9px;
}

ul.left-nav ul li.active a {
    color: #16ACAD;
}

ul.left-nav ul {
    margin: 3px 0 6px 0;
    padding: 0 0 0 0;
    list-style: none;
    font-size: 14px;
}

ul.left-nav ul li {
    margin: 0 0 0 0;
    padding: 2px 0 2px 10px;
    background: url(../images/arrow-blue.png) no-repeat;
    background-position: 0px 9px;
}

ul.left-nav ul li a {
    color: rgb(2, 79, 115);
}

ul.left-nav a {
    text-decoration: none;
}

ul.left-nav > li:hover > a {
    color: #16ACAD;
}

ul.left-nav li li:hover > a {
    color: #16ACAD;
}

ul.left-nav li li:hover {
    color: #16ACAD;
    background: url(../images/arrow-green.png) no-repeat;
    background-position: 0px 9px;
}

#footer {
}

#footer {
    background: url(../images/black_png_70.png);
    padding-top: 0px;
    margin-top: 30px;
    font-size: 11px;
}

#footer-outer {
    background: url(../images/bg_top_line.jpg) center top no-repeat;
    padding-top: 5px;
}

#footer-inner {
    padding: 20px 0px;
}

#footer-inner ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#footer-inner ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 1.4em;
}

#footer-inner ul li a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 13px;
}

#footer-inner div {
    line-height: 1.2em;
}

.dotted-bottom {
    border-bottom: 2px dotted #fff;
}

#footer a {
    color: #fff;
}

.bottom-callout {
    line-height: 1em;
    padding-bottom: 10px;
}

.bottom-callout div {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.footer-left {
    float: left;
    margin: 15px 40px 0 0;
}

.footer-left li.indent {
    background: url(../images/arrow-white.png) left top no-repeat;
    padding-left: 10px !important;
    background-position: 0px 4px;
}

.header-image {
    margin: 30px 0 15px 0px;
    overflow: hidden;
}

.slide-text {
    position: relative;
    padding: 1px 0px;
    margin: 1px 0px;
}

.slide-text img {
    display: block;
    position: relative;
}

.main-content {
    background: #fff;
}

.content-inner {
    padding: 15px !important;
}

.content-inner-inner {
    padding: 15px !important;
}

h1.page-title {
    text-align: right
}

.page-title {
    color: #024F73;
    text-align: right;
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 200 !important;
    color: #00B3AF;
}

.col-left {
    float: left;
    width: 460px;
    margin-bottom: 40px;
}

.col-right {
    float: right;
    width: 313px;
    margin-bottom: 40px;
}

.tid_1.cid_1 .main-content {
    display: none;
}

.tid_1.cid_82 .col-left ul, .tid_1.cid_83 .col-left ul {
    float: left;
    margin-right: 3%;
    width: 47%;
}

#pp_full_res {
    border: 1px solid #ccc;
}

.col-right {
    display: block;
    padding-top: 15px;
}

.col-left table, .col-left table td {
    border: 1px solid rgb(22, 172, 173);
}

.col-left table td p {
    margin: 5px 0px;
}

.col-left table td em {
    text-decoration: none !important;
    font-style: normal;
    font-size: 10px;
}

.col-left table td.darker {
    color: #024F73;
}

.col-left table {
    margin: 20px 0px;
}

.tid_1.cid_37 h2 {
    color: #024F73;
}

.tid_1.cid_37 blockquote {
    padding: 0px;
    margin: 40px 0px;
    border: none;
    text-align: center;
}

.tid_1.cid_37 blockquote a {
    padding: 25px 5px;
    -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    color: #024F73;
    font-size: 14px;
    text-decoration: none;
}

.tid_1.cid_37 blockquote a strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 32px;
    color: rgb(22, 172, 173);
}

.tid_1.cid_37 p strong {
/*    float: right;
    width: 75%;
    font-weight: normal;*/
}

.tid_1.cid_37 p {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 10px 0px;
}

.tid_1.cid_37 .generic_content a {
    color: #0E7191 !important;
}

.tid_1.cid_37 .col-right {
    margin-top: 83px;
    border-left: 1px solid #B8BABB;
    padding-left: 3%;
}

.check_avail {
    clear: both;
    display: block;
    font-size: 22px;
    text-transform: none;
    padding-top: 5px;
}

.video_top {
    background: rgb(0, 63, 99); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 63, 99, 1) 0%, rgba(0, 83, 115, 1) 30%, rgba(0, 83, 115, 1) 71%, rgba(0, 63, 99, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 63, 99, 1)), color-stop(30%, rgba(0, 83, 115, 1)), color-stop(71%, rgba(0, 83, 115, 1)), color-stop(100%, rgba(0, 63, 99, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 63, 99, 1) 0%, rgba(0, 83, 115, 1) 30%, rgba(0, 83, 115, 1) 71%, rgba(0, 63, 99, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 63, 99, 1) 0%, rgba(0, 83, 115, 1) 30%, rgba(0, 83, 115, 1) 71%, rgba(0, 63, 99, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 63, 99, 1) 0%, rgba(0, 83, 115, 1) 30%, rgba(0, 83, 115, 1) 71%, rgba(0, 63, 99, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 63, 99, 1) 0%, rgba(0, 83, 115, 1) 30%, rgba(0, 83, 115, 1) 71%, rgba(0, 63, 99, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f63', endColorstr='#003f63', GradientType=1); /* IE6-9 */
}

.video_bottom {
    background: rgb(0, 37, 58); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 37, 58, 1) 0%, rgba(0, 49, 68, 1) 30%, rgba(0, 49, 68, 1) 71%, rgba(0, 37, 58, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 37, 58, 1)), color-stop(30%, rgba(0, 49, 68, 1)), color-stop(71%, rgba(0, 49, 68, 1)), color-stop(100%, rgba(0, 37, 58, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 37, 58, 1) 0%, rgba(0, 49, 68, 1) 30%, rgba(0, 49, 68, 1) 71%, rgba(0, 37, 58, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 37, 58, 1) 0%, rgba(0, 49, 68, 1) 30%, rgba(0, 49, 68, 1) 71%, rgba(0, 37, 58, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 37, 58, 1) 0%, rgba(0, 49, 68, 1) 30%, rgba(0, 49, 68, 1) 71%, rgba(0, 37, 58, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 37, 58, 1) 0%, rgba(0, 49, 68, 1) 30%, rgba(0, 49, 68, 1) 71%, rgba(0, 37, 58, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00253a', endColorstr='#00253a', GradientType=1); /* IE6-9 */
    padding-top: 4px;
    color: #00898E;
}

.video_bottom img {
    margin-top: 10px;
}

.video_holder {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 23px;
    line-height: 1em;
    font-weight: 100;
    margin-top: -40px;
}

.video_holder a, .video_holder a:hover {
    text-decoration: none;
    color: inherit;
}

.video_holder .inner {
    padding: 10px;
}

#pp_full_res {
    border: 0px solid #ccc;
}

.tid_1.cid_37.id80 .col-left blockquote {
    background: #00B2B1;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
}

.tid_1.cid_37.id80 .col-left blockquote a {
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    color: #fff !important;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.tid_1.cid_37.id80 .col-left blockquote strong {
    color: #fff !important;
    display: block;
}

.tid_1.cid_37 .col-left {
    width: 40%;
}

.tid_1.cid_37 .col-left .centerme {
    margin-top: 20px;
}

.tid_1.cid_37 .col-right {
    width: 52%;
}

.tid_1.cid_37 p strong strong {
    float: none;
    width: 100%;
    font-weight: bold;
}

.tid_1.cid_37 p strong a {
    font-weight: bold;
}

a.trip_adv {
    margin: 30px;
    display: block;
}

a.trip_adv img {
    width: 100%;
    height: auto;
}

.fix_1 {
    display: inline-flex;
    width: 100%;

}

.fix_2 {
    width: auto;
}

.fix_3 {
    position: absolute;
    bottom: 4%;
    width: 40%;
    right: 7%;
    text-align: center;
}

.fix_4 {
    position: relative;
    display: block;
    overflow: hidden;
}

.fix_5 {
    position: absolute;
    bottom: 15%;
    width: 40%;
    right: 7%;
    text-align: center;
}

.fix_6 {
    margin-right: 0px;
    width: 100%;
}

.fix_7 {
    display: block;
    overflow: hidden;
    float: left;
}

.fix_8 {
    cursor: pointer;
    cursor: hand;
}

.fix_9 {
    margin-bottom: 15px;
}

.fix_10 {
    display: block;
    clear: both;
    margin-top: 15px;
    width: 100%;
    height: 60%;
}

.fix_11 {
    position: absolute;
    top: 30%;
    width: 40%;
    right: 7%;
    text-align: center;
}

.fix_12 {
    text-align: right;
}

.fix_13{
    padding:5px 0 0 0;
}

.fix_14{
    padding:5px 0px;
}

.fix_15{
    height:auto;
}

.fix_16{
    border: none;
    overflow: hidden;
    width: 100%;
    max-height: 35px;
    height: 26px;
    min-height: 24px;
    padding: 9px 7px 5px 7px;
    background: rgb(59,83,132); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,83,132,1) 0%, rgba(33,53,94,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,83,132,1)), color-stop(100%,rgba(33,53,94,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,83,132,1) 0%,rgba(33,53,94,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,83,132,1) 0%,rgba(33,53,94,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(59,83,132,1) 0%,rgba(33,53,94,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(59,83,132,1) 0%,rgba(33,53,94,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5384', endColorstr='#21355e',GradientType=0 ); /* IE6-9 */
    border:1px solid #4a69a8;
}

.fix_17{
    text-align:right;padding-right: 12px; padding-bottom:3px;
}