html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: open sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {

    *,
    :before,
    :after {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -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
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #f8f8f8
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

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

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

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

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

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

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

.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-right: 15px;
    padding-left: 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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

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

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

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

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

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

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

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

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

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

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

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

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

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

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

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

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

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

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

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

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

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

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

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

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

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

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

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

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

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

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

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

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

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

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

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

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

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

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

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

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

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

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

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

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

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

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

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

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

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

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

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

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

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

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

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

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

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

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

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

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

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

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

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

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

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

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

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

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

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

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

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

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

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

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

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

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

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

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

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

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

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

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

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-menu {
        margin-left: 20.66666667%
    }

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .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
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 700
}

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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

select.form-control {
    padding: 6px 2px
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.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: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #cb0305;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #cb0305;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block !important
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.navbar {
    position: relative
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    float: right
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    transition-duration: .5s;
    font-size: 15px;
    background: #f0f0f0;
    line-height: 30px;
    color: #333;
    padding: 3px 48px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-top: 2px solid transparent
}

#nav-innner>li>a {
    padding: 3px 68px
}

.navbar-default .navbar-nav>li:last-child a {
    border-right: 1px solid #e1e1e1
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
    color: #cb0305;
    border-top: 2px solid #cb0305;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.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 !important
    }

    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 !important
    }

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

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

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .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 !important
    }

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

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

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-lg {
        display: table !important
    }

    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
    }
}

.tooltip {
    position: relative
}

.tooltip:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(aria-label);
    left: -50%;
    padding: 0 10px;
    position: absolute;
    z-index: 98;
    width: auto;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    min-width: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.tooltip:hover:after {
    visibility: visible;
    opacity: 1
}

.tooltip:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.tooltip:hover:before {
    visibility: visible;
    opacity: 1
}

.tooltip-bottom {
    position: relative;
    font-weight: 400
}

.tooltip-bottom:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    top: 26px;
    color: #fff;
    content: attr(aria-label);
    right: -10px;
    padding: 0 10px;
    position: absolute;
    z-index: 98;
    width: auto;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    text-align: center;
    font-size: 12px;
    min-width: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.tooltip-bottom:hover:after {
    visibility: visible;
    opacity: 1
}

.tooltip-bottom:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px;
    top: 20px;
    content: "";
    left: 30%;
    position: absolute;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.tooltip-bottom:hover:before {
    visibility: visible;
    opacity: 1
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none
}

.clr {
    clear: both
}

.red_color {
    color: #e31b23
}

.green_color {
    color: #139246
}

.white_color {
    color: #fff
}

.black_color {
    color: #000
}

.gray_color {
    color: #b3b3b3
}

.darkgray_color {
    color: #58595b
}

.site_color {
    color: #e31b23
}

.blue_color {
    color: #012a5f
}

.pointer {
    cursor: pointer
}

.uppercase {
    text-transform: uppercase
}

.line-through {
    text-decoration: line-through
}

.position_relative {
    position: relative
}

.position_top_2 {
    position: relative;
    top: 2px
}

.position_top_5 {
    position: relative;
    top: 5px
}

.position_top_10 {
    position: relative;
    top: 10px
}

.position_bottom_2 {
    position: relative;
    bottom: 2px
}

.position_bottom_5 {
    position: relative;
    bottom: 5px
}

.position_bottom_10 {
    position: relative;
    bottom: 10px
}

.italic {
    font-style: italic
}

.display_none {
    display: none !important
}

.display_block {
    display: block !important
}

.width_hundred {
    width: 100%
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.float_none {
    float: none
}

.font_8 {
    font-size: 8px
}

.font_10 {
    font-size: 10px
}

.font_12 {
    font-size: 12px
}

.font_14 {
    font-size: 14px
}

.font_16 {
    font-size: 16px
}

.font_18 {
    font-size: 18px
}

.font_20 {
    font-size: 20px
}

.font_22 {
    font-size: 22px
}

.font_24 {
    font-size: 24px
}

.font_28 {
    font-size: 28px
}

.font_30 {
    font-size: 30px
}

.font_32 {
    font-size: 32px
}

.font_36 {
    font-size: 36px
}

.font_40 {
    font-size: 40px
}

.font_bold {
    font-weight: 700
}

.font_normal {
    font-weight: 400
}

.underline {
    text-decoration: underline
}

.hover_underline:hover {
    text-decoration: underline
}

.border_top_gray {
    border-top: 1px solid #ccc
}

.border {
    border: 1px solid #ccc
}

.red_border {
    border: 1px solid #e31b23
}

.border_none {
    border: none
}

.border_right {
    border-right: 1px solid #ccc
}

.border_bottom {
    border-bottom: 1px solid #ccc
}

.border_red {
    border: 1px solid #c00
}

.line_height_16 {
    line-height: 16px
}

.line_height_20 {
    line-height: 20px
}

.line_height_24 {
    line-height: 24px
}

.line_height_28 {
    line-height: 28px
}

.line_height_32 {
    line-height: 32px
}

.line_height_40 {
    line-height: 40px
}

.margin_left_0 {
    margin-left: 0
}

.margin_left_5 {
    margin-left: 5px
}

.margin_left_10 {
    margin-left: 10px
}

.margin_left_20 {
    margin-left: 20px
}

.margin_left_30 {
    margin-left: 30px
}

.margin_left_40 {
    margin-left: 40px
}

.margin_right_0 {
    margin-right: 0 !important
}

.margin_right_5 {
    margin-right: 5px
}

.margin_right_10 {
    margin-right: 10px
}

.margin_right_20 {
    margin-right: 20px
}

.margin_right_30 {
    margin-right: 30px
}

.margin_right_40 {
    margin-right: 40px
}

.margin_top_0 {
    margin-top: 0
}

.margin_top_2 {
    margin-top: 2px
}

.margin_top_5 {
    margin-top: 5px
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_20 {
    margin-top: 20px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_top_50 {
    margin-top: 50px
}

.margin_top_80 {
    margin-top: 80px
}

.margin_top_100 {
    margin-top: 100px
}

.margin_bottom_0 {
    margin-bottom: 0
}

.margin_bottom_2 {
    margin-bottom: 2px
}

.margin_bottom_5 {
    margin-bottom: 5px
}

.margin_bottom_10 {
    margin-bottom: 10px
}

.margin_bottom_20 {
    margin-bottom: 20px
}

.margin_bottom_30 {
    margin-bottom: 30px
}

.margin_bottom_40 {
    margin-bottom: 40px
}

.margin_bottom_50 {
    margin-bottom: 50px
}

.margin_bottom_80 {
    margin-bottom: 80px
}

.margin_bottom_100 {
    margin-bottom: 100px
}

.py_0 {
    padding: 0 !important
}

.pl_0 {
    padding-left: 0 !important
}

.mt_0 {
    margin-top: 0
}

.px_5 {
    padding: 0 6px
}

.padding_left_right_5 {
    padding-left: 5px;
    padding-right: 5px
}

.padding_0 {
    padding: 0
}

.padding_2 {
    padding: 2px
}

.padding_5 {
    padding: 5px
}

.padding_10 {
    padding: 10px
}

.padding_15 {
    padding: 15px
}

.padding_20 {
    padding: 20px
}

.padding_top_5 {
    padding-top: 5px
}

.padding_top_10 {
    padding-top: 10px
}

.padding_top_20 {
    padding-top: 20px
}

.padding_right_0 {
    padding-right: 0 !important
}

.padding_left_0 {
    padding-left: 0 !important
}

.padding_right_5 {
    padding-right: 5px
}

.padding_left_5 {
    padding-left: 5px
}

.table_pad tr td,
.table_pad tr th {
    padding: 5px
}

.slow {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

table th,
table td {
    padding: 5px 10px
}

.min_height {
    min-height: 400px
}

.image_shadow {
    box-shadow: 2px 2px 10px #ccc
}

.long_btn {
    color: #333;
    border: 1px solid #333;
    display: inline-block;
    padding: 4px 40px;
    font-size: 14px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    position: relative
}

.long_btn:hover {
    background: #333;
    color: #fff
}

@-webkit-keyframes glowing {
    0% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }

    50% {
        background-color: #ad0910;
        -webkit-box-shadow: 0 0 10px #ad0910
    }

    100% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }

    50% {
        background-color: #35689d;
        -webkit-box-shadow: 0 0 10px #ad0910
    }

    100% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }

    50% {
        background-color: #ad0910;
        -webkit-box-shadow: 0 0 10px #35689d
    }

    100% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }
}

@keyframes glowing {
    0% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }

    50% {
        background-color: #ad0910;
        -webkit-box-shadow: 0 0 10px #ad0910
    }

    100% {
        background-color: #333;
        -webkit-box-shadow: 0 0 3px #333
    }
}

.zoom_in_overflow {
    overflow: hidden
}

