/*
*@module: Common core setting
*@Author: juhailin 2015-01-14
*@Update: 
*/
/*
*@module: Common core mixin
*@Author: juhailin 2015-01-14
*@Update: 
*/
@media screen and (max-width: 780px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
}

.container:before, .container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 12px;
    line-height: 1.42857;
    color: #202020;
    background-color: #fff;
}

body,
button,
input,
select,
textarea {
    font-family: Arial, sans-serif;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6, p, figure, form {
    margin: 0;
}

p {
    margin-bottom: 10px;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

h1, h2, h3 {
    line-height: 2;
    font-weight: normal;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5, h6 {
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #cc0000;
}

a:hover {
    color: #990000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    .pad_header{
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.page {
    position: relative;
}

.JS-tab, .JS-tabcon, .detail-tab, .detail-tabcon {
    position: relative;
}

.red {
    color: #f41111;
}

.green {
    color: #51B148;
}

.t-center {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.crumbs {
    margin: 20px 0 20px 0;
    padding: 0 0 3px;
    text-transform: capitalize;
    font-size: 12px;
    color: #666;
    border-bottom: 2px solid #ccc;
    *zoom: 1;
}

.crumbs:before, .crumbs:after {
    content: "";
    display: table;
}

.crumbs:after {
    clear: both;
}

.crumbs div {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.crumbs .back {
    color: #666;
    float: right;
    font-weight: bold;
}

.crumbs a {
    color: #666;
    text-decoration: underline;
}

.crumbs a:hover {
    color: #666;
    text-decoration: underline;
}

/* prev next */
.prev1,
.next1,
.prev4,
.next4,
.prev5,
.next5 {
    display: inline-block;
    background: url(../images/icons.png) no-repeat;
    width: 26px;
    height: 56px;
    position: absolute;
    top: 110px;
    cursor: pointer;
    z-index: 5;
}

.prev1 {
    background-position: 0 -78px;
    left: 0;
}

.next1 {
    background-position: -34px -78px;
    right: 0;
}

.prev-disabled,
.next-disabled {
    background: none;
}

.prev4 {
    background-position: 0 -1576px;
    left: 0;
}

.next4 {
    background-position: -34px -1576px;
    right: 0;
}

.prev5 {
    background-position: 0 -1576px;
    left: 0;
}

.next5 {
    background-position: -34px -1576px;
    right: 0;
}

.prev2,
.next2 {
    display: inline-block;
    background: url(../images/icons.png) no-repeat;
    width: 9px;
    height: 17px;
    position: absolute;
    top: 250px;
    cursor: pointer;
    z-index: 1;
}

.prev2 {
    background-position: -34px -500px;
    left: 0;
}

.next2 {
    background-position: -51px -500px;
    right: 0;
}

.next-btn1,
.prev-btn1 {
    margin: 0 5px;
}

.next-btn1 {
    background: url(../images/icons.png) no-repeat right -460px;
    padding-right: 12px;
}

.prev-btn1 {
    background: url(../images/icons.png) no-repeat -53px -522px;
    padding-left: 12px;
}

.prev3,
.next3 {
    display: inline-block;
    background: url(../images/icons.png) no-repeat;
    width: 17px;
    height: 9px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.prev3 {
    background-position: 0 -1535px;
}

.next3 {
    background-position: 0 -1552px;
}

@media (max-width: 767px) {
    .crumbs .flr {
        display: none;
    }
}

#gotop {
    bottom: 80px;
    position: fixed;
    right: 2px;
    z-index: 1000;
}

@media (min-width: 768px) {
    #gotop a {
        background: url(../images/icon.png) no-repeat 0 -784px;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: middle;
        *display: inline;
        *zoom: 1;
        width: 52px;
        height: 48px;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }

    .xs-mobile {
        text-align: center;
    }

    .xs-mobile-top {
        background: url(../images/icon.png) no-repeat -33px -905px;
        height: 28px;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: middle;
        *display: inline;
        *zoom: 1;
    }
}

.a-underline {
    display: block;
    text-decoration: underline;
    font-style: normal;
    margin: 3px 0;
    cursor: pointer;
}

#main {
    margin: 0 auto 30px;
    min-height: 650px;
    position: relative;
    width: 100%;
}

a {
    color: #202020;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

input {
    border: medium none;
}

.btn, .text, textarea {
    border: 1px solid #d6d6d6;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: medium none;
}

.text {
    padding: 0 5px;
}

.prev-btn {
    background: url("../images/icons.png") no-repeat scroll -53px -522px transparent;
    padding-left: 12px;
}

.next-btn {
    background: url("../images/icons.png") no-repeat scroll right -460px transparent;
    padding-right: 12px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mtb20 {
    margin: 20px 0;
}

.mold_open_hover, .mold_open {
    background-image: url();
    background-repeat: none;
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.mold_open {
    background-position: 0 -6px;
}

.mold_open_hover {
    background-position: 0 0;
}

.mod-menu {
    position: fixed;
    right: -1px;
    top: 50%;
    z-index: 1000;
}

.menu-cont-list a:hover {
    text-decoration: underline;
}

.mod-menu .menu-item {
    width: 60px;
    background: #cc0000;
    position: relative;
    z-index: 22;
}

.mod-menu .menu-item a:hover {
    text-decoration: none;
}

.mod-menu .menu-item li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ab0101;
}

.mod-menu .menu-item li a {
    background: transparent url("../images/footer-contact.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 35px;
    margin-top: 10px;
    vertical-align: middle;
    width: 40px;
    margin-left: 15px;
}

.mod-menu .menu-item li.mouse-bg {
    background: url() no-repeat #ab0101;
    position: relative;
    z-index: 22;
    margin-right: -4px;
}

.mod-menu .menu-item li.contact-email a {
    background: transparent url("../images/footer-contact.png") no-repeat scroll -56px 5px;
}

.mod-menu .menu-item li.contact-phone a {
    background: transparent url("../images/footer-contact.png") no-repeat scroll -105px 0;
}

.mod-menu .menu-cont {
    position: absolute;
    right: 60px;
    top: 1px;
    background: #ab0101;
    width: 230px;
    border-radius: 3px;
    z-index: 20;
}

.mod-menu .menu-cont-list {
    padding: 0 15px;
    height: 180px;
}

.mod-menu .menu-cont-list .menu-cont-item {
    padding-top: 20px;
}

.mod-menu .menu-cont-list p {
    color: #fff;
}

.mod-menu .menu-cont-list p a {
    color: #fff;
}

.mod-menu .menu-cont-list span.icon {
    background: transparent url("../images/footer-contact.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 135px;
    margin-top: 20px;
    vertical-align: middle;
    width: 40px;
    margin-left: 5px;
    float: left;
}

.mod-menu .menu-cont-list span.phone {
    background: transparent url("../images/footer-contact.png") no-repeat scroll -105px 0;
}

/* prev next */
.prev1,
.next1,
.prev4,
.next4,
.prev5,
.next5 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background: url(../images/icons.png) no-repeat;
    width: 26px;
    height: 56px;
    position: absolute;
    top: 110px;
    cursor: pointer;
    z-index: 5;
}

.prev1 {
    background-position: 0 -78px;
    left: 0;
}

.next1 {
    background-position: -34px -78px;
    right: 0;
}

.prev-disabled,
.next-disabled {
    background: none;
}

.prev4 {
    background-position: 0 -1576px;
    left: 0;
}

.next4 {
    background-position: -34px -1576px;
    right: 0;
}

.prev5 {
    background-position: 0 -1576px;
    left: 0;
}

.next5 {
    background-position: -34px -1576px;
    right: 0;
}

.prev2,
.next2 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background: url(../images/icons.png) no-repeat;
    width: 9px;
    height: 17px;
    position: absolute;
    top: 250px;
    cursor: pointer;
    z-index: 1;
}

.prev2 {
    background-position: -34px -500px;
    left: 0;
}

.next2 {
    background-position: -51px -500px;
    right: 0;
}

.next-btn1,
.prev-btn1 {
    margin: 0 5px;
}

.next-btn1 {
    background: url(../images/icons.png) no-repeat right -460px;
    padding-right: 12px;
}

.prev-btn1 {
    background: url(../images/icons.png) no-repeat -53px -522px;
    padding-left: 12px;
}

.prev3,
.next3 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background: url(../images/icons.png) no-repeat;
    width: 17px;
    height: 9px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.prev3 {
    background-position: 0 -1535px;
}

.next3 {
    background-position: 0 -1552px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 3px;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    background: #eee;
    color: #b3b3b3;
    border: 1px solid #cacaca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background-color: #202020;
    border-color: #202020;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    opacity: 0.8;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default .badge {
    color: #202020;
    background-color: #fff;
}

.btn-primary {
    color: #000;
    background-color: #fff000;
    border-color: #e6d800;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #000;
    opacity: 0.8;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary .badge {
    color: #fff000;
    background-color: #000;
}

.btn-success {
    color: #fff;
    background-color: #cc3300;
    border-color: #b32d00;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    opacity: 0.8;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success .badge {
    color: #cc3300;
    background-color: #fff;
}

.btn-address-cancel {
    color: #000 !important;
    background-color: #fff000 !important;
    border-color: #e6d800 !important;
    box-shadow: none !important;
}

.btn-link {
    color: #cc0000;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #cc0000;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #cc0000;
    text-decoration: none;
}

.btn-lg {
    padding: 0 25px;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    background-color: #d80101;
    border: 1px solid #930000;
    box-shadow: inset 0 0 5px #930000;
    color: #fff;
}

.btn-lg:hover, .btn-lg:focus, .btn-lg:active {
    color: #fff;
}

.btn-sm {
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.btn-xs {
    padding: 0 15px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    text-transform: capitalize;
    font-weight: bold;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    *zoom: 1;
    font-size: 12px;
}

.pagination:before, .pagination:after {
    content: "";
    display: table;
}

.pagination:after {
    clear: both;
}

.pagination > li {
    display: inline;
    float: left;
    *display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.42857;
    text-decoration: none;
    color: #202020;
    margin-left: -1px;
    padding: 3px 8px;
}

.pagination > li > a.current {
    color: #cc0000;
    text-decoration: underline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    text-decoration: none;
    margin-left: 0;
    border-radius: 3px;
    border: 1px solid #666;
    color: #666;
}

.pagination > li:first-child > a:hover,
.pagination > li:first-child > a:focus {
    text-decoration: none;
    margin-left: 0;
    background-color: #666;
    color: white;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #666;
    color: #666;
}

.pagination > li:last-child > a:hover,
.pagination > li:last-child > a:focus {
    text-decoration: none;
    background-color: #666;
    color: white;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #cc0000;
}

.pagination > .active > a.current, .pagination > .active > a.current:hover, .pagination > .active > a.current:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #cc0000;
    cursor: default;
}

.pagination > .disabled a {
    background-color: #f6f6f6;
    color: #898989 !important;
    cursor: not-allowed;
    border: 1px solid #dcdede !important;
    line-height: 1.42857;
    text-decoration: none;
    margin-left: -1px;
    padding: 3px 8px;
}

.pagination > .disabled a:hover, .pagination > .disabled a:focus {
    background-color: #f6f6f6 !important;
    color: #898989 !important;
    border: 1px solid #dcdede;
}

.pagination-mobile {
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
    *zoom: 1;
    font-size: 12px;
}

.pagination-mobile:before, .pagination-mobile:after {
    content: "";
    display: table;
}

.pagination-mobile:after {
    clear: both;
}

.pagination-mobile > li {
    display: inline;
}

.pagination-mobile > li > a,
.pagination-mobile > li > span {
    position: relative;
    float: left;
    padding: 5px 8px;
    line-height: 1.42857;
    text-decoration: none;
    margin-left: -1px;
    color: #666;
}

.pagination-mobile > li > span {
    padding: 5px 18px;
}

.pagination-mobile > li:first-child > a,
.pagination-mobile > li:first-child > span {
    margin-left: 0;
    border-radius: 3px;
    border: 1px solid #666;
    color: #666;
}

.pagination-mobile > li:first-child > a:hover,
.pagination-mobile > li:first-child > a:focus {
    margin-left: 0;
    background-color: #666;
    color: white;
}

.pagination-mobile > li:last-child > a,
.pagination-mobile > li:last-child > span {
    border-radius: 3px;
    border: 1px solid #666;
    color: #666;
}

.pagination-mobile > li:last-child > a:hover,
.pagination-mobile > li:last-child > a:focus {
    background-color: #666;
    color: white;
}

.pagination-mobile > .disabled > a {
    background-color: #ccc;
    color: white !important;
    cursor: not-allowed;
}

.pagination-mobile > .disabled > a:hover, .pagination-mobile > .disabled > a:focus {
    background-color: #ccc !important;
    color: white !important;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #666;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #424242;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #444;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 30px;
    line-height: 1.42857 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 24px;
    line-height: 1.5 \0;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 36px;
    line-height: 1.33 \0;
}

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
    line-height: 1.42857;
}

_:-ms-fullscreen.input-sm, :root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm, :root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
    line-height: 1.5;
}

_:-ms-fullscreen.input-lg, :root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg, :root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
    line-height: 1.33;
}

.form-group {
    margin-bottom: 23px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .form-group-sm .form-control {
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

select.input-sm, .form-group-sm .form-control {
    height: 24px;
    line-height: 24px;
}

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
    height: auto;
}

.input-lg, .form-group-lg .form-control {
    height: 36px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

select.input-lg, .form-group-lg .form-control {
    height: 36px;
    line-height: 36px;
}

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 37.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.input-sm + .form-control-feedback {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #606060;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: "";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

input.error, textarea.error {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: 0 0 6px #a94442;
    box-shadow: 0 0 6px #a94442;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.error {
    font-weight: normal;
}

.textarea-long {
    width: 70%;
    height: 140px;
    color: #424242;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 20px 0;
}

@media (max-width: 767px) {
    .textarea-long {
        width: 100%;
    }
}

.drop-down {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 2em;
    line-height: 2em;
    position: relative;
}

.drop-down .drop-down-hd {
    padding: 0 0 0 5px;
    cursor: pointer;
    *zoom: 1;
}

.drop-down .drop-down-hd .icon-usd {
    width: 21px;
    height: 16px;
}

.drop-down .drop-down-hd .fa {
    margin: 0 5px;
}

.drop-down:hover .drop-down-hd .fa {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.drop-down .drop-down-list {
    display: block;
    position: absolute;
    left: -1px;
    background: #fff;
    width: 100%;
    padding-left: 0px;
    box-shadow: 0 0 5px #e5e5e5;
    z-index: 90;
}

.drop-down .drop-down-list .on {
    background: #e5e5e5;
}

.drop-down .drop-down-list .drop-down-option {
    padding: 5px;
    margin: 0;
    line-height: 1.5;
}

.drop-down .drop-down-list .drop-down-option a {
    display: block;
    text-decoration: none;
    color: #666;
    _zoom: 1;
}

.drop-down .drop-down-list .drop-down-option:hover {
    background: #999;
}

.drop-down .drop-down-list .drop-down-option:hover a {
    color: #fafafa;
}

/* header */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.site-header .topheader {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    background-color: #454545;
    height: 35px;
    line-height: 35px;
    color: #b8b8b8;
    width: 100%;
    vertical-align: middle;
}

.site-header .topheader .container .account-list {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    float: right;
    *display: inline;
}

.site-header .topheader .container .account-list li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    float: left;
    *display: inline;
}

.site-header .topheader .container .account-list li a {
    color: #b8b8b8;
}

.site-header .midheader {
    /*height: 125px;*/
    background-color: #fff;
}

@media (max-width: 767px) {
    .site-header .midheader {
        height: 90px;
    }
}

.site-header .midheader .logo {
    background: url(../images/logo.png) no-repeat;
    width: 262px;
    height: 111px;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header .midheader .logo {
        background: url(../images/logo-pad.png) no-repeat;
        width: 200px;
        height: 80px;
        display: block;
        margin-left: 25px;
    }
}

@media (max-width: 767px) {
    .site-header .midheader .logo {
        background: url(../images/logo-phone.png) no-repeat;
        width: 152px;
        height: 64px;
        margin-left: 10px;
        display: block;
    }
}

.site-header .midheader .midheader-search {
    border-right: 1px solid #dedede;
    height: 100px;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header .midheader .midheader-search {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .site-header .midheader .midheader-search {
        height: 80px;
        border: none;
    }
}

.site-header .midheader .midheader-search .search {
    margin-top: 40px;
    width: 95%;
    overflow: hidden;
    border: 1px solid #888;
    border-radius: 3px;
    background-color: #e6e6e6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header .midheader .midheader-search .search {
        display: none;
    }
}

.site-header .midheader .midheader-search .search .input-search {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: 82%;
    color: #999;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header .midheader .midheader-search .search .input-search {
        width: 72%;
    }
}

.site-header .midheader .midheader-search .search .btn-search {
    background-color: #909090;
    background: url("../images/icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 26px;
    width: 15%;
    margin: 4px 0 0 7px;
}

.site-header .midheader .header-contact {
    border-right: 1px solid #dedede;
    height: 100px;
    /*margin-top: 10px;*/
    padding-top: 15px;
}

@media (max-width: 767px) {
    .site-header .midheader .header-contact {
        height: 80px;
        border: none;
        padding: 15px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header .midheader .header-contact {
        margin-top: 20px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .site-header .midheader .header-contact {
        margin: 0;
    }
}

.site-header .midheader .header-contact a {
    cursor: pointer;
    text-decoration: none;
    color: #666;
}

.site-header .midheader .header-contact li {
    float: left;
    width: 50%;
    text-align: center;
}

.site-header .midheader .header-contact .tel-phone-1 {
    width: 100%;
    font-weight: bolder;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
}

.site-header .midheader .header-contact .tel-phone-2 {
    width: 100%;
    font-weight: bolder;
    font-size: 16px;
}

.site-header .midheader .header-contact .tel-phone-3 {
    width: 100%;
    font-size: 12px;
}

.site-header .midheader .header-contact li .tel-a {
    font-size: 22px;
    font-weight: bold;
    color: #d50101;
    font-style: italic;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .site-header .midheader .header-contact li .tel-a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .site-header {
        position: fixed;
        z-index: 10;
        width: 100%;
    }

    .site-header .midheader .header-contact li {
        width: auto;
    }
}

@media (max-width: 991px) {

    .site-header .midheader .header-contact li .tel-a {
        font-size: 13px;

    }

    .site-header .midheader .header-contact .tel-phone-2 {
        font-size: 12px;
    }

}

.site-header .midheader .header-contact li p.phone {
    background: url("../images/header-icon.png") no-repeat scroll 0 -5px;
    height: 45px;
    width: 50px;
    margin-left: 5%;
}

.site-header .midheader .header-contact li p.chat {
    background: url("../images/header-icon.png") no-repeat scroll -88px -3px;
    height: 47px;
    width: 50px;
    margin-left: 10%;
}

.site-header .midheader .header-contact li p.chat-offline {
    background: url("../images/header-icon.png") no-repeat scroll -290px -3px;
    height: 47px;
    width: 50px;
    margin-left: 10%;
}

.site-header .midheader .header-contact li p {
    margin: 0;
    margin-left: 5%;
}

@media (max-width: 992px) {
    .site-header .midheader .header-contact li p.phone, .site-header .midheader .header-contact li p.chat, .site-header .midheader .header-contact li p.chat-offline {
        margin: 12% 0 0 30%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .site-header .midheader .cart-sm-1 {
        padding-left: 5px;
    }
}

.site-header .midheader .header-cart {
    text-align: center;
}

.site-header .midheader .header-cart a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.site-header .midheader .header-cart p.cart {
    background: url("../images/header-icon.png") no-repeat scroll -189px 0;
    height: 65px;
    width: 60px;
    margin: 25px 0 35px 5px;
    position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
    .site-header .midheader .header-cart p.cart {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .site-header .midheader .header-cart p.cart {
        margin: 0;
        margin-top: 15px;
    }
}

.site-header .midheader .header-cart p.cart span {
    position: absolute;
    left: 10%;
    width: 60px;
    top: 5px;
    text-align: center;
}

.site-header .midheader .header-cart .mycart-box {
    cursor: auto;
    position: absolute;
    right: -15px;
    z-index: 20;
    line-height: 18px;
    border: 1px solid #8c8c8c;
    box-shadow: 0 0 5px #8c8c8c;
    background: #fff;
    padding-bottom: 5px;
}

.site-header .midheader .header-cart .mycart-box .topicon {
    top: -5px;
    right: 30px;
}

.site-header .midheader .header-cart .mycart-con {
    width: 305px;
    background-color: #fff;
    text-transform: none;
}

.site-header .midheader .header-cart .mycart-con .tit {
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    text-transform: capitalize;
    background-color: #5f5f5f;
    color: #fff;
}

.site-header .midheader .header-cart .mycart-con .tit span {
    background: transparent url("../images/icon.png") no-repeat scroll -32px -193px;
    height: 30px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
}

.site-header .midheader .header-cart .mycart-con .cart-all-goods {
    text-align: right;
    line-height: 1.5;
    background-color: #efefef;
    padding: 10px;
    font-size: 14px;
}

.site-header .midheader .header-cart .mycart-con p {
    height: 20px;
    margin: 0;
    font-weight: bold;
}

.site-header .midheader .header-cart .mycart-con .cart-empty-info {
    line-height: 20px;
    padding: 10px 0 20px;
    font-size: 14px;
}

.site-header .midheader .header-cart .mycart-con .items li {
    padding: 15px;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    line-height: 18px;
    overflow: hidden;
}

.site-header .midheader .header-cart .mycart-con .items .mycart-pic {
    float: left;
    *display: inline;
}

.site-header .midheader .header-cart .mycart-con .items .mycart-pic img {
    width: 75px;
}

.site-header .midheader .header-cart .mycart-con .items .mycart-info {
    float: left;
    *display: inline;
    width: 160px;
    margin: 0px 0px 0px 20px;
    text-align: left;
    color: #666;
}

.site-header .midheader .header-cart .mycart-con .items .mycart-info .mybag-info-name {
    display: block;
    padding: 0 0 2px;
    text-transform: capitalize;
    height: 38px;
    overflow: hidden;
    color: #444;
}

.site-header .midheader .header-cart .mycart-con .items .mycart-info span {
    display: block;
}

.site-header .midheader .header-cart .mycart-con .items .mycart-info .cart-delete a {
    text-decoration: underline;
    color: #444;
}

.site-header .nav-phone {
    line-height: 45px;
}

.site-header .nav-phone ul {
    background-color: #d50101;
    border-bottom: 1px solid #900000;
}

.site-header .nav-phone ul li {
    height: 45px;
}

.site-header .nav-phone ul li a.list-icon {
    background: transparent url("../images/phone-icon.png") no-repeat scroll 0 0;
    width: 45px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-top: 3px;
    position: relative;
}

.site-header .nav-phone ul li a.search-icon {
    background: transparent url("../images/phone-icon.png") no-repeat scroll -72px 0;
    width: 35px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.site-header .nav-phone ul li a.account-icon {
    background: transparent url("../images/phone-icon.png") no-repeat scroll -130px 0;
    width: 35px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.site-header .nav-phone ul li a.mybag-icon {
    background: transparent url("../images/phone-icon.png") no-repeat scroll -188px 0;
    width: 45px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.site-header .nav-phone ul li a.mybag-icon span {
    left: 24px;
    position: absolute;
    top: -10px;
}

.site-header .nav-phone ul li.col-xs-4 {
    text-align: center;
}

.site-header .nav-phone .phone-search {
    background-color: #d50101;
    line-height: 45px;
    height: 45px;
}

.site-header .s-search {
    background-color: #e6e6e6;
    border-radius: 3px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

.site-header .s-search .input-search {
    color: #999;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: 84%;
}

@media (max-width: 992px) {
    .site-header .s-search .input-search {
        width: 90%;
    }
}

.site-header .s-search .btn-search {
    background: transparent url("../images/icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 30px;
    margin: 6px 0 0 10px;
    width: 12%;
}

@media (max-width: 992px) {
    .site-header .s-search .btn-search {
        width: 10%;
        margin: 6px 0 0 0;
    }
}

.site-header .navbar-collapse {
    overflow: visible !important;
    border-top: 1px solid transparent;
}

.site-header .navbar-collapse ul {
    background-color: #f0f0f0;
    border: none;
    margin-top: 45px;
}

.site-header .navbar-collapse ul li {
    height: auto;
}

.site-header .navbar-collapse ul li .link {
    position: relative;
    line-height: 35px;
    border-bottom: 1px solid #d1d1d1;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    font-size: 14px;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-header .navbar-collapse ul li .link i.fa-caret-down {
    font-size: 16px;
    transition: all 0.4s ease 0s;
    color: #999;
    position: absolute;
    top: 8px;
    right: 15px;
}

.site-header .navbar-collapse ul li .submenu {
    margin: 0;
    padding: 0 20px;
}

.site-header .navbar-collapse ul li .submenu li {
    line-height: 30px;
    padding: 0 10px;
}

.site-header .navbar-collapse ul li .submenu li:hover {
    background-color: #fff;
}

.site-header .navbar-collapse ul li .submenu a {
    display: block;
    width: 100%;
}

.site-header .navbar-collapse ul li.open .link {
    color: #444;
    font-weight: bold;
}

.site-header .navbar-collapse ul li.open .link i.fa-caret-down {
    padding-top: 8px;
    color: #444;
    position: absolute;
    top: 8px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.4s ease 0s;
}

.site-header .navbar {
    width: 100%;
    background-color: #d50101;
    height: 43px;
    border-bottom: 1px solid #900000;
    box-shadow: inset 0 0 5px #900000;
}

.site-header .navbar .nav-scooters {
    font-size: 14px;
    height: 43px;
}

.site-header .navbar .nav-scooters li {
    height: 43px;
    cursor: pointer;
    float: left;
    position: relative;
    background: url("../images/header-line.jpg") no-repeat right;
    text-align: center;
    width: 11%;
    text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header .navbar .nav-scooters li {
        width: 14%;
    }
}

.site-header .navbar .nav-scooters li a {
    color: #fff;
    display: block;
    margin-top: 12px;
    text-decoration: none;
    font-weight: bold;
}

.site-header .navbar .nav-scooters li:last-child {
    background: none;
}

.site-header .navbar .nav-scooters li:last-child a {
    color: #fff000;
}

.site-header .navbar .nav-scooters .nav-list {
    background-color: #fff;
    border: 1px solid #c3c4c4;
    box-shadow: 0 0 8px #c3c4c4;
    cursor: auto;
    padding: 10px;
    position: absolute;
    top: 43px;
    left: -90%;
    z-index: 999;
    width: 520px;
}

.site-header .navbar .nav-scooters .nav-list ul {
    overflow: hidden;
}

.site-header .navbar .nav-scooters .nav-list ul li {
    cursor: auto;
    float: left;
    margin: 0 5px;
    padding-bottom: 0;
    width: 45%;
    background: none;
    position: relative;
    float: left;
    height: auto;
}

.site-header .navbar .nav-scooters .nav-list ul li dl {
    margin-bottom: 10px;
    text-align: left;
}

.site-header .navbar .nav-scooters .nav-list ul li dl dt {
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0 0 3px 15px;
    text-transform: capitalize;
    color: #444;
    font-size: 14px;
}

.site-header .navbar .nav-scooters .nav-list ul li dl dd {
    font-size: 12px;
    color: #000;
}

.site-header .navbar .nav-scooters .nav-list ul li dl dd a {
    color: #000;
    padding: 5px 0 5px 15px;
    margin-top: 5px;
}

.site-header .navbar .nav-scooters .nav-list ul li dl dd a:hover, .site-header .navbar .nav-scooters .nav-list ul li dl dd a:active {
    color: #fff;
    background-color: #d20a16;
    text-decoration: none;
}

.site-header .navbar .nav-scooters .bit-list {
    width: 160px;
    left: -20%;
}

.site-header .navbar .nav-scooters .bit-list ul li {
    width: 100% !important;
}

.site-header .navbar .nav-scooters .first {
    left: 0;
}

.phone-nav-wrapper {
    background-color: #202020;
    height: 70px;
    z-index: 60;
}

.phone-nav-wrapper .logo {
    margin-top: 19px;
    float: left;
    *display: inline;
}

.phone-nav-wrapper .mybag {
    margin-top: 23px;
    float: right;
    *display: inline;
}

.phone-nav-wrapper .fa-user {
    margin-top: 24px;
    margin-right: 10px;
    color: #f41111;
    font-size: 20px;
    display: block;
    float: right;
    *display: inline;
}

.phone-nav-wrapper .fa-user:hover {
    text-decoration: none;
}

.phone-nav-wrapper .p-menu-search {
    border-radius: 0;
    margin: 0px;
    background-color: #fafafa;
    border-color: #fafafa;
}

.phone-navbar {
    background-color: #e5e5e5;
    height: auto;
    z-index: 60;
}

.phone-navbar .search-box {
    margin-top: 10px;
    margin-left: 15px;
    width: 70%;
    position: relative;
    z-index: 80;
    float: left;
    *display: inline;
}

.phone-navbar .search-box .fa-search {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 1.4em;
    color: #000;
}

/* phone screen adaptation */
@media (min-width: 768px) {
    .top-shortcut, .nav-wrapper, .scroll-nav-wrapper {
        display: block;
    }

    .phone-nav-wrapper, .phone-navbar, .scroll-nav-wrapper .mybag .drop-down-hd .bag-title {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-shortcut, .nav-wrapper, .scroll-nav-wrapper, .f-sm-none {
        display: none;
    }

    .scroll-nav-wrapper {
        top: -1000px;
    }

    .phone-nav-wrapper, .phone-navbar {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-language {
        display: none;
    }
}

@media (min-width: 992px) {
    .select-language {
        display: none;
    }
}

/*
*@module: product index-footer
*@Author: zhangxi 2015-08-03
*@Update:
*/
footer {
    width: 100%;
    font-size: 16px;
    background-color: #e7e7e7;
}

footer .footer-wrapper {
    border-top: 1px solid #c7c8ca;
    box-shadow: inset 0 0 5px #c7c8ca;
}

footer .footer-wrapper .footer-top {
    padding: 15px 0 0;
    color: #0d0d0d;
}

footer .footer-wrapper .footer-top h3 {
    padding-bottom: 20px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

footer .footer-wrapper .footer-top dl {
    line-height: 20px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    footer .footer-wrapper .footer-top dl {
        height: 120px;
    }
}

footer .footer-wrapper .footer-top dl dt {
    background: url("../images/footer-icon.png") no-repeat scroll 0 0;
    height: 60px;
    width: 65px;
}

footer .footer-wrapper .footer-top dl dt a {
    display: block;
    width: 65px;
    height: 60px;
}

footer .footer-wrapper .footer-top dl dt.a2 {
    background: url("../images/footer-icon.png") no-repeat scroll -136px 0;
    width: 95px;
}

footer .footer-wrapper .footer-top dl dt.a3 {
    background: url("../images/footer-icon.png") no-repeat scroll -300px 0;
}

footer .footer-wrapper .footer-top dl dt.a4 {
    background: url("../images/footer-icon.png") no-repeat scroll -424px 0;
}

footer .footer-wrapper .footer-top dl dd {
    text-transform: capitalize;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

footer .footer-wrapper .footer-top dl dd.color-dif {
    color: #616161;
    font-weight: normal;
    font-size: 12px;
}

footer .footer-wrapper .footer-search {
    background-color: #d20a16;
    line-height: 60px;
    font-size: 14px;
}

footer .footer-wrapper .footer-search ul {
    overflow: hidden;
}

footer .footer-wrapper .footer-search ul li {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 1199px) {
    footer .footer-wrapper .footer-search ul li {
        font-size: 14px;
    }
}

footer .footer-wrapper .footer-search ul li span {
    color: #fff000;
}

footer .footer-wrapper .footer-search ul li .text {
    background-color: #fff;
    border: 1px solid transparent;
    height: 34px;
    line-height: 35px;
    width: 60%;
    outline: none;
    padding: 0 5px;
    float: left;
    *display: inline;
    color: #999;
    margin-top: 12px;
    border-radius: 3px;
}

footer .footer-wrapper .footer-search ul li .btn {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 13px;
    float: left;
    *display: inline;
    margin-left: 10px;
}

footer .footer-wrapper .footer-search li:first-child {
    text-align: right;
}

@media (max-width: 991px) {
    footer .footer-wrapper .footer-search li:first-child {
        text-align: left;
    }
}

@media (max-width: 992px) {
    footer .footer-wrapper .footer-search {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    footer .footer-wrapper .footer-search {
        line-height: 20px;
    }
}

footer .footer-wrapper .footer-mid {
    background-color: #fff;
    padding-top: 22px;
}

footer .footer-wrapper .footer-mid dl {
    float: left;
    *display: inline;
}

@media (max-width: 767px) {
    footer .footer-wrapper .footer-mid dl {
        float: none;
        text-align: center;
    }
}

footer .footer-wrapper .footer-mid dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
    word-wrap: break-word;
}

footer .footer-wrapper .footer-mid dl dd {
    line-height: 20px;
}

footer .footer-wrapper .footer-mid dl dd a {
    color: #666;
}

footer .footer-wrapper .footer-mid dl dl.sns {
    display: block;
    margin: 0 0 17px;
    width: 100%;
    *zoom: 1;
}

footer .footer-wrapper .footer-mid dl dl.sns:before, footer .footer-wrapper .footer-mid dl dl.sns:after {
    content: "";
    display: table;
}

footer .footer-wrapper .footer-mid dl dl.sns:after {
    clear: both;
}

footer .footer-wrapper .footer-mid dl dl.sns dd {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

footer .footer-wrapper .footer-mid dl dl.sns dd a {
    background: url("../images/share.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    *display: inline;
    height: 52px;
    margin-right: 3px;
    width: 46px;
    text-decoration: none;
}

footer .footer-wrapper .footer-mid dl dl.sns .i-facebook {
    background-position: -52px 0;
}

footer .footer-wrapper .footer-mid dl dl.sns .i-twitter {
    background-position: -103px 0;
}

footer .footer-wrapper .footer-mid dl dl.sns .i-youtube {
    background-position: 0 0;
}

/*footer .footer-wrapper .footer-mid dl dl.sns .i-google {*/
    /*background-position: -103px 0;*/
/*}*/

footer .footer-wrapper .footer-mid dl dl.sns .i-pinterest {
    background-position: -205px 0;
}

footer .footer-wrapper .footer-mid dl dl.sns .i-instagram {
    background-position: -153px 0;
}

footer .footer-wrapper .footer-bottom {
    background-color: #fff;
}

footer .footer-wrapper .footer-bottom ul.footer-list {
    width: 100%;
    border-top: 1px solid #c3c4c4;
    text-align: center;
    padding-top: 15px;
}

footer .footer-wrapper .footer-bottom ul.footer-list li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

footer .footer-wrapper .footer-bottom ul.footer-list li a {
    color: #666;
}

footer .footer-wrapper .footer-bottom .footer-phone ul {
    background-color: #fff;
    border: none;
}

footer .footer-wrapper .footer-bottom .footer-phone ul li {
    height: auto;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
}

footer .footer-wrapper .footer-bottom .footer-phone ul li .footer-title {
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
}

footer .footer-wrapper .footer-bottom .footer-phone ul li li {
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
}

footer .footer-wrapper .footer-bottom .footer-phone ul li li a {
    color: #666;
}

footer .footer-wrapper .footer-bottom .footer-phone ul li i.fa-caret-down {
    font-size: 16px;
    transition: all 0.4s ease 0s;
    color: #444;
    position: absolute;
    top: 8px;
    right: 15px;
}

footer .footer-wrapper .footer-bottom p {
    margin: 15px 0;
    text-align: center;
}

footer .footer-wrapper .footer-bottom p img {
    margin-right: 8px;
}

@media (max-width: 767px) {
    footer .footer-wrapper .footer-bottom p img {
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }
}

footer .footer-wrapper .footer-bottom p.copyright {
    color: #444;
}

footer .footer-wrapper .footer-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #cc0000;
}

footer .footer-wrapper .footer-contact ul {
    height: 50px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    footer .footer-wrapper .footer-contact ul {
        width: 100%;
    }
}

footer .footer-wrapper .footer-contact ul li {
    height: 50px;
    width: 33%;
    float: left;
    *display: inline;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background: url("../images/header-line.jpg") no-repeat right;
}

footer .footer-wrapper .footer-contact ul li span:first-child {
    height: 35px;
    width: 40px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

footer .footer-wrapper .footer-contact ul li.contact-online span {
    background: url("../images/footer-contact.png") no-repeat scroll 0 0 transparent;

}

footer .footer-wrapper .footer-contact ul li.contact-email span {
    background: url("../images/footer-contact.png") no-repeat scroll -56px 5px transparent;
}

footer .footer-wrapper .footer-contact ul li.contact-phone span {
    background: url("../images/footer-contact.png") no-repeat scroll -105px 0 transparent;
}

footer .footer-wrapper .footer-contact ul li:last-child {
    background: none;
}

.footer-on i.fa-caret-down {
    font-size: 16px;
    transition: all 0.4s ease 0s;
    color: #999;
    position: absolute;
    top: 8px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-box {
    margin: 20px 0;
    overflow: hidden;
}

.login-box .login {
    border: 1px solid #e4e3e3;
    padding: 20px;
}

.login-box .register {
    border: 1px solid #e4e3e3;
    padding: 20px;
}

.findpassword .col-xs-12 {
    border: 1px solid #e4e3e3;
    padding: 40px;
}

.findpassword .form-control {
    width: 60%;
}

.floatLabel {
    position: relative;
}

.is-empty .floatlabel-text {
    top: .8em;
    left: 11px;
    padding: 0;
    color: #a9a9a9;
    font-size: 1.1em;
    -webkit-animation: none;
    animation: none;
    pointer-events: none;
}

.floatlabel-text {
    z-index: 1;
    position: absolute;
    bottom: 100%;
    left: 11px;
    margin-bottom: 3px;
    color: #888;
    font-size: .9em;
    line-height: 1;
    -webkit-animation: float-labels 500ms none ease-out 0s;
    animation: float-labels 500ms none ease-out 0s;
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}

.top-tips {
    line-height: 30px;
    text-align: center;
    background: #f5f5f5;
}

.top-tips .error-tip {
    color: #d80f0f;
}

.top-tips .success-tip {
    color: #339933;
}

/* site-content */
.site-content {
    position: relative;
    background: #fff;
    min-height: 600px;
    width: 100%;

}

@media (min-width: 768px) {
    .site-content {
        margin-top: 203px;
    }
}

@media (max-width: 767px) {
    .site-content {
        padding-top: 171px;
    }

    .site-content .top-container .container {
        padding: 0;
    }
}

.site-content .home-list {
    width: 100%;
    background: #fff;
}

.site-content .home-list .home-pop {
    width: 100%;
    display: block;
    margin: 28px 0;
    overflow: hidden;
}

.site-content .home-list .home-pop li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.site-content .home-list .home-pop li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .site-content .home-list .home-pop {
        margin: 15px 0;
    }

    .site-content .home-list .home-pop li {
        width: 100%;
    }
}

.site-content .home-list h4 {
    height: 35px;
    line-height: 35px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f1f1;
    padding-left: 15px;
    text-transform: capitalize;
}

.site-content .home-list .prlist {
    margin: 5px 0 20px 0;
    color: #666;
    position: relative;
}

.site-content .home-list .prlist a {
    color: #666;
}

.site-content .home-list .prlist li {
    position: relative;
    padding: 2px;
    border: 1px solid #dedede;
    float: left;
    margin-right: 2% !important;
    margin-top: 2.5%;
    padding: 0px;
    width: 23.5%;
}

.site-content .home-list .prlist li:hover {
    border: 1px solid #5f5f5f;
}

.site-content .home-list .prlist li:hover .pr-bottom {
    background-color: #f2f2f2;
}

@media (min-width: 992px) {
    .site-content .home-list .prlist li:nth-child(4n) {
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-content .home-list .prlist li {
        margin-right: 2% !important;
        width: 32%;
    }

    .site-content .home-list .prlist li:nth-child(3n) {
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .site-content .home-list .prlist li {
        margin-right: 4% !important;
        width: 48%;
        margin-top: 4%;
    }

    .site-content .home-list .prlist li:nth-child(2n) {
        margin-right: 0px !important;
    }
}

.site-content .home-list .prlist li .pr-img {
    text-align: center;
    padding: 20px 0;
}

.site-content .home-list .prlist li .pr-img em {
    position: absolute;
    background: url("../images/theme.png") no-repeat scroll 0 0 transparent;
}

.site-content .home-list .prlist li .pr-img em.sale {
    top: 0;
    right: 0;
    background-position: 0 -561px;
    height: 60px;
    width: 60px;
}

.site-content .home-list .prlist li .pr-img em.sale1 {
    top: -5px;
    left: -5px;
    background-position: -158px -852px;
    height: 70px;
    width: 70px;
}

.site-content .home-list .prlist li .pr-img em.calegal {
    top: 0;
    left: 0;
    background-position: 0 -471px;
    height: 81px;
    width: 81px;
}

.site-content .home-list .prlist li .pr-img em.hot {
    top: 0;
    left: 0;
    background-position: -149px -471px;
}

.site-content .home-list .prlist li .pr-img em.ca-legal {
    position: absolute;
    background: url("../images/ca-legal.png") no-repeat scroll 0 0 transparent;
    top: 3px;
    right: 0;
    height: 26px;
    width: 82px;
}
.site-content .home-list .prlist li .pr-img em.free {
    position: absolute;
    background: url("../images/Free-shipping.png") no-repeat scroll 0 0 transparent;
    top: 3px;
    right: 0;
    height: 26px;
    width: 82px;
}

.site-content .container #myImagesSlideBox em.ca-legal {
    position: absolute;
    background: url("../images/ca-legal.png") no-repeat scroll 0 0 transparent;
    top: 0px;
    right: 15px;
    height: 26px;
    width: 82px;
}
.site-content .container #myImagesSlideBox em.free {
    position: absolute;
    background: url("../images/Free-shipping.png") no-repeat scroll 0 0 transparent;
    top: 0px;
    right: 15px;
    height: 26px;
    width: 82px;
}

.site-content .home-list .prlist li .pr-img em.new {
    top: -5px;
    left: -5px;
    background-position: -158px -936px;
    height: 70px;
    width: 70px;
}

.site-content .home-list .prlist li .pr-img em.off {
    top: 0;
    left: 0;
    background-position: 0 -640px;
}

.site-content .home-list .prlist li .pr-img em.hotprice {
    top: 0;
    left: 0;
    background-position: -139px -640px;
}

.site-content .home-list .prlist li .pr-bottom {
    *zoom: 1;
    padding: 15px;
    text-align: center;
}

.site-content .home-list .prlist li .pr-bottom:before, .site-content .home-list .prlist li .pr-bottom:after {
    content: "";
    display: table;
}

.site-content .home-list .prlist li .pr-bottom:after {
    clear: both;
}

.site-content .home-list .prlist li .pr-bottom .pr-title {
    font-size: 12px;
    color: #666;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-content .home-list .prlist li .pr-bottom .pr-title .title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.site-content .home-list .prlist li .pr-bottom .pr-sku {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.site-content .home-list .prlist li .pr-bottom .pr-price {
    margin-top: 15px;
}

.site-content .home-list .prlist li .pr-bottom p.icon-free-gifts {
    margin-top: 20px;
    text-align: left;
}

.site-content .home-list .prlist li .pr-bottom p.icon-free-gifts .icon {
    background: url(../images/icon.png) no-repeat 0 -2168px;
    height: 17px;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.site-content .home-list .prlist li .pr-bottom p.icon-free-shipping {
    text-align: left;
}

.site-content .home-list .prlist li .pr-bottom p.icon-free-shipping .icon {
    background: url(../images/icon.png) no-repeat -41px -2168px;
    height: 17px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

@media (max-width: 1199px) {
    .site-content .home-list .prlist li .pr-bottom .btn-more {
        margin-left: 0;
        margin-top: 15px;
    }
}

.site-content .home-list .prlist li .pr-bottom .btn-more .btn-sm {
    padding: 0 10px;
}

/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
    zoom: 1;
    max-height: 420px;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
    text-align: center;
}

.flex-direction-nav a {
    width: 45px;
    height: 85px;
    line-height: 99em;
    overflow: hidden;
    margin: -42px 0 0;
    display: block;
    background: url(../images/flex.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    z-index: 2;
}

.flex-direction-nav .flex-next {
    background-position: -45px 0;
    right: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.flexslider:hover .flex-next {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.flexslider:hover .flex-prev {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#homeIndexFashion .flex-control-nav {
    display: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -21px;
    display: block;
    height: 21px;
    overflow: hidden;
    text-indent: -99em;
    width: 22px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

#aside {
    width: 19%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #aside {
        width: 24% !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #aside {
        width: 31%;
    }
}

#aside .category-box {
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    position: relative;
}

#aside h3 {
    padding: 5px 0 5px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #3d3d3d;
    color: #fff;
}

#aside .leftlist {
    font-size: 12px;
}

#aside .leftlist .down {
    margin: 0;
    position: relative;
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-color: #fbfbfb;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    font-size: 14px;
    padding: 7px 8px;
    *zoom: 1;
}

#aside .leftlist .down:before, #aside .leftlist .down:after {
    content: "";
    display: table;
}

#aside .leftlist .down:after {
    clear: both;
}

#aside .leftlist .down span {
    float: right;
    *display: inline;
    color: #444;
}

#aside .leftlist .down .list-detail-title {
    float: left;
    *display: inline;
    font-weight: bold;
}

#aside .leftlist .down .list-detail-title a {
    text-decoration: none;
}

#aside .leftlist .down .clear-btn {
    padding-right: 40px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}

#aside .leftlist .down .fa-plus, #aside .leftlist .down .fa-minus {
    padding: 10px 13px;
    background-color: #ccc;
    color: #575759;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}

#aside .leftlist .menu {
    padding: 10px 0;
    background-color: #fff;
}

#aside .leftlist .menu li {
    padding: 5px 20px;
}

#aside .leftlist .menu li.on {
    font-weight: bold;
}

#aside .leftlist .menu li a {
    text-decoration: none;
}

#aside .leftlist .menu li span {
    color: #444;
    background: url(../images/icon.png) no-repeat;
    background-position: 0px -1103px;
    padding-left: 25px;
}

#aside .leftlist .menu li span.select {
    background-position: 0px -1047px;
}

#aside .leftlist .menu li span.disabled {
    background-position: 0px -1103px;
    color: #999;
    cursor: not-allowed;
}

.phone-category-title {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 2px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: block !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin-bottom: 10px;
    overflow: visible;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizespeed;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.phone-category-title:hover {
    background-color: #000;
    color: #fff;
}

.phone-category-box h4 {
    background-color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}

.phone-category-box h4 a {
    color: #424242;
}

.phone-category-box .phonelist {
    font-size: 12px;
}

.phone-category-box .phonelist .down {
    margin: 0;
    position: relative;
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-color: #fbfbfb;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    font-size: 14px;
    padding: 6px 8px;
    *zoom: 1;
}

.phone-category-box .phonelist .down:before, .phone-category-box .phonelist .down:after {
    content: "";
    display: table;
}

.phone-category-box .phonelist .down:after {
    clear: both;
}

.phone-category-box .phonelist .down span {
    float: right;
    *display: inline;
    color: #444;
}

.phone-category-box .phonelist .down .list-detail-title {
    font-weight: bold;
    float: left;
    *display: inline;
}

.phone-category-box .phonelist .down .list-detail-title a {
    text-decoration: none;
}

.phone-category-box .phonelist .down .clear-btn {
    padding-right: 40px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}

.phone-category-box .phonelist .down .fa-plus, .phone-category-box .phonelist .down .fa-minus {
    padding: 9px 13px;
    background-color: #ccc;
    color: #575759;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}

.phone-category-box .phonelist .menu {
    padding: 10px 0;
    background-color: #fff;
}

.phone-category-box .phonelist .menu li {
    padding: 5px 20px;
}

.phone-category-box .phonelist .menu li a {
    text-decoration: none;
}

.phone-category-box .phonelist .menu li a:hover, .phone-category-box .phonelist .menu li a:active {
    font-weight: bold;
}

.phone-category-box .phonelist .menu li span {
    color: #444;
    background: url(../images/icon.png) no-repeat;
    background-position: 0px -1103px;
    padding-left: 25px;
}

.phone-category-box .phonelist .menu li span.select {
    background-position: 0px -1085px;
}

.phone-category-box .phonelist .menu li.on {
    font-weight: bold;
}

.phone-filter-select {
    line-height: 25px;
    margin-left: 35px;
}

.phone-filter-select p {
    margin: 0;
}

.phone-filter-select span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    border: 1px solid #dcdaad;
    background-color: #fcf9c4;
    padding: 0 5px;
    cursor: pointer;
}

.phone-filter-select a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.user {
    padding-left: 0;
    width: 81%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .user {
        width: 76% !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .user {
        width: 69% !important;
    }
}

@media (max-width: 767px) {
    .user {
        padding-left: 15px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .user-full {
        padding: 0;
    }
}

.filter-bar {
    font-size: 12px;
    padding: 5px;
    background-color: #f1f1f1;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    *zoom: 1;
}

.filter-bar:before, .filter-bar:after {
    content: "";
    display: table;
}

.filter-bar:after {
    clear: both;
}

.filter-bar label {
    margin: 0;
    padding-top: 3px;
}

.filter-bar .selected-option {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    z-index: 3;
    margin-left: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .filter-bar .selected-option {
        width: 110px !important;
    }
}

.filter-bar .now-items {
    padding-top: 5px;
    display: inline-block;
    font-weight: bold;
}

.filter-select {
    line-height: 45px;
}

.filter-select span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    border: 1px solid #dcdaad;
    background-color: #fcf9c4;
    padding-left: 5px;
    cursor: pointer;
}

.filter-select span i {
    display: inline-block;
    width: 20px;
    line-height: 20px;
}

.filter-select a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 15px;
}

.filter-compare {
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.filter-compare span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 32px;
    width: 64px;
    cursor: pointer;
    position: relative;
}

.filter-compare span img {
    height: 30px;
    display: block;
    border: 1px solid #c4c5c5;
    float: left;
    *display: inline;
}

.filter-compare span a.delete {
    background-color: #f1f2f2;
    cursor: pointer;
    float: left;
    *display: inline;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    padding: 0 5px;
    left: 40px;
    position: absolute;
}

.filter-compare span.empty {
    border: 1px solid #c4c5c5;
    height: 32px;
}

.filter-compare input.btn {
    text-transform: capitalize;
}

.category-detail {
    margin-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

.category-detail li.list-items {
    position: relative;
    padding: 2px;
    border: 1px solid #dedede;
    float: left;
    margin-right: 2% !important;
    margin-top: 2.5%;
    padding: 0px;
    width: 32%;
}

.category-detail li.list-items:hover {
    border: 1px solid #5f5f5f;
}

.category-detail li.list-items:hover .list-item-info {
    background-color: #f2f2f2;
}

@media (min-width: 992px) {
    .category-detail li.list-items:nth-child(3n) {
        margin-right: 0px !important;
    }
}

@media (max-width: 991px) {
    .category-detail li.list-items {
        margin-right: 4% !important;
        width: 48%;
        margin-top: 4%;
    }

    .category-detail li.list-items:nth-child(2n) {
        margin-right: 0px !important;
    }
}

.category-detail li.list-items .list-item-pic {
    text-align: center;
    padding: 10px 0;
}

.category-detail li.list-items .list-item-pic em {
    position: absolute;
    background: url("../images/theme.png") no-repeat scroll 0 0 transparent;
}

.category-detail li.list-items .list-item-pic em.sale {
    top: 0;
    right: 0;
    background-position: 0 -561px;
    height: 60px;
    width: 60px;
}

.category-detail li.list-items .list-item-pic em.sale1 {
    top: -5px;
    left: -5px;
    background-position: -158px -852px;
    height: 70px;
    width: 70px;
}

.category-detail li.list-items .list-item-pic em.calegal {
    top: 0;
    left: 0;
    background-position: 0 -471px;
    height: 81px;
    width: 81px;
}

.category-detail li.list-items .list-item-pic em.ca-legal {
    position: absolute;
    background: url("../images/ca-legal.png") no-repeat scroll 0 0 transparent;
    top: 3px;
    right: 0;
    height: 26px;
    width: 82px;
}
.category-detail li.list-items .list-item-pic em.free {
    position: absolute;
    background: url("../images/Free-shipping.png") no-repeat scroll 0 0 transparent;
    top: 3px;
    right: 0;
    height: 26px;
    width: 82px;
}

.category-detail li.list-items .list-item-pic em.hot {
    top: 0;
    left: 0;
    background-position: -149px -471px;
}

.category-detail li.list-items .list-item-pic em.new {
    top: -5px;
    left: -5px;
    background-position: -158px -936px;
    height: 70px;
    width: 70px;
}

.category-detail li.list-items .list-item-pic em.off {
    top: 0;
    left: 0;
    background-position: 0 -640px;
}

.category-detail li.list-items .list-item-pic em.hotprice {
    top: 0;
    left: 0;
    background-position: -139px -640px;
}

.category-detail li.list-items .list-item-pic .compare {
    position: relative;
}

.category-detail li.list-items .list-item-pic .compare-info {
    left: 2.5%;
    position: absolute;
    top: 20px;
    width: 95%;
    z-index: 1;
}

.category-detail li.list-items .list-item-pic .compare-info .arrow-left {
    border-color: #fff #fff #d0d0d0;
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    height: 5px;
    left: 47%;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: -3px;
    width: 0;
    z-index: 2;
}

.category-detail li.list-items .list-item-pic .compare-info .compare-tipscon {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    display: inline-block;
    margin-top: 7px;
    padding: 10px 20px 0 20px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.category-detail li.list-items .list-item-pic .compare-info .compare-tipscon i.fa-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #d0d0d0;
    cursor: pointer;
}

.category-detail li.list-items .list-item-info {
    *zoom: 1;
    padding: 15px;
    text-align: center;
}

.category-detail li.list-items .list-item-info:before, .category-detail li.list-items .list-item-info:after {
    content: "";
    display: table;
}

.category-detail li.list-items .list-item-info:after {
    clear: both;
}

@media (max-width: 1024px) {
    .category-detail li.list-items .list-item-info {
        padding: 15px 5px;
    }
}

.category-detail li.list-items .list-item-info .pr-title {
    font-size: 12px;
    color: #666;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-detail li.list-items .list-item-info .pr-title .title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.category-detail li.list-items .list-item-info .pr-sku {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.category-detail li.list-items .list-item-info .pr-price {
    margin-top: 15px;
}

.category-detail li.list-items .list-item-info p.icon-free-gifts {
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    .category-detail li.list-items .list-item-info p.icon-free-gifts {
        display: none;
    }
}

.category-detail li.list-items .list-item-info p.icon-free-gifts .icon {
    background: url(../images/icon.png) no-repeat 0 -2168px;
    height: 17px;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.category-detail li.list-items .list-item-info p.icon-free-shipping {
    text-align: left;
}

.category-detail li.list-items .list-item-info p.icon-free-shipping .icon {
    background: url(../images/icon.png) no-repeat -41px -2168px;
    height: 17px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

@media (max-width: 767px) {
    .category-detail li.list-items .list-item-info p.icon-free-shipping {
        display: none;
    }
}

@media (max-width: 1199px) {
    .category-detail li.list-items .list-item-info .btn-more {
        margin-left: 0;
        margin-top: 15px;
    }
}

.category-detail li.list-items .list-item-info .btn-more .btn-sm {
    padding: 0 10px;
}

.acce-detail .pr-title {
    white-space: inherit !important;
}

.acce-detail p.icon-free-shipping {
    text-align: center !important;
}

.recently-view {
    padding-bottom: 50px;
}

.recently-view h4 {
    font-size: 16px;
    font-style: italic;
    margin-top: 30px;
    line-height: 40px;
}

.recently-view li {
    float: left;
    *display: inline;
    padding: 0 15px;
    width: 16%;
    margin-right: 0.8%;
    text-align: center;
    border: 1px solid #dedede;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .recently-view li {
        margin-right: 1.33334% !important;
        width: 24% !important;
    }

    .recently-view li:nth-child(4n) {
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .recently-view li {
        margin-right: 4% !important;
        width: 48% !important;
        margin-bottom: 4%;
    }

    .recently-view li:nth-child(2n) {
        margin-right: 0px !important;
    }
}

.recently-view li .pr-img {
    padding: 20px 0;
}

.recently-view li .pr-title {
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .recently-view li .pr-title {
        font-size: 14px;
    }
}

.recently-view li .pr-sku {
    font-weight: normal;
}

.recently-view li .pr-price {
    color: #666;
}

@media (max-width: 1199px) {
    .recently-view li .pr-price span {
        line-height: 12px;
    }
}

.recently-view li:nth-child(6n) {
    margin-right: 0px;
}

.accessories {
    padding-bottom: 100px;
}

.accessories ul li {
    width: 30%;
    float: left;
    margin-right: 5%;
}

@media (max-width: 767px) {
    .accessories ul li {
        width: 100%;
        text-align: center;
    }
}

.accessories ul li:nth-child(3n) {
    margin-right: 0px !important;
}

.accessories ul li dl {
    margin-top: 10px;
}

.accessories ul li dl dd {
    padding-left: 10%;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .accessories ul li dl dd {
        padding: 0;
    }
}

.accessories ul li dl dd a {
    color: #444;
}

.user-full {
    width: 100%;
}

.user-full .category-detail li.list-items {
    position: relative;
    padding: 2px;
    border: 1px solid #dedede;
    float: left;
    margin-right: 2% !important;
    margin-top: 2.5%;
    padding: 0px;
    width: 23.5%;
}

.user-full .category-detail li.list-items:nth-child(4n) {
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .user-full .category-detail li.list-items {
        margin-right: 4% !important;
        width: 48%;
        margin-top: 4%;
    }

    .user-full .category-detail li.list-items:nth-child(2n) {
        margin-right: 0 !important;
    }
}

/* product */
.prduct-topleft {
    width: 450px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .prduct-topleft {
        width: 375px;
    }
}

.myImages {
    border: 1px solid #e0e0e0;
    padding: 25px 5px;
    text-align: center;
}

#scrollable {
    background-color: #ededed;
    padding: 12px 0;
}

#scrollable a {
    display: block;
    float: left;
    height: 20px;
    width: 8px;
    text-decoration: none;
}

#scrollable a.prev, #scrollable a.next {
    margin: 18px 10px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    #scrollable a.prev, #scrollable a.next {
        margin: 18px 2px;
    }
}

#scrollable a.prev {
    background: transparent url("../images/icon.png") no-repeat scroll 0 -1286px;
}

#scrollable a.next {
    background: transparent url("../images/icon.png") no-repeat scroll -52px -1286px;
}

#scrollable .items {
    position: relative;
    float: left;
    overflow: hidden;
    height: 60px;
    width: 360px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    #scrollable .items {
        height: 58px;
        width: 320px;
    }
}

#scrollable .items a {
    border: 1px solid #ededed;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    margin-right: 11px;
    width: 80px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    #scrollable .items a {
        height: 56px;
        margin-right: 7px;
        width: 72px;
    }
}

#scrollable .items a img {
    height: 60px;
    width: 80px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    #scrollable .items a img {
        height: 54px;
        width: 72px;
    }
}

