/* ======================================================
   RESET
====================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #6e6e6e;
}

/* ======================================================
   MAIN CONTAINER
====================================================== */
#Container {
    width: 980px;
    margin: 0 auto;
}

/* ===============================
   HEADER FINAL CLEAN VERSION
================================ */

#Header {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}


/* LOGO KIRI */
#Logo {
    float: left;
    width: 280px;
}

#Logo img {
    max-width: 260px;
    height: auto;
}


/* TOP RIGHT MENU */
#HeaderUpper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
}

#TopMenu ul {
    list-style: none;
}

#TopMenu ul li {
    display: inline-block;
    margin-left: 15px;
}

#TopMenu ul li a {
    color: #9a9a9a;
    font-size: 11px;
}

#TopMenu ul li a:hover {
    color: #000;
}

/* NAVIGATION DI KANAN */
#HeaderLower {
    float: right;
    margin-top: 30px; /* was 55px */
}

.sf-menu {
    list-style: none;
}

.sf-menu > li {
    display: inline-block;
    margin-left: 28px;
    position: relative; /* IMPORTANT FIX */
}

.sf-menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* GARIS HITAM */
#Header::after {
    content: "";
    display: block;
    clear: both;
    border-bottom: 4px solid #000;
    margin-top: 20px;
}

#SideCategoryList {
    width: 980px;
    margin: 0 auto;
}

/* HIDE DROPDOWN BULLETS */
.sf-menu li ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ONLY SHOW ON HOVER */
.sf-menu li:hover > ul {
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 180px;
    text-align: left;
    z-index: 999;
}

.sf-menu li ul li {
    display: block;
}

.sf-menu li ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 12px;
}
/* ======================================================
   HOMEPAGE GRID
====================================================== */

.col-1-1 { width: 100%; }
.col-4-12 { width: 33.333%; }
.col-8-12 { width: 66.666%; }
.col-1-3 { width: 33.333%; }

.col-1-1,
.col-4-12,
.col-8-12,
.col-1-3 {
    float: left;
}

.row3 { height: 180px; }
.row4 { height: 240px; }
.row6Double { height: 370px; }

/* CLEAR FLOAT */
#LayoutColumn1::after {
    content: "";
    display: block;
    clear: both;
}

/* ROW POSITION FIX */
.row3,
.row4,
.row6Double {
    position: relative;
}

/* BOX CONTENT */
.boxcontent {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

/* BACKGROUND IMAGES */
.pic1 { background: url("/product_images/uploaded_images/custom-v2.jpg") no-repeat center; }
.pic2 { background: url("/product_images/uploaded_images/fabrichomepage.png") no-repeat center; }
.pic3 { background: url("/product_images/uploaded_images/bowtieshomepageimage.png") no-repeat center; }
.pic4 { background: url("/product_images/uploaded_images/fedorashomepage12.png") no-repeat center; }
.pic5 { background: url("/product_images/uploaded_images/classiccomboshomepage.png") no-repeat center; }
.pic6 { background: url("/product_images/uploaded_images/wedding-v1.jpg") no-repeat center; }
.pic7 { background: url("/product_images/uploaded_images/skylinebowtiehomepage.png") no-repeat center; }

/* ======================================================
   FOOTER
====================================================== */
#Footer {
    clear: both;
    border-top: 4px solid #000;
    padding: 20px 0;
    margin-top: 30px;
    font-size: 12px;
}

#Footer ul {
    list-style: none;
    margin-top: 10px;
}

#Footer li {
    margin-bottom: 5px;
}

#Footer a {
    color: #6e6e6e;
}

#Footer a:hover {
    text-decoration: underline;
}

/* Hide HOME menu */
.sf-menu > li:first-child {
    display: none !important;
}
