﻿#wrapper b
{
    font-weight: bold;
}

#wrapper i
{
    font-style: italic;
}

#wrapper .red
{
    color: #FF0000 !important;
}

#wrapper input.custom
{
    display: none;
}

.no-margin {
    margin: 0;
}

#wrapper input[type=button], input[type=submit], input[type=reset], a.see-all-dates
{
    background: url("../../../Assets/images/booking/continue-arr.png") no-repeat right 10px center #5f94c8;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-family: "LatoBold";
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 30px !important;
    margin-bottom: 15px;
}


#wrapper input[type=radio] + label.radio
{
    background: transparent url('../../../Assets/images/booking/inputs/radio.png') no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

#wrapper input[type=radio]:checked + label.radio
{
    background: transparent url('../../../Assets/images/booking/inputs/radio-selected.png') no-repeat;
}

#wrapper input[type=checkbox] + label.checkbox
{
    background: transparent url('../../../Assets/images/booking/inputs/checkbox.png') no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

#wrapper input[type=checkbox]:checked + label.checkbox
{
    background: transparent url('../../../Assets/images/booking/inputs/checkbox-checked.png') no-repeat;
}

#wrapper span.aspNetDisabled + label.checkbox {
    width: 21px;
    height: 21px;
    background: #f0f0f0;
    display: inline-block;
    border: 1px solid #AAA8A8;
    margin-right: 5px;
    position: relative;
}
#wrapper span.aspNetDisabled + label.radio
{
    background: transparent url('../../../Assets/images/booking/inputs/radio.png') no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}
#wrapper span.aspNetDisabled + label.radio:hover {
    background: transparent url('../../../Assets/images/booking/inputs/radio-disabled.png') no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}
#wrapper span.aspNetDisabled + label.checkbox:after {
    content: 'X';
    color: #f00;
    position: relative;
    top: 2px;
    left: 6px;
}

.ie8 input.custom
{
    display: inline !important;
}

.ie8 label.radio, .ie8 label.checkbox
{
    display: none !important;
}

#wrapper div.custom-select
{
    width: 240px;
    height: 35px;
    overflow: hidden;
    background: transparent url(../../../Assets/images/booking/inputs/select-arrow.png) no-repeat right;
    border: 1px solid #CCCCCC;
    display: inline-block;
}

    #wrapper div.custom-select select
    {
        background: transparent;
        width: 268px;
        border: 0;
        border-radius: 0;
        height: 35px;
        -webkit-appearance: none;
        padding: 6px;
        font: 17px Calibri;
        outline: none;
    }

    #wrapper div.custom-select.capitalize-options select, #wrapper div.custom-select.capitalize-options select option
    {
        text-transform: capitalize;
    }

    #wrapper div.custom-select.small
    {
        width: 100px;
    }

        #wrapper div.custom-select.small select
        {
            width: 128px;
        }

    #wrapper div.custom-select.medium
    {
        width: 150px;
    }

        #wrapper div.custom-select.medium select
        {
            width: 178px;
        }

div.custom-select.large
{
    width: 300px;
}

    div.custom-select.large select
    {
        width: 328px;
    }

#wrapper input[type=text]
{
    border: 1px solid #CCCCCC;
    height: 23px;
    padding: 6px;
    font-size: 17px;
    font-family: "LatoRegular";
    outline: none;
}

    #wrapper input[type=text].small
    {
        width: 88px;
    }

    #wrapper input[type=text].medium
    {
        width: 138px;
    }

    #wrapper input[type=text].large
    {
        width: 288px;
    }

#wrapper label.required:after
{
    content: '*';
    color: #FF0000;
}