#scrollable .items a.active {
    border-color: #d91f1f;
}

#scrollable .scrollableDiv {
    height: 58px;
    left: 5px;
    width: 200000em;
    position: absolute;
}

.four-partake {
    float: left;
    *display: inline;
    margin: 10px 0 0 0;
    width: 460px;
    overflow: hidden;
}

.four-partake span {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin-bottom: 2px;
    display: block;
    float: left;
    *display: inline;
}

@media (max-width: 768px) {
    .four-partake {
        float: none;
        width: 100%;
    }
}

.pro-discount h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}

.pro-discount table {
    width: 100%;
    border: 1px solid #d0d0d0;
    font-size: 11px;
    text-align: center;
    color: #424242;
}

.pro-discount table th {
    background-color: #e1e1e1;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.pro-discount table td {
    border: 1px solid #d0d0d0;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
}

.pro-freetoday {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .pro-freetoday {
        margin: 0;
    }
}

.pro-freetoday dt {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}

.pro-freetoday dd {
    line-height: 25px;
    color: #444;
    font-size: 13px;
}

.pro-freetoday dd span {
    color: #007500;
    font-style: italic;
    font-weight: bold;
}

.pro-freetoday dd span.freetotay-icon {
    background: url(../images/icon.png) no-repeat -45px -2200px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.pro-image-phone .slides {
    text-align: center;
}

.pro-image-phone .flex-control-nav {
    display: none;
}

.btn-qmark {
    text-decoration: none;
    background: transparent url("../images/icon.png") no-repeat scroll 0 -1842px;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    position: absolute;
    width: 50px;
}

.btn-qmark:hover {
    text-decoration: none;
}

.btn-qmark .prduct-des, .btn-qmark .free-des {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cbcaca;
    color: #000000;
    cursor: text;
    display: none;
    font-size: 11px;
    left: 30px;
    line-height: 12px;
    padding: 0 0 8px;
    position: absolute;
    top: -10px;
    width: 254px;
    z-index: 99999;
}

@media (max-width: 768px) {
    .btn-qmark .prduct-des, .btn-qmark .free-des {
        width: 105px;
    }
}

@media (max-width: 320px) {
    .btn-qmark .prduct-des, .btn-qmark .free-des {
        width: 80px;
    }
}

.btn-qmark .prduct-des h3, .btn-qmark .free-des h3 {
    font-size: 12px;
    font-weight: bold;
}

.btn-qmark .prduct-des p, .btn-qmark .free-des p {
    font-weight: normal;
}

.btn-qmark .prduct-des .iprduct-des, .btn-qmark .free-des .iprduct-des {
    padding-left: 12px;
    position: relative;
}

@media (max-width: 768px) {
    .btn-qmark .prduct-des .iprduct-des, .btn-qmark .free-des .iprduct-des {
        padding-left: 5px;
    }
}

.btn-qmark .prduct-des .iprduct-des .arrow, .btn-qmark .free-des .iprduct-des .arrow {
    height: 13px;
    left: -11px;
    position: absolute;
    top: 15px;
    width: 11px;
    background: transparent url("../images/t_list_arrow.gif") no-repeat scroll 0 0;
}

.prduct-topright {
    background-color: #fffeef;
    border: 1px solid #e9cc86;
    padding: 25px 15px;
}

.prduct-topright .product-title {
    font-size: 20px;
    color: #424242;
}

.prduct-topright .product-sku {
    font-size: 12px;
    font-weight: bold;
}

.prduct-topright .product-detail {
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
    color: #666;
}

.prduct-topright .product-price {
    font-weight: bold;
    color: #666;
}

.prduct-topright .product-price p {
    margin: 0;
}

.prduct-topright .product-price .or-price {
    line-height: 10px;
}

.prduct-topright .product-price .or-price img {
    vertical-align: bottom;
}

.prduct-topright .product-price .or-price a {
    color: #3bc88d;
    text-decoration: none;
}

.prduct-topright .product-tips {
    margin-top: 20px;
}

.prduct-topright .product-tips li {
    line-height: 20px;
    font-style: italic;
    width: 50%;
    float: left;
    *display: inline;
    font-weight: bold;
}

.prduct-topright .product-tips li span.green {
    color: #666;
}

@media (max-width: 991px) {
    .prduct-topright .product-tips li {
        width: 100%;
    }
}

.prduct-topright .product-tips li .btn-mark {
    text-decoration: none;
    background: transparent url("../images/icon.png") no-repeat scroll 0 -1842px;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    position: absolute;
    width: 50px;
}

.prduct-topright .product-tips span.key {
    background: url(../images/icon.png) no-repeat 0 -2236px;
    height: 22px;
    width: 24px;
    padding-right: 25px;
}

@media (max-width: 320px) {
    .prduct-topright .product-tips span.key {
        display: none;
    }
}

.prduct-topright .product-choice {
    border-bottom: 1px solid #e9cc86;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .prduct-topright .product-choice {
        border-bottom: none;
    }
}

