﻿/* Lightbox */
@font-face
{
    font-family: "Trajan Pro";
    font-style: normal;
    src: url("/Templates/Corporate/responsive/en/type/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("/Templates/Corporate/responsive/en/type/TrajanPro-Regular.woff") format("woff"), url("/Templates/Corporate/responsive/en/type/TrajanPro-Regular.ttf") format("truetype"), url("/Templates/Corporate/responsive/en/type/TrajanPro-Regular.svg#b8a70d5ec6d2a6627ed4d54bfa4580ba") format("svg");
}

.stop-scrolling
{
    height: 100%;
    overflow: hidden;
}

#app-promo-lightbox
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999999;
}

    #app-promo-lightbox a
    {
        color: #866d2d;
    }

    #app-promo-lightbox div
    {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: normal;
    }

    #app-promo-lightbox .close-btn
    {
        position: absolute;
        width: auto;
        height: auto;
        top: 0;
        right: 0;
        padding: 20px 20px;
        cursor: pointer;
    }

#app-promo-container
{
    width: 860px;
    top: 50%;
    transform: translateY(25%);
    margin: 0 auto;
}

#app-promo-content
{
    display: table;
    border-radius: 6px;
    background: #f2f2eb;
    width: 100%;
    height: 100%;
}

.col-image
{
    display: table-cell;
    float: left;
    width: 42%;
}

    .col-image img
    {
        width: 100%;
        height: auto;
        display: block;
        max-height: 620px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        max-width: 360px;
    }

.col-content
{
    display: table-cell;
    width: 58%;
    float: right;
    padding: 120px 40px 0 40px;
}

    .col-content hr
    {
        width: 40px;
        float: left;
        border-top: 1px solid #BB9753;
        margin: 0;
    }

    .col-content .lightbox-headline
    {
        font-family: "Trajan Pro";
        font-size: 24px;
        color: #BB9753;
        padding: 0px 0px 30px 0px;
    }

    .col-content .lightbox-desc
    {
        font-size: 14px;
        padding: 30px 0px 50px 0px;
    }

    .col-content .lightbox-desc p
    {
        font-size: 14px;
    }


.lightbox-qr
{
    padding-left: 0px;
    text-align: left;
}


    .lightbox-qr .app-qr-code
    {
        width: 88px;
    }

    .lightbox-qr .heading
    {
        margin-left: 10px;
        font-size: 16px;
    }

.jp .lightbox-qr .heading, .jp .lightbox-qr .heading p, .jp .col-content .lightbox-desc p, .jp .lightbox-qr .msg, .jp .lightbox-qr .msg p
{
    font-size: 12px;
}

.lightbox-qr .msg
{
    margin-left: 10px;
    font-size: 16px;
}

.lightbox-qr .app-store-icon
{
    height: 40px;
    margin-left: 10px;
}

.lightbox-qr .app-table span
{
    line-height: 18px;
}

.lightbox-qr table
{
    border-spacing: 0;
}

    .lightbox-qr table tr:last-child span
    {
        line-height: 26px;
    }

.store-icons a, .store-icons a:hover
{
    text-decoration: none;
}

.lightbox-footer
{
    bottom: 0;
    position: absolute;
    padding-bottom: 20px;
}

@media all and (max-width: 600px)
{
    .col-image
    {
        display: none;
    }

    .col-content
    {
        width: 100%;
    }
}

@media all and (max-width: 800px)
{
    .app-table
    {
        display: none;
    }

    .lightbox-qr .heading
    {
        margin-left: 0px;
    }

    .lightbox-qr .msg
    {
        margin-left: 0px;
    }
}

@media all and (min-width: 801px)
{
    .app-table-mobile
    {
        display: none;
    }
}

@media all and (max-width:900px)
{
    #app-promo-container
    {
        width: 95%;
    }

    .col-content
    {
        padding: 80px 20px;
    }

        .col-content .lightbox-headline
        {
            padding: 0px 0px 24px 0px;
        }

        .col-content .lightbox-desc
        {
            padding: 30px 0px;
        }
}

/* Lightbox - end */

/* Navigation */
.kerry .app-promo-nav
{
    background: url("/Templates/Kerry/images/navigation_bg.png") no-repeat 0 0;
    color: white;
}

.kerry a
{
    color: #BACDCD;
}

.traders .app-promo-nav
{
    background: url("/Templates/Traders/images/navigation_bg02.png") no-repeat 0 0;
    color: black;
}

.traders a
{
    color: #b10738;
}
/* End :  Different Brand */

.app-promo-nav
{
    background: url("/Templates/ShangriLa/images/navigation_bg.png") no-repeat 0 0;
    padding: 10px 15px;
}

    .app-promo-nav .app-nav-table
    {
        margin: 0 auto;
    }

    .app-promo-nav span
    {
        font-family: Arial,Helvetica,sans-serif;
    }

    .app-promo-nav .heading
    {
        font-size: 13px;
        line-height: 13px;
    }

    .app-promo-nav .msg
    {
        font-size: 10.5px;
        line-height: 10px;
        padding-bottom: 10px;
    }

    .app-promo-nav .qr-code
    {
		height: 60px;
        width: 60px;
    }

    .app-promo-nav .store-icon
    {
        max-width: 80px;
        height: 24px;
    }

.bold
{
    font-weight: 700;
}
/* Navigation - end */
