/* HEADER */

header a {
    color: #428bca;
    text-decoration: none
}
header a:hover,
header a:focus {
    color: #428bca;
    text-decoration: underline
}
header a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
header .text-left {
    text-align: left
}
header .text-right {
    text-align: right
}
header .text-center {
    text-align: center
}
header a.text-info:hover {
    color: #245269
}
header .text-warning {
    color: #8a6d3b
}
header a.text-warning:hover {
    color: #66512c
}
header ul,
header ol {
    margin-top: 0;
    margin-bottom: 10px
}
header ul ul,
header ol ul,
header ul ol,
header ol ol {
    margin-bottom: 0
}
header .list-unstyled {
    padding-left: 0;
    list-style: none
}
header .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
header .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
header .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    header .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    header .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    header .container {
        width: 1170px
    }
}
header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
header .row {
    margin-right: -15px;
    margin-left: -15px
}
header fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
header legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
header label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
header select.input-sm {
    height: 30px;
    line-height: 30px
}
header textarea.input-sm,
header select[multiple].input-sm {
    height: auto
}
header .input-lg,
header .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
header select.input-lg {
    height: 46px;
    line-height: 46px
}
header textarea.input-lg,
header select[multiple].input-lg {
    height: auto
}
header .has-feedback {
    position: relative
}
header .has-feedback .form-control {
    padding-right: 42.5px
}
header .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}
header .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
header .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
header .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
header .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
header .btn:focus,
header .btn:active:focus,
header .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
header .btn:hover,
header .btn:focus {
    color: #333;
    text-decoration: none
}
header .btn-block {
    display: block;
    width: 100%
}
header .btn-block+.btn-block {
    margin-top: 5px
}
@media (min-width: 768px) {
    header .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    header .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
header .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
header .nav>li {
    position: relative;
    display: block
}
header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
header .nav>li>a:hover,
header .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
header .nav>li.disabled>a {
    color: #777
}
header .nav>li.disabled>a:hover,
header .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
header .nav .open>a,
header .nav .open>a:hover,
header .nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}
header .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
header .nav>li>a>img {
    max-width: none
}
header .nav-tabs {
    border-bottom: 1px solid #ddd
}
header .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
header .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
header .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
header .nav-tabs>li.active>a,
header .nav-tabs>li.active>a:hover,
header .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
header .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
header .nav-tabs.nav-justified>li {
    float: none
}
header .nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
header .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    header .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    header .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
header .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
header .nav-tabs.nav-justified>.active>a,
header .nav-tabs.nav-justified>.active>a:hover,
header .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    header .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    header .nav-tabs.nav-justified>.active>a,
    header .nav-tabs.nav-justified>.active>a:hover,
    header .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
header .nav-stacked>li {
    float: none
}
header .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
header .nav-justified {
    width: 100%
}
header .nav-justified>li {
    float: none
}
header .nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
header .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    header .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    header .nav-justified>li>a {
        margin-bottom: 0
    }
}
header .nav-tabs-justified {
    border-bottom: 0
}
header .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
header .nav-tabs-justified>.active>a,
header .nav-tabs-justified>.active>a:hover,
header .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    header .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    header .nav-tabs-justified>.active>a,
    header .nav-tabs-justified>.active>a:hover,
    header .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
header .tab-content>.tab-pane {
    display: none
}
header .tab-content>.active {
    display: block
}
header .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
header .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    header .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    header .navbar-header {
        float: left
    }
}
header .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
header .navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    header .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    header .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    header .navbar-collapse.in {
        overflow-y: visible
    }
    header .navbar-fixed-top .navbar-collapse,
    header .navbar-static-top .navbar-collapse,
    header .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
header .navbar-fixed-top .navbar-collapse,
header .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-width: 480px) and (orientation: landscape) {
    header .navbar-fixed-top .navbar-collapse,
    header .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
header .container>.navbar-header,
header .container-fluid>.navbar-header,
header .container>.navbar-collapse,
header .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    header .container>.navbar-header,
    header .container-fluid>.navbar-header,
    header .container>.navbar-collapse,
    header .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
header .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    header .navbar-static-top {
        border-radius: 0
    }
}
header .navbar-fixed-top,
header .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
@media (min-width: 768px) {
    header .navbar-fixed-top,
    header .navbar-fixed-bottom {
        border-radius: 0
    }
}
header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
header .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
header .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}
header .navbar-brand:hover,
header .navbar-brand:focus {
    text-decoration: none
}
@media (min-width: 768px) {
    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
header .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
header .navbar-toggle:focus {
    outline: 0
}
header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    header .navbar-toggle {
        display: none
    }
}
header .navbar-nav {
    margin: 7.5px -15px
}
header .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    header .navbar-nav .open .dropdown-menu>li>a,
    header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    header .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    header .navbar-nav .open .dropdown-menu>li>a:hover,
    header .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 768px) {
    header .navbar-nav {
        float: left;
        margin: 0
    }
    header .navbar-nav>li {
        float: left
    }
    header .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    header .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}
