﻿/*  Define Header Websute
    Author: pennyauctionsoftware.com
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@charset "utf-8";
.bg_cloud{
    background: transparent;
}
.bg_cloud section:nth-child(1){
    display:inline-block;
    display:flex;
    display:-webkit-flex;
    -webkit-justify-content: flex-end; /* Safari */
    justify-content: flex-end;
    padding: 10px 0px;
	background: #382f28;
}
.bg_cloud section:nth-child(2){
	background:#4c4036;
}
.bg_cloud section:nth-child(2) .width1000px{
    display:flex;
    display:-webkit-flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
/*	background: #4c4036;*/
	padding-top: 10px;
}
.logo{
    margin-left:40px;
}
.bg_cloud section:nth-child(3){
    clear:both;
}
.top1right{margin-right: 40px;}
/***************************Hover menu Top**************************/
.top1right a{
	position: relative;
	display: inline-block;
	outline: none;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	color: #9d846f;
	padding: 5px 10px;
	font-weight: bold;
}
.top1right a::before,
.top1right a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.top1right a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.top1right a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.top1right a:hover,
.top1right a:focus {
	color: #fff;
}
.top1right a:hover::before,
.top1right a:focus::before,
.top1right a:hover::after,
.top1right a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/***************************End hover menu Top**************************/
.bg_grey_dark select{padding:0!important; border:0!important; height:28px;}
.google-translate{    display: block;    float: right;    height: 35px;    left: 0;    overflow: hidden;    top: 0;    width: 175px;}
.right-top {
    text-align: left;
    color: #fff;
    width: 250px;
    position:relative;
    overflow:hidden;
    /*height:165px;*/
    margin-right: 40px;
}

    .right-top .row_top {
        clear: both;
        line-height: 30px;
    }

        .right-top .row_top .col_top {
            /*height: 30px;
            margin-right: 3px;*/
            display: inline-block;
            margin-bottom: 3px;
        }

        .right-top .row_top .col_top1 {
            height: 30px;
            text-align: right;
        }

    .right-top .topusename,
    .right-top .toppass{
        background: url(/images/themes/login-sprite.png) repeat-y scroll 0 2px #FFFFFF;
        color: #999999;
        padding-left: 38px;
        width: 100%;
        height:25px;
    }

    .right-top .toppass {
        background: url(/images/themes/login-sprite.png) repeat-y scroll 0 -22px #FFFFFF;
    }

    .right-top .labelremember {
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        font-weight: normal;
        position:absolute;
        top:73%;
    }

        .right-top .labelremember input[type=checkbox] {
            height: 12px;
        }

    .right-top a {
        color: #fff;
        text-decoration: none;
        display: block;
        position:absolute;
        top:60%;
        right: 5%;
    }
    .right-top .row_top .col_top:nth-child(2) a{
        right:0%;
        top: 73%;
    }
    .right-top .top_facelogin{
        position:absolute;
        top :0px;
        right:-105px;
        z-index:999999999;
        -webkit-transition: all ease 0.9s;
        -moz-transition: all ease .9s;
        -o-transition: all ease .9s;
        transition: all ease .9s;
    }
    .right-top .top_facelogin>.col_top>div{
        padding:inherit !important;
        margin:inherit !important;
    }
    .right-top .top_facelogin>.col_top>div>a>img,
    .right-top .top_facelogin>.col_top>div>input{
        float:inherit;
        padding:0px;
        margin:0px;
        height:23px;
        margin-top:3px;
    }
    .right-top .top_facelogin>.col_top>div>a>img{
        margin-top:23px;
        margin-left:4%;
    }
    .right-top:hover .topusename {
        background: url(/images/themes/login-sprite.png) repeat-y scroll 0 -47px #FFFFFF;
        color: #000;
    }
    .right-top:hover .top_facelogin,
    .top_facelogin:hover,
    .right-top:focus .top_facelogin,
    .top_facelogin:focus{
        right:-5px
    }
    .right-top:hover .toppass {
        background: url(/images/themes/login-sprite.png) repeat-y scroll 0 -71px #FFFFFF;
        color: #000;
    }

    .right-top:hover .labelremember {
        color: #333;
    }

    .right-top:hover a {
        color: #000;
    }

        .right-top:hover a:hover {
            color: #000;
        }
#nav {
    width: 100%;
    font-family: 'Roboto Slab', serif;
    position: relative;
    top: 0;
    left: 0;
    z-index:55555;
    padding: 0px 40px;
    background: #4c4036;
	border-color: #382f28;
}

    #nav > a {
        display: none;
    }

    #nav li {
        position: relative;
    }

        #nav li a {
            color: #fff;
            display: block;
        }

            #nav li a:active {
                background-color: #45484D !important;
            }

    #nav span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent; /* 5 */
        border-bottom: none;
        border-top-color: #efa585;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -0.313em; /* 5 */
    }
/***************************Hover menu Main**************************/
/*++++++++++ first level++++++++++ */
#nav > ul {
	height: 55px; /* 60 */
	border-radius: inherit!important;
	padding: 0;
	margin: 0;
}

#nav > ul > li {
	height: 100%;
	float: left;
	list-style: none;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 14px; /* 24 */
	line-height: 55px; /* 60 (24) */
	display: inline-block;
	text-align: center;
	position:relative;
	outline: none;
	text-shadow: none;
	font-weight: bold;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	padding: 0px 15px;
}

