body
{
        font-family: Poppins;
}

@media only screen and (max-width: 1024px)
{
        .header__logo
        {
                margin-left: 15px;
        }
        
        .page-wrapper--small
        {
                width: 100%;
        }
        
        .footer__col, .footer__content
        {
                text-align: center;
        }
}

.header__nav .nav-item .sub-menu a 
{
        border-bottom: 1px solid #e3e3ea;
}

.content-row__inner ol li
{
        list-style-type: square;
        text-align: justify
}

.content-row__inner p
{
        text-align: justify
}

.success
{
        padding: 10px;
        border: 1px solid green;
        border-radius: 4px;
        margin-top: 20px;
        background-color: #f3faf1;
}

.inputError
{
        border: 1px solid #eb5757 !important;
}

.inputError2
{
        background-color: #feeeee !important;
}

.textError
{
        color: #eb5757 !important;
}

.rotate
{
        animation: rotation 1s infinite linear;
}

.main
{
        padding-top: 280px;
}

.header__main .container
{
        padding: 35px 0px;
        width: 1280px;
}

.conditions-table__row__title img
{
        margin-left: 0px;
}

.header__nav .nav-item .sub-menu a
{
        font-size: 12px;
}

.schedule-table tbody tr td
{
        padding: 10px 0;
}

.schedule-table tbody tr td:last-child img
{
        margin-bottom: -8px;
}

.reservation-form label
{
    color: #fff;
}

.form-control .tip
{
        background-color: rgba(0,0,0,.5);
}

.contact-modal
{
        background-color: rgba(0,0,0,.5);
}

.contact-modal__wrapper
{
        padding: 0px 0;
        min-height: 390px;
        width: 850px;
}

.contact-modal__wrapper::before
{
        width: 300px;
        right: 190px;
}

.contact-modal__title
{
        font-size: 30px
}

.contact-modal__content
{
        margin-left: 50px;
        max-width: 600px;
}

.checkbox label
{
        line-height: 14px;
}

.footer__container
{
        //grid-template-columns: auto 200px 200px 200px 200px;
        line-height: 22px;
        padding: 50px 15px;
}

.footer__container li
{
        list-style-type: none;
        color: #6f6f9c;
        //color: #42425b;
}

.footer__container li a
{
        color: #fff !important;
}

.tips
{
        position: relative;
        margin-left: 5px;
        width: 18px;
        height: 18px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        background-color: rgba(0,0,0,.25);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
}

.tips::after
{
        content: '?';
}

.tipsy
{
        position: absolute;
        top: 0;
        left: 0;
        padding: 6px 8px;
        font-family: sans-serif;
        font-size: 10px;
        line-height: normal;
        color: white;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(0,0,0,0.75);
        z-index: 9999;
}

.tipsy:before
{
        position: absolute;
        bottom: -5px;
        left: 5px;
        display: inline-block;
        content: '';
        border-right: 5px solid transparent;
        border-top: 5px solid rgba(0,0,0,0.75);
        border-bottom: 0 solid rgba(0,0,0,0.75);
        border-left: 5px solid transparent;
}

.tipsy.arrow-top:before
{
        bottom: auto;
        top: -5px;
        border-top-width: 0;
        border-bottom-width: 5px;
}

.tipsy.arrow-bottom:before
{
        bottom: -5px;
        top: auto;
        border-top-width: 5px;
        border-bottom-width: 0;
}

.tipsy.arrow-left:before
{
        left: 5px;
        right: auto;
}

.tipsy.arrow-center:before
{
        left: 50%;
        right: auto;
        margin-left: -5px;
}

.tipsy.arrow-right:before
{
        right: 5px;
        left: auto;
}

.tipsy.arrow-side-left:before
{
        top: 50%;
        bottom: auto;
        left: 0;
        right: auto;
        margin-top: -5px;
        margin-left: -5px;
        border-right-color: rgba(0,0,0,0.75);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 0;
}

.tipsy.arrow-side-right:before
{
        top: 50%;
        bottom: auto;
        right: 0;
        left: auto;
        margin-top: -5px;
        margin-right: -5px;
        border-left-color: rgba(0,0,0,0.75);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 0;
}
