@charset "utf-8";

/* : start : this is part is only for debugging purposes please hide this upon desployment */
#viewport_size{
    background: rgb(54, 25, 25);
    color : #fff;
    font-size : 2em;
    width :  15%;
    height :  6%;
    position : fixed;
    padding: 2%;
    top: 0px;    
    z-index : 2000;
    display: none;
}
/* : end  : this is part is only for debugging purposes please hide this upon desployment */

.pre_load#uc_home{
    display : none;
}

#pre_load_screen{
    padding-top: 107px;
    display: block;
    height : 600px;
    width : 100%;
    border-bottom : 2px #200203 solid;
    background-color : #fff;
}

#pre_load_screen .loader{
    position : relative;
    display : block;
    margin: 150px auto 0;
}

.paralax {
    padding: 601px 0 0 0;
}

.banner {
    width: 100%;
    height: 551px;
    position: fixed;
    top: 50px;
    overflow: hidden;
    background: #200203;
    z-index: 0;
}

    .banner > img {
        position: absolute;
        left: 50%;
        margin: 0 0 0 -640px;
        height: 100%;
    }

    .banner .in {
        position: relative;
        height: 100%;
    }

    .banner .copy {
        position: absolute;
        top: 50%;
        margin: -59px 0 0 0;
        left: 665px;
    }

        .banner .copy h1 {
            text-align: center;
            color: #fff;
            font-size: 4.2em;
            line-height: 1em;
        }

            .banner .copy h1 span {
                font-size: 0.524em;
                display: block;
                margin: 0 0 -10px;
            }

        .banner .copy p {
            text-align: center;
            font-size: 1.6em;
            line-height: 130%;
            margin: 15px 0;
        }

            .banner .copy p.link {
                display: block;
                width: 158px;
                height: 38px;
                line-height: 38px;
                color: #fff;
                border: 1px solid #fff;
                margin: 35px auto 0 auto;
                transition: all 0.5s ease;
                font-size: 1.6em;
                border-radius: 5px;
            }

    .banner:hover .copy p.link {
        background: #fff;
        color: #752027;
    }

    .banner a {
        width: 100%;
        height: 100%;
        display: block;
        background: url('http://media.sk-ii.com.sg/1023/op/img/news/fake.png') repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

.content {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    padding: 8px 0 80px 0;
}

    .content .left {
        width: 50%;
        float: left;
    }

    .content .right {
        width: 50%;
        float: right;
    }

    .content h2,
    .content h3 {
        font-size: 2.8em;
        line-height: 34px;
        height: 34px;
        padding: 8px 0 0 0;
        border-bottom: 1px solid #7d7d7d;
        color: #762027;
        margin: 0 0 20px 0;
    }

    .content h3 {
        padding: 8px 0 0 15px;
    }

    .content .img-link {
        display: block;
        width: 475px;
        height: 333px;
        border: 0;
    }

        .content .img-link:hover {
            opacity: 0.7;
        }

    .content .left .img-link {
        background: url('http://media.sk-ii.com.sg/1023/OP/img/homepage/content1.jpg');
    }

    .content .right .img-link {
        background: url('http://media.sk-ii.com.sg/1023/OP/img/homepage/content2a.jpg');
        margin: 0 0 0 15px;
    }

    /* TITLE */

    .content h2 a,
    .content h3 a {
        text-indent: -9999px;
        display: block;
        height: 26px;
    }

    .content h2 a {
        width: 289px;
        background: url('http://media.sk-ii.com.sg/1023/OP/img/title/index.png') no-repeat 0 0;
    }

    .content h3 a {
        width: 171px;
        background: url('http://media.sk-ii.com.sg/1023/OP/img/title/index.png') no-repeat 0 -50px;
    }


/*------------- CSS ADJUSTMENT FOR MAGIC RING MENU--------------*/

.paralax {
    padding: 658px 0 0;
}

.banner {
    top: 106px !important;
}	

/*------------- carousel : start --------------*/
#uc_home{
    height : 100%;
    overflow: hidden;
    font-family :  'Capitolium2Regular'!important;
}

.hidden{
    display: none;
}
.show{
    display: block!important;
}

#uc_home .in{
    position : relative;
    height : 100%;
}

.underline{
    text-decoration : underline;
}

.bg-rgt {
    background-position : top right;
}