@media (min-width: 768px) {
    header .navbar-left {
        float: left!important
    }
    header .navbar-right {
        float: right!important
    }
}
header .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
header .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
header .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
header .navbar-btn.btn-sm {
    margin-top: 6px;
    margin-bottom: 10px
}
header .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
header .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    header .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    header .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}
@media (min-width: 1280px) {
	.nav-main .navbar-nav > li > a, .nav-main .navbar-nav > li button[type="submit"] {
    	font-size: 1.5em;
	}
	.footer .nav a, .footer .nav button {
	    font-size: 12px;
	}
}
header .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
header .navbar-default .navbar-brand {
    color: #777
}
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
header .navbar-default .navbar-text {
    color: #777
}
header .navbar-default .navbar-nav>li>a {
    color: #001f3d
}
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    color: #39f;
    background-color: transparent
}
header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:hover,
header .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
header .navbar-default .navbar-nav>.disabled>a,
header .navbar-default .navbar-nav>.disabled>a:hover,
header .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
header .navbar-default .navbar-toggle {
    border-color: #ddd;
	border:none;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
header .navbar-default .navbar-toggle .icon-bar {
    background-color: #333
}
header .navbar-default .navbar-collapse,
header .navbar-default .navbar-form {
    border-color: #e7e7e7
}
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width: 767px) {
	header .navbar-default .navbar-nav > li > a {
	    color: #fff;
	}
    header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    header .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    header .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    header .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    header .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    header .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    header .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
header .navbar-default .navbar-link {
    color: #777
}
header .navbar-default .navbar-link:hover {
    color: #333
}
header .navbar-default .btn-link {
    color: #777
}
header .navbar-default .btn-link:hover,
header .navbar-default .btn-link:focus {
    color: #333
}
header .navbar-default .btn-link[disabled]:hover,
header fieldset[disabled] .navbar-default .btn-link:hover,
header .navbar-default .btn-link[disabled]:focus,
header fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
header {
    border-bottom: none;
    font-size: 12px;
}
header .navbar-nav > li > a {
    padding: 15px;
}
header .nav-main .navbar-brand .logo {
    display: inline-block;
    xmargin: -17px 0 0;
    xwidth: 175px;
}
@media (min-width: 768px) {
    header .navbar-nav>li {
        float: left;
    }
}

/* GDV Member CSS */
/* ==========================================================================
Name:   gdvMember-styles.css
Site:   GDV - Member Site
URL:    globaldiscoveryvacations.com
====================================================================
#Global Styles + Resets
==================================================================== */

html {
    -ms-overflow-style: scrollbar;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    margin-top: 108px;
    color: #154c85;
    background: #ffffff;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    xfont-weight: 300;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: inherit;
    font-weight: 300;
}
.text-column {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.text-danger {
    color: #f44336;
}
.text-uppercase,
.text-capitalize {
    text-transform: uppercase;
}
a {
    color: #3399ff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.center-block {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.col-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fa {
    margin-right: 5px;
}
.valign {
    display: table;
    width: 100%;
    height: 100%;
}
.valign > .inner {
    display: table-cell;
    vertical-align: middle;
}
.arrow-down {
    position: absolute;
    z-index: 10;
    content: '';
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 10px auto 0 auto;
    border-style: solid;
    border-width: 15px 90px 0 90px;
    border-color: #dddddd transparent transparent transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.arrow-up {
    position: absolute;
    z-index: 10;
    content: '';
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 10px auto;
    border-style: solid;
    border-width: 0 90px 15px 90px;
    border-color: transparent transparent #dddddd transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
[id="accordion"] .panel {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}
[id="accordion"] .panel-heading {
    font-style: normal !important;
    border-radius: 0;
    margin: 0;
    color: #3399ff;
    border-color: #3399ff;
    border-style: solid;
    border-width: 0 0 1px 0;
    background: none;
}
[id="accordion"] .panel-heading .fa {
    font-size: 1.325em;
}
[id="accordion"] .panel-heading .glyphicons {
    display: inline;
    float: left;
    font-size: 120%;
    margin-right: 8px;
}
[id="accordion"] .panel-heading .glyphicons:before {
    float: left;
}
[id="accordion"] a:hover,
[id="accordion"] .panel-heading.active {
    background: #3399ff;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
[id="accordion"] .panel-title {
    font-size: 1.125em;
}
[id="accordion"] .panel a {
    text-decoration: none;
    color: #154c85;
}
[id="accordion"] .panel-body {
    padding: 15px 40px 40px 40px;
    line-height: 1.6em;
    border-color: #3399ff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}
[id="accordion"] .panel-body > h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}
blockquote {
    border: 0;
    padding: 0 0 0 55px;
}
blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    font-size: 2.5em;
    color: #007fff;
    margin: -5px 0 0 -55px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
blockquote header {
    font-size: 0.8em;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #154c85;
}
blockquote header cite {
    font-size: 1.325em;
    font-weight: 700;
    display: block;
}
blockquote footer {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
blockquote footer:before {
    display: none;
}
blockquote header,
blockquote footer {
    text-align: left;
    color: inherit;
}
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumb:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumb:hover:before {
    background: rgba(0, 31, 61, 0.6);
}
.thumb:after {
    bottom: -30px;
    position: absolute;
    z-index: 10;
    content: '';
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 30px 10px 30px;
    border-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumb:hover:after {
    bottom: 0;
    border-bottom-color: #ffffff;
}
.bg-primary .thumb:hover:after {
    border-bottom-color: #4285f4;
}
.bg-warning .thumb:hover:after {
    border-bottom-color: #fcf8e3;
}
.bg-success .thumb:hover:after {
    border-bottom-color: #dff0d8;
}
.bg-info .thumb:hover:after {
    border-bottom-color: #d9edf7;
}
.bg-danger .thumb:hover:after {
    border-bottom-color: #f2dede;
}
.feature {
    z-index: 10;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 15px;
    padding: 5px 10px;
    border-radius: 0 3px 3px 0;
    background: #c33e34;
    background: rgba(195, 62, 52, 0.925);
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    font-style: normal;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.feature:after {
    position: absolute;
    margin-top: 5px;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #9a312a;
    border-left: 10px solid transparent;
}
.feature small {
    font-size: 60% !important;
    line-height: 0;
}
.feature .price {
    display: block;
    padding: 6px 0 2px 0;
    line-height: 0;
    font-size: 1.25em;
    font-weight: 700;
}
.feature .msg-online {
    display: block;
    position: relative;
    font-size: 0.75em;
    text-align: right;
    background: #ffffff;
    color: #c33e34;
    border-radius: 10px 2px 0 10px;
    padding: 2px 5px 2px 10px;
    margin-right: -15px;
    margin-bottom: 3px;
    box-shadow: 0 2px 0 rgba(74, 24, 20, 0.3);
}
.feature .msg-online:after {
    position: absolute;
    margin-top: 2px;
    right: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #4a1814;
    border-right: 5px solid transparent;
}
.feature .unitinfo.unitinfo {
    float: none;
    clear: both;
    width: 100%;
    font-size: 0.8em;
}
.feature br {
    display: block;
    margin-bottom: -7px !important;
}
.feature .fa {
    margin: 0;
}
.btn {
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    border: 0;
}
.btn:hover {
    box-shadow: 0 2px 3px rgba(17, 17, 17, 0.02), 0 2px 3px rgba(17, 17, 17, 0.28);
}
.btn:active {
    box-shadow: 0 10px 20px rgba(17, 17, 17, 0.19), 0 6px 6px rgba(17, 17, 17, 0.23);
}
.btn-primary {
    background-color: #4285f4;
}
.btn-success {
    background-color: #0f9d58;
}
.btn-info {
    background-color: #3399ff;
}
.btn-danger {
    background-color: #f44336;
}
.btn-default:hover {
    box-shadow: none;
}
button.close,
.close {
    display: block;
    background-color: #3399ff;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
button.close:hover,
.close:hover {
    background-color: #007fff;
    color: #001f3d;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false');
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-image: none !important;
}
.carousel-control.left,
.carousel-control.right {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false');
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-image: none !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 15px;
}
.carousel-control [class*="icon-"],
.carousel-control .glyphicon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 0.750em;
    background: #e5f2ff;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-shadow: none;
}
.carousel-control [class*="icon-"]:hover,
.carousel-control .glyphicon:hover {
    background: transparent;
    border-color: #3399ff;
    color: #3399ff;
}
.chromeframe {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    padding: 15% 15% 0 15%;
    height: 100%;
    background: #f44336;
    filter: alpha(opacity=95);
    opacity: 0.95;
    font-size: 2.0em;
    font-weight: 400;
    color: #ffffff;
}
.chromeframe a {
    color: #111111;
    text-decoration: underline;
}
.chromeframe button.close {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-color: #ffffff;
    background: #ffffff;
    color: #f44336;
}
.form-control,
.input-group-addon {
    border-color: #dddddd;
    box-shadow: none;
}
.input-group-addon {
    background-color: #dddddd;
}
input[readonly="readonly"] {
    cursor: not-allowed;
}
input[readonly="readonly"]::-moz-selection,
input[readonly="readonly"]::-moz-selection,
input[readonly="readonly"]::-moz-selection {
    background: #f4f4f4;
}
input[readonly="readonly"]::-moz-selection,
input[readonly="readonly"]::selection,
input[readonly="readonly"]::-moz-selection {
    background: #f4f4f4;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.list-styled {
    padding-left: 0;
}
.list-styled li {
    padding-left: 25px;
    padding-bottom: 5px;
    list-style: none;
}
.list-styled li:before {
    content: '\f046';
    font-family: FontAwesome;
    margin-left: -25px;
    margin-right: 10px;
}
.list-styled.icon-map li:before {
    content: '\f041';
}
.navbar-toggle {
    border: 0;
    border-radius: 0;
    background: none !important;
}
.navbar-toggle:hover {
    border: 0;
    border-radius: 0;
    background: none !important;
}
.navbar-toggle .icon-bar.icon-bar {
    background-color: #ffffff;
    width: 30px;
    height: 3px;
    border-radius: 0;
}
.navbar .navbar-collapse {
    border-color: inherit;
}
.pagination > li:first-child > a,
.pagination > li > span,
.pagination > li:last-child > a,
.pagination > li > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li span {
    border-color: #3399ff;
    color: #3399ff;
}
.pagination > li a:hover,
.pagination > li span:hover,
.pagination > li a:focus,
.pagination > li span:focus {
    background-color: #3399ff;
    border-color: #3399ff;
    color: #ffffff;
}
.pghdr {
    display: table;
    width: 100%;
    height: 650px;
    background-color: #f4f4f4;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
/* .tooltip.in { @include opacity(0.1);
}
*/

.tooltip-inner,
.popover {
    font-weight: 400;
}
li [data-toggle="tooltip"],
li [data-toggle="popover"] {
    cursor: pointer;
}
body .well-primary,
body .jumbotron-primary,
.container .well-primary,
.container .jumbotron-primary,
.container-fluid .well-primary,
.container-fluid .jumbotron-primary {
    background-color: #4285f4;
}
body .well-success,
body .jumbotron-success,
.container .well-success,
.container .jumbotron-success,
.container-fluid .well-success,
.container-fluid .jumbotron-success {
    background-color: #0f9d58;
}
body .well-info,
body .jumbotron-info,
.container .well-info,
.container .jumbotron-info,
.container-fluid .well-info,
.container-fluid .jumbotron-info {
    background-color: #3399ff;
}
body .well-warning,
body .jumbotron-warning,
.container .well-warning,
.container .jumbotron-warning,
.container-fluid .well-warning,
.container-fluid .jumbotron-warning {
    background-color: #ffa543;
}
body .well-danger,
body .jumbotron-danger,
.container .well-danger,
.container .jumbotron-danger,
.container-fluid .well-danger,
.container-fluid .jumbotron-danger {
    background-color: #f44336;
}
.well,
.info-box {
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 0 #dddddd;
    margin-top: 15px;
}
.progress {
    box-shadow: none;
    background: #dddddd;
}
.progress .progress-bar {
    box-shadow: none;
    background-color: #4285f4;
}
.progress .progress-bar-default,
.progress .progress-bar-primary {
    background-color: #4285f4;
}
.progress .progress-bar-success {
    background-color: #0f9d58;
}
.progress .progress-bar-info {
    background-color: #3399ff;
}
.progress .progress-bar-warning {
    background-color: #3399ff;
}
.progress .progress-bar-danger {
    background-color: #f44336;
}
@media screen and (min-width: 768px) {
    [id="accordion"] .panel-heading {
        font-size: 1.35em;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    body {
        margin-top: 90px;
    }
    .arrow-down {
        border-width: 10px 50px 0 50px;
    }
    .arrow-up {
        border-width: 0 50px 10px 50px;
    }
}
@media screen and (min-width: 480px) {
    a[href^="tel"] {
        text-decoration: none;
        cursor: default;
        pointer-events: none;
        color: inherit;
    }
    [id="accordion"] .panel-body {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 480px) {
    body {
        display: block;
    }
    a[href^="tel"] {
        display: inline-block;
        color: inherit;
        border: 1px solid;
        padding: 2px 8px;
        margin: 5px;
        border-radius: 5px;
        cursor: pointer;
        pointer-events: auto !important;
    }
    a[href^="tel"]:before {
        content: "Call:";
        font-weight: bold;
    }
    button.close {
        width: 28px;
        height: 28px;
        line-height: 25px;
    }
    .carousel-control [class*="icon-"],
    .carousel-control .glyphicon {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .col-mobile {
        width: 100%;
        float: none;
    }
    .pghdr {
        height: 300px;
    }
    .text-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media screen and (max-width: 360px) {
    body {
        margin-top: 100px;
    }
}
@media print {
    body {
        margin-top: 0;
    }
    .btn.back-top {
        display: none;
    }
    [id="accordion"] .collapse {
        display: block;
    }
    [id="accordion"] .panel {
        page-break-before: avoid;
    }
    [id="accordion"] .panel-title {
        font-size: 2.0em;
    }
    [id="accordion"] .panel-heading {
        padding-top: 30px;
        padding-bottom: 15px;
        border-color: #111111;
    }
    [id="accordion"] .panel-body {
        border-color: #111111;
    }
}
/* ==========================================================================
#Navigation
==========================================================================
#Main Nav - Desktop
============================================ */

.nav-main {
    position: fixed;
    z-index: 1040;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-main .nav-sub {
    background: #001f3d;
    margin: 0 -15px;
    padding: 5px 10px;
    color: #f4f4f4;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-main .nav-sub a {
    color: inherit;
}
.nav-main .navbar-brand {
    padding: 0;
}
.nav-main .btn-logout a {
    padding: 0;
}
.nav-main .navbar,
.nav-main button[type="submit"] {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-main .navbar-nav > li > a,
.nav-main .navbar-nav > li button[type="submit"] {
    position: relative;
    color: #001f3d;
    font-size: 1.4em;
    font-weight: 600;
}
.nav-main .navbar-nav li > a:hover {
    background: none;
    color: #3399ff;
}
.nav-main .navbar-nav > li button[type="submit"]:hover,
.nav-main .navbar-nav > li > a:focus {
    background: none;
    color: #3399ff;
}
.nav-main .navbar-nav > .active > a {
    background: none;
    color: #3399ff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-main .navbar-nav > .active > a:hover,
.nav-main .navbar-nav > .active > a:focus {
    background: none;
    color: #3399ff;
}
.nav-main .dropdown-menu {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-main .dropdown-menu li a {
    display: block;
    width: 100%;
    clear: both;
}
.nav-main .dropdown.open > a {
    background: none !important;
    color: inherit !important;
}
.nav-main .dropdown.open li > a:hover,
.nav-main .dropdown.open li.active > a {
    background: none;
    color: #3399ff !important;
}
.nav-main.stick {
    background: #ffa543;
    background: rgba(255, 165, 67, 0.9);
}
.nav-main.stick .navbar-brand {
    padding-top: 5px;
}
.nav-main.stick .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-main.stick .navbar-nav > li > a {
    font-size: 1.10em;
}
.nav-main .nav-special .icon-gdvstars {
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 2px 0 0;
    background: url('../images/gdv-stars-orange.png?1412188523') no-repeat center center;
    background-size: 18px 18px;
}
.nav-main .nav-special a:hover .icon-gdvstars,
.nav-main .nav-special.active a .icon-gdvstars {
    background-image: url('../images/gdv-stars-skyblue.png?1411059156');
}
.nav-main.stick .nav-special a .icon-gdvstars {
    background-image: url('../images/gdv-stars-dark.png?1411743864');
}
.nav-main.stick .nav-special a:hover .icon-gdvstars {
    background-image: url('../images/gdv-stars.png?1406554375');
}
.nav-main.stick .nav-special.active .icon-gdvstars {
    background-image: url('../images/gdv-stars.png?1406554375');
}
@media screen and (min-width: 768px) {
    .nav-main .navbar-nav {
        float: none;
        display: inline-block;
    }
    .nav-main .navbar-nav > li button[type="submit"] {
        padding: 13px 10px 0;
    }
    .nav-main.stick .navbar-nav button[type="submit"]:hover {
        color: #ffffff;
    }
    .nav-main.stick .navbar-nav > li button[type="submit"] {
        font-size: 1.1em;
        padding: 15px 10px 0;
    }
    .IE .nav-main.stick .navbar-nav > li button[type="submit"] {
        padding: 16px 10px 0;
    }
    .WK .nav-main.stick .navbar-nav > li button[type="submit"] {
        padding: 16px 10px 0;
    }
    .nav-main.stick .navbar-nav li > a:hover,
    .nav-main.stick .navbar-nav li > a:focus {
        xcolor: #ffffff;
    }
    .nav-main.stick .navbar-nav > .active > a {
        color: #ffffff;
    }
    .nav-main.stick .navbar-nav > .active > a:hover,
    .nav-main.stick .navbar-nav > .active > a:focus {
        color: #ffffff;
    }
    .nav-main .dropdown-menu {
        text-align: center;
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        padding: 30px 15px;
        border: 0;
        margin-top: 19px !important;
        box-shadow: 0 10px 5px rgba(17, 17, 17, 0.25);
        border-radius: 0;
        border-bottom: 5px solid #ffa543;
        background: #f4fae5;
        filter: alpha(opacity=98);
        opacity: 0.98;
    }
    .nav-main.stick .dropdown-menu {
        margin-top: 5px !important;
    }
    .nav-main .dropdown-menu.fixed-width {
        position: absolute;
        left: 0;
        float: left;
        min-width: 160px;
    }
    .nav-main .dropdown.open {
        position: relative;
    }
    .nav-main .dropdown.open:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -19px;
        margin: 0 auto;
        display: block;
        width: 20px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 10px solid #f4fae5;
        filter: alpha(opacity=98);
        opacity: 0.98;
    }
    .nav-main.stick .dropdown.open:after {
        bottom: -5px;
    }
    .nav-main .dropdown.open li > a {
        color: inherit;
    }
    .nav-main .dropdown-menu .btn-main {
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 600;
    }
    .nav-main .btn-logout .btn {
		xbackground-color: #39f;
        font-size: 60%;
        font-weight: 600;
        color: #ffffff;
    }
    .nav-main .btn-logout .btn:hover {
		xbackground-color: #000;
    }
    .nav-main .nav-special.nav-special a {
        border: 1px solid #ffa543;
        color: #ffa543;
        border-radius: 4px;
        padding: 8px;
        margin-top: 5px;
    }
    .nav-main.stick .nav-special.nav-special a {
        padding: 4px 8px;
        margin-top: 12px;
        border-color: #111111;
        color: #111111;
    }
    .nav-main .nav-special.nav-special a:hover {
        border-color: #3399ff;
        box-shadow: 0 2px 3px rgba(17, 17, 17, 0.02), 0 2px 3px rgba(17, 17, 17, 0.28);
    }
    .nav-main .nav-special.active a {
        border: 1px solid #3399ff;
        color: #3399ff;
    }
    .nav-main .nav-special.active a:hover {
        border: 1px solid #3399ff;
        color: #3399ff;
    }
    .nav-main.stick .nav-special.nav-special a:hover,
    .nav-main.stick .nav-special.active a {
        border: 1px solid #ffffff;
        color: #ffffff;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .nav-main .navbar-brand img {
        width: 90%;
        padding-top: 5px;
        margin-left: -40px;
    }
    .nav-main .navbar-nav > li button[type="submit"],
    .nav-main .navbar-nav > li > a {
        font-size: 90%;
        padding-left: 7px;
        padding-right: 7px;
    }
    .nav-main.stick .navbar-nav > li > a,
    .nav-main .navbar-nav li button {
        font-size: 90%;
        padding-left: 7px;
        padding-right: 7px;
    }
    .nav-main .nav-special.nav-special a,
    .nav-main.stick .nav-special.nav-special a {
        padding: 2px 6px;
        margin-top: 12px;
    }
    .nav-main .nav-special .icon-gdvstars {
        width: 16px;
        height: 16px;
        background-size: cover;
        margin: 2px 2px 0 0;
    }
    .nav-main .navbar-nav > li button[type="submit"] {
        padding-top: 18px;
        font-size: 90%;
    }
    .IE .nav-main .navbar-nav > li button[type="submit"] {
        padding-top: 18px;
    }
    .nav-main.stick .navbar-nav > li button[type="submit"] {
        padding-top: 18px;
        font-size: 90%;
    }
    .IE .nav-main.stick .navbar-nav > li button[type="submit"] {
        padding-top: 18px;
    }
    .WK .nav-main.stick .navbar-nav > li button[type="submit"] {
        padding-top: 17px;
    }
    .nav-main .dropdown-menu {
        font-size: 0.85em;
    }
    .nav-main .dropdown-menu .btn {
        font-size: 0.95em;
        font-weight: 600;
        padding: 5px;
    }
    .nav-main .btn-logout .btn {
        font-size: 0.8em;
        margin-right: -10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
    .nav-main .navbar-brand img {
        margin-left: -40px;
        width: 100%;
        padding-top: 10px;
        margin-right: -30px;
    }
    .nav-main .navbar-nav button[type="submit"],
    .nav-main .navbar-nav > li > a {
        font-size: 75%;
        padding-left: 7px;
        padding-right: 7px;
    }
    .nav-main.stick .navbar-nav > li > a,
    .nav-main .navbar-nav li button {
        font-size: 75%;
        padding-left: 7px;
        padding-right: 7px;
    }
    .nav-main.stick .navbar-nav > li button[type="submit"] {
        padding-top: 18px;
        font-size: .9em;
    }
}
@media screen and (max-width: 767px) {
    .nav-main {
        background: #3399ff;
        background: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #ffffff;
    }
    .nav-main .navbar {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .nav-main .navbar-brand img {
        width: 140px;
        margin-top: 8px;
    }
    .nav-main .dropdown.open > a {
        color: #3399ff !important;
    }
    .nav-main .dropdown-menu li a,
    .nav-main .dropdown.open li > a {
        color: #ffffff;
    }
    .nav-main .btn-lg {
        padding: 5px 10px;
        font-size: 0.8em;
        line-height: 1.5;
    }
    .nav-main .btn {
        width: 100%;
        font-weight: 600;
    }
}
@media screen and (max-width: 480px) {
    .nav-main .navbar-brand {
        float: none;
    }
}
@media print {
    .nav-main {
        display: none;
    }
}
/* ============================================
#Main Nav - Mobile Offcanvas
============================================ */

.offcanvas {
    display: none;
}
.offcanvas.in {
    display: block;
}
.canvas-sliding {
    -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
    transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone.offcanvas-clone {
    height: 0;
    width: 0;
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.navbar-toggle {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 768px) {
    .navbar-offcanvas {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-offcanvas.offcanvas {
        position: static;
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-offcanvas .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }
    .navbar-offcanvas .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (max-width: 767px) {
    .navbar-offcanvas {
        width: 250px;
        height: auto;
        text-align: left;
        xpadding: 30px 15px;
        background: #001f3d;
    }
    .navmenu-fixed-left,
    .navmenu-fixed-right,
    .navbar-offcanvas {
        position: fixed;
        z-index: 1030;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        border-radius: 0;
    }
    .navmenu-fixed-left,
    .navbar-offcanvas.navmenu-fixed-left {
        left: 0;
        right: auto;
        border-width: 0;
    }
    .navmenu-fixed-right,
    .navbar-offcanvas {
        left: auto;
        right: 0;
    }
    .navmenu-nav {
        margin-bottom: 10px;
    }
    .navbar-offcanvas .navbar-nav {
        margin: 0;
    }
    .navbar-offcanvas .navbar-nav > li button[type="submit"] {
        padding: 5px 15px;
        width: 100%;
        text-align: left;
        border-top: 1px solid #494949;
        border-bottom: 1px solid #111111;
        color: #ffffff;
    }
    .navbar-offcanvas .navbar-nav > li > a {
        border-top: 1px solid #494949;
        border-bottom: 1px solid #111111;
        color: #ffffff;
    }
    .navbar-offcanvas .nav-special.nav-special a .icon-gdvstars {
        background-image: url('../images/gdv-stars.png?1406554375');
    }
    .navbar-offcanvas .nav-special.nav-special a:hover .icon-gdvstars {
        background-image: url('../images/gdv-stars-skyblue.png?1411059156');
    }
    .navbar-offcanvas .nav-special.active a .icon-gdvstars {
        background-image: url('../images/gdv-stars-skyblue.png?1411059156');
    }
    .navbar-offcanvas .navbar-nav.main > li:first-child > a {
        border-top: none;
    }
    .navbar-offcanvas .navbar-nav .dropdown li {
        padding: 5px 0;
    }
    .navbar-offcanvas .navbar-nav .dropdown-menu .btn,
    .navbar-offcanvas .navbar-nav .dropdown-menu:hover .btn {
        color: #ffffff;
    }
    .nav-main .navbar-nav li a:hover,
    .nav-main .navbar-nav li a:focus {
        color: #3399ff;
    }
    .nav-main .navbar-nav .active a {
        color: #3399ff;
    }
    .nav-main .navbar-nav .active a:hover,
    .nav-main .navbar-nav .active a:focus {
        color: #3399ff;
    }
}
/* ============================================
#SideBar Navigation
============================================ */

.side-bar .navbar {
    border: 0;
    background: none;
}
.side-bar .title {
    font-size: 1.325em;
}
.side-bar .title:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px -5px -15px;
    background: url('../images/gdv-stars-blue.png?1406727000') no-repeat left center;
    background-size: 100%;
}
.side-bar .navbar-nav.navbar-nav > li a {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 5px 5px 30px;
    border-width: 0 0 1px;
    border-color: #f4f4f4;
    border-style: solid;
    color: #3399ff;
}
.side-bar .navbar-nav.navbar-nav > li a:hover,
.side-bar .navbar-nav.navbar-nav > li a:focus {
    color: #ffa543;
}
.side-bar .navbar-nav.navbar-nav > li.active > a {
    color: #ffa543;
}
.side-bar .navbar-nav.navbar-nav > li > a:hover,
.side-bar .navbar-nav.navbar-nav > li > a:focus,
.side-bar .navbar-nav.navbar-nav > li.active > a,
.side-bar .navbar-nav.navbar-nav > li.active > a:hover {
    padding-left: 40px;
    background-color: #ffffff;
}
.side-bar .navbar-nav.navbar-nav > li > a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    padding-top: inherit;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.side-bar .navbar-nav.navbar-nav > li:hover > a:before,
.side-bar .navbar-nav.navbar-nav > li.active > a:before {
    width: 50px;
}
.side-bar .navbar-nav.navbar-nav > li.active > a:before {
    content: '\f046';
}
@media screen and (min-width: 768px) {
    .side-bar {
        padding-top: 30px;
    }
    .side-bar .navbar-nav li {
        display: block;
        width: 100%;
        position: relative;
    }
    .side-bar .navbar-nav > li > a {
        margin: 0 -15px 5px;
    }
}
@media screen and (max-width: 767px) {
    .side-bar.side-bar {
        margin-top: -15px;
    }
    .side-bar.side-bar .navbar-collapse {
        border: 0;
    }
    .side-bar.side-bar .navbar-toggle {
        width: 100%;
        border: 2px solid #3399ff;
        padding: 10px 20px;
        margin-bottom: 0;
        color: #3399ff;
    }
    .side-bar.side-bar .navbar-toggle:before {
        content: 'EXPLORE MORE';
        font-weight: 700;
        float: left;
        margin-left: 40px;
    }
    .side-bar.side-bar .navbar-toggle .icon-bar.icon-bar {
        background-color: #3399ff;
    }
}
/*
============================================
#Home Carousel
============================================*/

.home-carousel .carousel-inner > .item {
    width: 100%;
    min-height: 380px;
    height: 100%;
    border-bottom-color: transparent;
    border-width: 0 0 15px 0;
    border-style: solid;
}
.home-carousel .carousel-caption {
    color: #dddddd;
    background-color: #154c85;
    background: rgba(21, 76, 133, 0.8);
    right: auto;
    left: 60px;
    height: 90%;
    top: 0;
    bottom: auto;
    width: 220px;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.home-carousel .carousel-caption .title {
    display: block;
    font-size: 1.75em;
    font-style: italic;
    font-weight: 600;
    line-height: 1.25em;
}
.home-carousel .carousel-caption .title:before {
    content: '';
    display: block;
    margin: -30px auto 10px;
    width: 42px;
    height: 42px;
    background: url('../images/gdv-stars-skyblue.png?1411059156') no-repeat center;
    background-size: cover;
}
.home-carousel .carousel-caption .title:after {
    content: '';
    display: block;
    width: 40%;
    margin: 15px auto;
    border-bottom: 1px solid #3399ff;
}
.home-carousel .carousel-caption small {
    font-size: 55%;
    color: #ffdd43;
    line-height: 150%;
    display: block;
    clear: both;
    padding: 10px 0 0;
}
.home-carousel .carousel-caption .btn {
    font-weight: 600;
    border: 0;
    padding: 3px 12px;
    text-transform: uppercase;
}
.home-carousel .carousel-caption .btn:hover {
    background: #3399ff;
    color: #ffffff;
}
@media screen and (min-width: 1336px) {
    .home-carousel .carousel-inner > .item {
        height: 480px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-carousel .carousel-caption {
        left: 30px;
    }
    .home-carousel .carousel-caption .title {
        font-size: 1.625em;
        line-height: 150%;
    }
}
@media screen and (max-width: 767px) {
    .home .widget-inner {
        margin: 20px;
    }
    .home-carousel {
        margin: 20px;
    }
    .home-carousel .carousel-inner > .item {
        min-height: 320px;
        width: 100%;
    }
    .home-carousel .carousel-caption {
        display: block;
        padding: 10px 30px;
        border-radius: 0;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .home-carousel .carousel-caption .title {
        font-size: 1.325em;
        margin-bottom: 15px;
    }
    .home-carousel .carousel-caption .title:before,
    .home-carousel .carousel-caption .title:after {
        display: none;
    }
    .home-carousel .carousel-caption .btn {
        font-size: 0.8em;
        padding: 5px 15px;
    }
    .home-carousel .carousel-caption small {
        padding: 0;
    }
    .home-carousel .carousel-control {
        bottom: 30%;
    }
}
@media screen and (max-width: 480px) {
    .home-carousel .carousel-inner > .item {
        background-size: auto 200px !important;
        background-position: top right !important;
    }
    .home-carousel .carousel-caption {
        top: 200px;
        background-color: #154c85;
    }
}
/* 
============================================
#Modal Styles
============================================ 
*/

.modal-body {
    padding: 15px 30px;
}
.modal-header {
    border-bottom-width: 0;
}
.modal-fullscreen {
    width: 100%;
    height: 100%;
}
.modal-fullscreen.modal-backdrop.fade.in {
    background: #f4f4f4;
}
.modal-fullscreen .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.modal-fullscreen .modal-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
    background: transparent;
}
.modal-fullscreen .modal-body {
    text-align: center;
    margin: 0 auto;
}
.modal-fullscreen button.close {
    position: absolute;
    z-index: 100;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.modal-fullscreen.dark {
    background: #111111;
    color: #ffffff;
}
.modal-fullscreen .fitvid {
    max-width: 1280px;
    width: 80%;
    margin: -30px auto 0;
}
@media screen and (max-width: 640px) {
    .modal-fullscreen button.close {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 10px;
        right: 10px;
    }
}
.gdv-loader {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f4f4f4;
    background: rgba(244, 244, 244, 0.7);
}
.gdv-loader .loader-icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    background: url('../images/gdv-loader-fadein.gif?1413130424') no-repeat center;
    text-align: center;
}
.gdv-loader .loader-icon:before {
    position: relative;
    content: attr(title);
    top: 55px;
    font-size: 1.325em;
    font-weight: 600;
    color: #154c85;
}
/* ==========================================================================
#Footer
========================================================================== */

.footer {
    display: table-row;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.WK .footer {
    height: 46px;
}
.footer .wrapper {
    background: #001f3d;
    color: #c1c1c1;
    padding-top: 10px;
}
.footer .call-action {
    display: block;
    overflow: hidden;
    background: #3399ff;
    color: #ffffff;
    padding: 20px 0;
    font-size: 1.65em;
}
.footer .call-action .btn {
    margin-left: 10px;
    background: #ffffff;
    color: #007fff;
}
.footer .call-action a {
    color: inherit;
    text-decoration: underline;
}
.footer .call-action .btn:hover {
    background: #007fff;
    color: #ffffff;
}
.footer .call-action.lg {
    background: #ffa543;
    padding: 3% 0;
}
.footer .call-action.lg .lead {
    font-size: 1.25em;
    color: #ffffff;
    margin: 0;
}
.footer .nav {
    float: none;
    margin: 30px auto 0 auto;
    font-size: 0.85em;
}
.footer .nav button {
    border: 0;
    background-color: transparent;
    padding: inherit;
}
.footer .nav a,
.footer .nav button {
    color: #c1c1c1;
}
.footer .nav li a:hover,
.footer .nav li.active a,
.footer .nav li button:hover,
.footer .nav li button.active {
    color: #3399ff;
    background: none;
    text-decoration: underline;
}
.footer .social {
    display: block;
    width: 100%;
    clear: both;
    margin: 15px 0 10px;
    padding: 10px 0;
    font-weight: 300;
    font-size: 130%;
    text-align: center;
    border-top: 1px solid #002b57;
    border-bottom: 1px solid #002b57;
}
@media screen and (min-width: 768px) {
    .footer .nav .alpha {
        padding-right: 15px;
    }
    .footer .nav .omega {
        border-left: 1px solid #002b57;
    }
}
@media screen and (max-width: 767px) {
    .footer .logo {
        width: 360px;
        margin: 5px auto;
    }
    .footer .wrapper {
        padding: 0;
    }
    .footer .call-action {
        font-size: 1.25em;
        padding: 10px 0;
    }
    .footer .call-action .btn {
        display: table;
        margin: 2% auto 0;
    }
    .footer .call-action.lg .lead {
        font-size: 1em;
    }
    .footer .nav li a,
    .footer .nav button {
        width: 48%;
        float: left;
        text-align: center;
        border: 1px solid #002b57;
        padding: 2px;
        margin: 1px;
    }
    .footer .nav li a:hover,
    .footer .nav li.active a,
    .footer .nav li button:hover,
    .footer .nav li button.active {
        color: #ffffff;
        background: #002b57;
    }
}
@media screen and (max-width: 480px) {
    .footer .logo {
        width: 80%;
    }
    .footer .nav li a,
    .footer .nav button {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 320px) {
    .footer .nav li a,
    .footer .nav button {
        width: 100%;
    }
}
@media print {
    .footer {
        display: none;
    }
}
/* ===========================================================================
#Single Page Styles
============================================================================ */

.single-pg {
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
}
.single-pg h1,
.single-pg h2,
.single-pg h3,
.single-pg h4,
.single-pg h5,
.single-pg h6 {
    font-weight: 300;
}
.single-pg h2 {
    margin-bottom: 30px;
}
.single-pg hr {
    border-color: #ffa543;
}
.single-pg .reversed {
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 120%;
}
.single-pg .push-bottom {
    padding-bottom: 130px;
}
.single-pg > .title {
    z-index: 1;
    position: relative;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 25px 15px;
    background: #3399ff;
    color: #ffffff;
    border-bottom: 2px solid #ffa543;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.single-pg > .title strong {
    font-weight: 600;
}
.single-pg > .title:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../images/gdv-stars.png?1406554375') no-repeat left center;
    background-size: cover;
    margin-bottom: -10px;
    margin-right: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.single-pg > .title:after {
    bottom: -10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    position: absolute;
    z-index: 10;
    content: '';
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 15px 50px 0 50px;
    border-color: #3399ff transparent transparent transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.single-pg.stick > .title {
    font-size: 2em;
    padding: 30px 15px 15px 15px;
}
.single-pg.stick > .title:after {
    border-width: 20px 40px 0 40px;
}
.single-pg .pg-pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -15px;
    margin-bottom: -30px;
}
.single-pg .pg-pic figcaption {
    position: absolute;
    top: 0;
    left: 60px;
    width: 40%;
    height: 100%;
    font-size: 2.325em;
    font-weight: 300;
    line-height: normal;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.single-pg .pg-pic img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.single-pg.stick .pg-pic img {
    -webkit-transform: scale(1.0875);
    -ms-transform: scale(1.0875);
    transform: scale(1.0875);
}
.single-pg .pg-content {
    font-size: 120%;
    line-height: 190%;
    z-index: 1;
}
.single-pg .pg-content.padding-start {
    padding-bottom: 0;
    padding-top: 0;
}
.single-pg .pg-content.text-normal,
.single-pg .pg-content .text-normal {
    line-height: normal;
}
.single-pg .pg-content.text-normal h3 {
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}
.single-pg .pg-content.nobg {
    background: transparent;
}
.single-pg .pg-content > h1 {
    color: #0f9d58;
}
.single-pg .pg-content h1,
.single-pg .pg-content h2,
.single-pg .pg-content h3,
.single-pg .pg-content h4,
.single-pg .pg-content h5,
.single-pg .pg-content h6 {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 130%;
}
.single-pg blockquote {
    color: #ffbd76;
    float: left;
    padding-left: 0;
    font: italic 300 2em/1.25em Merriweather, sans-serif;
}
.single-pg blockquote:before {
    color: #dddddd;
    position: absolute;
    z-index: 0;
    margin-top: 5px;
    font-style: normal;
}
.single-pg blockquote p {
    z-index: 1;
    position: relative;
}
.single-pg .bg-style,
.single-pg .bg-alpha,
.single-pg .bg-omega {
    font-weight: 400;
    line-height: 160%;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0 solid #ffffff;
}
.single-pg .bg-alpha {
    background-color: #e5f2ff;
}
.single-pg .bg-omega {
    background-color: #f4f4f4;
}
.transition-bios,
.single-pg.bios article,
.single-pg.bios article hr,
.single-pg.bios article .fa-user {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.single-pg.bios article .fa-user {
    color: #cecece;
    box-shadow: 0 0 15px #cecece;
    background: #f4f4f4;
    border: 1px solid #ffffff;
    border-radius: 100%;
    font-size: 4.75em;
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.single-pg.bios article:hover {
    background: #ffffff;
}
.single-pg.bios article:hover .fa-user {
    color: #ffffff;
    background: #cecece;
    font-size: 5.5em;
}
.single-pg.bios article:hover hr {
    -webkit-transform: scaleX(0.25);
    -ms-transform: scaleX(0.25);
    transform: scaleX(0.25);
    border-color: #001f3d;
}
.destguide.details {
    line-height: 1.8em;
}
.destguide.details h2,
.destguide.details h3,
.destguide.details h4,
.destguide.details h5,
.destguide.details h6 {
    font-weight: 600;
    margin: 40px 0 15px 0;
}
.destguide.details .pg-content {
    padding-top: 35px;
}
.destguide.details .pg-content h1 {
    margin-top: 15px;
}
@media screen and (min-width: 1400px) {
    .single-pg .pg-pic figcaption {
        width: 40%;
        font-size: 3.525em;
        line-height: 1.25em;
    }
}
@media screen and (max-width: 800px) {
    .single-pg .pg-pic figcaption {
        left: 30px;
        width: 50%;
        font-size: 1.675em;
    }
}
@media screen and (min-width: 768px) {
    .single-pg .pg-content {
        padding: 60px 60px 40px 60px;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.7);
    }
    .single-pg .pg-content + .single-pg .pg-content {
        padding-top: 0;
    }
    .single-pg .pg-content.padding-start {
        padding-top: 15px;
    }
    .single-pg .pg-content blockquote {
        width: 55%;
        margin: 30px 30px 30px -15px;
    }
    .single-pg .side-bar {
        margin-top: 60px;
    }
    .single-pg.stick .pg-pic figcaption {
        margin-top: 30px;
        filter: alpha(opacity=30);
        opacity: 0.3;
    }
}
@media screen and (max-width: 767px) {
    .single-pg .pg-inner {
        padding: 15px;
    }
    .single-pg > .title {
        font-size: 1.8em;
        padding: 15px;
        background: #0f9d58;
    }
    .single-pg > .title:before {
        width: 32px;
        height: 32px;
    }
    .single-pg > .title:after {
        border-top-color: #0f9d58;
    }
    .single-pg.stick > .title {
        font-size: 1.5em;
    }
    .single-pg .pg-pic {
        margin-bottom: 0;
    }
    .single-pg .pg-pic figcaption {
        font-size: 1.575em;
    }
    .single-pg .pg-pic figcaption .btn-lg {
        padding: 8px 16px;
        font-size: 15px;
    }
    .single-pg .pg-content > h1 {
        font-size: 2em;
    }
    .single-pg .pg-content blockquote {
        width: 40%;
        margin: 30px 30px 30px 60px;
    }
    .single-pg .pg-content.pull-right {
        float: none !important;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 640px) {
    .single-pg .pg-pic figcaption {
        position: static;
        background: #f4f4f4;
        width: auto;
        padding: 15px 30px;
        margin: 2px 0 30px;
        font-size: 1.5em;
    }
    .single-pg .pg-pic figcaption br {
        display: none;
    }
    .single-pg .pg-content blockquote {
        width: 100%;
        margin: 15px 0;
        padding: 15px;
        font-size: 1.8em;
    }
    .single-pg .pg-content blockquote:before {
        color: #dddddd;
        position: absolute;
        margin-top: 0;
        margin-left: -15px;
    }
}
@media screen and (max-width: 480px) {
    .single-pg .pg-content .btn {
        display: block;
        width: 100%;
    }
}
@media print {
    .single-pg {
        padding-bottom: 0;
    }
    .single-pg > .title {
        padding: 15px;
    }
    .single-pg > .title:before,
    .single-pg > .title:after {
        display: none;
    }
    .single-pg .pg-content {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .single-pg .pg-content.pull-right {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .single-pg .pg-pic {
        margin: 15px 0;
    }
    .single-pg .pg-content {
        padding: 15px;
        width: 100%;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}
/* ==========================================================
#Grid-tiles
========================================================== */

.grid-tiles .pic {
    min-height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-tiles .info {
    color: #154c85;
    position: relative;
    min-height: 320px;
    font-weight: 400;
    border-radius: 0;
    padding: 15px 60px;
    margin: 0;
}
.grid-tiles .info .title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #154c85;
}
.grid-tiles .alpha .info:after,
.grid-tiles .omega .info:after {
    content: '';
    position: absolute;
    top: 45%;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.grid-tiles .alpha {
    background: #d8fbea;
    margin: 1px 0;
}
.grid-tiles .alpha .info:after {
    left: -15px;
    border-width: 30px 15px 30px 0;
    border-right-color: #d8fbea;
}
.grid-tiles .omega {
    background: #f4fae5;
}
.grid-tiles .omega .info:after {
    right: -15px;
    border-width: 30px 0 30px 15px;
    border-left-color: #f4fae5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .grid-tiles .inner ul {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .grid-tiles .alpha .info:after,
    .grid-tiles .omega .info:after {
        left: 0;
        right: 0;
        top: -10px;
        border-width: 0 30px 10px;
        border-color: transparent;
        margin: 0 auto;
    }
    .grid-tiles {
        margin-bottom: 15px;
    }
    .grid-tiles .pull-right {
        float: none !important;
    }
    .grid-tiles .info {
        min-height: 15px;
        height: auto !important;
        padding: 30px;
    }
    .grid-tiles .alpha .info:after {
        border-bottom-color: #d8fbea;
    }
    .grid-tiles .omega .info:after {
        border-bottom-color: #f4fae5;
    }
    .grid-tiles .inner ul {
        width: 33.33333333%;
    }
}
@media screen and (max-width: 480px) {
    .grid-tiles .pic {
        min-height: 240px;
    }
    .grid-tiles .inner ul {
        width: 50%;
    }
}
@media screen and (max-width: 360px) {
    .grid-tiles .inner ul {
        width: 100%;
    }
}
/*
============================================
#Faqs Page Styles
============================================
*/

.faqs {
    line-height: normal;
}
.faqs.faqs .panel-heading {
    padding: 15px 30px;
    margin: 0 0 1px 0;
    border-radius: 2px;
}
.faqs.faqs .panel-heading:hover,
.faqs.faqs .panel-heading.active {
    background: #3399ff;
    color: #ffffff;
}
.faqs.faqs .panel-heading .fa {
    float: right;
    line-height: inherit;
}
.faqs a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.faqs .panel {
    padding: 0 30px;
    margin: 0;
}
.faqs .panel .heading {
    font-size: 1.5em;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}
.faqs .panel .body {
    background: #f4f4f4;
    margin: 0 -30px;
    padding: 15px 30px;
    border-top: 1px solid #dddddd;
    border-radius: 2px;
}
.faqs .panel .body .collapse {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.faqs .panel .body strong {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .faqs.faqs .panel-heading {
        font-size: 1.425em;
        padding: 15px;
    }
    .faqs.faqs .panel .heading {
        font-size: 1.25em;
    }
    .faqs.faqs .panel .body {
        font-size: 1em;
    }
}
/*
============================================
#Page Intro-Box 
============================================
*/

.pg-well {
    z-index: 20;
    background: #ffa543;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 10px 15px;
    color: #ffffff;
}
.pg-well .arrow-down {
    border-top-color: #ffa543;
}
.pg-well .btn {
    color: #ffa543;
}
.pg-well h1,
.pg-well .title {
    font-size: 1.75em;
    font-weight: 300;
    margin: 5px 0 10px 0;
}
@media screen and (max-width: 640px) {
    .pg-well .arrow-down {
        margin-top: 5px;
    }
    .pg-well h1 {
        font-size: 1.5em;
    }
}
/* ============================================
#Ads Postings Homepage
============================================ */

.postings {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.postings.home {
    background: #e5f2ff;
    margin-top: -15px;
}
.postings .post-block {
    padding: 30px 0;
}
.postings .post-fullwidth {
    clear: both;
    padding: 30px 0;
    text-align: center;
    margin: 0 15px;
}
.postings .title-main {
    display: block;
    margin: 0 0 30px 0;
    font-size: 2.15em;
    font-weight: 300;
    color: #154c85;
    text-transform: uppercase;
    text-align: center;
}
.postings .title-main:before {
    content: '';
    display: inline-block;
    margin: 0 10px -5px 0;
    width: 40px;
    height: 40px;
    background: url('../images/gdv-stars-blue.png?1406727000') no-repeat center center;
    background-size: cover;
}
.postings .reversed {
    background: #3a8be0;
    box-shadow: inset 0 0 40px #1b60a8;
}
.postings .reversed .title-main {
    color: #ffffff;
}
.postings .reversed .title-main:before {
    background-image: url('../images/gdv-stars.png?1406554375');
}
.postings .post {
    position: relative;
    margin-bottom: 15px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.postings .post:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.postings .post-bkgs {
    background: #ffffff;
}
.postings [data-name="secondary-ads"] .post,
.postings [data-name="secondary-ads2"] .post {
    margin-bottom: 30px;
}
.postings [data-name="secondary-ads"] .post:nth-of-type(odd) figure,
.postings [data-name="secondary-ads2"] .post:nth-of-type(odd) figure {
    background: #e4fcf1;
}
.postings [data-name="secondary-ads"] .post:nth-of-type(even) figure,
.postings [data-name="secondary-ads2"] .post:nth-of-type(even) figure {
    background: #f5fbfd;
}
.postings .post .title {
    font-size: 1.5em;
    font-weight: 700;
}
.postings.blog .post .title {
    font-size: 1.15em;
}
.postings .reversed .post .title {
    margin: 0;
    padding: 10px 20px;
    color: #ffffff;
}
.postings .post figure {
    background: #f4fae5;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.postings .post:hover figure {
    box-shadow: 0 5px 0 rgba(0, 31, 61, 0.08);
}
.postings .post figcaption {
    margin: 0 0 10px 0;
    font-weight: 400;
}
.postings .post .thumb {
    margin: 0 -20px 20px -20px;
}
.postings.blog .post .thumb {
    height: 180px;
}
.postings .post:hover .thumb:after {
    bottom: 0;
    border-bottom-color: #f4fae5;
}
.postings .post:hover .thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.postings .landscape .post .thumb {
    min-height: 360px;
    padding: 0;
    margin-bottom: 0;
    margin-right: 10px;
    background-position: top center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.postings .landscape .post:hover .thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.postings .post-bkgs .post:nth-of-type(odd) .thumb:after {
    border-bottom-color: #e4fcf1;
}
.postings .post-bkgs .post:nth-of-type(even) .thumb:after {
    border-bottom-color: #f5fbfd;
}
.postings .post .feature {
    font-size: 0.9em;
}
.postings .reversed .post .feature {
    top: 15%;
}
.postings [class="btn"] {
    clear: both;
    width: auto;
    background: inherit;
    font-size: 0.95em;
    font-weight: 600;
    border-radius: 0;
    border-width: 1px 0 0;
    border-color: #3399ff;
    padding: 5px 0;
    margin: 15px 0;
}
.postings .post:hover [class="btn"] {
    background: #3399ff;
    color: #ffffff;
    padding-right: 20px;
    text-indent: 10px;
    border-radius: 0 30px 30px 0;
}
.postings.footer {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    color: #154c85;
}
.postings.footer:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 0 auto;
    border-width: 15px 50px 0 50px;
    border-color: #ffffff transparent transparent transparent;
}
.postings.footer .thumb:hover:after {
    border-bottom-color: #f4f4f4;
}
.postings.footer > .inner {
    padding: 60px 0 30px 0;
    overflow: hidden;
}
.postings.footer .title {
    display: none;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #154c85;
}
.postings.footer .title:before {
    background-image: url('../images/gdv-stars-dark.png?1411743864');
}
.postings.footer .title strong {
    font-weight: 600;
}
@media screen and (min-width: 1360px) {
    .postings .landscape .post .thumb {
        min-height: 360px;
    }
    .postings [data-name="benefits-ads"] figcaption,
    .postings [data-name="secondary-ads2"] figcaption {
        min-height: 60px;
    }
    .postings [data-name="secondary-ads"] figcaption {
        min-height: 120px;
    }
    .postings.blog .post .thumb {
        height: 220px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
    .postings [data-name="benefits-ads"] figcaption {
        min-height: 90px;
    }
    .postings [data-name="secondary-ads"] figcaption {
        min-height: 190px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .postings [data-name="primary-ads"] figcaption {
        min-height: 220px;
    }
    .postings [data-name="benefits-ads"] figcaption {
        min-height: 110px;
    }
    .postings [data-name="secondary-ads"] figcaption {
        min-height: 150px;
    }
}
@media screen and (min-width: 992px) {
    .postings .landscape .post .thumb:after {
        right: -30px;
        margin-right: 0;
        bottom: 45%;
        border-width: 30px 10px 30px 0;
        border-color: transparent;
    }
    .postings .landscape .post:hover .thumb:after {
        right: 0;
        border-right-color: #f4fae5;
    }
}
@media screen and (max-width: 992px) {
    .postings .landscape .post .thumb {
        margin: 0 -20px;
    }
}
@media screen and (max-width: 767px) {
    .postings [data-name="benefits-ads"] figcaption {
        min-height: 100px;
    }
    .postings [data-name="secondary-ads"] figcaption {
        min-height: 200px;
    }
    .postings .title,
    .postings .ovations .title {
        font-size: 1.8em;
        padding-top: 0;
    }
    .postings .post-fullwidth img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .postings .landscape .post .thumb {
        min-height: 280px;
    }
    .postings .col-mobile {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 360px) {
    .postings .post {
        width: 100%;
        float: none;
    }
}
/*
============================================
#Ovations
============================================
*/

.ovations {
    display: block;
    width: 100%;
    padding: 30px 10px;
    margin: 0 0 1px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-shadow: inset 0 0 40px #dddddd;
    background: #f4fae5;
    color: #154c85;
    text-align: center;
}
.ovations .fa-user {
    margin: 10px 0 15px 0;
    border: 4px double #154c85;
    font-size: 54px;
    line-height: 90px;
    width: 96px;
    height: 96px;
    border-radius: 100%;
}
.ovations .title {
    margin: 0 0 15px 0;
    padding-top: 0;
    font-size: 2.5em;
    font-weight: 300;
}
.ovations blockquote:before {
    color: #154c85;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ovations blockquote footer {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ovations-carousel .carousel-controls {
    display: block;
    text-align: center;
    margin: 15px 0;
}
.ovations-carousel .carousel-control {
    position: static;
}
.ovations-carousel .carousel-control .fa {
    position: static;
    padding: 0 30px;
    width: auto;
    height: 28px;
    line-height: 25px;
    background: #154c85;
    color: #ffffff;
    border-radius: 15px;
}
.ovations-carousel .carousel-control .fa:hover {
    background: #3399ff;
    color: inherit;
}
@media screen and (max-width: 767px) {
    .ovations .title {
        font-size: 1.8em;
        padding-top: 0;
    }
}
/*
============================================
#GDV Icons
============================================ */

.gdvicon {
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 2px;
    display: inline-block;
    min-width: 21px;
}
.gdvicon.ew {
    background: #154c85;
}
.gdvicon.vw {
    background: #0f9d58;
}
.gdvicon.sb {
    background: #f44336;
}
.gdvbg-orange {
    background: #ffa543;
}
.gdvbg-blue {
    background: #154c85;
}
.gdvbg-green {
    background: #0f9d58;
}
.gdvbg-skyblue {
    background: #41a7de;
}
.forms hr {
    margin: 10px 0;
}
.has-error {
    font-weight: 600;
    color: #f44336;
    font-size: 0.8em;
}
/* 
=================================================
#SelectorBox Btns - CampingPass Form Page
================================================= 
*/

.SelectorBox {
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 100px;
    border: 1px solid #dddddd;
    border-radius: 15px;
    background: #dddddd;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.SelectorBox:hover {
    cursor: pointer;
    -webkit-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
    box-shadow: -5px 5px 0 #dddddd;
    background: #ffbd76;
    border-color: #ffa543;
    color: #ffffff;
}
.SelectorBox .title {
    margin: 5px 0;
    font-weight: 700;
    font-size: 1.425em;
    text-transform: uppercase;
    border-bottom: 1px solid #f4fae5;
    padding-bottom: 5px;
}
.SelectorBox .sub-title {
    font-size: 1.05em;
}
.SelectedBox {
    cursor: pointer;
    -webkit-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
    box-shadow: -5px 5px 0 #dddddd;
}
.SelectedBox,
.SelectedBox:hover {
    background: #0b6e3e;
    border-color: #0f9d58;
    color: #ffffff;
}
/* =================================================
#Checkout Pages
=================================================
*/

.checkout-pg {
    margin-bottom: 120px;
}
.checkout-pg .title {
    margin-bottom: 40px;
    color: #0f9d58;
}
.checkout-pg h3 {
    margin-bottom: 0;
}
.checkout-pg aside {
    padding-top: 105px;
}
.checkout-pg .info-box {
    border-radius: 5px;
    padding: 0 15px 10px 15px;
    margin: 0 0 20px 0;
}
.checkout-pg .info-box h4,
.checkout-pg .info-box .info-box-title {
    position: relative;
    box-shadow: 0 3px 0 #dddddd;
    background: #2c3e50;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.15em;
    border-radius: 0 5px 5px 0;
    margin: 5px -20px 15px -30px;
    padding: 10px 10px 10px 30px;
}
.checkout-pg .info-box h4:before,
.checkout-pg .info-box .info-box-title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #001f3d;
    border-left: 15px solid transparent;
}
.checkout-pg .info-box li {
    padding: 3px 0;
}
@media screen and (min-width: 960px) {
    .checkout-pg .content {
        padding-left: 90px;
        padding-right: 0;
    }
}
@media screen and (max-width: 960px) {
    .checkout-pg aside {
        padding-top: 15px;
    }
}
@media print {
    .checkout-pg {
        margin: 0;
    }
    .checkout-pg aside {
        float: none;
        width: 100%;
        padding: 15px;
        margin: 0 auto 15px;
        border-bottom: 1px dashed #111111;
    }
    .checkout-pg .info-box {
        float: left;
        width: 30%;
        margin: 5px;
    }
    .checkout-pg .info-box h4:before {
        display: none;
    }
    .checkout-pg .content {
        padding: 15px;
        float: none;
        width: 100%;
    }
    .checkout-pg .dl-horizontal {
        overflow: hidden;
        padding: 15px;
    }
    .checkout-pg h3 {
        margin-bottom: 10px;
    }
    .checkout-pg section.well {
        page-break-inside: avoid;
    }
}
/* ============================================
#Season Guide
============================================ */

.season-guide {
    overflow: hidden;
    margin: 15px 0;
    color: #154c85;
}
.season-guide header {
    display: block;
    font-size: 1.625em;
    line-height: normal;
    font-weight: 700;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
}
.season-guide .title-dest {
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1.0em;
}
.season-guide ul {
    display: block;
    overflow: hidden;
}
.season-guide li {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    line-height: 0;
    overflow: hidden;
    width: 8.33%;
    float: left;
    text-align: center;
    padding: 8px 0;
}
.season-guide:nth-child(even) .list-row {
    background: #e5f2ff;
}
.season-guide:nth-child(odd) .list-row {
    background: #ffffff;
}
.season-guide .months li {
    background: #154c85;
    color: #ffffff;
    padding: 5px 0;
    line-height: normal;
}
.season-guide .months span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65em;
}
.season-guide .peak,
.season-guide .value,
.season-guide .na {
    display: inline-block;
}
.season-guide .peak:before,
.season-guide .value:before {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 0.6em;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    border-radius: 2px;
}
.season-guide .peak:before {
    content: 'P';
    background: #ffa543;
}
.season-guide .value:before {
    content: 'V';
    background: #0f9d58;
}
.text-peak {
    color: #ffa543;
}
.text-value {
    color: #0f9d58;
}
@media screen and (min-width: 768px) {
    .season-guide [class*="col-"] {
        min-height: 25px;
        line-height: 25px;
    }
    .season-guide ul {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .season-guide .months {
        display: none;
    }
    .season-guide li:before {
        display: block;
        content: attr(data-month);
        background: #154c85;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        padding: 4px 0;
        margin-top: -5px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.65em;
        line-height: normal;
    }
    .season-guide .title-dest {
        font-size: 1em;
        margin: 15px 0 5px 0;
    }
    .season-guide .peak,
    .season-guide .value,
    .season-guide .na {
        padding: 5px 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    .season-guide {
        margin-left: -15px;
        margin-right: -15px;
    }
    .season-guide header {
        font-size: 1.325em;
    }
    .season-guide li {
        width: 16.66%;
        padding: 2px 0 5px;
    }
    .season-guide li:before {
        padding-top: 10px;
    }
}
/*
============================================
#Calculator 
============================================
*/

.calc .input-box {
    overflow: hidden;
}
.calc .results {
    font-weight: 400;
    line-height: normal;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
}
.calc .results p {
    margin: 10px 0;
}
.calc .results li {
    padding: 8px 15px;
}
.calc .results .header {
    font-size: 1.15em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.calc .results .sub-header {
    font-size: 1.05em;
    text-transform: uppercase;
    background: #0f9d58;
    color: #ffffff;
}
.calc .results .title {
    font-size: 1.15em;
    font-weight: 600;
}
.calc .results .sub-title {
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 700;
    background: #dddddd;
}
.calc .results .sum {
    border-top: 2px solid #ffffff;
    background: #2c3e50;
    color: #ffffff;
    text-transform: uppercase;
}
/*
============================================
#Widget - Booking
============================================ */

.widget-booking .selected:after,
.widget-booking .filter li > a:after {
    position: absolute;
    padding-right: 10px;
    right: -5px;
    content: '\f058';
    font-family: FontAwesome;
}
.widget-booking .selected:hover:after,
.widget-booking .filter li > a:hover:after {
    content: '\f057';
    color: #ffffff;
}
.widget-booking .selected:hover,
.widget-booking .filter li > a:hover {
    background: #c33e34;
    color: #ffffff;
}
.widget-panel,
.widget-inner {
    background: #dddddd;
}
.widget-inner {
    padding: 0;
}
.widget-booking {
    padding-bottom: 15px;
    background: #dddddd;
}
.widget-booking .pg-well {
    margin-bottom: 20px;
    font-size: 0.95em;
    background-color: #ffa543;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
}
.widget-booking .pg-well .arrow-down {
    border-width: 10px 60px 0 60px;
    border-top-color: #ffa543;
    -webkit-transition: border-top-color 0.8s;
    transition: border-top-color 0.8s;
}
.widget-booking .title {
    font-size: 1.2em;
    text-align: center;
}
.widget-booking .selected {
    background: #0f9d58;
    color: #ffffff;
}
.widget-booking .dropdown-toggle,
.widget-booking .btn.selected {
    width: 100%;
    position: relative;
    text-align: left;
    border-radius: 0;
    margin-bottom: 4px;
}
.widget-booking .dropdown-toggle:hover {
    background-color: #f4f4f4;
}
.widget-booking .dropdown-toggle:after {
    position: absolute;
    right: 5px;
    padding: 0 2px;
    background: inherit;
    content: '\f107';
    font-family: FontAwesome;
}
.widget-booking .dropdown-menu > li > a {
    font-size: .85em;
    overflow: hidden;
}
.widget-booking .dropdown-menu li .badge {
    font-size: 0.85em;
    float: right;
    font-weight: 600;
    background-color: #3399ff;
}
.widget-booking .dropdown-menu .divider {
    clear: both;
    height: 1px;
    background-color: #dddddd;
    margin: 4px 0;
}
.widget-booking .open .dropdown-menu {
    border: 0;
    border-radius: 0;
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
.widget-booking button[type="submit"] {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-booking button a {
    color: inherit;
}
.widget-booking .filter .title {
    color: #0f9d58;
}
.widget-booking .filter ul {
    max-height: 100px;
    overflow: auto;
    border-radius: 2px;
    font-size: 0.9em;
    font-weight: 400;
    background: #0f9d58;
    margin: 0 0 10px;
    padding: 5px;
}
.widget-booking .filter li > a {
    display: block;
    color: #ffffff;
    padding: 3px 10px;
    position: relative;
}
.widget-booking .form-group {
    padding: 0;
    margin: 0 0 2px 0;
}
.widget-booking .form-group:after {
    content: '';
    display: table;
    clear: both;
}
.widget-booking .form-group .alpha {
    padding-right: 3px;
}
.widget-booking .form-group .omega {
    padding-left: 3px;
}
.widget-booking .key {
    clear: both;
    overflow: hidden;
    font-size: 90%;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 10px;
}
.widget-booking .key li {
    padding: 2px 5px;
}
.widget-booking .key .well {
    font-size: 1.165em;
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #4285f4;
    color: #ffffff;
    border: 0;
}
.widget-booking .key .well a {
    color: #ffffff;
    text-decoration: underline;
}
.widget-booking .key .tooltip {
    min-width: 360px;
}
.widget-booking .key .tooltip-inner {
    padding: 10px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .home .widget-booking {
        font-size: .8em;
    }
    .home .widget-booking .pg-well {
        font-size: .95em;
    }
    .home .widget-booking .key {
        font-weight: 400;
    }
}
@media screen and (min-width: 768px) {
    .widget-booking.fixed {
        position: fixed;
        width: inherit;
        top: 115px;
        height: 100%;
        -webkit-transition: 0.8s;
        transition: 0.8s;
    }
    .widget-booking.fixed.stick {
        top: 80px;
        background-color: #e5f2ff;
    }
    .widget-booking.fixed.stick .pg-well {
        background-color: #4285f4;
    }
    .widget-booking.fixed.stick .pg-well .arrow-down {
        border-top-color: #4285f4;
    }
    .widget-booking .open .dropdown-menu {
        min-width: 250px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .widget-booking .open .dropdown-menu {
        width: 100%;
    }
    .widget-panel {
        margin-bottom: 15px;
        height: auto;
        background: #ffffff;
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
    .widget-booking {
        border-radius: 2px;
        font-size: 85%;
    }
    .widget-booking button[type="submit"] {
        font-size: 0.95em;
    }
    .widget-booking .pg-well h1 {
        margin: 0;
    }
    .widget-booking .pg-well .arrow-down {
        border-width: 10px 40px 0;
    }
    .widget-booking .key .well {
        display: none;
    }
}
@media print {
    .widget-booking {
        display: none;
    }
}
/* ==========================================================================
#LISTINGS Page Global Styles
========================================================================== */

.listings {
    padding: 0 0 30px 0;
    background: #ffffff;
}
.listings .glyphicons {
    padding: 0;
    margin: 0;
    color: inherit;
}
.listings .glyphicons:before {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: inherit;
    color: inherit;
}
.listings .inner {
    padding: 0 15px;
}
.listings .tooltip-inner .off {
    cursor: not-allowed;
    display: none;
}
.listings .map {
    width: 100%;
    height: 350px;
    margin: 0 0 5px 0;
}
.listings [id="map_canvas"] {
    width: 100%;
    height: 100%;
}
.listings .mapinfo {
    margin: 0;
    padding: 0;
    width: 350px;
}
.listings .mapinfo .items {
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
.listings .mapinfo .items .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    height: 130px;
    margin-right: 15px;
    border: 1px solid #dddddd;
}
.listings .mapinfo .items .thumb img {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.listings .mapinfo .items h1 {
    font-size: 1.20em;
    line-height: normal;
    margin: 0;
}
.listings .mapinfo .items .info {
    min-height: 20px !important;
}
.listings .mapinfo .items br {
    float: none;
}
.listings .mapinfo .items .btn {
    padding: 3px 10px;
    font-size: 0.95em;
    font-weight: 600;
}
.listings .pagination {
    margin-top: 15px;
    margin-bottom: 0;
}
.listings .pagination.gdv span > span,
.listings .pagination.gdv a {
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3399ff;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #3399ff;
}
.listings .pagination.gdv span > span,
.listings .pagination.gdv a:hover {
    background: #3399ff;
    color: #ffffff;
}
.listings .nav-options {
    margin: 1px 0 10px 0;
    border: 1px solid #3399ff;
    cursor: pointer;
}
.listings .nav-options > li {
    font-weight: bold;
    padding: 0;
    border-color: #3399ff;
    border-style: solid;
}
.listings .nav-options > li > a {
    border-radius: 0;
    margin: 0;
    color: #3399ff;
}
.listings .nav-options > li > a:hover,
.listings .nav-options > li > a:focus {
    color: #ffffff;
    background-color: #3399ff;
}
.listings .nav-options > li .fa {
    margin-right: 2px;
    margin-left: 0;
}
.listings .nav-options > li > ul {
    width: 100%;
    border-width: 0 1px 1px;
    border-color: #3399ff;
    border-radius: 0;
    margin: 1px 0 0;
    text-align: center;
}
.listings .items {
    margin-bottom: 30px;
    padding: 10px;
}
.listings .items a {
    color: #2c3e50;
}
.listings .items .btn {
    background-color: #41a7de;
    border: 0;
    color: #ffffff;
    font-weight: 600;
}
.listings .items:hover .btn {
    background-color: #3399ff;
    color: #ffffff;
}
.listings .items .amenities > ul li {
    background: #41a7de;
    color: #ffffff;
    padding: 4px;
    margin: 2px -1px 0 0;
}
.listings .items .amenities > ul li:first-child {
    margin-left: 5px;
}
.listings .items .amenities .off {
    background: #dddddd;
    cursor: not-allowed;
}
.listings .items .tooltip-inner,
.listings .items .popover {
    background: #0f9d58;
    font-weight: 600;
    font-size: 90%;
}
.listings .items .tooltip-arrow,
.listings .items .popover > .arrow {
    border-top-color: #0f9d58;
}
.listings .items header {
    margin-bottom: 15px;
}
.listings .items h1 {
    margin: 5px 0 2px 0;
    font-weight: 600;
}
.listings .items h2 {
    margin: 0 0 3px 0;
    font-weight: 600;
}
.listings .items small {
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}
.listings .items strong {
    font-weight: 600;
}
.listings .items .info {
    font-size: 0.9em;
    line-height: normal;
    margin: 10px 0 10px 0;
    border-top: 1px solid #dddddd;
    padding-top: 5px;
    text-wrap: normal;
    word-break: break-all;
}
.listings .items .info.collapse {
    height: auto !important;
}
.listings .items .info > li {
    margin: 5px 0;
}
.listings .items .minH.collapse {
    min-height: 165px;
}
.listings .items .thumb {
    margin-bottom: 5px;
    background-color: #f4fae5;
}
.listings .items .thumb:before,
.listings .items .thumb:after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.listings .items:hover .thumb:before {
    background: rgba(0, 31, 61, 0.2);
}
.listings .items:hover .thumb:after {
    bottom: 0;
    border-bottom-color: #f4fae5;
}
.listings .items .thumb .gdvicon {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    font-size: 1em;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.listings .items .feature {
    left: 0;
    top: 30%;
    font-size: 1em;
}
.listings .items .feature:after {
    display: none;
}
.listings .items:hover .feature {
    padding-left: 20px;
}
.listings .items .items-brand {
    position: relative;
    overflow: hidden;
    height: 40px;
    background-color: #ffffff;
    overflow: hidden;
    margin: -5px 0 5px 0;
    padding: 10px 5px;
    border: 0px solid #e5f2ff;
    border-width: 0 1px 1px 1px;
}
.listings .items .items-brand img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 4px;
    max-height: 48px;
    max-width: 100%;
    width: auto;
}
@media screen and (min-width: 768px) {
    .listings .nav-options > li {
        font-weight: bold;
        padding: 0;
        border-width: 0 1px 0 0;
    }
    .listings .nav-options > li:last-child {
        border: 0;
    }
    .listings .items .btn-sm {
        padding: 10px 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .listings .nav-options > li {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 767px) {
    .listings .items {
        margin-bottom: 10px;
    }
    .listings .nav-options {
        margin-top: 15px;
        border-width: 1px 1px 0 0;
    }
    .listings .nav-options > li {
        margin: 0;
        float: left !important;
        border-width: 0 0 1px 1px;
    }
    .listings .map.collapse {
        margin: 15px 0;
    }
}
@media screen and (max-width: 480px) {
    .listings .map,
    .listings [id="map_canvas"] {
        height: 230px !important;
    }
    .listings .mapinfo {
        max-width: 300px;
    }
    .listings .nav-options > li a {
        padding: 10px 2px;
        font-size: 0.9em;
    }
    .listings .nav-options > li > ul {
        padding: 0;
    }
    .listings .nav-options > li > ul li a {
        padding: 5px 15px;
        text-align: left;
    }
    .listings .pagination.gdv span > span,
    .listings .pagination.gdv a {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 320px) {
    .listings .pagination {
        display: block;
        overflow: hidden;
        float: none !important;
    }
}
@media print {
    .listings .items {
        page-break-before: avoid !important;
    }
    .listings .items .thumb {
        overflow: hidden;
        height: 200px;
        page-break-before: avoid;
        page-break-after: avoid;
    }
    .listings .pagination,
    .listings .map {
        display: none;
    }
    .nav-options {
        display: none;
    }
}
/* ============================================
#LISTINGS - List Page
============================================ */

.list .note {
    text-align: center;
    font-size: 1.425em;
    font-weight: 700;
    color: #c33e34;
    text-shadow: 0 2px 1px #eee;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.list .note:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 2px;
}
.list .btn.btn {
    width: 100%;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #3399ff;
    color: #3399ff;
}
.list .btn.btn:hover {
    color: #ffffff;
}
.list .items {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.list .items:hover {
    background: #f4fae5;
}
.list .items a:hover {
    color: #3399ff;
}
.list .items h1 {
    font-size: 1.2em;
    line-height: 1.25em;
}
.list .items h2 {
    font-size: 1em;
    line-height: 1.25em;
}
.list .items header br {
    float: left;
}
.list .items .thumb {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.list .items .thumb img {
    position: absolute;
    min-height: 100%;
}
.list .cruises .feature {
    top: 15%;
    left: 10px;
    font-size: 0.9em;
}
.list .items .price-box {
    display: block;
    overflow: hidden;
    font-size: 0.8em;
    text-align: center;
    background: #007fff;
    border: 1px solid #007fff;
}
.list .items .price-box .price {
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px;
}
.list .items .price-box .price b {
    display: block;
    padding-bottom: 5px;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
}
.list .items .price-box .btn {
    font-size: 1.05em;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    height: 50px;
    padding: 0;
    margin: 0;
}
.list .items:hover .price-box {
    border-color: #3399ff;
    background: #3399ff;
}
.list .items.special header {
    text-align: center;
    padding: 10px 15px 20px;
    color: #ffffff;
    background: #0f9d58;
    border-radius: 0 0 10px 10px;
    margin: -5px 0 10px;
}
.list .items.special header h1 {
    font-size: 1.6255em;
    margin-bottom: 10px;
}
.list .items.special header h2 {
    font-size: 1.125em;
    line-height: 150%;
}
.list .items.special header br {
    float: none;
}
.list .items.special:hover header {
    background: #3399ff;
}
.list .items.special .thumb:after {
    bottom: 0;
    border-bottom-color: #0f9d58;
}
.list .items.special:hover .thumb:after {
    border-bottom-color: #3399ff;
}
@media screen and (min-width: 961px) {
    .list .cruises .items .info.info {
        min-height: 160px;
        max-height: 200px;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    .list .items:hover {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: -5px 5px 1px rgba(0, 31, 61, 0.08);
    }
    .list .items header {
        min-height: 80px;
    }
    .list .items .thumb.setH {
        width: 100%;
        height: 200px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
    .list {
        font-size: 90%;
    }
}
@media screen and (max-width: 767px) {
    .list .items .thumb.setH {
        height: 180px;
    }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
    .list .items .price-box .price,
    .list .items .price-box .btn {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .list .items .price-box .price b {
        display: inline;
    }
}
@media screen and (max-width: 480px) {
    .list {
        font-size: 85%;
    }
    .list .items .amenities {
        display: none;
    }
    .list .items .price-box .price {
        font-size: 85%;
    }
    .list .items .price-box .btn {
        height: 30px;
    }
}
@media screen and (max-width: 360px) {
    .list .items {
        width: 100%;
    }
    .list .items .price-box .price div {
        padding: 0;
    }
    .list .items .info.info,
    .list .items header {
        min-height: 10px;
    }
}
@media print {
    .list {
        float: none;
        width: 100%;
    }
    .list img {
        page-break-inside: auto;
    }
}
/* ============================================
#LISTINGS - Details Page
============================================ */

.details .pg-well .title {
    font-size: 140%;
}
.details .pg-well .arrow-down {
    border-width: 10px 60px 0 60px;
    border-top-color: #dddddd;
}
.details .pg-well.top {
    margin-bottom: 0;
    font-size: 0.9em;
    color: #f7f7f7;
    background-color: #3399ff;
}
.details .pg-well.top .arrow-down {
    border-top-color: #3399ff;
}
.details .header .inner {
    background: #f7f7f7;
    overflow: hidden;
    padding-top: 15px;
    padding: 0;
    margin: 0 0 -30px 0;
}
.details .btn.btn {
    color: #ffffff;
    background-color: #3399ff;
}
.details .header .slider {
    padding: 0;
    position: relative;
    background: #001f3d;
}
.details .header .slider:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 60px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 20px 10px 20px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    border-style: solid;
}
.details .header .slider .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
.details .header .slider .carousel-control .glyphicon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
}
.details .header .slider .carousel-control .glyphicon:hover {
    background: transparent;
    border-color: #3399ff;
    color: #3399ff;
}
.details .header .items {
    background: #f7f7f7;
    padding: 15px 15px 30px 30px;
}
.details .header .items h1 {
    font-size: 180%;
}
.details .header .items h2 {
    font-size: 140%;
}
.details .header .items .items-brand {
    display: inline;
    background-color: transparent;
    border: 0;
}
.details .header .items .items-brand img {
    max-height: 25px;
    max-width: 100%;
    width: auto;
    margin: -5px 0 5px;
}
.details .header .items .price {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
}
.details .header .items .price b {
    font-size: 1.5em;
}
.details .header .slider-thumbs {
    margin: 0;
}
.details .header .slider-thumbs.pg-well {
    background: #dfecfa;
    border-top: 1px solid #d0ea8f;
}
.details .header .slider-thumbs.pg-well .arrow-down {
    border-top-color: #dfecfa;
}
.details .header .slider-thumbs .carousel-indicators {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 75px;
    padding: 10px 5px 5px;
    margin: 0 auto 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.details .header .slider-thumbs .carousel-indicators > li {
    display: inline-block;
    border: 2px solid #ffffff;
    width: 120px;
    height: 65px;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
}
.details .header .slider-thumbs .carousel-indicators img {
    width: 100%;
    height: auto;
}
.details .header .slider-thumbs .carousel-indicators .active {
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.details .info-panels h4 {
    font-size: 1.325em;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1em;
}
.details .info-panels small {
    font-size: 0.75em;
}
.details .info-panels .price-option {
    position: relative;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 0 8px 8px;
    background-color: #e5f2ff;
    display: inline-block;
    padding: 10px;
    margin: 0 5px 5px 0;
}
.details .info-panels .price-option:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 10px 15px 0;
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
}
.details .info-panels #map_canvas {
    width: 100%;
    height: 480px;
    background: #f7f7f7;
    border-radius: 2px;
}
.details .info-panels .poi-results {
    width: 100%;
    margin-top: 15px;
    height: 155px;
    overflow-x: hidden;
    overflow-y: auto;
}
.details .info-panels .poi-results img {
    width: 16px;
    margin-right: 10px;
}
.details .info-panels .poi-results td {
    padding-bottom: 5px;
    vertical-align: top;
    line-height: normal;
}
.details .info-panels .comments > .title {
    margin-bottom: 20px;
    text-align: center;
}
.details .info-panels .comments blockquote {
    background-color: #f0f7ff;
    border: 1px solid #cce5ff;
    font-size: 1em;
    padding: 30px 30px 30px 100px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(17, 17, 17, 0.08);
}
.details .info-panels .comments blockquote:before {
    content: "\f007";
    font-size: 32px;
    margin: 0 15px 0 -80px;
    color: #154c85;
    border: 1px solid #ffffff;
    background-color: #cce5ff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
}
.details .postings .post:hover .thumb:after {
    border-bottom-color: #ffffff;
}
@media screen and (min-width: 1360px) {
    .details .header .slider .carousel-inner .item.item {
        height: 480px;
    }
    .details .header .items {
        background-position: 90% 85%;
    }
}
@media screen and (min-width: 768px) {
    .details .header .slider .carousel-inner .item {
        min-height: 400px;
    }
    .details .info-panels [id="accordion"] {
        margin-top: 60px;
    }
    .details .info-panels .panel-body {
        font-size: 110%;
        font-weight: 400;
    }
    .details .info-panels .comments {
        margin-top: 100px;
        margin-left: 40px;
    }
    .details .postings {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .details .header .inner {
        padding: 0;
        margin: 0;
    }
    .details .header .items {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
    }
    .details .header .slider {
        padding: 0;
        margin: 0 0 15px;
        position: relative;
    }
    .details .header .slider:before {
        content: '';
        z-index: 1;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        display: block;
        width: 0;
        height: 0;
        border-width: 0 40px 10px;
        border-color: transparent transparent #f7f7f7 transparent;
        border-style: solid;
    }
    .details .header .slider .carousel-inner .item {
        min-height: 300px;
    }
    .details .header .slider-thumbs.pg-well,
    .details .header .header .items .btn {
        display: none;
    }
    .details .info-panels {
        display: block;
        overflow: hidden;
        background: #f4f4f4;
        border-top: 1px solid #3399ff;
        padding: 0 0 60px;
        margin: 0 0 -30px;
    }
    .details .info-panels [id="accordion"] {
        margin: 0 -30px 60px -30px;
    }
    .details .info-panels [id="accordion"] .panel-heading {
        margin: 0;
        padding: 15px 35px;
    }
    .details .info-panels [id="accordion"] .panel-body {
        border-width: 0 0 1px;
    }
    .details .info-panels [id="accordion"] #map_canvas {
        height: 300px;
        margin-bottom: 15px;
    }
    .details .info-panels [id="accordion"] .poi-results {
        height: 120px;
    }
    .details .info-panels [id="accordion"] .pg-well.top {
        font-size: 0.75em;
    }
    .details .info-panels [id="accordion"] .btn-lg {
        margin: 0 0 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .details .info-panels .comments {
        margin: -60px 0 60px 0;
    }
    .details .info-panels .comments blockquote {
        padding: 20px 20px 20px 80px;
    }
    .details .info-panels .comments blockquote:before {
        font-size: 24px;
        margin: 0 0 0 -60px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .details .info-panels .comments blockquote p {
        margin-left: -55px;
    }
}
@media screen and (max-width: 480px) {
    .details .carousel-control .glyphicon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        top: 35%;
    }
    .details .header .items {
        width: 100%;
        padding: 10px 40px;
    }
    .details .slider .carousel-inner .item {
        min-height: 200px;
    }
    .details #map_canvas {
        height: 200px;
    }
}
@media print {
    .details .slider,
    .details .slider-thumbs,
    .details .side-bar,
    .details .pg-well .arrow-down {
        display: none;
    }
    .details .items {
        float: none;
        clear: both;
        width: 100%;
    }
    .details .items table {
        float: none;
        clear: both;
        width: 100%;
    }
    .details .info-panels [class^="col-"] {
        float: none;
        clear: both;
        width: 100%;
    }
    .details .items {
        text-align: center;
        border: 1px solid #111111;
        margin-bottom: 30px;
        padding: 15px;
        page-break-before: avoid;
    }
    .details .items .info {
        padding-bottom: 15px;
    }
}
/*
============================================
#Global Print Styles
============================================
*/

@media print {
    * {
        text-shadow: none !important;
        color: #111111 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    [class^="col-"] {
        overflow: hidden;
    }
    a {
        text-decoration: underline;
    }
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    @page {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-inside: avoid;
    }
    select {
        background: #ffffff !important;
    }
    .navbar {
        display: none;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #ffffff !important;
    }
    .btn {
        border-color: #111111;
    }
    .btn .dropup > .btn > .caret {
        border-top-color: #111111 !important;
    }
    .label {
        border: 1px solid #111111;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dddddd !important;
    }
    .pre-scrollable {
        overflow: visible;
        border: 0;
        width: 100%;
    }
    .progress {
        border: 1px solid #111111;
        width: 100%;
        float: none;
        clear: both;
    }
}







/* footer css */


/*!
* Bootstrap v3.2.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.1 | MIT License | git.io/normalize */
.footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.footer:before,
.footer:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.footer html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.footer body {
    xfont-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
.footer input,
.footer button,
.footer select,
.footer textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.footer a {
    color: #428bca;
    text-decoration: none
}
.footer a:hover,
.footer a:focus {
    color: #428bca;
    text-decoration: underline
}
.footer a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.footer figure {
    margin: 0
}
.footer img {
    vertical-align: middle
}
.footer .img-responsive,
.footer .thumbnail>img,
.footer .thumbnail a>img,
.footer .carousel-inner>.item>img,
.footer .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}
.footer .img-rounded {
    border-radius: 6px
}
.footer .img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.footer .img-circle {
    border-radius: 50%
}
.footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.footer .sr-only-focusable:active,
.footer .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.footer h1,
.footer .h1 {
    font-size: 36px
}
.footer h2,
.footer .h2 {
    font-size: 30px
}
.footer h3,
.footer .h3 {
    font-size: 24px
}
.footer h4,
.footer .h4 {
    font-size: 18px
}
.footer h5,
.footer .h5 {
    font-size: 14px
}
.footer h6,
.footer .h6 {
    font-size: 12px
}
.footer p {
    margin: 0 0 10px
}
.footer .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .footer .lead {
        font-size: 21px
    }
}
.footer small,
.footer .small {
    font-size: 85%
}
.footer .text-left {
    text-align: left
}
.footer .text-right {
    text-align: right
}
.footer .text-center {
    text-align: center
}
.footer .text-justify {
    text-align: justify
}
.footer .text-nowrap {
    white-space: nowrap
}
.footer .text-lowercase {
    text-transform: lowercase
}
.footer .text-uppercase {
    text-transform: uppercase
}
.footer .text-capitalize {
    text-transform: capitalize
}
.footer .text-muted {
    color: #777
}
.footer .text-primary {
    color: #428bca
}
.footer a.text-primary:hover {
    color: #3071a9
}
.footer .text-success {
    color: #3c763d
}
.footer a.text-success:hover {
    color: #2b542c
}
.footer .list-unstyled {
    padding-left: 0;
    list-style: none
}
.footer .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .footer .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .footer .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .footer .container {
        width: 1170px
    }
}
.footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.footer .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.footer .nav>li {
    position: relative;
    display: block
}
.footer .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.footer .nav>li>a:hover,
.footer .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.footer .nav>li.disabled>a {
    color: #777
}
.footer .nav>li.disabled>a:hover,
.footer .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.footer .nav .open>a,
.footer .nav .open>a:hover,
.footer .nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}
.footer .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.footer .row {
    margin-right: -15px;
    margin-left: -15px
}
.footer .col-xs-1,
.footer .col-sm-1,
.footer .col-md-1,
.footer .col-lg-1,
.footer .col-xs-2,
.footer .col-sm-2,
.footer .col-md-2,
.footer .col-lg-2,
.footer .col-xs-3,
.footer .col-sm-3,
.footer .col-md-3,
.footer .col-lg-3,
.footer .col-xs-4,
.footer .col-sm-4,
.footer .col-md-4,
.footer .col-lg-4,
.footer .col-xs-5,
.footer .col-sm-5,
.footer .col-md-5,
.footer .col-lg-5,
.footer .col-xs-6,
.footer .col-sm-6,
.footer .col-md-6,
.footer .col-lg-6,
.footer .col-xs-7,
.footer .col-sm-7,
.footer .col-md-7,
.footer .col-lg-7,
.footer .col-xs-8,
.footer .col-sm-8,
.footer .col-md-8,
.footer .col-lg-8,
.footer .col-xs-9,
.footer .col-sm-9,
.footer .col-md-9,
.footer .col-lg-9,
.footer .col-xs-10,
.footer .col-sm-10,
.footer .col-md-10,
.footer .col-lg-10,
.footer .col-xs-11,
.footer .col-sm-11,
.footer .col-md-11,
.footer .col-lg-11,
.footer .col-xs-12,
.footer .col-sm-12,
.footer .col-md-12,
.footer .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.footer .col-xs-1,
.footer .col-xs-2,
.footer .col-xs-3,
.footer .col-xs-4,
.footer .col-xs-5,
.footer .col-xs-6,
.footer .col-xs-7,
.footer .col-xs-8,
.footer .col-xs-9,
.footer .col-xs-10,
.footer .col-xs-11,
.footer .col-xs-12 {
    float: left
}
.footer .col-xs-12 {
    width: 100%
}
.footer .col-xs-pull-12 {
    right: 100%
}
.footer .col-xs-push-12 {
    left: 100%
}
.footer .col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .footer .col-sm-1,
    .footer .col-sm-2,
    .footer .col-sm-3,
    .footer .col-sm-4,
    .footer .col-sm-5,
    .footer .col-sm-6,
    .footer .col-sm-7,
    .footer .col-sm-8,
    .footer .col-sm-9,
    .footer .col-sm-10,
    .footer .col-sm-11,
    .footer .col-sm-12 {
        float: left
    }
    .footer .col-sm-9 {
        width: 75%
    }
    .footer .col-sm-4 {
        width: 33.33333333%
    }
    .footer .col-sm-3 {
        width: 25%
    }
    .footer .col-sm-pull-9 {
        right: 75%
    }
    .footer .col-sm-pull-4 {
        right: 33.33333333%
    }
    .footer .col-sm-pull-3 {
        right: 25%
    }
    .footer .col-sm-push-9 {
        left: 75%
    }
    .footer .col-sm-push-4 {
        left: 33.33333333%
    }
    .footer .col-sm-push-3 {
        left: 25%
    }
    .footer .col-sm-offset-9 {
        margin-left: 75%
    }
    .footer .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .footer .col-sm-offset-3 {
        margin-left: 25%
    }
}
.footer .footer a.label:hover,
.footer .footer a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.footer .label:empty {
    display: none
}
.footer .btn .label {
    position: relative;
    top: -1px
}
.footer .clearfix:before,
.footer .clearfix:after,
.footer .dl-horizontal dd:before,
.footer .dl-horizontal dd:after,
.footer .container:before,
.footer .container:after,
.footer .container-fluid:before,
.footer .container-fluid:after,
.footer .row:before,
.footer .row:after,
.footer .form-horizontal .form-group:before,
.footer .form-horizontal .form-group:after,
.footer .btn-toolbar:before,
.footer .btn-toolbar:after,
.footer .btn-group-vertical>.btn-group:before,
.footer .btn-group-vertical>.btn-group:after,
.footer .nav:before,
.footer .nav:after,
.footer .navbar:before,
.footer .navbar:after,
.footer .navbar-header:before,
.footer .navbar-header:after,
.footer .navbar-collapse:before,
.footer .navbar-collapse:after,
.footer .pager:before,
.footer .pager:after,
.footer .panel-body:before,
.footer .panel-body:after,
.footer .modal-footer:before,
.footer .modal-footer:after {
    display: table;
    content: " "
}
.footer .clearfix:after,
.footer .dl-horizontal dd:after,
.footer .container:after,
.footer .container-fluid:after,
.footer .row:after,
.footer .form-horizontal .form-group:after,
.footer .btn-toolbar:after,
.footer .btn-group-vertical>.btn-group:after,
.footer .nav:after,
.footer .navbar:after,
.footer .navbar-header:after,
.footer .navbar-collapse:after,
.footer .pager:after,
.footer .panel-body:after,
.footer .modal-footer:after {
    clear: both
}
.footer .nav {
    float: none;
    margin: 30px auto 0 auto;
    font-size: 0.85em;
}
.footer .social a:link {
    color: #009dd9;
}
.footer .wrapper {
    background: #001f3d;
    color: #c1c1c1;
    padding-top: 10px;
}
.footer .call-action {
    display: block;
    overflow: hidden;
    background: #3399ff;
    color: #ffffff;
    padding: 20px 0;
    font-size: 1.65em;
}

.arnCar {
	background-color:#f5f5f5;
}
.arnCarDiv {
	margin:0 auto;
}

.arnCruise {
	margin:113px 0 0;
}
.arnCruise .zzTopDiv {
	margin:0 auto;
}