.prduct-topright .product-choice label {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #424242;
}

.prduct-topright .product-choice .btn-group {
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .prduct-topright .product-choice .btn-group {
        width: 100%;
    }
}

.prduct-topright .product-choice .btn-group .btn {
    width: 320px;
    padding: 0 10px;
    text-align: left;
    background-color: #fdfdfd;
    border-color: #adadad;
    color: #333;
}

@media (max-width: 767px) {
    .prduct-topright .product-choice .btn-group .btn {
        width: 100%;
    }
}

.prduct-topright .product-choice .btn-group .btn:hover {
    background-color: #4d4d4d;
    border-color: #353535;
    color: #fff;
}

.prduct-topright .product-choice .btn-group .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-top: 12px;
    position: absolute;
    right: 10px;
}

.prduct-topright .product-choice .btn-group .dropdown-menu {
    background-clip: padding-box;
    width: 320px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

@media (max-width: 767px) {
    .prduct-topright .product-choice .btn-group .dropdown-menu {
        width: 100%;
    }
}

.prduct-topright .product-choice .btn-group .dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 10px;
    white-space: nowrap;
    text-decoration: none;
}

.prduct-topright .product-choice .btn-group .dropdown-menu li:hover {
    background-color: #4d4d4d;
}

.prduct-topright .product-choice .btn-group .dropdown-menu li:hover a {
    color: #fff;
}

