*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 62.5%
}
body {
    background: #fff;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    color: #222;
    position: relative;
    -webkit-font-smoothing: antialiased
}
a img {
    border: none
}
a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit
}
a:hover {
    color: #2795b6
}
a:focus {
    color: #2795b6
}
p a,
p a:visited {
    line-height: inherit
}
.left {
    float: left
}
.right {
    float: right
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.hide {
    display: none
}
.hide-override {
    display: none !important
}
.highlight {
    background: #ff9
}
#googlemap img,
object,
embed {
    max-width: none
}
#map_canvas embed {
    max-width: none
}
#map_canvas img {
    max-width: none
}
#map_canvas object {
    max-width: none
}
figure {
    margin: 0
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr
}
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px
}
p.lead {
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 17px
}
aside p {
    font-size: 13px;
    line-height: 1.35;
    font-style: italic
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}
h1 {
    font-size: 44px
}
h2 {
    font-size: 37px
}
h3 {
    font-size: 27px
}
h4 {
    font-size: 23px
}
h5 {
    font-size: 17px
}
h6 {
    font-size: 14px
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0
}
.subheader {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px
}
em,
i {
    font-style: italic;
    line-height: inherit
}
strong,
b {
    font-weight: bold;
    line-height: inherit
}
small {
    font-size: 60%;
    line-height: inherit
}
code {
    font-weight: bold;
    background: #ff9
}
ul,
ol,
dl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside
}
ul li ul,
ul li ol {
    margin-left: 20px;
    margin-bottom: 0
}
ul.square,
ul.circle,
ul.disc {
    margin-left: 17px
}
ul.square {
    list-style-type: square
}
ul.square li ul {
    list-style: inherit
}
ul.circle {
    list-style-type: circle
}
ul.circle li ul {
    list-style: inherit
}
ul.disc {
    list-style-type: disc
}
ul.disc li ul {
    list-style: inherit
}
ul.no-bullet {
    list-style: none
}
ul.large li {
    line-height: 21px
}
ol {
    margin-left: 20px
}
ol li ul,
ol li ol {
    margin-left: 20px;
    margin-bottom: 0
}
blockquote,
blockquote p {
    line-height: 1.5;
    color: #6f6f6f
}
blockquote {
    margin: 0 0 17px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}
blockquote cite {
    display: block;
    font-size: 13px;
    color: #555
}
blockquote cite:before {
    content: "\2014 \0020"
}
blockquote cite a,
blockquote cite a:visited {
    color: #555
}
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px solid #ddd;
    cursor: help
}
abbr {
    text-transform: none
}
.print-only {
    display: none !important
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none !important
    }
    .print-only {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    .show-for-print {
        display: inherit !important
    }
}
form {
    margin: 0 0 19.41641px
}
.row form .row {
    margin: 0 -6px
}
.row form .row .column,
.row form .row .columns {
    padding: 0 6px
}
.row form .row.collapse {
    margin: 0
}
.row form .row.collapse .column,
.row form .row.collapse .columns {
    padding: 0
}
label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px
}
label.right {
    float: none;
    text-align: right
}
label.inline {
    line-height: 32px;
    margin: 0 0 12px 0
}
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 31px
}
a.button.prefix,
body.size-small #upcomingTours #destinationSelect .toursAll a.prefix,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.prefix,
body.page-faq a.prefix.top,
body.page-template-template-faq-php a.prefix.top,
body.section-blog .post a.prefix.more,
a.button.postfix,
body.size-small #upcomingTours #destinationSelect .toursAll a.postfix,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.postfix,
body.page-faq a.postfix.top,
body.page-template-template-faq-php a.postfix.top,
body.section-blog .post a.postfix.more {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}
span.prefix,
span.postfix {
    background: #f2f2f2;
    border: 1px solid #ccc
}
.prefix {
    left: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden
}
.postfix {
    right: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 6px;
    height: 32px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear
}
input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
    font-size: 17px;
    padding: 4px 6px
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #b3b3b3
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #ddd
}
textarea {
    height: auto
}
select {
    width: 100%
}
fieldset {
    border: solid 1px #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px;
    margin: 18px 0
}
fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px
}
.error input,
input.error,
.error textarea,
textarea.error,
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1)
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
    outline-color: #f5797c
}
.error label,
label.error {
    color: #c60f13
}
.error small,
small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}
form.custom span.custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: solid 1px #ccc;
    background: #fff
}
form.custom span.custom.radio {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}
form.custom span.custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff
}
form.custom span.custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background: #222;
    position: relative;
    top: 3px;
    left: 3px
}
form.custom span.custom.checkbox.checked:before {
    content: "\00d7";
    color: #222
}
form.custom div.custom.dropdown {
    display: block;
    position: relative;
    width: auto;
    height: 28px;
    margin-bottom: 9px;
    margin-top: 2px
}
form.custom div.custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px
}
form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    min-height: 28px;
    padding: 0;
    padding-left: 6px;
    padding-right: 38px;
    border: solid 1px #ddd;
    color: #141414;
    background-color: #fff;
    white-space: nowrap
}
form.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 27px;
    height: 28px;
    display: block;
    right: 0;
    top: 0;
    border: solid 1px #ddd
}
form.custom div.custom.dropdown a.selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #aaa transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -5px
}
form.custom div.custom.dropdown:hover a.selector:after,
form.custom div.custom.dropdown.open a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #222 transparent transparent transparent
}
form.custom div.custom.dropdown.open ul {
    display: block;
    z-index: 10
}
form.custom div.custom.dropdown.small {
    width: 134px !important
}
form.custom div.custom.dropdown.medium {
    width: 254px !important
}
form.custom div.custom.dropdown.large {
    width: 434px !important
}
form.custom div.custom.dropdown.expand {
    width: 100% !important
}
form.custom div.custom.dropdown.open.small ul {
    width: 134px !important
}
form.custom div.custom.dropdown.open.medium ul {
    width: 254px !important
}
form.custom div.custom.dropdown.open.large ul {
    width: 434px !important
}
form.custom div.custom.dropdown.open.expand ul {
    width: 100% !important
}
form.custom div.custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: 0;
    top: 27px;
    margin: 0;
    padding: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #ccc
}
form.custom div.custom.dropdown ul li {
    color: #555;
    font-size: 13px;
    cursor: pointer;
    padding: 3px;
    padding-left: 6px;
    padding-right: 38px;
    min-height: 18px;
    line-height: 18px;
    margin: 0;
    white-space: nowrap;
    list-style: none
}
form.custom div.custom.dropdown ul li.selected {
    background: #cdebf5;
    color: #000
}
form.custom div.custom.dropdown ul li.selected:after {
    content: "\2013";
    position: absolute;
    right: 10px
}
form.custom div.custom.dropdown ul li:hover {
    background-color: #cdebf5;
    color: #000
}
form.custom div.custom.dropdown ul li:hover:after {
    content: "\2013";
    position: absolute;
    right: 10px;
    color: #a3dbec
}
form.custom div.custom.dropdown ul li.selected:hover {
    background: #cdebf5;
    cursor: default;
    color: #000
}
form.custom div.custom.dropdown ul li.selected:hover:after {
    color: #000
}
form.custom div.custom.dropdown ul.show {
    display: block
}
form.custom .custom.disabled {
    background-color: #ddd
}
@-moz-document url-prefix() {
    form.custom div.custom.dropdown a.selector {
        height: 28px
    }
}
.lt-ie9 form.custom div.custom.dropdown a.selector {
    height: 28px
}
.row {
    width: 1000px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto
}
.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px
}
.row.collapse .column,
.row.collapse .columns {
    padding: 0
}
.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px
}
.row .row.collapse {
    margin: 0
}
.column,
.columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative
}
.column.centered,
.columns.centered {
    float: none;
    margin: 0 auto
}
[class*="column"]+[class*="column"]:last-child {
    float: right
}
[class*="column"]+[class*="column"].end {
    float: left
}
.one,
.row .one {
    width: 8.33333%
}
.two,
.row .two {
    width: 16.66667%
}
.three,
.row .three {
    width: 25%
}
.four,
.row .four {
    width: 33.33333%
}
.five,
.row .five {
    width: 41.66667%
}
.six,
.row .six {
    width: 50%
}
.seven,
.row .seven {
    width: 58.33333%
}
.eight,
.row .eight {
    width: 66.66667%
}
.nine,
.row .nine {
    width: 75%
}
.ten,
.row .ten {
    width: 83.33333%
}
.eleven,
.row .eleven {
    width: 91.66667%
}
.twelve,
.row .twelve {
    width: 100%
}
.row .offset-by-one {
    margin-left: 8.33333%
}
.row .offset-by-two {
    margin-left: 16.66667%
}
.row .offset-by-three {
    margin-left: 25%
}
.row .offset-by-four {
    margin-left: 33.33333%
}
.row .offset-by-five {
    margin-left: 41.66667%
}
.row .offset-by-six {
    margin-left: 50%
}
.row .offset-by-seven {
    margin-left: 58.33333%
}
.row .offset-by-eight {
    margin-left: 66.66667%
}
.row .offset-by-nine {
    margin-left: 75%
}
.row .offset-by-ten {
    margin-left: 83.33333%
}
.push-two {
    left: 16.66667%
}
.pull-two {
    right: 16.66667%
}
.push-three {
    left: 25%
}
.pull-three {
    right: 25%
}
.push-four {
    left: 33.33333%
}
.pull-four {
    right: 33.33333%
}
.push-five {
    left: 41.66667%
}
.pull-five {
    right: 41.66667%
}
.push-six {
    left: 50%
}
.pull-six {
    right: 50%
}
.push-seven {
    left: 58.33333%
}
.pull-seven {
    right: 58.33333%
}
.push-eight {
    left: 66.66667%
}
.pull-eight {
    right: 66.66667%
}
.push-nine {
    left: 75%
}
.pull-nine {
    right: 75%
}
.push-ten {
    left: 83.33333%
}
.pull-ten {
    right: 83.33333%
}
img {
    height: auto
}
img,
object,
embed {
    max-width: 100%
}
img {
    -ms-interpolation-mode: bicubic
}
#map_canvas img,
.map_canvas img {
    max-width: none !important
}
.row {
    *zoom: 1
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.block-grid {
    display: block;
    overflow: hidden;
    padding: 0
}
.block-grid>li {
    display: block;
    height: auto;
    float: left
}
.block-grid.one-up {
    margin: 0
}
.block-grid.one-up>li {
    width: 100%;
    padding: 0 0 15px
}
.block-grid.two-up {
    margin: 0 -15px
}
.block-grid.two-up>li {
    width: 50%;
    padding: 0 15px 15px
}
.block-grid.two-up>li:nth-child(2n+1) {
    clear: both
}
.block-grid.three-up {
    margin: 0 -12px
}
.block-grid.three-up>li {
    width: 33.33333%;
    padding: 0 12px 12px
}
.block-grid.three-up>li:nth-child(3n+1) {
    clear: both
}
.block-grid.four-up {
    margin: 0 -10px
}
.block-grid.four-up>li {
    width: 25%;
    padding: 0 10px 10px
}
.block-grid.four-up>li:nth-child(4n+1) {
    clear: both
}
.block-grid.five-up {
    margin: 0 -8px
}
.block-grid.five-up>li {
    width: 20%;
    padding: 0 8px 8px
}
.block-grid.five-up>li:nth-child(5n+1) {
    clear: both
}
.block-grid.six-up {
    margin: 0 -8px
}
.block-grid.six-up>li {
    width: 16.66667%;
    padding: 0 8px 8px
}
.block-grid.six-up>li:nth-child(6n+1) {
    clear: both
}
.block-grid.seven-up {
    margin: 0 -8px
}
.block-grid.seven-up>li {
    width: 14.28571%;
    padding: 0 8px 8px
}
.block-grid.seven-up>li:nth-child(7n+1) {
    clear: both
}
.block-grid.eight-up {
    margin: 0 -8px
}
.block-grid.eight-up>li {
    width: 12.5%;
    padding: 0 8px 8px
}
.block-grid.eight-up>li:nth-child(8n+1) {
    clear: both
}
.block-grid.nine-up {
    margin: 0 -8px
}
.block-grid.nine-up>li {
    width: 11.11111%;
    padding: 0 8px 8px
}
.block-grid.nine-up>li:nth-child(9n+1) {
    clear: both
}
.block-grid.ten-up {
    margin: 0 -8px
}
.block-grid.ten-up>li {
    width: 10%;
    padding: 0 8px 8px
}
.block-grid.ten-up>li:nth-child(10n+1) {
    clear: both
}
.block-grid.eleven-up {
    margin: 0 -8px
}
.block-grid.eleven-up>li {
    width: 9.09091%;
    padding: 0 8px 8px
}
.block-grid.eleven-up>li:nth-child(11n+1) {
    clear: both
}
.block-grid.twelve-up {
    margin: 0 -8px
}
.block-grid.twelve-up>li {
    width: 8.33333%;
    padding: 0 8px 8px
}
.block-grid.twelve-up>li:nth-child(12n+1) {
    clear: both
}
.button,
input.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.page-faq .top,
body.page-template-template-faq-php .top,
body.section-blog .post a.more {
    width: auto;
    background: #2ba6cb;
    border: 1px solid #1e728c;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out
}
.button:hover,
input.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover,
body.page-faq .top:hover,
body.page-template-template-faq-php .top:hover,
body.section-blog .post a.more:hover,
.button:focus,
input.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:focus,
body.page-faq .top:focus,
body.page-template-template-faq-php .top:focus,
body.section-blog .post a.more:focus {
    color: #fff;
    background-color: #2284a1
}
.button:active,
input.button-primary:active,
body.size-small #upcomingTours #destinationSelect .toursAll a:active,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:active,
body.page-faq .top:active,
body.page-template-template-faq-php .top:active,
body.section-blog .post a.more:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset
}
.button.large,
input.large.button-primary,
#commentsContainer #respond input#submit,
body.size-small #upcomingTours #destinationSelect .toursAll a.large,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.large,
body.page-faq .large.top,
body.page-template-template-faq-php .large.top,
body.section-blog .post a.large.more {
    font-size: 17px;
    padding: 15px 30px 16px
}
.button.medium,
input.medium.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.medium,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .post a.more,
body.section-blog .post body.size-small #upcomingTours #destinationSelect .toursAll a.more,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.medium,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .post a.more,
body.section-blog .post body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.more,
body.page-faq .medium.top,
body.page-template-template-faq-php .medium.top,
body.section-blog .post a.more {
    font-size: 14px
}
.button.small,
input.small.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.small,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.small,
body.page-faq .small.top,
body.page-template-template-faq-php .small.top,
body.section-blog .post a.small.more {
    font-size: 11px;
    padding: 7px 14px 8px
}
.button.tiny,
input.tiny.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.tiny,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.tiny,
body.page-faq .top,
body.page-template-template-faq-php .top,
body.section-blog .post a.tiny.more {
    font-size: 10px;
    padding: 5px 10px 6px
}
.button.expand,
input.expand.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.expand,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.expand,
body.page-faq .expand.top,
body.page-template-template-faq-php .expand.top,
body.section-blog .post a.expand.more {
    width: 100%;
    text-align: center
}
.button.primary,
input.primary.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.primary,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.primary,
body.page-faq .primary.top,
body.page-template-template-faq-php .primary.top,
body.section-blog .post a.primary.more {
    background-color: #2ba6cb;
    border: 1px solid #1e728c
}
.button.primary:hover,
input.primary.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.primary:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.primary:hover,
body.page-faq .primary.top:hover,
body.page-template-template-faq-php .primary.top:hover,
body.section-blog .post a.primary.more:hover,
.button.primary:focus,
input.primary.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.primary:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.primary:focus,
body.page-faq .primary.top:focus,
body.page-template-template-faq-php .primary.top:focus,
body.section-blog .post a.primary.more:focus {
    background-color: #2284a1
}
.button.success,
input.success.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.success,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.success,
body.page-faq .success.top,
body.page-template-template-faq-php .success.top,
body.section-blog .post a.success.more {
    background-color: #5da423;
    border: 1px solid #396516
}
.button.success:hover,
input.success.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.success:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.success:hover,
body.page-faq .success.top:hover,
body.page-template-template-faq-php .success.top:hover,
body.section-blog .post a.success.more:hover,
.button.success:focus,
input.success.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.success:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.success:focus,
body.page-faq .success.top:focus,
body.page-template-template-faq-php .success.top:focus,
body.section-blog .post a.success.more:focus {
    background-color: #457a1a
}
.button.alert,
input.alert.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.alert,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.alert,
body.page-faq .alert.top,
body.page-template-template-faq-php .alert.top,
body.section-blog .post a.alert.more {
    background-color: #c60f13;
    border: 1px solid #7f0a0c
}
.button.alert:hover,
input.alert.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.alert:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.alert:hover,
body.page-faq .alert.top:hover,
body.page-template-template-faq-php .alert.top:hover,
body.section-blog .post a.alert.more:hover,
.button.alert:focus,
input.alert.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.alert:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.alert:focus,
body.page-faq .alert.top:focus,
body.page-template-template-faq-php .alert.top:focus,
body.section-blog .post a.alert.more:focus {
    background-color: #970b0e
}
.button.secondary,
input.secondary.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.secondary,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.secondary,
body.page-faq .secondary.top,
body.page-template-template-faq-php .secondary.top,
.explorerCommentList li.commentForm input[type="submit"],
body.section-blog .post a.secondary.more {
    background-color: #e9e9e9;
    color: #1d1d1d;
    border: 1px solid #c3c3c3
}
.button.secondary:hover,
input.secondary.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.secondary:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.secondary:hover,
body.page-faq .secondary.top:hover,
body.page-template-template-faq-php .secondary.top:hover,
.explorerCommentList li.commentForm input[type="submit"]:hover,
body.section-blog .post a.secondary.more:hover,
.button.secondary:focus,
input.secondary.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.secondary:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.secondary:focus,
body.page-faq .secondary.top:focus,
body.page-template-template-faq-php .secondary.top:focus,
.explorerCommentList li.commentForm input[type="submit"]:focus,
body.section-blog .post a.secondary.more:focus {
    background-color: #d0d0d0
}
.button.radius,
input.radius.button-primary,
#commentsContainer #respond input#submit,
body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.page-faq .top,
body.page-template-template-faq-php .top,
.explorerCommentList li.commentForm input[type="submit"],
body.section-blog .post a.more {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
.button.round,
input.round.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.round,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.round,
body.page-faq .round.top,
body.page-template-template-faq-php .round.top,
body.section-blog .post a.round.more {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}
.button.full-width,
input.full-width.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.full-width,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.full-width,
body.page-faq .full-width.top,
body.page-template-template-faq-php .full-width.top,
body.section-blog .post a.full-width.more {
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important
}
.button.left-align,
input.left-align.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.left-align,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.left-align,
body.page-faq .left-align.top,
body.page-template-template-faq-php .left-align.top,
body.section-blog .post a.left-align.more {
    text-align: left;
    text-indent: 12px
}
.button.disabled,
input.disabled.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled,
body.page-faq .disabled.top,
body.page-template-template-faq-php .disabled.top,
body.section-blog .post a.disabled.more,
.button[disabled],
input[disabled].button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled],
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled],
body.page-faq [disabled].top,
body.page-template-template-faq-php [disabled].top,
body.section-blog .post a[disabled].more {
    opacity: 0.6;
    cursor: default;
    background: #2ba6cb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.button.disabled:hover,
input.disabled.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled:hover,
body.page-faq .disabled.top:hover,
body.page-template-template-faq-php .disabled.top:hover,
body.section-blog .post a.disabled.more:hover,
.button[disabled]:hover,
input[disabled].button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled]:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled]:hover,
body.page-faq [disabled].top:hover,
body.page-template-template-faq-php [disabled].top:hover,
body.section-blog .post a[disabled].more:hover {
    background: #2ba6cb
}
.button.disabled.success,
input.disabled.success.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.success,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.success,
body.page-faq .disabled.success.top,
body.page-template-template-faq-php .disabled.success.top,
body.section-blog .post a.disabled.success.more,
.button[disabled].success,
input[disabled].success.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].success,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].success,
body.page-faq [disabled].success.top,
body.page-template-template-faq-php [disabled].success.top,
body.section-blog .post a[disabled].success.more {
    background-color: #5da423
}
.button.disabled.success:hover,
input.disabled.success.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.success:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.success:hover,
body.page-faq .disabled.success.top:hover,
body.page-template-template-faq-php .disabled.success.top:hover,
body.section-blog .post a.disabled.success.more:hover,
.button.disabled.success:focus,
input.disabled.success.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.success:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.success:focus,
body.page-faq .disabled.success.top:focus,
body.page-template-template-faq-php .disabled.success.top:focus,
body.section-blog .post a.disabled.success.more:focus,
.button[disabled].success:hover,
input[disabled].success.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].success:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].success:hover,
body.page-faq [disabled].success.top:hover,
body.page-template-template-faq-php [disabled].success.top:hover,
body.section-blog .post a[disabled].success.more:hover,
.button[disabled].success:focus,
input[disabled].success.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].success:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].success:focus,
body.page-faq [disabled].success.top:focus,
body.page-template-template-faq-php [disabled].success.top:focus,
body.section-blog .post a[disabled].success.more:focus {
    background-color: #5da423;
    outline: none
}
.button.disabled.alert,
input.disabled.alert.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.alert,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.alert,
body.page-faq .disabled.alert.top,
body.page-template-template-faq-php .disabled.alert.top,
body.section-blog .post a.disabled.alert.more,
.button[disabled].alert,
input[disabled].alert.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].alert,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].alert,
body.page-faq [disabled].alert.top,
body.page-template-template-faq-php [disabled].alert.top,
body.section-blog .post a[disabled].alert.more {
    background-color: #c60f13
}
.button.disabled.alert:hover,
input.disabled.alert.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.alert:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.alert:hover,
body.page-faq .disabled.alert.top:hover,
body.page-template-template-faq-php .disabled.alert.top:hover,
body.section-blog .post a.disabled.alert.more:hover,
.button.disabled.alert:focus,
input.disabled.alert.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.alert:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.alert:focus,
body.page-faq .disabled.alert.top:focus,
body.page-template-template-faq-php .disabled.alert.top:focus,
body.section-blog .post a.disabled.alert.more:focus,
.button[disabled].alert:hover,
input[disabled].alert.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].alert:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].alert:hover,
body.page-faq [disabled].alert.top:hover,
body.page-template-template-faq-php [disabled].alert.top:hover,
body.section-blog .post a[disabled].alert.more:hover,
.button[disabled].alert:focus,
input[disabled].alert.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].alert:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].alert:focus,
body.page-faq [disabled].alert.top:focus,
body.page-template-template-faq-php [disabled].alert.top:focus,
body.section-blog .post a[disabled].alert.more:focus {
    background-color: #c60f13;
    outline: none
}
.button.disabled.secondary,
input.disabled.secondary.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.secondary,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.secondary,
body.page-faq .disabled.secondary.top,
body.page-template-template-faq-php .disabled.secondary.top,
.explorerCommentList li.commentForm input.disabled[type="submit"],
body.section-blog .post a.disabled.secondary.more,
.button[disabled].secondary,
input[disabled].secondary.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].secondary,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].secondary,
body.page-faq [disabled].secondary.top,
body.page-template-template-faq-php [disabled].secondary.top,
.explorerCommentList li.commentForm input[disabled][type="submit"],
body.section-blog .post a[disabled].secondary.more {
    background-color: #e9e9e9
}
.button.disabled.secondary:hover,
input.disabled.secondary.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.secondary:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.secondary:hover,
body.page-faq .disabled.secondary.top:hover,
body.page-template-template-faq-php .disabled.secondary.top:hover,
.explorerCommentList li.commentForm input.disabled[type="submit"]:hover,
body.section-blog .post a.disabled.secondary.more:hover,
.button.disabled.secondary:focus,
input.disabled.secondary.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.disabled.secondary:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.disabled.secondary:focus,
body.page-faq .disabled.secondary.top:focus,
body.page-template-template-faq-php .disabled.secondary.top:focus,
.explorerCommentList li.commentForm input.disabled[type="submit"]:focus,
body.section-blog .post a.disabled.secondary.more:focus,
.button[disabled].secondary:hover,
input[disabled].secondary.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].secondary:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].secondary:hover,
body.page-faq [disabled].secondary.top:hover,
body.page-template-template-faq-php [disabled].secondary.top:hover,
.explorerCommentList li.commentForm input[disabled][type="submit"]:hover,
body.section-blog .post a[disabled].secondary.more:hover,
.button[disabled].secondary:focus,
input[disabled].secondary.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a[disabled].secondary:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a[disabled].secondary:focus,
body.page-faq [disabled].secondary.top:focus,
body.page-template-template-faq-php [disabled].secondary.top:focus,
.explorerCommentList li.commentForm input[disabled][type="submit"]:focus,
body.section-blog .post a[disabled].secondary.more:focus {
    background-color: #e9e9e9;
    outline: none
}
input[type=submit].button,
input[type=submit].button-primary,
body.page-faq input[type=submit].top,
body.page-template-template-faq-php input[type=submit].top,
button.button,
.post-content .gform_wrapper .gform_footer input.button,
.post-content .gform_wrapper .gform_footer input.button-primary,
.post-content .gform_wrapper .gform_footer body.page-faq input.top,
body.page-faq .post-content .gform_wrapper .gform_footer input.top,
.post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
.post-content .gform_wrapper .gform_footer input[type="submit"],
body.page-faq button.top,
body.page-template-template-faq-php button.top {
    -webkit-appearance: none
}
@-moz-document url-prefix() {
    button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0
    }
    input[type="submit"].tiny.button,
    input[type="submit"].tiny.button-primary,
    body.page-faq input[type="submit"].top,
    body.page-template-template-faq-php input[type="submit"].top {
        padding: 3px 10px 4px
    }
    input[type="submit"].small.button,
    input[type="submit"].small.button-primary,
    body.page-faq input[type="submit"].small.top,
    body.page-template-template-faq-php input[type="submit"].small.top {
        padding: 5px 14px 6px
    }
    input[type="submit"].button,
    input[type="submit"].button-primary,
    body.page-faq input[type="submit"].top,
    body.page-template-template-faq-php input[type="submit"].top,
    input[type=submit].medium.button,
    input[type=submit].medium.button-primary,
    body.page-faq input[type=submit].medium.top,
    body.page-template-template-faq-php input[type=submit].medium.top {
        padding: 8px 20px 9px
    }
    input[type="submit"].large.button,
    input[type="submit"].large.button-primary,
    #commentsContainer #respond input[type="submit"]#submit,
    body.page-faq input[type="submit"].large.top,
    body.page-template-template-faq-php input[type="submit"].large.top {
        padding: 13px 30px 14px
    }
}
.button.dropdown,
input.dropdown.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown,
body.page-faq .dropdown.top,
body.page-template-template-faq-php .dropdown.top,
body.section-blog .post a.dropdown.more {
    position: relative;
    padding-right: 44px
}
.button.dropdown.large,
input.dropdown.large.button-primary,
#commentsContainer #respond input.dropdown#submit,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.large,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.large,
body.page-faq .dropdown.large.top,
body.page-template-template-faq-php .dropdown.large.top,
body.section-blog .post a.dropdown.large.more {
    padding-right: 60px
}
.button.dropdown.small,
input.dropdown.small.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.small,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.small,
body.page-faq .dropdown.small.top,
body.page-template-template-faq-php .dropdown.small.top,
body.section-blog .post a.dropdown.small.more {
    padding-right: 28px
}
.button.dropdown.tiny,
input.dropdown.tiny.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.tiny,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.tiny,
body.page-faq .dropdown.top,
body.page-template-template-faq-php .dropdown.top,
body.section-blog .post a.dropdown.tiny.more {
    padding-right: 20px
}
.button.dropdown:after,
input.dropdown.button-primary:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown:after,
body.page-faq .dropdown.top:after,
body.page-template-template-faq-php .dropdown.top:after,
body.section-blog .post a.dropdown.more:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px
}
.button.dropdown.large:after,
input.dropdown.large.button-primary:after,
#commentsContainer #respond input.dropdown#submit:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.large:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.large:after,
body.page-faq .dropdown.large.top:after,
body.page-template-template-faq-php .dropdown.large.top:after,
body.section-blog .post a.dropdown.large.more:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: #fff transparent transparent transparent;
    margin-top: -3px;
    right: 30px
}
.button.dropdown.small:after,
input.dropdown.small.button-primary:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.small:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.small:after,
body.page-faq .dropdown.small.top:after,
body.page-template-template-faq-php .dropdown.small.top:after,
body.section-blog .post a.dropdown.small.more:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #fff transparent transparent transparent;
    margin-top: -2px;
    right: 14px
}
.button.dropdown.tiny:after,
input.dropdown.tiny.button-primary:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.tiny:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.tiny:after,
body.page-faq .dropdown.top:after,
body.page-template-template-faq-php .dropdown.top:after,
body.section-blog .post a.dropdown.tiny.more:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: #fff transparent transparent transparent;
    margin-top: -1px;
    right: 10px
}
.button.dropdown>ul,
input.dropdown.button-primary>ul,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul,
body.page-faq .dropdown.top>ul,
body.page-template-template-faq-php .dropdown.top>ul,
body.section-blog .post a.dropdown.more>ul {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    position: absolute;
    left: -1px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
    min-width: 100%;
    z-index: 40
}
.button.dropdown>ul li,
input.dropdown.button-primary>ul li,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li,
body.page-faq .dropdown.top>ul li,
body.page-template-template-faq-php .dropdown.top>ul li,
body.section-blog .post a.dropdown.more>ul li {
    width: 100%;
    cursor: pointer;
    padding: 0;
    min-height: 18px;
    line-height: 18px;
    margin: 0;
    white-space: nowrap;
    list-style: none
}
.button.dropdown>ul li a,
input.dropdown.button-primary>ul li a,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li a,
body.page-faq .dropdown.top>ul li a,
body.page-template-template-faq-php .dropdown.top>ul li a,
body.section-blog .post a.dropdown.more>ul li a,
.button.dropdown>ul li button,
input.dropdown.button-primary>ul li button,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li button,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li button,
body.page-faq .dropdown.top>ul li button,
body.page-template-template-faq-php .dropdown.top>ul li button,
body.section-blog .post a.dropdown.more>ul li button {
    display: block;
    color: #555;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 14px;
    text-align: left
}
.button.dropdown>ul li button,
input.dropdown.button-primary>ul li button,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li button,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li button,
body.page-faq .dropdown.top>ul li button,
body.page-template-template-faq-php .dropdown.top>ul li button,
body.section-blog .post a.dropdown.more>ul li button {
    width: 100%;
    border: inherit;
    background: inherit;
    font-family: inherit;
    margin: inherit;
    -webkit-font-smoothing: antialiased
}
.button.dropdown>ul li:hover,
input.dropdown.button-primary>ul li:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li:hover,
body.page-faq .dropdown.top>ul li:hover,
body.page-template-template-faq-php .dropdown.top>ul li:hover,
body.section-blog .post a.dropdown.more>ul li:hover,
.button.dropdown>ul li:focus,
input.dropdown.button-primary>ul li:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li:focus,
body.page-faq .dropdown.top>ul li:focus,
body.page-template-template-faq-php .dropdown.top>ul li:focus,
body.section-blog .post a.dropdown.more>ul li:focus {
    background-color: #e3f4f9;
    color: #222
}
.button.dropdown>ul li.divider,
input.dropdown.button-primary>ul li.divider,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown>ul li.divider,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown>ul li.divider,
body.page-faq .dropdown.top>ul li.divider,
body.page-template-template-faq-php .dropdown.top>ul li.divider,
body.section-blog .post a.dropdown.more>ul li.divider {
    min-height: 0;
    padding: 0;
    height: 1px;
    margin: 4px 0;
    background: #ededed
}
.button.dropdown.up>ul,
input.dropdown.up.button-primary>ul,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.up>ul,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.up>ul,
body.page-faq .dropdown.up.top>ul,
body.page-template-template-faq-php .dropdown.up.top>ul,
body.section-blog .post a.dropdown.up.more>ul {
    border-top: 1px solid #ccc;
    border-bottom: none
}
.button.dropdown ul.no-hover.show-dropdown,
input.dropdown.button-primary ul.no-hover.show-dropdown,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown ul.no-hover.show-dropdown,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown ul.no-hover.show-dropdown,
body.page-faq .dropdown.top ul.no-hover.show-dropdown,
body.page-template-template-faq-php .dropdown.top ul.no-hover.show-dropdown,
body.section-blog .post a.dropdown.more ul.no-hover.show-dropdown {
    display: block !important
}
.button.dropdown:hover>ul.no-hover,
input.dropdown.button-primary:hover>ul.no-hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown:hover>ul.no-hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown:hover>ul.no-hover,
body.page-faq .dropdown.top:hover>ul.no-hover,
body.page-template-template-faq-php .dropdown.top:hover>ul.no-hover,
body.section-blog .post a.dropdown.more:hover>ul.no-hover {
    display: none
}
.button.dropdown.split,
input.dropdown.split.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split,
body.page-faq .dropdown.split.top,
body.page-template-template-faq-php .dropdown.split.top,
body.section-blog .post a.dropdown.split.more {
    padding: 0;
    position: relative
}
.button.dropdown.split:after,
input.dropdown.split.button-primary:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split:after,
body.page-faq .dropdown.split.top:after,
body.page-template-template-faq-php .dropdown.split.top:after,
body.section-blog .post a.dropdown.split.more:after {
    display: none
}
.button.dropdown.split:hover,
input.dropdown.split.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split:hover,
body.page-faq .dropdown.split.top:hover,
body.page-template-template-faq-php .dropdown.split.top:hover,
body.section-blog .post a.dropdown.split.more:hover,
.button.dropdown.split:focus,
input.dropdown.split.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split:focus,
body.page-faq .dropdown.split.top:focus,
body.page-template-template-faq-php .dropdown.split.top:focus,
body.section-blog .post a.dropdown.split.more:focus {
    background-color: #2ba6cb
}
.button.dropdown.split.alert:hover,
input.dropdown.split.alert.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert:hover,
body.page-faq .dropdown.split.alert.top:hover,
body.page-template-template-faq-php .dropdown.split.alert.top:hover,
body.section-blog .post a.dropdown.split.alert.more:hover,
.button.dropdown.split.alert:focus,
input.dropdown.split.alert.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert:focus,
body.page-faq .dropdown.split.alert.top:focus,
body.page-template-template-faq-php .dropdown.split.alert.top:focus,
body.section-blog .post a.dropdown.split.alert.more:focus {
    background-color: #c60f13
}
.button.dropdown.split.success:hover,
input.dropdown.split.success.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success:hover,
body.page-faq .dropdown.split.success.top:hover,
body.page-template-template-faq-php .dropdown.split.success.top:hover,
body.section-blog .post a.dropdown.split.success.more:hover,
.button.dropdown.split.success:focus,
input.dropdown.split.success.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success:focus,
body.page-faq .dropdown.split.success.top:focus,
body.page-template-template-faq-php .dropdown.split.success.top:focus,
body.section-blog .post a.dropdown.split.success.more:focus {
    background-color: #5da423
}
.button.dropdown.split.secondary:hover,
input.dropdown.split.secondary.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary:hover,
body.page-faq .dropdown.split.secondary.top:hover,
body.page-template-template-faq-php .dropdown.split.secondary.top:hover,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]:hover,
body.section-blog .post a.dropdown.split.secondary.more:hover,
.button.dropdown.split.secondary:focus,
input.dropdown.split.secondary.button-primary:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary:focus,
body.page-faq .dropdown.split.secondary.top:focus,
body.page-template-template-faq-php .dropdown.split.secondary.top:focus,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]:focus,
body.section-blog .post a.dropdown.split.secondary.more:focus {
    background-color: #e9e9e9
}
.button.dropdown.split>a,
input.dropdown.split.button-primary>a,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>a,
body.page-faq .dropdown.split.top>a,
body.page-template-template-faq-php .dropdown.split.top>a,
body.section-blog .post a.dropdown.split.more>a {
    color: #fff;
    display: block;
    padding: 10px 50px 11px 20px;
    padding-left: 20px;
    padding-right: 50px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out
}
.button.dropdown.split>a:hover,
input.dropdown.split.button-primary>a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>a:hover,
body.page-faq .dropdown.split.top>a:hover,
body.page-template-template-faq-php .dropdown.split.top>a:hover,
body.section-blog .post a.dropdown.split.more>a:hover,
.button.dropdown.split>a:focus,
input.dropdown.split.button-primary>a:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>a:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>a:focus,
body.page-faq .dropdown.split.top>a:focus,
body.page-template-template-faq-php .dropdown.split.top>a:focus,
body.section-blog .post a.dropdown.split.more>a:focus {
    background-color: #2284a1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset
}
.button.dropdown.split.large>a,
input.dropdown.split.large.button-primary>a,
#commentsContainer #respond input.dropdown.split#submit>a,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.large>a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.large>a,
body.page-faq .dropdown.split.large.top>a,
body.page-template-template-faq-php .dropdown.split.large.top>a,
body.section-blog .post a.dropdown.split.large.more>a {
    padding: 15px 75px 16px 30px;
    padding-left: 30px;
    padding-right: 75px
}
.button.dropdown.split.small>a,
input.dropdown.split.small.button-primary>a,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.small>a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.small>a,
body.page-faq .dropdown.split.small.top>a,
body.page-template-template-faq-php .dropdown.split.small.top>a,
body.section-blog .post a.dropdown.split.small.more>a {
    padding: 7px 35px 8px 14px;
    padding-left: 14px;
    padding-right: 35px
}
.button.dropdown.split.tiny>a,
input.dropdown.split.tiny.button-primary>a,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.tiny>a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.tiny>a,
body.page-faq .dropdown.split.top>a,
body.page-template-template-faq-php .dropdown.split.top>a,
body.section-blog .post a.dropdown.split.tiny.more>a {
    padding: 5px 25px 6px 10px;
    padding-left: 10px;
    padding-right: 25px
}
.button.dropdown.split>span,
input.dropdown.split.button-primary>span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>span,
body.page-faq .dropdown.split.top>span,
body.page-template-template-faq-php .dropdown.split.top>span,
body.section-blog .post a.dropdown.split.more>span {
    background-color: #2ba6cb;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    border-left: 1px solid #1e728c;
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out
}
.button.dropdown.split>span:hover,
input.dropdown.split.button-primary>span:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>span:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>span:hover,
body.page-faq .dropdown.split.top>span:hover,
body.page-template-template-faq-php .dropdown.split.top>span:hover,
body.section-blog .post a.dropdown.split.more>span:hover,
.button.dropdown.split>span:focus,
input.dropdown.split.button-primary>span:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>span:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>span:focus,
body.page-faq .dropdown.split.top>span:focus,
body.page-template-template-faq-php .dropdown.split.top>span:focus,
body.section-blog .post a.dropdown.split.more>span:focus {
    background-color: #2284a1
}
.button.dropdown.split>span:after,
input.dropdown.split.button-primary>span:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split>span:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split>span:after,
body.page-faq .dropdown.split.top>span:after,
body.page-template-template-faq-php .dropdown.split.top>span:after,
body.section-blog .post a.dropdown.split.more>span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -2px
}
.button.dropdown.split.secondary>span:after,
input.dropdown.split.secondary.button-primary>span:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>span:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>span:after,
body.page-faq .dropdown.split.secondary.top>span:after,
body.page-template-template-faq-php .dropdown.split.secondary.top>span:after,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>span:after,
body.section-blog .post a.dropdown.split.secondary.more>span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #1d1d1d transparent transparent transparent
}
.button.dropdown.split.large span,
input.dropdown.split.large.button-primary span,
#commentsContainer #respond input.dropdown.split#submit span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.large span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.large span,
body.page-faq .dropdown.split.large.top span,
body.page-template-template-faq-php .dropdown.split.large.top span,
body.section-blog .post a.dropdown.split.large.more span {
    width: 45px
}
.button.dropdown.split.small span,
input.dropdown.split.small.button-primary span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.small span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.small span,
body.page-faq .dropdown.split.small.top span,
body.page-template-template-faq-php .dropdown.split.small.top span,
body.section-blog .post a.dropdown.split.small.more span {
    width: 21px
}
.button.dropdown.split.tiny span,
input.dropdown.split.tiny.button-primary span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.tiny span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.tiny span,
body.page-faq .dropdown.split.top span,
body.page-template-template-faq-php .dropdown.split.top span,
body.section-blog .post a.dropdown.split.tiny.more span {
    width: 15px
}
.button.dropdown.split.large span:after,
input.dropdown.split.large.button-primary span:after,
#commentsContainer #respond input.dropdown.split#submit span:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.large span:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.large span:after,
body.page-faq .dropdown.split.large.top span:after,
body.page-template-template-faq-php .dropdown.split.large.top span:after,
body.section-blog .post a.dropdown.split.large.more span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: #fff transparent transparent transparent;
    margin-top: -3px;
    margin-left: -7px
}
.button.dropdown.split.small span:after,
input.dropdown.split.small.button-primary span:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.small span:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.small span:after,
body.page-faq .dropdown.split.small.top span:after,
body.page-template-template-faq-php .dropdown.split.small.top span:after,
body.section-blog .post a.dropdown.split.small.more span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: #fff transparent transparent transparent;
    margin-top: -1px;
    margin-left: -4px
}
.button.dropdown.split.tiny span:after,
input.dropdown.split.tiny.button-primary span:after,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.tiny span:after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.tiny span:after,
body.page-faq .dropdown.split.top span:after,
body.page-template-template-faq-php .dropdown.split.top span:after,
body.section-blog .post a.dropdown.split.tiny.more span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 3px;
    border-color: #fff transparent transparent transparent;
    margin-top: -1px;
    margin-left: -3px
}
.button.dropdown.split.alert>span,
input.dropdown.split.alert.button-primary>span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert>span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert>span,
body.page-faq .dropdown.split.alert.top>span,
body.page-template-template-faq-php .dropdown.split.alert.top>span,
body.section-blog .post a.dropdown.split.alert.more>span {
    background-color: #c60f13;
    border-left-color: #7f0a0c
}
.button.dropdown.split.success>span,
input.dropdown.split.success.button-primary>span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success>span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success>span,
body.page-faq .dropdown.split.success.top>span,
body.page-template-template-faq-php .dropdown.split.success.top>span,
body.section-blog .post a.dropdown.split.success.more>span {
    background-color: #5da423;
    border-left-color: #396516
}
.button.dropdown.split.secondary>span,
input.dropdown.split.secondary.button-primary>span,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>span,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>span,
body.page-faq .dropdown.split.secondary.top>span,
body.page-template-template-faq-php .dropdown.split.secondary.top>span,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>span,
body.section-blog .post a.dropdown.split.secondary.more>span {
    background-color: #e9e9e9;
    border-left-color: #c3c3c3
}
.button.dropdown.split.secondary>a,
input.dropdown.split.secondary.button-primary>a,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>a,
body.page-faq .dropdown.split.secondary.top>a,
body.page-template-template-faq-php .dropdown.split.secondary.top>a,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>a,
body.section-blog .post a.dropdown.split.secondary.more>a {
    color: #1d1d1d
}
.button.dropdown.split.alert>a:hover,
input.dropdown.split.alert.button-primary>a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert>a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert>a:hover,
body.page-faq .dropdown.split.alert.top>a:hover,
body.page-template-template-faq-php .dropdown.split.alert.top>a:hover,
body.section-blog .post a.dropdown.split.alert.more>a:hover,
.button.dropdown.split.alert>span:hover,
input.dropdown.split.alert.button-primary>span:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert>span:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert>span:hover,
body.page-faq .dropdown.split.alert.top>span:hover,
body.page-template-template-faq-php .dropdown.split.alert.top>span:hover,
body.section-blog .post a.dropdown.split.alert.more>span:hover,
.button.dropdown.split.alert>a:focus,
input.dropdown.split.alert.button-primary>a:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert>a:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert>a:focus,
body.page-faq .dropdown.split.alert.top>a:focus,
body.page-template-template-faq-php .dropdown.split.alert.top>a:focus,
body.section-blog .post a.dropdown.split.alert.more>a:focus,
.button.dropdown.split.alert>span:focus,
input.dropdown.split.alert.button-primary>span:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.alert>span:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.alert>span:focus,
body.page-faq .dropdown.split.alert.top>span:focus,
body.page-template-template-faq-php .dropdown.split.alert.top>span:focus,
body.section-blog .post a.dropdown.split.alert.more>span:focus {
    background-color: #970b0e
}
.button.dropdown.split.success>a:hover,
input.dropdown.split.success.button-primary>a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success>a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success>a:hover,
body.page-faq .dropdown.split.success.top>a:hover,
body.page-template-template-faq-php .dropdown.split.success.top>a:hover,
body.section-blog .post a.dropdown.split.success.more>a:hover,
.button.dropdown.split.success>span:hover,
input.dropdown.split.success.button-primary>span:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success>span:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success>span:hover,
body.page-faq .dropdown.split.success.top>span:hover,
body.page-template-template-faq-php .dropdown.split.success.top>span:hover,
body.section-blog .post a.dropdown.split.success.more>span:hover,
.button.dropdown.split.success>a:focus,
input.dropdown.split.success.button-primary>a:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success>a:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success>a:focus,
body.page-faq .dropdown.split.success.top>a:focus,
body.page-template-template-faq-php .dropdown.split.success.top>a:focus,
body.section-blog .post a.dropdown.split.success.more>a:focus,
.button.dropdown.split.success>span:focus,
input.dropdown.split.success.button-primary>span:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.success>span:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.success>span:focus,
body.page-faq .dropdown.split.success.top>span:focus,
body.page-template-template-faq-php .dropdown.split.success.top>span:focus,
body.section-blog .post a.dropdown.split.success.more>span:focus {
    background-color: #457a1a
}
.button.dropdown.split.secondary>a:hover,
input.dropdown.split.secondary.button-primary>a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>a:hover,
body.page-faq .dropdown.split.secondary.top>a:hover,
body.page-template-template-faq-php .dropdown.split.secondary.top>a:hover,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>a:hover,
body.section-blog .post a.dropdown.split.secondary.more>a:hover,
.button.dropdown.split.secondary>span:hover,
input.dropdown.split.secondary.button-primary>span:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>span:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>span:hover,
body.page-faq .dropdown.split.secondary.top>span:hover,
body.page-template-template-faq-php .dropdown.split.secondary.top>span:hover,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>span:hover,
body.section-blog .post a.dropdown.split.secondary.more>span:hover,
.button.dropdown.split.secondary>a:focus,
input.dropdown.split.secondary.button-primary>a:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>a:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>a:focus,
body.page-faq .dropdown.split.secondary.top>a:focus,
body.page-template-template-faq-php .dropdown.split.secondary.top>a:focus,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>a:focus,
body.section-blog .post a.dropdown.split.secondary.more>a:focus,
.button.dropdown.split.secondary>span:focus,
input.dropdown.split.secondary.button-primary>span:focus,
body.size-small #upcomingTours #destinationSelect .toursAll a.dropdown.split.secondary>span:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.dropdown.split.secondary>span:focus,
body.page-faq .dropdown.split.secondary.top>span:focus,
body.page-template-template-faq-php .dropdown.split.secondary.top>span:focus,
.explorerCommentList li.commentForm input.dropdown.split[type="submit"]>span:focus,
body.section-blog .post a.dropdown.split.secondary.more>span:focus {
    background-color: #d0d0d0
}
ul.button-group {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    *zoom: 1
}
ul.button-group:before,
ul.button-group:after {
    content: " ";
    display: table
}
ul.button-group:after {
    clear: both
}
ul.button-group li {
    padding: 0;
    margin: 0 0 0 -1px;
    float: left
}
ul.button-group li:first-child {
    margin-left: 0
}
ul.button-group.radius li .button,
ul.button-group.radius li input.button-primary,
ul.button-group.radius li body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li a,
ul.button-group.radius li body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li a,
ul.button-group.radius li body.page-faq .top,
body.page-faq ul.button-group.radius li .top,
ul.button-group.radius li body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.radius li .top,
ul.button-group.radius li body.section-blog .post a.more,
body.section-blog .post ul.button-group.radius li a.more,
ul.button-group.radius li .button.radius,
ul.button-group.radius li input.radius.button-primary,
ul.button-group.radius li #commentsContainer #respond input#submit,
#commentsContainer #respond ul.button-group.radius li input#submit,
ul.button-group.radius li body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li a,
ul.button-group.radius li body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li a,
ul.button-group.radius li body.page-faq .top,
body.page-faq ul.button-group.radius li .top,
ul.button-group.radius li body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.radius li .top,
ul.button-group.radius .explorerCommentList li.commentForm input[type="submit"],
.explorerCommentList ul.button-group.radius li.commentForm input[type="submit"],
ul.button-group.radius li body.section-blog .post a.more,
body.section-blog .post ul.button-group.radius li a.more,
ul.button-group.radius li .button-rounded {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px
}
ul.button-group.radius li:first-child .button,
ul.button-group.radius li:first-child input.button-primary,
ul.button-group.radius li:first-child body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li:first-child a,
ul.button-group.radius li:first-child body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li:first-child a,
ul.button-group.radius li:first-child body.page-faq .top,
body.page-faq ul.button-group.radius li:first-child .top,
ul.button-group.radius li:first-child body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.radius li:first-child .top,
ul.button-group.radius li:first-child body.section-blog .post a.more,
body.section-blog .post ul.button-group.radius li:first-child a.more,
ul.button-group.radius li:first-child .button.radius,
ul.button-group.radius li:first-child input.radius.button-primary,
ul.button-group.radius li:first-child #commentsContainer #respond input#submit,
#commentsContainer #respond ul.button-group.radius li:first-child input#submit,
ul.button-group.radius li:first-child body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li:first-child a,
ul.button-group.radius li:first-child body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li:first-child a,
ul.button-group.radius li:first-child body.page-faq .top,
body.page-faq ul.button-group.radius li:first-child .top,
ul.button-group.radius li:first-child body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.radius li:first-child .top,
ul.button-group.radius li:first-child .explorerCommentList li.commentForm input[type="submit"],
.explorerCommentList li.commentForm ul.button-group.radius li:first-child input[type="submit"],
ul.button-group.radius li:first-child body.section-blog .post a.more,
body.section-blog .post ul.button-group.radius li:first-child a.more {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}
ul.button-group.radius li:first-child .button.rounded,
ul.button-group.radius li:first-child input.rounded.button-primary,
ul.button-group.radius li:first-child body.size-small #upcomingTours #destinationSelect .toursAll a.rounded,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li:first-child a.rounded,
ul.button-group.radius li:first-child body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.rounded,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li:first-child a.rounded,
ul.button-group.radius li:first-child body.page-faq .rounded.top,
body.page-faq ul.button-group.radius li:first-child .rounded.top,
ul.button-group.radius li:first-child body.page-template-template-faq-php .rounded.top,
body.page-template-template-faq-php ul.button-group.radius li:first-child .rounded.top,
ul.button-group.radius li:first-child body.section-blog .post a.rounded.more,
body.section-blog .post ul.button-group.radius li:first-child a.rounded.more {
    -moz-border-radius-topleft: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-top-left-radius: 1000px;
    -moz-border-radius-bottomleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    border-bottom-left-radius: 1000px
}
ul.button-group.radius li:last-child .button,
ul.button-group.radius li:last-child input.button-primary,
ul.button-group.radius li:last-child body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li:last-child a,
ul.button-group.radius li:last-child body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li:last-child a,
ul.button-group.radius li:last-child body.page-faq .top,
body.page-faq ul.button-group.radius li:last-child .top,
ul.button-group.radius li:last-child body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.radius li:last-child .top,
ul.button-group.radius li:last-child body.section-blog .post a.more,
body.section-blog .post ul.button-group.radius li:last-child a.more,
ul.button-group.radius li:last-child .button.radius,
ul.button-group.radius li:last-child input.radius.button-primary,
ul.button-group.radius li:last-child #commentsContainer #respond input#submit,
#commentsContainer #respond ul.button-group.radius li:last-child input#submit,
ul.button-group.radius li:last-child body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li:last-child a,
ul.button-group.radius li:last-child body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li:last-child a,
ul.button-group.radius li:last-child body.page-faq .top,
body.page-faq ul.button-group.radius li:last-child .top,
ul.button-group.radius li:last-child body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.radius li:last-child .top,
ul.button-group.radius li:last-child .explorerCommentList li.commentForm input[type="submit"],
.explorerCommentList li.commentForm ul.button-group.radius li:last-child input[type="submit"],
ul.button-group.radius li:last-child body.section-blog .post a.more,
body.section-blog .post ul.button-group.radius li:last-child a.more {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}
ul.button-group.radius li:last-child .button.rounded,
ul.button-group.radius li:last-child input.rounded.button-primary,
ul.button-group.radius li:last-child body.size-small #upcomingTours #destinationSelect .toursAll a.rounded,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.radius li:last-child a.rounded,
ul.button-group.radius li:last-child body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.rounded,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.radius li:last-child a.rounded,
ul.button-group.radius li:last-child body.page-faq .rounded.top,
body.page-faq ul.button-group.radius li:last-child .rounded.top,
ul.button-group.radius li:last-child body.page-template-template-faq-php .rounded.top,
body.page-template-template-faq-php ul.button-group.radius li:last-child .rounded.top,
ul.button-group.radius li:last-child body.section-blog .post a.rounded.more,
body.section-blog .post ul.button-group.radius li:last-child a.rounded.more {
    -moz-border-radius-topright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-top-right-radius: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}
ul.button-group.even .button,
ul.button-group.even input.button-primary,
ul.button-group.even body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll ul.button-group.even a,
ul.button-group.even body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll ul.button-group.even a,
ul.button-group.even body.page-faq .top,
body.page-faq ul.button-group.even .top,
ul.button-group.even body.page-template-template-faq-php .top,
body.page-template-template-faq-php ul.button-group.even .top,
ul.button-group.even body.section-blog .post a.more,
body.section-blog .post ul.button-group.even a.more {
    width: 100%
}
ul.button-group.even.two-up li {
    width: 50%
}
ul.button-group.even.three-up li {
    width: 33.3%
}
ul.button-group.even.three-up li:first-child {
    width: 33.4%
}
ul.button-group.even.four-up li {
    width: 25%
}
ul.button-group.even.five-up li {
    width: 20%
}
div.button-bar {
    overflow: hidden
}
div.button-bar ul.button-group {
    float: left;
    margin-right: 8px
}
div.button-bar ul.button-group:last-child {
    margin-left: 0
}
.nav-bar {
    height: 40px;
    background: #4d4d4d;
    margin-left: 0;
    margin-top: 20px;
    padding: 0
}
.nav-bar>li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    border-right: none;
    line-height: 38px;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset
}
.nav-bar>li:first-child {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}
.nav-bar>li:last-child {
    border-right: solid 1px #333;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2)
}
.nav-bar>li.active {
    background: #2ba6cb;
    border-color: #2284a1
}
.nav-bar>li.active>a {
    color: #fff;
    cursor: default
}
.nav-bar>li.active:hover {
    background: #2ba6cb;
    cursor: default
}
.nav-bar>li:hover {
    background: #333
}
.nav-bar>li>a {
    color: #e6e6e6
}
.nav-bar>li ul {
    margin-bottom: 0
}
.nav-bar>li .flyout {
    display: none
}
.nav-bar>li.has-flyout>a:first-child {
    padding-right: 40px;
    position: relative
}
.nav-bar>li.has-flyout>a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 17px
}
.nav-bar>li.has-flyout>a.flyout-toggle {
    border-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 2;
    display: block
}
.nav-bar>li.has-flyout.is-touch>a:first-child {
    padding-right: 55px
}
.nav-bar>li.has-flyout.is-touch>a.flyout-toggle {
    border-left: 1px dashed #666
}
.nav-bar>li>a:first-child {
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 14px
}
.nav-bar>li>input {
    margin: 0 10px
}
.nav-bar.vertical {
    height: auto;
    margin-top: 0
}
.nav-bar.vertical>li {
    float: none;
    border-bottom: none;
    border-right: solid 1px #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.nav-bar.vertical>li.has-flyout>a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: transparent transparent transparent #e6e6e6
}
.nav-bar.vertical>li .flyout {
    left: 100%;
    top: -1px
}
.nav-bar.vertical>li .flyout.right {
    left: auto;
    right: 100%
}
.nav-bar.vertical>li.active {
    border-right: solid 1px #2284a1
}
.nav-bar.vertical>li:last-child {
    border-bottom: solid 1px #333
}
.flyout {
    background: #f2f2f2;
    padding: 20px;
    margin: 0;
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 39px;
    left: -1px;
    width: 250px;
    z-index: 40;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1)
}
.flyout p {
    line-height: 1.2;
    font-size: 13px
}
.flyout *:first-child {
    margin-top: 0
}
.flyout *:last-child {
    margin-bottom: 0
}
.flyout.small {
    width: 166.66667px
}
.flyout.large {
    width: 437.5px
}
.flyout.right {
    left: auto;
    right: -2px
}
.flyout.left {
    right: auto;
    left: -2px
}
.flyout.up {
    top: auto;
    bottom: 39px
}
ul.flyout,
.nav-bar li ul {
    padding: 0;
    list-style: none
}
ul.flyout li,
.nav-bar li ul li {
    border-left: solid 3px #CCC
}
ul.flyout li a,
.nav-bar li ul li a {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0 0;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset
}
ul.flyout li a:hover,
ul.flyout li a:focus,
.nav-bar li ul li a:hover,
.nav-bar li ul li a:focus {
    background: #ebebeb;
    color: #333
}
ul.flyout li.active,
.nav-bar li ul li.active {
    margin-top: 0;
    border-top: 1px solid #4d4d4d;
    border-left: 4px solid #1a1a1a
}
ul.flyout li.active a,
.nav-bar li ul li.active a {
    background: #4d4d4d;
    border: none;
    color: #fff;
    height: auto;
    margin: 0;
    position: static;
    top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}
.top-bar-js-breakpoint {
    width: 940px !important;
    visibility: hidden
}
.contain-to-grid {
    width: 100%;
    background: #222
}
.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}
.sticky {
    float: left;
    overflow: hidden
}
.sticky.fixed {
    float: none
}
.top-bar {
    background: #222;
    min-height: 45px;
    line-height: 45px;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    position: relative
}
.contain-to-grid .top-bar {
    max-width: 1000px;
    margin: 0 auto
}
.top-bar>ul .name h1 {
    line-height: 45px;
    margin: 0
}
.top-bar>ul .name h1 a {
    font-weight: bold;
    padding: 0 22.5px;
    font-size: 17px !important
}
.top-bar>ul .name img {
    margin-top: -5px;
    vertical-align: middle
}
.top-bar.expanded {
    height: inherit
}
.top-bar ul {
    margin-left: 0;
    display: inline;
    height: 45px;
    line-height: 45px;
    list-style: none
}
.top-bar ul>li {
    float: left
}
.top-bar ul>li a:not(.button) {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}
.top-bar ul>li:not(.name):hover,
.top-bar ul>li:not(.name).active,
.top-bar ul>li:not(.name):focus {
    background: #000
}
.top-bar ul>li:not(.name):hover a,
.top-bar ul>li:not(.name).active a,
.top-bar ul>li:not(.name):focus a {
    color: #d9d9d9
}
.top-bar ul>li.divider {
    background: #000;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-right: 1px;
    width: 1px
}
.top-bar ul>li.has-button a.button,
.top-bar ul>li.has-button body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul>li.has-button a,
.top-bar ul>li.has-button body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul>li.has-button a,
.top-bar ul>li.has-button body.page-faq a.top,
body.page-faq .top-bar ul>li.has-button a.top,
.top-bar ul>li.has-button body.page-template-template-faq-php a.top,
body.page-template-template-faq-php .top-bar ul>li.has-button a.top,
.top-bar ul>li.has-button body.section-blog .post a.more,
body.section-blog .post .top-bar ul>li.has-button a.more {
    margin: 0 11.25px
}
.top-bar ul>li.has-button:hover,
.top-bar ul>li.has-button:focus {
    background: #222
}
.top-bar ul>li.has-button:hover a,
.top-bar ul>li.has-button:focus a {
    color: #fff
}
.top-bar ul>li.search {
    padding: 0 15px
}
.top-bar ul>li.search form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 200px
}
.top-bar ul>li.search form input[type=text] {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    font-size: 13px;
    margin-top: -1px;
    height: 22.5px;
    margin-bottom: 0;
    width: 130px
}
.top-bar ul>li.search form input[type=text]+.button,
.top-bar ul>li.search form input[type=text]+input.button-primary,
.top-bar ul>li.search form body.size-small #upcomingTours #destinationSelect .toursAll input[type=text]+a,
body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul>li.search form input[type=text]+a,
.top-bar ul>li.search form body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll input[type=text]+a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul>li.search form input[type=text]+a,
.top-bar ul>li.search form body.page-faq input[type=text]+.top,
body.page-faq .top-bar ul>li.search form input[type=text]+.top,
.top-bar ul>li.search form body.page-template-template-faq-php input[type=text]+.top,
body.page-template-template-faq-php .top-bar ul>li.search form input[type=text]+.top,
.top-bar ul>li.search form body.section-blog .post input[type=text]+a.more,
body.section-blog .post .top-bar ul>li.search form input[type=text]+a.more {
    border-left: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px
}
.top-bar ul>li.search form input[type=search] {
    font-size: 16px;
    margin-bottom: 0
}
.top-bar ul>li.search:hover,
.top-bar ul>li.search:focus {
    background: #222
}
.top-bar ul>li.login {
    padding: 0 15px
}
.top-bar ul>li.login form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 300px
}
.top-bar ul>li.login form input {
    float: left;
    width: auto;
    font-size: 13px;
    margin-top: -1px;
    height: 22.5px;
    margin-bottom: 0
}
.top-bar ul>li.login form input[type=text] {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 120px
}
.top-bar ul>li.login form input[type=password] {
    margin-bottom: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 120px
}
.top-bar ul>li.login form input[type=password]+.button,
.top-bar ul>li.login form input[type=password]+input.button-primary,
.top-bar ul>li.login form body.size-small #upcomingTours #destinationSelect .toursAll input[type=password]+a,
body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul>li.login form input[type=password]+a,
.top-bar ul>li.login form body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll input[type=password]+a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul>li.login form input[type=password]+a,
.top-bar ul>li.login form body.page-faq input[type=password]+.top,
body.page-faq .top-bar ul>li.login form input[type=password]+.top,
.top-bar ul>li.login form body.page-template-template-faq-php input[type=password]+.top,
body.page-template-template-faq-php .top-bar ul>li.login form input[type=password]+.top,
.top-bar ul>li.login form body.section-blog .post input[type=password]+a.more,
body.section-blog .post .top-bar ul>li.login form input[type=password]+a.more {
    border-left: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    float: left;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
    width: 60px
}
.top-bar ul>li.login:hover,
.top-bar ul>li.login:focus {
    background: #222
}
.top-bar ul>li.toggle-topbar {
    display: none
}
.top-bar ul>li.has-dropdown {
    position: relative
}
.top-bar ul>li.has-dropdown:hover>.dropdown,
.top-bar ul>li.has-dropdown:focus>.dropdown {
    display: block;
    visibility: visible
}
.top-bar ul>li.has-dropdown a {
    padding-right: 33.75px
}
.top-bar ul>li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #fff transparent transparent transparent;
    margin-right: 15px;
    margin-top: -2.5px;
    position: absolute;
    right: 0;
    top: 50%
}
.top-bar ul>li.has-dropdown .dropdown {
    background: #222;
    left: 0;
    margin: 0;
    padding: 9px 0 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 99
}
.top-bar ul>li.has-dropdown .dropdown li {
    background: #222;
    line-height: 1;
    min-width: 100%;
    padding-bottom: 5px
}
.top-bar ul>li.has-dropdown .dropdown li a {
    color: #fff;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 5px 17px 5px 15px;
    white-space: nowrap
}
.top-bar ul>li.has-dropdown .dropdown li a:after {
    border: none
}
.top-bar ul>li.has-dropdown .dropdown li a:hover,
.top-bar ul>li.has-dropdown .dropdown li a:focus {
    background: #3c3c3c
}
.top-bar ul>li.has-dropdown .dropdown li label {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase
}
.top-bar ul>li.has-dropdown .dropdown li.divider {
    border-top: solid 1px #000;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    height: 10px;
    padding: 0;
    width: 100%
}
.top-bar ul>li.has-dropdown .dropdown li:last-child {
    padding-bottom: 10px
}
.top-bar ul>li.has-dropdown .dropdown li.active a {
    background: #000
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a {
    padding-right: 30px
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a:after {
    border: none;
    content: "\00bb";
    right: 5px;
    top: 6px
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position: absolute;
    left: 100%;
    top: 0
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown:hover>.dropdown,
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown:focus>.dropdown {
    display: block
}
.top-bar ul.left {
    float: left;
    width: auto;
    margin-bottom: 0
}
.top-bar ul.right {
    float: right;
    width: auto;
    margin-bottom: 0
}
.top-bar ul.right .has-dropdown .dropdown {
    left: auto;
    right: 0px
}
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown>.dropdown {
    right: 100%;
    left: auto;
    width: 100%
}
.top-bar .js-generated {
    display: none
}
@-moz-document url-prefix() {
    .top-bar ul li .button.small, .top-bar ul li input.small.button-primary, .top-bar ul li body.size-small #upcomingTours #destinationSelect .toursAll a.small, body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul li a.small, .top-bar ul li body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.small, body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul li a.small, .top-bar ul li body.page-faq .small.top, body.page-faq .top-bar ul li .small.top, .top-bar ul li body.page-template-template-faq-php .small.top, body.page-template-template-faq-php .top-bar ul li .small.top, .top-bar ul li body.section-blog .post a.small.more, body.section-blog .post .top-bar ul li a.small.more {
        padding-bottom: 6px
    }
    .top-bar ul li.search form input[type=search] {
        font-size: 14px;
        height: 22px;
        padding: 3px
    }
}
.lt-ie9 .top-bar ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}
.lt-ie9 .top-bar ul li a.button,
.lt-ie9 .top-bar ul li body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll .lt-ie9 .top-bar ul li a,
.lt-ie9 .top-bar ul li body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .lt-ie9 .top-bar ul li a,
.lt-ie9 .top-bar ul li body.page-faq a.top,
body.page-faq .lt-ie9 .top-bar ul li a.top,
.lt-ie9 .top-bar ul li body.page-template-template-faq-php a.top,
body.page-template-template-faq-php .lt-ie9 .top-bar ul li a.top,
.lt-ie9 .top-bar ul li body.section-blog .post a.more,
body.section-blog .post .lt-ie9 .top-bar ul li a.more {
    height: auto;
    line-height: 30px;
    margin-top: 7px
}
.lt-ie9 .top-bar ul li a img {
    margin-top: -5px;
    vertical-align: middle
}
.lt-ie9 .top-bar section>ul>li a:hover,
.lt-ie9 .top-bar section>ul>li a:focus {
    color: #ccc
}
.lt-ie9 .top-bar section>ul>li:hover,
.lt-ie9 .top-bar section>ul>li:focus {
    background: #000
}
.lt-ie9 .top-bar section>ul>li.search:hover,
.lt-ie9 .top-bar section>ul>li.search:focus,
.lt-ie9 .top-bar section>ul>li.has-button:hover,
.lt-ie9 .top-bar section>ul>li.has-button:focus {
    background: none
}
.lt-ie9 .top-bar section>ul>li.active {
    background: #000;
    color: #d9d9d9
}
.lt-ie9 .top-bar ul li.has-dropdown {
    padding-right: 33.75px
}
.lt-ie9 .top-bar ul li.has-dropdown>ul li {
    padding-right: 0
}
.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative
}
.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
    margin-bottom: 17px
}
.orbit.with-bullets {
    margin-bottom: 40px
}
.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.orbit a.orbit-slide {
    border: none;
    line-height: 0;
    display: none
}
.orbit div.orbit-slide {
    width:  100%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}
.orbit .fluid-placeholder ~ .orbit-slide {
    height: 100% !important;
}
.orbit-wrapper .timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 31
}
.orbit-wrapper span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url('../images/foundation/orbit/rotator-black.png?1379102100') no-repeat;
    z-index: 3
}
.orbit-wrapper span.rotator.move {
    left: 0
}
.orbit-wrapper span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden
}
.orbit-wrapper span.mask.move {
    width: 40px;
    left: 0;
    background: url('../images/foundation/orbit/timer-black.png?1379102100') repeat 0 0
}
.orbit-wrapper span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/foundation/orbit/pause-black.png?1379102100') no-repeat;
    z-index: 4;
    opacity: 0
}
.orbit-wrapper span.pause.active {
    background: url('../images/foundation/orbit/pause-black.png?1379102100') no-repeat 0 -40px
}
.orbit-wrapper .timer:hover span.pause,
.orbit-wrapper .timer:focus span.pause,
.orbit-wrapper span.pause.active {
    opacity: 1
}
.orbit-caption {
    display: none;
    font-family: inherit
}
.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%
}
.orbit-wrapper .slider-nav {
    display: block
}
.orbit-wrapper .slider-nav span {
    width: 39px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -25px;
    cursor: pointer
}
.orbit-wrapper .slider-nav span.right {
    background: url('../images/foundation/orbit/right-arrow.png?1379102100');
    background-size: 100%;
    right: 0
}
.orbit-wrapper .slider-nav span.left {
    background: url('../images/foundation/orbit/left-arrow.png?1379102100');
    background-size: 100%;
    left: 0
}
.lt-ie9 .orbit-wrapper .slider-nav span.right {
    background: url('../images/foundation/orbit/right-arrow-small.png?1379102100')
}
.lt-ie9 .orbit-wrapper .slider-nav span.left {
    background: url('../images/foundation/orbit/left-arrow-small.png?1379102100')
}
ul.orbit-bullets {
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom: -40px;
    left: 50%;
    margin-left: -50px;
    padding: 0
}
ul.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url('../images/foundation/orbit/bullets.jpg?1379102100') no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden
}
ul.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0
}
ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px
}
ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000
}
.orbit-slide-counter {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px
}
.orbit img.fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%
}
.orbit,
.orbit-wrapper {
    width: 100% !important
}
.lt-ie9 .timer {
    display: none !important
}
.lt-ie9 .orbit-caption {
    background: #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    zoom: 1
}
@media only screen and (max-width: 767px) {
    .orbit.orbit-stack-on-small img.fluid-placeholder {
        visibility: visible
    }
    .orbit.orbit-stack-on-small .orbit-slide {
        position: static;
        margin-bottom: 10px
    }
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 40;
    display: none;
    top: 0;
    left: 0
}
.reveal-modal {
    background: #fff;
    visibility: hidden;
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    position: absolute;
    z-index: 41;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}
.reveal-modal .close-reveal-modal:not(.button) {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer
}
.reveal-modal.small {
    width: 30%;
    margin-left: -15%
}
.reveal-modal.medium,
body.section-blog .post a.reveal-modal.more {
    width: 40%;
    margin-left: -20%
}
.reveal-modal.large {
    width: 60%;
    margin-left: -30%
}
.reveal-modal.xlarge {
    width: 70%;
    margin-left: -35%
}
.reveal-modal.expand {
    width: 90%;
    margin-left: -45%
}
.reveal-modal .row {
    min-width: 0;
    margin-bottom: 10px
}
.reveal-modal>:first-child {
    margin-top: 0
}
.reveal-modal>:last-child {
    margin-bottom: 0
}
@media print {
    .reveal-modal {
        border: solid 1px #000;
        background: #fff
    }
}
#joyRideTipContent {
    display: none
}
.joyride-tip-guide {
    display: none;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 300px;
    z-index: 101;
    top: 0;
    left: 0;
    font-family: inherit;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.joyride-content-wrapper {
    padding: 18px 20px 24px
}
.joyride-tip-guide span.joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: solid 14px
}
.joyride-tip-guide span.joyride-nub.top {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8);
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px;
    bottom: none
}
.joyride-tip-guide span.joyride-nub.bottom {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
    bottom: none
}
.joyride-tip-guide span.joyride-nub.right {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8) !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    bottom: none;
    left: auto;
    right: -28px
}
.joyride-tip-guide span.joyride-nub.left {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8) !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
    bottom: none
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #fff
}
.joyride-tip-guide p {
    margin: 0 0 18px 0;
    font-size: 14px;
    line-height: 1.3
}
.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px #555;
    position: absolute;
    right: 17px;
    bottom: 16px
}
.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: #666
}
.joyride-close-tip {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #777 !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    line-height: .5 !important
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
    color: #eee !important
}
.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer
}
.clearing-blackout {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999
}
.clearing-blackout .clearing-close {
    display: block
}
.clearing-container {
    position: relative;
    z-index: 999;
    height: 100%;
    overflow: hidden
}
.visible-img {
    height: 75%;
    position: relative
}
.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%
}
.visible-img .clearing-caption {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px 100px
}
.clearing-close {
    z-index: 999;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: none
}
.clearing-close:hover,
.clearing-close:focus {
    color: #ccc
}
.clearing-main-left,
.clearing-main-right {
    position: absolute;
    top: 50%;
    margin-top: -16px
}
.clearing-main-left.disabled,
.clearing-main-right.disabled {
    opacity: 0.5
}
.clearing-main-left:active,
.clearing-main-right:active {
    margin-top: -15px
}
.clearing-main-left {
    left: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent #fff transparent transparent
}
.clearing-main-right {
    right: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent #fff
}
ul[data-clearing].block-grid.three-up>li:nth-child(3n+1) {
    clear: none
}
ul[data-clearing] li {
    cursor: pointer;
    display: block
}
ul[data-clearing] li.clearing-feature ~ li {
    display: none
}
.clearing-assembled .clearing-container .carousel {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    height: 150px;
    margin-top: 5px
}
.clearing-assembled .clearing-container .visible-img {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden
}
.clearing-assembled .clearing-container ul[data-clearing] {
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0
}
.clearing-assembled .clearing-container ul[data-clearing] li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    background: #222;
    margin-right: 1px;
    position: relative
}
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none
}
.clearing-assembled .clearing-container ul[data-clearing] li img {
    cursor: pointer !important;
    min-width: 100% !important
}
.clearing-assembled .clearing-container ul[data-clearing] li.visible {
    border-top: 4px solid #fff
}
ul.block-grid[data-clearing] {
    overflow: visible
}
.clearing-blackout ul.block-grid[data-clearing].two-up>li:nth-child(2n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].three-up>li:nth-child(3n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].four-up>li:nth-child(4n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].five-up>li:nth-child(5n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].six-up>li:nth-child(6n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].seven-up>li:nth-child(7n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].eight-up>li:nth-child(8n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].nine-up>li:nth-child(9n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].ten-up>li:nth-child(10n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].eleven-up>li:nth-child(11n+1) {
    clear: none
}
.clearing-blackout ul.block-grid[data-clearing].twelve-up>li:nth-child(12n+1) {
    clear: none
}
.clearing-blackout .th img {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}
.clearing-blackout:hover img,
.clearing-blackout:focus img {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}
.tabs {
    list-style: none;
    border-bottom: solid 1px #e6e6e6;
    display: block;
    height: 40px;
    padding: 0;
    margin-bottom: 20px
}
.tabs.contained {
    margin-bottom: 0;
    margin-left: 0
}
.tabs dt,
.tabs li.section-title {
    color: #b3b3b3;
    cursor: default;
    display: block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-right: 9px;
    padding-left: 20px;
    font-weight: normal;
    width: auto;
    text-transform: uppercase
}
.tabs dt:first-child,
.tabs li.section-title:first-child {
    padding: 0;
    padding-right: 9px
}
.tabs dd,
.tabs li {
    display: block;
    float: left;
    padding: 0;
    margin: 0
}
.tabs dd a,
.tabs li a {
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0px 23.8px
}
.tabs dd a:focus,
.tabs li a:focus {
    font-weight: bold;
    color: #2ba6cb
}
.tabs dd.active,
.tabs li.active {
    border-top: 3px solid #2ba6cb;
    margin-top: -3px
}
.tabs dd.active a,
.tabs li.active a {
    cursor: default;
    color: #3c3c3c;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-weight: bold
}
.tabs dd:first-child,
.tabs li:first-child {
    margin-left: 0
}
.tabs.vertical {
    height: auto;
    border-bottom: 1px solid #e6e6e6
}
.tabs.vertical dt,
.tabs.vertical dd,
.tabs.vertical li {
    float: none;
    height: auto
}
.tabs.vertical dd,
.tabs.vertical li {
    border-left: 3px solid #ccc
}
.tabs.vertical dd a,
.tabs.vertical li a {
    background: #f2f2f2;
    border: none;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0 0;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset
}
.tabs.vertical dd.active,
.tabs.vertical li.active {
    margin-top: 0;
    border-top: 1px solid #4d4d4d;
    border-left: 4px solid #1a1a1a
}
.tabs.vertical dd.active a,
.tabs.vertical li.active a {
    background: #4d4d4d;
    border: none;
    color: #fff;
    height: auto;
    margin: 0;
    position: static;
    top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}
.tabs.vertical dd:first-child a.active,
.tabs.vertical li:first-child a.active {
    margin: 0
}
.tabs.pill {
    border-bottom: none;
    margin-bottom: 10px
}
.tabs.pill dd,
.tabs.pill li {
    margin-right: 10px
}
.tabs.pill dd:last-child,
.tabs.pill li:last-child {
    margin-right: 0
}
.tabs.pill dd a,
.tabs.pill li a {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    background: #e6e6e6;
    height: 26px;
    line-height: 26px;
    color: #666
}
.tabs.pill dd.active,
.tabs.pill li.active {
    border: none;
    margin-top: 0
}
.tabs.pill dd.active a,
.tabs.pill li.active a {
    background-color: #2ba6cb;
    border: none;
    color: #fff
}
.tabs.pill.contained {
    border-bottom: solid 1px #eee;
    margin-bottom: 0
}
.tabs.pill.two-up dd,
.tabs.pill.two-up li,
.tabs.pill.three-up dd,
.tabs.pill.three-up li,
.tabs.pill.four-up dd,
.tabs.pill.four-up li,
.tabs.pill.five-up dd,
.tabs.pill.five-up li {
    margin-right: 0
}
.tabs.two-up dt a,
.tabs.two-up dd a,
.tabs.two-up li a,
.tabs.three-up dt a,
.tabs.three-up dd a,
.tabs.three-up li a,
.tabs.four-up dt a,
.tabs.four-up dd a,
.tabs.four-up li a,
.tabs.five-up dt a,
.tabs.five-up dd a,
.tabs.five-up li a {
    padding: 0 17px;
    text-align: center;
    overflow: hidden
}
.tabs.two-up dt,
.tabs.two-up dd,
.tabs.two-up li {
    width: 50%
}
.tabs.three-up dt,
.tabs.three-up dd,
.tabs.three-up li {
    width: 33.33%
}
.tabs.four-up dt,
.tabs.four-up dd,
.tabs.four-up li {
    width: 25%
}
.tabs.five-up dt,
.tabs.five-up dd,
.tabs.five-up li {
    width: 20%
}
ul.tabs-content {
    display: block;
    margin: 0 0 20px;
    padding: 0
}
ul.tabs-content>li {
    display: none
}
ul.tabs-content>li.active {
    display: block
}
ul.tabs-content.contained {
    padding: 0
}
ul.tabs-content.contained>li {
    border: solid 0 #e6e6e6;
    border-width: 0 1px 1px 1px;
    padding: 20px
}
ul.tabs-content.contained.vertical>li {
    border-width: 1px 1px 1px 1px
}
.no-js ul.tabs-content>li {
    display: block
}
div.alert-box {
    display: block;
    padding: 6px 7px 7px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #2ba6cb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    position: relative
}
div.alert-box.success {
    background-color: #5da423;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}
div.alert-box.alert {
    background-color: #c60f13;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3)
}
div.alert-box.secondary {
    background-color: #e9e9e9;
    color: #505050;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3)
}
div.alert-box a.close {
    color: #333;
    position: absolute;
    right: 4px;
    top: -1px;
    font-size: 17px;
    opacity: 0.2;
    padding: 4px
}
div.alert-box a.close:hover,
div.alert-box a.close:focus {
    opacity: 0.4
}
.label {
    padding: 1px 4px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: #2ba6cb
}
.label.radius,
body.size-small #upcomingTours #destinationSelect .toursAll a.label,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.label,
body.section-blog .post a.label.more {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
.label.round {
    padding: 1px 7px 2px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}
.label.alert {
    background-color: #c60f13
}
.label.success {
    background-color: #5da423
}
.label.secondary {
    background-color: #e9e9e9;
    color: #505050
}
.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333
}
.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #196177;
    color: #2ba6cb
}
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important
}
.tooltip {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: normal
}
.tooltip>.nub {
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #000 transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    position: absolute;
    top: -10px;
    left: 10px
}
.tooltip.tip-override>.nub {
    border-color: transparent transparent #000 transparent !important;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important;
    top: -10px !important
}
.tooltip.tip-top>.nub,
.tooltip.tip-centered-top>.nub {
    border-color: #000 transparent transparent transparent;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    top: auto;
    bottom: -10px
}
.tooltip.tip-left,
.tooltip.tip-right {
    float: none !important
}
.tooltip.tip-left>.nub {
    border-color: transparent transparent transparent #000;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
    right: -10px;
    left: auto
}
.tooltip.tip-right>.nub {
    border-color: transparent #000 transparent transparent;
    border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
    right: auto;
    left: -10px
}
.tooltip.noradius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}
.tooltip.opened {
    color: #2ba6cb !important;
    border-bottom: dotted 1px #196177 !important
}
.tap-to-close {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    color: #888;
    font-weight: normal
}
.panel {
    background: #f2f2f2;
    border: solid 1px #e6e6e6;
    margin: 0 0 22px 0;
    padding: 20px
}
.panel>:first-child {
    margin-top: 0
}
.panel>:last-child {
    margin-bottom: 0
}
.panel.callout {
    background: #2ba6cb;
    color: #fff;
    border-color: #2284a1;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5)
}
.panel.callout a {
    color: #fff
}
.panel.callout .button,
.panel.callout input.button-primary,
.panel.callout body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll .panel.callout a,
.panel.callout body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .panel.callout a,
.panel.callout body.page-faq .top,
body.page-faq .panel.callout .top,
.panel.callout body.page-template-template-faq-php .top,
body.page-template-template-faq-php .panel.callout .top,
.panel.callout body.section-blog .post a.more,
body.section-blog .post .panel.callout a.more {
    background: #fff;
    border: none;
    color: #2ba6cb;
    text-shadow: none
}
.panel.callout .button:hover,
.panel.callout input.button-primary:hover,
.panel.callout body.size-small #upcomingTours #destinationSelect .toursAll a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll .panel.callout a:hover,
.panel.callout body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .panel.callout a:hover,
.panel.callout body.page-faq .top:hover,
body.page-faq .panel.callout .top:hover,
.panel.callout body.page-template-template-faq-php .top:hover,
body.page-template-template-faq-php .panel.callout .top:hover,
.panel.callout body.section-blog .post a.more:hover,
body.section-blog .post .panel.callout a.more:hover,
.panel.callout .button:focus,
.panel.callout input.button-primary:focus,
.panel.callout body.size-small #upcomingTours #destinationSelect .toursAll a:focus,
body.size-small #upcomingTours #destinationSelect .toursAll .panel.callout a:focus,
.panel.callout body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:focus,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .panel.callout a:focus,
.panel.callout body.page-faq .top:focus,
body.page-faq .panel.callout .top:focus,
.panel.callout body.page-template-template-faq-php .top:focus,
body.page-template-template-faq-php .panel.callout .top:focus,
.panel.callout body.section-blog .post a.more:focus,
body.section-blog .post .panel.callout a.more:focus {
    background: rgba(255, 255, 255, 0.8)
}
.panel.radius,
body.size-small #upcomingTours #destinationSelect .toursAll a.panel,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.panel,
body.section-blog .post a.panel.more {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
ul.accordion {
    margin: 0 0 22px 0;
    border-bottom: 1px solid #e9e9e9
}
ul.accordion>li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9
}
ul.accordion>li>div.title {
    cursor: pointer;
    background: #f6f6f6;
    padding: 15px;
    margin: 0;
    position: relative;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: 0.15s background linear;
    -moz-transition: 0.15s background linear;
    -o-transition: 0.15s background linear;
    transition: 0.15s background linear
}
ul.accordion>li>div.title h1,
ul.accordion>li>div.title h2,
ul.accordion>li>div.title h3,
ul.accordion>li>div.title h4,
ul.accordion>li>div.title h5 {
    margin: 0
}
ul.accordion>li>div.title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent #9d9d9d transparent transparent;
    position: absolute;
    right: 15px;
    top: 21px
}
ul.accordion>li .content {
    display: none;
    padding: 15px
}
ul.accordion>li.active {
    border-top: 3px solid #2ba6cb
}
ul.accordion>li.active .title {
    background: #fff;
    padding-top: 13px
}
ul.accordion>li.active .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #9d9d9d transparent transparent transparent
}
ul.accordion>li.active .content {
    background: #fff;
    display: block;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9
}
ul.side-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 17px 0
}
ul.side-nav li {
    display: block;
    list-style: none;
    margin: 0 0 7px 0
}
ul.side-nav li a {
    display: block
}
ul.side-nav li.active a {
    color: #4d4d4d;
    font-weight: bold
}
ul.side-nav li.divider {
    border-top: 1px solid #e6e6e6;
    height: 0;
    padding: 0
}
dl.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -4px 0 18px;
    margin-right: 0;
    margin-left: -9px;
    padding-top: 4px
}
dl.sub-nav dt,
dl.sub-nav dd {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 10px
}
dl.sub-nav dt {
    color: #999;
    font-weight: normal
}
dl.sub-nav dd a {
    text-decoration: none;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}
dl.sub-nav dd.active a {
    font-weight: bold;
    background: #2ba6cb;
    color: #fff;
    padding: 3px 9px;
    cursor: default
}
ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px
}
ul.pagination li {
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 14px;
    margin-left: 5px
}
ul.pagination li a {
    display: block;
    padding: 1px 7px 1px;
    color: #555
}
ul.pagination li:hover a,
ul.pagination li a:focus {
    background: #e6e6e6
}
ul.pagination li.unavailable a {
    cursor: default;
    color: #999
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    background: transparent
}
ul.pagination li.current a {
    background: #2ba6cb;
    color: #fff;
    font-weight: bold;
    cursor: default
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
    background: #2ba6cb
}
div.pagination-centered {
    text-align: center
}
div.pagination-centered ul>li {
    float: none;
    display: inline-block
}
ul.breadcrumbs {
    display: block;
    background: #f6f6f6;
    padding: 6px 10px 7px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 0
}
ul.breadcrumbs li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
    list-style: none
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 12px
}
ul.breadcrumbs li:first-child a,
ul.breadcrumbs li:first-child span {
    padding-left: 0
}
ul.breadcrumbs li:before {
    content: "/";
    color: #aaa
}
ul.breadcrumbs li:first-child:before {
    content: " "
}
ul.breadcrumbs li.current a {
    cursor: default;
    color: #333
}
ul.breadcrumbs li:hover a,
ul.breadcrumbs li a:focus {
    text-decoration: underline
}
ul.breadcrumbs li.current:hover a,
ul.breadcrumbs li.current a:focus {
    text-decoration: none
}
ul.breadcrumbs li.unavailable a {
    color: #999
}
ul.breadcrumbs li.unavailable:hover a,
ul.breadcrumbs li.unavailable a:focus {
    text-decoration: none;
    color: #999;
    cursor: default
}
ul.inline-list,
ul.link-list {
    margin: 0 0 17px -22px;
    padding: 0;
    list-style: none;
    overflow: hidden
}
ul.inline-list>li,
ul.link-list>li {
    list-style: none;
    float: left;
    margin-left: 22px;
    display: block
}
ul.inline-list>li>*,
ul.link-list>li>* {
    display: block
}
.keystroke,
kbd {
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: 13px;
    padding: 2px 4px 0px;
    margin: 0;
    background: #ededed;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
.th {
    display: block
}
.th img {
    display: block;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms
}
.th:hover img,
.th:focus img {
    -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5)
}
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden
}
.flex-video.widescreen {
    padding-bottom: 54%
}
.flex-video.vimeo {
    padding-top: 0
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
table {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 18px;
    border: 1px solid #ddd
}
table thead,
table tfoot {
    background: #f5f5f5
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left
}
table thead tr th,
table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #222
}
table thead tr th:first-child,
table tfoot tr td:first-child {
    border-left: none
}
table thead tr th:last-child,
table tfoot tr td:last-child {
    border-right: none
}
table tbody tr.even,
table tbody tr.alt {
    background: #f9f9f9
}
table tbody tr:nth-child(even) {
    background: #f9f9f9
}
table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none
}
ul.vcard {
    display: inline-block;
    margin: 0 0 12px 0;
    border: 1px solid #ddd;
    padding: 10px
}
ul.vcard li {
    margin: 0;
    display: block
}
ul.vcard li.fn {
    font-weight: bold;
    font-size: 15px
}
p.vevent span.summary {
    font-weight: bold
}
p.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 1px
}
div.progress {
    padding: 2px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    height: 25px
}
div.progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block;
    width: 50%
}
div.progress.secondary .meter {
    background: #e9e9e9
}
div.progress.success .meter {
    background: #5da423
}
div.progress.alert .meter {
    background: #c60f13
}
div.progress.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
div.progress.radius .meter {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
div.progress.round {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}
div.progress.round .meter {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}
.pricing-table {
    border: solid 1px #ddd;
    margin-left: 0;
    margin-bottom: 20px
}
.pricing-table * {
    list-style: none;
    line-height: 1
}
.pricing-table .title {
    background-color: #ddd;
    padding: 15px 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px
}
.pricing-table .price {
    background-color: #eee;
    padding: 15px 20px;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 20px
}
.pricing-table .description {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd
}
.pricing-table .bullet-item {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    border-bottom: dotted 1px #ddd
}
.pricing-table .cta-button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px
}
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
    display: none !important
}
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
    display: inherit !important
}
@media only screen and (min-width: 1441px) {
    .hide-for-small,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large,
    .show-for-large-up,
    .show-for-xlarge {
        display: inherit !important
    }
    .show-for-small,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large,
    .hide-for-large-up,
    .hide-for-xlarge {
        display: none !important
    }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .hide-for-small,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-xlarge {
        display: inherit !important
    }
    .show-for-small,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large,
    .show-for-large-up,
    .show-for-xlarge {
        display: none !important
    }
}
@media only screen and (max-width: 767px) {
    .show-for-small,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-xlarge {
        display: inherit !important
    }
    .hide-for-small,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large,
    .show-for-large-up,
    .show-for-xlarge {
        display: none !important
    }
}
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important
}
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}
@media screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}
.show-for-touch {
    display: none !important
}
.hide-for-touch {
    display: inherit !important
}
.touch .show-for-touch {
    display: inherit !important
}
.touch .hide-for-touch {
    display: none !important
}
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
    display: table !important
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .touch table.hide-for-xlarge,
    .touch table.hide-for-large,
    .touch table.hide-for-small,
    .touch table.show-for-medium {
        display: table !important
    }
}
@media only screen and (max-width: 767px) {
    table.hide-for-xlarge,
    table.hide-for-large,
    table.hide-for-medium,
    table.show-for-small {
        display: table !important
    }
}
@media only screen and (max-device-width: 1280px) {
    .touch .nav-bar li.has-flyout>a {
        padding-right: 36px !important
    }
}
@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0
    }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .touch .nav-bar li a {
        font-size: 13px
    }
    .touch .nav-bar li.has-flyout>a.flyout-toggle {
        padding: 20px !important
    }
    .touch .nav-bar li.has-flyout>a {
        padding-right: 36px !important
    }
    .clearing-main-right,
    .clearing-main-left {
        height: 100%;
        width: 40px;
        top: 0;
        border: none
    }
    .clearing-main-right:before,
    .clearing-main-left:before {
        position: absolute;
        top: 50%
    }
    .clearing-main-left {
        left: 0
    }
    .clearing-main-left:before {
        left: 5px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
        border-color: transparent #fff transparent transparent
    }
    .clearing-main-right {
        height: 100%;
        right: 0
    }
    .clearing-main-right:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
        border-color: transparent transparent transparent #fff
    }
}
@media only screen and (max-width: 767px) {
    .left,
    .right {
        float: none
    }
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0
    }
    .column,
    .columns {
        width: auto !important;
        float: none
    }
    .column:last-child,
    .columns:last-child {
        float: none
    }
    [class*="column"]+[class*="column"]:last-child {
        float: none
    }
    .column:before,
    .columns:before,
    .column:after,
    .columns:after {
        content: "";
        display: table
    }
    .column:after,
    .columns:after {
        clear: both
    }
    .offset-by-one,
    .offset-by-two,
    .offset-by-three,
    .offset-by-four,
    .offset-by-five,
    .offset-by-six,
    .offset-by-seven,
    .offset-by-eight,
    .offset-by-nine,
    .offset-by-ten {
        margin-left: 0 !important
    }
    .push-two,
    .push-three,
    .push-four,
    .push-five,
    .push-six,
    .push-seven,
    .push-eight,
    .push-nine,
    .push-ten {
        left: auto
    }
    .pull-two,
    .pull-three,
    .pull-four,
    .pull-five,
    .pull-six,
    .pull-seven,
    .pull-eight,
    .pull-nine,
    .pull-ten {
        right: auto
    }
    .row .mobile-one {
        width: 25% !important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-one:last-child {
        float: right
    }
    .row .mobile-one.end {
        float: left
    }
    .row.collapse .mobile-one {
        padding: 0
    }
    .row .mobile-two {
        width: 50% !important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-two:last-child {
        float: right
    }
    .row .mobile-two.end {
        float: left
    }
    .row.collapse .mobile-two {
        padding: 0
    }
    .row .mobile-three {
        width: 75% !important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-three:last-child {
        float: right
    }
    .row .mobile-three.end {
        float: left
    }
    .row.collapse .mobile-three {
        padding: 0
    }
    .row .mobile-four {
        width: 100% !important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-four:last-child {
        float: right
    }
    .row .mobile-four.end {
        float: left
    }
    .row.collapse .mobile-four {
        padding: 0
    }
    .push-one-mobile {
        left: 25%
    }
    .pull-one-mobile {
        right: 25%
    }
    .push-two-mobile {
        left: 50%
    }
    .pull-two-mobile {
        right: 50%
    }
    .push-three-mobile {
        left: 75%
    }
    .pull-three-mobile {
        right: 75%
    }
    .block-grid.mobile>li {
        float: none;
        width: 100%;
        margin-left: 0
    }
    .block-grid>li {
        clear: none
    }
    .block-grid.mobile-one-up>li {
        width: 100%
    }
    .block-grid.mobile-two-up>li {
        width: 50%
    }
    .block-grid.mobile-two-up>li:nth-child(2n+1) {
        clear: both
    }
    .block-grid.mobile-three-up>li {
        width: 33.33333%
    }
    .block-grid.mobile-three-up>li:nth-child(3n+1) {
        clear: both
    }
    .block-grid.mobile-four-up>li {
        width: 25%
    }
    .block-grid.mobile-four-up>li:nth-child(4n+1) {
        clear: both
    }
    .block-grid.mobile-five-up>li {
        width: 20%
    }
    .block-grid.mobile-five-up>li:nth-child(5n+1) {
        clear: both
    }
    .block-grid.mobile-six-up>li {
        width: 16.66667%
    }
    .block-grid.mobile-six-up>li:nth-child(6n+1) {
        clear: both
    }
    .block-grid.mobile-seven-up>li {
        width: 14.28571%
    }
    .block-grid.mobile-seven-up>li:nth-child(7n+1) {
        clear: both
    }
    .block-grid.mobile-eight-up>li {
        width: 12.5%
    }
    .block-grid.mobile-eight-up>li:nth-child(8n+1) {
        clear: both
    }
    .block-grid.mobile-nine-up>li {
        width: 11.11111%
    }
    .block-grid.mobile-nine-up>li:nth-child(9n+1) {
        clear: both
    }
    .block-grid.mobile-ten-up>li {
        width: 10%
    }
    .block-grid.mobile-ten-up>li:nth-child(10n+1) {
        clear: both
    }
    .block-grid.mobile-eleven-up>li {
        width: 9.09091%
    }
    .block-grid.mobile-eleven-up>li:nth-child(11n+1) {
        clear: both
    }
    .block-grid.mobile-twelve-up>li {
        width: 8.33333%
    }
    .block-grid.mobile-twelve-up>li:nth-child(12n+1) {
        clear: both
    }
    label.right {
        text-align: left
    }
    input[type="text"].one,
    input[type="password"].one,
    input[type="date"].one,
    input[type="datetime"].one,
    input[type="email"].one,
    input[type="number"].one,
    input[type="search"].one,
    input[type="tel"].one,
    input[type="time"].one,
    input[type="url"].one,
    textarea.one,
    .row textarea.one {
        width: 100% !important
    }
    input[type="text"].two,
    input[type="password"].two,
    input[type="date"].two,
    input[type="datetime"].two,
    input[type="email"].two,
    input[type="number"].two,
    input[type="search"].two,
    input[type="tel"].two,
    input[type="time"].two,
    input[type="url"].two,
    textarea.two,
    .row textarea.two {
        width: 100% !important
    }
    input[type="text"].three,
    input[type="password"].three,
    input[type="date"].three,
    input[type="datetime"].three,
    input[type="email"].three,
    input[type="number"].three,
    input[type="search"].three,
    input[type="tel"].three,
    input[type="time"].three,
    input[type="url"].three,
    textarea.three,
    .row textarea.three {
        width: 100% !important
    }
    input[type="text"].four,
    input[type="password"].four,
    input[type="date"].four,
    input[type="datetime"].four,
    input[type="email"].four,
    input[type="number"].four,
    input[type="search"].four,
    input[type="tel"].four,
    input[type="time"].four,
    input[type="url"].four,
    textarea.four,
    .row textarea.four {
        width: 100% !important
    }
    input[type="text"].five,
    input[type="password"].five,
    input[type="date"].five,
    input[type="datetime"].five,
    input[type="email"].five,
    input[type="number"].five,
    input[type="search"].five,
    input[type="tel"].five,
    input[type="time"].five,
    input[type="url"].five,
    textarea.five,
    .row textarea.five {
        width: 100% !important
    }
    input[type="text"].six,
    input[type="password"].six,
    input[type="date"].six,
    input[type="datetime"].six,
    input[type="email"].six,
    input[type="number"].six,
    input[type="search"].six,
    input[type="tel"].six,
    input[type="time"].six,
    input[type="url"].six,
    textarea.six,
    .row textarea.six {
        width: 100% !important
    }
    input[type="text"].seven,
    input[type="password"].seven,
    input[type="date"].seven,
    input[type="datetime"].seven,
    input[type="email"].seven,
    input[type="number"].seven,
    input[type="search"].seven,
    input[type="tel"].seven,
    input[type="time"].seven,
    input[type="url"].seven,
    textarea.seven,
    .row textarea.seven {
        width: 100% !important
    }
    input[type="text"].eight,
    input[type="password"].eight,
    input[type="date"].eight,
    input[type="datetime"].eight,
    input[type="email"].eight,
    input[type="number"].eight,
    input[type="search"].eight,
    input[type="tel"].eight,
    input[type="time"].eight,
    input[type="url"].eight,
    textarea.eight,
    .row textarea.eight {
        width: 100% !important
    }
    input[type="text"].nine,
    input[type="password"].nine,
    input[type="date"].nine,
    input[type="datetime"].nine,
    input[type="email"].nine,
    input[type="number"].nine,
    input[type="search"].nine,
    input[type="tel"].nine,
    input[type="time"].nine,
    input[type="url"].nine,
    textarea.nine,
    .row textarea.nine {
        width: 100% !important
    }
    input[type="text"].ten,
    input[type="password"].ten,
    input[type="date"].ten,
    input[type="datetime"].ten,
    input[type="email"].ten,
    input[type="number"].ten,
    input[type="search"].ten,
    input[type="tel"].ten,
    input[type="time"].ten,
    input[type="url"].ten,
    textarea.ten,
    .row textarea.ten {
        width: 100% !important
    }
    input[type="text"].eleven,
    input[type="password"].eleven,
    input[type="date"].eleven,
    input[type="datetime"].eleven,
    input[type="email"].eleven,
    input[type="number"].eleven,
    input[type="search"].eleven,
    input[type="tel"].eleven,
    input[type="time"].eleven,
    input[type="url"].eleven,
    textarea.eleven,
    .row textarea.eleven {
        width: 100% !important
    }
    input[type="text"].twelve,
    input[type="password"].twelve,
    input[type="date"].twelve,
    input[type="datetime"].twelve,
    input[type="email"].twelve,
    input[type="number"].twelve,
    input[type="search"].twelve,
    input[type="tel"].twelve,
    input[type="time"].twelve,
    input[type="url"].twelve,
    textarea.twelve,
    .row textarea.twelve {
        width: 100% !important
    }
    .button,
    input.button-primary,
    body.size-small #upcomingTours #destinationSelect .toursAll a,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
    body.page-faq .top,
    body.page-template-template-faq-php .top,
    body.section-blog .post a.more {
        display: block
    }
    button.button,
    .post-content .gform_wrapper .gform_footer input.button,
    .post-content .gform_wrapper .gform_footer input.button-primary,
    .post-content .gform_wrapper .gform_footer body.page-faq input.top,
    body.page-faq .post-content .gform_wrapper .gform_footer input.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
    .post-content .gform_wrapper .gform_footer input[type="submit"],
    body.page-faq button.top,
    body.page-template-template-faq-php button.top,
    input[type="submit"].button,
    input[type="submit"].button-primary,
    body.page-faq input[type="submit"].top,
    body.page-template-template-faq-php input[type="submit"].top,
    input[type="reset"].button,
    input[type="reset"].button-primary,
    body.page-faq input[type="reset"].top,
    body.page-template-template-faq-php input[type="reset"].top {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .button-group button.button,
    .button-group .post-content .gform_wrapper .gform_footer input.button,
    .post-content .gform_wrapper .gform_footer .button-group input.button,
    .button-group .post-content .gform_wrapper .gform_footer input.button-primary,
    .post-content .gform_wrapper .gform_footer .button-group input.button-primary,
    .button-group .post-content .gform_wrapper .gform_footer body.page-faq input.top,
    .post-content .gform_wrapper .gform_footer body.page-faq .button-group input.top,
    .button-group body.page-faq .post-content .gform_wrapper .gform_footer input.top,
    body.page-faq .post-content .gform_wrapper .gform_footer .button-group input.top,
    .button-group .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php .button-group input.top,
    .button-group body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer .button-group input.top,
    .button-group .post-content .gform_wrapper .gform_footer input[type="submit"],
    .post-content .gform_wrapper .gform_footer .button-group input[type="submit"],
    .button-group body.page-faq button.top,
    body.page-faq .button-group button.top,
    .button-group body.page-template-template-faq-php button.top,
    body.page-template-template-faq-php .button-group button.top,
    .button-group input[type="submit"].button,
    .button-group input[type="submit"].button-primary,
    .button-group body.page-faq input[type="submit"].top,
    body.page-faq .button-group input[type="submit"].top,
    .button-group body.page-template-template-faq-php input[type="submit"].top,
    body.page-template-template-faq-php .button-group input[type="submit"].top {
        width: auto;
        padding: 10px 20px 11px
    }
    .button-group button.button.large,
    .button-group .post-content .gform_wrapper .gform_footer input.large.button,
    .post-content .gform_wrapper .gform_footer .button-group input.large.button,
    .button-group .post-content .gform_wrapper .gform_footer input.large.button-primary,
    .post-content .gform_wrapper .gform_footer .button-group input.large.button-primary,
    .button-group .post-content .gform_wrapper .gform_footer #commentsContainer #respond input#submit,
    .post-content .gform_wrapper .gform_footer #commentsContainer #respond .button-group input#submit,
    .button-group #commentsContainer #respond .post-content .gform_wrapper .gform_footer input#submit,
    #commentsContainer #respond .post-content .gform_wrapper .gform_footer .button-group input#submit,
    .button-group .post-content .gform_wrapper .gform_footer body.page-faq input.large.top,
    .post-content .gform_wrapper .gform_footer body.page-faq .button-group input.large.top,
    .button-group body.page-faq .post-content .gform_wrapper .gform_footer input.large.top,
    body.page-faq .post-content .gform_wrapper .gform_footer .button-group input.large.top,
    .button-group .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.large.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php .button-group input.large.top,
    .button-group body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.large.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer .button-group input.large.top,
    .button-group .post-content .gform_wrapper .gform_footer input.large[type="submit"],
    .post-content .gform_wrapper .gform_footer .button-group input.large[type="submit"],
    .button-group body.page-faq button.large.top,
    body.page-faq .button-group button.large.top,
    .button-group body.page-template-template-faq-php button.large.top,
    body.page-template-template-faq-php .button-group button.large.top,
    .button-group input[type="submit"].button.large,
    .button-group input[type="submit"].large.button-primary,
    .button-group #commentsContainer #respond input[type="submit"]#submit,
    #commentsContainer #respond .button-group input[type="submit"]#submit,
    .button-group body.page-faq input[type="submit"].large.top,
    body.page-faq .button-group input[type="submit"].large.top,
    .button-group body.page-template-template-faq-php input[type="submit"].large.top,
    body.page-template-template-faq-php .button-group input[type="submit"].large.top {
        padding: 15px 30px 16px
    }
    .button-group button.button.medium,
    .button-group .post-content .gform_wrapper .gform_footer input.medium.button,
    .post-content .gform_wrapper .gform_footer .button-group input.medium.button,
    .button-group .post-content .gform_wrapper .gform_footer input.medium.button-primary,
    .post-content .gform_wrapper .gform_footer .button-group input.medium.button-primary,
    .button-group .post-content .gform_wrapper .gform_footer body.page-faq input.medium.top,
    .post-content .gform_wrapper .gform_footer body.page-faq .button-group input.medium.top,
    .button-group body.page-faq .post-content .gform_wrapper .gform_footer input.medium.top,
    body.page-faq .post-content .gform_wrapper .gform_footer .button-group input.medium.top,
    .button-group .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.medium.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php .button-group input.medium.top,
    .button-group body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.medium.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer .button-group input.medium.top,
    .button-group .post-content .gform_wrapper .gform_footer input.medium[type="submit"],
    .post-content .gform_wrapper .gform_footer .button-group input.medium[type="submit"],
    .button-group body.page-faq button.medium.top,
    body.page-faq .button-group button.medium.top,
    .button-group body.page-template-template-faq-php button.medium.top,
    body.page-template-template-faq-php .button-group button.medium.top,
    .button-group input[type="submit"].button.medium,
    .button-group input[type="submit"].medium.button-primary,
    .button-group body.page-faq input[type="submit"].medium.top,
    body.page-faq .button-group input[type="submit"].medium.top,
    .button-group body.page-template-template-faq-php input[type="submit"].medium.top,
    body.page-template-template-faq-php .button-group input[type="submit"].medium.top {
        padding: 10px 20px 11px
    }
    .button-group button.button.small,
    .button-group .post-content .gform_wrapper .gform_footer input.small.button,
    .post-content .gform_wrapper .gform_footer .button-group input.small.button,
    .button-group .post-content .gform_wrapper .gform_footer input.small.button-primary,
    .post-content .gform_wrapper .gform_footer .button-group input.small.button-primary,
    .button-group .post-content .gform_wrapper .gform_footer body.page-faq input.small.top,
    .post-content .gform_wrapper .gform_footer body.page-faq .button-group input.small.top,
    .button-group body.page-faq .post-content .gform_wrapper .gform_footer input.small.top,
    body.page-faq .post-content .gform_wrapper .gform_footer .button-group input.small.top,
    .button-group .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.small.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php .button-group input.small.top,
    .button-group body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.small.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer .button-group input.small.top,
    .button-group .post-content .gform_wrapper .gform_footer input.small[type="submit"],
    .post-content .gform_wrapper .gform_footer .button-group input.small[type="submit"],
    .button-group body.page-faq button.small.top,
    body.page-faq .button-group button.small.top,
    .button-group body.page-template-template-faq-php button.small.top,
    body.page-template-template-faq-php .button-group button.small.top,
    .button-group input[type="submit"].button.small,
    .button-group input[type="submit"].small.button-primary,
    .button-group body.page-faq input[type="submit"].small.top,
    body.page-faq .button-group input[type="submit"].small.top,
    .button-group body.page-template-template-faq-php input[type="submit"].small.top,
    body.page-template-template-faq-php .button-group input[type="submit"].small.top {
        padding: 7px 14px 8px
    }
    .button-group button.button.tiny,
    .button-group .post-content .gform_wrapper .gform_footer input.tiny.button,
    .post-content .gform_wrapper .gform_footer .button-group input.tiny.button,
    .button-group .post-content .gform_wrapper .gform_footer input.tiny.button-primary,
    .post-content .gform_wrapper .gform_footer .button-group input.tiny.button-primary,
    .button-group .post-content .gform_wrapper .gform_footer body.page-faq input.top,
    .post-content .gform_wrapper .gform_footer body.page-faq .button-group input.top,
    .button-group body.page-faq .post-content .gform_wrapper .gform_footer input.top,
    body.page-faq .post-content .gform_wrapper .gform_footer .button-group input.top,
    .button-group .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php .button-group input.top,
    .button-group body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer .button-group input.top,
    .button-group .post-content .gform_wrapper .gform_footer input.tiny[type="submit"],
    .post-content .gform_wrapper .gform_footer .button-group input.tiny[type="submit"],
    .button-group body.page-faq button.top,
    body.page-faq .button-group button.top,
    .button-group body.page-template-template-faq-php button.top,
    body.page-template-template-faq-php .button-group button.top,
    .button-group input[type="submit"].button.tiny,
    .button-group input[type="submit"].tiny.button-primary,
    .button-group body.page-faq input[type="submit"].top,
    body.page-faq .button-group input[type="submit"].top,
    .button-group body.page-template-template-faq-php input[type="submit"].top,
    body.page-template-template-faq-php .button-group input[type="submit"].top {
        padding: 5px 10px 6px
    }
    .button-group.even button.button,
    .button-group.even .post-content .gform_wrapper .gform_footer input.button,
    .post-content .gform_wrapper .gform_footer .button-group.even input.button,
    .button-group.even .post-content .gform_wrapper .gform_footer input.button-primary,
    .post-content .gform_wrapper .gform_footer .button-group.even input.button-primary,
    .button-group.even .post-content .gform_wrapper .gform_footer body.page-faq input.top,
    .post-content .gform_wrapper .gform_footer body.page-faq .button-group.even input.top,
    .button-group.even body.page-faq .post-content .gform_wrapper .gform_footer input.top,
    body.page-faq .post-content .gform_wrapper .gform_footer .button-group.even input.top,
    .button-group.even .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
    .post-content .gform_wrapper .gform_footer body.page-template-template-faq-php .button-group.even input.top,
    .button-group.even body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
    body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer .button-group.even input.top,
    .button-group.even .post-content .gform_wrapper .gform_footer input[type="submit"],
    .post-content .gform_wrapper .gform_footer .button-group.even input[type="submit"],
    .button-group.even body.page-faq button.top,
    body.page-faq .button-group.even button.top,
    .button-group.even body.page-template-template-faq-php button.top,
    body.page-template-template-faq-php .button-group.even button.top,
    .button-group.even input[type="submit"].button,
    .button-group.even input[type="submit"].button-primary,
    .button-group.even body.page-faq input[type="submit"].top,
    body.page-faq .button-group.even input[type="submit"].top,
    .button-group.even body.page-template-template-faq-php input[type="submit"].top,
    body.page-template-template-faq-php .button-group.even input[type="submit"].top {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .nav-bar {
        height: auto
    }
    .nav-bar>li {
        float: none;
        display: block;
        border-right: none
    }
    .nav-bar>li>a.main {
        text-align: left;
        border-top: 1px solid #ddd;
        border-right: none
    }
    .nav-bar>li:first-child>a.main {
        border-top: none
    }
    .nav-bar>li.has-flyout>a.flyout-toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 22px;
        z-index: 2;
        display: block
    }
    .nav-bar>li.has-flyout.is-touch>a.flyout-toggle span {
        content: "";
        width: 0;
        height: 0;
        display: block
    }
    .nav-bar>li.has-flyout>a.flyout-toggle:hover span {
        border-top-color: #141414
    }
    .nav-bar.vertical>li.has-flyout>.flyout {
        left: 0
    }
    .flyout {
        position: relative;
        width: 100% !important;
        top: auto;
        margin-right: -2px;
        border-width: 1px 1px 0 1px
    }
    .flyout.right {
        float: none;
        right: auto;
        left: -1px
    }
    .flyout.small,
    .flyout.large {
        width: 100% !important
    }
    .flyout p:last-child {
        margin-bottom: 18px
    }
    .reveal-modal-bg {
        position: absolute
    }
    .reveal-modal,
    .reveal-modal.small,
    .reveal-modal.medium,
    body.section-blog .post a.reveal-modal.more,
    .reveal-modal.large,
    .reveal-modal.xlarge {
        width: 80%;
        top: 15px;
        left: 50%;
        margin-left: -40%;
        padding: 20px;
        height: auto
    }
    .clearing-container {
        margin: 0
    }
    .clearing-close {
        z-index: 99;
        font-size: 37px;
        top: 0px;
        right: 5px
    }
    .clearing-caption {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px !important;
        line-height: 1.3
    }
    .clearing-main-right,
    .clearing-main-left {
        display: none
    }
    .clearing-blackout.clearing-assembled .visible-img,
    .clearing-blackout.clearing-assembled .clearing-container {
        height: 100%
    }
    .clearing-blackout.clearing-assembled ul[data-clearing] {
        display: none
    }
    .joyride-tip-guide {
        width: 95% !important;
        left: 2.5% !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }
    .joyride-tip-guide-wrapper {
        width: 100%
    }
    .tabs.mobile {
        width: auto;
        margin: 20px -20px 40px;
        border-bottom: solid 1px #ccc;
        height: auto;
        margin: 20px -15px 0px -15px
    }
    .tabs.mobile dt,
    .tabs.mobile li,
    .tabs.mobile dd {
        float: none;
        height: auto
    }
    .tabs.mobile dd a,
    .tabs.mobile li a {
        font-size: 15px;
        display: block;
        width: auto;
        height: auto;
        padding: 18px 20px;
        margin: 0;
        color: #555;
        line-height: 1;
        border: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ccc;
        background: #fff
    }
    .tabs.mobile dd a.active,
    .tabs.mobile li a.active {
        border: none;
        background: #2ba6cb;
        color: #fff;
        margin: 0;
        position: static;
        top: 0;
        height: auto
    }
    .tabs.mobile dd:first-child a.active,
    .tabs.mobile li:first-child a.active {
        margin: 0
    }
    .tabs.mobile+.tabs-content.contained {
        margin-left: -15px;
        margin-right: -15px
    }
    .tabs.mobile .section-title {
        padding-left: 20px !important
    }
    .contained.mobile {
        margin-bottom: 0
    }
    .contained.tabs.mobile dd a,
    .contained.tabs.mobile li a {
        padding: 18px 20px
    }
    .tabs.mobile+ul.contained {
        margin-left: -20px;
        margin-right: -20px;
        border-width: 0 0 1px 0
    }
    .tooltip {
        font-size: 14px;
        line-height: 1.4;
        padding: 7px 10px 9px 10px;
        left: 50% !important;
        max-width: 80% !important;
        margin-left: -40%;
        font-size: 110%
    }
    .tooltip>.nub,
    .tooltip.top>.nub,
    .tooltip.left>.nub,
    .tooltip.right>.nub {
        border-color: transparent transparent #000 transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
        top: -12px;
        left: 10px
    }
}
@media only screen and (max-width: 940px) {
    .top-bar {
        margin-bottom: 0;
        overflow: hidden;
        height: 45px;
        background: #222
    }
    .top-bar .js-generated {
        display: block
    }
    .contain-to-grid .top-bar {
        width: auto
    }
    .top-bar section {
        left: 0;
        position: relative;
        width: auto;
        -webkit-transition: left 300ms 0;
        -moz-transition: left 300ms 0;
        -o-transition: left 300ms 0;
        transition: left 300ms 0
    }
    .top-bar ul {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        display: block
    }
    .top-bar ul>li {
        float: none
    }
    .top-bar ul>li.active,
    .top-bar ul>li:hover {
        background: #151515
    }
    .top-bar ul>li.name {
        height: 45px
    }
    .top-bar ul>li.name h1 {
        line-height: 1
    }
    .top-bar ul>li.name h1 a {
        color: #fff;
        display: block;
        line-height: 45px !important;
        padding-left: 15px;
        height: 45px
    }
    .top-bar ul>li:hover a,
    .top-bar ul>li.active a {
        color: #fff
    }
    .top-bar ul>li a:not(.button) {
        color: #fff
    }
    .top-bar ul>li.toggle-topbar {
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }
    .top-bar ul>li.toggle-topbar a {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: #fff transparent transparent transparent;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 22.5px;
        margin-top: -4px
    }
    .top-bar ul>li.toggle-topbar:hover {
        background: inherit
    }
    .top-bar ul>li.toggle-topbar a {
        padding: 0 !important
    }
    .top-bar ul>li.divider {
        border-bottom: solid 1px #3c3c3c;
        border-top: solid 1px #000;
        clear: both;
        height: 1px !important;
        margin: 8px 0 !important;
        width: 100%
    }
    .top-bar ul>li.search {
        padding: 0 22.5px
    }
    .top-bar ul>li.search form {
        width: 100%
    }
    .top-bar ul>li.search form input[type=text] {
        width: 75%
    }
    .top-bar ul>li.search form .button,
    .top-bar ul>li.search form input.button-primary,
    .top-bar ul>li.search form body.size-small #upcomingTours #destinationSelect .toursAll a,
    body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul>li.search form a,
    .top-bar ul>li.search form body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul>li.search form a,
    .top-bar ul>li.search form body.page-faq .top,
    body.page-faq .top-bar ul>li.search form .top,
    .top-bar ul>li.search form body.page-template-template-faq-php .top,
    body.page-template-template-faq-php .top-bar ul>li.search form .top,
    .top-bar ul>li.search form body.section-blog .post a.more,
    body.section-blog .post .top-bar ul>li.search form a.more {
        top: -1px;
        width: 25%
    }
    .top-bar ul>li.has-dropdown a {
        padding-right: 33.75px
    }
    .top-bar ul>li.has-dropdown a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
        margin-right: 15px;
        margin-top: -4.5px;
        position: absolute;
        top: 50%
    }
    .top-bar ul>li.has-dropdown:hover>.dropdown {
        display: block;
        visibility: hidden
    }
    .top-bar ul>li.has-dropdown .dropdown {
        visibility: hidden;
        z-index: 0 !important
    }
    .top-bar ul>li.has-dropdown.moved {
        position: static
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown {
        top: 0;
        visibility: visible
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown li label {
        margin-bottom: 6px;
        padding-top: 6px !important;
        font-size: 11px
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown li:not(.title) {
        padding-bottom: 0
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown li:not(.title) a {
        padding: 8px 22.5px;
        font-size: 14px
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown li a,
    .top-bar ul>li.has-dropdown.moved>.dropdown li label {
        padding: 0 22.5px
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown li a:hover {
        background: #3c3c3c;
        display: block
    }
    .top-bar ul>li.has-dropdown.moved>.dropdown li.divider {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
    .top-bar ul>li.has-dropdown.moved .back.title {
        padding-bottom: 0
    }
    .top-bar ul>li.has-dropdown.moved .back.title a:before {
        position: absolute;
        top: 50%;
        left: 17.5px;
        margin-top: -5px;
        width: 0;
        height: 0;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent #fff transparent transparent
    }
    .top-bar ul>li.has-dropdown.moved .back.title h5 {
        margin: 0;
        padding-left: 15px;
        position: relative
    }
    .top-bar ul>li.has-dropdown.moved .back.title h5 a {
        background: transparent;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 23px;
        font-weight: bold
    }
    .top-bar ul>li.has-dropdown .dropdown li {
        background: transparent
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown .dropdown {
        left: 100% !important;
        top: 0;
        right: auto !important
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a {
        padding-right: 33.75px
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a:after {
        content: "";
        margin-right: 15px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 50%;
        margin-top: -4.5px
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a li a:hover {
        background: #3c3c3c
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown.moved {
        position: static
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
        top: 0;
        visibility: visible
    }
    .top-bar ul>li.has-dropdown .dropdown li.has-dropdown:hover {
        display: block
    }
    .top-bar ul.left,
    .top-bar ul.right {
        float: none;
        width: 100%
    }
    .top-bar ul.left>li,
    .top-bar ul.right>li {
        display: block;
        float: none;
        margin: 0 !important
    }
    .top-bar ul.left>li.has-dropdown .dropdown,
    .top-bar ul.right>li.has-dropdown .dropdown {
        left: 100% !important;
        top: 0;
        right: auto !important
    }
    .top-bar section>ul li a:not(.button) {
        padding-left: 22.5px !important
    }
    .top-bar.expanded {
        height: 100%
    }
    .top-bar.expanded ul li.toggle-topbar a {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: transparent transparent #ccc transparent;
        top: auto;
        bottom: 50%;
        margin-bottom: -4px
    }
    .top-bar ul li.has-button {
        padding: 5px 15px
    }
    .top-bar ul li .button.small,
    .top-bar ul li input.small.button-primary,
    .top-bar ul li body.size-small #upcomingTours #destinationSelect .toursAll a.small,
    body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul li a.small,
    .top-bar ul li body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.small,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul li a.small,
    .top-bar ul li body.page-faq .small.top,
    body.page-faq .top-bar ul li .small.top,
    .top-bar ul li body.page-template-template-faq-php .small.top,
    body.page-template-template-faq-php .top-bar ul li .small.top,
    .top-bar ul li body.section-blog .post a.small.more,
    body.section-blog .post .top-bar ul li a.small.more {
        margin: 0 !important;
        display: inline-block;
        width: 100%
    }
    .top-bar ul>li.has-button a.button,
    .top-bar ul>li.has-button body.size-small #upcomingTours #destinationSelect .toursAll a,
    body.size-small #upcomingTours #destinationSelect .toursAll .top-bar ul>li.has-button a,
    .top-bar ul>li.has-button body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll .top-bar ul>li.has-button a,
    .top-bar ul>li.has-button body.page-faq a.top,
    body.page-faq .top-bar ul>li.has-button a.top,
    .top-bar ul>li.has-button body.page-template-template-faq-php a.top,
    body.page-template-template-faq-php .top-bar ul>li.has-button a.top,
    .top-bar ul>li.has-button body.section-blog .post a.more,
    body.section-blog .post .top-bar ul>li.has-button a.more {
        margin: 0
    }
}
.clearfix:after,
#explorerGalleries .gallery.galleryLayoutFull:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
* html .clearfix,
* html #explorerGalleries .gallery.galleryLayoutFull,
#explorerGalleries * html .gallery.galleryLayoutFull {
    zoom: 1
}
*:first-child+html .clearfix,
*:first-child+html #explorerGalleries .gallery.galleryLayoutFull,
#explorerGalleries *:first-child+html .gallery.galleryLayoutFull {
    zoom: 1
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-weight: normal
}
h1,
.sectionTitle {
    color: #f0efdc;
    padding: 9px 12px 4px;
    background-color: #436982;
    font-size: 276.9%;
    margin-bottom: 0;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.3)
}
h2 {
    color: #224b66;
    font-size: 231%;
    clear: both
}
h3 {
    color: #393939;
    font-weight: bold
}
h4,
h5,
h6 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
h4 {
    color: #2a749a;
    font-size: 153.9%
}
h5,
h6 {
    font-weight: bold
}
ul,
ol {
    font-size: 13px
}
a,
a:visited {
    color: #436982;
    text-decoration: underline
}
ul,
ol {
    list-style-position: inside
}
ul ol,
ol ol {
    margin-left: 10px;
    list-style-type: lower-alpha
}
ul ol ol,
ol ol ol {
    list-style-type: lower-roman
}
dl {
    display: table;
    width: 100%
}
dl dt {
    font-weight: bold;
    display: table-cell;
    float: left;
    clear: both;
    width: 20%;
    padding-right: 5%;
    margin-top: 20px
}
dl dd {
    display: table-cell;
    float: right;
    width: 75%;
    margin-top: 20px
}
dl:after {
    content: '';
    clear: both;
    display: block
}
dl.wp-caption {
    display: block;
    width: auto;
    margin: auto
}
dl.wp-caption dt {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0
}
dl.wp-caption dd {
    display: block;
    float: none;
    width: auto;
    margin: 0
}
blockquote {
    font-style: italic;
    color: #613a14
}
blockquote p,
blockquote ul,
blockquote ol {
    color: inherit
}
.post-content img {
    margin-top: 6.5px
}
.wp-caption {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.wp-caption img {
    margin-top: 0
}
.wp-caption.aligncenter {
    display: block;
    margin-bottom: 13px
}
.wp-caption.alignright {
    float: right;
    margin: 6px 0 5px 18px
}
.wp-caption.alignleft {
    float: left;
    margin: 6px 18px 5px 0
}
.wp-caption.aligncenter {
    margin: 0 auto 18px auto
}
.wp-caption.aligncenter .wp-caption-text {
    margin: 0 0 0 0
}
.wp-caption.aligncenter img {
    margin: 0 auto
}
.wp-caption .wp-caption-text {
    text-align: left;
    font-size: 100%;
    padding: 10px;
    background-color: #e5e3dc;
    margin: -3px 0 0 0
}
blockquote .wp-caption p.wp-caption-text {
    padding-left: 15px !important
}
body.single-post .post-content .wp-caption img,
body.single-post .post-content img {
    border: 3px solid #bab4a1
}
body.single-post .post-content img.wp-smiley {
    border: none
}
body.viewport-mobile .wp-caption {
    max-width: 100% !important;
    width: auto !important
}
body.viewport-mobile .wp-caption,
body.viewport-mobile .wp-caption.alignleft,
body.viewport-mobile .wp-caption.alignright {
    float: none;
    clear: both;
    display: block;
    margin: 15px 0;
    text-align: center
}
body.viewport-mobile .wp-caption-text {
    width: 100%
}
img.aligncenter {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block
}
img.alignleft,
img.alignright {
    margin: 6px 0 5px
}
img.alignleft {
    float: left;
    margin-right: 20px
}
img.alignright {
    float: right;
    margin-left: 20px
}
img.size-large,
.wp-caption img.size-large img.size-full,
.wp-caption img.size-full {
    display: block
}
.gallery dl {
    display: block
}
.gallery dl dt,
.gallery dl dd {
    display: inherit;
    width: auto;
    float: none;
    margin-top: 0
}
.gallery dl .gallery-caption {
    font-size: 85%
}
address,
pre {
    margin-bottom: 13px;
    display: block
}
#wpstats {
    display: none
}
@media (max-width: 600px) {
    html #wpadminbar {
        margin-top: -96px !important
    }
}
.manifest-crop #original img,
.manifest-crop #preview img {
    max-width: none;
    margin: 0
}
body,
div,
table {
    font-size: 13px
}
body {
    background: #efeddb url("../images/template/bg_primary.jpg") repeat center -370px;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #393939
}
#content {
    position: relative;
    z-index: 2;
    margin: 0 auto
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 8px
}
.home #wrapper {
    top: 40px;
}
@media screen and (max-width: 550px) {
    #wrapper {
        background: none
    }
}
@media screen and (max-width: 1129px ) {
    #wrapper {
        top: 25px;
    }
    .home #wrapper {
        top: 30px;
    }
}
#headerWrap {
    margin-bottom: -73px;
    background: transparent url("../images/template/bg_wrapperTop.png") repeat 0 0;
    height: 180px;
    position: relative
}
@media screen and (max-width: 1129px) {
    #headerWrap {
        background-color: #47443d;
        background-image: none;
        margin-bottom: 0;
        height: auto
    }
}
@media screen and (max-width: 570px) {
    #headerWrap {
        background: #656156;
        height: auto
    }
}
@media (max-width: 64em) {
    .row {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
        max-width: 100%
    }
}
header#primary {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: transparent url("../images/template/bg_nav.png") repeat-x 0 46px;
    position: relative;
    z-index: 99
}
@media screen and (max-width: 1129px) {
    header#primary {
        display: none
    }
}

#primary-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin: auto;
    width: 1130px;
}

header#primary a {
    text-decoration: none
}
header#primary #headerLogo {}
@media only screen and (max-width: 700px) {
    header#primary #headerLogo {
        display: none
    }
}
@media screen and (max-width: 64em) {
    header#primary #headerLogo img {
        position: static;
        text-align: center;
        width: auto !important
    }
}
@media screen and (max-width: 767px) {
    header#primary #headerLogo img {
        max-width: 200px
    }
}
@media screen and (max-width: 810px) {
    header#primary #headerLogo img {
        position: relative;
        z-index: 98
    }
}
header#primary #siteNav {}
@media screen and (max-width: 64em) {
    header#primary #siteNav {
        display: none
    }
}
header#primary #logo {
    display: block;
    float: right;
}

header#primary #logo img {}
@media screen and (max-width: 64em) {
    header#primary #logo {
        float: none;
        width: 260px !important
    }
}
@media screen and (max-width: 860px) {
    header#primary #logo {
        width: 185px !important
    }
}
header#primary #blog-title {
    display: block;
    text-indent: -9999em;
    width: 351px;
    height: 153px;
    background-image: url("../images/template/logo-buckle.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left
}
header#primary #headerLinks {
    display: flex;
    justify-content: space-between;
}
header#primary #headerCart a {
    display: inline-block;
    padding: 7px 10px 7px 35px;
    border-radius: 0px 0px 8px 8px;
    background: rgba(255, 255, 255, 0.5) url("../images/icons/icon_headerCart.png") no-repeat 10px 4px;
    color: #554d46;
    text-transform: uppercase;
    font-size: 108%
}
header#primary #headerCart a:hover {
    color: #aa4a13;
    background-color: rgba(255, 255, 255, 0.7)
}
header#primary #headerCart a .qty {
    text-transform: lowercase;
    font-size: 85%;
    display: inline-block
}
header#primary #headerQuestions {
    padding: 15px 10px 0 0;
    font-size: 100%;
    color: #aa4a13
}
header#primary #headerQuestions a,
header#primary #headerQuestions a:visited {
    color: #554d46;
    font-weight: 700
}
header#primary #headerSocial {
    text-align: right;
    padding: 0
}
header#primary #headerSocial #headerSocialList {
    margin: 8px 0 0
}
header#primary #headerSocial #headerSocialList li {
    width: 30px;
    height: 30px;
    margin-right: 10px
}
header#primary #headerSocial #headerSocialList li:last-child {
    margin-right: 0
}
header#primary #headerSocial #headerSocialList a {
    display: inline-block;
    line-height: 0;
    width: 100%;
    height: 100%
}
header#primary #siteNav #primaryNav .nav-bar {
    background-color: transparent
}
header#primary #primaryNav .nav-bar {
    margin-top: 2px;
    font-size: 100%
}
header#primary #primaryNav .nav-bar li {
    font-size: 108%;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    line-height: 40px
}
header#primary #primaryNav .nav-bar li a {
    font-size: 100%;
    border: none
}
header#primary #primaryNav .nav-bar>li>a:first-child {
    padding: 9px 12px 9px;
    line-height: normal
}
header#primary #primaryNav .nav-bar>li.has-flyout>a:first-child {
    padding-right: 30px
}
header#primary #primaryNav .nav-bar>li.has-flyout>a:first-child::after {
    top: 17px;
    right: 13px
}
header#primary #primaryNav .nav-bar>li.has-flyout>a:first-child:hover,
header#primary #primaryNav .nav-bar>li>a:hover,
header#primary #primaryNav .nav-bar>li.current_page_item>a,
header#primary #primaryNav .nav-bar>li.current-menu-ancestor>a {
    background-color: #39342f
}
header#primary #primaryNav .nav-bar>li#menu-item-2993 {
    text-indent: -9999em;
    background: transparent url("../images/icons/icon_home.png") no-repeat center center;
    margin-right: 15px
}
header#primary #primaryNav .nav-bar>li#menu-item-2993.current_page_item>a,
header#primary #primaryNav .nav-bar>li#menu-item-2993.current-menu-ancestor>a,
header#primary #primaryNav .nav-bar>li#menu-item-2993>a:hover {
    background-color: transparent;
    position: relative;
    top: -2px
}
header#primary #primaryNav .flyout {
    background: #39342f;
    padding: 0;
    border: none;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-top-left-radius: 0;
    -khtml-border-top-right-radius: 0;
    -khtml-border-bottom-right-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -3px;
    margin-left: 1px
}
header#primary #primaryNav .flyout li {
    border: none
}
header#primary #primaryNav .flyout li a {
    background: transparent;
    padding: 15px 20px 15px;
    border: none;
    color: #f1f1eb;
    font-size: 100%;
    font-weight: 400
}
header#primary #primaryNav .flyout li a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}
header#primary #primaryNav .flyout li.current-menu-item a {
    color: #f1f1eb;
    font-weight: bold
}
header#primary #primaryNav .flyout li:first-child a {
    box-shadow: none
}
header#primary #mobileNav {
    display: none
}
header#primary #mobileNav .nav-bar {
    margin: 0;
    height: auto
}
header#primary #mobileNav .nav-bar>li {
    float: none
}
header#primary #mobileNav .nav-bar li a {
    font-size: 108%
}
header#primary #mobileNav .nav-bar>li>a:first-child {
    padding: 15px 25px 15px;
    font-weight: 600
}
header#primary #mobileNav .nav-bar>li#menu-item-2993 {
    background-image: none;
    text-indent: 0
}
header#primary #mobileNav #primaryNav .nav-bar ul.flyout {
    border-radius: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto
}
header#primary #mobileNav #primaryNav .nav-bar ul.flyout>li>a:first-child {
    padding: 15px 35px;
    background-color: transparent;
    margin-left: 10px;
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-left: 1px solid #e6e6e6;
    box-shadow: none
}
header#primary #mobileNav #primaryNav .nav-bar>li.current-menu-item>ul.flyout,
header#primary #mobileNav #primaryNav .nav-bar>li.current-menu-parent>ul.flyout {
    display: block !important
}
header#primary #mobileNav #tabs {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #544359
}
header#primary #mobileNav #tabs li {
    width: 33.3%;
    margin: 0;
    padding: 12px 15px 0 42px;
    height: 48px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-position: 10px 0;
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 123.1%
}
header#primary #mobileNav #tabs li:hover {
    cursor: pointer
}
header#primary #mobileNav #tabs li.contact {
    background-image: url("../images/icons/icon_call_48.png");
    background-color: #aa4a13
}
header#primary #mobileNav #tabs li.social {
    background-image: url("../images/icons/icon_like_48.png");
    background-color: #918c72
}
header#primary #mobileNav #tabs li.bucket {
    background-image: url("../images/icons/icon_bucket_48.png");
    background-color: #544359
}
header#primary #mobileNav .tabContent {
    list-style: none;
    margin: 0;
    display: none
}
header#primary #mobileNav .tabContent li {
    padding: 20px;
    text-align: center
}
header#primary #mobileNav .tabContent li .button,
header#primary #mobileNav .tabContent li input.button-primary,
header#primary #mobileNav .tabContent li body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll header#primary #mobileNav .tabContent li a,
header#primary #mobileNav .tabContent li body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll header#primary #mobileNav .tabContent li a,
header#primary #mobileNav .tabContent li body.page-faq .top,
body.page-faq header#primary #mobileNav .tabContent li .top,
header#primary #mobileNav .tabContent li body.page-template-template-faq-php .top,
body.page-template-template-faq-php header#primary #mobileNav .tabContent li .top,
header#primary #mobileNav .tabContent li body.section-blog .post a.more,
body.section-blog .post header#primary #mobileNav .tabContent li a.more {
    display: inline-block;
    width: 75%;
    margin: 0 auto
}
header#primary #mobileNav .tabContent li.contact {
    background-color: #aa4a13
}
header#primary #mobileNav .tabContent li.contact .button,
header#primary #mobileNav .tabContent li.contact input.button-primary,
header#primary #mobileNav .tabContent li.contact body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll header#primary #mobileNav .tabContent li.contact a,
header#primary #mobileNav .tabContent li.contact body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll header#primary #mobileNav .tabContent li.contact a,
header#primary #mobileNav .tabContent li.contact body.page-faq .top,
body.page-faq header#primary #mobileNav .tabContent li.contact .top,
header#primary #mobileNav .tabContent li.contact body.page-template-template-faq-php .top,
body.page-template-template-faq-php header#primary #mobileNav .tabContent li.contact .top,
header#primary #mobileNav .tabContent li.contact body.section-blog .post a.more,
body.section-blog .post header#primary #mobileNav .tabContent li.contact a.more {
    background-color: #7c360e;
    border-color: #7c360e
}
header#primary #mobileNav .tabContent li.social {
    background-color: #918c72
}
header#primary #mobileNav .tabContent li.social .button,
header#primary #mobileNav .tabContent li.social input.button-primary,
header#primary #mobileNav .tabContent li.social body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll header#primary #mobileNav .tabContent li.social a,
header#primary #mobileNav .tabContent li.social body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll header#primary #mobileNav .tabContent li.social a,
header#primary #mobileNav .tabContent li.social body.page-faq .top,
body.page-faq header#primary #mobileNav .tabContent li.social .top,
header#primary #mobileNav .tabContent li.social body.page-template-template-faq-php .top,
body.page-template-template-faq-php header#primary #mobileNav .tabContent li.social .top,
header#primary #mobileNav .tabContent li.social body.section-blog .post a.more,
body.section-blog .post header#primary #mobileNav .tabContent li.social a.more {
    background-color: #75715b;
    border-color: #75715b
}
header#primary #mobileNav .tabContent li.bucket {
    background-color: #544359
}
header#primary #mobileNav .tabContent li.bucket .button,
header#primary #mobileNav .tabContent li.bucket input.button-primary,
header#primary #mobileNav .tabContent li.bucket body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll header#primary #mobileNav .tabContent li.bucket a,
header#primary #mobileNav .tabContent li.bucket body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll header#primary #mobileNav .tabContent li.bucket a,
header#primary #mobileNav .tabContent li.bucket body.page-faq .top,
body.page-faq header#primary #mobileNav .tabContent li.bucket .top,
header#primary #mobileNav .tabContent li.bucket body.page-template-template-faq-php .top,
body.page-template-template-faq-php header#primary #mobileNav .tabContent li.bucket .top,
header#primary #mobileNav .tabContent li.bucket body.section-blog .post a.more,
body.section-blog .post header#primary #mobileNav .tabContent li.bucket a.more {
    background-color: #392d3c;
    border-color: #392d3c
}
header#primary #mobileNav .tabContent li,
header#primary #mobileNav .tabContent li h6,
header#primary #mobileNav .tabContent li p,
header#primary #mobileNav .tabContent li a {
    color: #fff
}
header#primary #mobileNav .tabContent ul {
    list-style: none;
    margin: 0 0 17px
}
header#primary #mobileNav .tabContent ul li {
    display: inline-block;
    padding: 0 10px
}
header#primary #mobileNav .tabContent .tabTitle {
    font-size: 138.5%
}

.slicknav_menu {}

.slicknav_btn {
    align-self: center;
}

.slicknav_brand {
    height: 60px;
    margin-top: -7px;  /* flush with window top */
    z-index: 20;  /* above home slides */
}

.slicknav_nav {
    padding-top: 30px;
}

footer #footerPhoto {
    background: transparent url("../images/template/bg_footer.png") no-repeat top left;
    height: 231px;
    position: relative;
    z-index: 3
}
footer #footerContact {
    margin: 50px 0 0 35px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    float: none
}
footer #footerContact h6 {
    margin: 0 0 5px;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 123.1%;
    color: #fff
}
footer #footerContact p {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 93%;
    margin: 0;
    line-height: 200%
}
footer #footerContact a,
footer #footerContact a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5)
}
footer #footerContact a:hover,
footer #footerContact a:visited:hover {
    border-color: #fff
}
footer #footerNav {
    background-color: #54624d;
    padding: 0;
    height: 36px
}
footer .footer-nav {
    background: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    height: 36px
}
footer .footer-nav>li,
footer .footer-nav>li:first-child,
footer .footer-nav>li:last-child {
    padding-top: 4px;
    box-shadow: none;
    border: none;
    line-height: 36px
}
footer .footer-nav>li:hover,
footer .footer-nav>li:first-child:hover,
footer .footer-nav>li:last-child:hover {
    background-color: #485442
}
footer .footer-nav>li>a:first-child {
    font-size: 93%;
    color: #fff;
    line-height: 32px
}
footer .policies {
    margin: 0;
    list-style: none;
    text-align: right;
    padding: 8px 10px 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
footer .policies li {
    display: inline-block;
    color: #fff;
    font-size: 77%
}
footer .policies li a,
footer .policies li a:visited {
    color: #fff;
    text-decoration: none
}
footer .policies li:after {
    content: ' | '
}
footer .policies li:last-child::after {
    content: ''
}
footer #footerTopScroll a {
    color: #fff;
    padding: 10px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    text-align: center;
    background: #54624d;
    display: block;
    text-decoration: none
}
footer #footerTopScroll a:hover {
    background-color: #485442
}
body.size-medium #footerNav {
    display: none
}
#pageHeadline h1,
#pageHeadline .sectionTitle {
    margin: 0 0 0 20px;
    position: relative;
    padding: 5px 12px 7px
}
@media screen and (max-width: 64em) {
    #pageHeadline h1,
    #pageHeadline .sectionTitle {
        margin-left: 0
    }
}
@media screen and (max-width: 550px) {
    #pageHeadline h1,
    #pageHeadline .sectionTitle {
        background: none;
        box-shadow: none;
        color: #436982;
        padding-bottom: 1em;
        font-size: 2.4em;
        margin: 0;
        text-align: center;
        text-shadow: none
    }
}
#pageHeaderImg {
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    height: 220px;
    position: relative;
    z-index: 1;
    margin-bottom: -12px
}
@media screen and (max-width: 550px) {
    #pageHeaderImg {
        display: none
    }
}
#pageHeaderImg.size-tourHeader {
    height: 500px
}
#pageCompass {
    width: 100%;
    height: 100%;
    background: transparent url("../images/template/bg_pageCompass.png") no-repeat top right
}
.size-tourHeader #pageCompass {
    background: transparent url("../images/template/bg_toursCompass.png") no-repeat top left
}
#pageHeaderLines {
    margin: 5px 5px 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    height: 215px;
    display: block
}
.size-tourHeader #pageHeaderLines {
    height: 495px
}
@media screen and (max-width: 64em) {
    #pageHeadline {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}
.post-content {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 35px 100px;
    position: relative;
    z-index: 1;
    margin-top: 12px;
    min-height: 600px
}
.post-content.nopad {
    padding: 0
}
.post-content .padWrap {
    padding: 0 35px
}
.post-content p {
    font-size: 123.1%;
    line-height: 150%;
    padding: 0
}
.post-content ul,
.post-content ol {
    clear: both;
    font-size: 100%;
    margin: 15px 50px 15px 50px
}
@media screen and (max-width: 600px) {
    .post-content ul,
    .post-content ol {
        margin-right: 0
    }
}
.post-content li {
    font-size: 123.1%;
    line-height: 150%;
    margin-bottom: 10px
}
.post-content li:last-child {
    margin-bottom: 0
}
.post-content .block-grid p {
    padding: 0
}
@media screen and (max-width: 767px) {
    ul.block-grid.mobile {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0
    }
}
@media screen and (max-width: 767px) {
    ul.block-grid.mobile>li {
        width: 50%;
        float: left;
        clear: none !important
    }
}
@media screen and (max-width: 450px) {
    ul.block-grid.mobile>li {
        width: 100%;
        float: none;
        text-align: center
    }
}
.anchorList,
.pageChildren {
    margin: 0 0 0 50px;
    padding: 0;
    list-style: square;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.anchorList a,
.pageChildren a {
    text-decoration: none;
    color: #2a749a
}
.anchorList a:hover,
.pageChildren a:hover {
    border-bottom: 1px dotted #2a749a
}
.anchorList li,
.pageChildren li {
    font-size: 108%;
    line-height: 120%;
    margin-bottom: 10px
}
.inputList,
.post-content .inputList {
    margin: 0 0 0 5px;
    list-style: none
}
.inputList li,
.post-content .inputList li {
    margin-bottom: 0
}
.inputList input[type="checkbox"],
.inputList input[type="radio"],
.post-content .inputList input[type="checkbox"],
.post-content .inputList input[type="radio"] {
    display: inline-block;
    margin-right: 5px
}
.inputList label,
.post-content .inputList label {
    display: inline-block
}
#sidebar-primary {
    margin-top: -10px;
    padding: 0 0 25px;
    background-color: rgba(190, 177, 123, 0.2);
    position: relative;
    z-index: 2
}
body.size-small #sidebar-primary {
    padding-bottom: 0;
    margin: 0
}
.sidebar {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.sidebar #widgetList,
.sidebar ul {
    list-style-type: none
}
.sidebar #widgetList {
    margin-bottom: 0
}
.sidebar .widgetTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #aa4a13;
    padding: 9px 15px 12px;
    font-size: 138.5%;
    font-weight: normal;
    margin: 0
}
.sidebar .widgetTitle.blue {
    background-color: #2a749a
}
.sidebar .widgetTitle.mustard {
    background-color: #d08a20
}
.sidebar a,
.sidebar a:visited {
    color: #402307;
    text-decoration: none
}
.sidebar .current_page_item>a {
    font-weight: bold
}
#pageNav.widget .pageTree {
    margin: 0 0 25px
}
#pageNav.widget .pageTree>li {
    padding: 5px 0 5px 15px;
    font-size: 123.1%
}
#pageNav.widget .pageTree>li>ul {
    margin-bottom: 0px
}
#pageNav.widget .pageTree>li>ul>li {
    font-size: 108%;
    line-height: 200%
}
#pageNav.widget .pageTree>li.current_page_item,
#pageNav.widget .pageTree .current_page_parent {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 8px;
    background: rgba(190, 177, 123, 0.6)
}
body.size-small #pageNav.widget .pageTree {
    margin-bottom: 0
}
.sidebar.three.columns #newsletter.widget input[type="text"] {
    width: 95%
}
.sidebar.three.columns #newsletter.widget .description {
    font-size: 85%;
    padding-left: 5px;
    padding-right: 5px
}
#newsletter.widget .widgetTitle {
    background-color: #78775e;
    text-align: center;
    font-size: 93%;
    font-weight: bold
}
#newsletter.widget .description {
    background-color: #918c72;
    color: #fff;
    font-size: 93%;
    text-align: center;
    padding: 5px 15px;
    line-height: 135%;
    margin: 0
}
#newsletter.widget form {
    background-color: #aba68d;
    padding: 10px 15px 0;
    *zoom: 1;
    margin: 0
}
#newsletter.widget form:before,
#newsletter.widget form:after {
    content: " ";
    display: table
}
#newsletter.widget form:after {
    clear: both
}
#newsletter.widget input[type="text"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #918c72;
    font-size: 85%;
    display: inline-block;
    float: left;
    width: 98%;
    margin-right: -27px;
    height: 33px;
    padding-right: 35px;
    color: #78775e
}
#newsletter.widget input[type="submit"] {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #aba68d;
    color: #fff;
    text-transform: uppercase;
    width: 33px;
    height: 33px;
    margin: 0;
    font-size: 85%;
    padding: 0px 2px 1px 2px;
    display: inline-block;
    float: left;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}
#newsletter.widget input[type="submit"]:hover {
    background-color: #78775e
}
#djcQuestions.widget .widgetTitle {
    background-color: #456640
}
#djcQuestions.widget .avatar {
    float: right;
    display: block;
    position: relative;
    top: -10px;
    left: 5px;
    margin-bottom: -10px
}
@media screen and (max-width: 1065px) {
    #djcQuestions.widget .avatar {
        left: -5px;
        margin-left: 10px;
        top: -2px;
        margin-bottom: 10px
    }
}
#djcQuestions.widget .avatar img {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
#djcQuestions.widget .description {
    padding: 5px 0 0 10px;
    font-size: 93%;
    margin-bottom: 10px
}
#djcQuestions.widget .ask,
#djcQuestions.widget .previous {
    display: inline-block;
    margin: 0;
    padding-left: 10px
}
#djcQuestions.widget .ask {
    padding-bottom: 15px
}
#djcQuestions.widget .ask a,
#djcQuestions.widget .ask a:visited {
    color: #fff;
    background-color: #456640;
    border-color: #456640
}
#djcQuestions.widget .previous {
    font-size: 85%;
    text-align: right;
    float: right;
    padding-right: 10px;
    padding-top: 0px;
    padding-left: 0;
    width: 45%
}
#djcQuestions.widget .previous a {
    border-bottom: 1px dotted #613a14
}
#djcQuestions.widget .previous a:hover {
    border-bottom: none
}
body.size-small #djcQuestions.widget .avatar {
    left: 0
}
body.size-small #djcQuestions.widget .previous {
    font-size: 100%;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}
#socialWidget.widget .widgetTitle {
    background-color: #2a749a
}
#socialWidget.widget .manifest-social-icons {
    margin: 20px 8px 0
}
#socialWidget.widget .manifest-social-icons li {
    display: inline-block;
    padding: 0 1px
}
#socialWidget.widget .manifest-social-icons li:first-child {
    padding-left: 0
}
#socialWidget.widget .manifest-social-icons li:last-child {
    padding-right: 0
}
#socialWidget.widget .manifest-social-icons li a:active {
    position: relative;
    top: 1px;
    left: 1px
}
#socialWidget.widget .socialCount {
    width: 217px;
    margin: 20px auto
}
#socialWidget.widget .socialCount a {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 93%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    padding: 3px 0 0 35px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3)
}
#socialWidget.widget .socialCount a:visited {
    color: #fff
}
#socialWidget.widget .socialCount .twitter {
    height: 24px;
    background-image: url("../images/template/followerCount_twitter.png")
}
#socialWidget.widget .socialCount .facebook {
    height: 27px;
    background-image: url("../images/template/followerCount_fb.png")
}
#socialWidget.widget .feed {
    width: 217px;
    margin: 0 auto 20px
}
#socialWidget.widget .feed a {
    height: 51px;
    display: block;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 77%;
    text-decoration: none;
    color: #fff;
    padding: 27px 5px 5px 47px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    background: transparent url("../images/template/followerCount_rss.png") no-repeat top center
}
#socialWidget.widget .feed a:visited {
    color: #fff
}
#socialWidget.widget .suggested {
    margin-top: -20px;
    text-align: center;
    font-size: 93%
}
body.size-small #socialWidget.widget .manifest-social-icons {
    text-align: center
}
#popularPosts.widget .widgetTitle {
    background-color: #d08a20
}
#popularPosts.widget ul.postsList {
    margin: 20px
}
#popularPosts.widget li {
    margin-bottom: 20px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #a1a7ab
}
#popularPosts.widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
#popularPosts.widget .thumb {
    display: inline-block;
    float: right;
    margin-left: 8px
}
#popularPosts.widget .thumb img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
#popularPosts.widget .excerpt {
    font-size: 93%;
    color: #393939;
    margin: 0 0 5px
}
#popularPosts.widget .excerpt .excerpt-more-wrap {
    margin: 5px 0 0
}
#popularPosts.widget .excerpt .excerpt-more {
    background-color: #c8b894;
    border-color: #c8b894;
    color: #402307
}
#popularPosts.widget .excerpt .excerpt-more:hover {
    background-color: #776a4d;
    border-color: #776a4d;
    color: #fff
}
#popularPosts.widget .postTitle {
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 123.1%;
    line-height: 140%
}
#popularPosts.widget .postTitle a,
#popularPosts.widget .postTitle a:visited {
    color: #393939;
    border-bottom: 1px dotted #393939
}
#popularPosts.widget .postTitle a:hover,
#popularPosts.widget .postTitle a:visited:hover {
    border-bottom-style: solid
}
#popularPosts.widget .commentsNumber,
#popularPosts.widget .postMeta {
    font-size: 85%;
    color: #505050;
    margin: 0px;
    background-color: transparent;
    padding: 0
}
#popularPosts.widget .commentsNumber {
    font-weight: bold;
    color: #402307
}
body.size-small #popularPosts.widget {
    display: none
}
#search.widget {
    background-color: #613a14;
    padding: 15px;
    text-align: center
}
#search.widget .widgetTitle {
    background-color: transparent;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 153.9%;
    padding: 0;
    margin: 0 0 10px
}
#search.widget .columns.eleven {
    margin-right: -25px;
    width: 96%
}
#search.widget .columns.one {
    position: relative;
    left: -8px
}
#search.widget input[type="text"] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 6px inset rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #8b531d;
    outline: none
}
#search.widget input[type="submit"] {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #37210b;
    color: #fff;
    text-transform: uppercase;
    width: 33px;
    height: 33px;
    font-size: 85%;
    padding: 0px 2px 1px 2px;
    display: inline-block;
    float: left;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}
#search.widget input[type="submit"]:hover {
    background-color: #613a14
}
body.size-small #search.widget .mobile-three {
    width: 85% !important
}
body.size-small #search.widget .mobile-one {
    width: 15% !important
}
#explorerLogin.widget .explorers-login-form {
    padding: 0 15px 10px
}
#explorerLogin.widget .explorers-login-form form {
    margin: 0
}
#explorerLogin.widget .explorers-login-form p {
    margin-bottom: 10px
}
#explorerLogin.widget .explorers-login-form label {
    margin-bottom: -3px
}
#explorerLogin.widget .explorers-login-form .login-password {
    margin-bottom: 5px
}
#explorerLogin.widget .explorers-login-form .login-remember label {
    padding-top: 0
}
#explorerLogin.widget .explorers-login-form .login-submit {
    padding-top: 5px
}
#explorerLogin.widget .explorers-login-form input[type="submit"] {
    background-color: #936b53;
    border-color: #6c4a36;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}
#explorerLogin.widget .explorer-forgot-password {
    font-size: 85%;
    text-decoration: underline;
    width: 50%;
    display: inline-block;
    margin-top: -48px;
    float: right
}
#explorerLogin.widget .explorer-forgot-password:hover {
    text-decoration: none
}
#explorerLogin.widget .explorersProfileLinks {
    padding: 10px 15px
}
#explorerLogin.widget .explorersProfileLinks ul {
    line-height: 225%;
    margin: 0
}
#explorerLogin.widget .explorersProfileLinks ul a:hover {
    text-decoration: underline
}
#explorerLogin.widget .accountPending {
    padding: 10px 15px;
    font-size: 93%
}
.explorersLoginModal {
    position: absolute;
    z-index: 9999;
    width: 300px;
    padding: 15px;
    background: #c8d9e0 url("../images/template/bg_pageCompass.png") no-repeat top right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 8px solid rgba(0, 0, 0, 0.8)
}
.explorersLoginModal .modalClose {
    display: inline-block;
    padding: 5px;
    float: right;
    background-color: #1b6da6;
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: -15px;
    left: 15px
}
.explorersLoginModal .modalClose:hover {
    background-color: #186295
}
#explorerGalleries.widget .widgetTitle {
    background-color: #226072
}
#explorerGalleries.widget .widgetContent {
    padding: 10px 15px;
    text-align: center
}
#explorerGalleries.widget .addGallery {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #2a749a;
    text-transform: uppercase;
    color: #fff;
    font-size: 123.1%;
    display: inline-block;
    margin: 0 auto 10px;
    border-color: #2a749a
}
#explorerGalleries.widget .addGallery:hover {
    background-color: #226072;
    border-color: #163f4b
}
#explorerGalleries.widget .addGallery .plus {
    font-weight: bold
}
#explorerGalleries.widget ul {
    margin: 0;
    line-height: 300%;
    text-align: left
}
#explorerGalleries.widget ul a:hover {
    text-decoration: underline
}
#explorerGalleries.widget ul li {
    display: inline-block;
    line-height: 125%
}
#explorerGalleries.widget ul .new:before {
    content: 'New';
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 4px 5px 2px;
    font-size: 77%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #2a749a;
    line-height: 100%;
    position: relative;
    top: -2px
}
#explorerSignup.widget .widgetTitle {
    background-color: #226072
}
#explorerSignup.widget .widgetContent {
    padding: 10px 15px 0
}
#explorerSignup.widget .signupIntro {
    font-size: 93%;
    margin-bottom: 5px
}
#explorerSignup.widget p,
#explorerSignup.widget label,
#explorerSignup.widget small,
#explorerSignup.widget .description {
    color: #613a14
}
#explorerSignup.widget label {
    font-weight: 600;
    margin-bottom: 0
}
#explorerSignup.widget input {
    margin-bottom: 5px
}
#explorerSignup.widget small {
    font-size: 85%;
    margin-top: 12px;
    display: block
}
#explorerSignup.widget .required {
    display: inline-block;
    padding-left: 3px
}
#explorerSignup.widget .description {
    line-height: 110%;
    font-size: 93%;
    display: block;
    margin-bottom: 5px
}
#explorerSignup.widget #explorer_captcha_solution {
    font-size: 138.5%;
    font-weight: bold;
    color: #505050;
    text-align: center;
    height: 50px
}
#explorerSignup.widget .terms {
    padding: 10px 0;
    font-size: 93%;
    margin-bottom: 0
}
#explorerSignup.widget .terms a {
    text-decoration: underline
}
#explorerSignup.widget .terms a:hover {
    text-decoration: none
}
#explorerSignup.widget #explorer_submit {
    display: block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #2a749a;
    border-color: #1f5672;
    margin-bottom: 0
}
#explorerSignup.widget .pendingActivation .button,
#explorerSignup.widget .pendingActivation input.button-primary,
#explorerSignup.widget .pendingActivation body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll #explorerSignup.widget .pendingActivation a,
#explorerSignup.widget .pendingActivation body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll #explorerSignup.widget .pendingActivation a,
#explorerSignup.widget .pendingActivation body.page-faq .top,
body.page-faq #explorerSignup.widget .pendingActivation .top,
#explorerSignup.widget .pendingActivation body.page-template-template-faq-php .top,
body.page-template-template-faq-php #explorerSignup.widget .pendingActivation .top,
#explorerSignup.widget .pendingActivation body.section-blog .post a.more,
body.section-blog .post #explorerSignup.widget .pendingActivation a.more {
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #2a749a
}
#explorerSignup.widget .pendingActivation .button:hover,
#explorerSignup.widget .pendingActivation input.button-primary:hover,
#explorerSignup.widget .pendingActivation body.size-small #upcomingTours #destinationSelect .toursAll a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll #explorerSignup.widget .pendingActivation a:hover,
#explorerSignup.widget .pendingActivation body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll #explorerSignup.widget .pendingActivation a:hover,
#explorerSignup.widget .pendingActivation body.page-faq .top:hover,
body.page-faq #explorerSignup.widget .pendingActivation .top:hover,
#explorerSignup.widget .pendingActivation body.page-template-template-faq-php .top:hover,
body.page-template-template-faq-php #explorerSignup.widget .pendingActivation .top:hover,
#explorerSignup.widget .pendingActivation body.section-blog .post a.more:hover,
body.section-blog .post #explorerSignup.widget .pendingActivation a.more:hover {
    background-color: #3592c2
}
#pageNav.explorerLocations.widget .widgetTitle {
    background-color: #226072
}
#pageNav.explorerLocations.widget .galleryLocationList {
    margin-top: 10px;
    margin-bottom: 10px
}
#pageNav.explorerLocations.widget .galleryLocationList a:hover {
    border-bottom: 1px dotted #613a14
}
.post-content .newsletterArchives ul {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: 108%;
    margin-left: 30px
}
.post-content .newsletterArchives ul li {
    margin-bottom: 20px;
    padding: 0 5px 20px;
    border-bottom: 1px dotted #a1a7ab
}
.post-content .newsletterArchives ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.inlineTitle {
    color: #86624d;
    display: inline-block;
    margin: 0
}
h4.inlineTitle {
    font-size: 108%;
    font-weight: 600
}
body.size-small h4.inlineTitle,
body.size-medium h4.inlineTitle {
    display: block;
    text-align: center;
    font-size: 138.5%
}
#pagination {
    text-align: center
}
body.size-small #pagination {
    padding: 25px 0
}
.wp-pagenavi {
    clear: both;
    margin-top: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.wp-pagenavi .span,
.wp-pagenavi a {
    display: inline-block
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .extend {
    border: none;
    background: transparent;
    color: #613a14
}
.wp-pagenavi span.current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 7px;
    color: #613a14;
    background: #d1d1d1;
    background: -moz-linear-gradient(top, #d1d1d1 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #d1d1d1 0%, #fff 100%);
    background: -o-linear-gradient(top, #d1d1d1 0%, #fff 100%);
    background: -ms-linear-gradient(top, #d1d1d1 0%, #fff 100%);
    background: linear-gradient(to bottom, #d1d1d1 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff', GradientType=0)
}
.wp-pagenavi span.current:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    border-color: #a1a7ab
}
.wp-pagenavi span.current {
    border: none;
    color: #fff;
    background: #613a14;
    background: -moz-linear-gradient(top, #613a14 0%, #6b441e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #613a14), color-stop(100%, #6b441e));
    background: -webkit-linear-gradient(top, #613a14 0%, #6b441e 100%);
    background: -o-linear-gradient(top, #613a14 0%, #6b441e 100%);
    background: -ms-linear-gradient(top, #613a14 0%, #6b441e 100%);
    background: linear-gradient(to bottom, #613a14 0%, #6b441e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#613a14', endColorstr='#6b441e', GradientType=0)
}
.social-list {
    list-style-type: none
}
.social-list li {
    display: inline-block;
    margin-right: 5px
}
.orbit-slideshow {
    display: none;
    background: transparent url("../images/foundation/orbit/loading.gif") no-repeat center center
}
.orbit-slideshow.orbit {
    display: block;
    background-image: none
}
.orbit-wrapper {
    clear: both
}
.orbit-wrapper .orbit {
    text-align: center;
    border: 1px solid #776a4d;
    background: -moz-linear-gradient(left, rgba(213, 200, 167, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(213, 200, 167, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(213, 200, 167, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(213, 200, 167, 0.5)));
    background: -webkit-linear-gradient(left, rgba(213, 200, 167, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(213, 200, 167, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(213, 200, 167, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(213, 200, 167, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(213, 200, 167, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(213, 200, 167, 0.5) 100%);
    background: linear-gradient(to right, rgba(213, 200, 167, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(213, 200, 167, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80d5c8a7', endColorstr='#80d5c8a7', GradientType=1)
}
.orbit-wrapper .orbit-caption {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.orbit-wrapper .timer {
    top: 10px
}
.orbit-wrapper .slideContainer {
    margin: auto 0;
    display: block
}
.orbit-wrapper img {
    margin: 0 auto;
    max-width: none
}
.orbit-wrapper .orbit-slide img {
	object-fit: contain;
    height: 100% !important;
	width:  100% !important;
}
.orbit-wrapper .fluid-placeholder ~ .orbit-slide img {
	height: auto !important;
	max-height: 100%;
}
p+script+.orbit-wrapper {
    margin-bottom: 18px
}
body.size-small .orbit-wrapper {
    height: auto !important
}
body.size-small .orbit-wrapper .orbit {
    height: auto !important;
    min-height: 163px !important
}
body.size-small .orbit-wrapper .orbit-slide,
body.size-small .orbit-wrapper .orbit-slide img {
    height: 100% !important;
    max-width: 100% !important
}
div[data-ps-embed-type="slideshow"] {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important
}
.flex-video {
    height: auto;
    min-height: 166px;
    display: block
}
.tip {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #dad2bf;
    border: 2px solid #c8b894;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px
}
.tip h6 {
    color: #584e39;
    margin: 0 0 5px 0
}
.tip p {
    color: #776a4d;
    line-height: 120%;
    margin: 0
}
.tip a {
    color: #584e39
}
.message {
    border: 2px solid #b01515;
    background-color: #b06969;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px
}
.message h5 {
    margin: 0 0 5px 0;
    font-size: 100%
}
.message p {
    line-height: 125%;
    padding: 0
}
.message p:last-child {
    margin-bottom: 0
}
.message ul {
    margin: 0 0 0 10px
}
.message.warning {
    border-color: #8e6311;
    background-color: #f0ea91
}
.message.warning h5,
.message.warning p,
.message.warning ul,
.message.warning a {
    color: #8e6311
}
.message.error {
    border-color: #740606;
    background-color: #ffc3c3
}
.message.error h5,
.message.error p,
.message.error ul,
.message.error a {
    color: #740606
}
.message.success {
    border-color: #1b7716;
    background-color: #bcffb9
}
.message.success h5,
.message.success p,
.message.success ul,
.message.success a {
    color: #1b7716
}
.message.alert {
    border-color: #153976;
    background-color: #c0d7ff
}
.message.alert h5,
.message.alert p,
.message.alert ul,
.message.alert a {
    color: #153976
}
body #sb-info {
    height: 38px;
    line-height: 34px;
    padding-top: 4px
}
body #sb-nav {
    height: 32px
}
body #sb-nav a {
    width: 32px;
    height: 32px;
    margin-left: 20px
}
body #sb-nav-close {
    background-image: url("../images/icons/shadowbox_close.png")
}
body #sb-nav-next {
    background-image: url("../images/icons/shadowbox_right.png")
}
body #sb-nav-play {
    background-image: url("../images/icons/shadowbox_play.png")
}
body #sb-nav-pause {
    background-image: url("../images/icons/shadowbox_pause.png")
}
body #sb-nav-previous {
    background-image: url("../images/icons/shadowbox_left.png")
}
#sitemap .sectionTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%;
    color: #fff;
    background-color: #2a749a;
    padding: 5px 10px;
    text-shadow: none;
    margin-bottom: 5px;
    box-shadow: none
}
#sitemap .sectionTitle+ul {
    padding: 0 10px
}
#sitemap ul+.sectionTitle {
    margin-top: 35px
}
#sitemap ul,
#sitemap ol {
    font-size: 13px;
    margin: 0;
    line-height: normal;
    list-style: none
}
#sitemap ul li {
    font-weight: bold;
    font-size: 123.1%
}
#sitemap ul li a,
#sitemap ul li a:visited {
    color: #2a749a;
    text-decoration: none
}
#sitemap ul li ul {
    font-size: 13px;
    padding-left: 25px;
    list-style: disc;
    margin-bottom: 10px
}
#sitemap ul li ul li {
    font-weight: normal;
    font-size: 108%;
    margin-bottom: 5px
}
#sitemap ul li ul li a,
#sitemap ul li ul li a:visited {
    color: #505050
}
#sitemap ul li ul li ul {
    list-style: square;
    padding-left: 15px;
    font-size: 13px
}
#sitemap ul li ul li ul li {
    font-size: 85%;
    margin-bottom: 2px
}
#sitemap ul#siteCategories li {
    font-weight: normal;
    color: #a1a7ab
}
#sitemap ul#siteCategories li a {
    font-weight: bold
}
.button,
input.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.page-faq .top,
body.page-template-template-faq-php .top,
body.section-blog .post a.more,
.button:visited,
input.button-primary:visited,
body.size-small #upcomingTours #destinationSelect .toursAll a:visited,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:visited,
body.page-faq .top:visited,
body.page-template-template-faq-php .top:visited,
body.section-blog .post a.more:visited {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    padding: 10px 20px 11px;
    background-color: #224b66;
    border-color: #152f40;
    color: #fff;
    text-decoration: none
}
.button:hover,
input.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover,
body.page-faq .top:hover,
body.page-template-template-faq-php .top:hover,
body.section-blog .post a.more:hover,
.button:visited:hover,
input.button-primary:visited:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a:visited:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:visited:hover,
body.page-faq .top:visited:hover,
body.page-template-template-faq-php .top:visited:hover,
body.section-blog .post a.more:visited:hover {
    background-color: #285979
}
.button.large,
input.large.button-primary,
#commentsContainer #respond input#submit,
body.size-small #upcomingTours #destinationSelect .toursAll a.large,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.large,
body.page-faq .large.top,
body.page-template-template-faq-php .large.top,
body.section-blog .post a.large.more {
    padding: 13px 30px 15px;
    font-size: 18px
}
.button.small,
input.small.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.small,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.small,
body.page-faq .small.top,
body.page-template-template-faq-php .small.top,
body.section-blog .post a.small.more {
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 16px 8px;
    color: #fff
}
.button.tiny,
input.tiny.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.tiny,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.tiny,
body.page-faq .top,
body.page-template-template-faq-php .top,
body.section-blog .post a.tiny.more {
    font-size: 11px;
    padding: 6px 10px 6px;
    text-transform: uppercase
}
.button.secondary,
input.secondary.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.secondary,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.secondary,
body.page-faq .secondary.top,
body.page-template-template-faq-php .secondary.top,
.explorerCommentList li.commentForm input[type="submit"],
body.section-blog .post a.secondary.more {
    background-color: #2a749a;
    border-color: #1f5672;
    color: #fff
}
.button.secondary:hover,
input.secondary.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.secondary:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.secondary:hover,
body.page-faq .secondary.top:hover,
body.page-template-template-faq-php .secondary.top:hover,
.explorerCommentList li.commentForm input[type="submit"]:hover,
body.section-blog .post a.secondary.more:hover {
    background-color: #3592c2
}
button.button,
.post-content .gform_wrapper .gform_footer input.button,
.post-content .gform_wrapper .gform_footer input.button-primary,
.post-content .gform_wrapper .gform_footer body.page-faq input.top,
body.page-faq .post-content .gform_wrapper .gform_footer input.top,
.post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
.post-content .gform_wrapper .gform_footer input[type="submit"],
body.page-faq button.top,
body.page-template-template-faq-php button.top,
input.button,
input.button-primary,
body.page-faq input.top,
body.page-template-template-faq-php input.top {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
.button.orange,
input.orange.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.orange,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.orange,
body.page-faq .orange.top,
body.page-template-template-faq-php .orange.top,
body.section-blog .post a.orange.more {
    background-color: #aa4a13;
    border-color: #7c360e;
    color: #fff
}
.button.orange:hover,
input.orange.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.orange:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.orange:hover,
body.page-faq .orange.top:hover,
body.page-template-template-faq-php .orange.top:hover,
body.section-blog .post a.orange.more:hover {
    background-color: #c15416
}
.button.blue,
input.blue.button-primary,
body.size-small #upcomingTours #destinationSelect .toursAll a.blue,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.blue,
body.page-faq .top,
body.page-template-template-faq-php .top,
body.section-blog .post a.blue.more {
    background-color: #224b66;
    border-color: #152f40
}
.button.blue:hover,
input.blue.button-primary:hover,
body.size-small #upcomingTours #destinationSelect .toursAll a.blue:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.blue:hover,
body.page-faq .top:hover,
body.page-template-template-faq-php .top:hover,
body.section-blog .post a.blue.more:hover {
    background-color: #1c3d53
}
.post-content form .description,
.post-content form p.description {
    padding: 0 !important;
    margin: -3px 0 0 0;
    font-size: 93%;
    color: #505050
}
form {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
form label {
    color: #554d46;
    padding-top: 10px
}
form>label:first-child {
    padding-top: 0
}
form .required {
    color: #aa4a13;
    font-size: 90%
}
form .helpLink {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: #226072;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 3px 5px 1px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -2px
}
form .helpLink:hover {
    background-color: #505050
}
form small {
    font-size: 80%;
    position: relative;
    top: -12px
}
form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form textarea {
    border-color: #b8b8b8;
    background-color: #f0f0f0;
    color: #333
}
form select {
    padding: 9px 45px 7px 7px;
    background: #f0f0f0 url("../images/icons/icon_selectArrow.png") no-repeat right;
    font-size: 93%;
    color: #333;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-color: #b8b8b8;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 120%
}
form.custom input[type="checkbox"] {
    display: none
}
form .form_footer {
    padding-top: 14px
}
.post-content .gform_wrapper h3.gform_title {
    color: #436982;
    font-size: 231%;
    font-weight: normal
}
.post-content .gform_wrapper .gform_description {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 138.5%;
    line-height: 135%
}
.post-content .gform_wrapper .gform_description p {
    font-size: 100%;
    line-height: inherit
}
.post-content .gform_wrapper .gform_footer {
    padding-top: 0
}
.post-content .gform_wrapper .top_label .gfield_label {
    margin-bottom: 0
}
.post-content .gform_wrapper .ginput_complex label {
    font-size: 100%;
    margin-top: -10px
}
.post-content .gform_wrapper input[type="text"],
.post-content .gform_wrapper input[type="password"],
.post-content .gform_wrapper input[type="date"],
.post-content .gform_wrapper input[type="datetime"],
.post-content .gform_wrapper input[type="email"],
.post-content .gform_wrapper input[type="number"],
.post-content .gform_wrapper input[type="search"],
.post-content .gform_wrapper input[type="tel"],
.post-content .gform_wrapper input[type="time"],
.post-content .gform_wrapper input[type="url"],
.post-content .gform_wrapper textarea {
    margin-bottom: 0;
    font-size: 100%;
    padding: 9px 5px 3px;
    height: auto
}
.post-content .gform_wrapper p {
    font-size: 138.5%
}
.post-content .gform_wrapper .gform_footer input.button,
.post-content .gform_wrapper .gform_footer input.button-primary,
.post-content .gform_wrapper .gform_footer body.page-faq input.top,
body.page-faq .post-content .gform_wrapper .gform_footer input.top,
.post-content .gform_wrapper .gform_footer body.page-template-template-faq-php input.top,
body.page-template-template-faq-php .post-content .gform_wrapper .gform_footer input.top,
.post-content .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 123.1%
}
.post-content #gforms_confirmation_message {
    font-size: 138.5%
}
.Zebra_Form {
    outline: none
}
.Zebra_Form * {
    outline: none
}
.Zebra_Form div.hidden .text {
    display: none
}
.Zebra_Form input.radio,
.Zebra_Form input.checkbox {
    *position: relative;
    *top: -1px
}
.Zebra_Form input.password {
    font-family: "Verdana", "Tahoma", "Arial"
}
.Zebra_Form input.other-invisible {
    display: none
}
.Zebra_Form .highlight {
    background: #e9f6f9
}
.Zebra_Form .note {
    padding: 0 !important;
    font-size: 93%;
    margin: 0
}
.Zebra_Form span.underline {
    text-decoration: underline
}
.Zebra_Form .modifier-uppercase {
    text-transform: uppercase
}
.Zebra_Form .modifier-lowercase {
    text-transform: lowercase
}
.Zebra_Form div.captcha-container {
    position: relative
}
.Zebra_Form div.captcha-container img {
    border: 1px solid #ccc
}
.Zebra_Form div.captcha-container a {
    position: absolute;
    text-indent: -9000px;
    display: block;
    width: 16px;
    height: 16px;
    left: 131px;
    top: 15px;
    background: #fff url("../images/zebra_forms/ico-refresh.png") no-repeat center center;
    border: 1px solid #CCC;
    padding: 2px;
    _background-image: url("../images/zebra_forms/ico-refresh.gif")
}
.Zebra_Form div.Zebra_Form_Input_Prefix {
    color: #888;
    padding: 0;
    margin-right: 2px
}
.Zebra_Form .Zebra_Character_Counter {
    position: absolute;
    background: #FFF;
    text-align: left;
    border: 1px solid #AAA;
    background: #EAEAEA;
    color: #222;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 4px 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: .8
}
.Zebra_Form .Zebra_Character_Counter span {
    color: #c40000
}
.Zebra_Form .show-character-counter {
    resize: none
}
.Zebra_Form div.error {
    background: #444 url("../images/zebra_forms/ico-warning.png") no-repeat 8px 15px;
    position: relative;
    overflow: hidden;
    _background-image: url("../images/zebra_forms/ico-warning.gif")
}
.Zebra_Form div.error div.container {
    padding: 15px 65px 15px 35px;
    border: 2px solid #000;
    position: relative;
    overflow: hidden
}
.Zebra_Form div.error div.container span {
    color: #FFF;
    font-weight: bold;
    font-size: 90%;
    display: block
}
.Zebra_Form div.error div.container div.close {
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    height: 100%;
    width: 50px;
    padding: 15px 0;
    _top: 2px;
    _right: 2px;
    _background: #444
}
.Zebra_Form div.error div.container div.close a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/zebra_forms/ico-close.png") no-repeat;
    text-indent: -9000px;
    margin-left: 17px;
    _background-image: url("../images/zebra_forms/ico-close.gif")
}
.Zebra_Form_filename {
    position: absolute;
    font-weight: normal;
    color: #888;
    overflow: hidden
}
.Zebra_Form_filename a {
    font-weight: bold;
    color: #C40000;
    text-decoration: none;
    margin-left: 5px
}
.Zebra_Form_spinner {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/zebra_forms/spinner.gif");
    margin: 3px 0 0 10px
}
.Zebra_Form_error_message {
    position: absolute;
    z-index: 21;
    overflow: hidden;
    background: transparent
}
.Zebra_Form_error_message .message {
    background: #000;
    padding: 10px 18px 10px 10px;
    color: #FFF;
    border: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    font-size: 11px;
    font-weight: normal;
    margin-right: 6px;
    position: relative;
    z-index: 999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    *margin-right: 0;
    max-width: 250px;
    _width: expression(document.body.clientWidth > 250 ? '250px': 'auto')
}
.Zebra_Form_error_message .noclose {
    padding: 10px
}
.Zebra_Form_error_message .close {
    position: absolute;
    color: #FFF;
    right: 5px;
    top: 4px;
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/zebra_forms/close.png");
    text-indent: -9000px;
    overflow: hidden;
    *right: 3px;
    *top: 3px
}
.Zebra_Form_error_message .close-ie6 {
    position: absolute;
    color: #FFF;
    right: 4px;
    top: 2px;
    text-decoration: none;
    font-family: arial, sans;
    font-weight: bold;
    font-size: 11px
}
.Zebra_Form_error_message .arrow {
    position: relative;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    left: 0;
    bottom: 15px;
    z-index: 3;
    float: left;
    _border-left-color: pink;
    _border-bottom-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
    _margin-bottom: -6px
}
.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    color: #000
}
.Zebra_DatePicker {
    position: absolute;
    background: #666;
    border: 3px solid #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    z-index: 100;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
    text-align: center;
    padding: 5px 0
}
.Zebra_DatePicker td {
    cursor: pointer
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
    background: #E8E8E8;
    width: 30px;
    border: 1px solid #7bacd2
}
.Zebra_DatePicker .dp_header td {
    color: #fff
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
    width: 30px
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: bold
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: #222;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default
}
.Zebra_DatePicker .dp_daypicker th {
    background: #fc3
}
.Zebra_DatePicker td.dp_not_in_month {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: default
}
.Zebra_DatePicker td.dp_weekend {
    background: #d8d8d8
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #CCC;
    cursor: default
}
.Zebra_DatePicker td.dp_selected {
    background: #5A4B4B;
    color: #fff !important
}
.Zebra_DatePicker td.dp_week_number {
    background: #FFCC33;
    color: #555;
    cursor: text;
    font-style: italic
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px
}
.Zebra_DatePicker .dp_footer td {
    color: #FFF;
    padding: 2px;
    font-weight: bold
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: #222;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.Zebra_DatePicker td.dp_current {
    color: #c40000
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585
}
.Zebra_DatePicker td.dp_disabled {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: default
}
.Zebra_DatePicker td.dp_hover {
    background: #482424;
    color: #fff
}
button.Zebra_DatePicker_Icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/zebra_forms/calendar.png") no-repeat left top;
    text-indent: -9000px;
    border: none;
    cursor: pointer;
    margin: 0 0 0 5px;
    padding: 0;
    line-height: 0
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("../images/zebra_forms/calendar-disabled.png")
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    button.Zebra_DatePicker_Icon_Inside {
        margin: 0 5px 0 0
    }
}
.polaroid-grid li {
    padding: 0 20px;
    margin-bottom: 30px
}
.polaroid {
    background: #eeefe9;
    padding: 7px 7px 15px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    text-align: center
}
.polaroid .polaroidThumb {
    display: block;
    margin: 0 0 6px
}
.polaroid .polaroidThumb img {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    margin: 0
}
.polaroid .polaroidTitle {
    font-size: 138.5%;
    margin: 0
}
.polaroid .polaroidTitle a {
    text-decoration: none;
    color: #554d46
}
.polaroid .polaroidSubtitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    color: #71665d
}
.polaroid p:last-child {
    margin-bottom: 0
}
.excerpt-more-wrap {
    margin: -12px 0 5px;
    text-align: right
}
.excerpt-more,
.excerpt-more:visited {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #224b66;
    border-color: #224b66;
    color: #fff;
    text-decoration: none
}
.excerpt-more:hover,
.excerpt-more:visited:hover {
    background-color: #2f678c;
    border-color: #2f678c
}
.wp-caption-text .pinterest {
    float: right;
    margin-left: 20px;
    margin-right: 20px
}
.wp-caption-text .pinterest img {
    border: none
}
div.wp-caption {
    max-width: 100% !important
}
body.viewport-mobile .wp-caption-text {
    display: none
}
body.single-post #pageHeadline .sectionTitle {
    background-color: #54624d
}
body.single-post .postTools .facebook {
    padding-right: 25px
}
body.single-post .authorMeta {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.single-post .authorMeta p {
    padding: 5px 0 0;
    margin: 0;
    font-size: 93%
}
body.single-post .postTitle {
    background-color: transparent;
    color: #54624d;
    box-shadow: none;
    text-shadow: none;
    font-size: 276.9%;
    margin: 0 0 20px 0;
    padding: 0
}
body.single-post .entry-content {
    font-size: 108%
}
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
    padding-left: 35px
}
body.single-post .entry-content blockquote {
    margin-bottom: 20px
}
body.single-post .entry-content blockquote p {
    padding-left: 0
}
body.single-post .entry-content blockquote cite {
    font-size: 93%
}
body.single-post .entry-content table {
    width: 100%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.single-post .entry-content table td.label {
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    line-height: inherit;
    white-space: inherit;
    display: inherit;
    position: inherit;
    color: inherit;
    padding: 0;
    bottom: 0
}
body.single-post .entry-content table tbody tr td {
    vertical-align: middle
}
body.single-post .entry-content dl,
body.single-post .entry-content ul,
body.single-post .entry-content ol {
    font-size: 123.1%;
    padding: 0 0 0 35px
}
body.single-post .entry-content dl li,
body.single-post .entry-content dl dt,
body.single-post .entry-content dl dd,
body.single-post .entry-content ul li,
body.single-post .entry-content ul dt,
body.single-post .entry-content ul dd,
body.single-post .entry-content ol li,
body.single-post .entry-content ol dt,
body.single-post .entry-content ol dd {
    font-size: 100%
}
body.single-post .entry-content dl dl,
body.single-post .entry-content dl ul,
body.single-post .entry-content dl ol,
body.single-post .entry-content ul dl,
body.single-post .entry-content ul ul,
body.single-post .entry-content ul ol,
body.single-post .entry-content ol dl,
body.single-post .entry-content ol ul,
body.single-post .entry-content ol ol {
    font-size: 90%
}
body.single-post .entry-content dl {
    padding-left: 0
}
body.single-post .entry-content dl dt {
    width: 35%;
    text-align: right
}
body.single-post .entry-content dl dd {
    width: 65%
}
body.single-post .entry-content ol {
    margin-left: 0
}
body.single-post .entry-content address {
    padding-left: 35px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.single-post .entry-content pre {
    padding-left: 35px
}
body.single-post .postMeta {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin: 0 -20px 15px -20px
}
body.single-post .postMeta .post-tags,
body.single-post .postMeta .post-categories {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.single-post .postMeta .post-tags p,
body.single-post .postMeta .post-categories p {
    font-size: 85%;
    padding: 0;
    margin: 0
}
body.single-post .postMeta .post-tags strong,
body.single-post .postMeta .post-categories strong {
    color: #78775e
}
body.single-post .postMeta .post-tags a,
body.single-post .postMeta .post-tags a:visited,
body.single-post .postMeta .post-categories a,
body.single-post .postMeta .post-categories a:visited {
    color: #918c72
}
body.single-post .postMeta .post-tags a:hover,
body.single-post .postMeta .post-categories a:hover {
    color: #54624d
}
body.single-post .postMeta .post-tags .label {
    padding: 0;
    color: #54624d;
    background-color: transparent;
    display: inline-block;
    font-weight: normal;
    position: relative;
    top: 1px
}
body.single-post .postMeta .post-tags a,
body.single-post .postMeta .post-tags a:visited {
    background-color: #54624d;
    border-radius: 0 2px 2px 0;
    color: white;
    display: inline-block;
    font-size: 77%;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 0 4px 4px 10px;
    padding: 5px 7px 4px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none
}
body.single-post .postMeta .post-tags a:hover {
    background-color: #6c7f63;
    color: #fff
}
body.single-post .postMeta .post-tags a::before {
    border-top: 10px solid transparent;
    border-right: 8px solid #54624d;
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0
}
body.single-post .postMeta .post-tags a:hover::before {
    border-right-color: #6c7f63
}
body.single-post .postMeta .post-tags a::after {
    background-color: white;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
    height: 4px
}
body.single-post .wp-pagenavi {
    margin: 20px;
    clear: both
}
body.single-post #comments #respond #commentform .form-submit .button,
body.single-post #comments #respond #commentform .form-submit input.button-primary,
body.single-post #comments #respond #commentform .form-submit body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.single-post #comments #respond #commentform .form-submit a,
body.single-post #comments #respond #commentform .form-submit body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.single-post #comments #respond #commentform .form-submit a,
body.single-post #comments #respond #commentform .form-submit body.page-faq .top,
body.page-faq body.single-post #comments #respond #commentform .form-submit .top,
body.single-post #comments #respond #commentform .form-submit body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.single-post #comments #respond #commentform .form-submit .top,
body.single-post #comments #respond #commentform .form-submit body.section-blog .post a.more,
body.section-blog .post body.single-post #comments #respond #commentform .form-submit a.more {
    background-color: #54624d;
    border-color: #54624d
}
body.single-post #comments #respond #commentform .form-submit .button:hover,
body.single-post #comments #respond #commentform .form-submit input.button-primary:hover,
body.single-post #comments #respond #commentform .form-submit body.size-small #upcomingTours #destinationSelect .toursAll a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll body.single-post #comments #respond #commentform .form-submit a:hover,
body.single-post #comments #respond #commentform .form-submit body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.single-post #comments #respond #commentform .form-submit a:hover,
body.single-post #comments #respond #commentform .form-submit body.page-faq .top:hover,
body.page-faq body.single-post #comments #respond #commentform .form-submit .top:hover,
body.single-post #comments #respond #commentform .form-submit body.page-template-template-faq-php .top:hover,
body.page-template-template-faq-php body.single-post #comments #respond #commentform .form-submit .top:hover,
body.single-post #comments #respond #commentform .form-submit body.section-blog .post a.more:hover,
body.section-blog .post body.single-post #comments #respond #commentform .form-submit a.more:hover {
    background-color: #6c7f63
}
.socialShare {
    margin-left: -20px;
    margin-right: -20px;
    background-color: rgba(255, 255, 255, 0.5)
}
.socialShare .socialShareButtons {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 35px
}
.socialShare li {
    display: inline-block;
    margin-right: 10px;
    position: relative
}
.socialShare li.facebook {
    top: 14px
}
.socialShare li.linkedin {
    top: -5px
}
.socialShare li:last-child {
    margin-right: 0
}
.section-explorers .socialShare {
    margin-left: -19px;
    margin-right: -30px
}
@media screen and (max-width: 1100px) {
    .section-explorers .socialShare {
        margin: 0
    }
}
.socialShare.shareCompressed {
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 999;
    padding: 0;
    margin-top: 20px;
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5)
}
.socialShare.shareCompressed.top {
    margin-bottom: 20px
}
.socialShare.shareCompressed .columns {
    padding: 0
}
.socialShare.shareCompressed .shareTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 12px 30px;
    text-transform: none;
    background: #2a749a;
    color: #fff;
    display: inline-block;
    text-decoration: none
}
.socialShare.shareCompressed .shareTitle.collapsed::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px
}
.socialShare.shareCompressed .shareTitle.expanded::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -2px
}
.socialShare.shareCompressed .shareTitle:hover {
    background-color: #3592c2;
    border-color: #3592c2
}
.socialShare.shareCompressed .socialShareButtons {
    display: none;
    position: absolute;
    background-color: #e4e6e7;
    border: 1px solid #a1a7ab;
    padding: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-top-left-radius: 0;
    -khtml-border-top-right-radius: 0;
    -khtml-border-bottom-right-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.socialShare.shareCompressed .socialShareButtons li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 3px 5px;
    border-bottom: 1px dotted #505050;
    top: 0
}
.socialShare.shareCompressed .socialShareButtons li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.socialShare.shareCompressed .socialShareButtons li.linkedin {
    padding-top: 3px
}
.socialShare.shareCompressed .commentCount p {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    display: inline-block;
    float: right;
    text-align: right;
    padding: 9px 0;
    margin-bottom: 0
}
.socialShare.shareCompressed .commentCount a {
    color: #2a749a
}
#commentsContainer {
    margin: 0 -35px
}
@media screen and (max-width: 1100px) {
    #commentsContainer {
        margin-left: 0;
        margin-right: 0
    }
}
#commentsContainer>.twelve.columns {
    padding: 0
}
#commentsContainer .logged-in-as,
#commentsContainer .spam-moderation,
#commentsContainer .subscribe-to-comments {
    font-size: 93%
}
#commentsContainer p {
    padding: 0
}
#commentsContainer #comments-title {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 231%;
    padding-left: 35px;
    color: #54624d
}
#commentsContainer .commentlist {
    list-style: none;
    margin: 0 15px;
    font-size: 108%
}
@media screen and (max-width: 767px) {
    #commentsContainer .commentlist {
        margin-left: 0;
        margin-right: 0
    }
}
#commentsContainer .commentlist li {
    font-size: inherit;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 0 !important
}
#commentsContainer .commentlist li.bypostauthor {
    background-color: #eae9d9 !important
}
#commentsContainer .commentlist li:last-child {
    margin-bottom: 0
}
#commentsContainer .commentlist li p {
    font-size: inherit;
    line-height: inherit
}
#commentsContainer .commentlist .children {
    font-size: inherit;
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 10px;
    background-color: rgba(0, 0, 0, 0.2)
}
#commentsContainer .commentlist .children li {
    padding: 10px 40px;
    margin: 0
}
#commentsContainer .commentlist .children li:last-child {
    padding-bottom: 0
}
#commentsContainer .commentlist .comment-avatar {
    padding: 0;
    margin: 0 5% 0 0;
    width: 15%;
    float: left;
    display: inline-block
}
#commentsContainer .commentlist .comment-avatar img {
    border: none;
    margin: 0;
    max-width: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
#commentsContainer .commentlist .commentContentWrap {
    float: left;
    display: inline-block;
    width: 80%;
    font-size: inherit
}
#commentsContainer .commentlist .commentMeta {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
#commentsContainer .commentlist .commentMeta .commentAuthorLink {
    display: block;
    font-size: 123.1%;
    color: #2a749a;
    font-weight: bold
}
#commentsContainer .commentlist .commentMeta .commentAuthorLink a {
    color: #2a749a;
    text-decoration: underline
}
#commentsContainer .commentlist .commentMeta .comment-awaiting-moderation {
    font-style: italic;
    color: #aa4a13
}
#commentsContainer .commentlist .commentMeta .commentTime {
    font-size: 93%;
    color: rgba(0, 0, 0, 0.8)
}
#commentsContainer .commentlist .comment-content {
    font-size: 123.1%;
    line-height: 160%
}
#commentsContainer .commentlist .comment-content h1,
#commentsContainer .commentlist .comment-content h2,
#commentsContainer .commentlist .comment-content h3,
#commentsContainer .commentlist .comment-content h4,
#commentsContainer .commentlist .comment-content h5,
#commentsContainer .commentlist .comment-content h6 {
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #393939;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%;
    font-weight: bold
}
#commentsContainer .commentlist .comment-content table {
    width: 100%
}
#commentsContainer .commentlist .comment-content table td.label {
    background-color: transparent
}
#commentsContainer .commentlist .comment-content .comment-content p a {
    word-break: break-all
}
#commentsContainer .commentlist .comment-content ul,
#commentsContainer .commentlist .comment-content ol {
    margin-left: 0px;
    padding: 0
}
#commentsContainer .commentlist .comment-content ul>li,
#commentsContainer .commentlist .comment-content ol>li {
    margin: 0;
    padding: 0
}
#commentsContainer .commentlist .comment-content ul>li>ul,
#commentsContainer .commentlist .comment-content ul>li>ol,
#commentsContainer .commentlist .comment-content ol>li>ul,
#commentsContainer .commentlist .comment-content ol>li>ol {
    margin-left: 10px
}
#commentsContainer .commentlist .reply .comment-reply-link,
#commentsContainer .commentlist .reply .comment-reply-link:visited {
    background-color: #2a749a;
    color: #fff;
    text-decoration: none;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 85%
}
#commentsContainer .commentlist .reply .comment-reply-link:hover {
    background-color: #1f5672
}
#commentsContainer #respond {
    margin: 35px 0 0;
    padding: 0 40px 30px
}
#commentsContainer #respond #reply-title {
    font-weight: normal;
    color: #54624d;
    font-size: 231%;
    padding-left: 0
}
#commentsContainer #respond #reply-title a,
#commentsContainer #respond #reply-title a:visited {
    color: #2a749a;
    text-decoration: none;
    display: inline-block
}
#commentsContainer #respond #reply-title a:hover {
    text-decoration: underline
}
#commentsContainer #respond #reply-title small {
    display: inline-block;
    padding-left: 8px;
    line-height: 100%
}
#commentsContainer #respond #reply-title #cancel-comment-reply-link,
#commentsContainer #respond #reply-title #cancel-comment-reply-link:visited {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 60%;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 6px;
    display: block;
    background-color: #2a749a
}
#commentsContainer #respond #reply-title #cancel-comment-reply-link:hover,
#commentsContainer #respond #reply-title #cancel-comment-reply-link:visited:hover {
    background-color: #226072
}
#commentsContainer #respond p {
    font-size: 93%
}
#commentsContainer #respond .comment-notes {
    margin-bottom: 12px
}
#commentsContainer #respond .required {
    color: #641212;
    font-weight: normal
}
#commentsContainer #respond label {
    font-weight: bold
}
#commentsContainer #respond label small {
    display: inline-block;
    padding-left: 10px;
    font-weight: normal;
    font-size: 75%
}
@media screen and (max-width: 767px) {
    #commentsContainer #respond label small {
        display: block;
        clear: left;
        padding-left: 0;
        margin-top: 20px
    }
}
#commentsContainer #respond input#submit {
    background-color: #54624d;
    border-color: #3c4537;
    border-width: 1px;
    color: #fff
}
#commentsContainer #respond input#submit:hover {
    background-color: #6c7f63
}
#commentsContainer #respond .subscribe-to-comments label {
    display: inline-block;
    font-weight: normal
}
.search-query-term {
    display: inline-block;
    padding: 2px 3px;
    background-color: #e1dca6
}
#mobile-menu {
    display: none;
    background: url("../images/template/mobile-menu-bg.jpg");
    background-position: left top;
    background-size: 100%
}
#mobile-menu li a {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em
}
@media only screen and (min-width: 64em) {
    div.mm-page {
        width: 100% !important
    }
}
#mobile-menu.mm-opened {
    display: none
}
@media only screen and (max-width: 64em) {
    #mobile-menu.mm-opened {
        display: block !important
    }
}
.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    display: block
}
#mobile-menu-button {
    display: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    background: #5590b5;
    width: auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 108%;
    padding: 0 15px 0 0
}
@media only screen and (max-width: 64em) {
    #mobile-menu-button {
        display: block
    }
}
#mobile-menu-button img,
#mobile-menu-button span {
    display: inline-block
}
#mobile-menu-button img {
    float: left
}
#mobile-menu-button span {
    text-transform: uppercase
}
#mm-m0-p0 {
    padding-top: 0
}
li.current-menu-ancestor>a {
    color: #b89e78
}
li.current-menu-item>a {
    color: #b89e78
}
li.social {
    background-color: #918c72
}
li.bucket {
    background: #544359
}
.mobile-dropdown-button {
    overflow: hidden;
    cursor: pointer
}
.mobile-dropdown-button p {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase
}
.mobile-dropdown.social a {
    float: left
}
.mobile-dropdown.social p.more a {
    float: none
}
img.mobile-nav-icon {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px
}
.mobile-menu-logo {
    width: 100%;
    margin-bottom: 20%
}
body .mm-list .mobile-dropdown {
    line-height: 1.5em;
    padding: 15px 15px 0px 15px;
    text-align: center
}
body .mm-list .mobile-dropdown a {
    color: #efeedd
}
body .mm-list .mobile-dropdown h6 {
    margin-top: 0;
    color: #efeedd;
    font-weight: normal;
    text-align: left;
    line-height: 1.5em
}
body .mm-list .mobile-dropdown p.telephone,
body .mm-list .mobile-dropdown p.email,
body .mm-list .mobile-dropdown p.description {
    text-align: left
}
body .mm-list .mobile-dropdown p.button,
body.page-faq .mm-list .mobile-dropdown p.top,
body.page-template-template-faq-php .mm-list .mobile-dropdown p.top {
    font-size: .9em
}
body .mm-list .mobile-dropdown.contact p.button,
body.page-faq .mm-list .mobile-dropdown.contact p.top,
body.page-template-template-faq-php .mm-list .mobile-dropdown.contact p.top {
    background: #2e283e;
    border-color: #231e2e
}
body .mm-list .mobile-dropdown.social p.button,
body.page-faq .mm-list .mobile-dropdown.social p.top,
body.page-template-template-faq-php .mm-list .mobile-dropdown.social p.top {
    background: #1e384f;
    border-color: #172b3c
}
body .mm-list .mobile-dropdown.bucket p.button,
body.page-faq .mm-list .mobile-dropdown.bucket p.top,
body.page-template-template-faq-php .mm-list .mobile-dropdown.bucket p.top {
    background: #876928;
    border-color: #745a22
}
.mm-list>li {
    background: rgba(71, 64, 49, 0.8)
}
.mm-list>li.mm-opened a.mm-subopen,
.mm-list>li.mm-opened ul.sub-menu {
    background: rgba(0, 0, 0, 0.3) !important
}
.mm-list>li.search {
    background: #2a749a
}
.mm-list>li.contact {
    background: #3a324d
}
.mm-list>li.social {
    background: #254561
}
.mm-list>li.bucket {
    background: #9b782e
}
.mm-list ul.sub-menu>li {
    background: none
}
.mobile-site-header {
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0px 10% 0px 20px;
    background: #656156;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    box-shadow: none;
    text-shadow: none;
    float: left;
    color: #f0efdc
}
@media screen and (max-width: 64em) {
    .mobile-site-header {
        display: block
    }
}
@media screen and (max-width: 810px) {
    .mobile-site-header {
        padding-right: 5%
    }
}
@media screen and (max-width: 700px) {
    .mobile-site-header {
        padding-right: 10%;
        font-size: 1.3em
    }
}
@media screen and (max-width: 570px) {
    .mobile-site-header {
        padding-right: 0
    }
}
.backstretch {
    display: block
}
.mobile-header-search {
    margin-bottom: 0;
    display: none;
    height: 50px;
    overflow: hidden;
    padding-top: 8px;
    padding-left: 10px
}
@media screen and (max-width: 64em) {
    .mobile-header-search {
        display: block
    }
}
@media screen and (max-width: 570px) {
    .mobile-header-search {
        display: none
    }
}
.mobile-header-search input#search {
    width: 150px;
    float: left;
    margin-right: 10px
}
.mobile-header-search input#searchsubmit {
    width: 50px !important;
    display: inline-block
}
@media screen and (max-width: 810px) {
    .mobile-header-search input#searchsubmit {
        position: relative;
        z-index: 99
    }
}
.page-wildlife-photo-tours header #blog-title,
.tax-ne_tour_locations header #blog-title,
.single-ne_tours header #blog-title {
    background-image: url("../images/template/logo_tours.png")
}
body.page-home #wrapper {
    padding-top: 0;
    top: -149px;
    margin-bottom: -149px
}
@media screen and (max-width: 767px) {
    body.page-home #wrapper {
        top: 0;
        margin-bottom: 0
    }
}
body.page-home #content {
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 40px
}
body.page-home #headerWrap {
    position: relative;
    z-index: 2;
    background-repeat: repeat-x;
    background-position: 0 -50px;
    margin-bottom: 0;
    height: 130px;
    *zoom: 1
}
body.page-home #headerWrap:before,
body.page-home #headerWrap:after {
    content: " ";
    display: table
}
body.page-home #headerWrap:after {
    clear: both
}
@media screen and (max-width: 767px) {
    body.page-home #headerWrap {
        margin-bottom: 0
    }
}
@media screen and (max-width: 64em) {
    body.page-home #headerWrap {
        height: auto
    }
}
body.page-home #headerWrap header#primary {
    margin-bottom: 0px
}
body.page-home #headerWrap header#primary #headerLinks {
    background-image: none
}
body.page-home #footerPhoto {
    margin-top: -60px
}
@media screen and (max-width: 767px) {
    #homeIntroText {
        background: rgba(0, 0, 0, 0.4);
        padding-top: 20px
    }
}
#homeIntro {
    width: 100%;
    padding-top: 381px;
    overflow-y: hidden;
    position: relative;
    z-index: 1
}
@media screen and (max-width: 767px) {
    #homeIntro {
        padding-top: 0;
        height: auto
    }
}
#homeIntroContentWrap {
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff
}
#homeIntroContentWrap h1 {
    font-size: 182%;
    color: #f6e7a1;
    background-color: transparent;
    padding: 0;
    margin: 5px 0 10px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: none
}
#homeIntroContentWrap p {
    font-size: 123.1%;
    line-height: 140%;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8)
}
@media screen and (max-width: 767px) {
    #homeIntroContentWrap {
        padding-bottom: 0
    }
}
#homeIntroContent .buttons {
    margin-bottom: 0;
    font-size: 100%;
    padding-bottom: 30px
}
@media screen and (max-width: 767px) {
    #homeIntroContent .buttons {
        float: none;
        text-align: center
    }
}
#homeIntroContent .buttons a {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-right: 20px;
    font-size: 138.5%;
    padding: 6px 20px 5px;
    font-weight: normal
}
@media screen and (max-width: 767px) {
    #homeIntroContent .buttons a {
        float: none;
        margin-bottom: 12px;
        width: 100%;
        max-width: 400px;
        margin-right: 0
    }
}
#homeIntroVid {
    position: relative;
    top: -38px
}
@media screen and (max-width: 767px) {
    #homeIntroVid {
        top: 0
    }
}
#currentWorks {
    background: #dfddcd;
    height: 200px;
    width: 100%;
    margin: 0;
    overflow: hidden
}
@media screen and (max-width: 64em) {
    #currentWorks {
        height: auto
    }
}
#homePublished {
    height: 100%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #e7e5d6;
    padding: 15px 0 15px 15px
}
#homePublished .inlineTitle {
    margin: 25px 0 5px 0
}
#homePublished .homeCovers {
    float: left;
    margin-right: 8px
}
#homePublished p {
    font-size: 100%
}
#homePublished .sectionMore {
    display: inline-block;
    font-weight: 600
}
@media (max-width: 64em) {
    #homePublished {
        padding: 15px;
        text-align: center
    }
    #homePublished .inlineTitle {
        margin-top: 10px
    }
    #homePublished .homeCovers {
        float: none;
        margin: 0 0 3px 0
    }
}
#homePassion {
    padding: 0 0px 10px 0px;
    margin: 15px 0 15px 0px;
    border-right: 1px solid #86624d;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
#homePassion .inlineTitle {
    margin-bottom: 8px;
    display: block;
    text-align: center
}
#homePassion a {
    display: block;
    text-align: center;
    font-weight: 600
}
#homePassion p {
    font-size: 100%;
    margin: 10px 0 0
}
@media (max-width: 767px) {
    #homePassion {
        width: 100% !important;
        padding: 15px;
        margin: 0;
        border-right: none;
        text-align: center
    }
}
#homeTestimonials {
    margin-left: 0;
    position: relative;
    left: 0;
    padding-top: 15px
}
#homeTestimonials h6 {
    display: none
}
@media (max-width: 767px) {
    #homeTestimonials h6 {
        display: block;
        font-size: 138.5%;
        color: #aa4a13;
        text-align: center;
        margin: 0 0 5px;
        font-weight: normal;
        text-transform: uppercase
    }
}
#homeTestimonials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100% !important;
    min-height: 164px;
    height: auto !important
}
#homeTestimonials li {
    text-align: center;
    width: 100% !important
}
#homeTestimonials p {
    font-size: 108%
}
#homeTestimonials .content {
    color: #554d46;
    margin-bottom: 5px;
    font-style: italic
}
#homeTestimonials .attribution {
    color: #aa4a13;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%
}
#homeTestimonials .attribution .name {
    font-weight: bold
}
@media screen and (max-width: 767px) {
    #homeTestimonials {
        left: 0;
        background-color: #e7e5d6;
        padding: 15px;
        text-align: center
    }
    #homeTestimonials ul {
        min-height: 140px
    }
}
#homeCommunity {
    width: 100%;
    background: rgba(213, 200, 167, 0.5) url("../images/template/bg_horizShadow.png") no-repeat top center;
    padding: 25px 20px 70px;
    margin-bottom: 0;
    text-align: center;
    margin: 0
}
#homeCommunity form {
    width: 80%;
    margin: 0 auto
}
#homeCommunity label {
    color: #436982;
    font-size: 182%;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px
}
@media screen and (max-width: 64em) {
    #homeCommunity label {
        padding-top: 20px
    }
}
#homeCommunity input[type="text"] {
    display: inline-block;
    width: 40%;
    font-size: 93%;
    background-color: rgba(255, 255, 255, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 6px 6px 6px
}
@media screen and (max-width: 64em) {
    #homeCommunity input[type="text"] {
        width: 100%;
        margin: 20px 0
    }
}
#homeCommunity input[type="submit"] {
    display: inline-block;
    padding: 6px 15px 6px;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    color: #f0efdc;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    margin-left: 5px
}
@media screen and (max-width: 64em) {
    #homeCommunity input[type="submit"] {
        margin-bottom: 20px
    }
}
#homeCommunity p {
    display: inline-block;
    margin: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #554d46
}
#homeCommunity .description {
    width: 70%;
    padding: 7px 25px 0 0;
    color: #652c0b;
    float: left;
    text-align: right;
    background: transparent url("../images/icons/icon_arrow-medium-orange.png") no-repeat right 10px
}
@media (max-width: 64em) {
    #homeCommunity .description {
        background-position-y: 3px
    }
}
#homeCommunity .noSpam {
    width: 25%;
    font-size: 100%;
    line-height: 135%;
    text-align: left
}
@media (max-width: 64em) {
    #homeCommunity form {
        width: 100%
    }
    #homeCommunity .description {
        padding: 0 25px 0 20px
    }
}
@media (max-width: 767px) {
    #homeCommunity {
        padding: 25px 15px 45px;
        margin-bottom: 0
    }
    #homeCommunity form {
        width: 100%
    }
    #homeCommunity label {
        display: block;
        margin: 0 0 5px 0;
        top: 0
    }
    #homeCommunity input[type="text"] {
        display: block;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 6px
    }
    #homeCommunity input[type="submit"] {
        display: block;
        margin-left: 0;
        font-size: 138.5%
    }
    #homeCommunity p {
        display: block;
        line-height: 130%
    }
    #homeCommunity .description {
        width: 100%;
        background: none;
        margin: 6px 0;
        float: none;
        text-align: center;
        padding: 0
    }
    #homeCommunity .noSpam {
        width: 100%;
        text-align: center
    }
}
#homeCommentStream {
    width: 100%;
    background: transparent url("../images/template/bg_horizShadow.png") no-repeat top center;
    text-align: center
}
#homeCommentStream>.twelve.columns {
    padding: 35px 50px
}
#homeCommentStream .contentTitle {
    font-size: 182%;
    color: #436982;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center
}
#homeCommentStream #homeCommentList {
    list-style: none;
    width: 100%;
    display: block
}
#homeCommentStream #homeCommentList>li {
    width: 870px;
    max-width: 100%;
    display: block;
    margin: 0 auto
}
#homeCommentStream #homeCommentList .commentContent {
    font-size: 123.1%
}
#homeCommentStream #homeCommentList .commentContent p {
    font-size: inherit;
    font-style: italic
}
#homeCommentStream #homeCommentList .commentMeta {
    font-weight: 400;
    margin-bottom: 0
}
#homeCommentStream #homeCommentList .commentMeta .timeDiff,
#homeCommentStream #homeCommentList .commentMeta .postTitle {
    font-weight: 700
}
#homeCommentStream #homeCommentList .comment-avatar {
    text-align: center
}
#homeCommentStream #homeCommentList .comment-avatar img {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 72px;
    height: 72px;
    margin: 0 auto 5px
}
#homeCommentStream #homeCommentList .comment-avatar .commentAuthor {
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-size: 123.1%;
    font-weight: 600;
    color: #2a749a
}
#homeUpcoming {
    padding: 0 7px;
    margin-top: -44px
}
@media (max-width: 64em) {
    #homeUpcoming {
        padding: 0
    }
}
@media (max-width: 769px) {
    #homeUpcoming {
        margin-top: 0
    }
}
#homeUpcoming .tabTitle {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 182%;
    font-weight: normal;
    padding: 8px 12px 10px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0
}
@media (max-width: 767px) {
    #homeUpcoming .tabTitle {
        font-size: 160%;
        text-align: center
    }
}
#recentPosts .tabTitle {
    background-image: url("../images/template/bg_tabTitlePosts.png");
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3)
}
@media screen and (max-width: 767px) {
    #recentPosts .tabTitle {
        background-image: none;
        background: #8d9fa3;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkOWZhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTc5ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #8d9fa3 0%, #5e7984 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d9fa3), color-stop(100%, #5e7984));
        background: -webkit-linear-gradient(top, #8d9fa3 0%, #5e7984 100%);
        background: -o-linear-gradient(top, #8d9fa3 0%, #5e7984 100%);
        background: -ms-linear-gradient(top, #8d9fa3 0%, #5e7984 100%);
        background: linear-gradient(to bottom, #8d9fa3 0%, #5e7984 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d9fa3', endColorstr='#5e7984', GradientType=0);
        border-top-right-radius: 5px;
        border-top-left-radius: 5px
    }
}
#recentPosts .postList {
    list-style: none;
    margin: 0;
    padding: 0 35px 40px;
    background-color: rgba(0, 0, 0, 0.1);
    min-height: 1110px
}
@media screen and (max-width: 767px) {
    #recentPosts .postList {
        padding-bottom: 80px
    }
}
#recentPosts .postTitle {
    font-size: 138.5%;
    margin-bottom: 6px
}
#recentPosts .postTitle a,
#recentPosts .postTitle a:visited {
    color: #224b66;
    text-decoration: none
}
#recentPosts .postTitle a:hover,
#recentPosts .postTitle a:visited:hover {
    text-decoration: underline
}
@media screen and (max-width: 769px) {
    #recentPosts .postTitle {
        text-align: center;
        line-height: 1.4em;
        font-size: 175%
    }
}
#recentPosts .row {
    border-bottom: 1px solid #a1a7ab;
    padding: 0 5px 8px
}
#recentPosts .row p {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    word-break: hyphenate
}
@media screen and (max-width: 767px) {
    #recentPosts .row p {
        clear: none
    }
}
@media screen and (max-width: 500px) {
    #recentPosts .row p {
        text-align: center
    }
}
@media screen and (max-width: 769px) {
    #recentPosts .row .excerpt-more-wrap {
        float: none;
        clear: left;
        margin-top: 1em;
        text-align: center;
        margin: 10px auto;
        max-width: 300px
    }
}
#recentPosts .row .postThumb {
    display: block;
    float: right;
    margin: 2px 0 0 10px;
    max-width: 180px
}
#recentPosts .row .postThumb img {
    border: 4px solid #749cb7
}
@media screen and (max-width: 769px) {
    #recentPosts .row .postThumb {
        float: none;
        margin: 20px auto
    }
}
#recentPosts .row:last-child {
    border-bottom: none
}
#recentPosts .row .commentsCount {
    float: left;
    margin: -26px 0 0;
    font-size: 100%
}
@media (max-width: 769px) {
    #recentPosts .row .commentsCount {
        float: none;
        margin: 10px 0;
        text-align: center
    }
}
#upcomingTours {
    background: transparent url("../images/template/bg_homeTours.png") repeat-y right 20px;
    padding-bottom: 20px
}
#upcomingTours .tabTitle {
    background-image: url("../images/template/bg_tabTitleTours.png");
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: -4px
}
@media screen and (max-width: 767px) {
    #upcomingTours .tabTitle {
        background: #e4cca0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0Y2NhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmIyNzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e4cca0 0%, #d6b276 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4cca0), color-stop(100%, #d6b276));
        background: -webkit-linear-gradient(top, #e4cca0 0%, #d6b276 100%);
        background: -o-linear-gradient(top, #e4cca0 0%, #d6b276 100%);
        background: -ms-linear-gradient(top, #e4cca0 0%, #d6b276 100%);
        background: linear-gradient(to bottom, #e4cca0 0%, #d6b276 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e4cca0', endColorstr='#d6b276', GradientType=0);
        border-top-right-radius: 5px;
        border-top-left-radius: 5px
    }
}
#upcomingTours #tourPager {
    margin-bottom: -9px;
    position: relative;
    top: 350px;
    left: -25px;
    z-index: 99;
    text-align: right
}
#upcomingTours #tourPager a {
    display: inline-block;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    overflow: hidden;
    background: transparent url("../images/icons/icon_slidePager.png") no-repeat top left;
    margin-right: 8px;
    text-align: left
}
#upcomingTours #tourPager a.activeSlide {
    background-image: url("../images/icons/icon_slidePagerActive.png")
}
@media (max-width: 64em) {
    #upcomingTours #tourPager {
        display: none
    }
}
#upcomingTours #tourCycle {
    list-style: none;
    position: relative;
    padding: 8px;
    z-index: 10;
    height: 470px;
    width: 525px;
    margin: 0 auto;
    background-color: #554d46;
    overflow: hidden;
    width: 100% !important
}
@media (max-width: 767px) {
    #upcomingTours #tourCycle {
        height: 520px
    }
}
@media (max-width: 550px) {
    #upcomingTours #tourCycle {
        height: 420px
    }
}
#upcomingTours #tourCycle li {
    color: #fff;
    display: block;
    width: 100% !important
}
#upcomingTours #tourCycle .tourThumb {
    display: block;
    text-align: center
}
#upcomingTours #tourCycle .tourInfo {
    padding: 4px 10px
}
#upcomingTours #tourCycle .destination {
    color: #f1f1d7;
    text-transform: uppercase;
    font-size: 108%;
    border-bottom: 1px solid #f1f1d7;
    margin-bottom: 0px;
    padding: 0 0 0 5px
}
#upcomingTours #tourCycle .tourTitle {
    font-size: 138.5%;
    font-weight: normal;
    display: inline-block;
    margin: 8px 0 0;
    width: 50%;
    padding: 0 0 0 5px
}
#upcomingTours #tourCycle .tourTitle a,
#upcomingTours #tourCycle .tourTitle a:visited {
    color: #fff;
    text-decoration: none
}
#upcomingTours #tourCycle .tourDate {
    float: right;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    display: inline-block;
    text-align: right;
    margin: 8px 0 0;
    padding: 0 5px 0 0;
    font-weight: normal;
    font-size: 123.1%;
    font-style: italic;
    width: 50%
}
#upcomingTours .tourSupplement {
    margin: 20px 0 0;
    padding: 0 20px
}
#upcomingTours .tourSupplement h6 {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #aa4a13;
    font-size: 138.5%;
    margin: 0 0 5px
}
@media (max-width: 767px) {
    #upcomingTours .tourSupplement h6 {
        text-align: center
    }
}
#upcomingTours .tourSupplement #tanyaTips {
    padding-left: 25px
}
#upcomingTours .tourSupplement #tanyaTips .headshot {
    float: left;
    display: inline-block
}
@media (max-width: 920px) {
    #upcomingTours .tourSupplement #tanyaTips .headshot {
        float: none;
        display: block;
        width: 100%;
        text-align: center
    }
}
#upcomingTours .tourSupplement #tanyaTips .headshot img {
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    border: 6px solid #aa4a13;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}
@media (max-width: 920px) {
    #upcomingTours .tourSupplement #tanyaTips .headshot img {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }
}
#upcomingTours .tourSupplement #tanyaTips .headshot:hover img {
    border-color: #7c360e
}
#upcomingTours .tourSupplement #tanyaTips .categoryLink {
    display: inline-block;
    width: 60px;
    padding: 70px 0 0 25px;
    background: transparent url("../images/icons/icon_arrowSmallOrangeLeft.png") no-repeat 10px 68px;
    text-decoration: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #554d46;
    font-size: 100%
}
#upcomingTours .tourSupplement #tanyaTips .categoryLink:hover {
    text-decoration: underline
}
@media (max-width: 920px) {
    #upcomingTours .tourSupplement #tanyaTips .categoryLink {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: underline;
        font-size: 123.1%;
        background-image: none;
        padding: 0;
        margin: 5px 0 10px
    }
}
@media (max-width: 767px) {
    #upcomingTours .tourSupplement #tanyaTips .categoryLink {
        margin-bottom: 15px
    }
}
#upcomingTours #destinationSelect form {
    margin: 0 0 5px
}
#upcomingTours #destinationSelect select {
    margin: 0
}
#upcomingTours #destinationSelect .toursAll {
    display: inline-block;
    width: 70%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 93%
}
@media (max-width: 767px) {
    #upcomingTours #destinationSelect .toursAll {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px
    }
}
#upcomingTours #destinationSelect .toursAll {
    font-size: 100%
}
#upcomingTours #destinationSelect .toursAll a {
    color: #554d46
}
#upcomingTours #bucketList h6 {
    margin-bottom: 0px;
    font-size: 153.9%
}
#upcomingTours #bucketList label {
    font-size: 93%;
    padding: 0 0 0 3px
}
#upcomingTours #bucketList input[name="bucketlist_destination"] {
    display: inline-block;
    width: 70%
}
#upcomingTours #bucketList input[type="submit"] {
    margin: 0 0 0 5px;
    position: relative
}
#upcomingTours #topExplorers {
    padding: 15px 10px 0;
    margin: 0 10px;
    border-top: 1px dotted #505050
}
#upcomingTours #topExplorers .sectionTitle {
    color: #224b66;
    text-shadow: none;
    box-shadow: none;
    background: transparent;
    font-size: 182%;
    text-align: center;
    margin: 5px 0;
    padding: 0
}
#upcomingTours #topExplorers p {
    text-align: center;
    padding: 0 25px;
    line-height: 125%
}
#upcomingTours #topExplorers li {
    text-align: center;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
#upcomingTours #topExplorers li img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
#upcomingTours #topExplorers li .name {
    text-align: center;
    font-size: 100%;
    margin: 0
}
#upcomingTours #topExplorers li .name a,
#upcomingTours #topExplorers li .name a:visited {
    text-decoration: none;
    color: #224b66
}
#upcomingTours #topExplorers .sectionMore {
    margin-top: 10px
}
#upcomingTours #topExplorers .sectionMore a {
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
@media screen and (max-width: 767px) {
    #upcomingTours {
        margin-top: -44px;
        background: rgba(0, 0, 0, 0.1)
    }
}
#upcomingTours #explorerStaffFavorites {
    padding: 20px
}
#upcomingTours #explorerStaffFavorites .sectionTitle {
    color: #436982;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    font-size: 182%;
    text-shadow: none
}
#upcomingTours #explorerStaffFavorites .favoritesSlideshow {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}
#upcomingTours #explorerStaffFavorites .favoritesSlideshow li {
    display: block;
    width: 100%;
    text-align: center
}
#upcomingTours #explorerStaffFavorites .favoritesSlideshow li>a:first-child {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 0
}
#upcomingTours #explorerStaffFavorites .favoritesSlideshow li>a:first-child img {
    margin: 0;
    line-height: 0
}
#upcomingTours #explorerStaffFavorites .favoritesSlideshow p.description {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 93%;
    padding: 8px 16px;
    line-height: 1.2;
    color: #fff;
    background-color: #2a749a;
    margin: 0
}
#upcomingTours #explorerStaffFavorites .favoritesSlideshow p.description a {
    color: #fff
}
body.size-small #upcomingTours #destinationSelect .toursAll {
    display: block;
    width: 100%
}
body.size-small #upcomingTours #destinationSelect .toursAll a {
    background-color: #aa4a13 !important;
    border-color: #7c360e !important
}
body.size-small #upcomingTours #destinationSelect .toursAll a:hover {
    background-color: #c15416 !important
}
body.size-small #upcomingTours .tourSupplement #tanyaTips {
    padding: 0;
    text-align: center;
    width: 100% !important;
    margin-bottom: 15px
}
body.size-small #upcomingTours .tourSupplement #tanyaTips .headshot {
    float: none
}
body.size-small #upcomingTours .tourSupplement #tanyaTips .categoryLink {
    padding: 0 0 0 25px;
    background-position: 10px 1px;
    text-align: left;
    width: 100px;
    font-size: 138.5%
}
body.size-medium #upcomingTours .tabTitle {
    margin-bottom: -4px;
    text-align: center;
    width: 100%;
    background-image: none;
    background-color: #aa4a13
}
body.size-medium #upcomingTours .tourSupplement #destinationSelect {
    width: 100%;
    float: none;
    text-align: center
}
body.size-medium #upcomingTours .tourSupplement #destinationSelect form {
    margin-bottom: 10px
}
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll {
    width: auto;
    font-size: 108%
}
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a {
    background-color: #aa4a13 !important;
    border-color: #7c360e !important
}
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover {
    background-color: #c15416 !important
}
body.size-medium #upcomingTours .tourSupplement #tanyaTips {
    display: none
}
body.size-medium #upcomingTours #bucketList {
    margin-bottom: 20px;
    text-align: center
}
body.size-medium.orientation-portrait #upcomingTours #topExplorersList.block-grid.four-up>li {
    width: 50%
}
body.page-wildlife-photo-tours h1,
body.type-ne_tours h1 {
    background-color: #456640
}
body.page-wildlife-photo-tours .post-content,
body.type-ne_tours .post-content {
    background-color: transparent;
    padding: 0
}
body.page-wildlife-photo-tours.size-medium #tourMarketing {
    display: none !important
}
body.page-wildlife-photo-tours #content {
    margin-bottom: 75px
}
body.page-wildlife-photo-tours .post-content {
    margin-top: 0
}
body.page-wildlife-photo-tours #tourCats {
    margin: 0 0 20px
}
body.page-wildlife-photo-tours #tourCats h2 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 182%;
    color: #fff;
    padding: 6px 20px 12px;
    line-height: 100%;
    cursor: pointer
}
body.page-wildlife-photo-tours #tourCats h2.collapsed::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    display: inline-block;
    position: relative;
    top: 10px;
    float: right
}
body.page-wildlife-photo-tours #tourCats h2.expanded::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
    display: inline-block;
    position: relative;
    top: 2px;
    float: right
}
body.page-wildlife-photo-tours #tourCats ul {
    background-color: rgba(190, 177, 123, 0.4);
    list-style: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 20px;
    margin: 0;
    font-size: 108%
}
body.page-wildlife-photo-tours #tourCats li {
    margin-bottom: 25px
}
body.page-wildlife-photo-tours #tourCats li.status-sold a::before,
body.page-wildlife-photo-tours #tourCats li.status-full a::before,
body.page-wildlife-photo-tours #tourCats li.status-coming a::before,
body.page-wildlife-photo-tours #tourCats li.status-new a::before,
body.page-wildlife-photo-tours #tourCats li.status-spaces1 a::before,
body.page-wildlife-photo-tours #tourCats li.status-spaces2 a::before,
body.page-wildlife-photo-tours #tourCats li.status-spaces3 a::before,
body.page-wildlife-photo-tours #tourCats li.status-waitlist a::before {
    display: inline-block;
    min-width: 83px;
    text-align: center;
    margin-left: 5px;
    margin-right: 10px;
    float: right;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 77%;
    padding: 3px 5px 4px;
    line-height: 100%
}
body.page-wildlife-photo-tours #tourCats li.status-sold a::before {
    background-color: #aa4a13;
    content: 'Sold Out'
}
body.page-wildlife-photo-tours #tourCats li.status-full a::before {
    background-color: #2a749a;
    content: 'Almost Full'
}
body.page-wildlife-photo-tours #tourCats li.status-coming a::before {
    background-color: #4f315f;
    content: 'Coming Soon'
}
body.page-wildlife-photo-tours #tourCats li.status-new a::before {
    background-color: #456640;
    content: 'New!'
}
body.page-wildlife-photo-tours #tourCats li.status-spaces1 a::before,
body.page-wildlife-photo-tours #tourCats li.status-spaces2 a::before,
body.page-wildlife-photo-tours #tourCats li.status-spaces3 a::before {
    background-color: #2d966d
}
body.page-wildlife-photo-tours #tourCats li.status-spaces1 a::before {
    content: '1 Left'
}
body.page-wildlife-photo-tours #tourCats li.status-spaces2 a::before {
    content: '2 Left'
}
body.page-wildlife-photo-tours #tourCats li.status-spaces3 a::before {
    content: '3 Left'
}
body.page-wildlife-photo-tours #tourCats li.status-waitlist a::before {
    background-color: #776a4d;
    content: 'Wait List'
}
body.page-wildlife-photo-tours #tourCats a {
    color: #613a14;
    text-decoration: none
}
body.page-wildlife-photo-tours #tourCats a:hover {
    border-bottom: 1px dotted #8b531d
}
body.page-wildlife-photo-tours #tourCats .catColumn {
    padding: 0
}
body.page-wildlife-photo-tours #tourCats #tourYear2 ul {
    background-color: rgba(255, 255, 255, 0.4)
}
body.page-wildlife-photo-tours #tourCats #tourYear1 h2 {
    background-color: #d08a20
}
body.page-wildlife-photo-tours #tourCats #tourYear2 h2 {
    background-color: #aa4a13
}
body.page-wildlife-photo-tours #tourCats #tourYear3 {
    float: left
}
@media screen and (max-width: 767px) {
    body.page-wildlife-photo-tours #tourCats #tourYear3 {
        float: none
    }
}
body.page-wildlife-photo-tours #tourCats #tourYear3 h2 {
    background-color: #613a14;
    padding-right: 21px
}
body.page-wildlife-photo-tours #tourMarketing {
    margin: 15px 0 30px;
    padding: 0;
    position: relative;
    left: -1px
}
body.page-wildlife-photo-tours #tourMarketing img {
    margin-top: 0;
    max-width: none
}
#tours-list {
    padding: 0 30px;
    margin: 0
}
#tours-list .marketingCallout, #tours-list .tourIntroText {
    margin-bottom: 20px;
    width: 100%;
    text-align: center
}
#tours-list li.status-full:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_full.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-sold:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_sold.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-coming:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_comingsoon.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-new:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_new.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-prebooking:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_prebooking.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-nowbooking:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_nowbooking.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-spaces1:before,
#tours-list li.status-spaces2:before,
#tours-list li.status-spaces3:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li.status-spaces1:before {
    background-image: url("../images/template/tourRibbon_1space.png")
}
#tours-list li.status-spaces2:before {
    background-image: url("../images/template/tourRibbon_2space.png")
}
#tours-list li.status-spaces3:before {
    background-image: url("../images/template/tourRibbon_3space.png")
}
#tours-list li.status-waitlist:before {
    content: '';
    width: 123px;
    height: 123px;
    margin: 0 -123px -123px 0;
    float: left;
    display: inline-block;
    background: transparent url("../images/template/tourRibbon_waitlist.png") no-repeat top right;
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 99
}
#tours-list li {
    position: relative;
    z-index: 98;
    padding-top: 6px
}
#tours-list .polaroid {
    min-height: 310px;
    position: relative;
    z-index: 97
}
#tours-list .polaroid .polaroidTitle {
    padding: 0 10px
}
#tours-list .polaroid .startDate {
    margin: 8px 0 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    color: #aa4a13
}
#tours-list #pagination {
    margin-bottom: 20px
}
body.size-small #tours-list {
    padding: 0
}
body.tax-ne_tour_locations .post-content {
    padding-bottom: 85px
}
body.tax-ne_tour_locations #tours-list {
    margin: 25px 0 0
}
body.type-ne_tours #tourDatesHeadline {
    margin-bottom: 0;
    position: relative;
    margin-top: -57px;
    z-index: 999
}
@media screen and (max-width: 550px) {
    body.type-ne_tours #tourDatesHeadline {
        margin-top: 0
    }
}
body.type-ne_tours #tourDatesHeadline p {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 182%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 20px;
    text-shadow: -1px 1px rgba(0, 0, 0, 0.8);
    margin: 0;
    font-weight: bold
}
body.type-ne_tours #tourContentShadow {
    padding-bottom: 19px;
    background: transparent url("../images/template/bg_shadowWide.png") no-repeat bottom center
}
body.type-ne_tours #tourContentWrap {
    background: #d6d3d3
}
body.type-ne_tours .tourContent {
    background: #aca6a6 url("../images/template/bg_tourIntro.jpg") no-repeat top right;
    padding: 20px 45px 20px 25px;
    color: #3e3434;
    min-height: 251px
}
body.type-ne_tours .tourContent p {
    padding: 0
}
body.type-ne_tours .tourContent p:last-child {
    margin-bottom: 0
}
body.type-ne_tours .meetCox {
    background: #d6d3d3;
    padding: 5px 20px 15px;
    text-align: center
}
body.type-ne_tours .meetCox p {
    padding: 0
}
body.type-ne_tours .meetCox p:last-child {
    margin-bottom: 0
}
body.type-ne_tours .meetCox h5 {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #544359;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
    font-size: 138.5%
}
body.type-ne_tours .meetCox .coxShots {
    list-style-type: none;
    margin: 0 0 10px
}
body.type-ne_tours .meetCox .coxShots li {
    display: inline;
    margin-right: 15px
}
body.type-ne_tours .meetCox .coxShots li:last-child {
    margin-right: 0
}
body.type-ne_tours .meetCox .coxShots a>img {
    border: 2px solid #aca6a6;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}
body.type-ne_tours .bookOnlineContainer {
    text-align: center;
    font-size: 100%
}
body.type-ne_tours a.bookOnline.button,
body.type-ne_tours body.size-small #upcomingTours #destinationSelect .toursAll a.bookOnline,
body.size-small #upcomingTours #destinationSelect .toursAll body.type-ne_tours a.bookOnline,
body.type-ne_tours body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.bookOnline,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.type-ne_tours a.bookOnline,
body.type-ne_tours body.page-faq a.bookOnline.top,
body.page-faq body.type-ne_tours a.bookOnline.top,
body.type-ne_tours body.page-template-template-faq-php a.bookOnline.top,
body.page-template-template-faq-php body.type-ne_tours a.bookOnline.top,
body.type-ne_tours body.section-blog .post a.bookOnline.more,
body.section-blog .post body.type-ne_tours a.bookOnline.more {
    background-color: #544359;
    border-color: #392d3c
}
body.type-ne_tours a.bookOnline.button:hover,
body.type-ne_tours body.size-small #upcomingTours #destinationSelect .toursAll a.bookOnline:hover,
body.size-small #upcomingTours #destinationSelect .toursAll body.type-ne_tours a.bookOnline:hover,
body.type-ne_tours body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.bookOnline:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.type-ne_tours a.bookOnline:hover,
body.type-ne_tours body.page-faq a.bookOnline.top:hover,
body.page-faq body.type-ne_tours a.bookOnline.top:hover,
body.type-ne_tours body.page-template-template-faq-php a.bookOnline.top:hover,
body.page-template-template-faq-php body.type-ne_tours a.bookOnline.top:hover,
body.type-ne_tours body.section-blog .post a.bookOnline.more:hover,
body.section-blog .post body.type-ne_tours a.bookOnline.more:hover {
    background-color: #392d3c
}
body.type-ne_tours #tourInfo {
    margin-top: 30px
}
@media screen and (max-width: 1020px) {
    body.type-ne_tours #tourInfo {
        margin: 0
    }
}
body.type-ne_tours #tourInfo:after {
    content: '';
    width: 933px;
    height: 19px;
    background: transparent url("../images/template/bg_shadowWide.png") no-repeat top center;
    margin: 0 auto;
    display: block
}
@media screen and (max-width: 1020px) {
    body.type-ne_tours #tourInfo:after {
        display: none
    }
}
body.type-ne_tours #tourInfo dl.tabs {
    margin-left: 20px
}
@media screen and (max-width: 1020px) {
    body.type-ne_tours #tourInfo dl.tabs {
        margin-left: 0
    }
}
@media screen and (max-width: 910px) {
    body.type-ne_tours #tourInfo dl.tabs {
        margin-right: 0
    }
}
body.type-ne_tours #tourInfo dl.tabs dd {
    margin-right: 2px;
    width: 23%
}
@media screen and (max-width: 910px) {
    body.type-ne_tours #tourInfo dl.tabs dd {
        width: 100%
    }
}
body.type-ne_tours #tourInfo dl.tabs dd>a {
    background-color: #a47e62;
    text-align: left;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    border: 1px solid #70411e;
    border-bottom: none;
    width: auto;
    font-size: 123.1%
}
@media screen and (max-width: 800px) {
    body.type-ne_tours #tourInfo dl.tabs dd>a {
        padding: 10px
    }
}
body.type-ne_tours #tourInfo dl.tabs dd.active {
    border-color: #613a14
}
body.type-ne_tours #tourInfo dl.tabs dd.active>a {
    border-color: #613a14;
    background-color: #613a14;
    font-weight: normal
}
body.type-ne_tours #tourInfo ul.tabs-content {
    border: 1px solid #70411e;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-size: 100%
}
body.type-ne_tours #tourInfo ul.tabs-content>li {
    border: none;
    font-size: 100%
}
body.type-ne_tours #tourInfo ul.tabs-content>li p,
body.type-ne_tours #tourInfo ul.tabs-content>li ul,
body.type-ne_tours #tourInfo ul.tabs-content>li ol,
body.type-ne_tours #tourInfo ul.tabs-content>li li {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal
}
body.type-ne_tours #tourInfo ul.tabs-content>li p {
    padding: 0 8px
}
body.type-ne_tours #tourInfo ul.tabs-content>li p,
body.type-ne_tours #tourInfo ul.tabs-content>li li {
    font-size: 138.5%
}
body.type-ne_tours #tourInfo ul.tabs-content>li ul,
body.type-ne_tours #tourInfo ul.tabs-content>li ol {
    font-size: 100%
}
body.type-ne_tours #tourInfo ul.tabs-content>li ul {
    list-style: square
}
body.type-ne_tours #tourInfo ul.tabs-content>li ol {
    list-style: decimal
}
body.type-ne_tours #tourInfo ul.tabs-content>li h3,
body.type-ne_tours #tourInfo ul.tabs-content>li h4,
body.type-ne_tours #tourInfo ul.tabs-content>li h5,
body.type-ne_tours #tourInfo ul.tabs-content>li h6 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    color: #544359;
    margin: 15px 0 0;
    padding: 0 8px
}
body.type-ne_tours #tourInfo ul.tabs-content>li h3 {
    font-size: 138.5%;
    color: #fff;
    padding: 8px;
    background-color: #544359;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
body.type-ne_tours #tourInfo ul.tabs-content>li h4 {
    font-size: 182%;
    font-weight: 400;
    color: #fff;
    background-color: #70411e;
    margin: 0 0 8px -20px;
    padding: 5px 10px 8px 30px
}
body.type-ne_tours #tourInfo ul.tabs-content>li h5,
body.type-ne_tours #tourInfo ul.tabs-content>li h6 {
    font-size: 123.1%
}
body.type-ne_tours #tourInfo ul.tabs-content>li h5 {
    font-weight: 600
}
body.type-ne_tours #tourInfo ul.tabs-content>li img.alignleft {
    margin-left: 0
}
body.type-ne_tours #tourInfo ul.tabs-content>li img.alignright {
    margin-right: 0
}
body.type-ne_tours #tourInfo ul.tabs-content>li .wp-caption {
    margin-bottom: 17px
}
body.type-ne_tours #tourInfo ul.tabs-content>li .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto
}
body.type-ne_tours #tourInfo ul.tabs-content>li .wp-caption.alignnone {
    margin-left: 8px;
    margin-right: 8px
}
body.type-ne_tours #tourInfo ul.tabs-content>li .wp-caption .wp-caption-text {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    padding: 10px;
    margin-top: -3px !important
}
body.type-ne_tours #tourInfo .tabs-content h2 {
    color: #613a14;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 182%;
    margin: 0 0 10px
}
body.type-ne_tours #tourInfo #travelPlanTab #travelPlanContent {
    min-width: none
}
body.type-ne_tours #tourInfo #expeditionInfo ul {
    list-style: none
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks p {
    padding: 0;
    font-size: 123.1%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks>li {
    font-size: 100%;
    margin-bottom: 30px
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks>li:last-child {
    margin-bottom: 0
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks>li>ul {
    margin: 0 0 15px 20px;
    padding: 0;
    list-style: square;
    font-size: 100%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks>li>ul>li {
    font-size: 123.1%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks h3 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    padding: 0;
    font-weight: normal;
    font-size: 153.9%;
    color: #843d25;
    margin: 0 0 5px 0
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks h4 {
    font-size: 123.1%;
    background: transparent;
    margin: 10px 0;
    padding: 0;
    line-height: 135%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks h4 a,
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks h4 a:visited {
    color: #554d46
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks h4 a:hover,
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks h4 a:visited:hover {
    text-decoration: none
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension:last-child {
    padding-bottom: 0;
    border-bottom: none
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension h4 {
    font-size: 100%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension p {
    font-size: 100%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension .extensionDate {
    font-weight: bold;
    margin-bottom: 10px;
    color: #436982
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension .extensionNotes {
    font-size: 93%
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension .extensionNotes p {
    margin-bottom: 10px;
    padding: 0
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.extension p:last-child {
    margin-bottom: 0
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget {
    border: none;
    width: 100% !important;
    height: 260px !important;
    background-color: transparent !important
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget .cibtvisareqwidgetheadline {
    height: 32px !important
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget div.textcolor.textcolor_nationality,
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget div.textcolor.textcolor_destination,
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget div.textcolor.textcolor_radio {
    text-align: center
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget #cibtcountry1,
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget #cibtcountry2 {
    width: 100% !important
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtvisareqwidget #cibtvisasWidgetPurposeSpan {
    display: block
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral div.textcolor_footer.textcolor {
    display: none !important
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral #cibtfindoutnowbutton {
    background-color: transparent !important
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral .findout {
    background-position-x: center;
    background-color: transparent;
    padding: 5px 0 0 !important;
    margin-left: 0 !important;
    text-align: center;
    height: 34px;
    width: 100% !important
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral .html_answer {
    font-weight: normal;
    padding: 10px;
    background-color: #bce4f3;
    color: #224b66;
    font-size: 16px
}
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral .findout_yes,
body.type-ne_tours #tourInfo #expeditionInfo ul.infoBlocks li.visaCentral .findout_no {
    margin-left: auto;
    margin-right: auto
}
body.type-ne_tours #tourInfo #accommodationsTab,
body.type-ne_tours #tourInfo #helpfulInfoTab,
body.type-ne_tours #tourInfo #testimonialsTab {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal
}
body.type-ne_tours #tourInfo #helpfulInfoTab .gform_heading {
    margin-bottom: 9px
}
body.type-ne_tours #tourInfo #helpfulInfoTab .gform_description {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%
}
body.type-ne_tours #tourInfo #helpfulInfoTab .top_label .gfield_label {
    margin-top: 0
}
body.type-ne_tours #tourInfo #helpfulInfoTab input[type="email"] {
    width: 98%
}
body.type-ne_tours #tourInfo #helpfulInfoTab input.button,
body.type-ne_tours #tourInfo #helpfulInfoTab input.button-primary,
body.type-ne_tours #tourInfo #helpfulInfoTab body.page-faq input.top,
body.page-faq body.type-ne_tours #tourInfo #helpfulInfoTab input.top,
body.type-ne_tours #tourInfo #helpfulInfoTab body.page-template-template-faq-php input.top,
body.page-template-template-faq-php body.type-ne_tours #tourInfo #helpfulInfoTab input.top,
body.type-ne_tours #tourInfo #helpfulInfoTab .gform_footer input[type="submit"] {
    font-size: 123.1%;
    background-color: #544359;
    border-color: #544359
}
body.type-ne_tours #tourInfo #helpfulInfoTab input.button:hover,
body.type-ne_tours #tourInfo #helpfulInfoTab input.button-primary:hover,
body.type-ne_tours #tourInfo #helpfulInfoTab body.page-faq input.top:hover,
body.page-faq body.type-ne_tours #tourInfo #helpfulInfoTab input.top:hover,
body.type-ne_tours #tourInfo #helpfulInfoTab body.page-template-template-faq-php input.top:hover,
body.page-template-template-faq-php body.type-ne_tours #tourInfo #helpfulInfoTab input.top:hover,
body.type-ne_tours #tourInfo #helpfulInfoTab .gform_footer input[type="submit"]:hover {
    background-color: #6f5976
}
body.type-ne_tours #tourInfo #testimonialsTab h2 {
    text-align: center
}
body.type-ne_tours #tourInfo #testimonialsTab li {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal
}
body.type-ne_tours #tourInfo #testimonialsTab p {
    text-align: center
}
body.type-ne_tours #tourInfo #testimonialsTab .portrait {
    text-align: center;
    margin-bottom: 0
}
body.type-ne_tours #tourInfo #testimonialsTab .portrait img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.type-ne_tours #tourInfo #testimonialsTab .content {
    font-style: italic
}
body.type-ne_tours #tourInfo #testimonialsTab .attribution {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #613a14
}
body.type-ne_tours #tourInfo #tourFooter p {
    margin: 0 15px;
    padding: 8px 8px 10px;
    text-align: center;
    background-color: #776161;
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 123.1%
}
body.type-ne_tours #tourInfo #tourFooter a,
body.type-ne_tours #tourInfo #tourFooter a:visited {
    color: #fff
}
body.type-ne_tours div#startAdventure {
    margin: 15px 0 110px;
    text-align: center
}
body.type-ne_tours div#startAdventure h4 {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 182%;
    color: #604c57
}
body.type-ne_tours .orbit-wrapper {
    max-width: 600px;
	margin: 0 auto;
}
body.type-ne_tours #tourExplorerGalleries {
    margin-top: -55px
}
body.type-ne_tours #tourExplorerGalleries h4 {
    color: #1b6da6;
    text-align: center
}
#onlineBooking .tourLink {
    padding: 0;
    font-size: 100%;
    text-align: right
}
#onlineBooking .tourLink a {
    background-color: #2a749a;
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 4px 10px
}
#onlineBooking .tourLink a:hover {
    background-color: #3592c2
}
#onlineBooking .row {
    margin-bottom: 15px
}
#onlineBooking label {
    font-weight: normal;
    color: #224b66
}
#onlineBooking small {
    font-size: 90%;
    margin-top: -12px
}
#onlineBooking .inputList {
    font-size: 100%
}
#onlineBooking .inputList li {
    line-height: 90%
}
#onlineBooking .inputList label {
    font-weight: normal;
    color: #222;
    font-size: 93%
}
#onlineBooking .inputList input {
    margin-bottom: 0
}
#onlineBooking .checkbox_label {
    font-size: 93%
}
body.page-bucket-list .checkbox-group input[type="checkbox"] {
    float: left;
    margin: 10px 5px 0 0
}
body.type-ne_staff .staffHeadshot {
    float: right;
    display: inline;
    margin-left: 20px
}
body.type-ne_staff .staffHeadshot img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.type-ne_staff .staff-action-button a,
body.type-ne_staff .staff-action-button a:visited {
    color: #641212;
    text-decoration: none;
    display: inline-block;
    padding: 0 2px;
    border-bottom: 1px dotted #ba2222
}
body.type-ne_staff .staff-action-button a:hover {
    border-color: #641212
}
body.type-ne_staff .slideshowContainer {
    margin-bottom: 35px
}
body.type-ne_staff .socialContactsContainer {
    margin-bottom: 35px
}
body.type-ne_staff .socialContact {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}
body.type-ne_staff .socialContact ul {
    list-style: none
}
body.type-ne_staff .socialContact a,
body.type-ne_staff .socialContact a:visited {
    text-decoration: none;
    color: #393939
}
body.type-ne_staff .socialContact .contactHeader {
    padding: 10px 10px 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0)
}
body.type-ne_staff .socialContact .contactHeader h3 {
    margin: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size: 138.5%;
    color: #2a749a;
    padding: 18px 0 15px 80px;
    background: transparent url("../images/icons/icon_staff_world.png") no-repeat left bottom
}
body.type-ne_staff .socialContact .contactMethods {
    text-align: right
}
body.type-ne_staff .socialContact .contactMethods ul {
    margin: 0;
    padding: 0
}
body.type-ne_staff .socialContact .contactMethods li {
    font-size: 93%
}
body.type-ne_staff .socialContact .contactMethods .telephone {
    font-weight: bold;
    padding: 1px 25px 3px 0;
    background: transparent url("../images/icons/icon_telephone_grayMid.png") no-repeat right top
}
body.type-ne_staff .socialContact .contactMethods .email a,
body.type-ne_staff .socialContact .contactMethods .email a:visited {
    color: #505050
}
body.type-ne_staff .socialContact .contactMethods .email a:hover {
    color: #2a749a
}
body.type-ne_staff .socialContact .socialMethods {
    padding: 10px
}
body.type-ne_staff .socialContact .socialMethods li {
    border: 1px solid #a1a7ab;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 46%;
    margin: 5px 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0)
}
body.type-ne_staff .socialContact .socialMethods li a {
    padding: 2px 0 0 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    display: inline-block
}
body.type-ne_staff .socialContact .socialMethods .linkedin a {
    background-image: url("../images/icons/icon_contact_linkedin.png")
}
body.type-ne_staff .socialContact .socialMethods .facebook a {
    background-image: url("../images/icons/icon_contact_facebook.png")
}
body.type-ne_staff .socialContact .socialMethods .googleplus a {
    background-image: url("../images/icons/social/googleplus_24.png")
}
body.type-ne_staff .socialContact .socialMethods .twitter a {
    background-image: url("../images/icons/icon_contact_twitter.png")
}
body.type-ne_staff .socialContact .socialMethods .pinterest a {
    background-image: url("../images/icons/icon_contact_pinterest.png")
}
body.type-ne_staff #staffPosts.staffPostsContainer {
    margin-bottom: 50px
}
body.type-ne_staff #staffPosts .staffPostsTitle {
    margin: 0 0 10px;
    padding: 0 5px 5px;
    border-bottom: 1px dotted #a1a7ab
}
body.type-ne_staff #staffPosts .staffPostsList {
    padding: 0 5px
}
body.type-ne_staff #staffPosts p {
    padding: 0 5px
}
body.type-ne_staff #staffPosts .thumbnail img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.type-ne_staff #staffPosts .title {
    font-weight: normal;
    font-size: 123.1%;
    margin: 5px 0;
    padding: 0 5px
}
body.type-ne_staff #staffPosts .title a,
body.type-ne_staff #staffPosts .title a:visited {
    text-decoration: none
}
body.type-ne_staff #staffPosts .title a:hover {
    border-bottom: 1px dotted #436982
}
body.type-ne_staff #staffPosts .excerpt {
    font-size: 93%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
@media screen and (max-width: 767px) {
    body.type-ne_staff .socialContact .socialMethods li {
        width: 100%;
        margin: 5px 0
    }
}
body.size-small.type-ne_staff .staffHeadline {
    text-align: center;
    padding: 5px 10px;
    background-color: #2a749a;
    color: #fff;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
body.size-small.type-ne_staff .staffHeadshot {
    float: none;
    display: block;
    margin: 0 0 20px 0;
    text-align: center
}
body.size-small.type-ne_staff .socialContactsContainer .columns {
    padding: 0
}
body.size-small.type-ne_staff .socialContactsContainer .contactName {
    border-bottom: 1px solid #a1a7ab
}
body.size-small.type-ne_staff .socialContactsContainer .contactMethods {
    margin: 10px 0
}
body.size-small.type-ne_staff .socialContactsContainer .contactMethods li {
    text-align: center;
    margin-bottom: 5px;
    background-image: none
}
@media screen and (max-width: 767px) {
    body.page-our-services div.post-content {
        padding-bottom: 20px
    }
}
.page-testimonials #testimonials p {
    padding: 0
}
.page-testimonials .testimonial {
    margin-bottom: 25px
}
.page-testimonials .testimonial .portrait {
    text-align: center
}
.page-testimonials .testimonial .portrait img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
.page-testimonials .testimonial .content {
    font-style: italic
}
.page-testimonials .testimonial .attribution {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 93%;
    color: #78775e;
    margin-bottom: 0
}
.page-testimonials .full-width .testimonial {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 25px 10px
}
.page-testimonials .full-width .testimonial p {
    text-align: center
}
.page-testimonials .full-width .testimonial .content {
    font-size: 182%
}
body.page-friends-partners .partnerTypeTitle {
    margin: 8px 0;
    padding: 0 5px 3px;
    border-bottom: 1px dotted #a1a7ab;
    color: #2a749a
}
body.page-friends-partners .partner {
    margin-bottom: 20px
}
body.page-friends-partners .partner .thumb {
    display: block;
    text-align: center
}
body.page-friends-partners .partner .title {
    font-size: 138.5%;
    text-align: center
}
body.page-friends-partners .partner .title a {
    text-decoration: none;
    color: #918c72
}
body.page-friends-partners .partner .excerpt-more {
    background-color: #a1a7ab;
    border-color: #868e93;
    color: #393939
}
body.page-friends-partners .partner .excerpt-more:hover {
    background-color: #393939;
    border-color: #393939;
    color: #fff
}
body.size-small.page-friends-partners .partnerTypeTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 5px 10px;
    color: #fff;
    background-color: #2a749a;
    text-align: center;
    font-size: 138.5%;
    font-weight: normal;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none
}
body.type-ne_partners .partnerLogo {
    float: right;
    display: inline-block;
    margin-left: 10px
}
body.size-small.type-ne_partners .partnerLogo {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 15px 0
}
body.page-faq .question,
body.page-template-template-faq-php .question {
    color: #2a749a
}
@media screen and (max-width: 550px) {
    body.page-faq .question,
    body.page-template-template-faq-php .question {
        font-size: 1.4em
    }
}
body.page-faq .top,
body.page-template-template-faq-php .top {
    display: inline-block
}
body.page-contact-us #contactDetails {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #a1a7ab
}
body.page-contact-us #contactDetails p {
    padding: 0;
    margin-bottom: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.page-contact-us #contactDetails .name {
    font-weight: bold
}
body.page-contact-us #contactDetails .address {
    margin-top: 18px
}
body.page-contact-us #contactDetails #googleMap {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.page-contact-us #contactDetails #googleMap small {
    font-size: 85%
}
body.page-contact-us #contactDetails #googleMap a,
body.page-contact-us #contactDetails #googleMap a:visited {
    color: #226072 !important
}
body.page-contact-us #contactDetails #googleMap iframe {
    max-width: 100%
}
@media screen and (max-width: 990px) {
    body.page-contact-us #contactDetails #googleMap {
        float: left;
        clear: left
    }
}
body.page-privacy-policy h3,
body.page-website-terms-use h3,
body.page-photo-tour-cancellation-liability-policy h3 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size: 138.5%;
    color: #2a749a;
    margin: 30px 0 5px 0
}
@media screen and (max-width: 600px) {
    .post-content .portfolioHeadline span.before,
    .post-content .portfolioHeadline span.after {
        display: none
    }
}
@media screen and (max-width: 600px) {
    .post-content .portfolioHeadline h1 {
        width: 100% !important;
        font-size: 2em
    }
}
body.section-portfolio {
    background-color: #000;
    background-image: url("../images/template/bg_portfolio.jpg");
    color: #fff
}
body.section-portfolio #headerWrap {
    /* background-image: url("../images/template/bg_nav_portfolio.png") */
    background: rgba(0,0,0,.5);
}
@media screen and (max-width: 64em) {
    body.section-portfolio #headerWrap {
        background-image: none
    }
}
body.section-portfolio #headerCart a {
    background-color: rgba(255, 255, 255, 0.8)
}
body.section-portfolio #headerQuestions {
    color: #df834f
}
body.section-portfolio #headerQuestions a,
body.section-portfolio #headerQuestions a:visited {
    color: #a1a7ab
}
body.section-portfolio #primaryNav .nav-bar {
    height: 19px
}
body.section-portfolio #primaryNav .nav-bar>li.has-flyout>a:first-child:hover,
body.section-portfolio #primaryNav .nav-bar>li>a:hover,
body.section-portfolio #primaryNav .nav-bar>li.current_page_item>a,
body.section-portfolio #primaryNav .nav-bar>li.current-menu-ancestor>a,
body.section-portfolio #primaryNav .nav-bar .flyout {
    background-color: #152f40
}
body.section-portfolio #wrapper {
    background-image: none;
    padding-top: 65px
}
body.section-portfolio .post-content {
    background-color: transparent;
    padding-bottom: 20px;
    min-height: 0
}
body.section-portfolio .post-content p {
    padding: 0;
    font-size: 138.5%;
    line-height: 175%;
    margin-bottom: 24px;
    color: #cecece
}
body.section-portfolio .post-content li {
    font-size: 138.5%;
    color: #cecece
}
body.section-portfolio .post-content a,
body.section-portfolio .post-content a:visited {
    color: #c8b894
}
body.section-portfolio nav#portfolioNav {
    padding: 0 30px
}
body.section-portfolio nav#portfolioNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0 0 3px 3px
}
body.section-portfolio nav#portfolioNav li {
    display: inline-block;
    margin: 0;
    float: left
}
body.section-portfolio nav#portfolioNav li a {
    display: block;
    color: #fff;
    padding: 13px 20px 9px;
    margin: 0
}
body.section-portfolio nav#portfolioNav li a:hover,
body.section-portfolio nav#portfolioNav li.current_page_item a {
    background-color: #393939
}
body.section-portfolio footer {
    background-color: rgba(41, 41, 41, 0.8);
    margin-bottom: 0px
}
body.section-portfolio footer #footerContent {
    padding: 35px 0
}
body.section-portfolio footer #footerContent a,
body.section-portfolio footer #footerContent a:visited {
    font-size: 138.5%;
    color: #e3f1f6;
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-style: italic
}
body.section-portfolio footer #footerContent a:hover {
    color: #fff;
    border-bottom: 1px dotted #393939
}
body.section-portfolio footer #footerContent a:active {
    position: relative;
    top: 1px;
    left: 1px
}
body.section-portfolio footer #footerContent p {
    margin-bottom: 0
}
body.section-portfolio h1 {
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0
}
body.section-portfolio h1,
body.section-portfolio h2,
body.section-portfolio h3,
body.section-portfolio h4,
body.section-portfolio h5,
body.section-portfolio h6 {
    color: #f0efdc
}
body.section-portfolio .portfolioHeadline span,
body.section-portfolio .portfolioHeadline h1 {
    display: inline-block
}
body.section-portfolio .portfolioHeadline span {
    border-top: 1px solid #dad2bf;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5
}
body.section-portfolio .twelve.columns .portfolioHeadline span {
    width: 30%
}
body.section-portfolio .twelve.columns .portfolioHeadline h1 {
    width: 40%
}
body.section-portfolio .twelve.columns .portfolioHeadline.headlineWide span {
    width: 20%
}
body.section-portfolio .twelve.columns .portfolioHeadline.headlineWide h1 {
    width: 60%
}
body.section-portfolio .nine.columns .portfolioHeadline span {
    width: 20%
}
body.section-portfolio .nine.columns .portfolioHeadline h1 {
    width: 60%
}
body.section-portfolio .nine.columns .portfolioHeadline.headlineWide span {
    width: 10%
}
body.section-portfolio .nine.columns .portfolioHeadline.headlineWide h1 {
    width: 80%
}
body.section-portfolio .portfolioQuote {
    text-align: center;
    color: #c8b894;
    padding: 0 80px;
    margin-bottom: 25px
}
@media screen and (max-width: 608px) {
    body.section-portfolio .portfolioQuote {
        padding-left: 5%;
        padding-right: 5%
    }
}
body.section-portfolio .portfolioQuote p {
    font-size: 138.5%;
    line-height: 120%;
    color: #c8b894
}
body.section-portfolio .portfolioQuote .quoteContent {
    font-style: italic;
    margin-bottom: 14px
}
body.section-portfolio .portfolioQuote .quoteAttribution {
    text-transform: uppercase;
    color: #dad2bf;
    font-size: 108%;
    margin-bottom: 0
}
body.section-portfolio .portfolioQuote .quoteAttribution .title {
    font-size: 65%
}
body.section-portfolio .wp-caption img {
    border-color: #505050
}
body.section-portfolio .wp-caption .wp-caption-text {
    font-size: 100%;
    background-color: transparent;
    color: #a7dce2;
    padding: 10px 0
}
body.section-portfolio.viewport-mobile {
    background-image: none
}
body.section-portfolio.viewport-mobile #headerWrap {
    background-image: none
}
body.section-portfolio.viewport-mobile #primaryNav .nav-bar {
    height: auto;
    background-color: #436982
}
body.section-portfolio.viewport-mobile footer {
    display: none
}
body.section-portfolio.size-small #wrapper {
    padding-top: 25px
}
body.section-portfolio.size-small .portfolioQuote {
    padding: 0 15px;
    margin-bottom: 15px
}
body.section-portfolio.size-small .nine.columns .portfolioHeadline .before,
body.section-portfolio.size-small .nine.columns .portfolioHeadline .after,
body.section-portfolio.size-small .twelve.columns .portfolioHeadline .before,
body.section-portfolio.size-small .twelve.columns .portfolioHeadline .after {
    display: none
}
body.section-portfolio.size-small .nine.columns .portfolioHeadline h1,
body.section-portfolio.size-small .twelve.columns .portfolioHeadline h1 {
    width: 100%;
    padding: 0 15px;
    text-align: center
}
body.page-portfolio .socialConnectTitle {
    margin: 0;
    font-size: 123.1%
}
body.page-portfolio #social-icons {
    list-style: none;
    margin: 0;
    padding: 0
}
body.page-portfolio #social-icons li {
    display: inline-block;
    margin-right: 10px
}
body.page-portfolio #social-icons li:last-child {
    margin-right: 0
}
body.page-portfolio #social-icons li a:active {
    position: relative;
    top: 1px;
    left: 1px
}
body.page-portfolio #portfolioSlideshow {
    margin-bottom: 60px;
    padding: 0;
    background: transparent url("../images/icons/spinners/spinner_48_w.gif") no-repeat center center;
    border-color: #000;
    max-width: 100%
}
body.page-portfolio #portfolioSlideshow.orbit {
    background-image: none
}
body.page-portfolio .orbit-wrapper {
    max-width: 90%;
    margin: 5% auto;
}
body.page-portfolio .orbit-wrapper .timer {
    top: 15px;
    right: 15px
}
body.page-portfolio .orbit-wrapper .orbit-caption {
    padding: 5px 10px;
    width: 100%;
    max-width: 400px;
    left: 0px
}
@media screen and (max-width: 475px) {
    body.page-portfolio .orbit-wrapper .orbit-caption {
        display: none
    }
}
body.page-portfolio .orbit-wrapper .orbit-caption span {
    display: block;
    margin-bottom: 5px;
    text-align: left
}
body.page-portfolio .orbit-wrapper .orbit-caption span.title {
    font-weight: 600;
    color: #a7dce2
}
body.page-portfolio .orbit-wrapper .orbit-caption span.copyright {
    font-size: 85%;
    color: #a1a7ab
}
body.page-portfolio .portfolioQuote {
    margin-bottom: 35px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%
}
@media screen and (max-width: 475px) {
    body.page-portfolio .portfolioQuote {
        display: none
    }
}
body.page-portfolio.viewport-mobile #portfolioSlideshow {
    min-height: 0
}
body.page-portfolio.viewport-mobile.size-medium.orientation-landscape #portfolioSlideshow {
    background-image: url("../images/icons/spinners/spinner_48_w.gif")
}
body.page-portfolio.viewport-mobile.size-medium.orientation-portrait #portfolioSlideshow {
    background-image: url("../images/icons/spinners/spinner_32_w.gif")
}
body.page-portfolio.viewport-mobile.size-small #portfolioSlideshow {
    background-image: url("../images/icons/spinners/spinner_24_w.gif")
}
body.page-portfolio.viewport-mobile #portfolioSlideInfo {
    padding: 15px
}
body.page-portfolio.viewport-mobile #portfolioSlideInfo .title,
body.page-portfolio.viewport-mobile #portfolioSlideInfo p {
    width: 100%
}
@media screen and (max-width: 608px) {
    body.page-about-daniel div.alignright {
        float: none;
        margin: 0 auto;
        max-width: 100% !important;
        height: auto !important
    }
}
body.page-about-daniel .aboutVideo {
    margin-bottom: 50px
}
body.page-about-daniel #aboutProject {
    margin: 30px 0 20px
}
body.page-about-daniel #aboutProject .projectDetails {
    text-align: center;
    padding: 10px 25px 0
}
body.page-about-daniel #aboutProject .projectDescription,
body.page-about-daniel #aboutProject .projectLink {
    font-size: 138.5%;
    line-height: 130%
}
body.page-about-daniel #aboutProject .projectDescription {
    color: #b5c8ca;
    font-style: italic;
    margin-bottom: 10px
}
body.page-about-daniel #aboutProject .projectLink a,
body.page-about-daniel #aboutProject .projectLink a:visited {
    color: #a7dce2;
    text-decoration: none
}
body.page-about-daniel #aboutProject .projectLink a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff
}
body.page-about-daniel #aboutProject .projectLogo {
    text-align: center
}
body.page-published-works .coverflow-text {
    left: 0
}
body.page-published-works .coverflow-text h1 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: center;
    color: #bce4f3
}
body.page-published-works #covers {
    margin-bottom: 25px
}
body.page-published-works #bookList {
    margin: 0 auto
}
body.page-published-works #bookList li {
    text-align: center
}
body.page-published-works .bookModal {
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #505050
}
body.page-published-works .bookModal .cover {
    float: right;
    margin-left: 15px
}
body.page-published-works .bookModal .title {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 182%;
    margin-top: 0
}
body.page-published-works .bookModal p {
    font-size: 123.1%
}
body.page-published-works .bookModal .close-reveal-modal {
    background-color: #393939;
    border-color: #202020
}
body.page-published-works .bookModal .close-reveal-modal:hover {
    background-color: #202020
}
body.page-published-works.size-small .bookModal .cover {
    margin-bottom: 15px
}
body.page-published-works #articleList,
body.page-press #articleList {
    margin-bottom: 25px
}
body.page-published-works #articleList p,
body.page-press #articleList p {
    font-size: 108%;
    line-height: 150%
}
body.page-published-works #articleList li,
body.page-press #articleList li {
    font-size: 108%
}
body.page-published-works #articleList .articleCover,
body.page-press #articleList .articleCover {
    text-align: center
}
body.page-published-works #articleList .articleCover img,
body.page-press #articleList .articleCover img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.page-published-works #articleList .articleTitle,
body.page-press #articleList .articleTitle {
    font-size: 123.1%;
    font-weight: 600;
    color: #f6e7a1;
    text-align: center;
    margin: 0 0 5px
}
body.page-published-works #articleList p.links,
body.page-press #articleList p.links {
    text-align: center;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%
}
body.page-published-works #articleList p.links a,
body.page-published-works #articleList p.links a:visited,
body.page-press #articleList p.links a,
body.page-press #articleList p.links a:visited {
    color: #bce4f3;
    text-decoration: none
}
@media screen and (max-width: 550px) {
    body.page-awards .post-content h1 {
        font-size: 2em
    }
}
body.page-awards .post-content h2 {
    margin-bottom: 10px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #bce4f3;
    font-size: 182%
}
body.page-awards .post-content ul {
    margin: 0 0 30px 30px;
    line-height: 150%;
    list-style-position: outside;
    list-style-type: circle;
    font-size: 100%
}
body.page-awards .post-content li {
    margin-bottom: 20px;
    color: #776a4d
}
body.page-awards .post-content li .li_content {
    color: #cecece
}
body.page-photography-gear .gearPosts.row>.columns.twelve,
body.type-ne_gear .gearPosts.row>.columns.twelve {
    padding: 0
}
body.page-photography-gear .gearList,
body.type-ne_gear .gearList {
    list-style: none;
    margin: 0;
    padding: 0
}
body.page-photography-gear .gearList>li,
body.type-ne_gear .gearList>li {
    padding: 0 5px 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #505050;
    clear: both
}
body.page-photography-gear .gearList>li:last-child,
body.type-ne_gear .gearList>li:last-child {
    border-bottom: none
}
body.page-photography-gear .gearList>li p:last-child,
body.type-ne_gear .gearList>li p:last-child {
    margin-bottom: 0
}
body.page-photography-gear .thumb,
body.type-ne_gear .thumb {
    display: inline-block;
    line-height: 0;
    float: right;
    margin-left: 10px
}
body.page-photography-gear img.thumb,
body.page-photography-gear .thumb img,
body.type-ne_gear img.thumb,
body.type-ne_gear .thumb img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.page-photography-gear .postTitle,
body.type-ne_gear .postTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%;
    font-weight: bold;
    background-color: transparent;
    color: #436982;
    text-shadow: none;
    margin: 0 0 3px;
    clear: none
}
body.page-photography-gear .postTitle a,
body.page-photography-gear .postTitle a:visited,
body.type-ne_gear .postTitle a,
body.type-ne_gear .postTitle a:visited {
    color: #436982;
    text-decoration: none
}
body.page-photography-gear .sectionTitle,
body.type-ne_gear .sectionTitle {
    padding: 0;
    margin: 15px 0;
    background-color: transparent;
    color: #505050;
    text-shadow: none;
    box-shadow: none
}
body.page-photography-gear #gearTypes ul,
body.type-ne_gear #gearTypes ul {
    list-style: none;
    margin: 10px auto;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0
}
body.page-photography-gear #gearTypes li,
body.type-ne_gear #gearTypes li {
    display: inline-block;
    margin: 0 4px 15px;
    font-size: 100%
}
body.page-photography-gear #gearTypes li:first-child,
body.type-ne_gear #gearTypes li:first-child {
    margin-left: 0
}
body.page-photography-gear #gearTypes li:last-child,
body.type-ne_gear #gearTypes li:last-child {
    margin-right: 0
}
body.page-photography-gear #gearTypes li a,
body.type-ne_gear #gearTypes li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #2a749a;
    text-decoration: none;
    padding: 5px 10px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}
body.page-photography-gear #gearTypes li a:hover,
body.type-ne_gear #gearTypes li a:hover {
    background-color: #1a475e
}
body.page-photography-gear #gearTypes li.current-cat a,
body.type-ne_gear #gearTypes li.current-cat a {
    background-color: #1a475e
}
body.page-photography-gear ul.informationLinks,
body.type-ne_gear ul.informationLinks {
    list-style: square;
    margin: 0 0 10px 16px;
    padding: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.page-photography-gear ul.informationLinks li,
body.type-ne_gear ul.informationLinks li {
    font-size: 100%
}
body.page-photography-gear ul.informationLinks a,
body.page-photography-gear ul.informationLinks a:link,
body.page-photography-gear ul.informationLinks a:visited,
body.type-ne_gear ul.informationLinks a,
body.type-ne_gear ul.informationLinks a:link,
body.type-ne_gear ul.informationLinks a:visited {
    text-decoration: none
}
body.page-photography-gear ul.informationLinks a:hover,
body.page-photography-gear ul.informationLinks a:link:hover,
body.page-photography-gear ul.informationLinks a:visited:hover,
body.type-ne_gear ul.informationLinks a:hover,
body.type-ne_gear ul.informationLinks a:link:hover,
body.type-ne_gear ul.informationLinks a:visited:hover {
    text-decoration: underline
}
iframe.photoShelter {
    width: 100%;
    min-height: 900px;
    display: block
}
iframe.photoShelter#photoShelterBrowse {
    min-height: 1250px
}
.action {
    text-decoration: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-weight: 700;
    transition: all 0.2s;
    -webkit-transition: all 0.2s
}
.action:link,
.action:visited {
    color: #fff
}
.action span {
    display: inline-block;
    transition: inherit;
    -webkit-transition: inherit
}
.action .icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    float: left
}
.action .icon.heartLargeWhite {
    background-image: url("../images/icons/icon_heart_largeWhite.png")
}
.action .icon.plusLargeWhite {
    background-image: url("../images/icons/icon_plus_largeWhite.png")
}
.action.actionLarge .icon {
    width: 65px;
    height: 65px;
    padding: 10px;
    position: relative;
    z-index: 10;
    margin-right: -10px
}
.action.actionLarge .linkText {
    position: relative;
    z-index: 5;
    margin: 16px 0 0;
    padding: 8px 20px 8px 23px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    -khtml-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}
.action.actionLarge:hover .linkText,
.action.actionLarge:focus .linkText {
    padding-left: 30px
}
.action.love .icon,
.action.love .linkText {
    background-color: #d62b87
}
.action.love:hover .icon,
.action.love:hover .linkText,
.action.love:focus .icon,
.action.love:focus .linkText {
    background-color: #c02679
}
.action.viewAll .icon,
.action.viewAll .linkText {
    background-color: #1b6da6
}
.action.viewAll:hover .icon,
.action.viewAll:hover .linkText,
.action.viewAll:focus .icon,
.action.viewAll:focus .linkText {
    background-color: #186295
}
.explorerContentWrap.row {
    margin: 0
}
#explorerGalleries .explorerContent {
    padding: 15px
}
#explorerGalleries .gallery {
    margin-bottom: 25px
}
@media screen and (max-width: 767px) {
    #explorerGalleries .gallery>div {
        margin: 0
    }
}
#explorerGalleries .gallery:last-child {
    margin-bottom: 0
}
#explorerGalleries .gallery img {
    margin: 0
}
#explorerGalleries .gallery .galleryTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-weight: normal;
    padding: 10px 12px 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #829aa7;
    font-size: 153.9%;
    text-shadow: 1px 1px 0 #516772
}
@media screen and (max-width: 767px) {
    #explorerGalleries .gallery .galleryTitle {
        padding-left: 5% !important;
        padding-right: 5% !important;
        text-align: center
    }
}
#explorerGalleries .gallery .galleryTitle a {
    text-decoration: none;
    color: #fff
}
#explorerGalleries .gallery .galleryAvatar {
    position: relative;
    top: -47px;
    left: 10px;
    text-align: center
}
@media screen and (max-width: 767px) {
    #explorerGalleries .gallery .galleryAvatar {
        top: 0px !important
    }
}
#explorerGalleries .gallery .galleryAvatar img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: -13px
}
@media screen and (max-width: 767px) {
    #explorerGalleries .gallery .galleryAvatar img {
        float: left
    }
}
#explorerGalleries .gallery .galleryAvatar .explorerName {
    display: block;
    background: #226072;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    padding: 15px 5px 7px;
    text-align: center;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-top-left-radius: 0;
    -khtml-border-top-right-radius: 0;
    -khtml-border-bottom-right-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
#explorerGalleries .gallery.longTitle .galleryAvatar {
    top: -70px
}
#explorerGalleries .gallery .gallery-image img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
@media screen and (max-width: 350px) {
    #explorerGalleries .gallery .gallery-image img {
        margin-left: 5%;
        margin-right: 5%
    }
}
#explorerGalleries .gallery #galleryAbout {
    padding: 15px 25px
}
#explorerGalleries .gallery #galleryAbout .galleryAboutTitle {
    color: #226072;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 138.5%;
    margin-bottom: 5px
}
#explorerGalleries .gallery .itemAction {
    display: inline-block;
    float: right;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #2a749a;
    color: #fff
}
#explorerGalleries .gallery .itemAction:hover {
    background-color: #3592c2
}
#explorerGalleries .gallery .galleryTitle .itemAction {
    padding-top: 7px
}
#explorerGalleries .gallery .galleryAvatar .itemAction {
    font-size: 85%;
    float: none;
    margin: 10px 0;
    padding-top: 8px
}
#explorerGalleries .gallery.galleryLayoutFull {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0 0 20px
}
#explorerGalleries .gallery.galleryLayoutFull .introPhotos {
    position: relative;
    z-index: 1;
    margin-bottom: -35px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions {
    width: 100%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions div {
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions .loveWrap {
    width: 60%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions .viewAllWrap {
    width: 40%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions.portrait .loveWrap {
    width: 35%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions.portrait .viewAllWrap {
    width: 65%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroMain,
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroThumbs {
    display: inline-block
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroMain {
    width: 60%;
    overflow: hidden
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroMain .gallery-image {
    display: block;
    line-height: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroMain .gallery-image img {
    min-width: 100%;
    max-height: 385px;
    margin: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroMain.portrait {
    width: 35%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroMain.portrait .gallery-image img {
    min-width: none;
    max-height: none
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroThumbs {
    width: 40%;
    padding: 2px 13px 0px 14px;
    vertical-align: top
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroThumbs.portrait {
    width: 65%;
    padding: 7px 13px 0px 14px
}
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroThumbs .block-grid.three-up>li,
#explorerGalleries .gallery.galleryLayoutFull .galleryIntroThumbs .block-grid.five-up>li {
    padding: 2px;
    margin-bottom: 0;
    line-height: 0;
    font-size: 100%
}
#explorerGalleries .gallery.galleryLayoutFull .galleryTitle {
    margin: 0;
    padding: 8px 16px;
    background-color: #1b6da6;
    text-shadow: none;
    font-size: 138.5%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}
#explorerGalleries .gallery.galleryLayoutFull .gallery-image img {
    border: none;
    margin: 0;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions {
    text-align: center
}
#explorerGalleries .gallery.galleryLayoutFull .galleryActions .action {
    margin-right: 30px
}
#explorerGalleries .gallery.galleryLayoutFull .fbLike {
    text-align: right
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAbout {
    padding: 20px 45px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6)
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAbout::before {
    content: '\201C';
    display: inline-block;
    color: #1b6da6;
    font-size: 36px;
    float: left
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAbout p {
    width: 97.3%;
    float: right;
    clear: right
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthor {
    padding: 0 0 20px 30px
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthor .galleryProfile {
    width: 60%;
    float: left
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthor .galleryAuthorMore {
    width: 30%;
    float: right
}
#explorerGalleries .gallery.galleryLayoutFull .avatarWrap {
    width: 110px;
    float: left;
    margin-right: 20px
}
#explorerGalleries .gallery.galleryLayoutFull .profile .explorerName {
    font-size: 138.5%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    clear: none;
    margin: 0 0 10px
}
#explorerGalleries .gallery.galleryLayoutFull .profile .explorerName a {
    text-decoration: none;
    color: #1b6da6
}
#explorerGalleries .gallery.galleryLayoutFull .profile p {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: rgba(0, 0, 0, 0.8)
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthorMore .title {
    margin: 0 0 5px;
    padding: 8px;
    font-size: 108%;
    font-weight: 400;
    color: #fff;
    background-color: #1b6da6
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthorMore ul.block-grid {
    margin: 0;
    padding: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthorMore ul.block-grid.three-up>li {
    width: 33.3333%;
    margin: 0;
    padding: 0 5px 0 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthorMore ul.block-grid.three-up>li:last-child {
    padding-right: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthorMore .remaining {
    text-align: right;
    padding-right: 3px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    margin: 0
}
#explorerGalleries .gallery.galleryLayoutFull .galleryAuthorMore .remaining a {
    color: #1b6da6
}
.ajaxStatus {
    text-align: center;
    padding: 15px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b6da6
}
.ajaxStatus p {
    font-size: 110%;
    margin: 0
}
.ajaxStatus.loading {
    margin: 20px 0;
    background-color: #fff;
    border-top: 4px solid #1b6da6;
    border-bottom: 4px solid #1b6da6
}
.ajaxStatus.loading p {
    margin-bottom: 5px
}
.ajaxStatus.ajaxStatusSmall {
    overflow: hidden
}
.ajaxStatus.ajaxStatusSmall p {
    position: relative;
    z-index: 99
}
.ajaxStatus.ajaxStatusSmall img {
    position: relative;
    top: -20px;
    margin-bottom: -45px
}
.overlayFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}
.overlayBlack {
    background-color: rgba(0, 0, 0, 0.8)
}
.albumOverlay .loading {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/foundation/orbit/loading.gif")
}
.albumOverlay #albumClose {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: -60px;
    display: inline-block;
    position: absolute;
    text-indent: -9999em;
    background: #000 url("../images/icons/shadowbox_close.png") no-repeat center center;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.albumOverlay #albumClose:hover {
    background-color: #1b6da6
}
.albumOverlay .album {
    width: 95%;
    overflow: scroll;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    border: 1px solid #fff;
    position: relative
}
.albumOverlay .album.loading {
    background-image: url("../images/icons/spinners/spinner_192_w.gif")
}
.albumOverlay .album .images,
.albumOverlay .album .comments {
    display: inline-block
}
.albumOverlay .album .images {
    width: 70%;
    padding: 15px
}
.albumOverlay .album .comments {
    width: 30%;
    vertical-align: top;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    overflow-y: scroll
}
.albumOverlay .album .imgPrimary,
.albumOverlay .album .albumActions {
    text-align: center
}
.albumOverlay .album .images .albumDirectionalNav {
    text-indent: -9999em;
    width: 39px;
    height: 50px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.albumOverlay .album .images .albumDirectionalNav:hover {
    background-color: #bce4f3
}
.albumOverlay .album .images #albumPrev {
    background-image: url("../images/foundation/orbit/left-arrow-small.png");
    float: left;
    margin-left: -15px;
    margin-right: -39px
}
.albumOverlay .album .images #albumNext {
    background-image: url("../images/foundation/orbit/right-arrow-small.png");
    float: right;
    margin-right: -15px;
    margin-left: -39px
}
.albumOverlay .album .images .imgMeta {
    color: #fff;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.albumOverlay .album .images .imgMeta .caption {
    width: 90%;
    display: block;
    margin: 15px auto 0
}
.albumOverlay .album .images .imgMeta .caption p {
    text-align: center
}
.albumOverlay .album .images .imgMeta .caption p:last-child {
    margin-bottom: 0
}
.albumOverlay .album .images .imgMeta .fileMeta {
    width: 90%;
    display: block;
    margin: 15px auto 0;
    text-align: center
}
.albumOverlay .album .images .imgMeta .fileMeta .trigger {
    color: #fff;
    text-decoration: none;
    background: transparent url("../images/icons/icon_image_small.png") no-repeat 4px 5px;
    padding: 4px 5px 4px 29px;
    min-height: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}
.albumOverlay .album .images .imgMeta .fileMeta .expander {
    position: absolute;
    width: 250px;
    margin: 5px 0 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: none;
    left: 32%;
    z-index: 999;
    text-align: left
}
.albumOverlay .album .images .imgMeta .fileMeta .expander.visible {
    display: block
}
.albumOverlay .album .images .imgMeta .fileMeta .expander p:last-child {
    margin-bottom: 0
}
.albumOverlay .album .images .imgMeta .fileMeta .imageExif {
    list-style: none;
    margin: 0;
    padding: 0
}
.albumOverlay .album .images .imgMeta .fileMeta .imageExif .label {
    background-color: transparent;
    color: #a7dce2;
    font-size: inherit;
    padding: 0
}
.albumOverlay .album .imgPrimary>img {
    max-height: 100%
}
.albumOverlay .album .albumActions {
    margin: 10px 0 25px
}
.albumOverlay .album .imgThumbs {
    width: 100%;
    height: 110px;
    overflow-x: scroll;
    overflow-y: hidden
}
.albumOverlay .album .albumThumbList {
    height: 110px;
    margin: 0;
    padding: 0
}
.albumOverlay .album .albumThumbList li {
    display: inline-block;
    margin: 0 10px 0 0
}
.albumOverlay .album .albumThumbList li:last-child {
    margin-right: 0
}
.albumOverlay .album .albumThumbList li.current {
    opacity: 0.25
}
.albumOverlay .album .comments {
    color: #fff;
    position: relative;
    z-index: 9999999
}
.albumOverlay .album .comments .explorer .avatar {
    max-width: 110px;
    float: left;
    margin-right: 10px
}
.albumOverlay .album .comments .explorer .userName {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%;
    font-weight: 400;
    margin: 0 0 10px;
    color: #bce4f3
}
.albumOverlay .album .comments .explorer .userName a,
.albumOverlay .album .comments .explorer .userName a:visited,
.albumOverlay .album .comments .explorer .userName a:link {
    color: inherit;
    text-decoration: none
}
.albumOverlay .album .comments .explorer .userName a:hover,
.albumOverlay .album .comments .explorer .userName a:visited:hover,
.albumOverlay .album .comments .explorer .userName a:link:hover {
    text-decoration: underline
}
.albumOverlay .album .comments .explorer .albumTitle {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    color: #fff;
    font-weight: 400;
    margin: 0 0 5px;
    clear: none
}
.albumOverlay .album .comments .explorer .postedDate {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 93%;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 0
}
.albumOverlay .album .comments .imageActions {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}
@media (max-width: 1460px) {
    .albumOverlay .album .comments .imageActions {
        clear: both;
        padding-top: 20px
    }
}
.albumOverlay .album .comments .imageActions li {
    display: inline-block;
    margin-right: 15px
}
.albumOverlay .album .comments .imageActions li.link {
    position: relative;
    top: -5px
}
.albumOverlay .album .comments .imageActions li.link a {
    display: inline-block;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px 4px 28px;
    background: #1b6da6 url("../images/icons/icon_link_gray.png") no-repeat 7px 3px;
    line-height: 1.0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
.albumOverlay .album .comments .linkExpander {
    display: none;
    clear: both;
    margin: 24px 0 0;
    text-align: center
}
.albumOverlay .album .comments .linkExpander label,
.albumOverlay .album .comments .linkExpander input {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
.albumOverlay .album .comments .linkExpander label {
    color: rgba(255, 255, 255, 0.8)
}
.albumOverlay .album .comments .linkExpander input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-weight: 300;
    cursor: pointer
}
.albumOverlay .album .comments .explorerCommentList {
    margin: 0;
    padding: 15px 0 0
}
.albumOverlay .album .comments .explorerCommentList li {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px
}
.albumOverlay .album .comments .explorerCommentList li .commentAuthor {
    color: #bce4f3
}
.albumOverlay .album .comments .explorerCommentList li .commentTime {
    color: rgba(255, 255, 255, 0.5)
}
.albumOverlay .album .comments .explorerCommentList li .commentText {
    display: inline-block
}
.albumOverlay .album .comments .explorerCommentList li.commentForm #reply-title {
    color: #fff
}
.albumOverlay .album .comments .explorerCommentList li.notLoggedIn {
    background-color: #bce4f3
}
.explorerCommentList {
    list-style: none;
    clear: both;
    margin: 0
}
.explorerCommentList li {
    margin: 0 0 1px;
    text-align: left;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%
}
.explorerCommentList li p:last-child {
    margin-bottom: 0
}
.explorerCommentList li .commentAvatar {
    display: inline-block;
    width: 10%;
    max-width: 110px;
    vertical-align: top
}
.explorerCommentList li .commentContent {
    display: inline-block;
    width: 90%;
    padding-left: 10px;
    vertical-align: top
}
.explorerCommentList li .commentAuthor {
    font-weight: 700
}
.explorerCommentList li .commentTime {
    font-style: italic;
    font-size: 90%
}
.explorerCommentList li .commentText {
    display: block
}
.explorerCommentList li.commentForm,
.explorerCommentList li.notLoggedIn {
    background-color: #bce4f3;
    color: rgba(0, 0, 0, 0.8);
    padding: 10px
}
.explorerCommentList li.notLoggedIn p {
    font-size: 100%
}
.explorerCommentList li.commentForm form {
    margin: 0;
    padding: 0
}
.explorerCommentList li.commentForm .currentUserAvatar {
    width: 10%;
    max-width: 110px;
    display: inline-block;
    vertical-align: top
}
.explorerCommentList li.commentForm #comment {
    width: 85%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top
}
.explorerCommentList li.commentForm #reply-title {
    margin: 0 0 5px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 123.1%
}
.explorerCommentList li.commentForm p.form-submit {
    margin-bottom: 0;
    text-align: right;
    padding-right: 7px
}
.explorerCommentList li.commentForm input[type="submit"] {
    text-align: center
}
body.section-explorers .post-content {
    min-height: 1200px;
    padding: 0 15px 56px;
    margin: 0 0 -56px
}
body.section-explorers .post-content.noPad {
    padding: 0
}
body.section-explorers .post-content.padWrap {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px
}
body.section-explorers #pageHeadline h1 {
    background-color: #226072;
    margin-bottom: 0
}
@media screen and (max-width: 550px) {
    body.section-explorers #pageHeadline h1 {
        background: none
    }
}
body.section-explorers img {
    margin: 0
}
body.section-explorers #explorerGlobalNavWrap {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav.twelve.columns {
    padding: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav a,
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav label {
    color: #fff
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul {
    list-style: none;
    margin: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li {
    width: 33.333%;
    display: block;
    float: left;
    padding: 15px 20px;
    margin-bottom: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li .sectionTarget {
    font-size: 123.1%;
    text-decoration: none;
    display: block;
    padding: 2px 0 5px 45px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat
}
@media (max-width: 821px) {
    body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li .sectionTarget {
        font-size: 108%
    }
}
@media (max-width: 767px) {
    body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li .sectionTarget {
        font-size: 123.1%
    }
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li .expanderContent {
    position: absolute;
    background-color: inherit;
    margin: 0 0 0 -20px;
    width: 100%;
    padding: inherit
}
@media (max-width: 767px) {
    body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li .expanderContent {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 999
    }
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li p {
    padding: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login {
    background-color: #598795
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .sectionTarget {
    background-image: url("../images/icons/icon_lock_26.png");
    background-position-y: 1px
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login p {
    margin-bottom: 0;
    line-height: 100%
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent label {
    font-size: 90%;
    font-weight: normal
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul {
    font-size: 100%
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul li {
    font-size: 123.1%;
    margin-bottom: 8px
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul li:last-child {
    margin-bottom: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul li a,
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul li a:link,
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul li a:visited {
    text-decoration: none
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .expanderContent ul li a:hover {
    text-decoration: underline
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login input {
    margin-bottom: 5px
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login input[type="submit"] {
    float: left;
    margin-right: 15px
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .explorer-forgot-password {
    line-height: normal;
    margin-top: -13px;
    display: block
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.login .signup {
    font-weight: bold;
    font-size: 123.1%;
    text-decoration: none;
    display: block;
    text-align: center;
    clear: both;
    margin-top: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.directory {
    background-color: #194855
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.directory .sectionTarget {
    background-image: url("../images/icons/icon_directory_26.png")
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.locations {
    background-color: #226072
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.locations .sectionTarget {
    background-image: url("../images/icons/icon_location_26.png")
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.locations form {
    margin-bottom: 0
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.locations #gallery_location {
    margin-top: 10px
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li.locations .allLocations {
    font-weight: bold;
    font-size: 123.1%;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}
body.section-explorers #explorerGlobalNavWrap #explorerGlobalNav>ul>li ul {
    margin: 0;
    list-style: none
}
body.section-explorers .profileAvatar.avatarMid {
    max-width: 110px
}
body.section-explorers .profileAvatar.avatarMid img {
    max-height: 110px
}
body.section-explorers .profileAvatar.avatarSmall {
    max-width: 55px
}
body.section-explorers .profileAvatar.avatarSmall img {
    max-height: 55px
}
body.section-explorers .profileAvatar.avatarPrimary img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers .button.flatUI,
body.section-explorers input.flatUI.button-primary,
body.section-explorers body.size-small #upcomingTours #destinationSelect .toursAll a.flatUI,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers a.flatUI,
body.section-explorers body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.flatUI,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers a.flatUI,
body.section-explorers body.page-faq .flatUI.top,
body.page-faq body.section-explorers .flatUI.top,
body.section-explorers body.page-template-template-faq-php .flatUI.top,
body.page-template-template-faq-php body.section-explorers .flatUI.top,
body.section-explorers body.section-blog .post a.flatUI.more,
body.section-blog .post body.section-explorers a.flatUI.more {
    border: none;
    box-shadow: none;
    padding: 7px 16px 9px;
    line-height: 1;
    background-color: #1b6da6
}
body.section-explorers .button.flatUI.large,
body.section-explorers input.flatUI.large.button-primary,
body.section-explorers #commentsContainer #respond input.flatUI#submit,
#commentsContainer #respond body.section-explorers input.flatUI#submit,
body.section-explorers body.size-small #upcomingTours #destinationSelect .toursAll a.flatUI.large,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers a.flatUI.large,
body.section-explorers body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.flatUI.large,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers a.flatUI.large,
body.section-explorers body.page-faq .flatUI.large.top,
body.page-faq body.section-explorers .flatUI.large.top,
body.section-explorers body.page-template-template-faq-php .flatUI.large.top,
body.page-template-template-faq-php body.section-explorers .flatUI.large.top,
body.section-explorers body.section-blog .post a.flatUI.large.more,
body.section-blog .post body.section-explorers a.flatUI.large.more {
    font-size: 182%;
    padding: 12px 36px 16px
}
body.section-explorers .button.flatUI:hover,
body.section-explorers input.flatUI.button-primary:hover,
body.section-explorers body.size-small #upcomingTours #destinationSelect .toursAll a.flatUI:hover,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers a.flatUI:hover,
body.section-explorers body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.flatUI:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers a.flatUI:hover,
body.section-explorers body.page-faq .flatUI.top:hover,
body.page-faq body.section-explorers .flatUI.top:hover,
body.section-explorers body.page-template-template-faq-php .flatUI.top:hover,
body.page-template-template-faq-php body.section-explorers .flatUI.top:hover,
body.section-explorers body.section-blog .post a.flatUI.more:hover,
body.section-blog .post body.section-explorers a.flatUI.more:hover {
    background-color: #14507a
}
body.section-explorers input[type="submit"].button.flatUI,
body.section-explorers input[type="submit"].flatUI.button-primary,
body.section-explorers body.page-faq input[type="submit"].flatUI.top,
body.page-faq body.section-explorers input[type="submit"].flatUI.top,
body.section-explorers body.page-template-template-faq-php input[type="submit"].flatUI.top,
body.page-template-template-faq-php body.section-explorers input[type="submit"].flatUI.top {
    font-weight: normal;
    letter-spacing: .05em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}
body.section-explorers .imgOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8)
}
body.section-explorers .imgOverlay .modal {
    display: block;
    width: 75%;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000;
    position: relative;
    margin: auto;
    z-index: 9999;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px
}
@media (max-width: 1024px) {
    body.section-explorers .imgOverlay .modal {
        width: 90%;
        min-height: none
    }
}
body.section-explorers .imgOverlay .modal .modalClose {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    font-size: 138.5%;
    padding: 4px 8px 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    float: right;
    display: inline-block;
    border: 3px solid #a1a7ab;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0;
    margin: -15px -15px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
body.section-explorers .imgOverlay .modal .modalClose:hover {
    background-color: #393939
}
body.section-explorers .imgOverlay .modal .modalContent {
    padding: 10px;
    position: relative;
    z-index: 99999
}
body.section-explorers .imgOverlay .modal .modalContent .image {
    float: left;
    margin-right: 15px
}
body.section-explorers .imgOverlay .modal .modalContent .imageInfo {
    padding: 0 5px 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #505050
}
body.section-explorers .imgOverlay .modal .modalContent .imageInfo .titleIntro {
    margin: 0;
    font-size: 93%;
    color: #a1a7ab;
    text-transform: uppercase
}
body.section-explorers .imgOverlay .modal .modalContent .imageInfo .galleryTitle {
    margin: 0;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 123.1%
}
body.section-explorers .imgOverlay .modal .modalContent .imageInfo .galleryTitle a {
    color: #bce4f3;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
body.section-explorers .imgOverlay .modal .modalContent .imageInfo .galleryTitle a:hover {
    color: #65c1e4
}
body.section-explorers .imgOverlay .modal .modalContent .user .avatar {
    display: block;
    float: right;
    margin: 0 0 15px 10px;
    width: 100px;
    height: 100px
}
body.section-explorers .imgOverlay .modal .modalContent .user .avatar img {
    border: 3px solid #bce4f3
}
body.section-explorers .imgOverlay .modal .modalContent .user .userFullName {
    font-size: 182%;
    margin: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.section-explorers .imgOverlay .modal .modalContent .user .userFullName a {
    text-decoration: none;
    color: #bce4f3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
body.section-explorers .imgOverlay .modal .modalContent .user .userFullName a:hover {
    color: #65c1e4
}
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo {
    margin: 10px 0;
    list-style: none;
    display: block;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    float: left
}
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo a {
    color: #fff
}
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo li {
    color: #a1a7ab;
    font-size: 93%;
    line-height: 100%;
    min-height: 11px;
    margin-bottom: 10px;
    padding-left: 25px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 2px
}
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo li.love,
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo li.love a {
    color: #e8a4a4;
    text-decoration: none
}
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo li.love {
    background-image: url("../images/icons/icon_heart_small.png");
    background-position-x: 3px
}
body.section-explorers .imgOverlay .modal .modalContent .user .itemInfo li.galleries {
    background-image: url("../images/icons/icon_image_small.png")
}
body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription {
    clear: right
}
body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription .descriptionTitle {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    margin: 8px 0 3px 0;
    font-size: 123.1%;
    color: #a1a7ab
}
body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription .descriptionContent {
    font-style: italic
}
@media (max-width: 1024px) {
    body.section-explorers .imgOverlay .modal .modalContent .image {
        float: none;
        margin: 0 0 10px 0;
        text-align: center
    }
    body.section-explorers .imgOverlay .modal .modalContent .imageInfo {
        padding-right: 0;
        padding-left: 0
    }
    body.section-explorers .imgOverlay .modal .modalContent .titleIntro {
        text-align: center
    }
    body.section-explorers .imgOverlay .modal .modalContent .galleryTitle {
        text-align: center
    }
    body.section-explorers .imgOverlay .modal .modalContent .user .avatar {
        float: left;
        margin-right: 10px;
        margin-left: 0
    }
    body.section-explorers .imgOverlay .modal .modalContent .user .userInfo {
        float: left;
        width: 35%
    }
    body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription {
        padding-left: 0 !important;
        float: right;
        width: 60%;
        margin-left: 15px
    }
    body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription .descriptionTitle {
        margin-top: 0
    }
}
@media (max-width: 481px) {
    body.section-explorers .imgOverlay .modal .modalContent .user .userInfo {
        float: none;
        width: 280px;
        margin: 0 auto 10px
    }
    body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0
    }
    body.section-explorers .imgOverlay .modal .modalContent .user .galleryDescription .descriptionTitle {
        text-align: center
    }
}
body.section-explorers .profileWidget {
    background-color: #fff;
    padding: 10px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 0 25px 0
}
body.section-explorers .profileWidget:last-child {
    margin-bottom: 0
}
body.section-explorers .profileWidget ul {
    padding: 0 2px 15px;
    margin: 0 0 15px;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
body.section-explorers .profileWidget ul:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}
body.section-explorers .profileWidget ul>li {
    font-size: 100%;
    margin: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 0 2px
}
body.section-explorers .profileWidget ul>li>ul {
    font-size: inherit;
    background: transparent;
    margin: 0;
    padding: 0;
    border: none
}
body.section-explorers .profileWidget ul>li>ul>li {
    margin: 0;
    background-color: transparent
}
body.section-explorers .profileWidget .widgetTitle {
    margin: 0 0 5px;
    color: #1b6da6;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%
}
body.section-explorers .profileWidget .widgetTitle.reversed {
    color: #fff;
    background-color: #1b6da6;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px
}
body.section-explorers .profileWidget h3.widgetTitle {
    padding: 10px;
    margin: -10px -10px 15px;
    color: #fff;
    background-color: #1b6da6;
    line-height: 1;
    font-size: 153.9%
}
body.section-explorers .profileWidget h3.widgetTitle::after {
    content: '';
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: #1b6da6 transparent transparent transparent;
    display: block;
    position: relative;
    top: 25px;
    margin-top: -19px
}
body.section-explorers .profileWidget .widgetSubtitle {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8)
}
body.section-explorers form fieldset.profileWidget {
    padding: 20px
}
body.section-explorers form fieldset.profileWidget .row {
    margin-bottom: 15px
}
body.section-explorers form fieldset.profileWidget .row:last-child {
    margin-bottom: 0
}
body.section-explorers form .widgetTitle.reversed {
    margin-left: -21px;
    margin-bottom: 0
}
body.section-explorers form span.required {
    display: inline-block;
    margin-left: 5px
}
body.section-explorers form legend+p {
    font-size: 108%
}
body.section-explorers form label,
body.section-explorers form .label {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 123.1%
}
body.section-explorers form .label {
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
    margin-bottom: 5px
}
body.section-explorers form input[type="text"]+label {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 0px;
    font-weight: 400
}
body.section-explorers form input.error {
    background-color: #ffc3c3;
    border-color: #740606
}
body.section-explorers form select.error {
    padding: 10px;
    background-color: #ffc3c3
}
body.section-explorers form .checkboxGroup {
    padding-left: 10px
}
body.section-explorers form .checkboxGroup label {
    font-weight: normal;
    display: inline-block;
    margin: 0 0 10px 5px;
    font-size: 100%
}
body.section-explorers form .checkboxGroup label:last-child {
    margin-bottom: 0
}
body.section-explorers form .checkboxGroup input[type="checkbox"] {
    display: inline-block;
    margin: 0 0 10px 5px
}
body.section-explorers form .checkboxGroup input[type="checkbox"]:last-child {
    margin-bottom: 0
}
body.section-explorers form .submitContainer {
    text-align: center;
    font-size: 100%
}
body.section-explorers .explorerActionDisplay .profileAvatar,
body.section-explorers .explorerActionDisplay .actionDescription {
    display: inline-block
}
body.section-explorers .explorerActionDisplay .profileAvatar {
    margin-right: 10px
}
body.section-explorers .explorerActionDisplay .profileAvatar img {
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers .explorerActionDisplay .actionDescription {
    position: relative;
    top: -13px
}
body.section-explorers .explorerActionDisplay .actionDescription p {
    font-size: 108%;
    margin-bottom: 3px;
    line-height: 1
}
body.section-explorers .explorerActionDisplay .actionDescription p.actionDescriptionDate {
    font-size: 85%
}
body.section-explorers .explorerActionDisplay .actionDescription a,
body.section-explorers .explorerActionDisplay .actionDescription a:link,
body.section-explorers .explorerActionDisplay .actionDescription a:visited {
    text-decoration: none
}
body.section-explorers .explorerActionDisplay .actionDescription a:hover,
body.section-explorers .explorerActionDisplay .actionDescription a:link:hover,
body.section-explorers .explorerActionDisplay .actionDescription a:visited:hover {
    text-decoration: underline
}
body.section-explorers .explorerActionDisplay.actionType-love .actionDescription {
    padding-left: 24px;
    background: transparent url("../images/icons/icon_heart16_gray.png") no-repeat 0 1px
}
body.section-explorers .explorerActionDisplay .actionTypeText {
    font-weight: bold;
    color: #1b6da6
}
body.section-explorers .explorerActionDisplay .actionTypeText.love {
    color: #d62b87
}
body.section-explorers .explorerActionDisplay .explorerCommentList {
    padding: 5px
}
body.section-explorers .explorerActionDisplay .explorerCommentList li.comment {
    margin-bottom: 7px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1)
}
body.section-explorers .explorerActionDisplay .explorerCommentList li.commentForm #reply-title {
    font-weight: 600
}
body.section-explorers .explorerActionDisplay .explorerCommentList li.commentForm #comment {
    margin-bottom: 6px;
    width: 87%
}
body.section-explorers .explorerActionDisplay .explorerCommentList li.commentForm input[type="submit"] {
    font-weight: normal;
    padding: 5px 11px 7px;
    font-size: 85%;
    background-color: #1b6da6;
    border: none;
    box-shadow: none
}
body.section-explorers.page-explorers .post-content {
    padding-left: 0;
    padding-right: 0;
    min-height: 1200px
}
body.section-explorers.page-explorers #explorersIntro {
    margin-bottom: 90px
}
body.section-explorers.page-explorers .galleryList {
    margin: 0;
    list-style: none
}
body.section-explorers.page-explorers .masonryContainer {
    margin: 15px 5px
}
body.section-explorers.page-explorers .masonryContainer .masonryItem,
body.section-explorers.page-explorers .masonryContainer .grid-sizer {
    width: 25%
}
@media (max-width: 767px) {
    body.section-explorers.page-explorers .masonryContainer .masonryItem,
    body.section-explorers.page-explorers .masonryContainer .grid-sizer {
        width: 33.33%
    }
}
@media (max-width: 481px) {
    body.section-explorers.page-explorers .masonryContainer .masonryItem,
    body.section-explorers.page-explorers .masonryContainer .grid-sizer {
        width: 50%
    }
}
body.section-explorers.page-explorers .masonryContainer .masonryItem {
    padding: 10px;
    margin: 0
}
body.section-explorers.page-explorers .masonryContainer .masonryItem img {
    border: 6px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers.page-explorers .loadMore {
    display: none;
    clear: both;
    color: #226072;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%;
    text-align: center;
    margin: 10px auto;
    text-decoration: none;
    cursor: default
}
body.section-explorers.page-explorers .loadMore.loading {
    display: block;
    background: #fff url("../images/icons/preloaders/preloader_1.gif") no-repeat center 40px;
    padding-bottom: 88px
}
body.section-explorers.page-explorers .loadMore.noPosts {
    display: block
}
body.section-explorers.page-explorers #explorerFeaturedWrap {
    position: relative;
    z-index: 1;
    margin: 0
}
@media (max-width: 479px) {
    body.section-explorers.page-explorers #explorerFeaturedWrap {
        display: none
    }
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin: -130px 0 0 20px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 350px;
    padding: 8px
}
@media (max-width: 650px) {
    body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo {
        width: auto
    }
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo .explorerAvatar {
    width: 75px;
    display: block;
    float: left;
    margin-right: 8px
}
@media (max-width: 650px) {
    body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo .explorerAvatar {
        display: none
    }
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo .explorerAvatar img {
    border: 3px solid #226072
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo .explorerName {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 153.9%;
    margin: 0 0 10px
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo .explorerName a {
    color: #bce4f3;
    text-decoration: none
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo ul {
    clear: none;
    list-style: none;
    margin: 0
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li {
    font-size: 100%;
    line-height: 100%;
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li a {
    color: #fff
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.galleries {
    background-image: url("../images/icons/icon_image_small.png");
    min-height: 14px
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.love {
    color: #e8a4a4;
    background-image: url("../images/icons/icon_heart_small.png");
    min-height: 11px;
    background-position-y: 3px
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.love a {
    color: #e8a4a4;
    text-decoration: none
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.love .action {
    background: transparent;
    text-shadow: none
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.love .action.love .linkText {
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.love .action.actionLarge .icon {
    display: none
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo li.promote {
    display: none
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo.hasAvatar li {
    background-position: 85px 0;
    padding-left: 110px
}
@media (max-width: 650px) {
    body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo.hasAvatar li {
        padding-left: 20px;
        background-position-x: 0
    }
}
body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo.hasAvatar li.love {
    background-position-x: 88px
}
@media (max-width: 650px) {
    body.section-explorers.page-explorers #explorerFeaturedWrap .galleryInfo.hasAvatar li.love {
        background-position-x: 3px
    }
}
body.section-explorers.page-explorers #explorerLandingNavWrap {
    margin: 0
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: #dad2bf;
    padding: 0
}
@media (max-width: 1024px) {
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav {
        box-shadow: none;
        background-color: transparent
    }
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes {
    margin: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 17px 20px 0;
    float: left;
    font-size: 100%
}
@media (max-width: 1024px) {
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes {
        padding: 25px 20px 0;
        float: none
    }
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 108%;
    line-height: 190%
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li::after {
    content: '\007C';
    display: inline-block;
    margin: 0 15px
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li:last-child {
    padding-right: 0
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li:last-child::after {
    display: none
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li a:hover {
    text-decoration: underline
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li.active a {
    color: #226072;
    font-weight: bold
}
@media (max-width: 1024px) {
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li {
        margin-right: 15px
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li::after {
        display: none;
        content: ''
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li:last-child {
        margin-right: none
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li a {
        color: #fff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        background-color: #393939;
        padding: 4px 10px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        border-radius: 8px
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li a:hover {
        background-color: #226072;
        text-decoration: none
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li.active a {
        background-color: #226072;
        font-weight: bold;
        color: #fff
    }
}
@media (max-width: 512px) {
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li {
        margin-bottom: 15px
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li:last-child {
        margin-bottom: 0
    }
}
@media (max-width: 399px) {
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li {
        margin-right: 0;
        display: block
    }
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav ul.galleryTypes li a {
        display: block;
        text-align: center
    }
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo {
    float: right;
    padding: 10px 15px;
    background-color: #c8b894;
    text-align: right
}
@media (max-width: 1024px) {
    body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo {
        display: none
    }
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .explorerInfoTitle {
    display: inline-block;
    margin: 0;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 138.5%;
    font-style: italic;
    color: #224b66
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .button,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo input.button-primary,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo a,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo a,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.page-faq .top,
body.page-faq body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .top,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .top,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.section-blog .post a.more,
body.section-blog .post body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo a.more {
    margin-left: 10px;
    background-color: #456640;
    border-color: #30472c
}
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .button:hover,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo input.button-primary:hover,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.size-small #upcomingTours #destinationSelect .toursAll a:hover,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo a:hover,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo a:hover,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.page-faq .top:hover,
body.page-faq body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .top:hover,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.page-template-template-faq-php .top:hover,
body.page-template-template-faq-php body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo .top:hover,
body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo body.section-blog .post a.more:hover,
body.section-blog .post body.section-explorers.page-explorers #explorerLandingNavWrap #explorerLandingNav .explorerInfo a.more:hover {
    background-color: #30472c
}
body.section-explorers.page-profile #pageHeadline h1 {
    margin-bottom: 0
}
body.section-explorers.page-profile .post-content {
    padding-bottom: 85px
}
body.section-explorers.page-profile .noUser.post-content {
    padding-top: 15px
}
body.section-explorers.page-profile #profileNavWrap {
    position: relative;
    z-index: 10;
    margin: -85px 15px 0
}
body.section-explorers.page-profile #profileNavWrap .profileAvatar,
body.section-explorers.page-profile #profileNavWrap .usernameTitle {
    display: inline-block
}
body.section-explorers.page-profile #profileNavWrap .profileAvatar {
    margin-right: 20px;
    position: relative;
    z-index: 20
}
body.section-explorers.page-profile #profileNavWrap .usernameTitle {
    position: relative;
    top: -43px;
    margin-bottom: -43px
}
body.section-explorers.page-profile #profileNavWrap .usernameTitle h2 {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0
}
body.section-explorers.page-profile .no-header #profileNavWrap {
    margin: 0 -15px;
    padding: 90px 30px 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 216px
}
body.section-explorers.page-profile #profileNav {
    margin: 0 -30px -27px;
    padding: 0 25px 0 160px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -27px
}
body.section-explorers.page-profile #profileNav .profileNavList {
    list-style: none;
    display: block;
    margin: 0 0 15px;
    padding: 0
}
body.section-explorers.page-profile #profileNav .profileNavList li {
    display: inline-block;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1;
    margin-bottom: 0
}
body.section-explorers.page-profile #profileNav .profileNavList li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2)
}
body.section-explorers.page-profile #profileNav .profileNavList li a {
    display: inline-block;
    padding: 13px 15px 12px
}
body.section-explorers.page-profile #profileNav .profileNavList li a:link {
    text-decoration: none
}
body.section-explorers.page-profile #profileNav .profileNavList li a:link:hover {
    color: #1b6da6
}
body.section-explorers.page-profile #profileNav .profileNavList li.current a,
body.section-explorers.page-profile #profileNav .profileNavList li.current a:visited,
body.section-explorers.page-profile #profileNav .profileNavList li.current a:link {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}
body.section-explorers.page-profile #profileNav .profileNavList li.current a:hover,
body.section-explorers.page-profile #profileNav .profileNavList li.current a:visited:hover,
body.section-explorers.page-profile #profileNav .profileNavList li.current a:link:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}
body.section-explorers.page-profile #profileNav .profileNavList li.current a::after,
body.section-explorers.page-profile #profileNav .profileNavList li.current a:visited::after,
body.section-explorers.page-profile #profileNav .profileNavList li.current a:link::after {
    content: '';
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
    position: relative;
    top: 12px;
    margin: 0 auto -16px
}
body.section-explorers.page-profile #profileNav .profileNavActions {
    display: inline-block;
    float: right;
    position: relative;
    top: -52px;
    margin-bottom: -52px;
    left: 20px
}
body.section-explorers.page-profile #profileAbout.profileWidget .bio p {
    font-size: 100%
}
body.section-explorers.page-profile #profileAbout.profileWidget .galleries .numGalleries {
    padding-left: 24px;
    background-image: url("../images/icons/icon_image16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .statistics .followed {
    padding-left: 24px;
    background-image: url("../images/icons/icon_graph16_gray.png");
    background-position-y: 0
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact>li,
body.section-explorers.page-profile #profileAbout.profileWidget .contact .socialList>li {
    margin-bottom: 8px
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact>li:last-child,
body.section-explorers.page-profile #profileAbout.profileWidget .contact .socialList>li:last-child {
    margin-bottom: 0
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact li.website {
    word-break: break-all
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact li.website,
body.section-explorers.page-profile #profileAbout.profileWidget .contact li.email,
body.section-explorers.page-profile #profileAbout.profileWidget .contact .socialList li {
    padding-left: 24px
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .website {
    background-image: url("../images/icons/icon_world16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .email {
    background-image: url("../images/icons/icon_email16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .googleplus {
    background-image: url("../images/icons/icon_plus16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .twitter {
    background-image: url("../images/icons/icon_twitter16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .linkedin {
    background-image: url("../images/icons/icon_linkedin16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .facebook {
    background-image: url("../images/icons/icon_facebook16_gray.png")
}
body.section-explorers.page-profile #profileAbout.profileWidget .contact .pinterest {
    background-image: url("../images/icons/icon_pinterest16_gray.png")
}
body.section-explorers.page-profile #profileGalleries.profileWidget #explorerGalleryList {
    margin-top: 10px
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    display: block;
    *zoom: 1
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem:before,
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem:after {
    content: " ";
    display: table
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem:after {
    clear: both
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem .listThumb {
    max-width: 85px;
    display: inline-block;
    margin-left: 10px;
    float: right;
    line-height: 0
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem .listThumb img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem .galleryTitle {
    font-size: 108%;
    text-decoration: none;
    font-weight: bold;
    color: #2a749a
}
body.section-explorers.page-profile #profileGalleries.profileWidget .galleryItem .postDate {
    margin-top: 5px;
    font-size: 77%;
    color: rgba(0, 0, 0, 0.5)
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions>li {
    margin-bottom: 15px;
    padding: 0 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions .actionSender {
    margin-bottom: 8px
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions .actionMedia {
    text-align: center
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions .actionMedia img {
    border: 2px solid rgba(0, 0, 0, 0.8);
    max-height: 500px
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions .actionContent {
    margin: 0 20px
}
body.section-explorers.page-profile #profileTimeline.profileWidget .timelineActions .actionContent .commentList .commentCount {
    color: #1b6da6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2)
}
body.section-explorers.page-profile .actionType-follow .actionContent {
    border: 1px solid rgba(0, 0, 0, 0.1)
}
body.section-explorers.page-profile .actionType-follow .followProfile {
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    *zoom: 1
}
body.section-explorers.page-profile .actionType-follow .followProfile:before,
body.section-explorers.page-profile .actionType-follow .followProfile:after {
    content: " ";
    display: table
}
body.section-explorers.page-profile .actionType-follow .followProfile:after {
    clear: both
}
body.section-explorers.page-profile .actionType-follow .followProfile .actionContentTitle {
    color: #1b6da6;
    margin-top: 0
}
body.section-explorers.page-profile .actionType-follow .followProfile .avatar {
    float: right;
    margin-left: 10px;
    max-width: 110px
}
body.section-explorers.page-profile .actionType-follow .followProfile .avatar img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers.page-profile .actionType-follow .followProfile .bio p {
    font-size: 100%
}
body.section-explorers.page-profile .actionType-share .actionContentTitle {
    font-size: 150%;
    padding-right: 20px
}
body.section-explorers.page-profile .actionType-share .actionContentTitle a,
body.section-explorers.page-profile .actionType-share .actionContentTitle a:visited,
body.section-explorers.page-profile .actionType-share .actionContentTitle a:link {
    color: #1b6da6;
    text-decoration: none
}
body.section-explorers.page-profile .actionType-share .actionContentTitle a:hover,
body.section-explorers.page-profile .actionType-share .actionContentTitle a:visited:hover,
body.section-explorers.page-profile .actionType-share .actionContentTitle a:link:hover {
    text-decoration: underline
}
body.section-explorers.page-profile .actionType-share .actionContentTitle .price {
    color: rgba(0, 0, 0, 0.5)
}
body.section-explorers.page-profile .actionType-share .tourAbout {
    padding-left: 36px
}
body.section-explorers.page-profile .actionType-share .tourAbout::before {
    content: open-quote;
    display: inline-block;
    font-size: 48px;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    margin: 0 0 0 -36px;
    position: relative;
    left: 8px;
    top: 8px
}
body.section-explorers.page-profile .actionType-share .tourAbout p {
    font-size: 123.1%;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    font-style: italic
}
body.section-explorers.page-profile .actionType-share .tourAbout p:last-child {
    margin-bottom: 0
}
body.section-explorers.page-profile #profileFollowers.profileWidget .userGrid li,
body.section-explorers.page-profile #profileFollowing.profileWidget .userGrid li {
    text-align: center
}
body.section-explorers.page-profile #profileFollowers.profileWidget .userGrid .avatar,
body.section-explorers.page-profile #profileFollowing.profileWidget .userGrid .avatar {
    width: 110px;
    margin: 0 auto
}
body.section-explorers.page-profile #profileFollowers.profileWidget .userGrid .avatar img,
body.section-explorers.page-profile #profileFollowing.profileWidget .userGrid .avatar img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers.page-profile #profileFollowers.profileWidget .userGrid .explorerName,
body.section-explorers.page-profile #profileFollowing.profileWidget .userGrid .explorerName {
    margin-bottom: 3px
}
body.section-explorers.page-profile #profileFollowers.profileWidget .userGrid .explorerName a,
body.section-explorers.page-profile #profileFollowing.profileWidget .userGrid .explorerName a {
    color: #1b6da6;
    font-size: 138.5%;
    text-decoration: none
}
body.section-explorers.page-profile #profileFollowers.profileWidget .userGrid .timestamp,
body.section-explorers.page-profile #profileFollowing.profileWidget .userGrid .timestamp {
    font-size: 100%
}
body.section-explorers.page-profile .profileTab p.tabActionButton {
    font-size: 100%;
    text-align: center
}
body.section-explorers.page-profile #profileTab-galleries .tabActionButton {
    margin-bottom: 0
}
body.section-explorers.page-profile #profileTab-tradingPost p.tabActionButton {
    margin: 15px 0 35px
}
body.section-explorers.page-edit-explorer-profile #pageHeadline h1 {
    margin-bottom: 0
}
body.section-explorers.page-edit-explorer-profile .post-content {
    margin-top: 0;
    padding-top: 25px
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    *zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8)
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent:before,
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent:after,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent:before,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent:after {
    content: " ";
    display: table
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent:after,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent:after {
    clear: both
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent div,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent div {
    display: inline-block
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent p,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent p {
    margin: 0
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent .avatar,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent .avatar {
    margin-right: 25px;
    float: left
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent .headerActions,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent .headerActions {
    display: block
}
body.section-explorers.page-edit-explorer-profile .avatarEditCurrent .headerActions p,
body.section-explorers.page-edit-explorer-profile .headerEditCurrent .headerActions p {
    text-align: center;
    margin-top: 8px
}
body.section-explorers.page-edit-explorer-profile .uploadModal {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    border: 2px solid #000
}
body.section-explorers.page-edit-explorer-profile .uploadModal>.modalClose {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px 0 0 9px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
    background-color: #1b6da6;
    float: right;
    position: relative;
    top: -35px;
    left: 35px;
    border: 4px solid rgba(255, 255, 255, 0.5)
}
body.section-explorers.page-edit-explorer-profile .uploadModal>.modalClose:hover {
    background-color: #14507a
}
body.section-explorers.page-edit-explorer-profile .uploadModal label[for="upload"] {
    margin-bottom: 10px
}
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage {
    background-image: none;
    width: 100%;
    height: auto
}
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage.loading {
    background: transparent url("../images/icons/preloaders/preloader_1.gif") no-repeat center center;
    min-height: 250px
}
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage p.statusFlag {
    text-align: center;
    font-style: italic;
    font-size: 108%;
    text-align: center
}
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage p.description {
    font-weight: bold;
    color: #1b6da6;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%
}
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton {
    margin-top: 15px;
    text-align: center
}
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .button,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton input.button-primary,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.page-faq .top,
body.page-faq body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .top,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .top,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.section-blog .post a.more,
body.section-blog .post body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a.more,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .button:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton input.button-primary:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.size-small #upcomingTours #destinationSelect .toursAll a:visited,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:visited,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.page-faq .top:visited,
body.page-faq body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .top:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.page-template-template-faq-php .top:visited,
body.page-template-template-faq-php body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .top:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.section-blog .post a.more:visited,
body.section-blog .post body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a.more:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .button:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton input.button-primary:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.size-small #upcomingTours #destinationSelect .toursAll a:link,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:link,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.page-faq .top:link,
body.page-faq body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .top:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.page-template-template-faq-php .top:link,
body.page-template-template-faq-php body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton .top:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton body.section-blog .post a.more:link,
body.section-blog .post body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .cropButton a.more:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .button,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton input.button-primary,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.page-faq .top,
body.page-faq body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .top,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .top,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.section-blog .post a.more,
body.section-blog .post body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a.more,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .button:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton input.button-primary:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.size-small #upcomingTours #destinationSelect .toursAll a:visited,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:visited,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.page-faq .top:visited,
body.page-faq body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .top:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.page-template-template-faq-php .top:visited,
body.page-template-template-faq-php body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .top:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.section-blog .post a.more:visited,
body.section-blog .post body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a.more:visited,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .button:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton input.button-primary:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.size-small #upcomingTours #destinationSelect .toursAll a:link,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a:link,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.page-faq .top:link,
body.page-faq body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .top:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.page-template-template-faq-php .top:link,
body.page-template-template-faq-php body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton .top:link,
body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton body.section-blog .post a.more:link,
body.section-blog .post body.section-explorers.page-edit-explorer-profile .uploadModal .uploadedImage .continueButton a.more:link {
    color: #fff !important
}
body.section-explorers.page-explorersAddGallery .post-content {
    padding-top: 30px
}
body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.button,
body.section-explorers.page-explorersAddGallery #uploads body.size-small #upcomingTours #destinationSelect .toursAll a.sortGallery,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-explorersAddGallery #uploads a.sortGallery,
body.section-explorers.page-explorersAddGallery #uploads body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.sortGallery,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-explorersAddGallery #uploads a.sortGallery,
body.section-explorers.page-explorersAddGallery #uploads body.page-faq a.sortGallery.top,
body.page-faq body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.top,
body.section-explorers.page-explorersAddGallery #uploads body.page-template-template-faq-php a.sortGallery.top,
body.page-template-template-faq-php body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.top,
body.section-explorers.page-explorersAddGallery #uploads body.section-blog .post a.sortGallery.more,
body.section-blog .post body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.more {
    display: inline-block;
    background-color: #1b6da6;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    font-weight: 400;
    padding: 1px 12px 3px;
    margin-left: 15px;
    border: none;
    line-height: 27px;
    height: 30px;
    border: none;
    box-shadow: none;
    position: relative;
    top: -16px
}
body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.button:hover,
body.section-explorers.page-explorersAddGallery #uploads body.size-small #upcomingTours #destinationSelect .toursAll a.sortGallery:hover,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-explorers.page-explorersAddGallery #uploads a.sortGallery:hover,
body.section-explorers.page-explorersAddGallery #uploads body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.sortGallery:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-explorers.page-explorersAddGallery #uploads a.sortGallery:hover,
body.section-explorers.page-explorersAddGallery #uploads body.page-faq a.sortGallery.top:hover,
body.page-faq body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.top:hover,
body.section-explorers.page-explorersAddGallery #uploads body.page-template-template-faq-php a.sortGallery.top:hover,
body.page-template-template-faq-php body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.top:hover,
body.section-explorers.page-explorersAddGallery #uploads body.section-blog .post a.sortGallery.more:hover,
body.section-blog .post body.section-explorers.page-explorersAddGallery #uploads a.sortGallery.more:hover {
    background-color: #14507a
}
body.section-explorers .uploadifive-button.uploadSelectButton {
    background-color: #1b6da6;
    background-image: none;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 108%;
    border: none;
    text-transform: none;
    font-weight: 400;
    padding: 1px 12px 3px;
    margin: 15px 0 5px;
    cursor: pointer;
    display: inline-block
}
body.section-explorers .uploadifive-button.uploadSelectButton:hover {
    background-color: #14507a
}
body.section-explorers #uploadQueue {
    display: block;
    margin: 10px 0;
    padding: 20px 20px 5px 20px;
    min-height: 400px;
    border: 10px dashed rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2) url("../images/template/bg_uploader.png") no-repeat center center
}
body.section-explorers #uploadQueue:hover,
body.section-explorers #uploadQueue:active {
    background-color: rgba(255, 255, 255, 0.5)
}
body.section-explorers #uploadQueue .uploadifive-queue-item {
    background-color: transparent;
    background: transparent url("../images/icons/preloaders/preloader_2.gif") no-repeat center 10px;
    border: none;
    border-radius: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center
}
body.section-explorers #uploadQueue .uploadifive-queue-item.complete {
    background-image: none
}
body.section-explorers #uploadQueue .uploadifive-queue-item span {
    display: block;
    font-size: 77%
}
body.section-explorers #uploadQueue .uploadifive-queue-item .fileimg {
    display: block;
    text-align: center;
    min-width: 75px;
    min-height: 75px
}
body.section-explorers #uploadQueue .uploadifive-queue-item .fileimg img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers #uploadQueue .uploadifive-queue-item .filename {
    word-break: break-all;
    font-size: 85%
}
body.section-explorers #uploadQueue .uploadifive-queue-item .fileinfo {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 3px;
    padding: 2px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.8)
}
body.section-explorers #uploadQueue .uploadifive-queue-item .fileDelete {
    display: none
}
body.section-explorers #uploadQueue .uploadifive-queue-item .fileDelete a {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    background-color: #641212;
    text-decoration: none;
    text-transform: uppercase
}
body.section-explorers #uploadQueue .uploadifive-queue-item .fileDelete a:hover {
    background-color: #8f1a1a
}
body.section-explorers #uploadQueue .uploadifive-queue-item.complete .fileinfo {
    display: none
}
body.section-explorers #uploadQueue .uploadifive-queue-item.complete .fileDelete {
    display: block
}
body.section-explorers.page-order-captions .post-content {
    padding-top: 50px
}
body.section-explorers.page-order-captions #gallerySort {
    list-style: none
}
body.section-explorers.page-order-captions #gallerySort li {
    display: inline-block;
    width: 33.333%;
    padding: 0 30px 0 0;
    margin-bottom: 20px
}
body.section-explorers.page-order-captions #gallerySort li:hover {
    cursor: move
}
body.section-explorers.page-order-captions #gallerySort li img {
    line-height: 0
}
body.section-explorers.page-order-captions #gallerySort .ui-sortable-placeholder {
    background-color: #a1a7ab;
    border: 1px solid #505050
}
body.section-explorers.page-order-captions #gallerySort label {
    font-weight: normal;
    font-size: 100%
}
body.section-explorers.page-order-captions #gallerySort input[type="radio"] {
    display: inline-block;
    float: none
}
body.section-explorers.page-order-captions #gallerySort input[type="radio"]+label {
    display: inline-block;
    float: none;
    margin-left: 5px
}
body.section-explorers.page-explorers-signup p.terms {
    text-align: center
}
body.section-explorers.page-explorers-signup p.emailStatus,
body.section-explorers.page-explorers-signup p.usernameStatus {
    margin-bottom: 0
}
body.section-explorers.page-explorers-signup p.usernameStatus {
    padding-top: 31px
}
body.section-explorers.page-explorers-signup p.valid {
    color: #1b7716
}
body.section-explorers.page-explorers-signup p.invalid {
    color: #740606
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap {
    padding: 20px 0;
    margin-bottom: 30px
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .letter {
    margin-bottom: 20px;
    border-bottom: 1px dotted #a1a7ab
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .letter:last-child {
    border-bottom: none
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .character {
    background-color: #505050;
    color: #fff;
    font-size: 400%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 0 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    line-height: normal;
    padding: 5px 0 0 0;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .character:hover {
    background-color: #226072
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .userAlphabetList {
    font-size: 100%
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .user {
    text-align: center;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .user .avatarImg {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    overflow: hidden
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .user .avatarImg img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .user .avatarImg img:hover {
    border-color: #829aa7
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .user .name {
    margin-bottom: 4px;
    line-height: 1.3
}
body.section-explorers.page-explorers-directory #explorerDirectoryWrap .user .stats {
    font-size: 93%;
    margin-bottom: 0
}
body.section-explorers.page-add-trading-post .columns.instructions {
    padding-top: 15px
}
body.section-explorers.page-add-trading-post .columns.instructions h4 {
    color: #fff;
    padding: 5px 10px;
    background-color: #1b6da6
}
body.section-explorers.page-add-trading-post .columns.instructions ul {
    margin-left: 0;
    margin-right: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style: none
}
body.section-explorers.page-add-trading-post .columns.instructions ul li {
    margin-bottom: 10px
}
body.section-explorers.page-add-trading-post .columns.instructions ul li:last-child {
    margin-bottom: 0
}
body.section-explorers.page-add-trading-post .columns.instructions ul li strong {
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px 3px;
    color: #fff;
    background-color: #226072;
    text-transform: uppercase;
    font-size: 13px;
    line-height: normal
}
body.section-explorers .tradingPostAd {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    margin: 0 0 30px;
    *zoom: 1;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.section-explorers .tradingPostAd:before,
body.section-explorers .tradingPostAd:after {
    content: " ";
    display: table
}
body.section-explorers .tradingPostAd:after {
    clear: both
}
body.section-explorers .tradingPostAd:last-child {
    margin-bottom: 0
}
body.section-explorers .tradingPostAd .postTitle {
    font-size: 182%;
    color: #1b6da6;
    margin: 0 0 10px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.section-explorers .tradingPostAd .inlineLabel {
    font-weight: bold
}
body.section-explorers .tradingPostAd .description p {
    font-size: 108%
}
body.section-explorers .tradingPostAd .photos img {
    border: 1px solid rgba(0, 0, 0, 0.5)
}
body.section-explorers .tradingPostAd .photos .thumbList {
    list-style: none;
    margin: 0 0 0;
    padding: 15px 0 0
}
body.section-explorers .tradingPostAd .photos .thumbList img {
    cursor: pointer
}
body.section-explorers .tradingPostAd .photos .thumbList .current img {
    opacity: 0.5;
    cursor: default
}
body.section-explorers .tradingPostAd .explorer .avatar {
    float: left;
    margin: 0 10px 15px 0;
    max-width: 110px
}
body.section-explorers .tradingPostAd .explorer a,
body.section-explorers .tradingPostAd .explorer a:link,
body.section-explorers .tradingPostAd .explorer a:visited {
    color: #1b6da6;
    text-decoration: none
}
body.section-explorers .tradingPostAd .explorer a:hover,
body.section-explorers .tradingPostAd .explorer a:link:hover,
body.section-explorers .tradingPostAd .explorer a:visited:hover {
    text-decoration: underline
}
body.section-explorers .tradingPostAd .explorer .explorerName {
    margin: 0 0 5px
}
body.section-explorers .tradingPostAd .explorer .bio p {
    font-size: 100%
}
body.section-explorers .tradingPostAd .explorer .bio a {
    text-decoration: underline
}
body.section-explorers .tradingPostAd .actionsWrap {
    padding: 15px 0 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    clear: both;
    *zoom: 1
}
body.section-explorers .tradingPostAd .actionsWrap:before,
body.section-explorers .tradingPostAd .actionsWrap:after {
    content: " ";
    display: table
}
body.section-explorers .tradingPostAd .actionsWrap:after {
    clear: both
}
body.section-explorers .tradingPostAd .actionsWrap .actions {
    list-style: none;
    margin: 0;
    padding: 0
}
body.section-explorers .tradingPostAd .actionsWrap .actions li {
    display: inline-block;
    margin: 0 15px 0 0
}
body.section-explorers .tradingPostAd .actionsWrap .actions li:last-child {
    margin-right: 0
}
body.section-explorers .tradingPostAd .actionsWrap .expiration {
    padding-top: 7px
}
body.section-explorers .tradingPostAd .actionsWrap .expiration p {
    font-size: 100%;
    text-align: right;
    margin: 0
}
body.section-explorers .tradingPostAd .actionsWrap .expiration p.updated {
    color: #1b8a1c
}
body.single-ne_explorer_gallery .entry-content p {
    padding: 0
}
body.single-ne_explorer_gallery .galleryIntro {
    padding: 15px;
    margin: 15px 25px 25px;
    border-top: 1px dashed #a1a7ab;
    border-bottom: 1px dashed #a1a7ab;
    background-color: rgba(255, 255, 255, 0.5)
}
@media screen and (max-width: 767px) {
    body.single-ne_explorer_gallery .galleryIntro {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }
}
@media screen and (max-width: 570px) {
    body.single-ne_explorer_gallery #explorerAvatar {
        float: none;
        width: 100% !important;
        text-align: center
    }
}
body.single-ne_explorer_gallery #explorerAvatar img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
@media screen and (max-width: 570px) {
    body.single-ne_explorer_gallery .galleryAbout {
        float: none;
        width: 100% !important
    }
}
body.single-ne_explorer_gallery .galleryAbout p {
    font-size: 123.1%;
    line-height: 130%;
    font-style: italic
}
body.single-ne_explorer_gallery .galleryAbout .galleryAboutTitle {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #2a749a
}
body.single-ne_explorer_gallery .galleryActions {
    margin-bottom: 25px
}
body.single-ne_explorer_gallery .galleryActions .actionButton {
    font-size: 108%;
    padding-left: 40px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px 6px;
    background-color: #226072;
    display: inline-block;
    margin-right: 8px
}
body.single-ne_explorer_gallery .galleryActions .actionButton:hover {
    background-color: #2e8199
}
body.single-ne_explorer_gallery .socialShare.shareCompressed {
    margin: 0 8px 0 0;
    margin-bottom: 5px;
    padding: 0;
    display: inline-block
}
body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.button,
body.single-ne_explorer_gallery .socialShare.shareCompressed input.shareTitle.button-primary,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-small #upcomingTours #destinationSelect .toursAll a.shareTitle,
body.size-small #upcomingTours #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.shareTitle,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-faq .shareTitle.top,
body.page-faq body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.top,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-template-template-faq-php .shareTitle.top,
body.page-template-template-faq-php body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.top,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.section-blog .post a.shareTitle.more,
body.section-blog .post body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.more {
    font-size: 108%;
    padding: 6px 12px 6px 33px;
    background-color: #226072;
    border: none;
    background-position: 7px 4px;
    box-shadow: none
}
body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.button:hover,
body.single-ne_explorer_gallery .socialShare.shareCompressed input.shareTitle.button-primary:hover,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-small #upcomingTours #destinationSelect .toursAll a.shareTitle:hover,
body.size-small #upcomingTours #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle:hover,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.shareTitle:hover,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle:hover,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-faq .shareTitle.top:hover,
body.page-faq body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.top:hover,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-template-template-faq-php .shareTitle.top:hover,
body.page-template-template-faq-php body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.top:hover,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.section-blog .post a.shareTitle.more:hover,
body.section-blog .post body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.more:hover {
    background-color: #2e8199
}
body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.button.collapsed::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed input.shareTitle.collapsed.button-primary::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-small #upcomingTours #destinationSelect .toursAll a.shareTitle.collapsed::after,
body.size-small #upcomingTours #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.collapsed::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.shareTitle.collapsed::after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.collapsed::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-faq .shareTitle.collapsed.top::after,
body.page-faq body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.collapsed.top::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-template-template-faq-php .shareTitle.collapsed.top::after,
body.page-template-template-faq-php body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.collapsed.top::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.section-blog .post a.shareTitle.collapsed.more::after,
body.section-blog .post body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.collapsed.more::after {
    top: 3px
}
body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.button.expanded::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed input.shareTitle.expanded.button-primary::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-small #upcomingTours #destinationSelect .toursAll a.shareTitle.expanded::after,
body.size-small #upcomingTours #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.expanded::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a.shareTitle.expanded::after,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.expanded::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-faq .shareTitle.expanded.top::after,
body.page-faq body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.expanded.top::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.page-template-template-faq-php .shareTitle.expanded.top::after,
body.page-template-template-faq-php body.single-ne_explorer_gallery .socialShare.shareCompressed .shareTitle.expanded.top::after,
body.single-ne_explorer_gallery .socialShare.shareCompressed body.section-blog .post a.shareTitle.expanded.more::after,
body.section-blog .post body.single-ne_explorer_gallery .socialShare.shareCompressed a.shareTitle.expanded.more::after {
    top: -2px
}
body.single-ne_explorer_gallery .gallery .imgCount {
    float: left;
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    min-width: 50px
}
body.single-ne_explorer_gallery .gallery .pinbutton {
    display: inline-block;
    float: left;
    clear: left;
    position: relative;
    left: 0;
    padding: 3px 3px 0 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-right: none;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    -khtml-border-top-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px
}
@media screen and (max-width: 767px) {
    body.single-ne_explorer_gallery .gallery .pinbutton {
        left: 0;
        margin-bottom: 10px
    }
}
body.single-ne_explorer_gallery .gallery .row {
    margin-bottom: 25px
}
body.single-ne_explorer_gallery .gallery .row:last-child {
    margin-bottom: 0
}
body.single-ne_explorer_gallery .gallery .count-digits-double .pinbutton {
    left: 0
}
body.single-ne_explorer_gallery .subscribe-to-comments a {
    display: none
}
div.psSlideshow {
    width: 100%;
    height: 450px;
    position: relative;
    margin: 0 auto 17px
}
div.psSlideshow.enlarge {
    position: relative;
    width: 960px;
    height: 600px;
    border: 4px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.9)
}
div.psSlideshow div[data-ps-embed-type="slideshow"]>iframe {
    position: absolute;
    top: 0;
    left: 0
}
body.section-blog #wrapper {
    top: 25px
}
@media (max-width: 64em) {
    body.section-blog #wrapper {
        background-repeat: repeat
    }
}
@media screen and (max-width: 767px) {
    body.section-blog #wrapper {
        background-image: none
    }
}
@media (max-width: 700px) {
    body.section-blog #wrapper {
        padding-top: 28px
    }
}
body.section-blog .post-content {
    margin-bottom: -60px
}
@media (max-width: 767px) {
    body.section-blog .post-content {
        margin-bottom: 0;
        padding-bottom: 30px
    }
}
body.section-blog .rssDisplay {
    text-align: center;
    border-radius: 4px;
    background-color: #f1f1eb;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px
}
body.section-blog .rssDisplay.bottom {
    margin-top: 30px
}
body.section-blog .rssDisplay .contentTitle {
    font-size: 138.5%;
    margin: 0 0 10px;
    font-weight: 400;
    color: #776a4d
}
body.section-blog #pageHeadline h1,
body.section-blog #pageHeadline .sectionTitle {
    background-color: #54624d;
    margin: -3px 0 0
}
@media screen and (max-width: 767px) {
    body.section-blog #pageHeadline h1,
    body.section-blog #pageHeadline .sectionTitle {
        background: none;
        color: #54624d;
        text-align: center;
        box-shadow: none;
        text-shadow: none
    }
}
body.section-blog #pageHeadline h1 a,
body.section-blog #pageHeadline h1 a:visited,
body.section-blog #pageHeadline .sectionTitle a,
body.section-blog #pageHeadline .sectionTitle a:visited {
    color: inherit;
    text-decoration: none
}
body.section-blog #pageHeadline .columns.headlineWrap {
    padding-right: 0
}
body.section-blog .post-content {
    margin-top: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.8)
}
body.section-blog #sidebar-expander {
    padding-top: 8px
}
body.section-blog #sidebar-expander.columns {
    padding-left: 0
}
@media (max-width: 767px) {
    body.section-blog #sidebar-expander.columns {
        padding-left: 15px
    }
}
body.section-blog #sidebar-expander .sidebarExpanderTitle {
    width: 300px;
    float: right;
    padding: 10px 20px;
    background-color: #aa4a13;
    cursor: pointer
}
body.section-blog #sidebar-expander .sidebarExpanderTitle h4 {
    color: #fff;
    margin: 0;
    line-height: 1
}
body.section-blog #sidebar-expander .sidebarExpanderTitle h4::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
    float: right;
    position: relative;
    top: 3px
}
body.section-blog #sidebar-expander .sidebarExpanderTitle.active h4::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    top: 0
}
@media (max-width: 767px) {
    body.section-blog #sidebar-expander .sidebarExpanderTitle {
        width: 100%;
        float: none;
        text-align: center
    }
}
@media (max-width: 400px) {
    body.section-blog #sidebar-expander .sidebarExpanderTitle {
        text-align: left
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent {
    display: none;
    position: absolute;
    background-color: #9b988d;
    padding: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 97%;
    z-index: 999;
    top: 48px
}
@media (max-width: 767px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent {
        width: 100%;
        left: 0
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent.active {
    display: block
}
body.section-blog #sidebar-expander .sidebarExpanderContent .widget {
    padding: 15px
}
body.section-blog #sidebar-expander .sidebarExpanderContent .widget a,
body.section-blog #sidebar-expander .sidebarExpanderContent .widget a:visited {
    color: #fff
}
body.section-blog #sidebar-expander .sidebarExpanderContent .widget .widgetTitle {
    background-color: transparent;
    padding: 0;
    text-align: left;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget {
    background-color: rgba(255, 255, 255, 0.2);
    text-align: left
}
@media (max-width: 628px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget .columns {
        float: none;
        width: 100% !important
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget .searchTitle {
    padding: 8px 15px 0 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 130%;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    margin: 0
}
@media (max-width: 767px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget .searchTitle {
        text-align: left
    }
}
@media (max-width: 628px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget .searchTitle {
        text-align: center;
        margin-bottom: 5px;
        font-size: 150%;
        padding-top: 0
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget form {
    margin: 0
}
body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget input[type="text"] {
    color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    box-shadow: none;
    background: #fff url("../images/icons/icon_search_light.png") no-repeat 8px 8px;
    border: none;
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 5px 0 6px 35px;
    height: 34px;
    width: auto;
    min-width: 225px
}
@media (max-width: 767px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget input[type="text"] {
        min-width: 335px
    }
}
@media (max-width: 628px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget input[type="text"] {
        display: block;
        float: none;
        width: 90%;
        min-width: initial;
        margin: 0 auto;
        text-align: center
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget input[type="submit"] {
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 7px 10px 8px;
    line-height: 1;
    float: none;
    box-shadow: none;
    border: none;
    margin-left: 10px;
    display: inline-block;
    font-size: 120%;
    top: 2px
}
@media (max-width: 628px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #search.widget input[type="submit"] {
        width: 90%;
        float: none;
        display: block;
        margin: 5px auto 0;
        padding: 10px 10px 11px
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget {
    *zoom: 1;
    padding: 0
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget:before,
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget:after {
    content: " ";
    display: table
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget:after {
    clear: both
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget .columns {
    padding: 0
}
@media (max-width: 500px) {
    body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget .columns {
        width: 100% !important;
        text-align: center
    }
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget ul.pageTree {
    margin: 0
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget ul.pageTree>li {
    padding: 0;
    font-size: 112%
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget ul.pageTree>li a {
    display: block;
    padding: 7px 15px
}
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget ul.pageTree>li.current a,
body.section-blog #sidebar-expander .sidebarExpanderContent #pageNav.widget ul.pageTree>li a:hover {
    background-color: rgba(0, 0, 0, 0.1)
}
body.section-blog .post-content .archiveTitle {
    font-weight: normal;
    color: #54624d;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 138.5%;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #54624d
}
body.section-blog .post-content .archiveTitle .term {
    font-weight: bold
}
body.section-blog .post-content .pageIndicator p {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    font-size: 93%;
    padding: 0;
    margin: -5px 0 10px 0
}
body.section-blog .blogFeatures {
    padding: 0 0 15px
}
body.section-blog .blogFeatures .columns {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #729ab6;
    padding: 15px;
    margin-left: 15px;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .columns {
        width: 100% !important;
        float: none;
        margin: 0 15px
    }


}
body.section-blog .blogFeatures .columns .button,
body.section-blog .blogFeatures .columns input.button-primary,
body.section-blog .blogFeatures .columns body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .blogFeatures .columns a,
body.section-blog .blogFeatures .columns body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .blogFeatures .columns a,
body.section-blog .blogFeatures .columns body.page-faq .top,
body.page-faq body.section-blog .blogFeatures .columns .top,
body.section-blog .blogFeatures .columns body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-blog .blogFeatures .columns .top,
body.section-blog .blogFeatures .columns .post a.more,
body.section-blog .post .blogFeatures .columns a.more {
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    background-color: #1b6da6
}
body.section-blog .blogFeatures .columns img {
    margin: 0px
}
body.section-blog .blogFeatures .questions {
    margin-right: 15px
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .questions {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -khtml-border-top-left-radius: 5px;
        -khtml-border-top-right-radius: 5px;
        -khtml-border-bottom-right-radius: 0px;
        -khtml-border-bottom-left-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px
    }
}
body.section-blog .blogFeatures .questions h1,
body.section-blog .blogFeatures .questions h2,
body.section-blog .blogFeatures .questions h3,
body.section-blog .blogFeatures .questions h4,
body.section-blog .blogFeatures .questions h5,
body.section-blog .blogFeatures .questions h6,
body.section-blog .blogFeatures .questions p,
body.section-blog .blogFeatures .questions a,
body.section-blog .blogFeatures .questions a:visited {
    color: #fff
}
body.section-blog .blogFeatures .questions h1:last-child,
body.section-blog .blogFeatures .questions h2:last-child,
body.section-blog .blogFeatures .questions h3:last-child,
body.section-blog .blogFeatures .questions h4:last-child,
body.section-blog .blogFeatures .questions h5:last-child,
body.section-blog .blogFeatures .questions h6:last-child,
body.section-blog .blogFeatures .questions p:last-child,
body.section-blog .blogFeatures .questions a:last-child,
body.section-blog .blogFeatures .questions a:visited:last-child {
    margin-bottom: 0px
}
body.section-blog .blogFeatures .questions p {
    font-size: 100%;
    margin-bottom: 12px
}
@media (max-width: 940px) {
    body.section-blog .blogFeatures .questions p {
        text-align: center
    }
}
body.section-blog .blogFeatures .questions .thumb {
    width: 28%;
    float: left;
    margin-right: 10px
}
@media (max-width: 940px) {
    body.section-blog .blogFeatures .questions .thumb {
        max-width: 50%;
        float: none;
        margin: 0 auto 15px
    }
}
@media (max-width: 400px) {
    body.section-blog .blogFeatures .questions .thumb {
        width: 100%
    }
}
body.section-blog .blogFeatures .questions .content {
    width: 70%;
    float: left
}
@media (max-width: 940px) {
    body.section-blog .blogFeatures .questions .content {
        width: 100%;
        float: none
    }
}
body.section-blog .blogFeatures .questions .featureTitle {
    font-size: 150%;
    margin: -4px 0 6px;
    font-weight: 400
}
@media (max-width: 940px) {
    body.section-blog .blogFeatures .questions .featureTitle {
        text-align: center;
        margin-top: 0
    }
}
body.section-blog .blogFeatures .questions .button,
body.section-blog .blogFeatures .questions input.button-primary,
body.section-blog .blogFeatures .questions body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
body.section-blog .blogFeatures .questions body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
body.section-blog .blogFeatures .questions body.page-faq .top,
body.page-faq body.section-blog .blogFeatures .questions .top,
body.section-blog .blogFeatures .questions body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-blog .blogFeatures .questions .top,
body.section-blog .blogFeatures .questions .post a.more,
body.section-blog .post .blogFeatures .questions a.more {
    font-size: 88%;
    padding: 8px 10px
}
@media (max-width: 940px) {
    body.section-blog .blogFeatures .questions .button,
    body.section-blog .blogFeatures .questions input.button-primary,
    body.section-blog .blogFeatures .questions body.size-small #upcomingTours #destinationSelect .toursAll a,
    body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
    body.section-blog .blogFeatures .questions body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
    body.section-blog .blogFeatures .questions body.page-faq .top,
    body.page-faq body.section-blog .blogFeatures .questions .top,
    body.section-blog .blogFeatures .questions body.page-template-template-faq-php .top,
    body.page-template-template-faq-php body.section-blog .blogFeatures .questions .top,
    body.section-blog .blogFeatures .questions .post a.more,
    body.section-blog .post .blogFeatures .questions a.more {
        font-size: 110%;
        padding: 12px 15px;
        max-width: 48%
    }
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .questions .button,
    body.section-blog .blogFeatures .questions input.button-primary,
    body.section-blog .blogFeatures .questions body.size-small #upcomingTours #destinationSelect .toursAll a,
    body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
    body.section-blog .blogFeatures .questions body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
    body.section-blog .blogFeatures .questions body.page-faq .top,
    body.page-faq body.section-blog .blogFeatures .questions .top,
    body.section-blog .blogFeatures .questions body.page-template-template-faq-php .top,
    body.page-template-template-faq-php body.section-blog .blogFeatures .questions .top,
    body.section-blog .blogFeatures .questions .post a.more,
    body.section-blog .post .blogFeatures .questions a.more {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto
    }
}
@media (max-width: 500px) {
    body.section-blog .blogFeatures .questions .button,
    body.section-blog .blogFeatures .questions input.button-primary,
    body.section-blog .blogFeatures .questions body.size-small #upcomingTours #destinationSelect .toursAll a,
    body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
    body.section-blog .blogFeatures .questions body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
    body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .blogFeatures .questions a,
    body.section-blog .blogFeatures .questions body.page-faq .top,
    body.page-faq body.section-blog .blogFeatures .questions .top,
    body.section-blog .blogFeatures .questions body.page-template-template-faq-php .top,
    body.page-template-template-faq-php body.section-blog .blogFeatures .questions .top,
    body.section-blog .blogFeatures .questions .post a.more,
    body.section-blog .post .blogFeatures .questions a.more {
        max-width: 100%
    }
}
body.section-blog .blogFeatures .questions .previousQuestions {
    display: inline-block;
    float: right;
    font-size: 95%;
    position: relative;
    top: 2px
}
@media (max-width: 940px) {
    body.section-blog .blogFeatures .questions .previousQuestions {
        font-size: 100%;
        float: none;
        padding-left: 15px;
        text-align: right;
        max-width: 48%;
        top: 4px
    }
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .questions .previousQuestions {
        display: block;
        max-width: 100%;
        text-align: center
    }
}
body.section-blog .blogFeatures .community {
    background-color: #c5d0d8;
    width: 37.1%;
    margin-right: 15px;
    margin-left: 0
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .community {
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -khtml-border-top-left-radius: 0px;
        -khtml-border-top-right-radius: 0px;
        -khtml-border-bottom-right-radius: 5px;
        -khtml-border-bottom-left-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }
}
body.section-blog .blogFeatures .community .description {
    font-size: 100%;
    text-align: center;
    margin-bottom: 12px
}
body.section-blog .blogFeatures .community form {
    margin: 0px
}
body.section-blog .blogFeatures .community form input {
    display: inline-block;
    width: auto;
    margin: 0px
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .community form input {
        display: block;
        width: 90%;
        margin: 0 auto
    }
}
body.section-blog .blogFeatures .community form input[type="text"] {
    width: 86%;
    margin-right: -10px;
    text-align: center;
    height: 40px
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .community form input[type="text"] {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
    }
}
body.section-blog .blogFeatures .community form input[type="submit"] {
    width: 40px;
    height: 40px;
    position: relative;
    left: -5px
}
@media (max-width: 780px) {
    body.section-blog .blogFeatures .community form input[type="submit"] {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 15px;
        line-height: 1;
        width: 100%;
        max-width: 100%;
        min-width: 200px;
        left: 0
    }
}
@media (max-width: 400px) {
    body.section-blog .blogFeatures .community form input[type="submit"] {
        width: 100%;
        min-width: none
    }
}



body.section-blog .blogFeatures .community .widgetTitle {
    text-align: center;
    color: #1b6da6;
    margin: 0 0 12px
}
body.section-blog .blogFeatures .community .button,
body.section-blog .blogFeatures .community input.button-primary,
body.section-blog .blogFeatures .community body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog .blogFeatures .community a,
body.section-blog .blogFeatures .community body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog .blogFeatures .community a,
body.section-blog .blogFeatures .community body.page-faq .top,
body.page-faq body.section-blog .blogFeatures .community .top,
body.section-blog .blogFeatures .community body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-blog .blogFeatures .community .top,
body.section-blog .blogFeatures .community .post a.more,
body.section-blog .post .blogFeatures .community a.more {
    padding: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 0px;
    background-color: #1b6da6
}
body.section-blog ul.postsList.block-grid {
    padding: 0 15px
}
body.section-blog ul.postsList.block-grid>.post {
    padding: 0 0 15px;
    margin: 0
}
body.section-blog ul.postsList.block-grid>li:nth-child(3n-2) {
    padding-right: 7px
}
body.section-blog ul.postsList.block-grid>li:nth-child(3n-1) {
    padding-left: 8px;
    padding-right: 8px
}
body.section-blog ul.postsList.block-grid>li:nth-child(3n) {
    padding-left: 7px
}
body.section-blog .post {
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%
}
body.section-blog .post h1,
body.section-blog .post h2,
body.section-blog .post h3,
body.section-blog .post h4,
body.section-blog .post h5,
body.section-blog .post h6 {
    font-family: 'Helvetica Neue', 'Lucida Sans', 'Lucida Grande', 'rooney-sans', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    margin: 0
}
@media (max-width: 767px) {
    body.section-blog .post h1,
    body.section-blog .post h2,
    body.section-blog .post h3,
    body.section-blog .post h4,
    body.section-blog .post h5,
    body.section-blog .post h6 {
        text-align: center
    }
}
body.section-blog .post img {
    margin: 0px;
    line-height: 1
}
body.section-blog .post .postContent {
    padding: 4px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
@media (max-width: 767px) {
    body.section-blog .post .postContent {
        height: auto !important
    }
}
body.section-blog .post .postContent>div,
body.section-blog .post .postContent>.postTitle {
    margin-bottom: 10px;
    padding: 0 10px
}
body.section-blog .post .postContent>div:last-child {
    margin-bottom: 0px
}
body.section-blog .post .postTitle {
    text-align: left;
    font-size: 140%;
    line-height: 140%
}
@media (max-width: 767px) {
    body.section-blog .post .postTitle {
        text-align: center;
        font-size: 175%
    }
}
@media (max-width: 400px) {
    body.section-blog .post .postTitle {
        font-size: 200%;
        line-height: 120%
    }
}
body.section-blog .post .postTitle a {
    color: #1b6da6;
    text-decoration: none
}
body.section-blog .post .postTitle a:hover {
    text-decoration: underline
}
body.section-blog .post .thumb {
    padding: 0 !important;
    line-height: 1;
    text-align: center;
    margin-top: 2px
}
body.section-blog .post .thumb>a {
    display: block;
    max-width: 295px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto
}
body.section-blog .post .thumb img {
    margin: 0 auto
}
@media (max-width: 767px) {
    body.section-blog .post .thumb img {
        max-width: none
    }
}
body.section-blog .post .thumb .catBadge {
    position: absolute;
    margin: 155px 0 0 9px;
    text-decoration: none;
    color: #fff;
    background-color: #1b6da6;
    line-height: 1;
    padding: 8px 12px;
    font-size: 100%;
    text-transform: uppercase
}
@media (max-width: 1019px) {
    body.section-blog .post .thumb .catBadge {
        margin: 0 auto 5px;
        position: relative;
        text-align: center;
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -khtml-border-top-left-radius: 2px;
        -khtml-border-top-right-radius: 2px;
        -khtml-border-bottom-right-radius: 0;
        -khtml-border-bottom-left-radius: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}
body.section-blog .post .excerpt {
    *zoom: 1
}
body.section-blog .post .excerpt:before,
body.section-blog .post .excerpt:after {
    content: " ";
    display: table
}
body.section-blog .post .excerpt:after {
    clear: both
}
body.section-blog .post .excerpt p {
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-weight: normal;
    font-style: normal;
    color: #393939;
    font-size: 118%;
    line-height: 180%
}
@media (max-width: 767px) {
    body.section-blog .post .excerpt p {
        text-align: center
    }
}
body.section-blog .post .excerpt p:last-child {
    margin-bottom: 0px
}
body.section-blog .post .excerpt .commentCount {
    float: right;
    text-align: right;
    margin-top: 8px;
    display: inline-block
}
@media (max-width: 845px) {
    body.section-blog .post .excerpt .commentCount {
        text-align: center;
        display: block;
        float: none
    }
}
body.section-blog .post a.more {
    background-color: #a1a7ab !important;
    font-size: 14px;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    float: left
}
@media (max-width: 845px) {
    body.section-blog .post a.more {
        width: 100%;
        text-align: center;
        float: none;
        display: block
    }
}
body.section-blog .post a.more:hover {
    background-color: #1b6da6 !important
}
body.section-blog .post .meta {
    margin-bottom: 10px
}
body.section-blog .post .meta p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 90%;
    line-height: 1;
    margin: 0px
}
@media (max-width: 767px) {
    body.section-blog .post .meta p {
        text-align: center
    }
}
body.section-blog .featuredPost {
    padding-bottom: 15px
}
@media (min-width: 801px) and (max-width: 904px) {
    body.section-blog .featuredPost {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
        padding-bottom: 12px;
        margin-bottom: 25px
    }
}
body.section-blog .featuredPost .post {
    margin: 0px;
    padding: 0px;
    height: auto;
    border: none
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post>.columns {
        width: 100% !important;
        float: none
    }
}
body.section-blog .featuredPost .post .thumb {
    background-color: transparent;
    overflow: hidden;
    max-width: 100%;
    margin-top: 0
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .thumb {
        background-color: transparent;
        overflow: visible
    }
}
body.section-blog .featuredPost .post .thumb>a {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 100%;
    *zoom: 1
}
body.section-blog .featuredPost .post .thumb>a:before,
body.section-blog .featuredPost .post .thumb>a:after {
    content: " ";
    display: table
}
body.section-blog .featuredPost .post .thumb>a:after {
    clear: both
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .thumb>a {
        top: 0;
        transform: none;
        text-align: center;
        line-height: 0
    }
}
body.section-blog .featuredPost .post .thumb img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .thumb img {
        min-width: 100%
    }
}
@media (max-width: 632px) {
    body.section-blog .featuredPost .post .thumb img {
        min-width: initial;
        max-width: 100%
    }
}
body.section-blog .featuredPost .post .catBadge {
    margin: 0 0 -29px;
    left: 456.5px;
    top: 333px;
    font-weight: 700;
    background-color: #5e7f55;
    line-height: 1
}
@media (max-width: 1025px) {
    body.section-blog .featuredPost .post .catBadge {
        position: relative;
        z-index: 999;
        top: 20px;
        left: 0px;
        float: left;
        margin: 0 0 -29px
    }
}
@media (max-width: 400px) {
    body.section-blog .featuredPost .post .catBadge {
        display: none
    }
}
body.section-blog .featuredPost .post .postContent {
    background-color: #ededed;
    box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-top: none
}
@media (max-width: 1003px) {
    body.section-blog .featuredPost .post .postContent {
        height: auto;
        min-height: initial
    }
}
@media (max-width: 904px) and (min-width: 801px) {
    body.section-blog .featuredPost .post .postContent {
        background-color: transparent;
        box-shadow: none;
        height: auto;
        min-height: initial;
        border-top: none;
        padding-top: 0
    }
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .postContent {
        border-top: none
    }
}
body.section-blog .featuredPost .post .postTitle {
    font-size: 230%;
    line-height: 110%;
    font-weight: 700;
    padding: 0;
    margin: -3px 0 10px
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .postTitle {
        text-align: center
    }
}
@media (max-width: 904px) and (min-width: 768px) {
    body.section-blog .featuredPost .post .postTitle {
        font-size: 200%
    }
}
body.section-blog .featuredPost .post .excerpt {
    padding: 0;
    margin-bottom: 20px
}
body.section-blog .featuredPost .post .excerpt p {
    font-size: 124%
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .excerpt p {
        text-align: center
    }
}
body.section-blog .featuredPost .post .commentCount {
    margin-top: 12px
}
body.section-blog .featuredPost .post .meta {
    *zoom: 1;
    clear: both;
    margin: 0;
    padding: 0
}
body.section-blog .featuredPost .post .meta:before,
body.section-blog .featuredPost .post .meta:after {
    content: " ";
    display: table
}
body.section-blog .featuredPost .post .meta:after {
    clear: both
}
body.section-blog .featuredPost .post .meta .avatar {
    float: left;
    margin: 0 10px 0 0
}
body.section-blog .featuredPost .post .meta p {
    margin-top: 10px;
    font-size: 100%
}
@media (max-width: 800px) {
    body.section-blog .featuredPost .post .meta div.avatar {
        width: 40px;
        height: 40px;
        line-height: 1;
        padding: 2px;
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        float: none;
        margin: 0 auto
    }
    body.section-blog .featuredPost .post .meta p {
        text-align: center
    }
}
@media (max-width: 400px) {
    body.section-blog .featuredPost .post .meta {
        width: 100%
    }
    body.section-blog .featuredPost .post .meta div.avatar {
        display: none
    }
}
body.section-blog.single-post .post-content {
    padding-top: 25px
}
@media (max-width: 1019px) {
    body.section-blog.single-post .post-content {
        margin-left: 0;
        margin-right: 0
    }
}
body.section-blog.single-post .post-content .social {
    position: absolute;
    width: 80px;
    height: 300px;
    left: -80px
}
@media (max-width: 1019px) {
    body.section-blog.single-post .post-content .social {
        display: none
    }
}
body.section-blog.single-post .post-content .social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 100%;
    width: 80px;
    position: fixed
}
body.section-blog.single-post .post-content .social ul li {
    font-size: inherit;
    line-height: 1;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative
}
body.section-blog.single-post .post-content .social ul li:hover {
    width: 110%;
    left: -10%
}
body.section-blog.single-post .post-content .social ul li.facebook {
    background-color: #3d5a98
}
body.section-blog.single-post .post-content .social ul li.twitter {
    background-color: #2da8e0
}
body.section-blog.single-post .post-content .social ul li.google {
    background-color: #cb2026
}
body.section-blog.single-post .post-content .social ul li.linkedin {
    background: #51bcf5
}
body.section-blog.single-post .post-content .postMeta {
    margin: 0;
    padding: 15px 50px 0
}
@media (max-width: 574px) {
    body.section-blog.single-post .post-content .postMeta {
        display: none
    }
}
body.section-blog.single-post .postContent h1,
body.section-blog.single-post .postContent h2,
body.section-blog.single-post .postContent h3,
body.section-blog.single-post .postContent h4,
body.section-blog.single-post .postContent h5,
body.section-blog.single-post .postContent h6 {
    color: #1b6da6;
    font-family: 'Helvetica Neue', 'Lucida Sans', 'Lucida Grande', 'rooney-sans', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif
}
body.section-blog.single-post .postContent h1,
body.section-blog.single-post .postContent .postTitle,
body.section-blog.single-post .postContent .authorMeta {
    padding: 0 50px
}
@media (max-width: 659px) {
    body.section-blog.single-post .postContent h1,
    body.section-blog.single-post .postContent .postTitle,
    body.section-blog.single-post .postContent .authorMeta {
        padding: 0;
        text-align: center
    }
}
body.section-blog.single-post .postContent h1,
body.section-blog.single-post .postContent .postTitle {
    font-size: 400%;
    padding-right: 80px;
    margin: 0
}
@media (max-width: 768px) {
    body.section-blog.single-post .postContent h1,
    body.section-blog.single-post .postContent .postTitle {
        padding-right: 50px
    }
}
@media (max-width: 659px) {
    body.section-blog.single-post .postContent h1,
    body.section-blog.single-post .postContent .postTitle {
        padding: 0
    }
}
@media (max-width: 400px) {
    body.section-blog.single-post .postContent h1,
    body.section-blog.single-post .postContent .postTitle {
        font-size: 300%
    }
}
body.section-blog.single-post .postContent h1,
body.section-blog.single-post .postContent .postTitle,
body.section-blog.single-post .postContent h2,
body.section-blog.single-post .postContent h3,
body.section-blog.single-post .postContent h4 {
    font-weight: 700
}
body.section-blog.single-post .postContent h5,
body.section-blog.single-post .postContent h6 {
    font-weight: 400
}
body.section-blog.single-post .postContent .authorMeta {
    color: #505050;
    margin: 0 0 25px;
    font-size: 108%
}
body.section-blog.single-post .postContent .authorMeta .author {
    font-weight: 700
}
body.section-blog.single-post .postContent .entry-content {
    padding: 0
}
body.section-blog.single-post .postContent .entry-content>p,
body.section-blog.single-post .postContent .entry-content>ul,
body.section-blog.single-post .postContent .entry-content>ol,
body.section-blog.single-post .postContent .entry-content>h1,
body.section-blog.single-post .postContent .entry-content h2,
body.section-blog.single-post .postContent .entry-content h3,
body.section-blog.single-post .postContent .entry-content h4,
body.section-blog.single-post .postContent .entry-content h5,
body.section-blog.single-post .postContent .entry-content h6,
body.section-blog.single-post .postContent .entry-content>blockquote,
body.section-blog.single-post .postContent .entry-content>address body.section-blog.single-post .postContent .entry-content>div {
    padding: 0 50px;
    line-height: 180%
}
@media (max-width: 659px) {
    body.section-blog.single-post .postContent .entry-content>p,
    body.section-blog.single-post .postContent .entry-content>ul,
    body.section-blog.single-post .postContent .entry-content>ol,
    body.section-blog.single-post .postContent .entry-content>h1,
    body.section-blog.single-post .postContent .entry-content h2,
    body.section-blog.single-post .postContent .entry-content h3,
    body.section-blog.single-post .postContent .entry-content h4,
    body.section-blog.single-post .postContent .entry-content h5,
    body.section-blog.single-post .postContent .entry-content h6,
    body.section-blog.single-post .postContent .entry-content>blockquote,
    body.section-blog.single-post .postContent .entry-content>address body.section-blog.single-post .postContent .entry-content>div {
        padding: 0
    }
}
body.section-blog.single-post .postContent .entry-content a,
body.section-blog.single-post .postContent .entry-content a:visited {
    color: #1b6da6
}
@media (max-width: 499px) {
    body.section-blog.single-post .postContent .entry-content div.psSlideshow {
        height: auto
    }
}
body.section-blog.single-post .postContent .entry-content div.psSlideshow.enlarge {
    max-width: 100%
}
@media (max-width: 499px) {
    body.section-blog.single-post .postContent .entry-content div.psSlideshow.enlarge {
        height: auto
    }
}
body.section-blog.single-post .postContent img,
body.section-blog.single-post .postContent .wp-caption {
    margin: 25px 0;
    padding: 0;
    border: none
}
body.section-blog.single-post .postContent .orbit-slideshow img {
	margin: 0 auto;
}
body.section-blog.single-post .postContent .wp-caption,
body.section-blog.single-post .postContent div.wp-caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}
body.section-blog.single-post .postContent .wp-caption.alignleft,
body.section-blog.single-post .postContent .wp-caption.alignright,
body.section-blog.single-post .postContent div.wp-caption.alignleft,
body.section-blog.single-post .postContent div.wp-caption.alignright {
    margin-top: 8px;
    margin-bottom: 15px;
    max-width: 60% !important
}
body.section-blog.single-post .postContent .wp-caption.alignleft,
body.section-blog.single-post .postContent div.wp-caption.alignleft {
    margin-right: 25px
}
body.section-blog.single-post .postContent .wp-caption.alignright,
body.section-blog.single-post .postContent div.wp-caption.alignright {
    margin-left: 25px
}
body.section-blog.single-post .postContent .wp-caption img,
body.section-blog.single-post .postContent div.wp-caption img {
    margin: 0 auto
}
body.section-blog.single-post .postContent .wp-caption .wp-caption-text,
body.section-blog.single-post .postContent div.wp-caption .wp-caption-text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 115%;
    padding: 15px;
    line-height: 140%
}
body.section-blog.single-post .postContent .wp-caption .wp-caption-text a,
body.section-blog.single-post .postContent .wp-caption .wp-caption-text a:visited,
body.section-blog.single-post .postContent div.wp-caption .wp-caption-text a,
body.section-blog.single-post .postContent div.wp-caption .wp-caption-text a:visited {
    color: #a7dce2
}
body.section-blog.single-post #commentsContainer {
    clear: both;
    margin: 35px 0 0;
    background-color: #fff
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer {
        background-color: transparent
    }
}
body.section-blog.single-post #commentsContainer #comments .commentsTitleWrap {
    background-color: #1b6da6;
    padding: 15px;
    font-family: 'Helvetica Neue', 'Lucida Sans', 'Lucida Grande', 'rooney-sans', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif
}
body.section-blog.single-post #commentsContainer #comments .commentsTitleWrap .respondButton {
    background-color: #e0f0f5;
    color: #1b6da6;
    float: right;
    position: relative;
    border: none;
    font-size: 15px;
    box-shadow: none;
    text-transform: none
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #comments .commentsTitleWrap .respondButton {
        margin: 0 0 10px;
        float: none;
        display: block
    }
}
body.section-blog.single-post #commentsContainer #comments .commentsTitleWrap #comments-title {
    font-family: 'Helvetica Neue', 'Lucida Sans', 'Lucida Grande', 'rooney-sans', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #comments .commentsTitleWrap #comments-title {
        padding-left: 0
    }
}
body.section-blog.single-post #commentsContainer .commentlist {
    margin: 25px auto 0 auto;
    width: 95%
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer .commentlist {
        width: 100%
    }
    body.section-blog.single-post #commentsContainer .commentlist>.row {
        margin: 0;
        width: 100%
    }
}
body.section-blog.single-post #commentsContainer .commentlist li {
    background-color: transparent;
    box-shadow: none;
    margin: 0 0 20px 0;
    padding: 20px 40px
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer .commentlist li {
        padding: 10px;
        background-color: transparent
    }
    body.section-blog.single-post #commentsContainer .commentlist li.bypostauthor {
        background-color: #e0f0f5 !important
    }
}
body.section-blog.single-post #commentsContainer .commentlist li:last-child {
    margin-bottom: 0
}
body.section-blog.single-post #commentsContainer .commentlist li.bypostauthor {
    background-color: #e0f0f5 !important
}
body.section-blog.single-post #commentsContainer .commentlist>li {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
body.section-blog.single-post #commentsContainer .commentlist>li:first-child {
    border-top: none
}
body.section-blog.single-post #commentsContainer .commentlist .comment-avatar {
    width: 13%;
    padding: 0 3% 0 0;
    margin: 0
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer .commentlist .comment-avatar {
        width: 25%
    }
}
body.section-blog.single-post #commentsContainer .commentlist .commentContentWrap {
    width: 87%
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer .commentlist .commentContentWrap {
        width: 75%
    }
}
body.section-blog.single-post #commentsContainer .commentlist .commentMeta .commentAuthor {
    line-height: 158%
}
body.section-blog.single-post #commentsContainer .commentlist .commentMeta .commentAuthorLink {
    font-size: 153.1%
}
body.section-blog.single-post #commentsContainer .commentlist .commentMeta .commentTime {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.6)
}
body.section-blog.single-post #commentsContainer .commentlist .reply .comment-reply-link {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 110%;
    display: inline-block;
    padding: 4px 12px 6px;
    line-height: 143%
}
body.section-blog.single-post #commentsContainer .commentlist .children {
    margin: 20px 0 0 15% !important;
    padding: 0 0 0 30px;
    background-color: rgba(0, 0, 0, 0.6)
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer .commentlist .children {
        background-color: rgba(0, 0, 0, 0.2)
    }
}
@media (max-width: 400px) {
    body.section-blog.single-post #commentsContainer .commentlist .children {
        margin-left: 10px !important;
        padding-left: 20px;
        border-left: 1px solid rgba(0, 0, 0, 0.5);
        background-color: transparent
    }
}
body.section-blog.single-post #commentsContainer .commentlist .children::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 15px;
    border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
    position: relative;
    margin-bottom: -30px;
    top: -30px;
    left: -30px
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer .commentlist .children::before {
        border-bottom-color: rgba(0, 0, 0, 0.2)
    }
}
@media (max-width: 400px) {
    body.section-blog.single-post #commentsContainer .commentlist .children::before {
        display: none
    }
}
body.section-blog.single-post #commentsContainer .commentlist .children li {
    background-color: #fff
}
@media (max-width: 619px) {
    body.section-blog.single-post #commentsContainer .commentlist .children li .comment-avatar {
        width: 18%
    }
    body.section-blog.single-post #commentsContainer .commentlist .children li .commentContentWrap {
        width: 82%
    }
}
@media (max-width: 400px) {
    body.section-blog.single-post #commentsContainer .commentlist .children li .comment-avatar {
        display: none
    }
    body.section-blog.single-post #commentsContainer .commentlist .children li .commentContentWrap {
        width: 100%
    }
}
body.section-blog.single-post #commentsContainer #respond {
    margin: 35px auto 0 auto;
    width: 95%;
    padding: 0
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #respond {
        width: 100%
    }
}
body.section-blog.single-post #commentsContainer #respond #reply-title {
    margin: 0 0 25px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 15px 15px 5%;
    font-weight: 700;
    color: #fff
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #respond #reply-title {
        text-align: center
    }
}
body.section-blog.single-post #commentsContainer #respond #commentform {
    width: 90%;
    margin: 0 auto;
    font-size: 100%
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #respond #commentform {
        width: 100%
    }
}
body.section-blog.single-post #commentsContainer #respond #commentform p,
body.section-blog.single-post #commentsContainer #respond #commentform label {
    font-size: 130%
}
body.section-blog.single-post #commentsContainer #respond #commentform p,
body.section-blog.single-post #commentsContainer #respond #commentform input,
body.section-blog.single-post #commentsContainer #respond #commentform textarea {
    margin-bottom: 25px
}
body.section-blog.single-post #commentsContainer #respond #commentform input,
body.section-blog.single-post #commentsContainer #respond #commentform textarea {
    height: auto;
    padding: 10px
}
body.section-blog.single-post #commentsContainer #respond #commentform p:last-child,
body.section-blog.single-post #commentsContainer #respond #commentform p.form-submit {
    margin-bottom: 0
}
body.section-blog.single-post #commentsContainer #respond #commentform div {
    clear: both
}
body.section-blog.single-post #commentsContainer #respond #commentform label {
    color: #1b6da6;
    margin-bottom: 6px
}
body.section-blog.single-post #commentsContainer #respond #commentform label small {
    top: 0;
    color: rgba(0, 0, 0, 0.6)
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #respond #commentform label {
        margin-bottom: 5px
    }
    body.section-blog.single-post #commentsContainer #respond #commentform label small {
        display: block;
        margin-top: 0
    }
}
body.section-blog.single-post #commentsContainer #respond #commentform .comment-form-author {
    float: left
}
body.section-blog.single-post #commentsContainer #respond #commentform .comment-form-email {
    float: right;
    clear: none
}
body.section-blog.single-post #commentsContainer #respond #commentform .comment-form-author,
body.section-blog.single-post #commentsContainer #respond #commentform .comment-form-email {
    width: 48%
}
@media (max-width: 579px) {
    body.section-blog.single-post #commentsContainer #respond #commentform .comment-form-author,
    body.section-blog.single-post #commentsContainer #respond #commentform .comment-form-email {
        width: 100%;
        float: none
    }
}
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit {
    margin: 0
}
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit .button,
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit input.button-primary,
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit body.size-small #upcomingTours #destinationSelect .toursAll a,
body.size-small #upcomingTours #destinationSelect .toursAll body.section-blog.single-post #commentsContainer #respond #commentform .form-submit a,
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll a,
body.size-medium #upcomingTours .tourSupplement #destinationSelect .toursAll body.section-blog.single-post #commentsContainer #respond #commentform .form-submit a,
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit body.page-faq .top,
body.page-faq body.section-blog.single-post #commentsContainer #respond #commentform .form-submit .top,
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit body.page-template-template-faq-php .top,
body.page-template-template-faq-php body.section-blog.single-post #commentsContainer #respond #commentform .form-submit .top,
body.section-blog.single-post #commentsContainer #respond #commentform .form-submit .post a.more,
body.section-blog.single-post .post #commentsContainer #respond #commentform .form-submit a.more {
    background-color: #1b6da6;
    border: none;
    box-shadow: none
}
body.error404 {
    background-image: url("../images/404/D233170.jpg");
    background-repeat: no-repeat;
    background-size: cover
}
body.error404 #wrapper {
    background-image: none
}
body.error404 h1 {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    font-size: 148px;
    color: #fff;
    text-align: left
}
body.error404 .message404 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px
}
body.error404 .message404 .intro404 {
    color: #a7dce2;
    margin-top: 0
}
body.error404 .message404 p {
    font-size: 123.1%;
    font-family: 'rooney-sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Unicode', 'Lucida', Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff
}
body.error404 .message404 p:last-child {
    margin-bottom: 0
}
body.error404 .message404 a,
body.error404 .message404 a:visited {
    color: #a7dce2
}
body.error404 .message404 input[type="submit"] {
    margin-left: 8px
}
#menu-primary li:hover ul.sub-menu.flyout,
#menu-primary li ul.sub-menu.flyout:hover {
    display: block;
    font-size: .85em;
}
.wp-caption > p:empty {
    display: none;
}
.psSlideshow {
    height: auto !important;
}
