@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif;
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #191919;
    background: #FFF;
}


.vagabond-cruises a,
.vagabond-cruises a img {
    outline: none;
    border: 0;
}

.vagabond-cruises a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.vagabond-cruises a:hover {
    text-decoration: underline;
    color: #d47c20;
}

.vagabond-cruises img {
    max-width: 100%;
    height: auto;
}

.vagabond-cruises .richtext img,
.vagabond-cruises article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 5px auto;
}

.vagabond-cruises .richtext img {
    height: auto !important;
}

.vagabond-cruises p {
    font-size: 16px;
    line-height: 22px;
    /* color:inherit; */
    margin: 6px 0 16px 0;
}

.vagabond-cruises p.lead-text {
    font-size: 18px;
    line-height: 24px;
    margin: 6px 0 16px 0;
}


.vagabond-cruises p.small-text {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 16px 0;
    letter-spacing: -1px;
}

.vagabond-cruises p.xsmall-text {
    font-size: 13px;
    line-height: 19px;
    margin: 6px 0 16px 0;
    letter-spacing: -1px;
}

.vagabond-cruises ul {
    padding-left: 1em;
    margin: 6px 0 16px 0;
}

.vagabond-cruises li {
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    margin-bottom: 6px;
    list-style-position: outside;
    list-style-image: url(../img/icon/bullet-orange.png);
    list-style-type: none;
}

.vagabond-cruises ul.rm-space {
    padding-left: 0;
    margin: 6px 0 16px 0;
}

.vagabond-cruises li.rm-bullet {
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    margin-bottom: 6px;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    display: list-item;
}


.vagabond-cruises footer ul {
    padding-left: 0em;
    margin: 6px 0 16px 0;
}

.vagabond-cruises footer li {
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    margin-bottom: 6px;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
}

.vagabond-cruises .rm-bullet {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.vagabond-cruises .rm-bullet:last-child {
    margin-right: 0px;
}

.vagabond-cruises ol {
    padding-left: 1.5em;
    margin: 6px 0 16px 0;
}



.vagabond-cruises h1,
.vagabond-cruises h2,
.vagabond-cruises h3,
.vagabond-cruises h4,
.vagabond-cruises h5,
.vagabond-cruises h6,
.vagabond-cruises h7 {
    margin: 0;
    font-weight: 400;
    color: inherit;
}

.vagabond-cruises h1 + p,
.vagabond-cruises h2 + p,
.vagabond-cruises h3 + p,
.vagabond-cruises h4 + p,
.vagabond-cruises h5 + p,
.vagabond-cruises h6 + p,
.vagabond-cruises h7 + p,
.vagabond-cruises h1 + ul,
.vagabond-cruises h2 + ul,
.vagabond-cruises h3 + ul,
.vagabond-cruises h4 + ul,
.vagabond-cruises h5 + ul,
.vagabond-cruises h6 + ul,
.vagabond-cruises h7 + ul {
    margin-top: 16px;
}

.vagabond-cruises h1:first-child,
.vagabond-cruises h2:first-child,
.vagabond-cruises h3:first-child,
.vagabond-cruises h4:first-child,
.vagabond-cruises h5:first-child,
.vagabond-cruises h6:first-child,
.vagabond-cruises h7:first-child,
.vagabond-cruises p:first-child,
.vagabond-cruises ul:first-child,
.vagabond-cruises img:first-child {
    margin-top: 0;
}

.vagabond-cruises h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    color: inherit;
}


.vagabond-cruises h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    color: inherit;
}

.vagabond-cruises h1 + h2 {
    margin-top: -15px;
}

.vagabond-cruises h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.vagabond-cruises h3 + p {
    margin-top: 5px;
}

.vagabond-cruises h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: inherit;
}

.vagabond-cruises h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.vagabond-cruises h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}


.vagabond-cruises h7 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.vagabond-cruises h4 + p {
    margin-bottom: 15px;
}


.vagabond-cruises .header {
    position: relative;
    background: #d9f4ff;
}

.vagabond-cruises .header > .container {
    position: relative;
    z-index: 1;
}