.zoom_in {
    transform: scale(1);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.stock_item:hover .zoom_in {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.blog_item:hover .zoom_in {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.blog_item>.image {
    min-height: 210px;
    position: relative;
    background: #fff
}

.blog_item>.image a img {
    max-height: 210px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.big_blink_btn {
    -webkit-animation: glowing 3000ms infinite;
    -moz-animation: glowing 3000ms infinite;
    -o-animation: glowing 3000ms infinite;
    animation: glowing 3000ms infinite;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: block;
    background: #ad0910
}

.big_blink_btn:hover,
.big_blink_btn:focus,
.big_blink_btn:active {
    color: #fff
}

.big-btn {
    border: 1px solid #666;
    display: inline-block;
    padding: 5px 50px;
    color: #666;
    text-transform: uppercase;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.big-btn:hover {
    background: #666;
    color: #fff
}

.btn-hp {
    background: #cb0305;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 6px 20px
}

.btn-hp:hover {
    background: #333;
    color: #fff
}

.member_of {
    list-style: none
}

.member_of>li {
    display: inline-block !important;
    padding-left: 10px
}

.fa {
    background: url(../img/sprite_top_new4_5_2022.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.fa-total-stock {
    background-position: -2px -1px;
    width: 20px;
    height: 16px;
    top: 3px;
    right:2px;
}

.fa-email {
    background-position: -24px -1px;
    width: 16px;
    height: 16px;
    top: 3px;
    right:2px;
}

.fa-japan-time {
    background-position: -41px -1px;
    width: 16px;
    height: 16px;
    top: 3px;
    right:2px;
}

.fa-search {
    background-position: -59px -1px;
    width: 26px;
    height: 26px;
    top: 2px;
    right: 7px;
}

.fa-call-us {
    background-position: -89px -1px;
    width: 23px;
    height: 21px;
    top: 4px;
    right: 5px
}

.fa-login {
    background-position: -113px -1px;
    width: 17px;
    height: 22px;
    top: 4px;
    right: 5px
}

.fa-year {
    background-position: -145px -39px;
    width: 17px;
    height: 17px;
    top: 4px;
    right: 4px;
}

.fa-arrow {
    background-position: -21px -19px;
    width: 15px;
    height: 13px;
    top: 1px
}

.fa-map {
    background-position: -63px -39px;
    width: 15px;
    height: 22px;
    top: 5px;
    right: 3px;

}

.fa-call {
    background-position: -79px -39px;
    width: 15px;
    height: 17px;
    top: 5px;
    right: 3px;

}

.fa-mobi-call {
    background-position: -105px -60px;
    width: 18px;
    height: 17px;
    top: 5px
}

.fa-fax {
    background-position: -96px -38px;
    width: 15px;
    height: 17px;
    top: 5px
}

.fa-mail {
    background-position: -110px -39px;
    width: 15px;
    height: 16px;
    top: 5px;
    right: 3px;

}

.fa-web {
    background-position: -129px -39px;
    width: 15px;
    height: 17px;
    top: 5px;
    right: 3px;
}

.fa-facebook {
    background-position: -4px -39px;
    width: 15px;
    height: 22px;
    top: 13px
}

.fa-twiter {
    background-position: -21px -39px;
    width: 18px;
    height: 22px;
    top: 13px
}

.fa-you-tube {
    background-position: -40px -39px;
    width: 20px;
    height: 22px;
    top: 11px
}

.fa-jct-gold {
    background-position: -7px -66px;
    width: 88px;
    height: 76px;
    top: 9px
}

.fa-skype {
    background-position: -98px -126px;
    width: 99px;
    height: 28px;
    top: 5px
}

.fa-home {
    background-position: -140px -60px;
    width: 18px;
    height: 17px;
    top: 3px;
    right:2px;
}

.fa-top-arrow {
    background-position: -112px -84px;
    width: 9px;
    height: 18px
}

.fa-jumvea {
    background-position: -85px -213px;
    width: 82px;
    height: 72px;
    top: 8px
}

.fa-safe-trade {
    background-position: 2px -213px;
    width: 73px;
    height: 72px;
    top: 8px
}

.fa-md {
    background: url(../img/sprite-mid.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.fa-md-toyota {
    background-position: -2px -2px;
    width: 37px;
    height: 27px;
    top: 7px
}

.fa-md-nissan {
    background-position: -42px -2px;
    width: 37px;
    height: 27px;
    top: 7px
}

.fa-md-honda {
    background-position: -78px -2px;
    width: 37px;
    height: 27px;
    top: 7px
}

.fa-md-mitsubishi {
    background-position: -111px -2px;
    width: 34px;
    height: 27px;
    top: 7px;
    left: 2px
}

.fa-md-mazda {
    background-position: -142px -2px;
    width: 37px;
    height: 27px;
    top: 7px
}

.fa-md-subaru {
    background-position: -179px -2px;
    width: 37px;
    height: 27px;
    top: 9px
}

.fa-md-suzuki {
    background-position: -214px -2px;
    width: 33px;
    height: 27px;
    top: 9px;
    left: 5px
}

.fa-md-isuzu {
    background-position: -241px -2px;
    width: 36px;
    height: 27px;
    top: 7px;
    left: 2px
}

.fa-md-daihatsu {
    background-position: -272px -2px;
    width: 37px;
    height: 27px;
    top: 7px
}

.fa-md-volkswagen {
    background-position: -308px -2px;
    width: 35px;
    height: 27px;
    top: 7px;
    left: 2px
}

.fa-md-mercedes {
    background-position: -339px -2px;
    width: 35px;
    height: 28px;
    top: 7px;
    left: 2px
}

.fa-md-suv {
    background-position: -2px -37px;
    width: 38px;
    height: 16px;
    top: 2px
}

.fa-md-sedan {
    background-position: -44px -37px;
    width: 38px;
    height: 16px;
    top: 2px
}

.fa-md-hatchback {
    background-position: -85px -37px;
    width: 38px;
    height: 16px;
    top: 2px
}

.fa-md-wagon {
    background-position: -123px -37px;
    width: 38px;
    height: 16px;
    top: 2px
}

.fa-md-pickup {
    background-position: -163px -37px;
    width: 38px;
    height: 16px;
    top: 2px
}

.fa-md-bus {
    background-position: -202px -37px;
    width: 38px;
    height: 16px;
    top: 2px
}

.fa-md-truck {
    background-position: -240px -37px;
    width: 38px;
    height: 20px;
    top: 2px
}

.fa-md-machinery {
    background-position: -281px -37px;
    width: 38px;
    height: 20px;
    top: 2px
}

.md-vehicles {
    background-position: -2px -64px;
    width: 53px;
    height: 53px;
    top: 2px
}

.md-customer {
    background-position: -63px -64px;
    width: 53px;
    height: 53px;
    top: 2px
}

.md-happy {
    background-position: -116px -64px;
    width: 60px;
    height: 53px;
    top: 2px
}

.md-established {
    background-position: -187px -64px;
    width: 50px;
    height: 53px;
    top: 2px
}

.md-advance {
    background-position: -244px -69px;
    width: 32px;
    height: 38px;
    top: 2px
}

.md-support {
    background-position: -279px -72px;
    width: 32px;
    height: 38px;
    top: 2px
}

.md-faster {
    background-position: -315px -72px;
    width: 40px;
    height: 38px;
    top: 2px
}

.md-extremely {
    background-position: -361px -70px;
    width: 33px;
    height: 38px;
    top: 2px
}

.top-header {
    padding: 4px 0
}

.logo {
    padding: 2px 0
}

.right-item-menu {
    margin: 0;
    justify-content: flex-end !important;
    display: flex !important
}

.right-item-menu li a {
    color: #333
}

.right-item-menu li a:hover {
    color: #cb0305
}

.right-item-menu li {
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    color: #222;
    list-style: none;
    font-size: 13px;
    letter-spacing: 1px
}

.right-item-menu li:after {
    content: "|";
    padding: 0 18px;
    color: #999
}

.right-item-menu li:last-child {
    margin-right: 0;
    padding-right: 0
}

.right-item-menu li:nth-child(4):after {
    content: "";
    padding: 0
}

.right-topbar-menu {
    margin-left: 10px;
    justify-content: flex-start !important;
    display: flex !important
}

.right-topbar-menu li a {
    color: #4a4a4a
}

.right-topbar-menu li {
    border-left: 1px solid #ccc;
    display: inline-block;
    font-weight: 700;
    line-height: 20px;
    color: #4a4a4a;
    list-style: none;
    font-size: 15px;
    padding: 15px 20px
}

.right-topbar-menu li strong {
    color: #cb0305;
    margin-right: 15px
}

.right-topbar-menu li:last-child {
    margin-right: 0;
    padding-right: 0
}

.top_bar {
    padding: 4px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4
}

.search_form {
    margin-top: 6px;
    position: relative
}

.search_form>.btn-hp {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0
}

.search_form>.form-control {
    height: 44px
}

.mid_first,
.mid_third {
    float: left;
    width: 18%
}

.mid_second {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 76%
}

.all_maker_logo {
    padding: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    /* top: -40px */
}

.all_maker_logo>h3 {
    margin: 0;
    padding: 10px 15px;
    background: #cb0305;
    color: #fff;
    font-size: 18px
}

.all_maker_logo>ul {}

.all_maker_logo>ul>li {
    padding: 8px 14px;
    transition-duration: .5s
}

.all_maker_logo>ul>li:last-child {
    padding-bottom: 15px
}

.all_maker_logo>ul>li>a {
    color: #222;
    display: block
}

.all_maker_logo>ul>li>a>span {
    margin-right: 15px
}

.all_maker_logo>ul>li:hover {
    box-shadow: inset 0 0 20px #999;
    transition-duration: .5s
}

.list_header_main {
    background: #cb0305;
    color: #fff
}

.form_best_cars {
    background: #fff;
    border: 1px solid #e1e1e1
}

.form_best_cars h3 {
    margin: 0;
    padding: 10px 15px;
    background: #cb0305;
    color: #fff;
    font-size: 18px;
    /* text-transform: uppercase */
}

.hp-search {
    padding: 10px
}

.hp-search label {
    text-transform: uppercase
}

.hp-search .form-control {
    height: 35px;
    color: #999
}

.heading-item>h2 {
    font-size: 25px;
    color: #777;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px
}

.heading-item>h2:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #cb0305;
    left: 44%;
    width: 12%;
    top: 33px
}

.heading-item>h2:after {
    content: "";
    position: absolute;
    border-top: 1px solid #cb0305;
    top: 30px;
    left: 43%;
    width: 14%
}

.hp_heading>h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin: 0;
    margin-bottom: 25px;
    padding-bottom: 8px;
    position: relative
}

.hp_heading>h2:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #cb0305;
    left: 46%;
    width: 8%;
    top: 54px
}

.hp_heading>h2:after {
    content: "";
    position: absolute;
    border-top: 1px solid #cb0305;
    top: 50px;
    left: 45%;
    width: 10%
}

.stock_box {
    width: 16%;
    float: left;
    margin: 0 2%
}

.stock_item .stock_year {
    background: #000000b0;
    color: #fff;
    position: absolute;
    padding: 1px 8px;
    font-size: 14px;
    margin: 5px;
    right: 0;
    line-height: 21px
}

.stock_item>a>.image {
    min-height: 104px;
    position: relative
}

.stock_item>a>.image>img {
    max-height: 104px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto
}

.stock_item {
    transition-duration: .5s;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    text-align: center;
    background: #fff
}

.stock_item p {
    font-size: 14px;
    margin: 4px 0;
    color: #333
}

.stock_item div.price {
    padding: 4px 0;
    background: #e1e1e1
}

.stock_item div.price>span {
    color: #333;
    font-size: 11px
}

.stock_item div.price>strong {
    font-size: 16px;
    color: #cb0305
}

.welcome_section {
    background: url(../img/welcome-bg.png) top center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 0;
    padding-bottom: 20px
}

.welcome_item {
    color: #777;
    line-height: 24px
}

.welcome_item>ul>li {
    transition-duration: .5s;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.welcome_item>ul>li:hover {
    transition-duration: .5s;
    background: #dedede
}

.welcome_item>ul>li:nth-child(2) {
    border-right: 0
}

.welcome_item>ul>li:nth-child(3) {
    border-bottom: 0
}

.welcome_item>ul>li:nth-child(4) {
    border-right: 0;
    border-bottom: 0
}

.right_text>h2 {
    font-weight: 700;
    color: #cb0305;
    margin: 0;
    margin-bottom: 0;
    margin-bottom: 5px
}

.right_text>p {
    color: #777
}

.service_section {
    background: #116faf url(../img/services-img.jpg) no-repeat;
    background-position: 800px 0;
    position: relative;
    width: 100%;
    padding: 5px 0;
    color: #fff
}

.all_services>li {
    width: 40%;
    float: left;
    min-height: 145px;
    text-align: right;
    margin-bottom: 15px;
    padding: 10px;
    transition-duration: .5s
}

.all_services>li:hover {
    background: #333333b5;
    box-shadow: 0 0 5px #ffffff24;
    transition-duration: .5s
}

.all_services>li:nth-child(1) {
    right;
    margin-right: 15%
}

.all_services>li:nth-child(3) {
    right;
    margin-right: 15%
}

.all_services>li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.blog_section {
    padding: 40px 0
}

.blog_body {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    top: -15px;
    padding: 20px;
    width: 95%;
    margin: 0 auto
}

.blog_body>h4 {
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    margin-bottom: 18px
}

.blog_body>h4>a {
    color: #333
}

.blog_body>p {
    margin-bottom: 25px
}

.blog_body>a {
    font-weight: 700
}

.testimonals_section {
    background: url(../img/testimonal-bg.jpg) top center no-repeat;
    position: relative;
    width: 100%;
    padding: 35px 0
}

.testimonals_section .hp_heading>h2 {
    color: #fff;
    margin-bottom: 120px
}

.testimonals_section .hp_heading>h2:before {
    border-color: #fff
}

.testimonals_section .hp_heading>h2:after {
    border-color: #fff
}

.slide_item {
    background: #eee;
    padding: 15px 25px;
    margin: 0 auto;
    box-shadow: 0 0 5px #22222259;
    min-height: 200px;
    /* text-transform: uppercase */
}

/* .slide_item>img {
    margin-top: 10px;
    margin-bottom: 15px;
    max-height: 100px
} */

.slide_item>h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
    color: #666;
    position: relative;
    padding-left: 42px
}

.slide_item>h3:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #cb0305;
    width: 3%;
    left: 0;
    top: 50%
}

.slide_item>p {
    margin: 0;
    font-size: 13px
}

.slide_item>.position {
    margin: 0;
    margin-bottom: 15px
}

.footer_section {
    background: url(../img/footer-bg.png) top center no-repeat;
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 35px 0;
    padding-bottom: 25px;
    color: #444;
    box-shadow: 0 -1px 1px #ccc
}

.fot_logo {
    padding-left: 15px;
    padding-bottom: 10px
}

.fot_logo img {
    margin-bottom: 10px
}

.footer_item {
    padding: 0
}

.footer_item>li {
    display: inline-block;
    width: 100%
}

.footer_item>li>strong {
    font-style: normal;
    float: left;
    width: 8%
}

.footer_item>li>label {
    float: left;
    width: 92%;
    font-weight: 400;
    margin-bottom: 6px;
    color: #444
}

.footer_item>li>label a {
    float: left;
    width: 92%;
    font-weight: 400;
    color: #444
}

.footer_item>li>label a:hover {
    color: #444
}

.footer_item>li:first-child {
    margin-bottom: 10px
}

.bot_item>h4 {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.bot_item>h4:after {
    content: "";
    position: absolute;
    border-top: 4px solid #cb0305;
    top: 30px;
    left: 0;
    width: 15%
}

.bot_item>.member_had {
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #116faf;
    position: relative
}

.bot_item>.member_had:before {
    content: "";
    display: block;
    border-bottom: 1px solid #c9c9c9;
    width: 53px;
    position: absolute;
    left: 87px;
    top: 9px
}

.bot_item>.member_had:after {
    content: "";
    display: block;
    border-bottom: 1px solid #c9c9c9;
    width: 53px;
    position: absolute;
    right: 87px;
    top: 9px
}

.bot_item>ul {
    list-style: none;
    padding: 0
}

.bot_item>ul>h4 {
    margin-top: 25px
}

.bot_item>ul>li {
    display: block;
    margin-bottom: 8px;
    font-weight: 400
}

.bot_item>ul>li>a {
    color: #444;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.bot_item>ul>li>a:hover {
    color: #979797;
    padding-left: 5px
}

.bot_item>ul.member_of>li>a:hover {
    color: #979797;
    padding-left: 0
}

.bot_social>h4 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700
}

.bot_social>ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.bot_social>ul>li {
    list-style: none;
    display: inline-block
}

.bot_social>ul>li>a {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background: #767475;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    width: 46px;
    height: 46px;
    border-radius: 100px
}

.bot_social>ul>li>a:hover {
    background: #116faf;
    transition-duration: .5s
}

.bot_social>h4>div {
    margin: 0
}

.bot_item>p {
    padding-right: 50px
}

.social_icon li {
    background: #767475;
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px
}

.social_icon li:hover {
    background: #930b0b;
    transition-duration: .5s
}

.footer_bottom {
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
    background: #474747
}

.footer_bottom p {
    margin: 0;
    font-size: 13px;
    color: #ccc
}

.footer_bottom a {
    color: #ccc !important
}

.footer_bottom a:hover {
    text-decoration: underline !important
}

.social_icon>li {
    list-style: none;
    display: inline-block
}

.social_icon>li a {
    background: #767475;
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 10px
}

.social_icon>li a:hover {
    background: #d23431;
    transition-duration: .5s
}

.bot_ulli {
    text-align: center
}

.bot_ulli>ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.bot_ulli>ul>li {
    display: inline-block
}

.bot_ulli>ul>li:after {
    content: "|";
    padding: 0 8px;
    color: #ccc
}

.bot_ulli>ul>li:last-child:after {
    content: "";
    padding: 0
}

.bot_ulli>ul>li>a {
    color: #ccc
}

.big-button-pc {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 100px;
    background: #cb0305;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: .5s
}

.big-button-pc:hover {
    background-color: #cb0305;
    transition-duration: .5s
}

.big-button-mb {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 90px;
    background: #cb0305;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: .5s
}

.big-button-mb:hover {
    background-color: #cb0305;
    transition-duration: .5s
}

.whatsapp-fixed {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: none
}

.whatsapp-fixed>a {
    background: #68b744;
    display: inline-block;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 0 0 0 10px
}

.whatsapp-fixed>a>strong {
    font-weight: 400;
    margin-right: 10px
}

.whatsapp-fixed>a>span {
    background: #4a9c51;
    display: inline-block;
    padding: 0 5px
}

.whatsapp-fixed:hover>a {
    background: #4a9c51
}

.whatsapp-fixed:hover>a>span {
    background: #68b744
}

.sp-po {
    background: url(../img/sprite-popup.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.sp-po-whatsapp {
    width: 17px;
    height: 16px;
    background-position: 0 -3px;
    top: 1px
}

.sp-po-viber {
    width: 17px;
    height: 16px;
    background-position: -18px -3px;
    top: 1px
}

.sp-po-line {
    width: 18px;
    height: 16px;
    background-position: -36px -3px;
    top: 1px
}

.sp-po-skype {
    width: 75px;
    height: 20px;
    background-position: -100px -1px;
    top: 4px
}

.sp {
    background: url(../img/sprite-icon-new.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.sp-viewed {
    width: 18px;
    height: 10px;
    background-position: -97px -53px
}

.sp-transmission {
    width: 15px;
    height: 15px;
    background-position: -37px -12px;
    right: 4px;
    top: 2px;
}

.sp-fuel {
    width: 17px;
    height: 15px;
    background-position: -98px -12px;
    right: 4px;
    top: 2px;
}

.sp-steering {
    width: 17px;
    height: 17px;
    background-position: -287px -12px;
    right: 4px;
    top: 2px;
}

.sp-mileage {
    width: 17px;
    height: 12px;
    background-position: -7px -13px;
    right: 4px;
    top: 2px;
}

.sp-engine {
    width: 19px;
    height: 14px;
    background-position: -63px -14px;
    right: 4px;
    top: 2px;
}

.sp-color {
    width: 19px;
    height: 14px;
    background-position: -160px -11px;
    top: 2px
}

.sp-minus {
    width: 15px;
    height: 15px;
    background-position: -377px -55px
}

.sp-plus {
    width: 15px;
    height: 15px;
    background-position: -352px -54px
}

.sp-repeat {
    width: 14px;
    height: 12px;
    background-position: -401px -53px;
    top: 2px
}

.sp-print {
    width: 16px;
    height: 15px;
    background-position: -256px -14px;
    top: 2px
}

.sp-pdf {
    width: 13px;
    height: 15px;
    background-position: -349px -16px;
    top: 2px
}

.sp-location {
    width: 13px;
    height: 18px;
    background-position: -414px -11px;
    top: 3px
}

.sp-stock-fb {
    width: 25px;
    height: 16px;
    background-position: -4px -48px;
    top: 1px
}

.sp-stock-twitter {
    width: 25px;
    height: 16px;
    background-position: -31px -48px
}

.sp-stock-gplus {
    width: 25px;
    height: 16px;
    background-position: -62px -49px;
    top: 1px
}

.sp-stock-email {
    width: 25px;
    height: 16px;
    background-position: -296px -50px
}

.sp-compare {
    width: 18px;
    height: 12px;
    background-position: -269px -53px;
    top: 1px;
    margin-right: 3px
}

.sp-compare-gray {
    width: 18px;
    height: 12px;
    background-position: -192px -14px;
    right: 4px;
    top: 1px;
}

.sp-wish-list {
    width: 18px;
    height: 12px;
    background-position: -205px -79px;
    top: 1px
}

.sp-wish-list-gray {
    width: 18px;
    height: 14px;
    background-position: -227px -14px;
    right: 4px;
    top: 1px;
}

.sp-balance-scale {
    width: 18px;
    height: 12px;
    background-position: -269px -51px
}

.sp-user {
    width: 16px;
    height: 14px;
    background-position: -76px -103px;
    top: 2px
}

.sp-logout {
    width: 16px;
    height: 15px;
    background-position: -128px -103px;
    top: 3px
}

.sp-register {
    width: 16px;
    height: 15px;
    background-position: -100px -103px;
    top: 2px
}

.sp-login {
    width: 16px;
    height: 15px;
    background-position: -149px -103px;
    top: 3px
}

.sp-top {
    width: 9px;
    height: 15px;
    background-position: -355px -78px
}

.sp-auchall {
    width: 20px;
    height: 16px;
    background-position: -374px -11px;
    top: 2px
}

.sp-aucdate {
    width: 20px;
    height: 15px;
    background-position: -129px -10px;
    top: 2px
}

.sp-skype {
    width: 83px;
    height: 23px;
    background-position: -12px -133px;
    top: 2px
}

.sp-telephone {
    width: 14px;
    height: 15px;
    background-position: -449px -56px;
    top: 2px
}

.sp-fax {
    width: 16px;
    height: 15px;
    background-position: -256px -14px;
    top: 2px
}

.sp-email {
    width: 16px;
    height: 12px;
    background-position: -469px -14px;
    top: 1px
}

.sp-mobile {
    width: 15px;
    height: 15px;
    background-position: -31px -72px;
    top: 3px
}

.sp-person {
    width: 16px;
    height: 14px;
    background-position: -77px -74px;
    top: 1px
}

.sp-website {
    width: 16px;
    height: 15px;
    background-position: -471px -53px;
    top: 2px
}

.sp-long-arrow-up {
    width: 10px;
    height: 18px;
    background-position: -354px -77px
}

.sp-skype-g {
    width: 18px;
    height: 10px;
    background-position: -97px -51px
}

.sp-whatsapp {
    width: 16px;
    height: 16px;
    background-position: -386px -89px;
    top: 1px
}

.sp-date {
    width: 20px;
    height: 15px;
    background-position: -129px -10px;
    top: 2px
}

.sp-time {
    width: 16px;
    height: 15px;
    background-position: -438px -12px;
    top: 2px
}

.sp-left {
    width: 30px;
    height: 60px;
    background-position: -319px -109px
}

.sp-right {
    width: 30px;
    height: 60px;
    background-position: -353px -109px
}

.sp-dt-zoom {
    width: 44px;
    height: 44px;
    background-position: -390px -112px;
    display: block
}

.sp-engine-big {
    width: 26px;
    height: 21px;
    background-position: -106px -137px
}

.sp-mileage-big {
    width: 26px;
    height: 21px;
    background-position: -134px -137px
}

.sp-fuel-big {
    width: 19px;
    height: 21px;
    background-position: -165px -137px
}

.sp-transmission-big {
    width: 18px;
    height: 21px;
    background-position: -188px -137px
}

.sp-type-big {
    width: 25px;
    height: 21px;
    background-position: -211px -138px
}

.sp-color-big {
    width: 25px;
    height: 21px;
    background-position: -242px -137px
}

.sp-inquiry {
    width: 14px;
    height: 11px;
    background-position: -300px -55px
}

.sp-language {
    width: 15px;
    height: 15px;
    background-position: -52px -76px;
    top: 3px
}

.sp-headquarter-red {
    width: 26px;
    height: 25px;
    background-position: -12px -165px
}

.sp-office-red {
    width: 13px;
    height: 19px;
    background-position: -137px -174px
}

.sp-mobile-red {
    width: 12px;
    height: 23px;
    background-position: -42px -167px;
    margin-right: 2px
}

.sp-phone-red {
    width: 15px;
    height: 16px;
    background-position: -155px -176px
}

.sp-whatsapp-big {
    width: 22px;
    height: 23px;
    background-position: -60px -168px
}

.sp-skype-green {
    width: 22px;
    height: 20px;
    background-position: -85px -173px
}

.sp-fax-red {
    width: 19px;
    height: 19px;
    background-position: -178px -174px
}

.sp-language-red {
    width: 25px;
    height: 19px;
    background-position: -205px -174px
}

.sp-email-red {
    width: 19px;
    height: 17px;
    background-position: -111px -174px
}

.sp-japan {
    width: 29px;
    height: 18px;
    background-position: -269px -173px;
    top: 4px
}

.sp-korea {
    width: 26px;
    height: 18px;
    background-position: -240px -173px;
    top: 4px
}

.sp-grid {
    width: 32px;
    height: 23px;
    background-position: -46px -209px
}

.sp-detail {
    width: 32px;
    height: 23px;
    background-position: -8px -209px
}

.sp-table {
    width: 32px;
    height: 23px;
    background-position: -84px -209px
}

.sp-down {
    width: 14px;
    height: 16px;
    background-position: -287px -259px;
    top: 5px
}

.sp-up {
    width: 14px;
    height: 16px;
    background-position: -306px -259px;
    top: 5px
}

.sp-botsrrow {
    width: 23px;
    height: 13px;
    background-position: -225px -258px;
    top: 5px
}

.inner_nav {
    border: 1px solid #ccc;
    border-right: none;
    margin: 20px 0 30px
}

.inner_nav>ul>li {
    float: left;
    text-align: center;
    border-right: 1px solid #ccc
}

.inner_nav>ul>li>a {
    padding: 4px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    display: block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.inner_nav>ul>li>a:hover,
.inner_nav>ul>li>a.active {
    background: #cb0305;
    color: #fff
}

.why_menu>li {
    width: 14.28%
}

.six_menu>li {
    width: 16.66%
}

.three_menu>li {
    width: 33.33%
}

.two_menu>li {
    width: 50%
}

.five_menu>li {
    width: 20%
}

.four_menu>li {
    width: 25%
}

.select_clear {
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 14px
}

.five_border {
    border: 5px solid #e8e8e8;
    box-shadow: 0 3px 10px #ccc;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.five_border:hover {
    border-color: #227ae6
}

.mb_top {
    margin-top: 11px
}

.mb_top>a {
    margin-right: 20px;
    color: #fff
}

.mobile_menu {
    list-style: none;
    padding-left: 0
}

.mobile_menu>li {
    border-bottom: 1px dotted #ccc
}

.mobile_menu>li.md-drop,
.mobile_menu>li>a {
    display: block;
    padding: 12px 5px;
    font-size: 16px;
    color: #ccc
}

.md-drop {
    cursor: pointer
}

.md-drop>span {
    float: right
}

.mobile_menu>li:hover>ul {
    display: block
}

.mobile_menu>li:hover>span {
    background-position: -255px -258px
}

.mobile_menu>li>ul {
    padding-left: 30px;
    display: none
}

.mobile_menu>li>ul>li {
    margin-bottom: 5px
}

.mobile_menu>li>ul>li>a {
    color: #ccc;
    display: block;
    font-size: 16px;
    padding: 5px 0
}

.scrollup {
    width: 34px;
    height: 34px;
    position: fixed;
    right: 20px;
    bottom: 0;
    opacity: .5;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 100;
    background-color: #cb0305;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s
}

.scrollup:hover {
    opacity: 1 !important
}

.scrollup span {
    display: block;
    top: 10px;
    left: 12px
}

.breadcrumbs {
    margin: 20px 0;
    background: #f5f5f5;
    box-shadow: 0 0 5px #ccc
}

.breadcrumbs ul {
    list-style: none;
    padding-left: 0;
    padding: 5px 10px
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 14px
}

.breadcrumbs ul li:after {
    content: "|";
    padding: 0 10px;
    color: #999
}

.breadcrumbs ul li:last-child:after {
    content: "";
    padding: 0
}

/* .common_heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    background: url(../img/caption.png) center 42px no-repeat;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px
} */

.right_box {
    background: #f2f3f5;
    margin-bottom: 30px;
    position: relative
}

.right_box h2 {
    margin: 0;
    padding: 5px 10px;
    color: #cb0305;
    margin-bottom: 0;
    font-size: 20px;
    position: relative
}

.right_box h2:after {
    content: "";
    border-bottom: 3px solid #cb0305;
    position: absolute;
    bottom: -3px;
    width: 30%;
    left: 0
}

.right_box h2:before {
    content: "";
    border-bottom: 3px solid #ccc;
    position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0
}

.right_box>div {
    padding: 10px
}

.right_box>div>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.right_box>div>ul>li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    padding-top: 5px
}

.right_box>div>ul>li:first-child {
    padding-top: 0
}

.right_box>div>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.right_box>div>ul>li>a {
    color: #666;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    font-size: 14px
}

.right_box>div>ul>li>a:hover,
.right_box>div>ul>li>a.active {
    padding-left: 5px;
    color: #c00
}

.sort_box {
    padding: 5px 10px 0;
    background: #e6e7ea;
    border-top: 1px solid #ccc;
    margin-bottom: 20px
}

.list_search {
    background: #f2f3f5;
    padding: 20px 30px 10px;
    margin-bottom: 20px
}

.hide_search {
    overflow: inherit !important
}

.adv_search {
    font-size: 18px;
    border-bottom: 1px solid #cb0305;
    color: #cb0305;
    cursor: pointer;
    display: inline-block;
    padding-top: 5px
}

.adv_search:hover {
    opacity: .6
}

.search_result {
    background: #c4c9d5;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 700;
    display: inline-block;
    padding: 5px 0;
    width: 100%
}

.search_result:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #c4c9d5;
    border-width: 10px;
    margin-top: -15px
}

.show_result {
    font-size: 18px;
    color: #666
}

.show_result>strong {
    color: #c00;
    font-size: 24px
}

.search_btn {
    background: #cb0305;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 6px 40px;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px
}

.search_btn:hover {
    opacity: .6
}

.reset_btn {
    background: 0 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #cb0305;
    color: #cb0305;
    font-size: 16px;
    cursor: pointer;
    padding: 0 5px
}

.reset_btn:hover {
    opacity: .6
}

.stock_list_box {
    border: 3px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.stock_list_box:hover {
    background: #e8e8e8
}

.stock_list_box div div div div h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

.stock_list_box div div div div h2 a {
    color: #333
}

.stock_list_box div div div div h2 a:hover {
    color: #cb0305
}

.stock_list_box div div div div h2 a span {
    font-size: 16px
}

.stock_list_box div div div div h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px
}

.btn-whatsapp {
    position: relative
}

.btn-whatsapp>a>strong {
    background: #cb0305;
    display: inline-block;
    position: relative;
    right: -4px;
    padding: 3px 10px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.btn-whatsapp>a>strong>span {
    position: relative;
    top: 3px
}

.btn-whatsapp>a>label {
    background: #cb0305;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 3px 10px;
    padding-left: 0;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.btn-whatsapp>a:hover>strong,
.btn-whatsapp>a:hover>label {
    background: #333
}

.list_details {
    /* text-align: center; */
    margin: 10px 0
}

.list_details>li {
    display: inline-block
}

.list_details>li:after {
    content: "|";
    padding: 0 10px;
    color: #999
}

.list_cap {
    margin-bottom: 10px
}

.list_cap>strong {
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #666;
    background: #e8e8e8;
    padding-left: 5px
}

.list_cap>a {
    font-weight: 700;
    font-size: 16px
}

.list_details>li:last-child:after {
    content: "";
    padding: 0
}

.freight_clc_pad {
    padding: 3px 5px
}

.list_option {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 14px
}

.list_option span {
    margin-right: 5px
}

.list_option strong {
    margin: 0 10px
}

.list_btn {
    background: #e23839;
    opacity: .7;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    border: none;
    padding: 5px 0
}

.list_btn:hover {
    opacity: 1;
    color: #fff
}

.list_view {
    text-align: right;
    position: relative;
    top: 3px
}

.list_view>label {
    background: #e8e8e8;
    padding: 2px;
    display: inline-block;
    margin-bottom: 0
}

.list_view>label>span {
    display: block
}

.list_view>label:hover {
    cursor: pointer
}

.list_view>label.active_list>span.sp-grid,
.list_view>label:hover>span.sp-grid {
    background-position: -46px -263px
}

.list_view>label.active_list>span.sp-detail,
.list_view>label:hover>span.sp-detail {
    background-position: -8px -263px
}

.list_view>label.active_list>span.sp-table,
.list_view>label:hover>span.sp-table {
    background-position: -84px -263px
}

.stock_row>div {
    margin-right: 1%;
    width: 19.2%;
    float: left
}

.stock_row>div:nth-child(5n+5) {
    margin-right: 0%
}

.stock_list_sec {
    border: 3px solid #e8e8e8;
    margin-bottom: 30px;
    font-size: 14px
}

.stock_list_sec:hover {
    background: #e8e8e8
}

.stock_list_sec>div.image {
    position: relative;
    min-height: 178px
}

.stock_list_sec>div.image>div>a>img {
    position: absolute;
    max-height: 178px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.stock_list_sec>div.info {
    padding: 5px
}

.stock_list_sec>div>h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.stock_list_sec>div>h2>a {
    color: #333
}

.stock_list_sec>div>h2>a>span {
    font-size: 16px
}

.listtwo_ulli {
    margin-bottom: 10px
}

.listtwo_ulli>li {
    float: left;
    background: #dae2f0;
    width: 49%;
    margin-right: 2%;
    display: block;
    font-weight: 700;
    padding: 2px 0;
    font-size: 14px;
    text-align: center
}

.listtwo_ulli>li:last-child {
    margin-right: 0%
}

.listtwo_fob {
    text-align: right;
    margin-bottom: 10px;
    font-size: 20px
}

.ltwo_head {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 400
}

.listtwo_fob>div>span>span {
    font-size: 14px;
    color: #c00;
    text-decoration: line-through
}

.third_list {
    font-size: 14px
}

.third_list>tbody>tr>th {
    background: #e6e7ea
}

.third_list>tbody>tr:nth-of-type(odd) {
    background: #f2f3f5
}

.third_list>tbody>tr>th,
.third_list>tbody>tr>td {
    vertical-align: middle;
    padding: 5px 3px
}

.sub-heading-list {
    padding: 5px 0;
    color: #cb0305;
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px
}

.sub-heading-list:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background: #cb0305;
    top: auto;
    bottom: -2px;
    border-radius: 8px 0 8px 0;
    text-align: center
}

.pay_online {
    width: 100%;
    padding: 10px 0;
    margin: 15px 0 30px;
    background-color: #f2f2f2
}

.pay_online a:first-child {
    width: 30%;
    float: left;
    background-color: #cb0305;
    border: solid 1px transparent;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    margin: 5px 0 5px 15px
}

.pay_online a:first-child:hover {
    background-color: #fff;
    color: #cb0305;
    border: solid 1px #cb0305
}

.price_width {
    padding: 0 !important;
    line-height: 22px
}

.l_price {
    text-align: right
}

.l_price strong {
    color: #cb0305;
    font-size: 20px
}

.l_total {
    padding: 0 !important;
    line-height: 22px;
    text-align: right
}

.l_total>label {
    display: inline-block;
    font-weight: 400;
    margin: 0
}

.l_total>strong {
    color: #cb0305 !important;
    font-size: 20px
}

.l_total>span {
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid #cb0305;
    cursor: pointer
}

.stklist_ulli {
    margin-bottom: 10px
}

.stklist_ulli>li {
    display: inline-block;
    background: #dae2f0;
    display: inline-block;
    font-weight: 700;
    padding: 2px 20px;
    font-size: 14px
}

.com_cart {
    color: #333;
    border-bottom: 1px dotted #333;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 14px
}

.com_cart>span {
    margin-right: 3px
}

.com_cart:hover {
    border-color: #cb0305;
    background: #cb0305;
    color: #fff
}

.com_cart:hover>span.sp-compare-gray {
    background-position: -269px -53px
}

.com_cart:hover>span.sp-wish-list-gray {
    background-position: -205px -79px
}

.loadNextImage {
    cursor: pointer;
    float: right;
    position: absolute;
    right: 15px;
    top: 45%
}

.loadPreImage {
    cursor: pointer;
    float: left;
    left: 15px;
    position: absolute;
    top: 45%
}

.other_images {
    list-style: none;
    padding-left: 0
}

.other_images li {
    float: left;
    width: 25%;
    min-height: 111px
}

.other_images li a img {
    border: 1px solid #fff;
    max-height: 111px
}

.other_images li a img:hover {
    border-color: #cb0305
}

.stock_accories {
    margin-bottom: 10px
}

.stock_accories h4 {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 700
}

.stock_accories ul {
    list-style: none;
    padding-left: 0
}

.stock_accories ul li {
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block
}

.stock_accories ul li:after {
    content: ",";
    padding: 0 8px 0 0
}

.stock_accories ul li:last-child:after {
    content: "";
    padding: 0
}

.stock_detail_bg {
    margin-bottom: 20px
}

.stkdetail_heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700
}

stkdetail_heading>strong {
    float: right;
    color: #c00;
    background: #e8e8e8;
    font-size: 18px;
    display: inline-block;
    padding: 2px 15px
}

.stkdetail_headtwo {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px
}

.freight_box {
    background: #f2f3f5;
    padding: 10px 20px
}

.detail_price {
    font-weight: 700;
    font-size: 20px
}

.detail_price>div>strong {
    font-size: 32px;
    color: #cb0305
}

.detail_price>div>span {
    font-size: 16px;
    color: #c00;
    text-decoration: line-through
}

.detail_price div select {
    font-weight: 400;
    width: 75px;
    padding: 4px 2px;
    border: 1px solid #ccc;
    position: relative;
    bottom: 6px
}

.big-select {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #666;
    border: 1px solid #ccc;
    padding: 7px 5px;
    height: 40px
}

.detail_wicom {
    border: 1px solid #fff;
    border-bottom: 1px dashed #666;
    color: #333;
    display: inline-block;
    padding: 1px 8px;
    font-size: 12px
}

.detail_wicom:hover {
    border: 1px dashed #666;
    cursor: pointer
}

.detail_share {
    text-align: right;
    font-size: 14px
}

.detail_share>a {
    width: 30px;
    height: 25px;
    display: inline-block
}

.detail_share>a:hover {
    opacity: .5
}

.share_fb {
    background: #3b5999
}

.share_twi {
    background: #1da1f2
}

.share_gplus {
    background: #dc4a38
}

.share_email {
    background: #333
}

.share_whatsapp {
    background: #026627;
    position: relative;
    left: -5px;
    text-align: center
}

.detail_ulli {
    background: #f2f3f5;
    text-align: center;
    margin: 10px 0
}

.detail_ulli>li {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px
}

.detail_ulli>li:after {
    content: "|";
    padding: 0 10px
}

.detail_ulli>li:last-child:after {
    content: "";
    padding: 0
}

.inspection table tr th,
.inspection table tr td {
    padding: 2px;
    font-size: 12px
}

.addon_box {
    background: #f2f3f5
}

.addon_box>h3,
.addon_box>h2 {
    font-weight: 700;
    font-size: 20px;
    color: #cb0305;
    text-align: center;
    border-bottom: 3px solid #cb0305;
    margin-top: 0;
    padding: 8px 0;
    text-transform: uppercase;
    margin-bottom: 0
}

.addon_detail {
    border: 1px solid #e8e8e8;
    border-bottom: none
}

.addon_detail>div {
    float: left;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #e8e8e8
}

.addon_detail>div:last-child {
    float: none;
    clear: both;
    padding: 0;
    border: 0
}

.addon_first {
    width: 46%;
    background: #f2f3f5;
    border-right: 1px solid #e8e8e8
}

.addon_second {
    width: 22%;
    border-right: 1px solid #e8e8e8
}

.addon_third {
    width: 10%;
    border-right: 1px solid #e8e8e8
}

.addon_four {
    width: 22%
}

.option_head {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    background: #f2f3f5;
    padding: 5px 10px
}

.option_head>span {
    font-size: 14px
}

.option_head>label {
    color: #cb0305;
    float: right;
    margin: 0
}

.box_new {
    margin-bottom: 20px
}

.box_new>h3,
.box_new>h2 {
    font-weight: 700;
    font-size: 20px;
    color: #cb0305;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-bottom: 3px solid #cb0305;
    margin-top: 0;
    padding: 8px 0;
    text-transform: uppercase
}

.box_new>div {
    margin: 0 10px
}

.good_bad_ulli {}

.good_bad_ulli>li {
    width: 50%;
    float: left;
    margin-bottom: 5px
}

.stock_detail {
    border: 1px solid #e8e8e8;
    border-bottom: none
}

.stock_detail>div {
    float: left;
    padding: 8px 10px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8
}

.stock_detail>div:last-child {
    float: none;
    clear: both;
    padding: 0;
    border: 0
}

.stock_cap {
    width: 40%;
    background: #f2f3f5;
    border-right: 1px solid #e8e8e8
}

.stock_det {
    width: 60%
}

.stock_product {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px
}

.stock_product a {
    color: #666;
    text-align: center
}

.stock_product a h3 {
    margin: 5px 0;
    font-size: 16px;
    color: #cb0305;
    font-weight: 700;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.stock_product a div.image {
    position: relative;
    min-height: 139px
}

.stock_product a div.image>img {
    position: absolute;
    max-height: 139px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.stock_product a div span {
    background: #000;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    font-size: 12px
}

.auction_box {
    border: 1px solid #ccc;
    min-height: 284px;
    background: #f3f3f1
}

.auction_box select {
    background: #f3f3f1;
    color: #000;
    font-weight: 400;
    padding: 0
}

.auction_box h2 {
    margin: 0;
    background: #008acf;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ccc
}

.auction_day {
    list-style: none;
    width: auto;
    padding: 10px 0 0 10px
}

.auction_day li {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px
}

.auction_day li input {
    position: relative;
    top: 2px;
    margin-right: 2px
}

#tt_td {}

.mobile_box {
    border: 1px solid #ccc;
    padding: 5px
}

.mobile_box div div h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 0 8px
}

.mobile_box div div h3 span {
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px
}

.auction_ulli {
    list-style: none;
    padding: 0
}

.auction_ulli li {
    display: inline-block;
    width: 49%;
    text-align: left;
    font-size: 14px;
    line-height: 22px
}

.auction_ulli li strong {
    float: left;
    width: 52%
}

.lot_date {
    background: #000;
    color: #fff;
    font-size: 12px;
    opacity: .7;
    padding: 5px 0
}

.auction_image {
    padding: 3px;
    cursor: pointer;
    border: 1px solid #ccc
}

.aucdetail_image {
    padding: 2px;
    border: 1px solid #ccc
}

.aucother_images {
    padding: 0;
    list-style: none;
    margin: 0
}

.aucother_images li {
    display: inline-block;
    margin: 5px
}

.aucother_images li a img {
    width: 93px;
    max-height: 72px;
    border: 1px solid #ccc;
    padding: 2px
}

.auction_detail {
    border-collapse: collapse;
    border: 1px solid #ccc
}

.auction_detail tr td,
.auction_detail tr th {
    padding: 5px;
    font-size: 14px
}

.auction_detail tr th {
    background: #e8e8e8
}

.bid_box {
    border: 1px solid #ccc;
    background: #f3f3f1
}

.bid_box form h3 {
    background: #04254e;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0
}

#tt {
    position: absolute;
    display: block
}

#tttop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    height: 75px;
    margin: 0;
    text-align: center;
    background-image: url(../img/tooltip_bg.gif)
}

.auction_button a {
    margin-left: 1%
}

.margin_right_per {
    margin-right: 0% !important
}

.auction_searchbox {
    border: 1px solid #ccc
}

.auction_searchbox h2 {
    background: #003470;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    padding: 5px
}

.xs-border-hidden {
    border: 1px solid #ccc
}

.second_menu {
    padding: 0
}

.second_menu {
    padding: 0;
    margin: 0
}

.second_menu li {
    border-right: 1px solid #ccc;
    width: 16.6677777%;
    float: left;
    text-align: center;
    background: #f5f5f5;
    color: #fff;
    margin-right: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.second_menu li:first-child {
    background: #cb0305
}

.second_menu li:first-child a {
    color: #fff !important
}

.second_menu li:first-child:hover,
.second_menu li:first-child a:hover {
    background: #ccc
}

.second_menu li:last-child {
    border-right: none
}

.second_menu li a {
    color: #333 !important;
    font-size: 14px;
    padding: 3px 0;
    display: block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.second_menu li:hover,
.second_menu li a:hover,
.second_menu li a:focus,
.second_menu li a.active {
    background: #ccc;
    color: #000;
    font-weight: 400
}

#second_menuac {
    background: #d52308
}

.second_menuhead {
    background: #d52308;
    color: #fff;
    border-radius: 5px
}

.second_menuhead button {
    color: #fff;
    border-color: #fff
}

.myaccount_header {
    border-bottom: 1px solid #cccc;
    background: #f5f5f5;
    box-shadow: 4px 1px 10px #ccc
}

.list_image {
    position: relative
}

.save_upto {
    background: url(../img/discount-tag.png) 0 0 no-repeat;
    position: absolute;
    top: -4px;
    left: 0;
    color: #fff;
    width: 54px;
    text-align: center;
    padding-top: 10px;
    height: 64px
}

.sold_list {
    position: absolute;
    top: 35%;
    left: 35%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    font-style: italic;
    color: #c00;
    text-shadow: 0 3px 5px #fff;
    display: block
}

.year_list {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 5px
}

.testimonial_line {
    border-bottom: #ccc 1px dotted;
    width: 65%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.testimonial img {
    border-radius: 50%;
    border: #ccc 3px solid
}

.testimonial-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: #ccc 3px solid
}

.news_image {
    width: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px
}

.news_list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc
}

.news_list_img {
    width: 15%;
    float: left;
    margin-right: 1%
}

.news_nav {
    text-align: right
}

.news_nav>li {
    display: inline-block;
    margin-right: 10px
}

.news_nav>li>a {
    background: #e8e8e8;
    color: #000;
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 0 5px #e8e8e8;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.news_nav>li>a:hover {
    background: #cb0305;
    color: #fff
}

.news_nav>li:last-child:after {
    margin-right: 0
}

.sitemap {
    padding: 5px 0
}

.sitemap>li>a,
.sitemap>li a:active,
.sitemap>li>a:focus {
    color: #333
}

.sitemap>li>a:hover {
    color: red;
    transition: 1s all;
    font-weight: 700;
    transform: scale(1.01, 1.01)
}

.sitemap>li>a {
    padding: 14px 28px;
    background: url(img/right_arrow-15.png) 10px 20px no-repeat;
    background-size: 11px;
    margin-right: 5px;
    display: block
}

.sitemap>li:nth-child(2n+1) {
    background-color: #f2f2f2;
    box-shadow: 0 1px 1px #ccc
}

.sitemap>li:last-child:hover {
    border-bottom: none
}

.sitemap>li>ul>li {
    padding: 10px 0 10px 50px
}

.sitemap>li>ul>li>a {
    color: #333
}

.account_heading {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.bank_detail {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    background: #fcfbfb
}

.bank_detail h2 {
    background: #cb0305;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    padding: 5px;
    border-bottom: 2px solid #012437
}

.bank_info {
    margin: 0;
    padding-left: 0
}

.bank_info li {
    list-style: outside none none;
    padding: 0 25px;
    line-height: 40px;
    border-bottom: #ccc 1px dotted
}

.bank_info li strong {
    float: left;
    width: 40%
}

.bank_info li:nth-child(2n+1) {
    background: #fcfbfb none repeat scroll 0 0
}

.bank_info li:nth-child(2n+1):hover {
    background: #fff
}

.bank_info li:nth-child(1n+1):hover {
    background: #f5f5f5
}

.bank_info li:last-child {
    border-bottom: none
}

.how_padding {
    font-size: 20px;
    padding: 10px 30px
}

.nego_head {
    font-size: 24px;
    color: #cb0305;
    margin-bottom: 5px
}

.nego_details {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.auction_step {
    color: #cb0305;
    font-size: 20px;
    font-weight: 700
}

.auction_step span {
    color: #333;
    border-bottom: 2px solid;
    font-size: 28px;
    margin-right: 15px
}

.wish_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-right: none
}

.wish_list li {
    float: left;
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 24px
}

.wish_list li a {
    display: block;
    color: #333
}

.wish_list li.my_active,
.wish_list li a:hover {
    background: #cb0305;
    color: #fff
}

.terms {
    list-style: outside none decimal;
    padding-left: 20px
}

.terms li {
    margin: 10px 0
}

.privacy_heading {
    color: #cb0305;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700
}

.list_btn_default {
    color: #fff;
    background-color: #6e6e6e;
    border: none;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    cursor: pointer
}

.list_btn_default:hover,
.list_btn_default:focus {
    color: #fff;
    background-color: #333
}

.PopUpDivStyle {
    z-index: 100;
    position: absolute;
    float: right;
    width: 300px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 3px #999;
    border: 2px solid #147fb8;
    background-color: #fff;
    padding: 10px
}

.trans2 {
    font-size: 7pt;
    border: red 0 solid;
    background-color: transparent
}

.stock_capcha {
    transform: scale(.88);
    -webkit-transform: scale(.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.stock_first {
    width: 51%;
    margin-right: 2%;
    float: left
}

.stock_second {
    width: 47%;
    float: left
}

.stk_heading {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-top: 0;
    border-bottom: 2px solid #97152d;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.stock-table {
    border: none;
    margin-bottom: 0
}

.stock-table tbody tr td {}

.stock-table tbody tr th {}

.stock-table tbody tr td,
.stock-table tbody tr th {
    border: none;
    padding: 5px;
    border-right: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px
}

.stock-table tbody tr td:last-child,
.stock-table tbody tr th:last-child {
    border-right: none
}

.stock-table tbody tr:nth-child(2n+1) {
    background: #f5f5f5
}

.main_image {
    min-height: 480px;
    position: relative;
    border: 1px solid #ccc
}

.main_image>a>img {
    position: absolute;
    max-height: 480px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.main_image>a>div {
    position: absolute;
    display: block
}

.main_image:hover>a>div {
    display: block
}

.sold_detail {
    display: block !important;
    top: 42%;
    padding: 20px 0;
    color: #c00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-shadow: 0 3px 5px #fff;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    text-align: center
}

.img_left_arw {
    left: 10px;
    top: 43%
}

.img_right_arw {
    right: 10px;
    top: 43%
}

.img_zoom_arw {
    top: 45%;
    left: 47%;
    text-align: center;
    margin: auto;
    background: rgba(0, 0, 0, .7);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px
}

.fa-left {
    background-position: -235px -81px;
    width: 30px;
    height: 60px
}

.fa-right {
    background-position: -296px -81px;
    width: 30px;
    height: 60px
}

.fa-dt-zoom {
    background-position: -342px -80px;
    width: 44px;
    height: 44px;
    display: block
}

.other_images_ulli {
    list-style: none;
    padding-left: 0
}

.other_images_ulli li {
    float: left;
    width: 10%;
    min-height: 48px;
    margin-bottom: 2px;
    border: 1px solid #fff;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.other_images_ulli li:hover {
    opacity: .4
}

.other_images_ulli li a img {
    max-height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.whatsapp-btn {
    margin: auto;
    text-align: center
}

.whatsapp-btn>a {
    background: linear-gradient(#4A9C51, #68B744);
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px
}

.whatsapp-btn>a:hover {
    background: linear-gradient(#68B744, #4A9C51)
}

.whatsapp-btn>a>div {
    float: left;
    text-align: left
}

.whatsapp-btn>a>div:last-child {
    margin-left: 5px
}

.whatsapp-btn>a>div>h3 {
    margin: 0;
    font-weight: 700
}

.whatsapp-btn>a>div>p {
    margin: 0;
    font-style: italic
}

.whatsapp-btn-list {
    margin: auto;
    text-align: center
}

.whatsapp-btn-list>a {
    background: linear-gradient(#4A9C51, #68B744);
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    border-radius: 0
}

.whatsapp-btn-list>a:hover {
    background: linear-gradient(#68B744, #4A9C51)
}

.whatsapp-btn-list>a>div {
    float: left;
    text-align: left
}

.whatsapp-btn-list>a>div:last-child {
    margin-left: 5px
}

.whatsapp-btn-list>a>div>h3 {
    margin: 0 !important;
    position: relative;
    top: 6px
}

.auction-table {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px
}

.auction-table tr th {
    background: #333;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.inner_heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px
}

.auction_back {
    background: #f2f2f2;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 30px
}

.auction_back>div>h2 {
    margin-bottom: 10px
}

.auc_points>div {
    float: left
}

.auc_points>div:first-child {
    width: 10%;
    text-align: center
}

.auc_points>div>span {
    margin: auto
}

.auc_points>div:last-child {
    width: 90%
}

.auc_points>div>h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700
}

.select_new {
    font-size: 12px;
    height: 24px
}

.auction_terms>h3 {
    font-size: 24px;
    margin-bottom: 5px
}

.auction_terms>div {
    margin-bottom: 30px;
    line-height: 24px
}

.auction_terms>div>ul {
    list-style: decimal;
    padding-left: 18px
}

.auction_terms>div>ul>li {
    margin-bottom: 10px
}

.auction_terms>div>ul>li>ul {
    list-style: lower-alpha;
    padding-left: 20px;
    margin-bottom: 10px
}

.auction_terms>div>ul>li>ul>li {
    margin-bottom: 5px
}

.auction_terms>div:last-child {
    margin-bottom: 0
}

.table-freight>tbody>tr>th {}

.table-freight>tbody>tr>th>span {
    font-weight: 400;
    font-size: 12px
}

.table-freight>tbody>tr>th,
.table-freight>tbody>tr>td {
    vertical-align: middle;
    text-align: center
}

.table-freight>tbody>tr>td {
    font-size: 14px
}

.fa-buy {
    background: url(../img/sprite-howbuy.png) 0 0 no-repeat;
    display: inline-block;
    position: relative
}

.fa-buy-order-parts {
    background-position: -8px -75px;
    width: 53px;
    height: 63px
}

.fa-buy-get-quote {
    background-position: -91px 4px;
    width: 70px;
    height: 63px
}

.fa-buy-payment {
    background-position: -181px 4px;
    width: 56px;
    height: 63px
}

.fa-buy-parts-ship {
    background-position: -70px -75px;
    width: 72px;
    height: 63px
}

.fa-buy-receive-parts {
    background-position: -161px -80px;
    width: 76px;
    height: 63px
}

.fa-buy-search-stock {
    background-position: 0 1px;
    width: 70px;
    height: 63px
}

.fa-buy-vehicle-ship {
    background-position: -250px 8px;
    width: 128px;
    height: 63px
}

.fa-buy-receive-vehicle {
    background-position: -392px -2px;
    width: 76px;
    height: 63px
}

.fa-buy-advance-deposit {
    background-position: 0 -154px;
    width: 62px;
    height: 63px
}

.fa-buy-make-bid {
    background-position: -70px -160px;
    width: 82px;
    height: 63px
}

.fa-buy-success-bid {
    background-position: -174px -160px;
    width: 91px;
    height: 63px
}

.fa-buy-failed-bid {
    background-position: -282px -160px;
    width: 91px;
    height: 63px
}

.fa-buy-your-preference {
    background-position: -402px -141px;
    width: 75px;
    height: 76px
}

.fa-buy-total-price-calculation {
    background-position: -503px -167px;
    width: 75px;
    height: 76px
}

.fa-buy-attend-auto-auctions {
    background-position: -5px -233px;
    width: 56px;
    height: 71px
}

.fa-desktop-site {
    background-position: -82px -160px;
    width: 50px;
    height: 40px;
    top: 8px
}

.fa-mobile-site {
    background-position: -138px -160px;
    width: 25px;
    height: 40px
}

.ac {
    background: url(../img/sprite-auction.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.ac-lowerprice {
    background-position: -153px -6px;
    width: 50px;
    height: 50px
}

.ac-moreoption {
    background-position: -73px 2px;
    width: 66px;
    height: 65px
}

.ac-quality {
    background-position: -288px 2px;
    width: 53px;
    height: 65px
}

.ac-pricestat {
    background-position: -412px 2px;
    width: 53px;
    height: 65px
}

.ac-paprwrk {
    background-position: -346px 2px;
    width: 62px;
    height: 65px
}

.ac-transprncy {
    background-position: -215px 2px;
    width: 62px;
    height: 65px
}

.en {
    background: url(../img/sprite-inquiry_new.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.ensubmit {
    background-position: 0 2px;
    width: 52px;
    height: 70px
}

.enoffers {
    background-position: -62px 2px;
    width: 44px;
    height: 70px
}

.enshipment {
    background-position: -116px -3px;
    width: 51px;
    height: 70px
}

.enpayment {
    background-position: -178px -2px;
    width: 75px;
    height: 70px
}

.enreceived {
    background-position: -265px -1px;
    width: 53px;
    height: 70px
}

.about_cap {
    font-size: 14px;
    margin-top: 15px
}

.about_detail {
    margin-bottom: 10px
}

.about-bottom {
    padding-bottom: 30px
}

.about_list>li {
    width: 18%;
    float: left;
    min-height: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    text-align: center;
    padding: 15px;
    background: #fff;
    border-bottom: 3px solid #999;
    margin: 0 1%;
    margin-bottom: 25px
}

.about_list>li:nth-child(1) {
    width: 38%
}

.about_list>li:hover {
    border-color: #e31b23
}

.about_cap {
    width: 100%;
    color: #fff
}

.about_cap>h4 {
    color: #999;
    margin: 0;
    font-size: 16px;
    font-style: italic
}

.about_cap>p {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0
}

.about_cap>p>a {
    color: #222 !important
}

.about_list>li:hover .about_detail {
    background: #d7d7d7;
    transition-duration: .5s
}

.about_detail {
    border: 1px solid #999;
    border-radius: 50%;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px
}

.about_list a {
    display: block
}

.shipping_sch_top {
    list-style: none;
    border-left: 1px solid #ccc;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px
}

.shipping_sch_top li {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: none;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear
}

.shipping_sch_top li a {
    font-size: 18px;
    display: inline-block;
    padding: 3px 30px;
    color: #333
}

.shipping_sch_top li:hover {
    background: #cb0305
}

.shipping_sch_top li:hover a {
    color: #fff
}

.shipsch_table tr th,
.shipsch_table tr td {
    vertical-align: middle !important
}

.enquiry_box>div {
    position: relative;
    background: #f5f5f5;
    border: 2px solid #cb0305;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 10px 5px;
    float: left;
    text-align: center;
    height: 320px
}

.enquiry_box>div:after,
.enquiry_box>div:before {
    left: 100%;
    top: 36%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.enquiry_box>div:after {
    border-color: transparent;
    border-left-color: #f5f5f5;
    border-width: 10px;
    margin-top: -10px
}

.enquiry_box>div:before {
    border-color: transparent;
    border-left-color: #cb0305;
    border-width: 14px;
    margin-top: -14px
}

.enquiry_box>div:hover {
    background: #e8e8e8
}

.enquiry_box>div:last-child {
    margin-right: 0%
}

.enquiry_box>div:last-child:after,
.enquiry_box>div:last-child:before {
    border: none
}

.enquiry_box>div>h4 {
    text-transform: uppercase;
    font-size: 16px
}

.enquiry_box>div>p {
    font-size: 14px
}

.auc_buy_head {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px
}

.auc_buy_head>strong {
    position: relative;
    bottom: 25px;
    margin-left: 10px
}

.terms_ulli {
    list-style: decimal;
    padding-left: 18px;
    margin-bottom: 30px
}

.terms_ulli>li {
    margin-bottom: 10px
}

.faq_ques {
    border-top: 2px solid #cb0305
}

.faq_ques>strong {
    background: #cb0305;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    float: left;
    width: 3%;
    margin-right: 1%;
    text-align: center;
    display: block;
    padding: 6px 0
}

.faq_ques>span {
    font-size: 18px;
    float: left;
    width: 96%;
    padding-top: 5px
}

.faq_ans>strong {
    font-size: 18px;
    line-height: 20px;
    float: left;
    width: 3%;
    margin-right: 1%;
    text-align: center
}

.faq_ans>span {
    float: left;
    width: 96%
}

.how_stock>div {
    float: left;
    width: 20%;
    background: #f8f8f8;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px
}

.how_first {
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0
}

.how_first>h4 {
    margin-bottom: 0;
    font-size: 40px;
    margin-top: 5px;
    font-weight: 700
}

.how_second {
    text-align: center;
    margin-top: 30px;
    display: block
}

.how_second>span {}

.how_second>h2 {
    font-size: 20px;
    text-align: center
}

.how_second>div {
    margin-bottom: 20px;
    border-bottom: 10px solid #ccc;
    padding: 10px;
    font-size: 14px;
    min-height: 250px
}

.how_stock>div:last-child {
    border-radius: 0 10px 10px 0
}

.how_stock>div:last-child>div.how_first {
    border-radius: 0 10px 0 0
}

.first_hw_color {
    background: #333
}

.first_hw_border>h2 {
    color: #333
}

.first_hw_border>div {
    border-color: #333
}

.second_hw_color {
    background: #666
}

.second_hw_border>h2 {
    color: #333
}

.second_hw_border>div {
    border-color: #666
}

.third_hw_color {
    background: #333
}

.third_hw_border>h2 {
    color: #333
}

.third_hw_border>div {
    border-color: #333
}

.fourth_hw_color {
    background: #666
}

.fourth_hw_border>h2 {
    color: #333
}

.fourth_hw_border>div {
    border-color: #666
}

.fifth_hw_color {
    background: #333
}

.fifth_hw_border>h2 {
    color: #333
}

.fifth_hw_border>div {
    border-color: #333
}

.step_box {
    padding: 20px 15px;
    background: #fff;
    border-bottom: 3px solid #cb0305;
    box-shadow: 0 0 10px #00000036
}

.howbuy_box {
    background: #fff;
    box-shadow: 0 3px 10px #ccc;
    border-radius: 10px
}

.how_fir {
    background: #999;
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    border-radius: 0 10px 10px 0;
    padding: 70px 0
}

.how_fir>span {
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    margin-bottom: 10px
}

.how_fir>strong {
    font-size: 40px
}

.how_sec {
    float: left;
    width: 80%
}

.how_sec>h2 {
    background: #999;
    color: #fff;
    float: right;
    text-align: right;
    width: 80%;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    border-radius: 20px 0 0 20px
}

.how_sec>div {
    clear: both;
    padding: 10px;
    font-size: 14px
}

.first_how_margin {
    margin-top: 160px
}

.second_how_margin {
    margin-top: 80px
}

.third_how_margin {
    margin-top: 80px
}

.fourth_how_margin {
    margin-top: 40px
}

.fifth_how_margin {
    margin-top: 50px
}

.fa-wc {
    background: url(../img/sprite-why-choose.png) 0 0 no-repeat;
    display: block;
    position: relative;
    margin: auto
}

.fa-wc-trust {
    width: 45px;
    height: 57px;
    background-position: -5px 0
}

.fa-wc-quality {
    width: 43px;
    height: 57px;
    background-position: -64px -1px
}

.fa-wc-cars {
    width: 51px;
    height: 57px;
    background-position: -123px 0
}

.fa-wc-payment {
    width: 52px;
    height: 57px;
    background-position: -186px 0
}

.why_chs:hover>div>span.fa-wc-trust {
    background-position: -5px -65px
}

.why_chs:hover>div>span.fa-wc-quality {
    background-position: -64px -65px
}

.why_chs:hover>div>span.fa-wc-cars {
    background-position: -123px -64px
}

.why_chs:hover>div>span.fa-wc-payment {
    background-position: -186px -65px
}

.why_chs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8
}

.why_chs>div.wc_icon {
    float: left;
    width: 18%;
    margin-right: 2%;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 28px 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.why_chs>div.wc_text {
    float: left;
    width: 80%
}

.why_chs>div>h2 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px
}

.why_chs>div>div {
    font-size: 14px;
    line-height: 22px
}

.why_chs:hover>div.wc_icon {
    background: #cb0305
}

.why_ulli {
    list-style: circle;
    padding-left: 20px
}

.why_ulli>li {
    margin-bottom: 10px
}

.au {
    background: url(../img/sprite-about_new.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.au-location {
    background-position: -2px -5px;
    width: 27px;
    height: 42px;
    top: 15px
}

.au-telephone {
    background-position: -72px -1px;
    width: 26px;
    height: 42px;
    top: 15px
}

.au-skype {
    background-position: -136px 0;
    width: 34px;
    height: 42px;
    top: 15px
}

.au-email {
    background-position: -172px 0;
    width: 37px;
    height: 42px;
    top: 15px
}

.au-website {
    background-position: -210px -2px;
    width: 41px;
    height: 40px;
    top: 15px
}

.au-business {
    background-position: -380px 0;
    width: 43px;
    height: 42px;
    top: 10px
}

.au-person {
    background-position: -333px 0;
    width: 40px;
    height: 42px;
    top: 12px
}

.au-timings {
    background-position: -296px 0;
    width: 34px;
    height: 42px;
    top: 12px
}

.au-year {
    background-position: -252px -2px;
    width: 41px;
    height: 40px;
    top: 15px
}

.au-language {
    background-position: -52px -52px;
    width: 41px;
    height: 40px;
    top: 15px
}

.au-fax {
    background-position: -99px 0;
    width: 37px;
    height: 42px;
    top: 15px
}

.myfav_box {
    border: 1px solid #ccc
}

.myfav_box>h5 {
    background: #666;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin: 0;
    line-height: 10px;
    color: #fff;
    padding: 10px
}

.myfav_box>h5>p {
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
    margin: 0
}

.myfav_box>div {
    padding: 5px 5px 0
}

.myfav_box>option {
    padding-left: 1px
}

.auction_listhead>div,
.auction_listdtl>div {
    float: left;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    min-height: 42px
}

.auction_listhead>div:last-child,
.auction_listdtl>div:last-child {
    border-right: 1px solid #ccc
}

.auction_listhead>div {
    background: #666;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #ccc
}

.auction_listdtl>div {
    font-size: 12px
}

.auction_listdtl>div>span {
    display: none
}

.auction_listdtl:nth-child(2n+0)>div {
    background: #eee
}

.favmake_width {
    width: 14%
}

.favmodel_width,
.favmodelco_width {
    width: 15%
}

.favyear_width {
    width: 10%
}

.favengine_width {
    width: 10%
}

.favmileage_width {
    width: 12%
}

.favauc_width {
    width: 12%
}

.favview_width {
    width: 12%
}

.aucgrade_cap {
    float: left;
    margin-right: 2%
}

.fav_grade {
    width: 7%;
    float: left;
    text-align: left
}

.fav_grade>input {
    margin: 0;
    position: relative;
    top: 2px
}

.fav_grade>label {
    font-weight: 400;
    margin: 0
}

.compare {
    background-color: #f2f2f2;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    border-bottom: 3px solid #666 !important;
    border: 1px solid #ccc;
    width: 1230px;
    z-index: 10000
}

.compare-title {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    padding: 5px
}

.compare .article {
    border-left: 1px solid #acacac;
    float: left;
    position: relative;
    width: 17.4%;
    background: #f5f5f5
}

.com_img {
    min-height: 92px;
    max-height: 72px;
    padding: 5px
}

.thumb_compare {
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 80px;
    max-height: 24px
}

.comapre_back {
    background: #ddd
}

.compare_ulli {
    margin: 0;
    padding-left: 0
}

.compare_ulli li {
    padding: 2px 0 2px 5px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    min-height: 24px
}

.compare_ulli li a {
    font-weight: 700;
    font-family: Arial;
    font-size: 14px
}

#show_hide {
    float: right
}

.remove {
    display: none;
    margin-right: 13px
}

.show {
    display: block !important
}

.clear_all {
    float: right;
    padding-right: 12px
}

.compare_plus {
    position: relative;
    margin-left: 10px;
    left: 0;
    font-size: 20px;
    top: -4px
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.rec_stock {
    margin-bottom: 30px;
    border: 1px solid #ccc
}

.rec_stock>a>h2 {
    margin: 10px 5px;
    color: #5c647b;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rec_stock>a>div.image {
    position: relative;
    min-height: 104px
}

.rec_stock>a>div.image>img {
    position: absolute;
    max-height: 104px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.rec_stock>a>div.price {
    padding: 0 5px;
    margin-bottom: 10px
}

.rec_stock>a>div.price>span {
    font-size: 16px;
    font-weight: 700;
    color: #ccc;
    display: block
}

.rec_stock>a>div.price>label {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #b30d0d;
    text-decoration: line-through;
    margin-right: 5px
}

.rec_stock>a>div.price>strong {
    font-size: 20px;
    color: #b30d0d
}

.static_width {
    width: 82%;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px
}

.local_box {
    border-top: 6px solid #cb0305;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    background: url(../img/car-img.png) center right no-repeat
}

.local_box>h2 {
    color: #000;
    font-size: 24px
}

.local_box>h2>span {
    position: relative;
    bottom: 5px;
    margin-right: 5px;
    box-shadow: 0 0 5px #ccc
}

.local_box>h2>strong {
    color: #cb0305;
    font-size: 36px
}

.local_head {
    color: #cb0305;
    font-weight: 700;
    margin-top: 0;
    font-size: 20px
}

.local_imp {
    margin-bottom: 20px
}

.local_imp>h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e23839;
    position: relative
}

.local_imp>h3:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-bottom: 3px solid #e23839;
    width: 10%
}

.table-local>tbody>tr>th,
.table-local>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    padding: 10px 1px
}

.table-local>tbody>tr>th {
    background: #cb0305;
    color: #fff;
    font-weight: 400
}

.table-local>tbody>tr>td>strong {
    font-size: 18px
}

.table-local>tbody>tr>td>span {
    color: #c00;
    text-transform: uppercase
}

.local_smallh {
    font-weight: 700;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 5px
}

.note_ulli {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px
}

.note_ulli>li {
    margin-bottom: 10px
}

.note_ulli>li>span {
    color: #c00
}

.local_test {
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 20px
}

.local_test>div>div>h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700
}

.local_test>div>div>p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0
}

.tst_name {
    text-align: center;
    line-height: 20px;
    font-size: 14px
}

.tst_name>span {
    color: #999;
    display: block
}

.tst_img {
    position: relative;
    min-height: 145px;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.tst_img>img {
    position: absolute;
    max-height: 145px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.table-subtotal-price,
.table-total-price {
    text-align: center;
    white-space: nowrap
}

.table-total-price {
    font-weight: 700
}

.destination-selected {
    color: red
}

.freight-table-dtl {
    width: 100%;
    font-size: 14px;
    border: 1px solid #bfbfbf;
    background: #fff
}

.freight-table-dtl thead tr th {
    text-align: center;
    padding: 5px 0;
    font-size: 11px;
    border: 1px solid #bfbfbf
}

.freight-table-dtl thead tr th label {
    margin: 0
}

.freight-table-dtl .th-arrival-port {
    border-left: none
}

.freight-table-dtl .th-delivery-price {
    padding: 0 7px;
    padding-right: 18px;
    position: relative;
    text-align: center
}

.freight-table-dtl .th-vanning-fee {
    text-align: center;
    position: relative;
    width: 56px
}

.freight-table-dtl .th-vanning-fee span {
    font-weight: 700
}

.freight-table-dtl .th-total-price {
    border-right: none;
    width: 16%
}

.freight-table-dtl .service-details-cell img {
    margin: 0 2px 0 0;
    vertical-align: top
}

.freight-table-dtl .gray-cell {
    background: #f2f2f2
}

.freight-table-dtl tbody th {
    padding: 4px 0 4px 8px;
    border-bottom: solid 1px #bfbfbf;
    border-right: 1px solid #bfbfbf;
    font-size: 90%;
    padding: 4px 3px
}

.freight-table-dtl tbody td {
    padding: 4px;
    border-left: dotted 1px #bfbfbf;
    border-bottom: dotted 1px #bfbfbf
}

.freight-table-dtl tbody tr:nth-child(even) td {
    background: #f2f2f2
}

.freight-table-dtl td label {
    font-size: 90%;
    white-space: nowrap;
    margin: 0
}

.freight-table-dtl td label:hover {
    cursor: pointer;
    color: #008cce
}

.freight-table-dtl td input {
    margin: 0;
    vertical-align: middle
}

.freight_add {
    margin-top: 15px
}

.freight_add>h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700
}

.total-price-discount-area {
    font-size: 20px;
    font-weight: 700;
    text-align: right
}

.total-price-discount-area strong {
    color: #cb0305
}

.service-legend-list li {
    margin: 0 0 4px;
    font-size: 12px
}

.service-legend-list img {
    margin: 0 4px 0 0;
    vertical-align: top
}

.shpsch_img {
    position: relative;
    min-height: 222px
}

.shpsch_img>img {
    position: absolute;
    max-height: 222px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #ccc
}

.shpsch_img>iframe {
    height: 222px;
    border: 1px solid #ccc
}

.heading {
    margin-top: 0;
    color: #cb0305;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px
}

.heading:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #cb0305;
    width: 20%;
    left: 0;
    bottom: -11px
}

.heading:after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #cb0305;
    width: 10%;
    left: 0;
    bottom: -12px
}

div.box_out_div {
    width: 100%;
    display: block;
    position: relative;
    font-size: 13px
}

div.box_out_div>span.message {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    padding: 4px 5px
}

div.box_out_div span.message>span>input {
    position: relative;
    top: 2px;
    margin-right: 5px
}

div.box_out_div div.box {
    margin-top: -1px;
    border: 1px solid #ccc;
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    position: absolute
}

div.box_out_div div.close_div {
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    margin: 0
}

div.box_out_div div.box ul {
    list-style: none;
    overflow: auto;
    height: 180px;
    margin: 0;
    padding: 0
}

div.box_out_div div.box ul li {
    padding: 5px 0 5px 10px;
    display: block;
    font-size: 12px
}

div.box_out_div div.box ul li:hover {
    background: #6595e9;
    color: #fff
}

div.box_out_div div.box ul li input {
    position: relative;
    top: 3px;
    margin: 0
}

div.box_out_div div.box ul li label {
    font-weight: 400;
    margin-bottom: 0
}

.td_padding {
    padding: 5px
}

.login_panel {
    text-align: center
}

.login_panel h3 {
    background: #333;
    color: #fff;
    margin: 0;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 400
}

.login_panel ul li {
    width: 50%;
    float: left;
    box-shadow: 0 0 5px #ccc
}

.login_panel ul li a {
    background: #f7f7f7;
    color: #333;
    padding: 15px 0;
    display: block;
    font-size: 14px
}

.login_panel ul li a strong {
    display: block;
    font-size: 16px
}

.login_panel ul li a:hover {
    background: #4a66af;
    color: #fff
}

.small_button {
    font-size: 14px;
    line-height: 19px !important;
    padding: 0 3px !important;
    text-decoration: none;
    display: inline-block;
    color: #fff !important;
    font-family: Arial;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.small_button:hover {
    text-decoration: none !important
}

.inquiry_popup {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    top: 0;
    left: 0
}

.pop_img {
    position: fixed;
    top: 14%;
    left: 35%;
    z-index: 800
}

.inquiry_popup>div.pop_detail {
    width: 40%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    position: fixed;
    left: 30%;
    top: 40%;
    padding: 50px 20px;
    z-index: 9999999
}

.inquiry_popup>div.pop_detail>h2 {
    margin-top: 0;
    font-size: 24px
}

.inquiry_popup>div.pop_detail>div.cross>strong {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e8e8e8;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    padding-top: 1px;
    text-align: center
}

.list-header {
    background: #cb0305;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.list-header>div>div>span {
    display: none
}

.list-detail {
    font-size: 13px
}

.list-detail:hover {
    background: #f8f8f8
}

.list-header>div,
.list-detail>div {
    width: 100%;
    display: table;
    border-top: 1px solid #ccc
}

.list-header>div>div,
.list-detail>div>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 5px;
    line-height: 20px
}

.list-header>div>div,
.list-detail>div>div {
    border-left: 1px solid #ccc
}

.list-header>div>div:last-child,
.list-detail>div>div:last-child {
    border-right: 1px solid #ccc
}

.list-detail>div>div>span {
    display: none
}

.list-header>div>div>span {
    display: none
}

.list-w1 {
    width: 5%
}

.list-w3 {
    width: 18%
}

.list-w2,
.list-w4,
.list-w5,
.list-w6,
.list-w7,
.list-w8,
.list-w9,
.list-w10,
.list-w11 {
    width: 8.55%
}

.list-ww1,
.list-ww2,
.list-ww3,
.list-ww4,
.list-ww5,
.list-ww6,
.list-ww9,
.list-ww10 {
    width: 11%
}

.list-ww7,
.list-ww8 {
    width: 6%
}

.list-wp1,
.list-wp2,
.list-wp5 {
    width: 16%
}

.list-wp3,
.list-wp4 {
    width: 26%
}

.text-highlight {
    color: #03f;
    text-decoration: underline;
    cursor: pointer
}

.why_section {
    max-width: 65%;
    margin: 0 auto;
    padding: 20px 0
}

.why_box {
    padding: 10px;
    padding-top: 10px;
    background: #e6e6e6;
    border-top: 3px solid #444;
    padding-top: 25px
}

.right_box_fix {
    background: #444;
    padding: 15px 20px;
    color: #fff;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 36%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 18px
}

.news_notice ul {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin-bottom: 10px !important
}

@media only screen and (min-width:1024px) and (max-width:1050px) {
    #nav-innner>li>a {
        padding: 3px 44px !important
    }

    .right-topbar-menu li {
        font-size: 14px !important;
        padding: 14px 15px !important
    }

    .search_form>.form-control {
        font-size: 12px !important;
        height: 43px !important
    }

    .search_form>.btn-hp {
        width: 20% !important
    }

    .logo {
        margin-top: 4px
    }

    .search_form {
        margin-top: 8px
    }

    .fa-search {
        top: 3px
    }

    .right-topbar-menu li:last-child {
        padding-right: 0 !important
    }

    .navbar-default .navbar-nav>li>a {
        padding: 5px 28.9px !important
    }

    .all_maker_logo>h3 {
        font-size: 16px !important
    }

    .all_maker_logo>ul>li {
        padding: 6px !important
    }

    .form_best_cars h3 {
        font-size: 14px !important
    }

    .stock_item>a>.image {
        min-height: 81px !important;
        position: relative
    }

    .price>strong {
        font-size: 14px !important
    }

    .all_services>li:nth-child(1) {
        margin-right: 5% !important
    }

    .all_services>li:nth-child(3) {
        margin-right: 5% !important
    }

    .all_services>li h3 {
        font-size: 18px !important
    }

    .service_section {
        background-position: 600px 0 !important;
        padding: 24px 0 !important
    }

    .bot_item>.member_had::before {
        left: 40px !important
    }

    .bot_item>.member_had::after {
        left: 203px !important
    }

    .mid_second {
        float: left !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
        width: 60% !important
    }

    .stock_first {
        width: 58% !important;
        margin-right: 2% !important;
        float: left !important
    }

    .stock_second {
        width: 40% !important;
        float: left !important
    }

    .main_image {
        min-height: 410px
    }

    .main_image>a>img {
        max-height: 410px
    }

    .other_images_ulli li {
        min-height: 40px !important
    }

    .other_images_ulli li a img {
        max-height: 40px !important
    }

    .newsimg {
        min-height: 158px
    }

    .newsimg>a>img {
        max-height: 158px
    }

    .how_second>h2 {
        font-size: 18px !important
    }

    .how_second>div {
        min-height: 328px !important
    }

    .second_menu ul li a {
        padding: 5px 14px !important;
        font-size: 12px !important
    }

    .first_how_margin {
        margin-top: 80px !important
    }

    .second_how_margin {
        margin-top: 40px !important
    }

    .third_how_margin {
        margin-top: 20px !important
    }

    .fourth_how_margin {
        margin-top: 0 !important
    }

    .fifth_how_margin {
        margin-top: 10px !important
    }

    .how_fir {
        padding: 82px 0 !important
    }

    .addon_detail>div {
        padding: 2px 5px
    }

    .addon_first {
        width: 54%
    }

    .addon_second {
        display: none
    }

    .addon_third {
        width: 14%
    }

    .addon_four {
        width: 30%
    }

    .rec_stock>a>div.image {
        min-height: 110px !important
    }

    .rec_stock>a>div.image>img {
        max-height: 110px !important
    }

    .static_width {
        width: 73% !important;
        float: left !important
    }

    .shpsch_img {
        min-height: 222px !important
    }

    .shpsch_img>img {
        max-height: 222px !important
    }

    .shpsch_img>iframe {
        height: 222px !important
    }

    .speed>div.speed_oval {
        left: 59px !important
    }

    .speed {
        height: 300px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .navbar-default .navbar-nav>li>a {
        padding: 5px 26.2px
    }

    #nav-innner>li>a {
        padding: 3px 25.8px
    }

    .mid_second {
        float: none;
        margin-left: 0%;
        margin-right: 0%;
        width: 100%
    }

    .welcome_item>ul>li {
        padding: 13px
    }

    .bot_item>.member_had {
        margin-bottom: 0
    }

    .bot_item>.member_had::before {
        left: 65px
    }

    .bot_item>.member_had::after {
        right: 63px
    }

    .about_list>li {
        width: 31%
    }

    .about_list>li:nth-child(1) {
        width: 98%
    }

    .stock_first {
        width: 100%;
        margin-right: 0%;
        float: none
    }

    .stock_second {
        width: 100%;
        float: none
    }

    .other_images_ulli li {
        min-height: 53px;
        width: 10%
    }

    .other_images_ulli li a img {
        max-height: 53px
    }

    .news_list_img {
        width: 25%
    }

    .inner_nav>div>ul>li>a {
        font-size: 13px
    }

    .how_second>h2 {
        font-size: 16px
    }

    .how_second>div {
        min-height: 442px
    }

    .second_menu ul li a {
        padding: 5px 4.5px;
        font-size: 11px
    }

    .stock_list_box {
        font-size: 14px
    }

    .why_menu>li {
        width: 20%
    }

    .six_menu>li {
        width: 20%
    }

    .why_section {
        max-width: 100%
    }

    .first_how_margin,
    .second_how_margin,
    .third_how_margin,
    .fourth_how_margin,
    .fifth_how_margin {
        margin-top: 20px
    }

    .how_fir {
        padding: 58px 0
    }

    .day_box {
        width: 20%
    }

    .auc_box {
        width: 25%
    }

    .make_box {
        width: 25%
    }

    .model_box {
        width: 26%
    }

    .chs_box {
        width: 40%;
        margin-left: 10%
    }

    .filter_box {
        width: 40%
    }

    .faq_ques>strong,
    .faq_ans>strong {
        width: 5%
    }

    .faq_ques>span,
    .faq_ans>span {
        width: 94%
    }

    .enquiry_box>div {
        width: 48%;
        height: 250px
    }

    .by_size {
        font-size: 26px !important
    }

    .list_main {
        border-bottom: none
    }

    .list_div {
        background: #f8f8f8;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px -6px #999
    }

    .list_div>div {
        border-left: none;
        height: auto;
        font-size: 14px;
        text-align: left
    }

    .list_div>div>span {
        display: block;
        font-size: 12px;
        color: #999
    }

    .one_list {
        width: 8%
    }

    .two_list {
        width: 12%
    }

    .three_list,
    .four_list,
    .five_list,
    .six_list {
        width: 20%
    }

    .seven_list {
        clear: both
    }

    .seven_list,
    .eight_list,
    .nine_list,
    .ten_list,
    .ele_list,
    .twe_list,
    .thirt_list,
    .fourt_list,
    .fift_list,
    .sixt_list,
    .sev_list {
        width: 20%
    }

    .list_div>div:last-child {
        border-right: none;
        clear: both;
        float: none;
        width: 100%;
        visibility: hidden;
        height: 0
    }

    .list_div:nth-child(4n-2)>div {
        background: #f8f8f8
    }

    .single_margin {
        padding-top: 0 !important
    }

    .fav_grade {
        width: 9%
    }

    .auction_listhead>div,
    .auction_listdtl>div {
        min-height: 66px
    }

    .nego_list>div.first_width {
        width: 50%
    }

    .nego_list>div.second_width {
        display: none
    }

    .nego_list>div.third_width {
        width: 30%
    }

    .nego_list>div.fourth_width {
        width: 20%
    }

    .stklist_ulli>li {
        padding: 2px;
        5px
    }

    .stock_row>div {
        margin-right: 1%;
        width: 32.66%;
        float: left
    }

    .stock_row>div:nth-child(5n+5) {
        margin-right: 1%
    }

    .stock_row>div:nth-child(3n+3) {
        margin-right: 0%
    }

    .stock_list_sec>div.image {
        min-height: 226px
    }

    .stock_list_sec>div.image>div>a>img {
        max-height: 226px
    }

    .rec_stock>a>div.image {
        min-height: 160px
    }

    .rec_stock>a>div.image>img {
        max-height: 160px
    }

    .static_width {
        width: 100%;
        float: none
    }

    .shpsch_img {
        min-height: 260px
    }

    .shpsch_img>img {
        max-height: 260px
    }

    .shpsch_img>iframe {
        height: 260px
    }

    .nego_proulli>li {
        padding-left: 18px;
        font-size: 9px
    }

    .speed>div.speed_oval {
        left: 126px
    }

    .inquiry_popup>div.pop_detail {
        width: 70%;
        left: 15%;
        top: 20%
    }
}

@media only screen and (min-width:640px) and (max-width:767px) {
    .right-item-menu li a {
        color: #fff
    }

    .right-item-menu li a:hover {
        color: #fff
    }

    .mid_second {
        float: none;
        margin-left: 0%;
        margin-right: 0%;
        width: 100%
    }

    .welcome_section {
        background-image: none
    }

    .top-header {
        background-color: #cb0305
    }

    .right-item-menu {
        justify-content: inherit !important;
        display: inherit !important;
        margin: 0 auto;
        text-align: center
    }

    .right-item-menu>li {
        color: #fff
    }

    .right-item-menu li:last-child:after {
        content: "";
        padding: 0
    }

    .main_image {
        min-height: 480px !important
    }

    .about_list>li {
        width: 48%
    }

    .about_list>li:nth-child(1) {
        width: 98%
    }

    .why_section {
        max-width: 100%
    }

    .main_image>a>img {
        max-height: 480px !important
    }

    .other_images_ulli li {
        width: 20% !important;
        min-height: 108px !important
    }

    .other_images_ulli li a img {
        max-height: 108px !important
    }

    .enquiry_box>div {
        width: 48%
    }

    .all_maker_logo {
        margin: 20px 1% !important;
        top: 0
    }

    .all_maker_logo>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        text-align: center
    }

    .all_maker_logo>ul>li>a>span {
        display: block;
        margin: 10px auto
    }

    .all_maker_logo>ul>li:last-child {
        padding-bottom: 0
    }

    .top-popular-keywords>h3 {
        margin: 0 0;
        padding: 10px 15px;
        font-weight: 700;
        color: #333;
        font-size: 35px;
        text-align: center;
        position: relative
    }

    .top-popular-keywords>h3::before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #cb0305;
        left: 46%;
        width: 8%;
        top: 54px
    }

    .top-popular-keywords>h3::after {
        content: "";
        position: absolute;
        border-top: 1px solid #cb0305;
        top: 50px;
        left: 45%;
        width: 10%
    }

    .top-popular-keywords>ul {
        margin: 10px 5px
    }

    .top-popular-keywords>ul>li {
        float: left;
        border: 1px solid #777b7f;
        text-align: center;
        margin: 3px;
        color: #777b7f;
        border-radius: 5px;
        font-size: 14px !important;
        width: 24.111% !important
    }

    .top-popular-keywords>ul>li>a {
        color: #777b7f;
        display: block
    }

    .top-popular-keywords>ul>li:hover {
        border-color: #cb0305
    }

    .top-popular-keywords>ul>li:hover>a {
        color: #cb0305
    }

    .mid_first {
        width: 100%
    }

    .banner_section {
        display: inline-block
    }

    .stock_item>a>.image {
        min-height: 90px
    }

    .stock_item>a>.image>img {
        max-height: 90px
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .container {
        padding-left: 5px;
        padding-right: 5px
    }

    .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .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 {
        padding-left: 5px;
        padding-right: 5px
    }

    .mobile-center {
        text-align: center
    }

    .xs_margin_top_10 {
        margin-top: 10px
    }

    .xs-margin-bottom-5 {
        margin-bottom: 5px
    }

    .xs_margin_bottom_10 {
        margin-bottom: 10px
    }

    .xs-margin-bottom-10 {
        margin-bottom: 10px
    }

    .xs-margin-bottom-20 {
        margin-bottom: 20px
    }

    .xs-margin-bottom-50 {
        margin-bottom: 50px
    }

    .top-header {
        background-color: #cb0305
    }

    .right-item-menu {
        justify-content: inherit !important;
        display: inherit !important;
        margin: 0 auto;
        text-align: center
    }

    .right-item-menu li a {
        color: #fff
    }

    .right-item-menu li a:hover {
        color: #fff
    }

    .right-item-menu>li {
        color: #fff
    }

    .right-item-menu li:last-child:after {
        content: "";
        padding: 0
    }

    .mid_second {
        float: none;
        margin-left: 0%;
        margin-right: 0%;
        width: 100%
    }

    .stock_box {
        width: 48%;
        float: left;
        margin: 0 1%
    }

    .stock_item>a>.image {
        min-height: 88px
    }

    .stock_item>a>.image>img {
        max-height: 88px
    }

    .hp_heading>h2 {
        font-size: 19px
    }

    .hp_heading>h2::after {
        top: 85%
    }

    .hp_heading>h2::before {
        top: 100%
    }

    .welcome_item>ul>li {
        padding: 14px
    }

    .welcome_section {
        background: 0 0
    }

    .footer_bottom p {
        font-size: 12px
    }

    .welcome_item>ul>li {
        padding: 6px 0 0 12px
    }

    .right_text>h2 {
        font-size: 22px
    }

    .right_text>p {
        font-size: 13px
    }

    .welcome_section {
        margin-top: 20px
    }

    .footer_bottom {
        padding: 5px 0
    }

    .why_section {
        max-width: 100%
    }

    .breadcrumbs {
        margin: 10px 0
    }

    .about_list>li {
        width: 98%
    }

    .about_list>li:nth-child(1) {
        width: 98%
    }

    .common_heading {
        font-size: 24px;
        margin-bottom: 10px;
        background: 0 0
    }

    .stock_first {
        width: 100%;
        margin-right: 0%;
        float: none
    }

    .stock_second {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .main_image {
        min-height: 255px
    }

    .main_image>a>img {
        max-height: 255px
    }

    .main_image>a>div {
        display: block
    }

    .other_images_ulli {
        display: none
    }

    .other_images_ulli li {
        width: 33.33%;
        min-height: 86px
    }

    .other_images_ulli li a img {
        max-height: 86px
    }

    .news_image {
        width: 100%;
        float: none;
        margin-right: 0%
    }

    .news_list_img {
        width: 100%;
        float: none
    }

    .how_stock>div {
        float: none;
        width: 100%
    }

    .how_second>div {
        min-height: 110px
    }

    .auction_box {
        min-height: 10px
    }

    .good_bad_ulli>li {
        width: 100%;
        float: none
    }

    .stock_list_box {
        font-size: 14px
    }

    .indicator {
        display: none !important
    }

    .first_how_margin,
    .second_how_margin,
    .third_how_margin,
    .fourth_how_margin,
    .fifth_how_margin {
        margin-top: 20px
    }

    .how_fir {
        padding: 106px 0
    }

    .faq_ques>strong,
    .faq_ans>strong {
        width: 12%;
        margin-right: 2%
    }

    .faq_ques>span,
    .faq_ans>span {
        width: 86%
    }

    .auc_points>div:first-child {
        width: 23%;
        text-align: center
    }

    .auc_points>div:last-child {
        width: 77%
    }

    .enquiry_box>div {
        width: 100%
    }

    .enquiry_box>div:after,
    .enquiry_box>div:before {
        border: none
    }

    .why_chs>div.wc_icon {
        width: 34%;
        margin-right: 2%
    }

    .why_chs>div.wc_text {
        width: 64%
    }

    .stp_hd {
        width: 30%
    }

    .service_hd {
        text-align: center
    }

    .read_more {
        text-align: center
    }

    .day_box {
        width: 40%
    }

    .auc_box {
        width: 59%;
        margin-right: 0% !important
    }

    .make_box {
        width: 40%
    }

    .model_box {
        width: 59%;
        margin-right: 0% !important
    }

    .chs_box {
        width: 40%
    }

    .filter_box {
        width: 59%;
        margin-right: 0% !important
    }

    .list_main {
        border-bottom: none
    }

    .list_div {
        background: #f8f8f8;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px -6px #999
    }

    .list_div>div {
        border-left: none;
        height: auto;
        font-size: 14px;
        text-align: left
    }

    .list_div>div>span {
        display: block;
        font-size: 12px;
        color: #999
    }

    .aucgrade_cap {
        float: none;
        margin-right: 0%
    }

    .one_list {
        width: 19%
    }

    .two_list {
        width: 30%
    }

    .three_list {
        width: auto
    }

    .four_list {
        width: auto
    }

    .five_list {
        width: 33.33%;
        clear: both
    }

    .six_list,
    .seven_list,
    .eight_list,
    .nine_list,
    .ten_list,
    .ele_list,
    .twe_list,
    .thirt_list,
    .fourt_list,
    .fift_list,
    .sixt_list,
    .sev_list {
        width: 33.33%
    }

    .list_div>div:last-child {
        border-right: none;
        clear: both;
        float: none;
        width: 100%;
        visibility: hidden;
        height: 0
    }

    .list_div:nth-child(4n-2)>div {
        background: #f8f8f8
    }

    .single_margin {
        padding-top: 0 !important
    }

    .double_margin {
        padding-top: 0 !important
    }

    .auction_listdtl {
        clear: both;
        box-shadow: 0 0 5px #ccc;
        margin-bottom: 20px
    }

    .auction_listdtl>div {
        width: auto;
        border: none;
        margin-right: 5%
    }

    .auction_listdtl:nth-child(2n+0)>div {
        background: #fff
    }

    .auction_listdtl>div>span {
        display: block;
        line-height: 14px
    }

    .auction_listdtl>div>strong {
        margin-right: 5px
    }

    .auction_listhead>div:last-child,
    .auction_listdtl>div:last-child {
        border-right: none;
        clear: both;
        float: none
    }

    .fav_grade {
        width: 12.5%
    }

    .list_search {
        padding: 10px;
        padding-bottom: 0
    }

    .coupon_box>div {
        width: 50%;
        border-left: none
    }

    .coupon_box>div:last-child {
        display: none
    }

    .coupon_box>div>span {
        display: block;
        font-weight: 700
    }

    .double_width {
        width: 50% !important
    }

    #total_row>div {
        width: 33.33%
    }

    #total_row>div>span {
        display: block
    }

    #total_row>div.double_width {
        width: 100% !important
    }

    #total_row>div:last-child {
        display: inline-block
    }

    .myaucp_top>div>div>div>strong {
        float: right
    }

    .nego_list>div.first_width {
        width: 100%
    }

    .nego_list>div.second_width {
        display: none
    }

    .nego_list>div.third_width {
        width: 60%;
        margin-bottom: 20px
    }

    .nego_list>div.fourth_width {
        width: 40%;
        margin-bottom: 20px
    }

    .stock_list_box {
        padding: 5px
    }

    .stock_list_box div div div div h2 {
        font-size: 20px
    }

    .list_image {
        margin-bottom: 10px
    }

    .stklist_ulli {
        text-align: center
    }

    .stklist_ulli>li {
        padding: 2px 7px
    }

    .stkdetail_heading {
        font-size: 20px
    }

    .detail_ulli>li::after {
        padding: 0 4px
    }

    .freight_box {
        padding: 10px
    }

    .addon_detail>div {
        padding: 2px 5px
    }

    .addon_first {
        width: 54%
    }

    .addon_second {
        display: none
    }

    .addon_third {
        width: 14%
    }

    .addon_four {
        width: 30%
    }

    .rec_stock>a>div.image {
        min-height: 126px
    }

    .rec_stock>a>div.image>img {
        max-height: 126px
    }

    .static_width {
        width: 100%;
        float: none
    }

    .local_box {
        background: 0 0
    }

    .shpsch_img {
        min-height: 240px
    }

    .shpsch_img>img {
        max-height: 240px
    }

    .shpsch_img>iframe {
        height: 240px
    }

    .last_ordrit {
        padding: 10px
    }

    .last_ordrit>button {
        display: block;
        float: none;
        text-align: center;
        margin: auto;
        margin-bottom: 5px
    }

    .nego_process {
        background: 0 0;
        width: 50%
    }

    .negomsg_box {
        padding: 5px
    }

    .inquiry_popup>div.pop_detail {
        width: 94%;
        left: 3%;
        top: 20%
    }

    .inquiry_popup>div.pop_detail {
        padding: 20px
    }

    .pop_img {
        display: none
    }

    .inquiry_popup>div.pop_detail>h2 {
        font-size: 20px
    }

    .hide_search label {
        max-width: 30%
    }

    .list_cap {
        text-align: center
    }

    .stock_second .font_14 {
        font-size: 13px
    }

    .list-detail {
        background: #e8e8e8;
        padding: 0;
        margin-bottom: 30px
    }

    .list-detail>div {
        display: block
    }

    .list-detail>div>div {
        display: block;
        float: left;
        border-bottom: 1px dotted #ccc;
        padding: 5px;
        border-left: none
    }

    .list-detail>div>div:last-child {
        clear: both;
        float: none;
        border-bottom: none;
        border-right: none
    }

    .list-detail>div>div>span,
    .list-header>div>div>span {
        display: inline-block;
        margin-right: 5px;
        font-weight: 700
    }

    .list-w1,
    .list-w2 {
        width: 50%
    }

    .list-w3,
    .list-w4,
    .list-w5,
    .list-w6,
    .list-w7,
    .list-w8,
    .list-w9,
    .list-w10,
    .list-w11 {
        width: 100%
    }

    .list-wp1,
    .list-wp2 {
        width: 50%
    }

    .list-wp3,
    .list-wp4,
    .list-wp5 {
        width: 100%
    }

    .list-ww1,
    .list-ww2,
    .list-ww3,
    .list-ww4,
    .list-ww6,
    .list-ww7,
    .list-ww8,
    .list-ww9,
    .list-ww10 {
        width: 50%
    }

    .list-ww5 {
        width: 100%
    }

    .search_form>.btn-hp {
        width: 15%
    }

    .stock_box {
        width: 31.33%
    }

    .all_maker_logo {
        margin: 20px 0 !important;
        top: 0
    }

    .all_maker_logo>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        text-align: center;
        padding: 0
    }

    .all_maker_logo>ul>li>a>span {
        display: block;
        margin: 10px auto
    }

    .all_maker_logo>ul>li:last-child {
        padding: 0
    }

    .top-popular-keywords>h3 {
        margin: 0 0 10px;
        padding: 10px 15px;
        font-weight: 700;
        color: #333;
        font-size: 18px;
        text-align: center;
        position: relative;
        padding-bottom: 10px
    }

    .top-popular-keywords>h3::before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #cb0305;
        left: 46%;
        width: 8%;
        top: 38px
    }

    .top-popular-keywords>h3::after {
        content: "";
        position: absolute;
        border-top: 1px solid #cb0305;
        top: 34px;
        left: 45%;
        width: 10%
    }

    .top-popular-keywords>ul {
        margin: 20px 5px 0
    }

    .top-popular-keywords>ul>li {
        float: left;
        text-align: center;
        margin: 0 3px 8px 0;
        width: 24.11%;
        border: 1px solid #777b7f;
        border-radius: 5px
    }

    .top-popular-keywords>ul>li>a {
        color: #777b7f;
        font-size: 12px;
        display: block
    }

    .top-popular-keywords>ul>li:hover {
        border-color: #cb0305
    }

    .top-popular-keywords>ul>li:hover>a {
        color: #cb0305
    }

    .mid_first {
        width: 100%
    }

    .mid_first {
        padding: 0
    }

    .banner_section {
        display: inline-block
    }
}

#sb-site,
.sb-site-container {
    padding: 14px
}

.sb-slidebar {
    padding: 14px;
    color: #fff
}

html.sb-active #sb-site,
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
    cursor: pointer
}

#sb-site.top-padding {
    padding-top: 50px
}

#fixed-top {
    background-color: #cb0305;
    z-index: 4
}

#fixed-top span.sb-toggle-left {
    float: left;
    color: #fff;
    padding: 20px 10px
}

#fixed-top span.sb-toggle-right {
    float: right;
    color: #fff;
    padding: 20px 10px
}

.menu_icon span {
    border: 2px solid #000;
    display: block;
    position: relative;
    margin-bottom: 5px;
    width: 50px
}

.menu_icon:hover span {
    border-color: #999
}

.menu_icon>strong {
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    display: block
}

.back_icon {
    font-size: 32px;
    line-height: 28px
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden
}

#sb-site,
.sb-site-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #fff
}

#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
    content: ' ';
    display: table;
    clear: both
}

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    background-color: #222
}

.sb-slidebar,
.sb-slidebar * {
    -webkit-transform: translateZ(0px)
}

.sb-left {
    left: 0
}

.sb-right {
    right: 0
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute
}

.sb-slidebar.sb-active {
    display: block
}

.sb-style-overlay {
    z-index: 9999
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch
}

.sb-slidebar {
    width: 30%
}

.sb-width-thin {
    width: 15%
}

.sb-width-wide {
    width: 45%
}

@media(max-width:480px) {
    .sb-slidebar {
        width: 70%
    }

    .sb-width-thin {
        width: 55%
    }

    .sb-width-wide {
        width: 85%
    }
}

@media(min-width:481px) {
    .sb-slidebar {
        width: 55%
    }

    .sb-width-thin {
        width: 40%
    }

    .sb-width-wide {
        width: 70%
    }
}

@media(min-width:768px) {
    .sb-slidebar {
        width: 40%
    }

    .sb-width-thin {
        width: 25%
    }

    .sb-width-wide {
        width: 55%
    }
}

@media(min-width:992px) {
    .sb-slidebar {
        width: 30%
    }

    .sb-width-thin {
        width: 15%
    }

    .sb-width-wide {
        width: 45%
    }
}

@media(min-width:1024px) {
    .slider.slider-horizontal {
        width: 190px;
        height: 20px
    }

    .slider.slider-horizontal .slider-track {
        left: 2px
    }
}

@media(min-width:1200px) {
    .sb-slidebar {
        width: 20%
    }

    .sb-width-thin {
        width: 5%
    }

    .sb-width-wide {
        width: 35%
    }
}

.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}

.sb-hide {
    display: none
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 80%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel>.slides {
    position: absolute
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(../img/loading-big.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: block
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: block
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: block
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: block
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: block
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: inline
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 33px;
    height: 24px;
    margin: 6px 1px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    box-shadow: 0 0 2px #000;
    opacity: .7;
    cursor: pointer;
    background-size: 100%
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: block
}

.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

.bxslider {
    padding-left: 0
}

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    left: 0;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 9px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #3c5a9a;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

/* font */
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