.section {
    display: block;
    position : relative;
    height : auto;
    width : 100%;
    margin: 0;
    padding : 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 1024px;
}
    .float_content{
        position : absolute;
        top: 25%;
        display : block;
    }
    .float_content.right{
        right : 0;
    }
        .float_content *{
            display: block;
        }
        .float_content .red {
            color: #752027;
        }
        .float_content .white {
            color: #fff;
        }
        .float_content .box-lnk.border-red {
            border-color: #752027;
        }
        .float_content .box-lnk.border-white{
            border-color: #fff;
        }
        .float_content .h1{
            font-size: 7em;
        }
        .float_content .h2{
            font-size: 6.5em;
        }
        .float_content .h3{
            font-size: 5.5em;
        }
        .float_content .h4{
            font-size: 4em;  
        }
        .float_content .h5{
            font-size: 3em;            
        }
        .float_content li{
            font-size: 2.5em;
        }
        .float_content .box-lnk{
            border: 3px solid #000;                
            font-size: 2em;
            padding : 15px 20px;
            cursor : pointer;
            text-align : center;
            display : inline-block;
            position : relative;            
        }
        .box-lnk .txt{
            color : #000;
            display : inline-block;
            margin : 0!important;
            font-size : 1.2em;
            letter-spacing : 1px;
        }
        .box-lnk.white{border-color : #fff;}
            .box-lnk.white .txt{color : #fff;}
        .box-lnk .box-bg{
            position : absolute;
            display : block;
            margin : 0!important;
            height : 100%;
            width : 100%;
            top: 0;
            left: 0;
        }

        .box-lnk .box-bg2{
            position : absolute;
            display : block;
            margin : 0!important;
            height : 100%;
            width : 100px;
            top: 0;
            left: 0;
        }
       
    .slide,.slide_img{
        height : auto;
        width: 100%;
        margin: 0;
        padding:0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position : relative;
        background-position: center top;
    }
        .slide_img .float_content{
            text-align : center;
        }
            .slide_img .float_content .box-lnk{
                margin : 30px auto 0;
            }

    .section .bg .vid{
        right: 0;
        position: absolute; 
        min-width: 100%; 
        min-height: 100%;
        width: auto; 
        height: auto; 
        background-size: cover; 
    }

    .slick-dots{
        padding: 0;
        margin: 0 auto;
        position : absolute;
        height : auto;      
        width: 980px;  
        overflow : hidden;
        bottom : 0px;
        left: 0;
        right : 0;
        z-index: 900;
    }
        .slick-dots li{
            position : relative;
            float : left;
            width: 20%;
            height : 152px;
        }
            .slick-dots li img{            
                height : auto;
                width: 100%;
                border:1px #666666 solid ;
            }
            .slick-dots li a{      
                cursor : pointer;     
                display : block;
                height : 100%;
                width: 100%;
                position : absolute;
                left: 0;
                top: 0;
                right : 0;
                bottom: 0;
                -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
                -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;         /* Opera/IE 8+ */
            }
                .slick-dots li a:hover,
                .slick-active a{            
                    border : 2px solid #fff;
                }
            .slick-dots li span{      
                color : #fff;
                display: block;
                font-size : 1.5em;
                position :absolute;
                left: 0;
                right : 0;
                bottom: 6%;
                text-align : center;
            }
    #uc_changeDestiny .float_content{
        font-size: 0.9em;
        top: 25%;
        left: -20%;
    }
    #uc_changeDestiny .float_content a{
        text-decoration : underline;
        margin-top:60px;     
    }
    #uc_changeDestiny .float_content .h1{
        margin:20px 0;     
    }
    #uc_changeDestiny .float_content .h5{
        text-decoration : underline;
    }
    #uc_bestSeller .float_content{
        bottom: 30%;
        font-size: 0.9em;
        left: -25%;
        top: auto;
    }
        #uc_bestSeller #bestsellerset{
            display : block;
            height : auto;
            width: 100%;
            position: absolute;
            right: -15%;
            bottom : 0;
        }
        #uc_bestSeller #awards{
            display : block;
            height : auto;
            width: 30%;
            position: absolute;
            left: -10%;
            bottom : 45%;
        }
        #uc_bestSeller .float_content *{
            color : #000;
            font-weight : normal;
        }
        #uc_bestSeller .float_content .dwnAdj{
            margin: 50px 0;
        }
        #uc_bestSeller .float_content li{
            font-weight : bold;
            font-size: 3em;
            margin: 4px 0;
        }
            #uc_bestSeller .float_content li *{
                margin: 2px 0px;
            }
        #uc_bestSeller .float_content .box-lnk{
            border: 1px solid #000;
        }
            #uc_bestSeller .float_content .box-lnk .txt{
                font-size: 1.2em;
                letter-spacing : 1px;
            }

        #uc_magicring .float_content .box-lnk{
            margin : 30px auto 0;
            position : relative;
        }
            #uc_magicring .box-lnk:hover .box-bg{
                background-color: #d1d0d0;
	            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	            filter: alpha(opacity=30);
	            -moz-opacity:0.3;
	            -khtml-opacity: 0.3;
	            opacity: 0.3;
            }
    #uc_set .float_content {
        top: 33%;
        left:-20%;
        text-align : center;
    }

        #uc_set .float_content .box-lnk{
            border-color: #000;
            display: block;
            margin: 50px auto 0;
            width : 30%;
        }
#uc_bestSeller #bestsellerset a img {
    position : absolute;
    bottom: 0;
    
}   


.videoWrapper #video {
    display : none;
    background-color : #fff;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width:100%;
    z-index: 1001;
}
.videoWrapper #video iframe {
    height: 100%;
    width: 100%;
}
.videoClose {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 47px;
    width: 47px;
    background: url('http://media.sk-ii.com.sg/1023/OP/img/news/sprite.png') no-repeat right top;
    z-index: 2;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1003;
}

/*---------------------- CUSTOM ------------------------------*/


/* -----------------
Slides
------------------ */

#slide-1 .h3{
   font-family: NSimSun;
}
#slide-2 .float_content{
   right: 8%;
}
#slide-3 .float_content{
   right: 13%;
}
#slide-4 .float_content{
   left: -20%;
}
#uc_magicring .float_content, 
#slide-5 .float_content.right{
   right: 11%;
    text-align : center;
}


/* -----------------
BestSeller 
------------------ */
#uc_bestSeller #bestseller01 {
    left: 4%;
    width : 17%;
}
#uc_bestSeller #bestseller02 {
    left: 21%;
    width : 15%;
}
#uc_bestSeller #bestseller03 {
    left: 32%;
    width : 22%;
}
#uc_bestSeller #bestseller04 {            
    left: 52%;
    width : 19%;            
}
#uc_bestSeller #bestseller05 {            
    left: 69.5%;
    width : 36%;
}

#uc_bestSeller  #bestsellerset .buy-btn {
    background-color: #752326;
    bottom: 65px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px 8px;
    position: absolute;
}
