﻿@font-face {
    font-family: 'KhmerUIRegular';
    src: url('fonts/khmerui_0.eot');
    src: url('fonts/khmerui_0.eot') format('embedded-opentype'), url('fonts/khmerui_0.woff') format('woff'), url('fonts/khmerui_0.ttf') format('truetype'), url('fonts/khmerui_0.svg#KhmerUIRegular') format('svg');
}

@font-face {
    font-family: 'ShrutiRegular';
    src: url('fonts/shruti_0.eot');
    src: url('fonts/shruti_0.eot') format('embedded-opentype'), url('fonts/shruti_0.woff') format('woff'), url('fonts/shruti_0.ttf') format('truetype'), url('fonts/shruti_0.svg#ShrutiRegular') format('svg');
}

@font-face {
    font-family: 'MonotypeCorsivaRegular';
    src: url('mtcorsva.eot');
    src: url('mtcorsva.eot') format('embedded-opentype'), url('mtcorsva.woff') format('woff'), url('mtcorsva.ttf') format('truetype'), url('mtcorsva.svg#MonotypeCorsivaRegular') format('svg');
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #000000 url(../images/BgWithF.jpg) repeat center -220px;
}

a {
    outline: none;
}

.MainBg {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.MainCenter {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: auto;
    /*background: red;
    opacity: 0.4;*/
}

.LogoTop {
    display: block;
    position: relative;
    padding: 0;
    margin: 20px auto 10px auto;
    width: 411px;
    height: 96px;
    text-decoration: none;
}

    .LogoTop img {
        display: block;
        padding: 0;
        margin: 0;
        border: 0 none;
    }

.Clear {
    display: block;
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
}

.Menu {
    position: relative;
    display: block;
    padding: 0;
    margin: 15px auto 5px auto;
    height: 30px;
    width: 840px;
    list-style: none;
    text-align: center;
}

    .Menu li {
        display: block;
        float: left;
        padding: 0;
        margin: 0 56px;
        list-style: none;
    }

        .Menu li a {
            display: block;
            float: left;
            padding: 0;
            margin: 0;
            font-weight: normal;
            font-size: 18px;
            font-family: KhmerUIRegular;
            font-variant: small-caps;
            color: #e8cf92;
            text-decoration: none;
            line-height: 20px;
        }

        .Menu li:last-child {
            margin-right: 18px;
        }

        .Menu li:first-child {
            margin-left: 18px;
        }

        .Menu li a:hover, .Menu li a.select {
            text-shadow: 0 0 25px #fff;
            -webkit-box-shadow: 0 0 55px 1px #fff;
            box-shadow: 0 0 55px 1px #fff;
            /*text-decoration: underline;*/
            -webkit-border-radius: 180px;
            border-radius: 180px;
            background: rgba(255, 255, 255, .3);
        }

.SlideContainerHolder {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 870px;
    height: 450px;
    overflow: hidden;
    /*background: blue;
    opacity: 0.4;*/
}

.SlideContainer {
    display: block;
    position: absolute;
    width: 870px;
    height: 460px;
    padding: 0;
    margin: 0;
    left: 870px;
    /*background: blue;
    opacity: 0.4;*/
}

    .SlideContainer:first-child {
        left: 0;
    }

.pageControl {
    display: block;
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 20% 15px 0 15px;
    background: url(../images/Arrow.png) no-repeat 0 0;
}

    .pageControl.prev {
        float: left;
    }

    .pageControl.next {
        float: right;
        background-position: -38px 0;
    }

    .pageControl.prev:hover {
        background-position: -81px 0;
    }

    .pageControl.next:hover {
        background-position: -127px 0;
    }

.FLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    /*margin: 20px 0 0 165px;*/
    padding: 0;
    width: 526px;
    height: 422px;
    background: url(../images/FLogoGold.png) no-repeat 0 0;
}

    .FLogo .HomeRing {
        display: block;
        border: 0 none;
        width: 109px;
        height: 97px;
        margin: 300px 0 0 190px;
        padding: 0;
    }

.LogoBottom {
    display: block;
    position: relative;
    width: 540px;
    height: 48px;
    margin: -20px auto 0 auto;
    padding: 0;
    border: 0 none;
}

.SocialLinks {
    clear: both;
    display: block;
    position: relative;
    padding: 0;
    margin: 40px auto 0 auto;
    width: 180px;
    height: 44px;
    list-style: none;
}

    .SocialLinks li {
        display: block;
        float: left;
        margin: 0 8px;
        padding: 0;
        width: 42px;
        height: 44px;
        list-style: none;
    }

        .SocialLinks li a {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 46px;
            height: 44px;
            background: url(../images/SocialLinks.png) no-repeat 0 0;
        }

    .SocialLinks .Facebook {
    }

    .SocialLinks .Pinterest {
        background-position: -60px 0;
    }

    .SocialLinks .S3 {
        background-position: -117px 0;
    }

    .SocialLinks .Facebook:hover {
        background-position: 0 -60px;
    }

    .SocialLinks .Pinterest:hover {
        background-position: -60px -60px;
    }

    .SocialLinks .S3:hover {
        background-position: -117px -60px;
    }

