/*
Theme Name: Shilla Duty Free
Template: html5blank-stable
Author: Child Theme Configurator
Version: 1.0.1449551994
Updated: 2015-12-08 05:19:54
*/

@charset "UTF-8";

/* FONTS */
@font-face {
    /* WOFF2 for Helvetica75 is not working */
    font-family: 'Helvetica75';
    src: url('fonts/Helvetica75.eot');
    src: url('fonts/Helvetica75.woff') format('woff'),
    url('Helvetica75.ttf') format('truetype'),
    url('Helvetica75.svg') format('svg');
}

/* GENERAL STYLING */
body {
    min-width: 320px;
    font-size: 14px;
    overflow-x: hidden;
}

body.zh_CN {
    font-size: 14px;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

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

a:hover {
    color: #337ab7;
    text-decoration: none;
}

.max-width-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.red-higlight {
    color: #D42155;
}

.vertical-align-outer {
    display: table;
    height: 100%;
}

.vertical-align-inner {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.container-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .no-padding-below-767px {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {
    .no-padding-below-479px {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* HEADER/NAVIGATION STYLES - START */

#headerWrapper {
    position: fixed;
    top: 0;
    padding-top: 12px;
    background: #fff;
    width: 100%;
    z-index: 9999;
}

#headerPadding {
    height: 127px;
}

#headerContainer {
    padding: 0 10px;
    display: table;
    width: 100%;
}

#logoContainer {
    display: table-cell;
    width: 128px;
    -webkit-transition: 0.05s;
    transition: 0.05s;
}

#navWrapper {
    width: auto;
    display: table-cell;
}

#navWrapper .nav ul {
    padding-left: 0;
}

#navWrapper .nav li {
    display: inline-block;
}

#navWrapper .nav li a {
    font-family: 'Helvetica75', 'Arial', 'Times New Roman';
    text-transform: uppercase;
}

#auxNav {
    text-align: right;
}

#auxNav li a {
    display: inline-block;
    padding: 0px 10px;
    height: 15px;
    border-right: 1px solid #DFE0DB;
}

#auxNav li:last-child a {
    border-right: none;
    padding-right: 10px;
}

#auxNav li a {
    font-size: 11px;
    color: #AE9892;
}

#auxNav li.shop-menu a:before {
    content: "\f290";
    display: inline-block;
    margin-right: 7px;
    font-family: "FontAwesome";
    color: #D42155;
}

#auxNav li.shop-menu a {
    color: #D42155;
}

#auxNav #shopOnline-online {
    color: #685546;
}

#navContainer {
    text-align: right;
    margin-top: 24px;
}

#navContainer li {
    display: inline-block;
    padding: 0px 2.3%;
    height: 20px;
    position: relative;
    border-right: 1px solid #DFE0DB;
}

#navContainer li:last-child {
    border-right: none;
    padding-right: 10px;
}

#navContainer li a {
    font-size: 13px;
    color: #303030;
    padding-top: 2px;
}

body.zh_CN #navContainer li a {
    font-size: 14px;
}

@media (min-width: 768px) and (max-width: 960px) {
    #logoContainer {
        width: 90px;
    }

    #auxNav li a {
        font-size: 10px;
    }

    body.zh_CN #navContainer li a {
        font-size: 13px;
    }

    #navContainer {
        margin-top: 10px;
    }

    #navContainer li a {
        font-size: 10px;
    }

    #headerPadding {
        height: 75px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    #logoContainer {
        width: 90px;
        display: block;
        margin: auto;
    }

    #navWrapper {
        display: block;
        width: 100%;
    }

    #auxNav {
        text-align: center;
        margin-top: 12px;
    }

    #auxNav #english-glish {
        display: none;
    }

    #auxNav li a {
        font-size: 10px;
    }

    #navContainer {
        margin-top: 0px;
        display: block;
        text-align: center;
    }

    #navContainer ul {
        width: 100%;
        margin-top: 10px;
    }

    #navContainer li a {
        font-size: 10px;
    }

    #headerPadding {
        height: 136px;
    }
}

@media (min-width: 0px) and (max-width: 639px) {
    #logoContainer {
        width: 90px;
        display: block;
        margin: auto;
    }

    #navWrapper {
        display: block;
        width: 100%;
    }

    #auxNav {
        text-align: center;
        margin-top: 12px;
    }

    #auxNav #english-glish {
        display: none;
    }

    #auxNav li a {
        font-size: 9px;
    }

    #navContainer {
        margin-top: 0px;
        display: block;
        text-align: center;
    }

    #navContainer ul {
        width: 100%;
        margin-top: 10px;
    }

    #navContainer li {
        margin-top: 15px;
        padding: 0px 1.5%;
    }

    #navContainer li a {
        font-size: 10px;
    }

    #headerPadding {
        height: 40px;
    }
}

