@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate_regular-webfont.woff') format('woff'), url('fonts/interstate_regular-webfont.ttf') format('truetype'), url('fonts/interstate_regular-webfont.svg#InterstateRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate_light-webfont.woff') format('woff'), url('fonts/interstate_light-webfont.ttf') format('truetype'), url('fonts/interstate_light-webfont.svg#InterstateLightRegular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate_bold-webfont.woff') format('woff'), url('fonts/interstate_bold-webfont.ttf') format('truetype'), url('fonts/interstate_bold-webfont.svg#InterstateRegular') format('svg');
    font-weight: 700;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Interstate';
        src: url('fonts/interstate_regular-webfont.svg#InterstateRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Interstate';
        src: url('fonts/interstate_light-webfont.svg#InterstateLightRegular') format('svg');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'Interstate';
        src: url('fonts/interstate_bold-webfont.svg#InterstateRegular') format('svg');
        font-weight: 700;
        font-style: normal;
    }
}

html,
body {
    font-family: 'Interstate', Tahoma, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
    background: url('../images/bg.jpg') repeat 0 0 scroll transparent;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

input,
textarea,
select {
    outline: none;
}

img {
    max-width: 100%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    /* #fefefe */
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.text-red {
    color: #E41C24
}

.text-white {
    color: #fff
}

.text-green {
    color: #7bc04a
}

.text-center {
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

.strong {
    font-weight: 700
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and ( min-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( min-resolution: 192dpi) and (max-width: 991px), only screen and ( min-resolution: 2dppx) and (max-width: 991px) {
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
}

#header {
    height: 40px;
    padding: 10px 15px;
    background-color: #1a1a1a;
    position: relative;
}

    #header h1 {
        font-size: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    #header .logo {
        width: 35px;
        display: block;
    }

        #header .logo img {
            max-width: 100%;
            display: inline-block;
        }

.main-menu ul {
    list-style: none;
}

.main-menu a {
    color: #fff;
}

#main {
    background: #000;
    color: #fff;
}

#footer {
    z-index: 3;
    padding: 10px 0px;
}

    #footer .footer-content {
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    #footer .footer-links {
        font-size: 0;
        text-align: center;
        padding: 10px 0;
        border-top: solid 1px #444;
        border-bottom: solid 1px #444;
    }

    #footer a {
        font-size: 12px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 33%;
    }

    #footer .footer-text {
        padding-top: 20px;
    }

        #footer .footer-text a {
            width: auto;
        }

    #footer .logo {
        width: 80px;
        margin: 20px auto;
    }

.block-center {
    float: none !important;
    margin: 0 auto;
}

.btn-start {
    width: 112px;
    height: 33px;
    background: url('../images/btn_start_m.png') no-repeat 0 0 scroll transparent;
    display: block;
    margin: 20px 0;
    background-size: cover
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 64px;
        height: 64px;
        background: url('../images/loading.gif') center center no-repeat;
    }

.fancybox-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000 !important
}

.fancybox-wrap {
    outline: none;
    opacity: 0;
}

.fancybox-close {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/close.png') no-repeat center 5px scroll transparent;
    top: 0px;
    right: -60px;
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 94px;
}

.popup-img .fancybox-inner {
    padding: 0;
}

.fancybox-skin {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8)
}