.prduct-topright .product-choice .input-group-addon {
    background-color: #fdfdfd;
    border: 1px solid #adadad;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 12px;
    text-align: center;
    vertical-align: middle;
    float: left;
    cursor: pointer;
}

.prduct-topright .product-choice .input-group-addon:first-child {
    border-right: 0 none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.prduct-topright .product-choice .input-group-addon:last-child {
    border-left: 0 none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.prduct-topright .product-choice .form-control {
    background-color: #fdfdfd;
    background-image: none;
    border: 1px solid #adadad;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.prduct-topright .bundled-offers {
    border-top: 1px solid #e9cc86;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .prduct-topright .bundled-offers {
        border-top: 1px solid #e9cc86;
        padding-top: 10px;
    }
}

.prduct-topright .bundled-offers h3 {
    text-transform: uppercase;
    color: #5d5d5b;
    font-size: 14px;
    font-weight: bold;
}

.prduct-topright .bundled-offers .bundled {
    overflow: hidden;
}

.prduct-topright .bundled-offers .bundled-img {
    float: left;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .prduct-topright .bundled-offers .bundled-img {
        width: 35%;
    }
}

.prduct-topright .bundled-offers ul {
    color: #5d5d5b;
    font-weight: bold;
    float: left;
    font-size: 12px;
    width: 215px;
    padding-left: 15px;
    padding-top: 12px;
}

.prduct-topright .bundled-offers ul del {
    color: #f41111;
}

@media (max-width: 767px) {
    .prduct-topright .bundled-offers ul {
        width: 62%;
    }
}

.prduct-topright .bundled-offers ul span {
    font-weight: bold;
    color: #f41111;
}

.prduct-topright .bundled-offers ul select {
    width: 150px;
}

.prduct-topright .total-price {
    padding-top: 20px;
}

.prduct-topright .total-price p {
    color: #424242;
    font-weight: bold;
    font-size: 16px;
}

.prduct-topright .total-price p span.price {
    color: #f41111;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 767px) {
    .prduct-topright .total-price p span.price {
        font-size: 16px;
    }
}

.prduct-topright .total-price p .button {
    background-position: 0 -1267px;
    background: transparent url("../images/theme.png") no-repeat scroll 0 0;
    background-position: 0 -1267px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 40px;
    margin-right: 10px;
    padding-left: 30px;
    width: 225px;
}

.p-title {
    height: auto;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d1d1d1;
    font-weight: bold;
}

.p-title i.fa-caret-down {
    font-size: 16px;
    transition: all 0.4s ease 0s;
    color: #999;
    position: absolute;
    top: 8px;
    right: 15px;
}

.chart table {
    width: 50%;
    border: 1px solid #d0d0d0;
    font-size: 11px;
    text-align: center;
    color: #424242;
}

@media (max-width: 767px) {
    .chart table {
        width: 100%;
    }
}

.chart table th {
    background-color: #e1e1e1;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.chart table td {
    border: 1px solid #d0d0d0;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
}

.product-ad {
    width: 20%;
    padding-top: 10px;
    background-color: #f1f1f1;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-ad {
        width: 18%;
    }
}