/* Btn */
.vagabond-cruises a.btn-orange {
    background: #d47c20;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}


.vagabond-cruises a.btn-orange:hover {
    background: #aa631a;
}

.vagabond-cruises .btn-orange {
    background: #d47c20;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}


.vagabond-cruises .btn-orange:hover {
    background: #aa631a;
}



.vagabond-cruises a.btn-dark-blue {
    background: #02283d;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}


.vagabond-cruises a.btn-dark-blue:hover {
    background: #011621;
}

.vagabond-cruises .btn-dark-blue {
    background: #02283d;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    border: 0;
}


.vagabond-cruises .btn-dark-blue:hover {
    background: #011621;
}


.vagabond-cruises a.btn-white-line {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    border: 1px solid #fff;
}


.vagabond-cruises a.btn-white-line:hover {
    border: 1px solid #aa631a;
    background: #aa631a;
}






.vagabond-cruises a.btn-yellow {
    background: #eeb61f;
    color: #02283d;
    text-decoration: none;
    padding: 15px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}


.vagabond-cruises a.btn-yellow:hover {
    background: #be9219;
    /*
	background:#ffd565;
	*/
}


.vagabond-cruises button.btn .btn-loading {
    display: none;
    width: 44px;
}
.vagabond-cruises button.btn .btn-icon {
    display: block;
}


.vagabond-cruises button.btn:disabled .btn-loading {
    display: block;
}
.vagabond-cruises button.btn:disabled .btn-icon {
    display: none;
}


@media only screen and (min-width : 480px) {
    .vagabond-cruises a.btn-yellow {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 30px;
    }
}






.vagabond-cruises a.btn-fromm-multi-slider {
    background: #6a6a6a;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 6px 9px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}



.vagabond-cruises a.btn-fromm-multi-slider:hover {
    background: #fa1b38;
}


.vagabond-cruises a.btn-fromm-dark-grey {
    background: #666666;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 6px 9px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}



.vagabond-cruises a.btn-fromm-dark-grey:hover {
    background: #4f4f4f;
}

.vagabond-cruises .btn-fromm-dark-grey {
    background: #666666;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 6px 5px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.vagabond-cruises .btn-fromm-dark-grey:hover {
    background: #4f4f4f;
}



.vagabond-cruises a.btn-grey-empty {
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vagabond-cruises a.btn-grey-empty:hover {
    background: #fff;
}

.vagabond-cruises .btn-grey-empty {
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.vagabond-cruises .btn-grey-empty:hover {
    background: #fff;
}


.vagabond-cruises .btn-s {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}


.vagabond-cruises .btn-bigger {
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 21px 15px;
    width: 100%;
}


.vagabond-cruises a.text-link {
    color: #ef0000;
    text-decoration: none;
}

.vagabond-cruises a.text-link:hover {
    text-decoration: underline;
}



/* Space */

.vagabond-cruises .pt0 {
    padding-top: 0px;
}

.vagabond-cruises .pt1 {
    padding-top: 10px;
}

.vagabond-cruises .pt2 {
    padding-top: 20px;
}

.vagabond-cruises .pt3 {
    padding-top: 30px;
}

.vagabond-cruises .pt4 {
    padding-top: 40px;
}

.vagabond-cruises .pt5 {
    padding-top: 50px;
}

.vagabond-cruises .pb0 {
    padding-bottom: 0px;
}

.vagabond-cruises .pb1 {
    padding-bottom: 10px;
}

.vagabond-cruises .pb2 {
    padding-bottom: 20px;
}

.vagabond-cruises .pb3 {
    padding-bottom: 30px;
}

.vagabond-cruises .pb4 {
    padding-bottom: 40px;
}

.vagabond-cruises .pb5 {
    padding-bottom: 50px;
}

.vagabond-cruises .mt0 {
    margin-top: 0px;
}

.vagabond-cruises .mt1 {
    margin-top: 10px;
}

.vagabond-cruises .mt2 {
    margin-top: 20px;
}

.vagabond-cruises .mt3 {
    margin-top: 30px;
}

.vagabond-cruises .mt4 {
    margin-top: 40px;
}

.vagabond-cruises .mt5 {
    margin-top: 50px;
}

.vagabond-cruises .mb0 {
    margin-bottom: 0px;
}

.vagabond-cruises .mb1 {
    margin-bottom: 10px;
}

.vagabond-cruises .mb2 {
    margin-bottom: 20px;
}

.vagabond-cruises .mb3 {
    margin-bottom: 30px;
}

.vagabond-cruises .mb4 {
    margin-bottom: 40px;
}

.vagabond-cruises .mb5 {
    margin-bottom: 50px;
}

.vagabond-cruises .pad30 {
    padding: 30px 0 30px 0;
}

.vagabond-cruises .pad5 {
    padding: 5px;
    width: 220px;
}

@media only screen and (min-width : 480px) {

    .vagabond-cruises .pad30 {
        padding: 30px;
    }
}

.vagabond-cruises .rad03 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vagabond-cruises .box-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}



/* Text Color */

.vagabond-cruises .text-orange {
    color: #d47c20;
}

.vagabond-cruises .text-dark-blue {
    color: #130342;
}

.vagabond-cruises .text-lg {
    color: #929191;
}

.vagabond-cruises .text-white {
    color: #ffffff;
}

.vagabond-cruises .text-light-purple {
    color: #a7a4b1;
}

.vagabond-cruises .text-red {
    color: #fa1b38;
}

.vagabond-cruises .text-grey {
    color: #666;
}

.vagabond-cruises .text-roboto-slap {
    font-family: 'Roboto Slab', serif;
}



/* Text Style */

.vagabond-cruises .text-uppercase {
    text-transform: uppercase;
}

.vagabond-cruises .text-semi-bold {
    font-weight: 600;
}

.vagabond-cruises .text-bold {
    font-weight: 700;
}

.vagabond-cruises .ls1 {
    letter-spacing: 1px;
}

.vagabond-cruises .ls2 {
    letter-spacing: 2px;
}

.vagabond-cruises .ls3 {
    letter-spacing: 3px;
}

.vagabond-cruises .text-shadow {
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}


/* Box Style */

.vagabond-cruises .pad30 {
    padding: 30px;
}

.vagabond-cruises .pad30-with-icon {
    padding: 100px 30px 30px 30px;
}

.vagabond-cruises .icon-box {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 0;
    padding: 10px;
    display: block;
}

/* Responsive Style */

.vagabond-cruises .right-to-center {
    text-align: center;
}


.vagabond-cruises .left-to-center {
    text-align: center;
}

@media only screen and (min-width : 768px) {
    .vagabond-cruises .right-to-center {
        text-align: right;
    }

    .vagabond-cruises .left-to-center {
        text-align: left;
    }
}




/* Background */

.vagabond-cruises .bg-dark-blue {
    background: #02283d;
}

.vagabond-cruises .bg-light-blue {
    background: #eff5fc;
}

.vagabond-cruises .bg-dark-grey {
    background: #808080;
}

.vagabond-cruises .bg-ldb {
    background: #130342;
}

.vagabond-cruises .bg-yellow {
    background: #eeb61f;
}

.vagabond-cruises .bg-orange {
    background: #c87420;
}

.vagabond-cruises .bg-light-grey {
    background: #f2f2f2;
}


.vagabond-cruises .bg-red {
    background: #fa1b38;
}

.vagabond-cruises .bg-black {
    background: #333333;
}

.vagabond-cruises .bg-white {
    background: #fff;
}

.vagabond-cruises section {
    padding: 80px 0;
}

.vagabond-cruises .border-bottom {
    border-bottom: 1px solid #ccc;
}

.vagabond-cruises .border-bottom-orange {
    border-bottom: 1px solid #d47c20;
}

.vagabond-cruises .border-right {
    border-right: 1px solid #d47c20;
}

.vagabond-cruises .border-top {
    border-top: 1px solid #ccc;
}

.vagabond-cruises .border-right-light {
    border-right: 0px solid #4e4271;
}

.vagabond-cruises .border-left-light {
    border-left: 0px solid #4e4271;
}

@media only screen and (min-width : 1200px) {

    .vagabond-cruises .border-right-light {
        border-right: 1px solid #4e4271;
    }

    .vagabond-cruises .border-left-light {
        border-left: 1px solid #4e4271;
    }
}



/* General */



@media only screen and (min-width : 480px) {
}


/* top-menu */

.vagabond-cruises .top-menu {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.vagabond-cruises .top-menu .in {
    width: 100%;
    background: #f2f2f2;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
}

.vagabond-cruises .top-menu .in .location {
    display: none;
}


.vagabond-cruises .top-menu .in .phone-business-hour {
    width: 50%;
    padding: 0 5%;
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
}

.vagabond-cruises .top-menu .in .search {
    width: 50%;
    padding: 10px 5% 0 5%;
    float: right;
}

.vagabond-cruises .top-menu .in .contact {
    width: 180px;
    float: left;
}

.vagabond-cruises a.top-contact {
    display: none;
}

.vagabond-cruises a.top-contact:hover {
    color: #fff;
    background: #fa1b38;
}


@media only screen and (min-width : 768px) {

    .vagabond-cruises .top-menu {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    .vagabond-cruises .top-menu .in {
        width: 100%;
        background: #f2f2f2;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin: 0 auto;
    }

    .vagabond-cruises .top-menu .in .location {
        display: none;
    }


    .vagabond-cruises .top-menu .in .phone-business-hour {
        width: 50%;
        padding: 0 5%;
        border-left: 0px solid #ccc;
        border-right: 1px solid #ccc;
        float: left;
    }

    .vagabond-cruises .top-menu .in .search {
        width: 50%;
        padding: 10px 5% 0 5%;
        float: right;
    }

    .vagabond-cruises .top-menu .in .contact {
        width: 180px;
        float: left;
    }

    .vagabond-cruises a.top-contact {
        display: none;
    }

    .vagabond-cruises a.top-contact:hover {
        color: #fff;
        background: #fa1b38;
    }
}



@media only screen and (min-width : 1200px) {

    .vagabond-cruises .top-menu {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    .vagabond-cruises .top-menu .in {
        width: 1170px;
        background: #f2f2f2;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin: 0 auto;
    }

    .vagabond-cruises .top-menu .in .location {
        width: 388px;
        padding: 0 15px;
        border-left: 1px solid #ccc;
        float: left;
        display: block;
    }


    .vagabond-cruises .top-menu .in .phone-business-hour {
        width: 300px;
        padding: 0 15px;
        border-left: 1px solid #ccc;
        float: left;
    }

    .vagabond-cruises .top-menu .in .search {
        width: 300px;
        padding: 10px 15px 0 15px;
        float: left;
    }

    .vagabond-cruises .top-menu .in .contact {
        width: 180px;
        float: left;
    }

    .vagabond-cruises a.top-contact {
        height: 60px;
        color: #555;
        font-size: 12px;
        font-weight: 600;
        line-height: 60px;
        text-transform: uppercase;
        padding: 0;
        text-align: center;
        display: block;
        text-decoration: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        display: block;
    }

    .vagabond-cruises a.top-contact:hover {
        color: #fff;
        background: #fa1b38;
    }
}



/* Common */

.vagabond-cruises .mh40 {
    min-height: 40px;
}

.vagabond-cruises .mh55 {
    min-height: 55px;
}

.vagabond-cruises .mh190 {
    min-height: 190px;
}

.vagabond-cruises .mh250 {
    min-height: 0px;
}

.vagabond-cruises .mh313 {
    min-height: 313px;
}

.vagabond-cruises .mh345 {
    min-height: 345px;
}

.vagabond-cruises .mh412 {
    min-height: 412px;
}

.vagabond-cruises .mh445 {
    min-height: 445px;
}

.vagabond-cruises .mh545 {
    min-height: 545px;
}

.vagabond-cruises .rm-space {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width : 992px) {

    .vagabond-cruises .mh250 {
        min-height: 250px;
    }
}


/* breadcrumb */

.vagabond-cruises .breadcrumb {
    padding: 25px 0 0 0;
    margin: 0;
    background: #f5f5f5;
}

.vagabond-cruises .breadcrumb ul {
    padding: 0;
}

.vagabond-cruises .breadcrumb ul li {
    display: inline-block;
    font-size: 11px;
}

.vagabond-cruises .breadcrumb ul li a {
    color: #999999;
    font-size: 11px;
}

.vagabond-cruises .breadcrumb-shadow {
    height: 55px;
    background-image: url(/img/common/breadcrumb-bkg.png);
    background-repeat: repeat-x;
    background-position: center top;
}



/* homepage */


.vagabond-cruises .border-around-yellow {
    width: 100%;
    margin-top: 20px;
}



@media only screen and (min-width : 992px) {
    .vagabond-cruises .border-around-yellow {
        margin-top: 50px;
    }
}




.vagabond-cruises .border-around-yellow .summary {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #eeb61f;
    padding: 15px 0;
}

.vagabond-cruises a.btn-yellow-home {
    width: 100%;
    background: #eeb61f;
    color: #02283d;
    text-decoration: none;
    padding: 15px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}


.vagabond-cruises a.btn-yellow-home:hover {
    background: #ffba00;
    /*
	background:#ffd565;
	*/
}


@media only screen and (min-width : 992px) {

    .vagabond-cruises .border-around-yellow {
        width: 450px;
    }


    .vagabond-cruises .border-around-yellow .summary {
        font-size: 22px;
    }

    .vagabond-cruises a.btn-yellow-home {
        font-size: 16px;
        padding: 15px 30px;
    }
}


.vagabond-cruises .upcoming-event {
    margin-bottom: 10px;
}

.vagabond-cruises .upcoming-event p.lead-text {
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (min-width : 768px) {
    .vagabond-cruises .upcoming-event {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width : 1200px) {
    .vagabond-cruises .upcoming-event p.lead-text {
        font-size: 18px;
        line-height: 24px;
    }
}




/* Small Devices, Tablets */

@media only screen and (min-width : 992px) {

    .vagabond-cruises .description-for-mobile {
        display: none;
    }

    .vagabond-cruises .testimonial .description {
        position: absolute;
        left: 70px;
        bottom: 0;
        width: 390px;
        padding: 35px 35px 65px 35px;
        background: #fff;
        display: block;
    }
}


/* list hero */

.vagabond-cruises .list-hero {
    width: 100%;
}

.vagabond-cruises .list-hero .title {
    font-size: 30px;
    line-height: 30px;
}

.vagabond-cruises .list-hero .title-under {
    font-size: 54px;
    line-height: 54px;
}

.vagabond-cruises .list-hero .h4 {
    font-size: 20px;
    line-height: 26px;
}

.vagabond-cruises .overlay-image-text {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 50%;
    background: #fff;
    width: 660px;
    height: 70px;
    margin-left: -330px;
}


@media only screen and (min-width : 768px) {

    .vagabond-cruises .overlay-image-text {
        position: absolute;
        z-index: 1;
        top: -100px;
        left: 50%;
        background: #fff;
        width: 860px;
        height: 70px;
        margin-left: -430px;
    }

    .vagabond-cruises .list-hero .title {
        font-size: 40px;
        line-height: 40px;
    }

    .vagabond-cruises .list-hero .title-under {
        font-size: 74px;
        line-height: 74px;
    }

    .vagabond-cruises .list-hero .h4 {
        font-size: 24px;
        line-height: 30px;
    }
}



.vagabond-cruises a.btn-white-line-list {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    border: 1px solid #fff;
}


.vagabond-cruises a.btn-white-line-list:hover {
    border: 1px solid #aa631a;
    background: #aa631a;
}



/* list panel */

.vagabond-cruises .list-panel {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}




.vagabond-cruises .list-panel .description-right {
    background: #fff;
    width: 100%;
    padding: 45px;
    margin-left: 0%;
    position: relative;
}

@media only screen and (min-width : 992px) {

    .vagabond-cruises .list-panel .description-right {
        background: #fff;
        width: 60%;
        padding: 45px;
        /* margin-left: 40%; */
        position: relative;
    }
}


.vagabond-cruises .list-panel .description-left {
    background: #fff;
    width: 100%;
    padding: 45px;
    margin-left: 0%;
    position: relative;
}

@media only screen and (min-width : 992px) {

    .vagabond-cruises .list-panel .description-left {
        background: #fff;
        width: 60%;
        padding: 45px;
        margin-right: 40%;
        position: relative;
    }
}



.vagabond-cruises .btn-lhs {
    border-top: 1px solid #ccc;
    width: 50%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    color: #d0811d;
    font-size: 18px
}

.vagabond-cruises .btn-lhs:hover {
    border-top: 1px solid #e5e5e5;
    background: #e5e5e5;
    color: #d0811d;
    text-decoration: none;
}

.vagabond-cruises .btn-rhs {
    border-top: 1px solid #d0811d;
    width: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #d0811d;
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
}

.vagabond-cruises .btn-rhs:hover {
    border-top: 1px solid #915a14;
    background: #915a14;
    color: #fff;
    text-decoration: none;
}



/* detail hero */

.vagabond-cruises .detail-hero {
    width: 100%;
    height: 545px;
}

.vagabond-cruises .detail-hero .image {
    width: 70%;
    height: 545px;
    float: left;
    padding-top: 150px;
    overflow: hidden;
}

.vagabond-cruises .detail-hero .image .title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.vagabond-cruises .detail-hero .image .title-under {
    font-size: 53px;
    line-height: 53px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

@media only screen and (min-width : 768px) {

    .vagabond-cruises .detail-hero .image .title {
        font-size: 40px;
        line-height: 40px;
    }

    .vagabond-cruises .detail-hero .image .title-under {
        font-size: 73px;
        line-height: 73px;
    }
}


.vagabond-cruises .detail-hero .text {
    width: 30%;
    height: 545px;
    float: left;
    padding: 50px;
    position: relative;
}

.vagabond-cruises .detail-price {
    font-size: 83px;
}

@media (max-width: 1119px) {
    .vagabond-cruises .detail-hero .image {
        width: 55%;
        height: 545px;
        padding-top: 20px;
    }

    .vagabond-cruises .detail-hero .text {
        width: 45%;
        height: 545px;
        padding: 50px;
        position: relative;
    }

    .vagabond-cruises .detail-price {
        font-size: 63px;
    }
}

@media (max-width: 767px) {
    .vagabond-cruises .detail-hero .image {
        width: 100%;
        height: 545px;
        padding-top: 75px;
    }

    .vagabond-cruises .detail-hero .text {
        width: 100%;
        height: 545px;
        padding: 50px;
        position: relative;
    }
}

@media (max-width: 375px) {
    .vagabond-cruises .detail-hero .image {
        padding-top: 50px;
    }
}


@media only screen and (min-width : 320px) {
}

@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 768px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1200px) {
}



/* cruise inclusions */

.vagabond-cruises .inclusion {
    width: 205px;
    min-height: 200px;
    border: 1px solid #c1c1c1;
    margin: 5px;
    display: inline-grid;
    padding: 25px 15px 15px 15px;
}

@media (max-width:375px) {
    .vagabond-cruises .cruise-inclusions .row.inclusions-row .col-sm-12 {
        display: flex;
        flex-wrap: wrap;
    }

    .vagabond-cruises .inclusion {
        width: 45%;
        display: flex;
        flex-direction: column;
    }
}


/* drink package */

.vagabond-cruises .drink-package {
    width: 292px;
    min-height: 215px;
    margin: 15px;
    display: inline-grid;
    position: relative;
    background-image: url(../img/sub/package-frame.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.vagabond-cruises .drink-package .image {
    z-index: 1;
    position: absolute;
    left: 1px;
    bottom: 1px;
}

.vagabond-cruises .drink-package .heading {
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 0;
    width: 292px;
}

.vagabond-cruises .drink-package .description {
    z-index: 1;
    position: absolute;
    top: 35px;
    left: 87px;
    width: 183px;
    font-size: 13px;
    line-height: 16px;
}

.vagabond-cruises .drink-package .price {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 1px;
    width: 94px;
    font-size: 30px;
    line-height: 34px;
}

.vagabond-cruises .drink-package .under {
    z-index: 1;
    position: absolute;
    bottom: 5px;
    right: 1px;
    width: 94px;
}


/* testimonials */

.vagabond-cruises .testimonial {
    width: 100%;
    height: 313px;
    background-image: url(../img/sub/testimonial.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.vagabond-cruises .tas-s {
    /* position: absolute;
    z-index: 1;
    top: 0px;
    left: -15px; */
}

.vagabond-cruises .tas-f {
    /* position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0; */
}



/* Form */

.vagabond-cruises .contact-input {
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    padding: 15px 25px;
    width: 100%;
    margin-bottom: 15px;
}

.vagabond-cruises .orange-input {
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d47c20;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.vagabond-cruises .orange-input-sm {
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d47c20;
    padding: 5px;
    width: 100%;
    margin-bottom: 0px;
}

.vagabond-cruises .border-orange {
    border: 1px solid #d47c20;
    padding: 15px;
}

.vagabond-cruises .border-orange label {
    font-weight: 400;
}





/* Boostrap Grid Extensions */

.vagabond-cruises .row-nopad {
    margin-left: 0;
    margin-right: 0;
}

.vagabond-cruises .row-nopad > div {
    padding-left: 0;
    padding-right: 0;
}

.vagabond-cruises .row-xxspad {
    margin-left: -1px;
    margin-right: 1px;
}

.vagabond-cruises .row-xxspad > div {
    padding-left: 1px;
    padding-right: 1px;
}


.vagabond-cruises .row-xspad {
    margin-left: -5px;
    margin-right: 5px;
}

.vagabond-cruises .row-xspad > div {
    padding-left: 5px;
    padding-right: 5px;
}

.vagabond-cruises .row-lgpad {
    margin-left: 15px;
    margin-right: 15px;
}

.vagabond-cruises .row-lgpad > div {
    padding-left: 15px;
    padding-right: 15px;
}



/* Table */

.vagabond-cruises .exchange-rate {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.vagabond-cruises .current-money {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.vagabond-cruises p.nowrap {
    padding: 0;
    margin: 0;
}

.vagabond-cruises .btn-clean {
    background: 0;
    border: 0;
}


/* Main */
.vagabond-cruises .main {
    margin-top: 0;
}

.vagabond-cruises .main > .container > .row + .row {
    margin-top: 40px
}

.vagabond-cruises .main + .banner-cta {
    margin-top: 60px;
}


/* sub page */

.vagabond-cruises .sub-hero-title {
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    padding: 15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 110px;
}


/* Tables 
.vagabond-cruises .table-controls{
	margin:0 0 20px 0;
}
.vagabond-cruises .table-controls .title{
	color:#333;
	margin:0;
}
.vagabond-cruises .table-controls form{
	text-align:left;
}

.vagabond-cruises .table-container{
	height:auto;
	width:100%;
	overflow:auto;
	margin:0 0 20px 0;
}
.vagabond-cruises .table-container > table{
	margin:0;
}

.vagabond-cruises .table-transactions{
	
}

.vagabond-cruises .table-transactions .thead tr td,
.vagabond-cruises .table-transactions .thead tr th{
	font-weight:normal;
	
	background:#08998d;
	color:#FFF;
	padding:20px 10px;
	
	border:0;
	border-left:1px solid #fff;
}
.vagabond-cruises .table-transactions .thead tr td:first-child,
.vagabond-cruises .table-transactions .thead tr th:first-child{
	border-left:0;
}

.vagabond-cruises .table-transactions .tbody{
	
}
.vagabond-cruises .table-transactions .tbody tr td{
	padding:20px 10px;
	border:0;
	border-left:1px solid #CCC;
}
.vagabond-cruises .table-transactions .tbody tr td:first-child{
	border-left:0;
}
.vagabond-cruises .table-transactions .tbody tr:nth-child(odd){ 
	background:#ececec;
}

.vagabond-cruises .table-transactions .tbody tr:nth-child(even){
	background:#fff;
}

*/



/* Forms */

.vagabond-cruises .form-control {
    -webkit-border-radius: 3px;
    -mox-border-radius: 3px;
    border-radius: 3px;
}

.vagabond-cruises form .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vagabond-cruises form .btn-default {
    background: #979797;
    color: #FFF;
    padding: 6px 22px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vagabond-cruises form .btn-default:hover {
    color: #FFF;
    background: #BBB;
}



/* Footer Up Slider */

.vagabond-cruises .footer-up-slider {
    width: 380px;
    height: 266px;
    position: relative;
    display: inline-grid;
    padding: 0;
    margin: 0;
    border: 0;
    background: #cc0000;
}





/* Footer */


.vagabond-cruises footer {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #130342;
}


.vagabond-cruises footer a.social {
    margin: 10px 4px 10px 4px;
}

.vagabond-cruises footer a.social:hover {
}






/* Buttons */
.vagabond-cruises a.btn {
    color: inherit;
}

.vagabond-cruises a.btn:hover {
    text-decoration: none;
    color: #d47c20;
}

/* Richtext Editor */
.vagabond-cruises .richtext .lead-text {
    color: #09afa1;
    margin-bottom: 20px;
}

.vagabond-cruises .richtext .sub-lead-text {
    font-family: 'RixGo L', sans-serif;
    color: #656565;
}

.vagabond-cruises .richtext img.imageleft,
.vagabond-cruises .richtext img[style*="left"] {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.vagabond-cruises .richtext img.imageright,
.vagabond-cruises .richtext img[style*="right"] {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    .vagabond-cruises .row-lgpad {
        margin-left: 50px;
        margin-right: 50px;
    }

    .vagabond-cruises .row-lgpad > div {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .vagabond-cruises .richtext img,
    .vagabond-cruises article img {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: auto;
        height: auto;
        margin: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

iframe[name='google_conversion_frame'] {
    position: fixed;
    height: 0 !important;
    width: 0 !important;
}

@media print {
    body {
        color: #000 !important;
        margin: 0;
        padding: 0;
    }

    @page {
        size: auto;
        margin: 25mm 25mm 25mm 25mm;
    }

    .vagabond-cruises {
        padding: 0;
    }

    .vagabond-cruises * {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        vertical-align: text-top !important;
        border: 0 !important;
    }

    .vagabond-cruises .btn {
        display: none;
    }

    .vagabond-cruises a[href]:after {
        content: none !important;
    }

    .vagabond-cruises iframe {
        display: none !important;
    }

    .vagabond-cruises .richtext img {
        display: block;
    }
}



.vagabond-cruises a.btn-pager {
    background: #f0f3f8;
    color: #333;
    height: 63px;
    font-size: 17px;
    line-height: 63px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}

.vagabond-cruises a.btn-pager:hover {
    color: #333;
    background: #dbdee3;
    text-decoration: none;
}


.vagabond-cruises .btn-blue-green {
    background: #08998d;
    color: #FFF;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 20px;
}

.vagabond-cruises .btn-blue-green:hover {
    color: #fff;
    background: #31ada4;
}

.vagabond-cruises .btn-blue-green-sm {
    background: #08998d;
    color: #FFF;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 20px;
}

.vagabond-cruises .btn-blue-green-sm:hover {
    color: #fff;
    background: #31ada4;
}



.vagabond-cruises a.btn-redeem {
    background: #979797;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    border: 1px solid #979797;
    display: block;
    text-align: center;
}

.vagabond-cruises a.btn-redeem:hover {
    color: #fff;
    background: #acacac;
    text-decoration: none;
}


.vagabond-cruises a.btn-more1 {
    background: #08998d;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    border: 1px solid #08998d;
    display: block;
    text-align: center;
}

.vagabond-cruises a.btn-more1:hover {
    color: #fff;
    background: #31ada4;
    text-decoration: none;
}

/* PayWay form */
.credit-card-container{
    overflow:hidden
}

.credit-card-container iframe {
    margin-left: -2.5rem;
}

/* modal */
.vagabond-cruises .modal {
}

.vagabond-cruises .modal .modal-dialog {
}

.vagabond-cruises .modal .modal-dialog .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}

.vagabond-cruises .modal .modal-dialog .modal-content .modal-header {
}

.vagabond-cruises .modal .modal-dialog .modal-content .modal-header h5.modal-title {
    font-size: 17px;
    position: absolute;
    top: 35px;
}

.vagabond-cruises .modal .modal-dialog .modal-content .modal-header .close {
}

.vagabond-cruises .modal .modal-dialog .modal-content .modal-header .close span {
}



@media only screen and (min-width : 320px) {
}

@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 768px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1200px) {
}

.macro-ticket-price-guide .ticket-price-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.macro-bold-row-cruise {
    margin-top: 10px;
    margin-bottom: 10px;
}