#condensedMenu {
    display: none;
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 19px;
    padding: 5px 10px;
}

#condensedMenu:hover {
    cursor: pointer;
}

/* WHEN SCROLLED INTO COLLAPSED PROPERTIES */
.stickyCollapsed {
    opacity: 0.8;
    padding-top: 5px !important;
}

.stickyCollapsed:hover {
    opacity: 1;
}

.stickyCollapsed #logoContainer {
    width: 46px;
}

.stickyCollapsed #navWrapper {
    padding-bottom: 0;
    padding-top: 5px;
}

.stickyCollapsed #english-glish {
    display: none;
}

.stickyCollapsed #navContainer li {
    padding: 0 1%;
}

.stickyCollapsed #navContainer li a {
    font-size: 10px;
}

.stickyCollapsed #auxNav {
    float: right;
}

.stickyCollapsed #navContainer {
    margin-top: 0 !important;
}

.stickyCollapsed #navLine {
    margin-top: 7px !important;
}

@media (min-width: 860px) {
    .stickyCollapsed #auxNav {
        margin-left: 20px;
    }
}

@media (min-width: 640px) and (max-width: 859px) {

    .stickyCollapsed #navContainer li {
        padding: 0 5px;
    }

    .stickyCollapsed #auxNav {
        margin-left: 0px;
    }

    .stickyCollapsed #auxNav li a {
        font-size: 9px;
    }

    .stickyCollapsed #navContainer li a {
        font-size: 10px;
    }
}

@media (min-width: 0px) and (max-width: 639px) {
    .stickyCollapsed #navWrapper {
        display: none;
    }

    .stickyCollapsed #condensedMenu {
        display: block;
    }

}

/* hide auxNav when below 767px */
@media (min-width: 0px) and (max-width: 767px) {
    .stickyCollapsed #auxNav {
        display: none;
    }
}

#navLine {
    height: 1px;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
}

/* HEADER/NAVIGATION STYLES - END */

/* FOOTER AREA STYLES - START */
footer.footer {
    margin-top: 30px;
    border-top: 1px solid #727272;
}

footer.footer h3 {
    font-family: 'Helvetica75', 'Helvetica Neue', Helvetica, sans-serif;
}

section#footer-widget-areas {
    padding-top: 15px;
}

@media (max-width: 479px) {
    section#footer-widget-areas article.footer-widget {
        width: 100%;
        text-align: center;
    }

    section#footer-widget-areas article.footer-widget:not(:first-child) {
        margin-top: 20px;
    }
}

section#footer-widget-areas .widget_nav_menu, section#footer-widget-areas .widget_text {
    padding: 0;
}

section#footer-widget-areas ul {
    margin: 0;
    padding: 0;
}

section#footer-widget-areas li a {
    color: #8F8F8F;
}

/* HACK - Using li.singapore-store::before and
          li.singapore-store ~ li.singapore-store {display:none;}
          to revert all ::before styling of subsequent elements to nothing.
*/
section#footer-widget-areas li.singapore-store::before {
    display: block;
    height: 18px;
    width: 18px;
    background: url('img/icons/singapore-icon.gif');
    background-repeat: no-repeat;
    content: '';
}

section#footer-widget-areas li.singapore-store ~ li.singapore-store::before {
    display: none;
}

section#footer-widget-areas li.korea-store::before {
    display: block;
    height: 18px;
    width: 18px;
    background: url('img/icons/korea-icon.gif');
    background-repeat: no-repeat;
    content: '';
}

section#footer-widget-areas li.korea-store ~ li.korea-store::before {
    display: none;
}

@media (max-width: 479px) {
    section#footer-widget-areas li.korea-store::before, section#footer-widget-areas li.singapore-store::before {
        margin: auto;
    }
}

section#footer-widget-areas h3 {
    font-size: 13px;
    text-transform: uppercase;
}

section#footer-widget-areas li {
    display: block;
    padding: 0;
}

/* Social media icons */
.social-icons > li {
    display: inline-block !important;
}

.social-icons > li a {
    padding: 0;
    height: 30px;
    width: 30px;
    display: table;
    margin-right: 4px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
}

.social-icons i {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #acacac;
    font-size: 19px;
    color: #fff;
    margin-left: 1px;
}

/* fb social icon seems 1 px too high as compared to the rest */
.social-icons i.fa-facebook {
    margin-top: 1px;
}

.footerLine {
    margin-top: 50px;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
}

section.copyright-section {
    padding: 15px;
    color: #969696;
}

section.copyright-section ul.menu li {
    display: inline-block;
    padding: 0 15px;
}

section.copyright-section ul.menu {
    padding: 0;
    margin: 0 0 12px;
}

