﻿/*	Define Header Websute
	Author: pennyauctionsoftware.com
*/

@charset "utf-8";
.top1 {
    /*-----border-top: 5px solid #49b8da;*/
    height: 35px;
    line-height: 35px;
    margin: 0;
    color: #686868;
    font-size: 11px;
    padding-top: 5px;
}

.top1right {
    float: right;
    /*width: 220px;*/
    line-height: 25px;
    text-align: right;
    color: #ffffff;
    background: #01b6d1;
    border-radius: 3px;
}

.top1right a {
    margin-left: 7px;
    margin-right: 7px;
    color: #fff;
    text-decoration: none;
}

.top1right a:hover {
    color: #000;
}

.logo {
    width: 160px;
    float: left;
}

.right-top {
    float: right;
    margin: 10px 0px 5px 0px;
    text-align: left;
    color: #fff;
    width: 360px;
    position: relative;
}

.right-top .row_top {
    width: 100%;
    height: 30px;
    clear: both;
    line-height: 30px;
}

.right-top .row_top .col_top {
    width: 137px;
    height: 30px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

.right-top .row_top .col_top1 {
    width: 80px;
    height: 30px;
    float: left;
    text-align: right;
}

.right-top .row_top .col_top1 input {
    width: 80px;
}

.right-top .topusename {
    background: url(/images/themes/login-sprite.png) repeat-y scroll 0 2px #fff;
    color: #666;
    padding-left: 38px;
    width: 90px;
    height: 28px;
}

.right-top .toppass {
    background: url(/images/themes/login-sprite.png) repeat-y scroll 0 -22px #fff;
    color: #666;
    padding-left: 38px;
    width: 90px;
    height: 28px;
}

.right-top .labelremember {
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 2px 0 0 3px;
    padding: 0;
}

.right-top .labelremember input[type=checkbox] {
    height: 12px;
}

.right-top a {
    color: #000;
    text-decoration: none;
    margin: 3px 0 0 1px;
    display: block;
}

.right-top:hover .topusename {
    background: url(/images/themes/login-sprite.png) repeat-y scroll 0 -47px #fff;
    color: #000;
}

.right-top:hover .toppass {
    background: url(/images/themes/login-sprite.png) repeat-y scroll 0 -71px #fff;
    color: #000;
}

.right-top:hover .labelremember {
    color: #000;
}

.right-top:hover a {
    color: #000;
}

.right-top:hover a:hover {
    color: #000;
}

.right-top .top_facelogin {
    position: absolute;
    top: -30px;
}

.google-translate {
    display: block;
    width: 175px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px
}

.right-top2 {
    float: right;
    margin: 25px 0px 5px 0px;
    text-align: center;
    width: 280px;
    margin-top: -15px;
}

#userName {
    font-size: 14px;
    color: #000
}

.right-top2 .row_top {
    width: 100%;
    clear: both;
    line-height: 28px;
    background: #eacd4c;
    border: 1px solid #eacd4c;
    border-radius: 4px;
}

.right-top2 .row_top .col_top {
    width: 137px;
    height: 30px;
    float: left;
    margin-right: 3px;
}

#nav {
    width: 1000px;
    /* 1000 */
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: 0;
    left: 0;
    z-index: 55555;
}

#nav > a {
    display: none;
}

#nav li {
    position: relative;
}

#nav li a {
    color: #000;
    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 */
}


/* first level */

#nav > ul {
    height: 60px;
    /* 60 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    padding: 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #45484D;
}

#nav > ul > li {
    min-width: 198px;
    height: 100%;
    float: left;
    list-style: none;
}

#nav > ul > li > a {
    height: 100%;
    font-size: 16px;
    /* 24 */
    line-height: 60px;
    /* 60 (24) */
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
}

#nav > ul > li:not(:last-child) > a {
    border-right: 1px solid #ccc;
}

#nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+99,ffffff+100 */
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 99%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 99%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 99%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}


/* second level */

#nav li ul {
    background-color: #45484D;
    display: none;
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    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;
    border-top: 1px solid #000000;
    padding: 10px;
}

#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+99,ffffff+100 */
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 99%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 99%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 99%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

/* Banner ------------------------ */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
}

.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 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    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 {
    box-shadow: 0 1px 6px 0 #B8B8B8;
    float: left;
    height: 55px;
    margin: 0;
    position: relative;
    width: 100%;
}

.tfsearch {
    background: none repeat scroll 0 0 #fff;
    border: 0!important;
    border-radius: 4px 0 0 4px !important;
    color: #333;
    cursor: text;
    height: 35px;
    left: 12px;
    line-height: 22px;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    width: 910px;
}