.CopyRight {
    display: block;
    position: relative;
    margin: 20px auto 10px auto;
    padding: 5px;
    width: 55px;
    height: 20px;
    font: normal 12px Verdana;
    color: #ffffff;
}

.SlideContainer .AboutUsContent {
    display: block;
    position: relative;
    padding: 10px;
    margin: 15px auto 0 auto;
    width: 820px;
    height: 405px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 3px #000000;
    box-shadow: 0 0 10px 3px #000000;
    background: rgba(0, 0, 0, .3);
}

.ComingSoon {
    display: block;
    position: relative;
    width: 218px;
    height: 33px;
    border: 0 none;
    margin: 165px auto 0 auto;
    padding: 0;
}

.ImgContactUs {
    display: block;
    position: relative;
    width: 94px;
    height: 161px;
    border: 0 none;
    margin: 10px auto 0 auto;
    padding: 0;
}

.emailID {
    clear: both;
    display: block;
    position: relative;
    margin: 10px auto;
    padding: 0;
    width: 321px;
    height: 25px;
    background: url(../images/EmailID.png) no-repeat 0 0;
}

p {
    display: block;
    position: relative;
    font-family: ShrutiRegular;
    font-size: 16px;
    padding: 2px;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    color: #e8cf92;
    line-height: 28px;
}

    p a {
        font-family: ShrutiRegular;
        font-size: 16px;
        padding: 0;
        color: #e8cf92;
        text-decoration: none;
    }

        p a:hover {
            text-decoration: underline;
        }

.AboutUsContent p {
    font-family: 'Monotype Corsiva';
    font-size: 20px;
}

h1 {
    padding: 0;
    margin: 10px 0 20px 0;
    text-align: center;
    width: 100%;
}

    h1:not(:first-child) {
        margin-top: 40px;
    }

.Panel {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 850px;
    height: 435px;
}

.Panel1 {
    margin: 10px auto 0 auto;
}

