﻿/*GENERAL*/
html > body {
    color: #fff;
    position: relative;
    font-family: "Microsoft JhengHei","apple LiGothic Medium","Noto Sans",Arial,sans-serif;
    margin: 0;
}

h1 {
    font-size: 1.75em;
    color: #512706;
}

h2 {
    font-size: 1.25em;
    color: #fff8d8;
}

a {
    text-decoration: none;
    color: #512706;
}

button:focus, :focus {
    outline: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 1000px;
    margin: auto;
}

/*HEADER*/
#header {
    background: url('/Images/Marketing/xmas2015/header-bg.png') repeat-x;
    height: 135px;
    width: 100%;
    position: absolute;
    z-index: 9;
    color: #000;
}

.header-container {
    width: 95%;
    margin: auto;
    max-width: 62.5rem;
}

    .header-container .openrice-logo {
        display: block;
        background: url('/Images/Marketing/xmas2015/christmas-logo.png') no-repeat left top;
        background-size: contain;
        max-width: 198px;
        width: 100%;
        height: 121px;
        float: left;
    }

    .header-container .nav-wrapper {
        text-align: right;
        width: 630px;
        float: right;
    }

    .header-container .top-nav {
        font-size: 12px;
        font-weight: 700;
    }

        .header-container .top-nav .li {
            margin: 10px;
            line-height: 25px;
            display: inline-block;
            vertical-align: top;
        }

        .header-container .top-nav .li-s {
            margin: 10px 3px;
        }

#header .header-container .top-nav .li .socials-icon {
    display: block;
    width: 19px;
    height: 25px;
}

.header-container .top-nav .socials-icon.fb-link {
    background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -214px -0px;
}

.header-container .top-nav .socials-icon.twitter-link {
    background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -181px -0px;
}

.header-container .top-nav .socials-icon.google-link {
    background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -247px -0px;
}

.header-container hr {
    margin: 0 2px;
    border: none;
    height: 1px;
    background-color: #512706;
}

.header-container .main-menu {
    font-size: .935em;
    font-weight: 700;
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

    .header-container .main-menu:before, .header-container .main-menu:after {
        content: " ";
        display: table;
    }

.main-menu li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
    width: 16.66667%;
    clear: none;
}

    .main-menu li:first-child {
        clear: both;
    }

.main-menu .menu {
    margin-top: 5px;
    display: flex;
    position: relative;
    align-items: center;
}

    .main-menu .menu.active::after {
        content: '';
        background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -15px -42px;
        width: 73px;
        height: 24px;
        display: block;
        float: right;
        margin: -15px -6px 0 0;
    }

    .main-menu .menu.menu-macau {
        background-color: #512706;
        color: #fff8d8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        line-height: 23px;
        padding-left: 5px;
    }

    .main-menu .menu .menu-icon {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
    }

    .main-menu .menu.menu-index .menu-icon {
        background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -6px -3px;
    }

    .main-menu .menu.menu-rest .menu-icon {
        background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -39px -3px;
    }

    .main-menu .menu.menu-gift .menu-icon {
        background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -72px -3px;
    }

    .main-menu .menu.menu-event .menu-icon {
        background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -108px -3px;
    }

    .main-menu .menu.menu-campaign .menu-icon {
        background: url('/Images/Marketing/xmas2015/icons.png') no-repeat -143px -2px;
    }

.content-wrapper {
    padding: 50px 0 0;
    background-color: #512706;
}

.content-head-img {
    display: block;
    margin: 0 auto 25px;
    width: 100%;
}