.fancybox-inner {
    border: none;
    overflow: hidden !important;
    background: #fff;
    padding: 20px 0 0;
}

    .fancybox-inner iframe {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.popup-video .fancybox-inner {
    background: none;
    padding: 0;
}

.login-page .form {
    text-align: center;
}

    .login-page .form label,
    .login-page .form input,
    .login-page .form button {
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
    }

    .login-page .form input {
        height: 30px;
        background: #2a2a2a;
        border: solid 1px #111;
        border-radius: 2px;
    }

    .login-page .form button {
        width: 34px;
        height: 34px;
        background: url('../images/btn_login.png') no-repeat center center scroll transparent;
        border: none;
    }


/*TABLE ////*/

.tblColumn25 {
    width: 25%;
}

.tblFiveColumn {
    width: 20%;
}

.tblColumn35 {
    width: 35%;
}

.tableWrap table {
    border: solid 1px #666;
    margin: 10px auto;
    width: 100%;
}

    .tableWrap table td,
    .tableWrap table th {
        border: solid 1px #666;
        padding: 5px;
    }

table thead td {
    background: #333;
}

.font15 {
    font-size: 20px
}


/*END ////*/


/*3-5-2016*/

.home-ultima-card {
    position: relative;
    width: 50%;
    margin-bottom: 0;
    top: 5px;
}

.accordion-group {
    margin-bottom: 5px;
}

.accordion-heading {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    background: url('../images/acc_bg.png') repeat 0 0 scroll transparent;
}

    .accordion-heading a {
        position: relative;
        text-decoration: none;
        outline: none;
        display: block;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding-right: 35px;
    }

    .accordion-heading .accordion-toggle:before {
        content: '';
        width: 32px;
        height: 32px;
        background: url('../images/accordion_btn.png') no-repeat center -32px scroll transparent;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        right: 0px;
    }

    .accordion-heading .accordion-toggle.collapsed:before {
        content: ' ';
        background-position: center 0;
    }

.accordion-inner {
    background: #2f2d2a;
    margin-top: 10px;
    padding: 15px;
}

    .accordion-inner h4 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .accordion-inner p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .accordion-inner ul {
        margin: 0 0 10px 15px;
        padding: 0
    }

        .accordion-inner ul ul {
            margin-left: 20px;
        }

    .accordion-inner table {
        border: solid 1px #666;
        margin: 10px auto;
        width: 100%;
    }

        .accordion-inner table td,
        .accordion-inner table th {
            border: solid 1px #666;
            padding: 5px;
        }

        .accordion-inner table.no-border,
        .accordion-inner table.no-border td,
        .accordion-inner table.no-border th {
            border: none;
            padding: 0;
            font-size: 14px;
        }

            .accordion-inner table.no-border a {
                color: #fff;
            }

.inner-page .page-desc a {
    color: #fff;
}

.btn-backhome {
    background: url('../images/btn_back.png') no-repeat 0 center scroll transparent;
    line-height: 14px;
    vertical-align: middle;
    padding-left: 16px;
    text-transform: uppercase;
    color: #828282;
    font-weight: 700;
    font-size: 10px;
}

    .btn-backhome:hover {
        color: #fff;
    }

.bx-controls {
    height: 0
}

.bx-controls-direction a {
    color: transparent;
    font-size: 0;
    top: 180px;
    margin-top: -12px;
    position: absolute;
    width: 30px;
    height: 24px;
    background: url('../images/btn_bx.png') no-repeat 0 0 scroll transparent;
}

.bx-controls-direction .bx-prev {
    left: 0
}

.bx-controls-direction .bx-next {
    right: 0;
    background-position: 0 -24px;
}

.bx-controls-direction a.disabled {
    opacity: 0;
    visibility: hidden;
}

.bx-pager {
    text-align: center;
    position: relative;
    top: 40px;
}

.bx-pager-item {
    display: inline-block;
    margin: 0 6px;
}

    .bx-pager-item a {
        position: relative;
        display: block;
        width: 0;
        height: 0;
        border-top: solid 5px transparent;
        border-bottom: solid 5px transparent;
        border-left: solid 5px #333;
        font-size: 0;
    }

        .bx-pager-item a:before {
            position: absolute;
            top: -5px;
            left: -10px;
            content: '';
            border-top: solid 5px transparent;
            border-bottom: solid 5px transparent;
            border-right: solid 5px #333;
        }

        .bx-pager-item a.active {
            border-left-color: #fff;
        }

            .bx-pager-item a.active:before {
                border-right-color: #fff;
            }

.category-list-nav a {
    text-decoration: none;
}

    .category-list-nav a:hover,
    .category-list-nav a:active {
        text-decoration: none;
    }

.valid-note {
    font-size: 13px;
    color: #827d7d;
    font-style: italic;
}

.block-tandc {
    font-size: 11px;
}

    .block-tandc p {
        font-size: 13px !important;
    }

    .block-tandc ul {
        margin: 0 0 0 20px;
        padding: 0;
    }

.category-slider .item .item-cell p em {
    font-size: 13px;
    color: #827d7d;
}

.row-address {
    padding-bottom: 0px;
}

    .row-address .ico-address {
        margin-top: 0;
        display: block;
        float: left;
        width: 20px;
        height: 22px;
        background: url('../images/ico_address.png') no-repeat 0 0 scroll transparent;
    }

.row-tel .ico-tel {
    color: #fff;
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background: url('../images/ico_tel.png') no-repeat 0 0 scroll transparent;
}

.row-tel a,
.row-email a,
.row-website a {
    color: #fff;
}

.row-address p,
.row-tel p,
.row-email p,
.row-website p {
    margin-left: 25px;
}


/*.row-email { padding-top: 10px;}*/

.row-email .ico-email {
    color: #fff;
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background: url('../images/ico_email.png') no-repeat 0 center scroll transparent;
}

.row-website .ico-website {
    display: block;
    float: left;
    width: 15px;
    height: 22px;
    background: url('../images/ico_website.png') no-repeat 0 center scroll transparent;
}

.row-tel-address {
    margin-bottom: 20px;
}

    .row-tel-address p {
        margin-bottom: 0;
    }

    .row-tel-address .row-tel .ico-tel {
        margin-top: 22px;
    }

.row-tel > p,
.row-email > p,
.row-website > p,
.row-address > p {
    margin-bottom: 5px;
}

[class^="row-"] + .note {
    margin-top: 15px;
}

.accordion-inner .contact-list td:first-child {
    padding-left: 20px;
    background: url('../images/dot.png') no-repeat 0px 7px scroll transparent
}

.category-slider .item .item-cell .item-content p {
    font-size: 14px;
}

.item-content-subtitle {
    margin-bottom: 10px;
}

.category-slider .item .item-cell .item-content > ul {
    margin: 20px 0 20px 15px;
    padding: 0;
    font-size: 14px;
}


    /*margin: 0 0 10px 15px;*/

    .category-slider .item .item-cell .item-content > ul li {
        margin-bottom: 10px;
        margin-left: 2px;
    }

.item-content > ul > li > ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.category-slider .item .item-cell p.pafterbr {
    font-size: 13px;
}

.ul-number {
    list-style: none;
}

.accordion-inner table thead td {
    background: #333;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #666;
}

.ie8 .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/dot_ie8.png') no-repeat center scroll transparent;
}