#wrapper
{
    position: relative;
    background-color: #FFFFFF;
    margin: 30px auto;
    width: 960px;
    padding-bottom: 30px;
    overflow: hidden;
    clear: both;
}

    #wrapper p, h3
    {
        color: #000000;
    }

    #wrapper h1
    {
        color: #003D79;
        padding: 40px 0 40px 30px;
        text-transform: uppercase;
        font-size: 22px;
        font-family: 'CantataOne';
        line-height: 15px;
    }

    #wrapper ul.progress
    {
        position: absolute;
        top: 27px;
        right: 20px;
        display: inline-block;
        background: transparent url('../../../Assets/images/booking/progressBg.png') no-repeat;
    }

        #wrapper ul.progress li
        {
            float: left;
            display: inline-block;
            width: 86px;
            color: #999999;
            overflow: visible;
            text-align: center;
        }

            #wrapper ul.progress li:nth-child(5)
            {
                width: 105px;
            }

            #wrapper ul.progress li span.circle
            {
                background: transparent url('../../../Assets/images/booking/progress-circle.png') no-repeat;
                display: inline-block;
                width: 30px;
                height: 30px;
                text-align: center;
            }

            #wrapper ul.progress li.active span.circle
            {
                background-image: url('../../../Assets/images/booking/progress-circle-active.png');
            }

            #wrapper ul.progress li span.circle span.step
            {
                margin-top: 7px;
                font-weight: bold;
                font-size: 15px;
                display: inline-block;
            }

            #wrapper ul.progress li.active span.circle span.step
            {
                color: #FFFFFF;
            }

            #wrapper ul.progress li span.label
            {
                font-size: 10px;
                display: block;
                text-align: center;
                white-space: nowrap;
                text-transform: uppercase;
                overflow: visible;
                margin: 2px 0 0 0;
                font-family: "LatoBold";
            }

            #wrapper ul.progress li.active span.label
            {
                color: #000000;
            }

    #wrapper .main-column
    {
        margin: 0 0 0 30px;
        width: 580px;
        float: left;
        overflow: hidden;
        clear: both;
    }

        #wrapper .main-column .block
        {
            border-bottom: 1px solid #CCCCCC;
            border-left: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
            overflow: hidden;
            clear: both;
        }

            #wrapper .main-column .block .block-content
            {
                padding: 10px;
                overflow: hidden;
                clear: both;
            }

            #wrapper .main-column .block:first-child
            {
                border-top: 1px solid #CCCCCC;
            }

    #wrapper .block-headline h2
    {
        text-transform: uppercase;
        font-size: 16px;
        font-family: "LatoBold";
        padding: 0 10px;
    }

    #wrapper .block-headline
    {
        background: transparent url('../../../Assets/images/booking/block-header-gradient2.png') repeat-x;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

    #wrapper .main-column p
    {
        font-size: 16px;
        font-family: "LatoRegular";
        padding: 5px 0;
        line-height: 16px;
    }
    #wrapper .main-column p.message
    {
        font-family: 'LatoItalic';
        font-size: 14px;
        color: #333333;
        float:right;
    }
        #wrapper .main-column p.strong
        {
            font-family: "LatoBold";
            font-weight: bold;
        }

    #wrapper .main-column .box
    {
        text-align: center;
        font-size: 18px;
        font-family: "LatoBold";
        background-color: #E5E5E5;
        padding: 15px;
        margin: 10px 0 0 0;
    }

    #wrapper .block-content .box input[type=button], #wrapper .block-content .box input[type=submit], #wrapper .block-content .box input[type=reset]
    {
        cursor: pointer;
        background-position: 74% 50%;
        padding: 8px 46px 8px 34px;
    }

    #wrapper .block-content-details
    {
        overflow: hidden;
        clear: both;
        margin: 15px 0 0 0;
    }

    #wrapper .traveling-with
    {
        margin-left: 15px;
    }

        #wrapper .traveling-with > div
        {
            padding: 5px 0;
        }

    #wrapper .block-content-details .genders
    {
        margin-top: 5px;
    }

    #wrapper .block-content-details div
    {
        display: inline-block;
        margin-right: 10px;
    }

    #wrapper .main-column .block-content-details p:first-child
    {
        float: left;
        font-size: 14px;
        margin: 5px 15px 0 0;
        width: 155px;
        text-align: right;
    }

    #wrapper .block-content-details .phone-blocks span
    {
        margin: 10px 5px;
    }

    #wrapper .nextStep
    {
        overflow: hidden;
        clear: both;
        padding: 20px 0;
    }

    #wrapper .main-column .nextStep p
    {
        float: right;
        font-family: "LatoBold";
        color: #000;
        font-size: 16px;
        padding: 10px 15px 0 0;
    }

    #wrapper .nextStep input[type=button], #wrapper .nextStep input[type=submit], #wrapper .nextStep input[type=reset]
    {
        float: right;
        background-position: 82% 53%;
        padding: 8px 43px 8px 29px;
    }

    #wrapper .secondary-column
    {
        float: left;
        width: 290px;
        margin: 0 0 0 30px;
    }

        #wrapper .secondary-column .block-headline
        {
            background: url("../../../Assets/images/booking/secondary-block-header.png") repeat-x;
        }

            #wrapper .secondary-column .block-headline h2
            {
                color: #003d79;
                font-size: 16px;
                font-family: 'CantataOne';
            }

    #wrapper .journey-description
    {
        overflow: hidden;
        clear: both;
        width: 100%;
    }

    #wrapper .journey-image
    {
        overflow: hidden;
        clear: both;
    }

        #wrapper .journey-image img
        {
            width: 100%;
            float: left;
        }

    #wrapper .journey-image-description
    {
        background: #f0f0f0;
        padding: 20px 15px;
    }

    #wrapper .secondary-column .journey-image-description p
    {
        font-size: 16px;
        font-family: "LatoBold";
        color: #000;
        line-height: 20px;
    }

    #wrapper.otherSelections
    {
        overflow: hidden;
        clear: both;
        padding: 30px 0;
        text-align: center;
    }

        #wrapper .otherSelections p
        {
            font-size: 16px;
            font-family: "LatoBold";
            color: #000;
            line-height: 30px;
        }

        #wrapper .otherSelections input[type=button], #wrapper .otherSelections input[type=submit], #wrapper .otherSelections input[type=reset]
        {
            width: 100%;
            background-position: 68% 53%;
        }
.cabin-wrapper {
    display: inline-block;
    z-index: 9999999999;
    width: 165px;
}
.cabin-wrapper .gallery.clearfix  {
    position: relative;
    top: 0;
    left: 0;
}
.cabin-wrapper ul {
    position: relative;
    top: 0;
    left: 0;
}
.cabin-wrapper .gallery.clearfix > div {float: left;}
.cabin-wrapper ul > li {float: left;}
.cabin-wrapper .gallery-slider {
    background: rgb(255,255,255); /* Old browsers */
    /*IE9 SVG, needs conditional override of 'filter' to 'none'*/
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(214,214,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(214,214,214,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(214,214,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    width:160px;
    height:82px;
}
div.gallery-controls-next {
    margin-right:-2px;
    width:14px;
}
.price-box {
    width:160px;
    box-shadow: 2px 1px 3px 1px #CCC;
    border-top:1px solid #ccc;
    height:121px;
}
.table-top-cover {
left:0px;
}
.table-top-cover .arrow{
left:70px;
}

.schedule .thead-fixed {
width:198px;
}
    /* not integrated yet */

    /*Page2 Styles*/

    #wrapper .main-column .block-content-requirements p.strong
    {
        font-size: 14px;
        text-transform: uppercase;
    }

.block-content-requirements
{
    float: left;
}

#wrapper .block-content-requirements .custom-select.small
{
    margin: 0 0 0 2px;
    width: 122px;
}

#wrapper .block-content-requirements div.custom-select
{
    background: url("../../../Assets/images/booking/inputs/select-arr.png") no-repeat right;
    background-position: 92% 55%;
}

#wrapper .block-content-requirements .custom-select.small select
{
    font-size: 14px;
    font-family: "LatoRegular";
    width: 145px;
}

#wrapper .block-content-requirements .custom-select
{
    width: 200px;
    margin: 0 0 0 2px;
}

    #wrapper .block-content-requirements .custom-select select
    {
        width: 225px;
        font-size: 14px;
        font-family: "LatoRegular";
    }


.block-content-requirements.secondary
{
    margin: 0 0 0 12px;
}

#wrapper .button-holder input[type=button],#wrapper .button-holder a.see-all-dates
{
    padding: 5px 25px 5px 11px;
    font-size: 14px;
    background-position: 90% 50%;
}

.button-holder
{
    float: left;
    margin: 15px 0 0 0;
    clear: both;
}

.submission
{
    float: left;
    width: 312px;
    overflow: hidden;
    clear: both;
    margin: 10px 0 0 0;
}

.details-container
{
    float: left;
    width: 150px;
}

    .details-container img
    {
        float: left;
        padding: 0;
    }

#wrapper .main-column .details-container p.strong
{
    float: right;
    width: 125px;
    line-height: 17px;
    font-size: 14px;
    padding: 0;
}

.submit-finalizing
{
    float: right;
    width: 150px;
}

    .submit-finalizing input[type=text]
    {
        width: 135px;
        font-size: 14px;
        color: #666;
        font-family: "LatoRegular";
    }

    .submit-finalizing input[type=submit]
    {
        background: none;
        color: #003d79;
        float: right;
        padding: 5px 0 0 0;
    }

        .submit-finalizing input[type=submit]:hover
        {
            text-decoration: underline;
        }

.schedule
{
    width: 190px;
    position: absolute;
    bottom: -15px;
    right: 1px;
}

.left-side,
.middle-side,
.right-side
{
    float: left;
}

.left-side,
.right-side
{
    position: relative;
    z-index: 5;
    top: 6px;
}

.left-side
{
    right: -9px;
}

.middle-side
{
    right: -6px;
}

.left-side input, .right-side input
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.right-side input
{
    border-right: 1px solid #ccc;
}

.left-side input
{
    border-left: 1px solid #ccc;
}

#wrapper .main-column .italic
{
    font-family: 'LatoItalic';
}

.middle-side
{
    background: url("../../../Assets/images/booking/middle-side-bg.png") no-repeat bottom;
    width: 182px;
    /*padding: 12px 0;*/
    position: relative;
    z-index: 25;
    min-height: 135px;
    text-align: center;
}

#wrapper .main-column .middle-side p
{
    font-family: "LatoRegular";
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    line-height: 20px;
    padding: 8px 0 0 0;
}

#wrapper .main-column .middle-side h3
{
    text-transform: uppercase;
    font-family: 'CantataOne';
    font-size: 20px;
    color: #000;
    padding: 0 0 8px 0;
}

.middle-side span
{
    font-family: "LatoBold";
    font-size: 14px;
    color: #000;
}

#wrapper .main-column .middle-side p.italic
{
    font-family: 'LatoItalic';
    font-size: 14px;
    color: #333;
    padding: 0;
}

.extension-box
{
    float: left;
    width: 540px;
    background: url("../../../Assets/images/booking/extension-box-bg.png") repeat-x;
    position: relative;
    z-index: 10;
    min-height: 65px;
    padding: 0 0 0 10px;
    border-top: 1px solid #ccc;
    box-shadow: 2px 1px 3px 1px #CCC;
}
.extension-box-extension {
    float: left;
    width: 530px;
    background: url("../../../Assets/images/booking/extension-box-bg.png") repeat-x;
    position: relative;
    z-index: 10;
    min-height: 65px;
    padding: 0 0 0 10px;
    border-top: 1px solid #ccc;
    box-shadow: 2px 1px 3px 1px #CCC;
    margin-right:-10px;
}
.extension-box-wrapper {
width:560px;
margin-top:0px;
}
.extension-box-description .suite-info {
    margin-left:10px;
    width:160px;
}
.cabin-height {
    height: 220px;
}
.period,
.locations
{
    float: left;
    padding: 22px 0 0 0;
}

.period
{
    width: 325px;
}

#wrapper .main-column .period p
{
    font-family: "LatoBold";
    color: #000;
}

.locations
{
    width: 199px;
    text-align: center;
    margin: 0 0 0 5px;
}

    .locations a
    {
        font-family: "LatoBold";
        font-size: 16px;
        color: #003d79;
    }

        .locations a:hover
        {
            text-decoration: underline;
        }

.detailed-purchases
{
    background: #fff;
    /*top: -31px;*/
}

#wrapper .main-column .block .block-content.detailed-options
{
    position: relative;
    overflow: visible;
    clear: none;
    float: left;
    width: 558px;
}

.extension-box-description {
    width: 365px;
    float: left;
}
.extension-box-description .suite-description{
    min-height: 65px;
    border-top: 1px solid #ccc;
    box-shadow: 2px 1px 3px 1px #CCC;
}

    .extension-box-description h3
    {
        font-size: 16px;
        font-family: 'CantataOne';
        color: #000;
        text-transform: uppercase;
        padding: 18px 0;
        line-height: 20px;
    }

.description-image,
.description-image img
{
    float: left;
}

.description-detailed
{
    /*float: right;*/
    float:left;
    /*width: 150px;*/
    margin: 10px 0 0 15px;
}

.room-plan
{
    float: left;
    width: 190px;
    margin: 10px 0 20px 0;
}

    .room-plan ul,
    .room-plan ul li
    {
        float: left;
    }

        .room-plan ul li
        {
            margin: 0 6px 0 0;
            color: #dadada;
        }

            .room-plan ul li a
            {
                font-size: 14px;
                font-family: "LatoBold";
                color: #003d79;
            }

                .room-plan ul li a:hover
                {
                    text-decoration: underline;
                }

#wrapper .main-column .description-detailed p
{
    padding: 0;
    font-size: 14px;
    color: #333;
}

.description-detailed ul
{
    list-style-type: disc;
    margin: 0 0 0 15px;
}

    .description-detailed ul li
    {
        /*display: inline-block;*/
        font-size: 14px;
        font-family: "LatoRegular";
        color: #333333;
        line-height: 18px;
    }

.extension-state
{
    float: right;
    width: 165px;
    border-left: 5px solid #CCC;
    border-right: 5px solid #CCC;
    text-align: center;
    min-height: 300px;
    box-shadow: -2px 0px 3px #ccc;
    overflow:hidden;
}

    .extension-state h3
    {
        text-transform: uppercase;
        font-family: 'CantataOne';
        font-size: 20px;
        color: #666666;
        /*padding: 140px 0 0 0;*/
    }

.sold .prices
{
    padding: 140px 0 0 0;
}

.sold
{
    background: #f0f0f0;
}

.extension-state.available h3
{
    font-size: 23px;
    color: #000;
    word-wrap: break-word;
}

    .extension-state.available h3 span
    {
        position: relative;
        top: -5px;
        font-size: 16px;
    }

.extension-state.available h4
{
    text-transform: uppercase;
    font-family: "LatoRegular";
    color: #999;
    font-size: 14px;
    padding: 5px 0 0 0;
    word-wrap: break-word;
}

.prices
{
    padding: 82px 0 0 0;
}

#wrapper .extension-state.available .cabin-choose,#wrapper .price-box .cabin-choose
{
    /*background: url("../../../Assets/images/booking/cabin-choose-bg.png") repeat;*/
    background: #0160be; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjBiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNTA5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNlN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0160be 0%, #01509d 50%, #003e7b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0160be), color-stop(50%,#01509d), color-stop(100%,#003e7b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0160be 0%,#01509d 50%,#003e7b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0160be 0%,#01509d 50%,#003e7b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0160be 0%,#01509d 50%,#003e7b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0160be 0%,#01509d 50%,#003e7b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0160be', endColorstr='#003e7b',GradientType=0 ); /* IE6-8 */
    width: 140px;
    margin: 15px auto;
}

#wrapper .extension-state.available input, #wrapper .price-box .cabin-choose input
{
    background: url("../../../Assets/images/booking/continue-arr.png") no-repeat;
    background-position: 95% 50%;
    padding: 8px 20px 8px 8px;
}

.special-offer .logo
{
    float: right;
}

.special-offer span
{
    font-family: "LatoBold";
    font-size: 12px;
    color: #f26722;
    text-transform: uppercase;
}

.extension-state.special-offer h3
{
    font-size: 23px;
    color: #000;
    word-wrap: break-word;
    padding: 0;
}

    .extension-state.special-offer h3 span
    {
        position: relative;
        top: -5px;
        font-size: 16px;
        color: #000;
    }

.extension-state.special-offer h4
{
    text-transform: uppercase;
    font-family: "LatoRegular";
    color: #999;
    font-size: 14px;
    padding: 5px 0 0 0;
    word-wrap: break-word;
}

.prices.special
{
    padding: 60px 0 0 0;
}

#wrapper .otherSelections.second input
{
    margin: 30px 0 0 0;
}

#wrapper .return-option
{
    display: block;
    overflow: hidden;
    clear: both;
    padding: 30px 0 0 30px;
}

    #wrapper .return-option input
    {
        background: url("../../../Assets/images/booking/back-arr.png") no-repeat;
        font-size: 14px;
        color: #003d79;
        padding: 1px 0 1px 20px;
        background-position: 0 49%;
    }

/*Cabin Detailed Page Styles*/

#wrapper .main-column .block-content.cabins p
{
    font-size: 14px;
    padding: 0;
}

    #wrapper .main-column .block-content.cabins p span
    {
        font-family: "LatoBold";
    }

.extension-box-description.extra
{
    width: 100%;
    padding: 20px 0 10px 0;
}

    .extension-box-description.extra .description-detailed
    {
        width: 350px;
    }

    .extension-box-description.extra .room-plan
    {
        display: block;
        width: 100%;
    }

.upgrade-btn
{
    float: right;
    margin: -10px 0 0 0;
}

#wrapper .upgrade-btn input
{
    padding: 8px 23px 8px 12px;
    background-position: 95% 50%;
}

.block.custom
{
    margin: 0 0 30px 0;
    border-top: 1px solid #ccc;
}

.extension-box-description.extra .description-detailed.sketch
{
    width: 530px;
}

    .extension-box-description.extra .description-detailed.sketch h3
    {
        padding: 0 0 10px 0;
    }

    .extension-box-description.extra .description-detailed.sketch ul li
    {
        padding: 5px 0;
    }

        .extension-box-description.extra .description-detailed.sketch ul li a
        {
            color: #003d79;
            font-size: 14px;
            font-family: "LatoBold";
        }

        .extension-box-description.extra .description-detailed.sketch ul li:hover a
        {
            text-decoration: underline;
        }

        .extension-box-description.extra .description-detailed.sketch ul li:last-child
        {
            list-style-type: none;
        }

.deck-plan
{
    float: left;
}

.deck-plan-extras
{
    float: left;
    width: 100%;
    padding: 20px 0;
}

#wrapper .main-column .block-content.cabins .deck-plan-extras p
{
    font-family: "LatoBold";
    color: #000;
    float: left;
}

.deck-plan-extras a
{
    float: right;
    color: #003d79;
    font-size: 14px;
    font-family: "LatoBold";
    background: url("../../../Assets/images/booking/icons/view.png") no-repeat;
    padding: 4px 5px 2px 25px;
}

    .deck-plan-extras a:hover
    {
        text-decoration: underline;
    }

.deck-plan-extras.alternate a
{
    float: left;
    background: none;
    padding: 0 0 0 10px;
}

.deck-plan-extras.alternate
{
    background: #e5e5e5;
}

.price-tag
{
    float: right;
    padding: 0 10px 0 0;
}

#wrapper .main-column .block-content.cabins .deck-plan-extras.alternate p
{
    font-family: 'CantataOne';
    font-size: 20px;
    color: #000;
}

.deck-plan-extras.alternate p span
{
    font-size: 14px;
    position: relative;
    top: -5px;
}

#wrapper .return-option.inner
{
    float: left;
    padding: 10px 0 0 0;
}

#wrapper .nextStep.inner
{
    float: right;
    clear: none;
    padding: 0;
}

#wrapper .journey-image-description.detailed-info
{
    overflow: hidden;
    clear: both;
}

.destination-details
{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
}

.left-details
{
    float: left;
    width: auto;
}

.right-details
{
    float: right;
    max-width: 140px;
}

#wrapper .secondary-column .journey-image-description .left-details p
{
    font-size: 14px;
    float: left;
}

#wrapper .secondary-column .journey-image-description .right-details p
{
    font-size: 14px;
    font-family: "LatoRegular";
    float: right;
    text-align: right;
}

.right-details a
{
    float: right;
    font-family: "LatoBold";
    font-size: 14px;
    color: #003d79;
    margin: 6px 0 0 0;
    clear: both;
    text-decoration: none;
}

    .right-details a:hover
    {
        text-decoration: underline;
    }

.right-details p span
{
    font-family: 'LatoItalic';
}

.left-details img
{
    float: left;
    margin: 0 5px 0 0;
}

.right-details.single a
{
    margin: 0;
}

.total-payment
{
    clear: both;
    padding: 20px 15px;
    background: #dedede;
}

    #wrapper .total .left-details p
    {
        font-family: "LatoBold";
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        line-height: 20px;
    }

    #wrapper .total .right-details p,
    #wrapper .payments .right-details p
    {
        font-family: 'CantataOne';
        font-size: 20px;
        color: #000;
        float: right;
    }

        #wrapper .total .right-details p span,
        #wrapper .payments .right-details p span
        {
            font-size: 14px;
            position: relative;
            top: -5px;
            font-family: 'CantataOne';
        }

#wrapper .payment-savings
{
    clear: both;
    background: #f0f0f0;
    padding: 20px 15px;
}

#wrapper .payments .left-details p
{
    font-size: 14px;
    font-family: "LatoBold";
    color: #000;
    text-transform: uppercase;
    line-height: 16px;
}

#wrapper .payments .right-details
{
    margin: 5px 0 0 0;
}

#wrapper .total.last .right-details
{
    margin: 20px 0 0 0;
}

#wrapper .otherSelections.totals
{
    text-align: center;
    margin: 25px 0 0 0;
}

/*Extensions Page Styles*/

.block-content.trip-extension h3
{
    font-family: 'CantataOne';
    font-size: 22px;
    text-transform: uppercase;
    color: #003d79;
}

.block-content.trip-extension .extension-box-description.extra .description-detailed
{
    width: 530px;
}

.trip-extension .description-detailed h4
{
    font-family: 'CantataOne';
    font-size: 16px;
    color: #003d79;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 0 15px 0;
}

#wrapper .main-column .trip-extension .description-detailed p
{
    text-transform: uppercase;
    font-family: "LatoBold";
    font-size: 14px;
    color: #333;
}

.trip-extension .description-detailed ul li
{
    padding: 5px 0 0 0;
}

.enlarge-image
{
    float: left;
    width: 225px;
    margin: 10px 0 0 0;
}

    .enlarge-image a
    {
        float: right;
        color: #003D79;
        font-size: 14px;
        font-family: "LatoBold";
        background: url("../../../Assets/images/booking/icons/view.png") no-repeat;
        padding: 4px 5px 2px 25px;
    }

        .enlarge-image a:hover
        {
            text-decoration: underline;
        }

.trip-extension .description-image
{
    width: 225px;
}

.details-view-container
{
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #f0f0f0;
}

    .details-view-container a
    {
        background: url('../../../Assets/images/booking/fw-arr.png') no-repeat right;
        float: left;
        width: 90%;
        padding: 0 20px;
        text-transform: uppercase;
        font-family: "LatoBold";
        font-size: 16px;
        color: #003d79;
        text-decoration: none;
    }

        .details-view-container a:hover
        {
            text-decoration: underline;
        }

    .details-view-container.secondary
    {
        background: none;
        border-bottom: 1px solid #ccc;
    }

        .details-view-container.secondary a
        {
            float: right;
            background: none;
            width: auto;
            padding: 0;
            text-transform: none;
            font-size: 14px;
        }

.journey-addition
{
    width: 100%;
    float: left;
    padding: 20px 10px;
}


#wrapper .main-column .journey-addition p
{
    font-size: 12px;
}

    #wrapper .main-column .journey-addition p span
    {
        font-weight: bold;
    }

#wrapper .main-column .trip-extension + hr
{
    height: 1px;
    border: 0 none;
    background: #CCCCCC;
    width: 97%;
}

#wrapper .journey-addition input[type=radio]
{
    margin-left: 25px;
}

.destination-details.specific .left-details
{
    width: 125px;
}

.destination-details.specific .right-details
{
    width: 135px;
}

/*Flights Page Styles*/

.departure-details
{
    float: left;
}

#wrapper .main-column .departure-details p
{
    font-family: "LatoRegular";
    font-size: 14px;
    color: #333;
}

#wrapper .departure-details .block-content-details p:first-child label
{
    float: left;
    font-family: "LatoBold";
    font-size: 14px;
    color: #000;
}

#wrapper .departure-details .custom-select.medium
{
    width: 298px;
    background: url("../../../Assets/images/booking/inputs/selection-arr.png") no-repeat right;
    height: 34px;
}

    #wrapper .departure-details .custom-select.medium select
    {
        width: 322px;
    }

#wrapper .main-column .departure-details .block-content-details.approval p
{
    margin: 0;
}

    #wrapper .main-column .departure-details .block-content-details.approval p label
    {
        float: none;
    }


#wrapper .main-column .departure-details .deck-plan-extras.alternate p
{
    float: left;
    text-transform: uppercase;
    font-family: "LatoBold";
    padding: 5px 0 5px 10px;
}

.departure-details .deck-plan-extras.alternate
{
    padding: 10px 0;
}

#wrapper .main-column .departure-details .deck-plan-extras.alternate .price-tag p
{
    font-size: 20px;
    font-family: 'CantataOne';
}

.departure-details .deck-plan-extras.alternate .price-tag p span
{
    font-size: 14px;
    font-family: "LatoBold";
}

.block-content.upgrades h3
{
    font-size: 16px;
    color: #003d79;
    font-family: 'CantataOne';
    text-transform: uppercase;
}

#wrapper .interes-selection p .radio
{
    padding: 0 7px 0 0;
}

#wrapper .main-column .flight-choice p
{
    font-family: "LatoRegular";
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.flight-choice.sub
{
    width: 440px;
}

.flight-choice ul
{
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 5px 0;
}

    .flight-choice ul li
    {
        font-family: "LatoRegular";
        font-size: 14px;
        color: #666666;
        line-height: 18px;
    }

.flight-choice textarea
{
    width: 535px;
    min-height: 150px;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    font-family: "LatoRegular";
    font-size: 14px;
    color: #666666;
}

.sub-message
{
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

    .sub-message p
    {
        font-family: 'LatoItalic';
        font-size: 14px;
        color: #333333;
    }
/*Trave Protection Page styles*/

.departure-details.protect-plan p span
{
    font-family: "LatoBold";
    font-size: 14px;
    color: #000;
}

.departure-details.protect-plan .interes-selection
{
    padding: 10px 0;
}

.terms-conditions
{
    float: left;
}

    .terms-conditions a
    {
        font-family: "LatoBold";
        font-size: 14px;
        color: #003d79;
    }

        .terms-conditions a:hover
        {
            text-decoration: underline;
        }

/*Payment Page Styles*/

.reservation-selection
{
    float: left;
}

#wrapper .main-column .reservation-selection p
{
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.reservation-selection .terms-conditions
{
    padding: 20px 0;
}

.reservation-security
{
    float: left;
    width: 100%;
}

.security-logo
{
    float: left;
    width: 125px;
}

.security-description
{
    float: left;
    width: 422px;
    padding: 7px 0 0 0;
    margin: 0 0 0 11px;
}

#wrapper .main-column .reservation-selection .security-description p
{
    font-size: 12px;
    line-height: 15px;
}

.security-description p a
{
    font-family: "LatoBold";
    color: #003d79;
}

    .security-description p a:hover
    {
        text-decoration: underline;
    }

.interest-left,
.interest-right
{
    float: left;
}

.interest-left
{
    width: 230px;
    margin: 0 20px 0 0;
}

.interest-right
{
    width: 175px;
}

    .interest-right span
    {
        width: 100%;
        float: left;
        padding: 14px 0 13px 0;
        font-family: "LatoBold";
        font-size: 14px;
        color: #000;
    }

#wrapper .main-column .reservation-selection .interes-selection .interest-left p
{
    padding: 10px 0;
}

.echeck-payment
{
    float: left;
    width: 255px;
}

#wrapper .main-column .echeck-payment p.strong
{
    font-size: 14px;
    padding: 10px 0 5px 0;
}

#wrapper .echeck-payment input[type=text].large
{
    width: 241px;
}

.echeck-payment-prototype
{
    float: right;
    width: 250px;
    padding: 31px 0 0 0;
}

#wrapper .main-column .block .block-content.payment-types
{
    padding: 10px 10px 20px 10px;
}

#wrapper .main-column .payment-types p
{
    font-size: 14px;
}

#wrapper .main-column .payment-types .block-content-details p.strong
{
    width: 105px;
    margin: 0 0 0 20px;
}

#wrapper .main-column .payment-types .block-content-details.approval p
{
    margin: 0 0 0 -35px;
}

#wrapper .nextStep.inner.complete input
{
    background-position: 90% 53%;
    padding: 8px 43px 8px 29px;
}

#wrapper .main-column .final-agreement .block-content-details.approval p
{
    margin: 0;
    text-align: right;
    width: 100%;
}

.final-agreement
{
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}

    .final-agreement .block-content-details.approval p label a
    {
        font-family: "LatoBold";
        font-size: 14px;
        color: #003d79;
    }

        .final-agreement .block-content-details.approval p label a:hover
        {
            text-decoration: underline;
        }

.sub-message .final-agreement p
{
    font-family: "LatoRegular";
}

.sub-message .final-agreement
{
    width: 70%;
    float: none;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

#wrapper .otherSelections.finalizing input
{
    background-position: 87% 53%;
    padding: 9px 43px 8px 29px;
}

/*START MODAL WINDOW*/
.modal-wrap
{
    position: relative;
    margin: 30px auto;
    width: 940px;
    height: 990px;
    background: #fff;
}

.modal-block
{
    padding: 20px;
}

    .modal-block.closed
    {
        width: 909px;
        padding: 0;
        margin: 0 auto;
    }

    .modal-block h2
    {
        font-size: 22px;
        font-family: CantataOne;
        color: #003d79;
        text-transform: uppercase;
        padding: 0 0 5px 0;
    }

    .modal-block p
    {
        font-size: 14px;
        padding: 0 0 10px 0;
        line-height: 20px;
    }

        .modal-block p.spaced
        {
            padding: 10px 0 20px 0;
        }

    .modal-block h3
    {
        font-size: 16px;
        font-family: "LatoBold";
        padding: 0 0 5px 0;
    }

    .modal-block p.closer
    {
        padding: 0;
    }

.top-row
{
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(#fff, #d7d7d7);
    background: -o-linear-gradient(#fff, #d7d7d7);
    background: -moz-linear-gradient(#fff, #d7d7d7);
    background: linear-gradient(#fff, #d7d7d7);
}

.head-table
{
    display: inline-block;
    position: relative;
    width: 222px;
    height: 69px;
    border-left: 1px solid #ccc;
}

    .head-table h3
    {
        position: absolute;
        left: 47px;
        font-family: CantataOne;
        width: 136px;
        text-align: center;
        margin: 10px 0 0 0;
    }

        .head-table h3.bit-wider
        {
            width: 200px;
            left: 13px;
        }

            .head-table h3.bit-wider span
            {
                display: block;
            }

.normal-row
{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.table-cell
{
    width: 222px;
    display: inline-block;
    border-left: 1px solid #ccc;
}

    .table-cell p
    {
        text-align: center;
    }

.modal-wrap > p
{
    float: right;
    font-family: "LatoBold";
    padding: 8px 20px;
}

    .modal-wrap > p a:hover
    {
        text-decoration: underline;
    }

.modal-wrap > a
{
    background: url('../../../Assets/images/booking/icons/close-modal.png') center no-repeat;
    position: relative;
    right: -14px;
    top: -14px;
    width: 44px;
    height: 44px;
    float: right;
}

.modal-wrap .mfp-close
{
    padding: 0;
    opacity: 1;
}

.modal-wrap .mfp-close
{
    top: -14px;
}

#wrapper .secondary-column .detail .left-details p,
#wrapper .secondary-column .detail .right-details p
{
    line-height: 19px;
}

.enlarged-image img
{
    width: auto;
    margin: 0 auto;
    display: block;
}

.white-popup
{
    position: relative;
    width: auto;
    max-width: 750px;
    margin: 20px auto;
}

#popUp-enlarge button.mfp-close,
#popUp-magnify button.mfp-close
{
    display: none;
}

.select-cabin
{
    max-width: 930px;
    position: relative;
    width: auto;
    margin: 20px auto;
    background: #FFF;
}

    .select-cabin > a
    {
        background: url('../../../Assets/images/booking/icons/close-modal.png') center no-repeat;
        width: 30px;
        height: 40px;
        right: -12px;
        top: -22px;
        opacity: 1;
    }

        .select-cabin > a:hover,
        .select-cabin > a:active
        {
            right: -12px;
            top: -22px;
        }

.amenities p, .amenities li
{
    padding: 4px;
}

.amenities ul
{
    list-style: disc inside none;
}

.cabin-select-detailed
{
    float: left;
    width: 95%;
    padding: 20px 20px 0 20px;
}

.left-heading
{
    float: left;
    padding: 5px 0 0 0;
}

.right-heading
{
    float: right;
    padding: 25px 0 0 0;
}

    .right-heading ul li
    {
        float: left;
        display: inline-block;
        margin: 0 0 0 12px;
    }

        .right-heading ul li img,
        .right-heading ul li p
        {
            float: left;
        }

.left-heading h1
{
    text-transform: uppercase;
    font-size: 20px;
    color: #003D79;
    font-family: CantataOne;
}

.left-heading p
{
    font-family: "LatoRegular";
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.left-heading p span
{
    font-family: "LatoBold";
    text-transform: uppercase;
}

.cabin-numbers
{
    float: left;
    clear: left;
}


.cabin-numbers > input
{
    display: none;
}


.cabin-numbers input + label {
    color: #0A4FFF;
    cursor: pointer;
    font-family: latobold;
    font-size: 17px;
    padding: 0 5px;
}

.cabin-numbers input:checked + label {
    color: #999999;
}

.right-heading ul li p
{
    font-family: "LatoRegular";
    font-size: 14px;
    color: #333;
    padding: 2px 0 0 7px;
}

.deck-ocupation
{
    text-align: center;
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0;
}

    .deck-ocupation p
    {
        font-family: "LatoBold";
        text-transform: uppercase;
        font-size: 14px;
    }

.ocupation-visual
{
    float: left;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 0;
}

    .ocupation-visual img
    {
        float: left;
        width: 100%;
    }

.select-cabin .extension-box-description
{
    width: 520px;
    border-right: 1px solid #e5e5e5;
    padding: 5px 85px 5px 20px;
}

    .select-cabin .extension-box-description .description-detailed
    {
        float: left;
        margin: 0 0 0 15px;
        width: 315px;
    }

        .select-cabin .extension-box-description .description-detailed h3
        {
            padding: 0 0 10px 0;
        }

        .select-cabin .extension-box-description .description-detailed p
        {
            font-family: "LatoRegular";
            font-size: 14px;
            color: #333;
            padding: 0 0 5px 0;
        }

        .select-cabin .extension-box-description .description-detailed ul li
        {
            padding: 8px 0 0 0;
        }

.booking-container
{
    float: right;
    width: 280px;
    text-align: right;
    padding: 0 20px 0 0;
}

    .booking-container p
    {
        font-family: "LatoRegular";
        font-size: 14px;
        color: #333;
        line-height: 18px;
    }

        .booking-container p span
        {
            font-family: "LatoBold";
        }

.cabin-booking
{
    background: #0160be; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjBiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNTA5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNlN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0160be 0%, #01509d 50%, #003e7b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0160be), color-stop(50%,#01509d), color-stop(100%,#003e7b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0160be 0%,#01509d 50%,#003e7b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0160be 0%,#01509d 50%,#003e7b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0160be 0%,#01509d 50%,#003e7b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0160be 0%,#01509d 50%,#003e7b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0160be', endColorstr='#003e7b',GradientType=0 ); /* IE6-8 */
    width: 165px;
    margin: 10px 0 0 0;
    float: right;
}

    .cabin-booking input
    {
        background-color: transparent;
        background-position: 93% 53%;
        font-size: 14px;
        padding: 9px 25px 8px 13px;
    }

.bottom-links
{
    width: 100%;
    background: #f0f0f0;
    float: left;
    margin: 27px 0 0 0;
    padding: 10px 0;
}

    .bottom-links .previous
    {
        float: left;
        margin: 0 0 0 20px;
    }

    .bottom-links .next
    {
        float: right;
        margin: 0 20px 0 0;
    }

        .bottom-links .previous a,
        .bottom-links .next a
        {
            font-family: "LatoBold";
            color: #003D79;
            font-size: 14px;
        }

            .bottom-links .previous a:hover,
            .bottom-links .next a:hover
            {
                text-decoration: underline;
            }

/*Review Page Styles*/

/*GENERAL STYLING*/

a.edit-link, .links a, a.open-pop, .foot.smart a, .modal-wrap > p a
{
    color: #003d79;
    text-decoration: none;
    font-size: 14px;
    font-family: "LatoBold";
    outline: none;
}

    a.edit-link:hover, .links a:hover, .with-background p a:hover, .foot.smart a:hover, .modal-wrap > p a:hover
    {
        text-decoration: underline;
    }

#wrapper .main-column .review
{
    position: relative;
}
/* END OF GENERAL STYLING*/


/*MAIN COLUMN TOP SECTION STLYE*/
.block .links
{
    float: right;
    padding: 20px 10px;
}

.divBar
{
    text-decoration: none;
    padding: 4px;
    color: #999;
}

#wrapper .main-column .review > p
{
    padding: 10px 10px 30px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
}
/*END OF MAIN-TOP SECTION STYLE*/

/*STYLE FOR LISTS*/
.table-like
{
    position: relative;
}

#wrapper .main-column .block-content ul.table-like li
{
    padding: 5px 0;
}

.block-content.fpo .table-like
{
    background: url('../../../Assets/images/booking/content/fpo.png') no-repeat center 86%;
    min-height: 190px;
}

#wrapper .main-column .block-content .table-like.tax-fees li p
{
    padding: 8px 0 8px 10px;
}

#wrapper .main-column .block-content ul.table-like li.bordered
{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
}

#wrapper .main-column .block-content ul.table-like li h3
{
    font-size: 14px;
    font-family: "LatoBold";
    font-weight: 500;
    width: 100px;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
}

#wrapper .main-column .block-content ul.table-like li h3:first-child
{
    text-align: left;
    width: 160px;
    padding-left: 0;
}

#wrapper .main-column .block-content .table-like li p
{
    display: inline-block;
    font-size: 14px;
    font-family: "LatoRegular";
    line-height: 19px;
    padding: 0 5px;
    width: 100px;
    vertical-align: top;
    text-align: center;
}

#wrapper .main-column .block-content .table-like li.full p, #wrapper .main-column .block-content .table-like li.full h3
{
    width: auto !important;
}

    #wrapper .main-column .block-content .table-like li p:first-child
    {
        text-align: left;
        padding-left: 10px;
        width: 150px;
    }

    #wrapper .main-column .block-content .table-like li p em
    {
        font-family: "LatoBold";
    }

#wrapper .main-column .block-content .table-like li.totals p
{
    font-family: "LatoBold";
    font-size: 17px;
    line-height: 40px;
}

.edit-link
{
    position: absolute;
    right: 0;
    padding: 0 10px 0 0;
    line-height: 1.5;
}

/*STYLE FOR LIST HEADINGS*/
.headings
{
    padding: 0 0 5px 0;
    background: url('../../../Assets/images/booking/background/thead-bg.png') bottom no-repeat;
}

    .headings h3
    {
        display: inline;
        background: transparent;
        padding: 0 54px 0 0;
    }

        .headings h3.narrow
        {
            padding: 0 2px 0 35px;
        }

.with-background
{
    margin-top: 5px;
    /*background: rgba(213, 213, 213, 0.6);*/
    background: url('../../../Assets/images/booking/background/fpo-bg.png') repeat;
}
/*END STYLE FOR LISTS*/

/*STYLE FOR BOTTOM 'TOTAL' LIST*/
.added
{
    font-size: 16px;
    font-family: "LatoBold";
}

.foot
{
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: -4px;
    left: 10px;
}

#wrapper .main-column p.foot
{
    font-size: 14px;
}

#wrapper .main-column .foot.smart
{
    line-height: 8px;
    top: 6px;
    left: 0;
}

.foot.smart a:hover
{
    text-decoration: underline;
}
/*END STYLE FOR BOTTOM 'TOTAL' LIST*/

/*BOTTOM NAVIGATION START*/
#wrapper .return-option.buton
{
    float: left;
    padding: 54px 0 0 0;
}

#wrapper .buton p.next-text
{
    display: inline-block;
    float: none;
    padding: 10px 0 0 0;
}

#wrapper .nextStep.buton
{
    float: right;
    clear: none;
    padding: 0;
    width: 400px;
    margin: 21px 0 0 0;
}
/*END OF BOTTOM NAVIGATION*/


/*SECONDARY CONTENT STYLE*/
.wide
{
    width: 146px; /*FIX FOR 'Ship: ms River Discovery II'*/
}

#wrapper .otherSelections p.smaller,
#wrapper .main-column .nextStep p.smaller
{
    font-size: 14px;
    font-family: 'LatoItalic';
}

#wrapper .main-column .nextStep p.smaller
{
    padding: 0 0 10px 0;
}

#wrapper .otherSelections p.smaller.upward
{
    margin: -12px 0 0 0;
}

#wrapper .otherSelections.margin-fix
{
    margin: 12px 0 0px 0;
}

/*START MODAL WINDOW*/
.modal-wrap
{
    position: relative;
    margin: 30px auto;
    width: 940px;
    height: 990px;
    background: #fff;
}

.modal-block
{
    padding: 20px;
}

    .modal-block.closed
    {
        width: 909px;
        padding: 0;
        margin: 0 auto;
    }

    .modal-block h2
    {
        font-size: 22px;
        font-family: CantataOne;
        color: #003d79;
        text-transform: uppercase;
        padding: 0 0 5px 0;
    }

    .modal-block p
    {
        font-size: 14px;
        padding: 0 0 10px 0;
        line-height: 20px;
    }

        .modal-block p.spaced
        {
            padding: 10px 0 20px 0;
        }

    .modal-block h3
    {
        font-size: 16px;
        font-family: "LatoBold";
        padding: 0 0 5px 0;
    }

    .modal-block p.closer
    {
        padding: 0;
    }

.top-row
{
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(#fff, #d7d7d7);
    background: -o-linear-gradient(#fff, #d7d7d7);
    background: -moz-linear-gradient(#fff, #d7d7d7);
    background: linear-gradient(#fff, #d7d7d7);
}

.head-table
{
    display: inline-block;
    position: relative;
    width: 222px;
    height: 69px;
    border-left: 1px solid #ccc;
}

    .head-table h3
    {
        position: absolute;
        left: 47px;
        font-family: CantataOne;
        width: 136px;
        text-align: center;
        margin: 10px 0 0 0;
    }

        .head-table h3.bit-wider
        {
            width: 200px;
            left: 13px;
        }

            .head-table h3.bit-wider span
            {
                display: block;
            }

.normal-row
{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.table-cell
{
    width: 222px;
    display: inline-block;
    border-left: 1px solid #ccc;
}

    .table-cell p
    {
        text-align: center;
    }

.modal-wrap > p
{
    float: right;
    font-family: "LatoBold";
    padding: 8px 20px;
}

    .modal-wrap > p a:hover
    {
        text-decoration: underline;
    }

.modal-wrap > a
{
    background: url('../../../Assets/images/booking/icon/close-modal.png') center no-repeat;
    position: relative;
    right: -14px;
    top: -14px;
    width: 44px;
    height: 44px;
    float: right;
}

.modal-wrap .mfp-close
{
    padding: 0;
    opacity: 1;
}

.modal-wrap .mfp-close
{
    top: -14px;
}

#wrapper .secondary-column .detail .left-details p,
#wrapper .secondary-column .detail .right-details p
{
    line-height: 19px;
}

/*Thank You Page Styles*/

#wrapper .confirmation
{
    margin: 30px 0 30px 0;
}

#wrapper .main-column .confirmation h1
{
    font-size: 35px;
    line-height: 37px;
    padding: 0 0 20px 0;
}

#wrapper .main-column .confirmation p
{
    line-height: 18px;
    padding: 0;
}

#wrapper .main-column .confirmation div.confirmation-box
{
    background: #E5E5E5;
    padding: 16px 12px;
    margin: 0 0 20px 0;
}

#wrapper .main-column .confirmation .confirm-number
{
    font-family: "LatoBold";
}

#wrapper .main-column .confirmation .confirm-number > span
{
    float: right;
    font-family: CantataOne;
    font-size: 20px;
    font-weight: normal;
}

#wrapper .main-column .confirmation > p
{
    margin: 20px 0;
}

#wrapper .confirmation-access
{
    overflow: hidden;
}

#wrapper .confirmation-access input[type=input],
#wrapper .block-content-policy input[type=submit]
{
    float: right;
    background-position: 92% 51%;
    padding: 9px 36px 9px 20px;
    margin: 0 0 0 16px;
}

#wrapper .confirmation-access input[type=button]
{
    background-position: 98% 51%;
    padding-right: 18px;
}

#wrapper .confirmation-access input[type=button]:nth-child(2)
{
    background-position: 84% 51%;
}

#wrapper .main-column .not-first
{
    border-top: 1px solid #cccccc;
}

#wrapper .main-column .block .club-referral h2,
#wrapper .main-column .block .club-referral h3
{
    color: #003D79;
    font-family: CantataOne;
    text-transform: uppercase;
}

#wrapper .main-column .block .club-referral h2
{
    font-size: 22px;
    margin: 10px 0 24px 0;
}

#wrapper .main-column .block .club-referral-image
{
    float: right;
    margin: 0 0 0 18px;
}

#wrapper .main-column .block .club-referral-description p
{
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 25px 0;
    padding: 0;
}

#wrapper .main-column .block .club-referral-description p > span
{
    font-family: "LatoBold";
}

#wrapper .main-column .block .club-referral .block-content-headline
{
    border-bottom: 1px solid #cccccc;
    padding: 2px 0 3px;
}

#wrapper .main-column .block .club-referral .block-content-headline h4
{
    font-family: "LatoBold";
    font-size: 14px;
    text-transform: uppercase;
}

#wrapper .block-content-details .large_thank-you
{
    width: 250px;
}

#wrapper .main-column .move-up p
{
    margin: 0;
    padding: 2px 0;
}

#wrapper .main-column .block-content-policy
{
    float: right;
    margin: 0 0 0 146px;
}

#wrapper .main-column .block-content-policy p
{
    font-size: 14px;
    margin: 10px 22px 20px 0;
}

#wrapper .main-column .block-content-policy p > a
{
    color: #003D79;
    font-family: "LatoBold";
}

#wrapper .main-column .block-content-policy p > a:hover
{
    text-decoration: underline;
}

#wrapper .block-content-policy input[type=button]
{
    background-position: 94% 51%;
    padding: 9px 27px 9px 11px;
    margin: 0 0 10px 0;
}

#wrapper .secondary-column .headline_thank-you
{
    margin: 30px 0 0 0;
}

#wrapper .secondary-column .journey-description-share
{
    margin: 20px 0 0 0;
}

    #wrapper .secondary-column .journey-description-share li
    {
        display: inline-block;
        padding: 0 8px 0 0;
    }

    #wrapper .date {
    min-height: 0;
}

#wrapper .date .extension-box-description {
    width: 230px;
}

#wrapper .date .extension-box-description h3 {
    padding: 20px 0;
}

#wrapper .date .extension-state {
    min-height: 0;
	width: 300px;
}

#wrapper .date .extension-state .prices {
    padding: 0;
    width: 300px;
}

#wrapper .date .extension-state .prices  h3 {
    padding: 20px 0;
}

#wrapper .date .extension-state.available .prices {
	padding: 0;
}

#wrapper .date .extension-state.available .prices  h3 {
	padding: 0;
    margin: 0;
}

#wrapper .date .extension-state.available .prices  .first {
	float: left;
	margin: 9px 0 9px 15px;
}

#wrapper .date .extension-state.available .prices  .cabin-choose {
	float: right;
	margin: 12px 10px 0 0;
}

#TravelProtectionPopup table.travel-protection-prices {
    margin: 15px auto;
    width: 95%;
}

#TravelProtectionPopup .travel-protection-prices th {
    text-transform: uppercase;
    font-family: CantataOne;
    font-size: 17px !important;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 80%, rgb(229, 229, 229) 100%);
    background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 80%, rgb(229, 229, 229) 100%);
    background: -o-linear-gradient(270deg, rgb(255, 255, 255) 80%, rgb(229, 229, 229) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 80%, rgb(229, 229, 229) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(229, 229, 229) 100%);
}

#TravelProtectionPopup .travel-protection-prices td, #TravelProtectionPopup .travel-protection-prices th {
    padding: 8px 10px;
    text-align: center;
    width: 25%;
    font-size: 14px;
}

#TravelProtectionPopup .travel-protection-prices, #TravelProtectionPopup .travel-protection-prices td, #TravelProtectionPopup .travel-protection-prices th {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    border-spacing: 0;
}

#TravelProtectionPopup h1 {
    color: #003d79;
    font-family: CantataOne;
    font-size: 22px;
    padding: 20px 20px 0;
    text-transform: uppercase;
}

#TravelProtectionPopup h2 {
    font-family: latobold;
    padding: 10px 20px 0;
    text-transform: uppercase;
}

#TravelProtectionPopup p {
    font-family: latoregular;
    font-size: 14px;
    padding: 5px 20px 15px;
}

