.SKIP-WRAP a,
.ada-message-wrap a {
    background-color: #666;
    border-radius: 0 0 3px 3px;
    color: #fff;
    left: 5px;
    padding: 6px;
    position: absolute;
    top: -50px;
    transition: top 1s ease-out 0s, background 1s linear 0s;
    z-index: 100;
}

.SKIP-WRAP a:focus,
.ada-message-wrap a:focus {
    transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
    top: 0;
}

.SITE-WRAP,
.CONSTRAINT-WRAP 
{
    max-width: 1280px;
    min-width: 320px;
    margin: 10px auto;
    padding: 0 5px;
}

/*
    Don't delete this comment. This extra spacing somehow prevents
    the CSS from failing to pull styles on Checkout Step 1
    and on the Contact Us page.





*/

.BOOKING-NAVIGATION,
.CONTENT-WRAP
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.CONTENT-WRAP
{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #aaa;
    padding: 2%;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.CONTENT-MAST-WRAP
{
    margin: 15px 0;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.CONTENT-MAIN-WRAP
{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.CONTENT-GUTTER-WRAP
{
    width: 200px;
    margin-right: 2%;
    border-radius: 3px;
}

.page-error-wrap,
.cart-summary-error
{
    border-radius: 3px;
    margin: 30px 0;
    padding: 2%;
    background-color: #fcfcfc;
    border: 1px solid #f2f2f2;
}

@media (max-width: 767px)
{
    .CONTENT-WRAP
    {
        padding: 2%;
    }
    
    .CONTENT-MAIN-WRAP
    {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    
    .CONTENT-GUTTER-WRAP
    {
        background-color: #f9f9f9;
        margin-right: 0;
        margin-top: 40px;
        padding: 10px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

@media (max-width: 480px)
{
    .CONTENT-MAST-WRAP
    {
        margin-bottom: 15px;
    }
}