.dot2 {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: solid 1px #666;
}

.ie8 .dot2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/dot2_ie8.png') no-repeat center scroll transparent;
}

.square {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid 1px #666;
}

.square2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #666;
}

.square3 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/square3.png') no-repeat center scroll transparent
}

.square4 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/square4.png') no-repeat center scroll transparent
}

.triangle {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/triangle.png') no-repeat center scroll transparent
}

.accordion-inner p .dot,
.accordion-inner p .dot2,
.accordion-inner p .square,
.accordion-inner p .square2,
.accordion-inner p .square3,
.accordion-inner p .square4,
.accordion-inner p .triangle {
    margin-right: 10px;
}

table .dot,
table .dot2,
table .square,
table .square2,
table .square3,
table .square4,
table .triangle {
    display: block;
    margin: 0 auto;
}

.dining1for1rest {
    margin-bottom: .25rem;
}

    .dining1for1rest * {
        transition: all 1s;
    }

    .dining1for1rest .title {
        background-color: #333;
        color: #fff;
        position: relative;
        padding: .5rem 1rem;
        cursor: pointer;
    }

        .dining1for1rest .title::after {
            content: '';
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            top: .5rem;
            right: 1rem;
            background-image: url(../images/btn_slidedown.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
        }

    .dining1for1rest .content {
        display: none;
    }

        .dining1for1rest .content img {
            width: 100%;
        }

        .dining1for1rest .content p {
            padding: .5rem 1rem;
        }


    .dining1for1rest .active.title::after {
        transform: rotate(180deg);
    }

@media screen and (max-width:320px) {
    .category-list-nav label {
        line-height: 1 !important;
        margin-top: 8px !important;
    }
}

@media screen and (max-width:480px) {
}

@media screen and (min-width:640px) {
}


/* Tablet : Screen from 768px */

@media screen and (min-width:768px) and (max-width:991px) {
}


/* Tablet : Screen from 320px to 991px */

@media screen and (max-width:991px) {
    html,
    body {
        font-size: 12px;
    }

    #btnMenu {
        width: 40px;
        height: 34px;
        padding: 0;
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        z-index: 12;
    }

        #btnMenu span {
            display: block;
            height: 5px;
            width: 40px;
            background: #fff;
            margin: 4px 0 0;
            transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

    .open-menu #btnMenu span:first-child {
        transform: rotate(45deg) translate3d(10px, 2px, 0);
        -webkit-transform: rotate(45deg) translate3d(10px, 2px, 0);
    }

    .open-menu #btnMenu span:nth-of-type(2n) {
        transform: rotate(-45deg) translate3d(4px, 3px, 0);
        -webkit-transform: rotate(-45deg) translate3d(4px, 3px, 0);
    }

    .open-menu #btnMenu span:last-child {
        width: 0;
    }

    .main-menu {
        display: none;
        float: none;
        margin: 0;
        border-top: solid 1px #333;
        background: #222;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0px;
        right: 0px;
    }

        .main-menu a {
            color: #999;
        }

        .main-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

    #header ul li {
        display: block;
        background: #333;
        border-bottom: solid 1px #5c5c5c;
        position: relative;
    }

        #header ul li a {
            font-size: 15px;
            /*display: inline-block; */
            display: block;
            height: 40px;
            padding: 10px 15px;
        }

        #header ul li.has-sub > a {
            display: inline-block;
        }

        #header ul li .active,
        #header ul li a:hover {
            background: #3f3f3f;
        }

    #header nav .active a,
    #header nav a:hover {
        border-width: 1px;
    }

    #header ul ul {
        display: none;
    }

        #header ul ul li {
            background: #111;
            border-bottom-color: #333;
        }

    #header ul li ul a {
        padding-left: 30px;
        display: block;
    }

    #header ul li:hover ul {
        display: block;
    }

    #header ul li.has-sub:before {
        content: '';
        width: 20px;
        height: 36px;
        z-index: 2;
        position: absolute;
        right: 10px;
        top: 0;
        background: url('../images/arrow_down.png') no-repeat right center scroll transparent;
        background-size: 20px;
    }

    #main {
        padding-top: 10px;
    }

    .main-footer {
        padding: 10px 0;
        border-top: solid 1px #333;
    }

    #btnBackTop {
        display: inline-block;
        text-transform: uppercase;
        color: #999;
        padding-right: 30px;
        background: url('../images/backtotop.png') no-repeat right center scroll transparent;
        background-size: 18px;
        line-height: 20px;
    }

    .home-page .page-title {
        font-size: 33px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: solid 1px #333
    }

        .home-page .page-title big {
            font-size: 47px;
            display: block;
        }

    .home-page .text-wrapper a {
        margin-top: 25px;
    }

    .home-ultima-card {
        margin-bottom: 30px;
    }

    .login-page #main {
        min-height: 350px;
        background: url('../images/login_bg_m.png') no-repeat center 0 scroll #000;
        background-size: 320px;
    }

        .login-page #main .form {
            margin-top: 320px;
        }

    .inner-page #main {
        padding: 25px 0 0px;
    }

    .inner-page .page-title {
        max-width: 300px;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        padding-bottom: 12px;
        margin: 0 auto 30px;
        background: url('../images/title_border.png') no-repeat center bottom scroll transparent;
        background-size: 100% 1px;
    }

        .inner-page .page-title.no-margin {
            margin-bottom: 10px;
        }

    .inner-page .page-desc {
        padding-top: 45px;
    }

        .inner-page .page-desc.no-pad {
            padding-top: 0;
        }

        .inner-page .page-desc h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }

    .mobile-left {
        text-align: left;
    }

    .privilege-item {
        text-decoration: none;
        overflow: hidden;
        outline: none;
        position: relative;
        margin-bottom: 5px;
        display: table;
        width: 100%;
        border-radius: 0 0 0 20px;
        background: url('../images/acc_bg.png') repeat 0 0 scroll transparent;
    }

        .privilege-item .img {
            display: table-cell;
            text-align: left;
            width: 130px;
        }

        .privilege-item .title {
            text-transform: uppercase;
            display: table-cell;
            font-size: 15px;
            color: #fff;
            vertical-align: middle;
            padding: 0 10px 0 30px;
        }

            .privilege-item .title i {
                display: block;
                float: right;
                width: 32px;
                height: 32px;
                margin-left: 10px;
                background: url('../images/arrow_more.png') no-repeat right bottom scroll transparent;
            }

    .category-list-nav {
        position: relative;
        height: 60px;
    }

        .category-list-nav label {
            text-align: left;
            position: absolute;
            left: 15px;
            right: 15px;
            margin: 0;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            padding: 0 10px;
            top: 10px;
            height: 36px;
            line-height: 36px;
            z-index: 11;
        }

        .category-list-nav ul {
            z-index: 10;
            height: 35px;
            overflow: hidden;
            position: absolute;
            list-style: none;
            text-align: left;
            margin: 10px 0;
            padding: 36px 0 0;
            left: 15px;
            right: 15px;
            background: #333;
        }

            .category-list-nav ul:before {
                content: '';
                width: 20px;
                height: 36px;
                z-index: 2;
                position: absolute;
                right: 10px;
                top: 0;
                background: url('../images/arrow_down.png') no-repeat right center scroll transparent;
                background-size: 20px;
            }

            .no-touch .category-list-nav ul:hover,
            .category-list-nav ul.hover {
                height: auto;
                overflow: visible;
            }

        .category-list-nav a {
            color: #fff;
            text-transform: uppercase;
            display: block;
            height: 20px;
        }

        .category-list-nav li {
            position: relative;
            border-bottom: solid 1px #4d4d4d;
            padding: 10px 15px 0;
            background: #4d4d4d;
            height: 36px;
            line-height: 1;
        }

        .category-list-nav > ul > li.active {
            left: 0;
            top: 0;
            right: 0;
            border: none;
            background: #666;
        }

        .category-list-nav li:hover,
        .category-list-nav .sub > .active {
            background: #666;
        }

    .category-slider .item .item-cell .item-content {
        padding-top: 35px;
    }

        .category-slider .item .item-cell .item-content h4 {
            margin-bottom: 25px;
            font-weight: none
        }

    .row-tel-address .row-tel .ico-tel {
        margin-top: 8px;
    }

    .bx-controls .bx-pager {
        display: none;
    }

    .bx-controls-direction .bx-next {
        background-position: right -24px;
    }

    .row-address .ico-address {
        margin-top: 0;
    }

    .category-list-nav ul.sub {
        position: relative;
        overflow: visible;
        display: none;
        padding: 0;
        margin: 10px -15px 0;
        left: 0;
        height: auto;
    }

        .category-list-nav ul.sub:before {
            display: none;
        }

        .category-list-nav ul.sub li {
            padding-left: 30px;
        }

    .category-list-nav li.has-sub:before {
        content: '';
        width: 20px;
        height: 36px;
        z-index: 2;
        position: absolute;
        right: 10px;
        top: 0;
        background: url('../images/arrow_down.png') no-repeat right center scroll transparent;
        background-size: 20px;
    }

    .no-touch .category-list-nav ul li.has-sub:hover,
    .category-list-nav ul li.has-sub.hover {
        height: auto;
    }

    .no-touch .category-list-nav ul li:hover ul,
    .category-list-nav ul li.hover ul {
        display: block;
    }
}