.Panel2 {
    display: none;
    /*background-color: blue;*/
}

    .Panel2 .Loading {
        display: block;
        position: absolute;
        width: auto;
        height: auto;
        margin: 80px auto;
        padding: 0;
        z-index: 99;
        outline: none;
        border: 0 none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.CategoryHolder {
    display: block;
    position: relative;
    float: left;
    margin: 3px 4px;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
}


.NecklessBridalSet, .NecklessBridalSet .CategoryImageHolder {
    width: 380px;
    height: 280px;
}

.Earings, .Earings .CategoryImageHolder {
    width: 220px;
    height: 280px;
}

.Solitaires, .Solitaires .CategoryImageHolder {
    width: 225px;
    height: 195px;
}

.PendantSet, .Rings, .Rings .CategoryImageHolder,
.PendantSet .CategoryImageHolder {
    width: 170px;
    height: 145px;
}

.BraceletasBangles, .BraceletasBangles .CategoryImageHolder {
    width: 252px;
    height: 145px;
}

.JadauVictorianSet, .JadauVictorianSet .CategoryImageHolder {
    width: 225px;
    height: 230px;
}

.JadauVictorianSet {
    margin-top: -82px;
}

.CategoryImageHolder {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    /*width: auto !important;*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .CategoryImageHolder div {
        display: block;
        position: relative;
    }

        .CategoryImageHolder div img {
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            /*display: block;
        position: relative;
        margin: auto;
        cursor: pointer;*/
        }

.CategoryHolder img.Loading {
    display: block;
    float: right;
    margin: 10px;
    width: 16px;
    height: 11px;
}

.NecklessBridalSet div {
    display: block;
    float: left;
    width: 380px;
    height: 280px;
}

.Earings div {
    display: block;
    float: left;
    width: 220px;
    height: 280px;
}

.Solitaires div {
    display: block;
    float: left;
    width: 225px;
    height: 195px;
}

.PendantSet div, .Rings div {
    display: block;
    float: left;
    width: 170px;
    height: 145px;
}

.BraceletasBangles div {
    display: block;
    float: left;
    width: 252px;
    height: 145px;
}

.JadauVictorianSet div {
    display: block;
    float: left;
    width: 225px;
    height: 230px;
}

.CategoryTitle {
    display: block;
    float: left;
    margin: 35px 0 0 20px;
    padding: 2px;
    width: 100px;
    height: 80px;
    font-weight: normal;
    font-size: 20px;
    font-family: KhmerUIRegular;
    color: #e8cf92;
    line-height: 35px;
}

.ImageHolderBg {
    display: block;
    position: relative;
    margin: 78px auto 0 auto;
    padding: 0;
    width: 340px;
    height: 300px;
    -webkit-box-shadow: 1px 1px 30px 50px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 1px 1px 30px 50px rgba(0, 0, 0, 0.73);
    box-shadow: 1px 1px 30px 50px rgba(0, 0, 0, 0.73);
    background: #000000;
    filter: blur(12px);
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -o-filter: blur(12px);
    -ms-filter: blur(12px);
    filter: url(blur.svg#blur);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
}


.ImageHolderArea {
    clear: both;
    display: block;
    position: absolute;
    width: 360px;
    height: 320px;
    margin: 80px auto;
    padding: 0;
    z-index: 99;
    outline: none;
    border: 0 none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.ImageHolder {
    display: block;
    position: absolute;
    margin: auto;
    outline: none;
    border: 0 none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ProductTitle {
    clear: both;
    float: left;
    margin: 80px 0 0 20px;
    padding: 2px;
    width: 150px;
    min-height: 26px;
    height: auto;
    font-weight: bold;
    font-size: 17px;
    font-family: KhmerUIRegular;
    color: #e8cf92;
    line-height: 22px;
    vertical-align: bottom;
}

.ProductDesc {
    clear: both;
    display: block;
    float: left;
    margin: 5px 0 0 20px;
    padding: 2px;
    width: 136px;
    height: 156px;
    font-weight: normal;
    font-size: 15px;
    font-family: KhmerUIRegular;
    color: #e8cf92;
    line-height: 22px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 3px #000000;
    box-shadow: 0 0 10px 3px #000000;
    background: rgba(0, 0, 0, .3);
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.CategoryMenu {
    display: block;
    position: absolute;
    margin: 60px 0 0 700px;
    padding: 0;
    list-style: none;
    width: 150px;
}

    .CategoryMenu li {
        display: block;
        padding: 0;
        margin: 30px 0;
        list-style: none;
    }

        .CategoryMenu li a {
            display: block;
            padding: 0;
            margin: 0;
            font-weight: normal;
            font-size: 15px;
            font-family: KhmerUIRegular;
            color: #e8cf92;
            text-align: right;
            text-decoration: none;
            zoom: 1;
            filter: alpha(opacity=70);
            opacity: 0.7;
            outline: none;
        }

            .CategoryMenu li a:hover, .CategoryMenu li a.select {
                filter: alpha(opacity=100);
                opacity: 1;
                text-decoration: underline;
            }

.ProductListHolder {
    display: none;
    position: relative;
    padding: 0;
    margin: 10px auto 0 auto;
    width: 470px;
    height: 106px;
    overflow: hidden;
}

.ProductList {
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    height: 106px;
    list-style: none;
}

    .ProductList li {
        display: block;
        float: left;
        padding: 0;
        margin: 18px 10px 10px 10px;
        list-style: none;
    }

        .ProductList li a {
            outline: none;
            display: block;
            float: left;
            padding: 0;
            margin: 0;
            width: 70px;
            height: 70px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 0 10px 3px #374c3b;
            box-shadow: 0 0 10px 3px #374c3b;
            background: rgba(0, 0, 0, .2);
        }

            .ProductList li a img {
                width: 70px;
                height: 70px;
                outline: none;
                border: 0 none;
            }

        .ProductList li.active {
            margin: 10px;
        }

            .ProductList li.active a {
                width: 86px;
                height: 86px;
                background: rgba(0, 0, 0, .6);
            }

                .ProductList li.active a img {
                    width: 86px;
                    height: 86px;
                }

.pageControl2 {
    display: none;
    width: 28px;
    height: 30px;
    padding: 0;
    margin: -65px 0 0 0;
    background: url(../images/ProductArrow.png) no-repeat 0 0;
}

    .pageControl2.prev {
        float: left;
        margin-left: 220px;
    }

    .pageControl2.next {
        float: right;
        margin-right: 220px;
        background-position: -38px 0;
    }

    .pageControl2.prev:hover {
        background-position: 0 -40px;
    }

    .pageControl2.next:hover {
        background-position: -38px -40px;
    }

.ExpandImgIcon {
    display: block;
    position: absolute;
    margin: 40px 0 0 610px;
    padding: 0;
    width: 19px;
    height: 19px;
    background: url(../images/ExpandImage.png) no-repeat 0 0;
    z-index: 999;
}

h4 {
    display: block;
    position: absolute;
    margin: 5px;
    padding: 2px;
    height: 22px;
    font-weight: normal;
    font-size: 16px;
    font-family: KhmerUIRegular;
    color: #e8cf92;
    z-index: 99;
    line-height: 1em;
    text-shadow: 0px 0px 0 rgb(181,157,95),1px 1px 0 rgb(141,117,55),2px 2px 0 rgb(100,76,14), 3px 3px 0 rgb(59,35,-27),4px 4px 3px rgba(0,0,0,0.6),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
}