.btseach {
    background-image: url("/images/themes/search-bar-icon.png") !important;
    background-position: center top !important;
    border-bottom: 0 none;
    border-radius: 0 4px 4px 0 !important;
    border-right: 0 none;
    border-top: 0 none;
    cursor: pointer;
    height: 35px !important;
    position: absolute;
    right: 13px;
    text-indent: -9999px;
    top: 10px;
    width: 55px;
    z-index: 10;
}

.btseach:hover {
    background-image: url("/images/themes/search-bar-icon.png") !important;
    background-position: center bottom !important;
}

/* 1024 */
@media only screen and ( max-width: 1024px) {
    #nav {
        width: 100%;
        position: relative;
        z-index: 999;
        margin: 0;
    }
    #nav > ul{
        width: 100%;
        height: 40px;
    }
    #nav > ul > li {
        width: 20%;
        min-width: inherit;
    }
    #nav > ul > li > a{
        height: 100%;
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
    }
}

/* 1000 */
@media only screen and ( max-width: 62.5em){
    #nav {
        width: 100%;
        position: relative;
        z-index: 999;
        margin: 0;
    }
    #nav > ul > li > a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* 768 */
@media only screen and ( max-width: 768px) {
    header.bg_cloud > section > .width1000px > .logo img,
    header.bg_cloud > section > .width1000px > .logo + div > img{
        max-width: 100%;
        width: 100%;
    }
    header.bg_cloud > section > .width1000px > .logo + div > img{
        position: relative;
        top: -50%;
        transform: translateY(50%);
    }
    
}

/* 640 */
@media only screen and ( max-width: 40em){
    html {
        font-size: 75%;
        /* 12 */
    }
    #nav {
        position: relative;
        z-index: 999;
        top: auto;
        left: auto;
        background: #eeeeee;
    }
    #nav > a {
        width: 3.125em;
        /* 50 */
        height: 3.125em;
        /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #000;
        position: relative;
        box-shadow: 0 3px 6px 0 rgb(32 33 36 / 28%);
    }
    #nav > a:before,
    #nav > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
        transition: 0.3s all;
    }
    #nav > a:after {
        top: 60%;
    }
    #nav:not(:target) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
    #nav:target > a:last-of-type:before,
    #nav:target > a:last-of-type:after{
        width: 65%;
        top: 48%;
        left: 12%;
        border-color: #f3f303;
        transition: 0.3s all;
    }
    #nav:target > a:last-of-type:before{
        transform: rotate(45deg);
    }
    #nav:target > a:last-of-type:after{
        transform: rotate(135deg);
    }
    /* first level */
    #nav > ul {
        height: 0;
/*        display: none;*/
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0.9;
        transition: 0.3s ease;
        border: none;
        border-radius: 0 !important;
        overflow: hidden;
        box-shadow: 0 3px 6px 0 rgba(32, 33, 36, .28);
    }
    #nav:target > ul {
/*        display: block;*/
        opacity: 1;
        transition: 0.3s ease-in-out;
        height: 254px;
    }
    #nav > ul > li {
        width: 100%;
        float: none;
        height: initial;
    }
    #nav > ul > li > a {
        height: auto;
        line-height: 50px;
        text-align: left;
        padding: 0 0.833em;
        /* 20 (24) */
    }
    #nav > ul > li:not(:last-child) > a {
        border-right: none;
        border-bottom: 1px solid #020202;
/*        border-bottom: 1px solid #cc470d;*/
    }
    /* second level */
    #nav li ul {
        position: static;
        padding: 1.25em;
        /* 20 */
        padding-top: 0;
    }
}
/* 480 */
@media only screen and ( max-width: 480px) {
    header.bg_cloud > section > .width1000px > .logo a,
    header.bg_cloud > section > .width1000px > .logo a img{
        width: 100% !important;
        float: none !important;
    }
    header.bg_cloud > section > .width1000px{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px;
        position: relative;
    }
    header.bg_cloud > section > .width1000px > .logo{
        width: 30%;
    }
    header.bg_cloud > section > .width1000px > .logo + div{
        width: 70% !important;
        margin-top: 2.5%;
    }
    header.bg_cloud > section > .width1000px > .logo + div > img{
        top: 0;
        transform: translateY(0);
        margin: 0
    }
    header.bg_cloud > section > .width1000px > .logo + div + .right-top2{
        margin-top: 0;
        bottom: -48px;
    }
    header.bg_cloud > section > .width1000px > .logo a{
        display: block;
    }
    header.bg_cloud > section > .width1000px > .logo a img{
        margin: 0;
    }
}