section.copyright-section div.widget_nav_menu {
    padding-left: 0;
}

section.copyright-section ul.menu li:first-child {
    padding-left: 0;
    border-right: 1px solid #CACACA;
}

section.copyright-section ul.menu li a {
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
}

.copyright-blocks {
    vertical-align: middle;
}

.copyright-blocks-logo {
    display: table-cell;
    width: 150px;
    padding-right: 40px;
}

.copyright-blocks-text {
    display: table-cell;
    width: auto;
}

@media (min-width: 480px) and (max-width: 639px) {
    .copyright-blocks-logo {
        width: 125px;
        padding-right: 15px;
    }
}

@media (max-width: 479px) {
    section.copyright-section .copyright-blocks {
        padding-right: 0px;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 20px;
    }
}

.copyright-links-area {
    text-transform: uppercase;
    padding-bottom: 5px;
}

.copyright-links-area a {
    margin-right: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #606060;
}

.copyright-links-area a:not(:first-child) {
    margin-left: 16px;
}

.copyright-links-area a:not(:first-child)::before {
    display: inline-block;
    height: 9px;
    width: 1px;
    background-color: #606060;
    content: '';
    position: relative;
    left: -16px;
    top: -1px;
}

section.copyright-section .widget_text, p.copyright {
    font-size: 11px;
}

section.copyright-section p.copyright {
    text-transform: uppercase;
}

/* FOOTER AREA STYLES - END */

/* BREADCRUMPS STYLES - START */
#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 0px;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}

#breadcrumbs .separator {
    font-size: 8px;
    color: #A1A1A1;
    font-weight: normal;
    margin-top: 3px;
}

ul#breadcrumbs li a {
    color: #A1A1A1;
}

/* BREADCRUMPS STYLES - END */
/* GENERAL FOR ALL PAGES */

h1.page-title {
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.8em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 20px;
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    h1.page-title.no-padding.text-center {
        margin-top: 40px;
    }
}

h3.page-title {
    text-transform: uppercase;
}

body.single-shilla_event article.shilla_event img.img-responsive, body.single-shilla_event article.shilla_event img.size-full {
    width: 100%;
    height: auto;
}

/* Highlights */
.highlight-primary {
    color: #EF3F3B;
}

.highlight-secondary {
    color: #B09963;

}

/* Giant Letters */
.giant {
    font-size: 14em;
    font-family: serif;
    line-height: 1em;
    color: #EAEAEA;
}

/* separate text with any character */
.separator .separate-element::after {
    content: ', ';
}

.separator .separate-element:last-child::after {
    content: '';
}

/* CONTACT FORM 7 STYLE FIXES */

/* checkboxes */
/*.wpcf7-checkbox .wpcf7-list-item {
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item>input, .wpcf7-checkbox .wpcf7-list-item>span {
    vertical-align: middle;
}
.wpcf7-checkbox input[type="checkbox"] {
    margin-top: 0px;
    display: inline;
    width: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wpcf7-checkbox input[type="checkbox"]:focus {
    border: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/

/* custom pagination style */
nav.custom-pagination.row ul {
    margin: 0;
    padding: 0;
}

nav.custom-pagination.row ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.2em;
    color: #969696;
}

nav.custom-pagination.row ul li a {
    color: #D42155;
}

nav.custom-pagination {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0px;
    text-align: center;
}

a:focus {
    text-decoration: none;
}

/* Style of the footer subscriber form */
form.ninja-forms-form input.form-control {
    background: #fff;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: normal;
}

form.ninja-forms-form [type=submit] {
    background: #EF3F3B;
    color: #fff;
    border: none;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 10px 10px 12px;
}

aside.sidebar h3.aside-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 21px;
}

aside.sidebar ul.menu li {
    display: block;
    padding: 7px 15px;
    margin: 0;
    border-bottom: 1px solid #DDD;
}

aside.sidebar ul.menu {
    padding: 0;
}

aside.sidebar ul.menu li a {
    color: #333;
}

aside.sidebar ul.menu li::after {
    content: "\f054";
    font-family: "FontAwesome";
    float: right;
    font-size: 10px;
    margin-top: 5px;
}

aside.sidebar ul.menu li.current-menu-item a, aside.sidebar ul.menu li.current-menu-item::after {
    color: #D42155;
}

body.page-template-customer-service-page-contact .footer-newsletter-form .tohide-wrap {
    display: none;
}

@media (max-width: 767px) {
    aside.sidebar ul.menu {
        border-bottom: 1px solid #DDD;
        width: 100%;
        text-align: center;
    }

    aside.sidebar ul.menu li {
        display: inline-block;
        border-bottom: 0px;
    }

    aside.sidebar ul.menu li::after {
        content: "";
    }

    h1.page-title {
        margin-top: 40px !important;
    }
}