/* Desktop */

@media screen and (min-width:992px) {
    #catLabel {
        display: none;
    }

    .wrapper {
        max-width: 990px;
    }

    #header {
        height: 80px;
        padding: 20px 0;
        z-index: 10;
    }

        #header .logo {
            width: 70px;
        }

        #header nav {
            float: right;
        }

        #header ul {
            margin: 0;
            padding: 0;
            font-size: 0;
            list-style-type: none;
        }

            #header ul li {
                position: relative;
                display: inline-block;
                padding: 0px 30px;
                vertical-align: middle;
                border-left: solid 1px #666;
            }

                #header ul li:first-child {
                    border-left: none;
                }

        #header nav a {
            position: relative;
            padding: 5px 0;
            text-decoration: none;
            outline: none;
            font-size: 15px;
            color: #fff;
            font-weight: 300;
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #header ul ul {
            display: none;
            position: absolute;
            min-width: 100%;
            background: #333;
            left: 0;
            top: -10px;
            border-radius: 5px;
            padding-top: 45px;
            padding-bottom: 10px;
        }

        #header ul li:hover {
        }

            #header ul li:hover ul {
                display: block;
            }

        #header ul .active a,
        #header ul a:hover {
            border-bottom: solid 2px #fff;
        }

        #header ul ul li {
            display: block;
            padding: 3px 0;
            border-left: none;
        }

        #header ul ul a {
            font-size: 13px;
            display: block;
            padding: 3px 10px 3px 30px;
            border: none;
        }

        #header ul .active ul a {
            border: none;
        }

        #header ul ul a:hover {
            font-weight: 700;
            border-bottom: none;
        }

        #header nav > ul > li:last-child a {
            padding-right: 0;
        }

    #btnMenu {
        display: none
    }

    .btn-start {
        width: 138px;
        height: 54px;
        background: url('../images/btn_start.png')
    }

    #footer .footer-content {
        width: auto;
        padding: 0;
    }

    #footer a {
        width: auto;
    }

    #footer .footer-links {
        text-align: right;
    }

        #footer .footer-links a {
            margin-left: 20px;
        }
    /* #footer .footer-links a:first-child { float: left; margin-left: 0;}*/
    #footer .footer-text {
        text-align: right;
        padding: 10px 0 0;
    }

    #footer .footer-logo {
        text-align: left;
        padding: 10px 0;
    }

    #main {
        padding-bottom: 50px;
    }

    .home-page .page-title {
        font-weight: 400;
        font-size: 35px;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: solid 1px #333
    }

        .home-page .page-title big {
            font-size: 50px;
            display: block;
        }

    .home-page .img-wrapper {
        position: relative;
        right: -30px;
        text-align: right;
    }

    .home-page .text-wrapper {
        padding: 111px 10px 0 25px;
    }

        .home-page .text-wrapper a {
            margin-top: 93px;
        }

    :root .home-page .text-wrapper a {
        margin-top: 86px;
    }

    :root .home-ultima-card {
        top: 8px;
    }

    @-moz-document url-prefix() {
        .home-page .text-wrapper a {
            margin-top: 86px;
        }

        .home-ultima-card {
            top: 8px;
        }
    }

    .home-ultima-card {
        margin-bottom: 25px;
        top: 13px;
    }

    .login-page #main {
        min-height: 600px;
        background: url('../images/login_bg.png') no-repeat center 0 scroll #000;
    }

        .login-page #main .form {
            margin-top: 400px;
            white-space: nowrap;
        }

    #flashIntro {
        min-height: 746px;
    }

    .inner-page #main {
        padding: 25px 0 50px;
    }

    .inner-page .page-title {
        line-height: 1;
        text-align: center;
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 30px;
        background: url('../images/title_border.png') no-repeat center bottom scroll transparent;
        background-size: auto 1px;
    }

        .inner-page .page-title.no-margin {
            margin-bottom: 10px;
        }

    .accordion-group {
        margin-bottom: 8px;
    }

    .accordion-heading {
        font-size: 16px;
        padding: 15px 20px;
    }

        .accordion-heading a {
        }

    .accordion-inner {
        margin-top: 0px;
        padding: 20px 30px;
    }

        .accordion-inner h4 {
            font-size: 16px;
        }

        .accordion-inner p {
            font-size: 14px;
            margin-bottom: 5px;
        }

    .accordion-child .accordion-group {
        padding-left: 30px;
    }

    .accordion-child .accordion-inner {
        padding-left: 30px;
    }

    .accordion-inner table td,
    .accordion-inner table th {
        padding: 10px 15px;
    }

    .accordion-child .accordion-heading {
        padding: 0;
        background: none;
        position: relative;
    }

        .accordion-child .accordion-heading:before {
            content: '.';
            font-size: 40px;
            position: absolute;
            line-height: 0;
            left: -20px;
            top: 4px;
        }

        .accordion-child .accordion-heading .accordion-toggle {
            display: inline-block;
            border-bottom: solid 1px #fff;
            padding-bottom: 0;
            font-weight: 400;
            line-height: 30px;
        }

            .accordion-child .accordion-heading .accordion-toggle:before {
                background-position: center center;
                background-image: none;
                content: '';
                font-size: 30px;
                text-align: center;
                line-height: 30px;
            }

            .accordion-child .accordion-heading .accordion-toggle.collapsed:before {
                content: ' ';
                background-image: none;
            }

    .inner-page .page-desc {
        max-width: 1000px;
        margin: 0 auto;
    }

        .inner-page .page-desc h3 {
            font-size: 30px;
            font-weight: 300;
            margin: 20px 0;
        }

        .inner-page .page-desc p {
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 18px
        }

        .inner-page .page-desc span {
            margin-bottom: 50px;
            font-size: 20px;
            line-height: 26px;
        }

    .privilege-item {
        text-decoration: none;
        overflow: hidden;
        outline: none;
        position: relative;
        margin-bottom: 35px;
        display: table;
        width: 100%;
        text-align: right;
        /*border-radius: 0 0 0 60px; */
        background: url('../images/acc_bg.png') repeat 0 0 scroll transparent;
        text-align: center
    }

        .privilege-item .img {
            display: table-cell;
            text-align: left;
            width: 260px;
            /**/
        }

        .privilege-item .title {
            text-transform: uppercase;
            display: table-cell;
            font-size: 20px;
            color: #fff;
            vertical-align: bottom;
            padding: 0 60px 0 10px;
            vertical-align: middle;
            text-align: left;
        }

            .privilege-item .title i {
                display: block;
                float: left;
                width: 32px;
                height: 32px;
                margin-left: 10px;
                margin-right: 10px;
                background: url('../images/arrow_more.png') no-repeat left bottom scroll transparent;
            }

    .category-page #main {
        padding-bottom: 100px;
    }

    .category-page .btn-backhome {
        margin-left: 20px;
    }

    .category-list-nav ul {
        list-style: none;
        margin: 20px 0;
        padding: 0;
    }

        .category-list-nav ul li {
            display: inline-block;
            padding: 5px 20px;
            position: relative;
        }

    .category-list-nav.force-row ul li {
        padding: 5px 10px;
    }

    .category-list-nav ul li:before {
        content: '';
        height: 5px;
        width: 5px;
        border-radius: 50%;
        line-height: 20px;
        vertical-align: middle;
        position: absolute;
        left: -3px;
        top: 50%;
        margin-top: -3px;
        background: #999;
    }

    .ie8 .category-list-nav ul li:before {
        background: url('../images/dot_2.png') no-repeat center center scroll transparent;
    }

    .category-list-nav a {
        color: #999;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

        .category-list-nav .active,
        .category-list-nav a:hover {
            color: #fff;
            text-shadow: 0 0 1px #fff;
        }

    .category-list-nav ul li.no-dot:before {
        display: none;
    }

    .category-slider {
        margin: 0 20px;
    }

        .category-slider .item {
            display: table;
            width: 100%;
            font-family: 'Interstate', arial
        }

            .category-slider .item .item-cell {
                display: table-cell;
                vertical-align: middle;
                width: 50%;
            }

                .category-slider .item .item-cell:first-child {
                    vertical-align: top;
                }

                .category-slider .item .item-cell .item-content {
                    padding-right: 60px;
                }

                .category-slider .item .item-cell h4 {
                    font-weight: 300;
                    font-size: 25px;
                    margin-bottom: 25px;
                }

                .category-slider .item .item-cell p {
                    font-size: 15px;
                    line-height: 24px;
                }

                .category-slider .item .item-cell .note {
                    line-height: 1.3em;
                }
                /*.category-slider .item .item-cell + .item-cell { padding-left: 25px;}*/
                .category-slider .item .item-cell + .item-cell {
                    padding-left: 0;
                }

    .item-content hr {
        margin: 10px 0;
        border-top-color: #666;
    }

    .category-list-nav .sub {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        background: #333;
        z-index: 11;
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 15px;
        border-radius: 0 0 5px 5px;
    }

    .category-list-nav ul li:hover ul {
        display: block;
    }

    .category-list-nav .sub li:before {
        display: none;
    }

    .category-list-nav .sub li {
        text-align: left;
        width: 100%;
    }

    .category-list-nav ul li.has-sub {
        border-radius: 5px 5px 0 0;
    }

        .category-list-nav ul li.has-sub:hover {
            background: #333;
        }

    .category-list-nav li:hover > a {
        text-shadow: 0 0 1px #fff;
        color: #fff;
    }
}

@media screen and (min-width:1200px) {
    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }

    .btn-start {
        float: right;
        margin-top: 90px;
        margin-bottom: 0
    }

    .category-list-nav ul {
        max-width: 70%;
        margin: 20px auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .item-cell > .img > img {
        width: 95%;
    }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    .home-page .page-title big {
        font-size: 38px;
    }
}