#TravelProtectionPopup b {
    font-family: latoregular;
    font-weight: bold;
}

#TravelProtectionPopup i {
    font-style: italic;
}

#TravelProtectionPopup .buttons {
    margin: 0 auto;
    text-align: right;
    width: 95%;
}

#TravelProtectionPopup .buttons > input
{
    background-position: 88% 53%;
    width: 250px;
}

#TravelProtectionPopup .buttons > a
{
    color: #1d4e85;
    display: block;
    font-size: 16px;
    padding: 15px 0;
}

#wrapper .cabins .prices
{
    padding: 0;
}

    #wrapper .cabins .prices h2
    {
        color: #000000;
        font-family: latobold;
        font-size: 22px;
        margin: 10px 0;
    }

    #wrapper .cabins .prices h3
    {
        color: #003d79;
        font-family: "CantataOne";
        font-size: 15px;
        margin-bottom: 0;
        margin: 10px 0;
        text-transform: uppercase;
    }

    #wrapper .cabins .prices ul
    {
        margin-bottom: 25px;
    }

#wrapper input.pay
{
    background-position: 91% 53% !important;
}
#wrapper .alerts {
    background: #930 url("../../../Assets/images/alert-exclamation.png") no-repeat 8px 8px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
    margin: 10px auto;
    min-height: 20px;
}
.price {
    font-size: 23px !important;
    color: #000 !important;
    word-wrap: break-word !important;
}
.price-box .was-price {
    text-transform: uppercase;
    font-family: "LatoRegular" !important;
    color: #999 !important;
    font-size: 14px !important;
    padding: 5px 0 0 0;
    word-wrap: break-word;
}