.no-padding {
    padding: 0;
}

#ninja_forms_field_127_div_wrap {
    margin-right: 25%;
}

/* Submenu Style */
#headerContainer ul.sub-menu {
    position: absolute;
    width: 220px;
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.39);
    margin-top: 1px;
    visibility: hidden;
    -webkit-transition: visibility 1s; /* Safari */
    transition: visibility 1s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    left: 0px;
}

.stickyCollapsed #headerContainer ul.sub-menu{
    width: 148px;
}
#headerContainer ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
    border: none !important;
    border-top: 1px solid #DFE0DB !important;
    padding: 8px 19px 28px !important;
}
.stickyCollapsed #headerContainer ul.sub-menu li{
    padding: 5px 10px 28px !important;
}
#headerContainer ul.sub-menu li a:link {
    font-weight: 300;
    color: #999999 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


#headerContainer nav.main-nav ul li:hover ul.sub-menu{
    visibility: visible;
}

@media screen and (max-width: 480px){
    nav#navContainer ul {
        width: 100%;
    }

    nav#navContainer ul li {
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid #ddd;
        padding: 10px 0px 12px;
        margin: 0;
        height: auto;
    }

    nav#navContainer ul li:last-child {
        border-bottom: none;
        padding-bottom: 5px;
    }

    #headerContainer ul.sub-menu {
        visibility: visible;
        display: none;
        position: relative;
        width: 100%;
        box-shadow: none;
        text-align: center;
        margin-top: 10px;
    }

    #headerContainer ul.sub-menu li {
        text-align: center;
        padding: 8px 0px 10px!important;
    }

    #headerContainer ul.sub-menu li:last-child {
        padding-bottom: 0px!important;
    }
}



#auxNav .srewards a{background:url('img/srewards.jpg') top right 4px no-repeat;background-size: 115px; width: 130px; font-size: 1px !important; line-height: 20px; color: transparent !important;border-right: 0px !important;}
#auxNav .srewards-ch a{background:url('img/srewards-ch.jpg') top right 4px no-repeat;background-size: 115px; width: 130px; font-size: 1px !important; line-height: 20px; color: transparent !important;border-right: 0px !important;}
.d-show{display:inline-block !important;}
.m-show{display:none !important;}
@media screen and (max-width: 720px){
.d-show{display:none !important;}
.m-show{display:inline-block !important;}
}


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


.jnFieldCt input,
.jnFieldCt select ,
.jnFieldCt textarea {
    width: auto;
    height: auto;
    vertical-align: inherit;
}

.jnFieldCt label {
    font-weight: bold;
}



.jnFieldCt input, .jnFieldCt select {
    background: #fff;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6E6E6E;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: normal;
    margin: 0 !important;
}

.jnFieldCt input[type=checkbox] {
    border: none;
    background: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    height: auto;
}

.jnFieldCt textarea {
    background: #fff;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: normal;
    margin: 0 !important;
}

.jnFieldCt label {
    margin-bottom: 5px;
    display: inline-block !important;
}

.jnFieldCt .ninja-forms-pass1 {
    margin-bottom: 10px;
}

.jnField{margin-bottom:30px;margin-top:5px;max-width:600px}
.jnField.full{max-width:100%;}
.jnField em{color:red;}
.jnField label{margin-bottom:5px;}

.jnFieldCt [type=submit] {
    background: #EF3F3B;
    color: #fff;
    border: none;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 10px 10px 12px;
}

.jnFieldCt [type=submit], .jnFieldCt [type=submit] {
    background: #EF3F3B;
    color: #fff;
    border: none;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 8px 10px 8px;
    max-width: 600px;
    height: auto;
}

.jnFieldCt .sep1{
    width:100%;height:8px;
}
span.wpcf7-list-item{    margin: 0;}
.jnField p i{    padding-left: 15px;}

.wpcf7-validates-as-required .wpcf7-list-item-label:after{content:' * ';color:red;font-size:15px;font-weight:600;}

div.sfsi_plus_wicons:nth-child(3) .sficn{   background:#356696;}
div.sfsi_plus_wicons:nth-child(4) .sficn{   background: #f0722e;}
div.sfsi_plus_wicons:nth-child(5) .sficn{   background: #acacac;}
.sfsi_plus_actvite_theme_flat div.sfsi_plus_wicons:nth-child(3) .sficn img,
.sfsi_plus_actvite_theme_flat div.sfsi_plus_wicons:nth-child(4) .sficn img,
.sfsi_plus_actvite_theme_flat div.sfsi_plus_wicons:nth-child(5) .sficn img{  width: 100% !important;}


div.sfsi_plus_wicons:nth-child(4),div.sfsi_plus_wicons:nth-child(5){display: inline-block !important;}
.grecaptcha-badge{display:none !important;}