.product-ad .ad li {
    margin-bottom: 10px;
    text-align: center;
}

.pr-tab {
    margin-top: 30px;
    line-height: 20px;
}

.pr-tab nav {
    overflow: hidden;
    padding-top: 7px;
}

.pr-tab nav ul {
    height: 37px;
    border-bottom: 2px solid #737474;
    padding-left: 10px;
}

.pr-tab nav li {
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    margin-right: 4px;
    margin-top: 7px;
    text-align: center;
    float: left;
    border: 1px solid #737474;
}

.pr-tab nav li a {
    background-color: #eff0f0;
    background: linear-gradient(to bottom, #ffffff 0%, #dedfdf 100%);
    color: #221815;
    display: block;
    height: 27px;
    padding: 0;
    width: 110px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .pr-tab nav li a {
        width: 82px;
    }
}

.pr-tab nav li.on, .pr-tab nav li.current {
    border-bottom: 2px solid #fff;
}

.pr-tab nav li.on a, .pr-tab nav li.current a {
    background: #fff;
}

.pr-tab h3.title-e {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 10px;
    background: #e1e1e1;
    margin-bottom: 10px;
}

.pr-con h6 {
    text-transform: capitalize;
    font-size: 14px;
}

.pr-con .prlist {
    border: medium none;
    margin-top: 5px;
}

.pr-con .prlist ul {
    padding-left: 1px;
    background: #ebecec none repeat scroll 0 0;
    padding-bottom: 5px;
    overflow: hidden;
}

.pr-con .prlist ul li {
    border: medium none;
    margin: 0.5% 0 0 0.4%;
    padding: 0;
    width: 19.5%;
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .pr-con .prlist ul li {
        width: 49.5%;
        margin: 0.5% 0 0 0.4%;
    }
}

.pr-con .prlist ul li img {
    border: 0 none;
}

.pr-con .prlist .show-con {
    height: 30px;
    text-align: center;
    width: 100%;
}

.pr-con .prlist .show-con b {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 20%;
    background-color: #ebecec;
    border-radius: 3px;
    line-height: 10px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .pr-con .prlist .show-con b {
        width: 40%;
    }
}

.pr-01, .pr-02, .pr-03, .pr-04, .pr-05, .pr-06 {
    padding: 0 15px 10px 15px;
}

.pr-01 h6, .pr-02 h6, .pr-03 h6, .pr-04 h6, .pr-05 h6, .pr-06 h6 {
    text-transform: capitalize;
    font-size: 14px;
}

@media (max-width: 767px) {
    .pr-01 h6, .pr-02 h6, .pr-03 h6, .pr-04 h6, .pr-05 h6, .pr-06 h6 {
        display: none;
    }
}

@media (max-width: 767px) {
    .pr-01 h6 {
        display: block !important;
    }
}

.video-n {
    overflow: hidden;
}

.pr-03 li {
    float: left;
    *display: inline;
    padding: 10px 0;
    width: 50%;
}

@media (max-width: 991px) {
    .pr-03 li {
        width: 100%;
    }
}

.pr-03 li .p-img {
    width: 32%;
}

.pr-03 li .p-img img {
    border: 1px solid #e7e7e7;
}

.pr-03 li .p-detail {
    width: 63%;
    margin-left: 12px;
    color: #444;
}

.pr-03 li .p-detail p {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 10px;
    background: #e1e1e1;
    margin-bottom: 10px;
}

.pr-04 th {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 7px 0 7px 15px;
    border: 1px solid #c9c9c9;
}

.pr-04 td {
    padding: 7px 0 7px 15px;
    vertical-align: top;
    color: #555;
    border: 1px solid #c9c9c9;
}

@media (max-width: 767px) {
    .pr-04 td {
        padding: 7px 0 7px 5px;
    }
}

.pr-04 tr {
    background-color: #fff;
}

.pr-04 tr.odd {
    background: #f9f9f9 none repeat scroll 0 0;
}

.pr-05 li {
    width: 24%;
    float: left;
    margin: 0 1% 1% 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .pr-05 li {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .pr-05 li {
        width: 100%;
    }
}

.whymmm li {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.whymmm li div {
    float: left;
}

.whymmm li .img {
    width: 15%;
}

@media (max-width: 767px) {
    .whymmm li .img {
        width: 100%;
        text-align: center;
    }
}

.whymmm li img {
    border: 1px solid #e4e4e4;
}

.whymmm li .tex {
    width: 85%;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .whymmm li .tex {
        width: 100%;
        padding: 0;
    }
}

.whymmm li h4.title {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 10px;
    background: #e1e1e1;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .whymmm li h4.title {
        background: none;
        text-align: center;
        margin-top: 10px;
    }
}

.pr-07 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .pr-07 {
        padding: 0 10px;
        margin-bottom: 20px;
        display: none;
    }
}

.pr-07 h6 {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 8px 10px;
    background: #e1e1e1;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.pr-07 .rating h6 {
    font-size: 12px;
    font-weight: bold;
    background: none;
}

.pr-07 .rating .rate-star span {
    font-size: 20px;
    font-weight: bold;
    color: #085eb9;
}

.pr-07 .rating .rate-star .reviews {
    margin: 0 2px;
    font-size: 20px;
    color: #ffe200;
}

.pr-07 .rating .rate-star .reviews i {
    font-size: 20px;
}

.pr-07 .rating .creat-review {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .pr-07 .rating .creat-review {
        margin-left: 0;
    }
}

.pr-07 dd {
    padding: 5px 0;
    width: 85%;
}

.pr-07 dd .wid {
    width: 15%;
}

@media (max-width: 767px) {
    .pr-07 dd .wid {
        width: 30%;
    }
}

.pr-07 dd label {
    color: #1c0d0d;
    float: left;
    margin: 5px 0;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.pr-07 dd .errorInfo label {
    color: #d80f0f;
}

.pr-07 dd .textarea-long {
    border: 1px solid #ccc;
    color: #424242;
    padding: 4px;
    width: 100%;
    margin: 0;
    float: left;
    height: 160px;
}

@media (max-width: 767px) {
    .pr-07 dd .textarea-long {
        width: 100%;
    }
}

.pr-07 .pr-review {
    padding-top: 9px;
}

@media (max-width: 767px) {
    .pr-07 .pr-review {
        padding: 0 10px;
    }
}

.pr-07 .pr-review li {
    margin-bottom: 7px;
    border-bottom: 1px solid #8b8b8b;
}

.pr-07 .pr-review li .suthor {
    width: 15%;
}

.pr-07 .pr-review li .suthor img {
    border: 1px solid #d7d7d7;
}

.pr-07 .pr-review li .r-contect {
    padding: 9px 15px;
    position: relative;
    width: 85%;
}

.pr-07 .pr-review li .r-contect .rate-star i {
    color: #ffe200;
}

@media (max-width: 767px) {
    .pr-08 {
        padding: 0 10px;
        display: none;
    }
}

.pr-08 h6 {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 8px 10px;
    background: #e1e1e1;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .pr-08 h6 {
        background: none;
        margin-top: 20px;
        font-size: 12px;
    }
}

.pr-08 .btn-qmark {
    background: transparent url("../images/icon.png") no-repeat scroll 0 -1842px;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    position: absolute;
    width: 20px;
}

.pr-08 .qalist {
    border-top: 1px solid #8b8b8b;
    color: #444;
    margin: 8px 0 0;
    padding: 10px;
}

.pr-08 .qalist .time {
    color: #666;
    font-style: italic;
}

.pr-08 .qalist .q2 {
    width: 100%;
    padding: 0 0 20px 10px;
    font-weight: bold;
}

.pr-08 .qalist .q2 span.icon {
    background: transparent url("../images/icon.png") no-repeat scroll 0 -1400px;
    display: inline-block;
    width: 3%;
    height: 32px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .pr-08 .qalist .q2 span.icon {
        width: 7%;
    }
}

@media (min-width: 768px) {
    .pr-08 .qalist .q2 p {
        width: 96%;
    }
}

@media (max-width: 767px) {
    .pr-08 .qalist .q2 p {
        width: 90%;
    }
}

.pr-08 .qalist .a1 {
    padding: 0 0 0 10px;
    width: 100%;
}

.pr-08 .qalist .a1 span.icon {
    background: transparent url("../images/icon.png") no-repeat scroll -38px -1400px;
    display: inline-block;
    width: 3%;
    height: 37px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .pr-08 .qalist .a1 span.icon {
        width: 7%;
    }
}

.pr-08 .qalist .a1 span.img {
    background: transparent url("../images/love.png") no-repeat scroll 0 0;
    height: 18px;
    width: 20px;
    display: inline-block;
}

@media (min-width: 768px) {
    .pr-08 .qalist .a1 p {
        width: 96%;
    }
}

@media (max-width: 767px) {
    .pr-08 .qalist .a1 p {
        width: 90%;
    }
}

.pr-08 .qaform {
    padding: 10px;
}

.pr-08 .qaform li {
    margin-bottom: 5px;
    *zoom: 1;
}

.pr-08 .qaform li:before, .pr-08 .qaform li:after {
    content: "";
    display: table;
}

.pr-08 .qaform li:after {
    clear: both;
}

.pr-08 .qaform li .errorInfo {
    width: 100%;
}

.pr-08 .qaform li .errorInfo label {
    color: #d80f0f;
}

.pr-08 .qaform label {
    color: #1c0d0d;
    float: left;
    margin: 5px 0;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.pr-08 .qaform .textarea-long {
    border: 1px solid #ccc;
    color: #424242;
    padding: 4px;
    width: 90%;
    margin: 0;
    float: left;
    height: 160px;
}

@media (max-width: 767px) {
    .pr-08 .qaform .textarea-long {
        width: 100%;
    }
}

.errorInfo {
    color: #d80f0f;
    display: inline-block;
    float: left;
    margin-left: 2px;
    text-align: left;
}

.compare-tab {
    width: 100%;
    margin-bottom: 40px;
}

.compare-tab tr.engine th, .compare-tab tr.engine td {
    border: 1px solid #e4e3e3;
    color: #3c3c3c;
    font-size: 12px;
    padding: 5px 10px;
    text-align: left;
    height: 18px;
    line-height: 18px;
}

.compare-tab tr th {
    width: 10%;
    color: #3e3a39;
    line-height: 22px;
    height: 34px;
    background-color: #efefef;
}

.compare-tab tr th.com-none {
    background-color: #fff;
}

.compare-tab tr td {
    width: 18%;
    vertical-align: top;
    padding: 10px;
}

.compare-tab tr td.pro-info h3 {
    font-size: 14px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 5px;
    height: 28px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.compare-tab tr td.pro-info p {
    font-size: 14px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 10px;
    height: 20px;
    display: block;
}

.compare-tab tr td.pro-info .com-price-list {
    *zoom: 1;
}

.compare-tab tr td.pro-info .com-price-list:before, .compare-tab tr td.pro-info .com-price-list:after {
    content: "";
    display: table;
}

.compare-tab tr td.pro-info .com-price-list:after {
    clear: both;
}

.compare-tab tr td.pro-info .com-price-list li {
    display: block;
    font-size: 12px;
}

.compare-tab tr td.pro-info .com-price-list li label {
    margin-bottom: 0px;
}

.compare-tab tr td.pro-info .com-price-list li strong {
    font-size: 20px;
}

.compare-tab tr td .com-pic {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.compare-tab tr td .com-pic i.delete {
    position: absolute;
    font-size: 14px;
    top: 0px;
    right: 0px;
}

.compare-tab tr td.title {
    background-color: #cccccc;
    color: #202020;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
}

.compare-tab tr td.title-f {
    background-color: #f0f0f0;
    color: #202020;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}

.compare-tab tr td .overview-info {
    *zoom: 1;
}

.compare-tab tr td .overview-info:before, .compare-tab tr td .overview-info:after {
    content: "";
    display: table;
}

.compare-tab tr td .overview-info:after {
    clear: both;
}

.compare-tab tr td .overview-info li {
    display: block;
    font-size: 14px;
    list-style-type: square;
    line-height: 2em;
}

.compare-tab th, .compare-tab td {
    border: 1px solid #cccccc;
    color: #3c3c3c;
    font-size: 14px;
}

.cart {
    margin: 10px 0;
}

.cart .cart-title {
    background: #f1f1f1;
    height: 65px;
    line-height: 65px;
    margin-bottom: 35px;
}

.cart .cart-title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 65px;
}

.cart .cart-title .btn-paypal {
    background: url("../images/paypal-btn.png") 0 0 no-repeat;
    width: 171px;
    height: 33px;
}

.cart .shopping-bag {
    margin-bottom: 20px;
    font-size: 12px;
}

.cart .shopping-bag .shopping-table {
    margin-bottom: 10px;
}

.cart .shopping-bag .shopping-table .shopping-box li {
    overflow: hidden;
    display: block;
    *zoom: 1;
}

.cart .shopping-bag .shopping-table .shopping-box li:before, .cart .shopping-bag .shopping-table .shopping-box li:after {
    content: "";
    display: table;
}

.cart .shopping-bag .shopping-table .shopping-box li:after {
    clear: both;
}

.cart .shopping-bag .shopping-table .shopping-box .shopping-list {
    position: relative;
}

.cart .shopping-bag .shopping-table .shopping-box .shopping-list .under-line {
    border-bottom: 1px solid #dedede;
    height: 1px;
    width: 100%;
    float: left;
}

.cart .shopping-bag .shopping-table .shopping-box .shopping-list .free-pro {
    width: 80%;
    float: right;
    margin-bottom: 20px;
    border: 1px solid #dfebed;
    border-radius: 3px;
}

.cart .shopping-bag .shopping-table .shopping-box .shopping-list .free-pro .left {
    width: 31%;
}

.cart .shopping-bag .shopping-table .shopping-box .shopping-list .free-pro .right {
    width: 69%;
}

@media (max-width: 767px) {
    .cart .shopping-bag .shopping-table .shopping-box .shopping-list .free-pro {
        width: 100%;
    }

    .cart .shopping-bag .shopping-table .shopping-box .shopping-list .free-pro .left {
        width: 35%;
    }

    .cart .shopping-bag .shopping-table .shopping-box .shopping-list .free-pro .right {
        width: 60%;
    }
}

.cart .shopping-bag .shopping-table .stock {
    background-color: #e5e5e5;
}

.cart .shopping-bag .shopping-table .shopping-title span {
    height: 35px;
    line-height: 35px;
    background-color: #fafafa;
    border-bottom: 2px solid #999;
    font-weight: bold;
    background: none;
    font-size: 16px;
    padding: 0 10px;
    display: block;
    float: left;
}

.cart .shopping-bag .shopping-table .shopping-title span.first {
    text-align: left;
    padding-left: 15px;
}

.cart .shopping-bag .shopping-table .shopping-cn {
    padding: 20px 10px;
    vertical-align: top;
    float: left;
}

@media (max-width: 767px) {
    .cart .shopping-bag .shopping-table .shopping-cn {
        padding: 20px 0;
    }
}

.cart .shopping-bag .shopping-table .shopping-cn del {
    font-weight: bold;
    font-size: 14px;
}

.cart .shopping-bag .shopping-table .shopping-cn .n-price {
    font-size: 18px;
    text-transform: capitalize;
}

.cart .shopping-bag .shopping-table .shopping-cn .options {
    *zoom: 1;
}

.cart .shopping-bag .shopping-table .shopping-cn .options:before, .cart .shopping-bag .shopping-table .shopping-cn .options:after {
    content: "";
    display: table;
}

.cart .shopping-bag .shopping-table .shopping-cn .options:after {
    clear: both;
}

.cart .shopping-bag .shopping-table .shopping-cn .options li {
    margin-bottom: 10px;
    display: block;
}

.cart .shopping-bag .shopping-table .shopping-cn .subtotal {
    font-size: 28px;
}

@media (max-width: 767px) {
    .cart .shopping-bag .shopping-table .shopping-cn .subtotal {
        font-size: 14px;
        font-weight: bold;
    }

    .cart .shopping-bag .shopping-table .shopping-cn .subtotal span {
        font-size: 22px;
    }
}

.cart .shopping-bag .shopping-table .shopping-cn .qty {
    margin: 0 auto;
    width: 125px;
}

@media (max-width: 767px) {
    .cart .shopping-bag .shopping-table .shopping-cn .qty {
        margin: 0;
        width: 170px;
        overflow: hidden;
    }

    .cart .shopping-bag .shopping-table .shopping-cn .qty b {
        width: 30px;
        display: inline-block !important;
        line-height: 30px;
        float: left;
    }
}

.cart .shopping-bag .shopping-table .shopping-cn .qty b {
    display: block;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span.l-minus {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span.l-minus:hover {
    color: #000;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span.r-plsh {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span.r-plsh:hover {
    color: #000;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span.m-input {
    font-weight: bold;
}

.cart .shopping-bag .shopping-table .shopping-cn .qty span.m-input input {
    width: 30px;
    text-align: center;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .left {
    float: left;
    *display: inline;
    width: 35%;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .left .delete .a-underline {
    font-style: italic;
    padding-left: 20%;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .left .delete .green {
    color: #51B148;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .right {
    float: right;
    *display: inline;
    width: 60%;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .right .a-underline {
    font-style: italic;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .right .name {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .right .item {
    color: #999;
}

.cart .shopping-bag .shopping-table .shopping-cn .clearfix .right .v-line {
    float: left;
    *display: inline;
    margin: 3px 10px;
    color: #999;
}

.cart .shopping-bag .shopping-table .shopping-cn p.bottom {
    margin-top: 15px;
}

.cart .shopping-bag .shopping-table .shopping-cn .cart-option li {
    margin-bottom: 10px;
}

.cart .shopping-bag .shopping-table .shopping-cn .cart-option li .btn {
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.cart .shopping-bag .shopping-table .shopping-cn .cart-option li label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 40%;
    margin-right: 3px;
    text-align: left;
    margin-bottom: 0px;
}

.cart .shopping-bag .shopping-table .shopping-cn .cart-option li select {
    width: 40%;
    height: 20px;
    line-height: 20px;
}

.cart .shopping-bag .shopping-table .shopping-cn .cart-option li .text {
    width: 40%;
    height: 20px;
    line-height: 20px;
}

.cart .shopping-bag .shopping-table .shopping-cn.offers {
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
}

.cart .shopping-bag .shopping-table .shopping-cn .cart-size {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.cart .shopping-bag .shopping-table .share a.a1, .cart .shopping-bag .shopping-table .share a.a2 {
    background: url("../images/themes.png") no-repeat scroll 0 -331px transparent;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin: 0 0 0 5px;
    width: 20px;
}

.cart .shopping-bag .shopping-table .share a.a2 {
    background-position: -23px -331px;
}

.cart .coupon-code .card-pic {
    *zoom: 1;
}

.cart .coupon-code .card-pic:before, .cart .coupon-code .card-pic:after {
    content: "";
    display: table;
}

.cart .coupon-code .card-pic:after {
    clear: both;
}

.cart .coupon-code .card-pic li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.cart .coupon-code .form-inline {
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
    float: right;
}

@media (max-width: 767px) {
    .cart .coupon-code .form-inline {
        float: none;
    }

    .cart .coupon-code .form-inline label {
        display: block;
    }

    .cart .coupon-code .form-inline input.form-control {
        width: 74%;
        display: inline-block;
        float: left;
    }

    .cart .coupon-code .form-inline .btn {
        float: left;
    }
}

.shopping-total .sc-subtotal .price-info {
    margin-bottom: 15px;
    font-size: 14px;
}

.shopping-total .sc-subtotal .price-info span {
    text-align: left;
}

.shopping-total .sc-subtotal .price-info strong {
    text-align: right;
    float: right;
}

.shopping-total .sc-subtotal .price-total {
    border-top: 1px solid #dedede;
    line-height: 30px;
    padding-top: 15px;
}

.shopping-total .sc-subtotal .price-total span {
    color: #f41111;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.shopping-total .sc-subtotal .price-total strong {
    text-align: right;
    font-size: 28px;
    color: #f41111;
    float: right;
}

@media (max-width: 767px) {
    .shopping-total .sc-subtotal .btn {
        width: 100%;
    }
}

.shopping-total .price-notice {
    margin-top: 15px;
    padding: 0px;
}

.shopping-total .price-notice p {
    text-align: right;
    font-size: 10px;
    margin: 0 0 2px 0;
}

@media (max-width: 767px) {
    .shopping-total .price-notice p {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .shopping-total .price-notice .cart-title {
        background: none;
        height: auto;
        line-height: 32px;
        text-align: center;
    }

    .shopping-total .price-notice .cart-title p {
        text-align: center;
    }
}

.shipping-information .sho-inf-box {
    border: 1px solid #dedede;
    *zoom: 1;
}

.shipping-information .sho-inf-box:before, .shipping-information .sho-inf-box:after {
    content: "";
    display: table;
}

.shipping-information .sho-inf-box:after {
    clear: both;
}

.shipping-information .sho-inf-mes {
    background-color: #f6f6f6;
    padding: 20px;
}

.shipping-information .sho-inf-mes h3 {
    margin-bottom: 30px;
    font-weight: bold;
}

.shipping-information .sho-inf-mes p {
    margin-bottom: 30px;
}

.shipping-information .sho-inf-mes p b {
    font-size: 14px;
}

/* phone screen adaptation */
@media (min-width: 768px) and (max-width: 992px) {
    .pad-show {
        display: block;
    }

    .pc-show, .phone-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .phone-show {
        display: block;
    }

    .pc-show, .pad-show, .pc-pad-show {
        display: none;
    }
}

@media (min-width: 993px) {
    .pc-show {
        display: block;
    }

    .phone-show, .pad-show {
        display: none;
    }
}

.cart-none {
    min-height: 350px;
    text-align: center;
    padding-top: 150px;
    font-size: 14px;
}

.cart-none a {
    text-decoration: underline;
}

.checkout-header {
    border-bottom: 8px solid #db0101;
}

.checkout-header .midheader .logo {
    margin: 0;
}

.checkout-header .midheader .midheader-search {
    border: none;
}

.checkout-header .midheader .midheader-search p {
    font-size: 48px;
    font-weight: bold;
    line-height: 125px;
    color: #424242;
}

@media (max-width: 768px) {
    .checkout-header .midheader .midheader-search p {
        font-size: 30px;
        line-height: 75px;
    }
}

.checkout-header .midheader .header-contact {
    border: none;
}

.checkout-footer .footer-bottom {
    background-color: #e7e7e7 !important;
}

.checkout-footer .footer-bottom p {
    line-height: 22px;
}

.lay-one {
    *zoom: 1;
}

.lay-one:before, .lay-one:after {
    content: "";
    display: table;
}

.lay-one:after {
    clear: both;
}

.lay-one h2 {
    border-bottom: 1px solid #dbdbdb;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .lay-one h2 {
        font-size: 16px;
    }
}

.lay-one h2 i {
    border-radius: 20px;
    background-color: #cf0000;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 15px;
}

.lay-one h2 i.fa {
    background-color: #76c143;
}

.lay-one h2.lay-title-over {
    color: #d9d9d9;
}

.lay-one h2.lay-title-over i {
    background-color: #d9d9d9;
}

.primaryinfo {
    background: #f9f9f9;
    padding: 25px;
    border-bottom: 1px solid #dbdbdb;
}

.primaryinfo h3 {
    font-size: 18px;
    font-weight: bold;
}

.primaryinfo .btn-add {
    margin-left: 10px;
}

.md-width {
    width: 60%;
    color: #666;
}

@media (max-width: 768px) {
    .md-width {
        width: 100%;
    }
}

.md-width:last-child {
    font-size: 11px;
}

.shopping-cart {
    border: 1px solid #dbdbdb;
}

.shopping-cart h2 {
    line-height: 40px;
    padding-left: 10px;
    color: #fff;
    background-color: #424242;
    font-size: 18px;
}

.shopping-cart .cart-list {
    *zoom: 1;
    max-height: 351px;
    overflow-y: scroll;
}

.shopping-cart .cart-list:before, .shopping-cart .cart-list:after {
    content: "";
    display: table;
}

.shopping-cart .cart-list:after {
    clear: both;
}

.shopping-cart .cart-list .left {
    width: 45%;
    float: left;
}

.shopping-cart .cart-list .right {
    width: 55%;
    float: right;
}

.shopping-cart .cart-list .right strong {
    font-size: 16px;
}

.shopping-cart .cart-list li {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}

.shopping-cart .cart-total {
    background-color: #f2f2f2;
    *zoom: 1;
    font-size: 14px;
    padding-top: 10px;
}

.shopping-cart .cart-total:before, .shopping-cart .cart-total:after {
    content: "";
    display: table;
}

.shopping-cart .cart-total:after {
    clear: both;
}

.shopping-cart .cart-total li {
    display: block;
    padding: 5px 25px;
    overflow: hidden;
}

.shopping-cart .cart-total li label {
    width: 50%;
    text-align: left;
    font-weight: normal;
}

.shopping-cart .cart-total li span {
    width: 50%;
    text-align: right;
    font-weight: bold;
    display: inline-block;
    float: right;
}

.shopping-cart .cart-total li.order-total {
    font-size: 22px;
    border-top: 1px solid #dbdbdb;
}

.shipping-methods {
    border: 1px solid #dbdbdb;
}

.shipping-methods h2 {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 10px;
}

.shipping-methods .met-car {
    *zoom: 1;
    padding: 15px;
}

.shipping-methods .met-car:before, .shipping-methods .met-car:after {
    content: "";
    display: table;
}

.shipping-methods .met-car:after {
    clear: both;
}

.shipping-methods .met-car p {
    display: inline-block;
}

.shipping-methods .met-car p.img {
    vertical-align: bottom;
}

.address-info {
    padding: 10%;
    font-size: 14px;
}

.address-info strong {
    margin: 5% 0 2%;
    display: block;
}

.address-info .address-save {
    overflow: hidden;
}

.address-finished {
    font-size: 14px;
    overflow: hidden;
}

.address-finished a {
    font-weight: bold;
    font-style: italic;
}

.address-finished .col-md-6 {
    padding: 0px;
}

.address-finished .address-new p {
    color: #666666;
}

.billing-address {
    font-size: 14px;
    overflow: hidden;
}

.billing-address p {
    color: #666666;
    margin-left: 23px;
}

.payment-information {
    font-size: 14px;
    overflow: hidden;
}

.payment-information p {
    color: #666666;
}

.payment-information .form-group {
    padding: 0px;
}

.payment-information .form-group .credit-crad .col-md-7 {
    width: 40%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .payment-information .form-group .credit-crad .col-md-7 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .payment-information .form-group .credit-crad .col-md-7 {
        width: 100%;
    }
}

.payment-information .form-group .credit-crad .col-xs-12 {
    margin-bottom: 5px;
    height: 48px;
}

.payment-information .form-group .credit-crad .col-xs-12 img {
    position: absolute;
    top: -5px;
}

@media (max-width: 767px) {
    .payment-information .form-group .credit-crad .col-xs-12 img {
        top: 0;
    }
}

.payment-information label a {
    color: #007dc6;
}

.radio-option-list {
    margin-bottom: 30px;
}

.radio-option-list .radio-option {
    display: inline-block;
    margin: 0px 5px 0px 0;
    line-height: 42px;
}

.radio-option-list .radio-option input {
    position: absolute !important;
    overflow: hidden !important;
    display: block !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0px !important;
    border: 0px none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
}

.radio-option-list .radio-option input:checked + label {
    border-color: #dc0202;
    color: #dc0202;
    box-shadow: 0px 0px 0px 1px #dc0202;
}

.radio-option-list .radio-option label {
    display: block;
    padding: 0px 10px;
    border: 1px solid #C2CFD6;
    border-radius: 4px;
    background: #FFF none repeat scroll 0% 0%;
    color: #007DC6;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.radio-option-list .radio-option input:checked + label::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    border-color: #dc0202;
    background: #dc0202 none repeat scroll 0% 0%;
    position: relative;
    top: 0px;
    line-height: 20px;
}

.radio-option-list .radio-option label::before {
    font-family: WalmartIcons;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border: 1px solid #C2CFD6;
    border-radius: 50%;
    background-color: #FFF;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    top: 7px;
}

@media (max-width: 767px) {
    .radio-option-list .wms img {
        width: 220px;
    }
}

.address-option {
    line-height: normal !important;
}

.address-radio-opt {
    border: none !important;
    background: none !important;
    font-weight: normal !important;
}

.address-radio-opt .address {
    display: inline-block;
}

label.address-radio-opt::before {
    vertical-align: top;
    top: 0 !important;
}

input.input-radio:checked + label {
    border: none !important;
    box-shadow: none !important;
}

.order-completed {
    width: 30%;
    margin: 10% auto;
    font-size: 14px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .order-completed {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .order-completed {
        width: 100%;
    }
}

.order-completed h2 {
    font-size: 24px;
}

.order-completed a {
    color: #ce1318;
    text-decoration: underline;
}

.order-completed .order-info {
    margin-bottom: 10%;
    padding-left: 55px;
}

.order-completed .order-info p .red {
    text-decoration: underline;
}

.order-completed .order-info p.order-no {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.order-completed .order-info p.order-no span {
    margin-right: 20px;
    display: inline-block;
}

.searchon-wp {
    border: 1px solid #e7e7e7;
    background-color: #f5f5f6;
    padding: 15px 0 40px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .searchon-wp {
        padding: 15px 0 180px;
    }
}

.searchon-wp .searchon-404 {
    text-align: center;
}

.searchon-wp .searchon-404 h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 25px;
}

.searchon-wp .searchon-404 .font24 {
    line-height: 40px;
    font-size: 24px;
}

.searchon-wp .searchon-404 .mt50 {
    margin-top: 50px;
}

.searchon-wp .searchon-404 p.ss {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .searchon-wp .searchon-404 p.ss {
        font-size: 14px;
        font-weight: bold;
    }

    .searchon-wp .searchon-404 h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

.searchon-wp .searchon-404 p.b {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}

.searchon-wp .searchon-404 p.b b {
    font-size: 18px;
}

.searchon-wp .searchon-404 .text-upper {
    margin-bottom: 20px;
}

.searchon-wp .searchon-404 a.b {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.searchon-wp .banner-404 {
    margin: 20px 0 0;
    background: url("../images/404/not_found_b.png") no-repeat;
    height: 120px;
}

.searchon-wp .banner-404 img {
    float: left;
    *display: inline;
    margin-right: 5%;
}

.searchon-wp .banner-404 .left {
    float: left;
    margin-top: 60px;
}

.searchon-wp .banner-404 .left b {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.searchon-wp .banner-404 .left .text {
    height: 24px;
    line-height: 24px;
    color: #a2a2a2;
    border: 1px solid #c7c7c7;
    margin-right: 5px;
    vertical-align: middle;
}

.searchon-wp .banner-404 .left .btn {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #202020;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 2px;
}

.searchon-wp .banner-404 .right {
    float: left;
    margin-top: 65px;
    text-transform: uppercase;
}

.searchon-wp .banner-404 .right b {
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

.search-no {
    margin: 50px 0;
    padding-top: 10%;
}

@media (max-width: 767px) {
    .search-no {
        margin: 0;
    }
}

.search-no p.search {
    display: inline-block;
    text-align: right;
}

@media (max-width: 767px) {
    .search-no p.search {
        text-align: center;
    }
}

.search-no div {
    display: inline-block;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .search-no div {
        display: block;
        text-align: center;
    }
}

.search-no div a {
    text-decoration: underline;
}

.search-no div a:hover {
    color: #f41111;
}

@media (max-width: 767px) {
    .search-result {
        text-align: center;
    }
}

#aside .user-account-box h4 {
    background-color: #fff !important;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

#aside .user-account-box h4 a {
    color: #424242;
}

#aside .user-account-box .leftlist ul.menu-account span {
    background: none;
    padding: 0;
}

.phone-account-box .phonelist span {
    background: none !important;
    padding: 0 !important;
}

.user-account h3 {
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .user-account p.p-wishlist {
        text-align: center;
    }
}

.user-account .account-table {
    margin: 20px 0;
    width: 100%;
}

.user-account .account-table tr {
    border-bottom: 1px solid #dedede;
}

.user-account .account-table tr:first-child {
    border-bottom: 1px solid #898989;
}

.user-account .account-table th {
    text-align: center;
    padding: 15px 0;
}

.user-account .account-table td {
    text-align: center;
    padding: 10px 0;
}

.user-account .account-table td.td-first {
    width: 60%;
}

@media (max-width: 767px) {
    .user-account .account-table td.td-first {
        width: 100%;
    }
}

.user-account .account-table td.td-first p {
    color: #222222;
}

.user-account .account-table td.td-first p.item {
    color: #666666;
}

.user-account .account-table td.td-second {
    width: 40%;
}

@media (max-width: 767px) {
    .user-account .account-table td.td-second {
        display: none;
    }
}

.account-table-phone {
    width: 100%;
    margin-bottom: 20px;
}

.account-table-phone table {
    width: 100%;
}

.account-table-phone tr {
    border-bottom: 1px solid #dedede;
}

.account-table-phone tr.w-tr {
    border-top: 1px solid #dedede;
}

.account-table-phone tr.w-tr tr {
    border: none;
}

.account-table-phone tr.w-tr:last-child {
    border: none;
}

.account-table-phone span {
    display: inline-block;
    width: 50%;
}

.account-table-phone td {
    padding: 10px;
    text-align: center;
}

.account-table-phone td td:first-child {
    font-weight: bold;
}

.account-table-phone .delete {
    text-decoration: underline;
    color: #ce1318;
    font-style: italic;
}

.account-table-phone .name {
    font-weight: bold;
}

.user-account .order-number {
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}

.user-account .account-table .first {
    text-align: left;
    padding-left: 50px;
}

.user-account .account-table .delete {
    text-decoration: underline;
    color: #f41111;
    font-style: italic;
}

.user-account .account-table .delete:hover {
    color: #f41111;
}

.user-account .account-table .name {
    font-weight: bold;
}

.user-account .account-table .detail p {
    margin-bottom: 5px;
    color: #666;
}

.user-account .account-table tr.no-line {
    border: none;
}

.user-account .user-price p {
    text-align: right;
}

.user-account .user-price .order-total {
    font-size: 16px;
    font-weight: bold;
}

.user-account .shipping {
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    width: 100%;
    color: #424242;
    padding: 20px;
}

.user-account .shipping li {
    float: left;
}

.user-account .shipping li li {
    float: none;
    line-height: 20px;
}

.user-account .shipping li li.firstli {
    font-weight: bold;
    line-height: 25px;
}

.shipping-phone li {
    padding: 10px 0;
    border-bottom: 1px dashed #999;
}

.shipping-phone li li {
    border: none;
    text-align: center;
    padding: 0;
}

.shipping-phone li:last-child {
    border: none;
}

.user-tab nav ul {
    border-bottom: 2px solid #f4f4f4;
}

.user-tab nav li {
    border: none;
}

.user-tab nav li a {
    color: #868686;
    background: #fff;
    width: 90px;
}

.user-tab nav li.current {
    border-bottom: 2px solid #f4f4f4;
}

.user-tab nav li.current a {
    background-color: #f4f4f4;
    color: #202020;
}

td.d-order .btn-detail {
    position: relative;
}

td.d-order .detail-info {
    position: absolute;
    z-index: 99;
    right: -10px;
}

td.d-order .detail-info .arrow-left {
    border-color: #fff #fff #d0d0d0;
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    height: 5px;
    right: 70px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 0;
}

td.d-order .detail-info .tipscon {
    background-color: #f7f7f7;
    border: 1px solid #d0d0d0;
    display: inline-block;
    margin-top: 7px;
    padding: 10px 20px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 400px;
}

@media (max-width: 767px) {
    td.d-order .detail-info .tipscon {
        width: 300px;
    }
}

.address-list {
    width: 100%;
    *zoom: 1;
    margin-bottom: 20px;
}

.address-list:before, .address-list:after {
    content: "";
    display: table;
}

.address-list:after {
    clear: both;
}

.address-list li {
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    padding: 10px;
    float: left;
    *display: inline;
    width: 30%;
    margin-right: 5%;
}

@media (max-width: 767px) {
    .address-list li {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.address-list li:last-child {
    margin-right: 0;
    background-color: #fff;
}

.address-form {
    padding-left: 10%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .address-form {
        padding: 0;
    }
}

.address-form .md-width {
    width: 60%;
}

@media (max-width: 767px) {
    .address-form .md-width {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-btn {
        float: right;
        margin-top: 15px;
    }
}

.mco-request p.success {
    text-align: center;
    color: #268500;
    line-height: 40px;
}

.mco-request .mco {
    border: 1px solid #b2b2b2;
    margin-bottom: 20px;
}

.mco-request .mco h4 {
    background-color: #dcdcdc;
    border-bottom: 1px solid #b2b2b2;
    line-height: 38px;
    padding: 0 10px;
}

.mco-request .mco h4 p.input {
    margin-left: 20px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

@media (max-width: 767px) {
    .mco-request .mco h4 p.input {
        margin: 0;
        padding: 0;
        display: block;
    }
}

.mco-request .mco h4 p.input label {
    margin: 0;
}

.mco-request .mco p {
    padding: 0 10px;
}

.mco-request .mco dl {
    padding-left: 5%;
    margin-top: 23px;
}

@media (max-width: 767px) {
    .mco-request .mco dl {
        padding: 0 5px;
    }
}

.ipart {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .ipart {
        padding: 0;
    }
}

.form-area {
    padding: 0;
}

.form-area a {
    font-weight: bold;
}

.form-area a:hover {
    color: #f41111;
}

@media (max-width: 767px) {
    .form-area .btn {
        margin-top: 10px;
    }
}

p.none {
    text-align: center;
}

.policy-questions {
    *zoom: 1;
}

.policy-questions:before, .policy-questions:after {
    content: "";
    display: table;
}

.policy-questions:after {
    clear: both;
}

.policy-questions h3 {
    height: 35px;
    line-height: 35px;
    color: #000;
    border-bottom: 1px solid #b2b2b2;
    font-size: 18px;
}

.policy-questions .iterms {
    padding: 20px 0;
}

.policy-questions .iterms .bg-title {
    margin-bottom: 18px;
    background-color: #f5f5f5;
    line-height: 32px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
}

.policy-questions .iterms p {
    margin-bottom: 18px;
}

.policy-questions .iterms p strong {
    font-size: 14px;
}

.policy-questions .iterms .questions {
    overflow: hidden;
}

.policy-questions .iterms .questions li {
    display: block;
    margin-bottom: 18px;
}

.policy-questions .iterms .questions li .title {
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.policy-questions .iterms .questions li .answer {
    padding-left: 25px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .policy-questions .iterms .finance {
        height: 80px;
    }

    .policy-questions .iterms .finance span:first-child {
        float: left;
    }
}

@media (max-width: 767px) {
    .policy-questions .iterms .finance {
        text-align: center;
    }

    .policy-questions .iterms .finance span:first-child {
        margin: 0 auto;
        display: block;
        float: none;
    }
}

.policy-questions .shippingmap {
    text-align: center;
}

.policy-questions .feature {
    margin-bottom: 20px;
}

.policy-questions .feature li {
    display: block;
}

.policy-questions .feature li .col-xs-5 {
    padding: 0px;
}

.policy-questions .feature li .col-xs-5 img {
    padding: 3px;
    border: 1px solid #e4e4e4;
}

.policy-questions .feature li .col-xs-7 {
    padding: 0px;
}

.policy-questions .feature li .ifeature dt {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.policy-questions .feature li .ifeature dd {
    display: block;
    margin-bottom: 5px;
}

.policy-questions .iContact {
    margin: 30px 0;
}

.policy-questions .iContact .iContact-con {
    border: 1px solid #efefef;
    background-color: #f7f8f8;
    border-radius: 5px;
    text-align: left;
    color: #3e3a39;
    padding: 15px 0;
    min-height: 150px;
    margin-bottom: 30px;
    min-height: 200px;
}

@media (max-width: 767px) {
    .policy-questions .iContact .iContact-con {
        text-align: center;
    }
}

.policy-questions .iContact .iContact-con .col-sm-3, .policy-questions .iContact .iContact-con .col-sm-6 {
    padding-right: 0px;
}

.policy-questions .iContact .iContact-con .con-info {
    text-align: left;
}

.policy-questions .iContact .iContact-con .con-info .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.policy-questions .iContact .iContact-con .con-info p {
    line-height: 24px;
}

.policy-questions .iContact .iContact-con .icons-tell {
    background: url(../images/theme.png) no-repeat;
    background-position: 0 -1901px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .icons-livechat a {
    background: url(../images/theme.png) no-repeat;
    background-position: -168px -1901px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .icons-email a {
    background: url(../images/theme.png) no-repeat;
    background-position: -168px -1991px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .icons-parts a {
    background: url(../images/theme.png) no-repeat;
    background-position: -80px -2087px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .icons-networks a {
    background: url(../images/theme.png) no-repeat;
    background-position: -168px -2088px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks .b-facebook {
    background: url(../images/theme.png) no-repeat;
    background-position: 0 -2183px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks .b-instagram {
    background: url(../images/theme.png) no-repeat;
    background-position: -81px -2183px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks .b-google {
    background: url(../images/theme.png) no-repeat;
    background-position: -81px -2274px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks .b-twitter {
    background: url(../images/theme.png) no-repeat;
    background-position: -168px -2183px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks .b-pinterest {
    background: url(../images/theme.png) no-repeat;
    background-position: -168px -2274px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks .b-youtube {
    background: url(../images/theme.png) no-repeat;
    background-position: 0 -2274px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.policy-questions .iContact .iContact-con .iContact-SocialNetworks a {
    margin: 0 5px 5px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .policy-questions .iContact .iContact-con .iContact-SocialNetworks a {
        margin: 0;
    }
}

.policy-questions .iContact .iContact-con .response {
    text-align: left;
}

/* phone screen adaptation */
@media (min-width: 768px) and (max-width: 992px) {
    .pad-show {
        display: block;
    }

    .pc-show, .phone-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .phone-show {
        display: block;
    }

    .pc-show, .pad-show, .pc-pad-show {
        display: none;
    }
}

@media (min-width: 993px) {
    .pc-show {
        display: block;
    }

    .phone-show, .pad-show {
        display: none;
    }
}

/* dmv-list */
.dmv-tips {
    text-align: center;
}

.dmv-tips h4 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f5f5;
}

.dmv-tips p .underline {
    text-decoration: underline;
}

.dmv-tips p .underline:hover {
    color: #f41111;
}

.dmv-tips p.dmv-letter {
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.dmv-tips p.dmv-letter a {
    text-decoration: underline;
}

.dmv-tips p.dmv-letter a:hover {
    color: #f41111;
}

.dmv-table {
    margin-top: 40px;
}

.dmv-table td {
    text-align: center;
    width: 10% !important;
}

.dmv-table .icon {
    border: 0 none;
    height: 32px;
    width: 32px;
}

.dmv-table a {
    text-decoration: underline;
}

.iAgreement {
    padding-bottom: 50px;
}

.iAgreement li {
    line-height: 25px;
}

/* Gas Saving Calculator */
.gas-price {
    text-align: center;
}

.gas-price table {
    background-color: #f8f8f8;
}

.gas-price h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
}

.gas-price .mpg li {
    float: left;
    *display: inline;
    padding: 0 15px;
    margin-right: 3.33334% !important;
    width: 22.5%;
}

.gas-price .mpg li:nth-child(4n) {
    margin-right: 0px !important;
}

@media (max-width: 991px) {
    .gas-price .mpg li {
        margin-right: 4% !important;
        width: 48% !important;
        margin-bottom: 4%;
    }

    .gas-price .mpg li:nth-child(2n) {
        margin-right: 0px !important;
    }
}

.gas-price .calculator {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 30px;
}

.gas-price .calculator p {
    text-align: left;
    font-weight: bold;
    margin-top: 30px;
}

.gas-price .calculator ul li {
    width: 30%;
    float: left;
}

.gas-price .calculator ul li p {
    margin: 10px 0 20px 0;
    color: #999;
}

@media (max-width: 991px) {
    .gas-price .calculator ul li {
        width: 100%;
    }
}

.gas-price .calculator ul li dl {
    width: 100%;
    float: left;
}

.gas-price .calculator ul li dt {
    width: 40%;
    float: left;
    line-height: 40px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .gas-price .calculator ul li dt {
        line-height: 20px;
    }
}

.gas-price .calculator ul li dd {
    width: 30%;
    float: left;
    line-height: 40px;
}

.gas-price .calculator ul li dd input {
    height: 30px;
    background-color: #fff;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 5px;
}

.gas-price .calculator ul li.line {
    width: 5%;
    vertical-align: middle;
}

.gas-price .calculator ul li.line img {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .gas-price .calculator ul li.line {
        display: none;
    }
}

.gas-price .calculator ul li.two dt {
    width: 50%;
    float: left;
}

.gas-price .calculator ul li.two dd {
    width: 50%;
    float: left;
}

.gas-price .calculator .btn-two {
    padding: 20px 0;
    width: 100%;
    border-bottom: 2px solid #b5b5b5;
    text-align: right;
}

.gas-price .calculator .savings {
    text-align: right;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.gas-price .calculator .savings span {
    font-weight: bold;
}

.video-n li {
    width: 24%;
    float: left;
    margin: 0 1% 1% 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .video-n li {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .video-n li {
        width: 100%;
    }
}

.video-n p {
    text-align: center;
    margin: 0;
}

.new-video-n {
    overflow: hidden;
}

.new-video-n li {
    width: 31%;
    float: left;
    margin: 0 1% 1% 1%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .new-video-n li {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .new-video-n li {
        width: 100%;
    }
}

.new-video-n p {
    text-align: center;
    margin: 0;
}

.btn-file {
    padding: 0 25px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    margin-bottom: 3px;
    border: none;
    display: inline-block;
    background: linear-gradient(top, #fcfcfc 0%, #dedfdf 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dedfdf 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #dedfdf 100%);
    color: #333333;
}

.btn-file:hover {
    color: #333333;
}

@media (max-width: 767px) {
    .btn-file {
        margin-top: 0 !important;
    }
}

.textfield {
    padding: 0 20px;
    width: initial;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .textfield {
        width: 50%;
        float: right;
    }
}

.testi1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.testi1 .img {
    text-align: center;
}

.testi1 .testi-detail {
    padding-top: 3%;
}

.testi1 .testi-detail h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.testi1 .testi-detail .view {
    float: right;
    text-decoration: underline;
    color: #d80200;
}

.testi1 .testi-detail .view:hover {
    color: #d80200;
}

.testi2 li {
    margin-bottom: 12px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 1.5%;
}

.testi2 li .suthor {
    width: 15%;
    text-align: center;
}

.testi2 li .suthor img {
    border: 1px solid #d7d7d7;
}

.testi2 li .suthor strong {
    margin-top: 5px;
    display: block;
}

.testi2 li .r-contect {
    padding: 9px 15px 0 15px;
    position: relative;
    width: 85%;
}

.testi2 li .r-contect .tt {
    border-bottom: 1px solid #bababa;
}

.testi2 li .r-contect .rate-star img {
    border: 1px solid #e9e9e9;
    margin-right: 8px;
}

.testi2 li .r-contect .rate-star i {
    color: #ffe200;
}

/*# sourceMappingURL=style.css.map */

.deal_day {
    margin: 0 20px;
    padding: 20px;
    height: 200px;
}

.deal_day .deal_img {
    width: 50%;
    /*min-width: 600px;*/
    float: left;
    padding: 10px 30px;
}

.deal_day .deal_img img {
    border: 1px #d6cec1 solid;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 992px) {

}

.deal_day .deal_title {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.deal_day .deal_title h5 {
    font-size: 20px;
}

.deal_day .deal_title .title {
    margin: 20px 0;
    font-size: 13px;
}

.deal_day .deal_title .title1 {
    margin-bottom: 20px;
    font-size: 13px;
}

@media screen and (max-width: 780px) {
    .deal_day .deal_img {
        padding: 0 0 20px 0px;
        width: 100%;
    }

    .deal_day .deal_title {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .tel-phone-img {
        display: block !important;
    }
}

.shipping_state_error {
    font-size: 16px;
    color: red !important;
}

/*
倒计时样式
*/
.jCountdownContainer {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.jCountdownScale {
    position: absolute;
    padding: 0;
    margin: 0
}

.jCountdown {
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.jCountdown .group {
    padding: 0;
    margin: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.jCountdown .group > .label {
    position: relative;
    /*left: 66%;*/
    text-align: center;
    padding: 0;
    /*margin: 0 0 0 -40px;*/
    /*width: 80px;*/
    color: red;
    font-size: 18px;
}

.jCountdown.flip .group > .label {
    height: 13px
}

.jCountdown.flip.black .group > .label {
    background-image: url(../images/jcountdown/jcountdown_flip_black.png)
}

.jCountdown.flip.white .group > .label {
    background-image: url(../images/jcountdown/jcountdown_flip_white.png)
}

.jCountdown.flip .group.day > .label {
    background-position: -60px -970px
}

.jCountdown.flip .group.hour > .label {
    background-position: -60px -995px
}

.jCountdown.flip .group.minute > .label {
    background-position: -60px -1020px
}

.jCountdown.flip .group.second > .label {
    background-position: -60px -1045px
}

.jCountdown.slide .group > .label {
    height: 15px
}

.jCountdown.slide.black .group > .label {
    /*background-image: url(../images/jcountdown/jcountdown_slide_black.png)*/
}

.jCountdown.slide.white .group > .label {
    /*background-image: url(../images/jcountdown/jcountdown_slide_white.png)*/
}

.jCountdown.slide .group.day > .label {
    background-position: -60px -150px
}

.jCountdown.slide .group.hour > .label {
    background-position: -60px -175px
}

.jCountdown.slide .group.minute > .label {
    background-position: -60px -200px
}

.jCountdown.slide .group.second > .label {
    background-position: -60px -225px
}

.jCountdown.crystal .group > .label {
    height: 12px
}

.jCountdown.crystal.black .group > .label {
    background-image: url(../images/jcountdown/jcountdown_crystal_black.png);
}

.jCountdown.crystal.white .group > .label {
    background-image: url(../images/jcountdown/jcountdown_crystal_white.png)
}

.jCountdown.crystal .group.day > .label {
    background-position: -60px -153px
}

.jCountdown.crystal .group.hour > .label {
    background-position: -60px -178px
}

.jCountdown.crystal .group.minute > .label {
    background-position: -60px -203px
}

.jCountdown.crystal .group.second > .label {
    background-position: -60px -228px
}

.jCountdown.metal .group > .label {
    height: 15px
}

.jCountdown.metal.black .group > .label {
    background-image: url(../images/jcountdown/jcountdown_metal_black.png)
}

.jCountdown.metal.white .group > .label {
    background-image: url(../images/jcountdown/jcountdown_metal_white.png)
}

.jCountdown.metal .group.day > .label {
    background-position: -60px -153px
}

.jCountdown.metal .group.hour > .label {
    background-position: -60px -178px
}

.jCountdown.metal .group.minute > .label {
    background-position: -60px -203px
}

.jCountdown.metal .group.second > .label {
    background-position: -60px -228px
}

.jCountdown .group > .container {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.jCountdown.flip .group > .container {
    width: 50px;
    height: 64px;
    padding: 6px 2px 2px;
    margin: 0 0 0 1px;
    background-position: 0 -960px
}

.jCountdown.flip .group > .container:first-child {
    margin: 0
}

.jCountdown.flip.black .group > .container {
    background-image: url(../images/jcountdown/jcountdown_flip_black.png)
}

.jCountdown.flip.white .group > .container {
    background-image: url(../images/jcountdown/jcountdown_flip_white.png)
}

.jCountdown.slide .group > .container {
    width: 50px;
    height: 64px;
    padding: 1px 0;
    background-position: -111px 0
}

.jCountdown.slide .group > .container:first-child {
    padding: 1px 0 1px 1px;
    background-position: -60px 0
}

.jCountdown.slide .group > .container.lastItem {
    padding: 1px 1px 1px 0;
    background-position: -161px 0
}

.jCountdown.slide.black .group > .container {
    background-image: url(../images/jcountdown/jcountdown_slide_black.png)
}

.jCountdown.slide.white .group > .container {
    background-image: url(../images/jcountdown/jcountdown_slide_white.png)
}

.jCountdown.crystal .group > .container {
    width: 60px;
    height: 60px;
    padding: 0 1px 3px;
    margin: 0 0 0 1px;
    background-position: -60px 0
}

.jCountdown.crystal .group > .container:first-child {
    margin: 0
}

.jCountdown.crystal.black .group > .container {
    background-image: url(../images/jcountdown/jcountdown_crystal_black.png)
}

.jCountdown.crystal.white .group > .container {
    background-image: url(../images/jcountdown/jcountdown_crystal_white.png)
}

.jCountdown.metal .group > .container {
    width: 60px;
    height: 60px;
    padding: 3px 1px 4px;
    background-position: -124px 0
}

.jCountdown.metal .group > .container:first-child {
    width: 60px;
    padding: 3px 1px 4px 3px;
    background-position: -60px 0
}

.jCountdown.metal .group > .container.lastItem {
    width: 60px;
    padding: 3px 3px 4px 1px;
    background-position: -186px 0
}

.jCountdown.metal.black .group > .container {
    background-image: url(../images/jcountdown/jcountdown_metal_black.png)
}

.jCountdown.metal.white .group > .container {
    background-image: url(../images/jcountdown/jcountdown_metal_white.png)
}

.jCountdown .group > .container > .cover {
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0
}

.jCountdown.slide .group > .container > .cover {
    left: 0;
    top: 1px;
    width: 50px;
    height: 64px;
    background-position: -110px -70px
}

.jCountdown.slide .group > .container:first-child > .cover {
    left: 1px;
    background-position: -60px -70px
}

.jCountdown.slide .group > .container.lastItem > .cover {
    right: 1px;
    background-position: -160px -70px
}

.jCountdown.slide.black .group > .container > .cover {
    background-image: url(../images/jcountdown/jcountdown_slide_black.png)
}

.jCountdown.slide.white .group > .container > .cover {
    background-image: url(../images/jcountdown/jcountdown_slide_white.png)
}

.jCountdown.crystal .group > .container > .cover {
    left: 1px;
    top: 0;
    width: 60px;
    height: 60px;
    background-position: -60px -70px
}

.jCountdown.crystal.black .group > .container > .cover {
    background-image: url(../images/jcountdown/jcountdown_crystal_black.png)
}

.jCountdown.crystal.white .group > .container > .cover {
    background-image: url(../images/jcountdown/jcountdown_crystal_white.png)
}

.jCountdown.metal .group > .container > .cover {
    top: 3px;
    left: 0;
    width: 62px;
    height: 66px;
    background-position: -122px -70px
}

.jCountdown.metal .group > .container:first-child > .cover {
    left: 2px;
    background-position: -60px -70px
}

.jCountdown.metal .group > .container.lastItem > .cover {
    right: 2px;
    background-position: -184px -70px
}

.jCountdown.metal.black .group > .container > .cover {
    background-image: url(../images/jcountdown/jcountdown_metal_black.png)
}

.jCountdown.metal.white .group > .container > .cover {
    background-image: url(../images/jcountdown/jcountdown_metal_white.png)
}

.jCountdown .group > .container > .text {
    padding: 0;
    margin: 0
}

.jCountdown.flip .group > .container > .text {
    width: 50px;
    height: 64px
}

.jCountdown.flip.black .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_flip_black.png)
}

.jCountdown.flip.white .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_flip_white.png)
}

.jCountdown.slide .group > .container > .text {
    width: 50px;
    height: 64px
}

.jCountdown.slide.black .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_slide_black.png)
}

.jCountdown.slide.white .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_slide_white.png)
}

.jCountdown.crystal .group > .container > .text {
    width: 60px;
    height: 60px
}

.jCountdown.crystal.black .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_crystal_black.png)
}

.jCountdown.crystal.white .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_crystal_white.png)
}

.jCountdown.metal .group > .container > .text {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px
}

.jCountdown.metal.black .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_metal_black.png)
}

.jCountdown.metal.white .group > .container > .text {
    background-image: url(../images/jcountdown/jcountdown_metal_white.png)
}

.jCountdown.reflection {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1)
}

.jCountdown.reflection.displayLabel {
    margin-top: -3px
}

.jCountdown.reflection.blur1 {
    -webkit-filter: blur(1px);
    filter: url(jcountdown.svg#blur1)
}

.jCountdown.reflection.blur2 {
    -webkit-filter: blur(2px);
    filter: url(jcountdown.svg#blur2)
}

.jCountdown.reflection.blur3 {
    -webkit-filter: blur(3px);
    filter: url(jcountdown.svg#blur3)
}

.jCountdown.reflection.blur4 {
    -webkit-filter: blur(4px);
    filter: url(jcountdown.svg#blur4)
}

.jCountdown.reflection.blur5 {
    -webkit-filter: blur(5px);
    filter: url(jcountdown.svg#blur5)
}

.jCountdown.reflection.blur6 {
    -webkit-filter: blur(6px);
    filter: url(jcountdown.svg#blur6)
}

.jCountdown.reflection.blur7 {
    -webkit-filter: blur(7px);
    filter: url(jcountdown.svg#blur7)
}

.jCountdown.reflection.blur8 {
    -webkit-filter: blur(8px);
    filter: url(jcountdown.svg#blur8)
}

.jCountdown.reflection.blur9 {
    -webkit-filter: blur(9px);
    filter: url(jcountdown.svg#blur9)
}

.jCountdown.reflection.blur10 {
    -webkit-filter: blur(10px);
    filter: url(jcountdown.svg#blur10)
}


/*
产品页lightbox样式
*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10002;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #lightbox-container-image-box img {
        width: 100%;
    }
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

@media (max-width: 768px) {
    #lightbox-loading img {
        width: 32px;
    }
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 1px 0 0px;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/*live chat 样式调整*/
#scveHf div:first-child{
    position: sticky!important;
}
#sc9qAJ div:first-child{
    position: sticky!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
}

#scXAem div:first-child{
    position: relative!important;
    bottom: auto!important;
    right: auto!important;
}