#nav > ul > li > a::before,
#nav > ul > li > a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #9d846f;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#nav > ul > li > a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#nav > ul > li > a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#nav > ul > li > a:hover,
#nav > ul > li > a:focus {
	color: #9d846f;
}

#nav > ul > li > a:hover::before,
#nav > ul > li > a:focus::before {
	opacity: 1;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}
#nav > ul > li > a:hover::after,
#nav > ul > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}
/* +++++++++++second level+++++++++++ */
#nav li ul {
	background-color: #f6f6f1;
	display: none;
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
	z-index: 900;
}

#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 12px;
	padding: 10px;
	color: #9d846f;
	background: #382f28;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#nav li ul li{
	display: inline-block;
	position: relative;
	width:100%;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#nav li ul li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#nav li ul li:hover:before, 
#nav li ul li:focus:before, 
#nav li ul li:active:before {
	right: 0;
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	color:#fff;
}
/***************************End Hover menu Main**************************/

@media only screen and ( max-width: 62.5em ) /* 1000 */
{
    #nav {
        width: 100%;
        position: relative;
        z-index: 999;
        margin: 0;
    }
}

@media only screen and ( max-width: 768px ) /* 640 */
{
    html {
        font-size: 75%; /* 12 */
    }
    .logo {
        margin-left: 20px;
    }
    .right-top,
    .top1right{
        margin-right:20px;
    }
    #nav {
        position: relative;
        z-index: 999;
        top: auto;
        padding: 0px 1%;
        left: auto;
        background-image: inherit;
		background: #4c4036;
    }

        #nav > a {
            width: 3.125em; /* 50 */
            height: 3.125em; /* 50 */
            text-align: left;
            text-indent: -9999px;
            background: #9d846f;
            position: relative;
        }

            #nav > a:before,
            #nav > a:after {
                position: absolute;
                border: 2px solid #fff;
                top: 35%;
                left: 25%;
                right: 25%;
                content: '';
            }

            #nav > a:after {
                top: 60%;
            }

        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type {
            display: block;
        }


        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            background: #4c4036;
            border-radius: inherit !important;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

            #nav > ul > li > a {
                height: auto;
                line-height:60px;
                text-align: left;
                padding: 0 0.833em; /* 20 (24) */
                color: #9d846f;
				display: block;
            }

            #nav > ul > li:not( :last-child ) > a {
                border-right: none;
                border-bottom: 1px solid #9d846f;
            }


        /* second level */

        #nav li ul {
            position: static;
            padding: 1.25em; /* 20 */
            padding-top: 0;
        }
}


/* Banner ------------------------ */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    /*border-radius:  0 0 5px 5px;*/
    height:400px;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
        border-radius:  0 0 5px 5px;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        /*border-radius:  0 0 5px 5px;*/
    }


/*.rslides {
    box-shadow: 0 0 3px #999;
    margin: 0 auto 40px;
}*/

.rslides {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    background: #fff;
    width: 100%;
}

.rslides2 {
    box-shadow: none;
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.rslides_tabs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px #000000 inset;
    font-size: 18px;
    list-style: none outside none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

    .rslides_tabs li {
        display: inline;
        float: none;
        margin-right: 1px;
    }

    .rslides_tabs a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline;
        height: auto;
        line-height: 20px;
        padding: 9px 20px;
        width: auto;
    }

        .rslides_tabs a:hover {
            border: 0 none;
        }

    .rslides_tabs li:first-child {
        margin-left: 0;
    }

    .rslides_tabs .rslides_here a {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
        font-weight: bold;
    }


.rslides_nav{
    position:absolute;
    top:50%;
    z-index:3;
    margin-top:-2em;
    width:3.75em;
    height:3.75em;
    background-color:rgba(0,0,0,0.5);
    text-indent:-9999px
}

.rslides_nav.next{
    right:3.5%;
    outline:0
}

.rslides_nav.next:after{
    position:absolute;
    margin-top:-0.75em;
    border-width:.75em 0 .75em .75em;
    border-style:solid;
    border-color:transparent;
    border-left-color:#fff;
    content:"";
    top:50%;
    right:50%;
    margin-right:-0.375em
}

.rslides_nav.prev{
    left:3.5%;
    outline:0
}

.rslides_nav.prev:after{
    position:absolute;
    margin-top:-0.75em;
    border-width:.75em .75em .75em 0;
    border-style:solid;
    border-color:transparent;
    border-right-color:#fff;
    content:"";
    top:50%;
    left:50%;
    margin-left:-0.375em
}


/* Banner ------------------ End --*/

/* Search Box ----------------- */
.boxsearch {
    
float: left;
    
/* height: 3px; */
    
margin: 0;
    
position: relative;
    
width: 100%;
}

.tfsearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 4px 0 0 4px !important;
    color: #666666;
    cursor: text;
    height: 30px;
    right: 115px;
    line-height: 22px;
    padding-left: 10px;
    position: absolute;
    top: -40px;
    width: 200px;
    z-index: 99999999;
}

.btseach {
   background-image: url("../K-Style-Brown/images/search.png") !important;
   background-position: center top !important;
   background-size: contain;
   background-repeat: no-repeat;
   border-bottom: 0 none;
   border-radius: 0 4px 4px 0 !important;
   border-right: 0 none;
   border-top: 0 none;
   cursor: pointer;
   height: 30px !important;
   position: absolute;
   right: 60px;
   text-indent: -9999px;
   top: -40px;
   width: 55px;
   z-index: 99999999;
}
