html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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 {
    *,
    :after,
    :before {
        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: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        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 td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -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: source sans pro, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > 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,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        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
}

dd,
dt {
    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: 1230px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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-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 > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        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 > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    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 > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                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%
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]: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: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    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)
    }

select.form-control {
    padding: 6px 2px
}

.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
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.btn {
    display: inline-block;
    padding: 6px 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: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        /*outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px*/
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        /*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;
        -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: #1a73e9;
    border-color: #1a73e9;
    box-shadow: 0 3px 5px #303030;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 0;
    outline: none;
    ;
}

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

    .btn-default:hover {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .dropdown-toggle.btn-default.focus,
        .open > .dropdown-toggle.btn-default:focus,
        .open > .dropdown-toggle.btn-default:hover {
            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.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    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:focus,
        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.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
}

.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;
        transition: all 0.5s;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus,
            .nav > li > a:hover {
                text-decoration: none;
                background-color: #1a73e9
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus,
            .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        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;
    display: flex;
    width: 100%;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        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 .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                font-size: 18px;
                padding-right: 10px
            }
}

.navbar-default {
    /*background-color: #1a73e9*/
    background: -webkit-linear-gradient(#969696,#585657);
    background: -o-linear-gradient(#969696,#585657);
    background: -moz-linear-gradient(#969696,#585657);
}

    .navbar-default .navbar-brand {
        color: #fff
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #fff
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 12px 24px;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear
    }

        .navbar-default .navbar-nav > li > a.active,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #1a73e9;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        /*color: #000;*/
        background-color: #1a73e9;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:focus,
    .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            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:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        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:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus,
    .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        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: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            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:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        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:focus,
            .pager li > a:hover {
                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:focus,
    .pager .disabled > a:hover,
    .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:focus,
a.label:hover {
    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-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    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 a > img,
    .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    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 {
        opacity: 0
    }

    .modal-backdrop.in {
        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
    }
}

.tooltip {
    position: absolute;
    z-index: 50;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
    }

    td.visible-xs, th.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
    }

    td.visible-sm,
    th.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
    }

    td.visible-md,
    th.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
    }

    td.visible-lg, th.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
    }
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

.clr {
    clear: both
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.white_color {
    color: #fff
}

.site_color {
    color: #1a73e9
}

.site_common_color {
    color: #0196da
}

.green_color {
    color: green
}

.red_color {
    color: #e41b23
}

.black_color {
    color: #000
}

.gray_color {
    color: #909090
}

.darkgray_color {
    color: #1a0e0a
}

.font_10 {
    font-size: 10px
}

.font_12 {
    font-size: 12px
}

.font_13 {
    font-size: 13px
}

.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_26 {
    font-size: 26px
}

.font_28 {
    font-size: 28px
}

.font_32 {
    font-size: 32px
}

.font_40 {
    font-size: 40px
}

.font_bold {
    font-weight: 700
}

.font_normal {
    font-weight: 400
}

.line_height_24 {
    line-height: 24px
}

.line_height_28 {
    line-height: 28px
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.hover_underline:hover {
    text-decoration: underline
}

.border_top_white {
    border-top: 1px solid #ccc
}

.border {
    border: 1px solid #ccc
}

.border_none {
    border: none
}

.border_site {
    border: 1px solid #0196da
}

.border_right_none {
    border-right: none !important
}

.border_right {
    border-right: 1px solid #ccc
}

.border_bottom {
    border-bottom: 1px solid #ccc
}

.position_relative {
    position: relative
}

.position_absolute {
    position: absolute
}

.width_hundred {
    width: 100% !important
}

.padding_left_5 {
    padding-left: 5px
}

.padding_left_10 {
    padding-left: 10px
}

.padding_left_15 {
    padding-left: 15px
}

.padding_left_20 {
    padding-left: 20px
}

.padding_left_30 {
    padding-left: 30px
}

.padding_right_5 {
    padding-right: 5px
}

.padding_right_10 {
    padding-right: 10px
}

.padding_right_15 {
    padding-right: 15px
}

.padding_right_20 {
    padding-right: 20px
}

.padding_right_25 {
    padding-right: 25px
}

.padding_right_30 {
    padding-right: 30px
}

.padding_right_35 {
    padding-right: 35px
}

.padding_right_40 {
    padding-right: 40px
}

.padding_right_50 {
    padding-right: 50px
}

.padding_right_60 {
    padding-right: 60px
}

.padding_right_70 {
    padding-right: 70px
}

.padding_top_0 {
    padding-top: 0
}

.padding_top_5 {
    padding-top: 5px !important
}

.padding_top_10 {
    padding-top: 10px
}

.padding_top_20 {
    padding-top: 20px
}

.padding_top_30 {
    padding-top: 30px
}

.padding_top_40 {
    padding-top: 40px
}

.padding_top_50 {
    padding-top: 50px
}

.padding_0 {
    padding: 0
}

.padding_2 {
    padding: 2px
}

.padding_5 {
    padding: 5px
}

.padding_10 {
    padding: 10px
}

.margin_bottom_0 {
    margin-bottom: 0
}

.margin_bottom_5 {
    margin-bottom: 5px
}

.margin_bottom_10 {
    margin-bottom: 10px
}

.margin_bottom_15 {
    margin-bottom: 15px
}

.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_60 {
    margin-bottom: 60px
}

.margin_bottom_70 {
    margin-bottom: 70px
}

.margin_bottom_80 {
    margin-bottom: 80px
}

#margin_bottom_0 {
    margin-bottom: 0
}

.margin_top_0 {
    margin-top: 0
}

.margin_top_5 {
    margin-top: 5px
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px
}

.margin_top_25 {
    margin-top: 25px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_35 {
    margin-top: 35px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_top_50 {
    margin-top: 50px
}

.margin_top_60 {
    margin-top: 60px
}

.margin_top_70 {
    margin-top: 70px
}

.margin_top_80 {
    margin-top: 80px
}

.margin_top_100 {
    margin-top: 100px
}

.margin_right_0 {
    margin-right: 0
}

.margin_right_5 {
    margin-right: 5px
}

.margin_right_10 {
    margin-right: 10px
}

.margin_right_20 {
    margin-right: 20px
}

.margin_right_25 {
    margin-right: 25px
}

.margin_right_30 {
    margin-right: 30px
}

.margin_right_35 {
    margin-right: 35px
}

.margin_right_40 {
    margin-right: 40px
}

.margin_left_5 {
    margin-left: 5px
}

.margin_left_10 {
    margin-left: 10px
}

.margin_left_15 {
    margin-left: 15px
}

.margin_left_20 {
    margin-left: 20px
}

.margin_left_25 {
    margin-left: 25px
}

.margin_left_30 {
    margin-left: 30px
}

.margin_left_35 {
    margin-left: 35px
}

.margin_left_40 {
    margin-left: 40px
}

.margin_left_45 {
    margin-left: 45px
}

.margin_left_50 {
    margin-left: 50px
}

.padding_right_0 {
    padding-right: 0
}

.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
}

.pointer {
    cursor: pointer
}

.cursor {
    cursor: pointer
}

.row_5 {
    margin-right: -5px;
    margin-left: -5px
}

.position_top_2 {
    position: relative;
    top: 2px
}

.position_top_5 {
    position: relative;
    top: 5px
}

.position_bottom_2 {
    position: relative;
    bottom: 2px
}

.position_bottom_5 {
    position: relative;
    bottom: 5px
}

ul {
    list-style: outside none none;
    padding: 0;
    margin: 0
}

.script_top {
    margin-top: 15em
}

.border-bottom {
    border-bottom: 1px solid #d4d2d3
}

.tooltipstock {
    position: relative;
    cursor: pointer;
    display: inline-block
}

    .tooltipstock .tooltiptext-stock {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #396fb9;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 90%;
        border: 2px solid #396fb9
    }

        .tooltipstock .tooltiptext-stock::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 101%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent #396fb9
        }

    .tooltipstock:hover .tooltiptext-stock {
        visibility: visible
    }

.sp {
    background: url(../images/sprite-icon.png) 0 0 no-repeat;
    position: relative
}

.sp-viewed {
    display: inline-block;
    width: 18px;
    height: 10px;
    background-position: -97px -51px
}

.sp-transmission {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -37px -10px;
    top: 3px
}

.sp-fuel {
    display: inline-block;
    width: 17px;
    height: 15px;
    background-position: -98px -9px;
    top: 3px
}

.sp-mileage {
    display: inline-block;
    width: 17px;
    height: 12px;
    background-position: -6px -11px
}

.sp-engine {
    display: inline-block;
    width: 19px;
    height: 14px;
    background-position: -63px -11px
}

.sp-color {
    display: inline-block;
    width: 19px;
    height: 14px;
    background-position: -160px -11px;
    top: 2px
}

.sp-minus {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -376px -52px
}

.sp-plus {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -351px -51px
}

.sp-repeat {
    display: inline-block;
    width: 14px;
    height: 12px;
    background-position: -401px -53px;
    top: 2px
}

.sp-print {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-position: -256px -12px;
    top: 2px
}

.sp-pdf {
    display: inline-block;
    width: 13px;
    height: 14px;
    background-position: -349px -13px;
    top: 2px
}

.sp-location {
    display: inline-block;
    width: 13px;
    height: 18px;
    background-position: -414px -8px;
    top: 2px
}

.sp-stock-fb {
    display: inline-block;
    width: 25px;
    height: 16px;
    background-position: 0 -46px;
    top: 5px
}

.sp-stock-twitter {
    display: inline-block;
    width: 25px;
    height: 16px;
    background-position: -25px -46px;
    top: 5px
}

.sp-stock-gplus {
    display: inline-block;
    width: 25px;
    height: 16px;
    background-position: -57px -46px;
    top: 5px
}

.sp-stock-email {
    display: inline-block;
    width: 25px;
    height: 16px;
    background-position: -290px -49px;
    top: 5px
}

.sp-compare {
    display: inline-block;
    width: 18px;
    height: 12px;
    background-position: -269px -51px;
    top: 1px;
    margin-right: 3px
}

.sp-wish-list {
    display: inline-block;
    width: 18px;
    height: 12px;
    background-position: -205px -76px;
    top: 1px
}

.sp-balance-scale {
    display: inline-block;
    width: 18px;
    height: 12px;
    background-position: -269px -51px
}

.sp-user {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-position: -76px -103px;
    top: 2px
}

.sp-logout {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -128px -103px;
    top: 3px
}

.sp-register {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -100px -103px;
    top: 2px
}

.sp-login {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -149px -103px;
    top: 3px
}

.sp-top {
    display: inline-block;
    width: 9px;
    height: 15px;
    background-position: -355px -78px
}

.sp-viber {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -321px -106px
}

.fa {
    background: url(../images/sprite-imge.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.fa-viber {
    background-position: -2px -5px;
    width: 46px;
    height: 21px;
    top: 2px
}

.fa-year {
    background-position: -57px -7px;
    width: 22px;
    height: 16px;
    top: 4px
}

.fa-facebook {
    background-position: -3px -40px;
    width: 22px;
    height: 26px;
    top: 10px
}

.fa-twitter {
    background-position: -64px -40px;
    width: 22px;
    height: 26px;
    top: 10px
}

.fa-googleplus {
    background-position: -124px -40px;
    width: 23px;
    height: 26px;
    top: 10px
}

.fa-youtube {
    background-position: -183px -40px;
    width: 26px;
    height: 26px;
    top: 10px
}

.fa-home {
    background-position: -98px -7px;
    width: 18px;
    height: 23px;
    top: 6px
}

.fa-phone {
    background-position: -131px -8px;
    width: 18px;
    height: 17px;
    top: 4px
}

.fa-fax {
    background-position: -158px -9px;
    width: 18px;
    height: 16px;
    top: 8px
}

.fa-mail {
    background-position: -194px -11px;
    width: 18px;
    height: 13px;
    top: 8px
}

.fa-skype {
    background-position: -224px -10px;
    width: 18px;
    height: 18px;
    top: 5px
}

.fa-whatsapp {
    /*background-position: -257px -10px;
    width: 34px;
    height: 18px;
    top: 5px*/
}

.fa-arrow-fot {
    background-position: -304px -10px;
    width: 18px;
    height: 13px;
    top: 2px
}

.fa-jumvea {
    background-position: -16px -101px;
    width: 68px;
    height: 52px
}

.fa-safe-trade {
    background-position: -109px -92px;
    width: 63px;
    height: 66px
}

.fa-jct-premium {
    background-position: -187px -98px;
    width: 74px;
    height: 57px
}

.fa-top-phone {
    background-position: -257px -10px;
    width: 34px;
    height: 18px;
    top: 5px
}

.fa-yokohama-chamber {
    background-position: -33px -175px;
    width: 204px;
    height: 40px
}

.fa-app {
    background-position: -391px -7px;
    width: 24px;
    height: 18px;
    top: 2px
}

.fa-skype-blue {
    background-position: -363px -4px;
    width: 18px;
    height: 21px;
    top: 4px
}

.fa-instagram {
    background-position: -450px -4px;
    width: 18px;
    height: 26px;
    top: 10px
}

.fa-mobile-bot {
    background-position: -300px -47px;
    width: 13px;
    height: 20px;
    top: 3px
}

.fa-whatsapp-org {
    background-position: -269px -47px;
    width: 21px;
    height: 20px;
    top: 3px
}

.fa-viber-org {
    background-position: -324px -45px;
    width: 22px;
    height: 22px;
    top: 3px
}

.fa-instagram-big {
    background-position: -228px -42px;
    width: 30px;
    height: 31px;
    top: 3px
}

.fa-mobile-top {
    background-position: -355px -47px;
    width: 13px;
    height: 20px;
    top: 3px
}

header {
    padding: 24px 0
}

.slogan {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

    .slogan span {
        font-size: 26px;
        font-weight: 700;
        color: #1a73e9
    }

.top_nav {
    list-style: none;
    text-align: right;
    float: right
}

    .top_nav li {
        font-size: 14px;
        border-right: 1px solid #1a73e9;
        padding: 0 10px;
        margin-bottom: 20px;
        float: left
    }

        .top_nav li:last-child {
            border: none;
            padding-right: 0
        }

        .top_nav li a {
            color: #1a73e9
        }

            .top_nav li a:hover {
                color: red
            }

.top_viber {
    color: #1a73e9;
    font-size: 24px;
    text-align: right
}

.nav_bg {
    background: #1a73e9
}

#google_translate_element {
    height: 19px;
    overflow: hidden;
    width: 120px;
    padding-top: 1px
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    font-size: 12px;
    width: 116px
}

.banner {
    width: 100%
}

.find-car {
    width: 100%
}

.find-car-top {
    text-align: center;
    width: 20%;
    font-size: 20px;
    color: #fff;
    margin: auto;
    padding: 10px 0;
    background: #1a73e9;
    position: relative;
    bottom: 62px
}

.find-car-bg {
    background: #1a73e9;
    bottom: 62px;
    color: #fff;
    margin: auto;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 90%
}

.hp_search_box {
    position: relative;
    /*bottom:60px*/
}

    .hp_search_box > h2 {
        color: #fff;
        display: block;
        margin: auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px
    }

        .hp_search_box > h2 > span {
            background: #1a73e9;
            padding: 6px 50px;
            display: inline-block;
            border-radius: 5px 5px 0 0
        }

    .hp_search_box > div {
        background: #1a73e9;
        padding: 20px 10px;
        box-shadow: 0 2px 10px #666
    }

.arrival {
    color: #1a73e9;
    margin: 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase
}

.stock_box {
    padding: 2px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #ccc
}

    .stock_box:hover {
        box-shadow: 0px 3px 20px 0px rgba(34, 34, 35, 0.31);
    }

    .stock_box > a > div.image {
        min-height: 130px;
        position: relative
    }

        .stock_box > a > div.image img {
            height: 130px;
            margin: auto;
            position: absolute;
            width: 100%;
        }

        .stock_box > a > div.image div {
            position: absolute;
            right: 0;
            /*bottom:5px;*/
            color: #000;
            background: #fff;
            padding: 0 5px 3px
        }

            .stock_box > a > div.image div span {
                position: relative;
                top: 3px
            }

    .stock_box > a > h2 {
        font-size: 15px;
        color: #333;
        font-weight: 700;
        margin: 12px 0 6px;
        padding-left: 5px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .stock_box > a > div.price {
        font-size: 14px;
        color: #6d6d6d;
        margin-bottom: 6px;
        text-transform: uppercase;
        padding-left: 5px;
    }

        .stock_box > a > div.price span {
            font-size: 20px;
            font-weight: 700;
            color: #1a73e9;
            text-transform: uppercase
        }

    .stock_box > a > div.engine {
        font-size: 16px;
        color: #6d6d6d;
        margin-bottom: 10px
    }

    .stock_box > a > div.viewdetails {
        background: #1a73e9;
        padding: 6px 30px;
        position: relative;
        margin: auto;
        top: 8px;
        width: 90%;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px
    }

    .stock_box > a:hover > div.viewdetails {
        background: #1a73e9;
        color: #000;
        cursor: pointer
    }
    /*.stock_box>a:hover>h2 {
    color:#900
}*/
    .stock_box:hover > a > div.price span {
        /*color:red*/
        text-decoration: underline;
    }

.stock_list_vehicle .listing_img .resorved {
    position: absolute;
    bottom: 0;
}

    .stock_list_vehicle .listing_img .resorved button {
        background: transparent;
        border: none;
        margin: 0px 2px;
        padding: 0;
        outline: none;
        color: #d8d4d4;
        font-size: 16px;
        float: left;
    }

        .stock_list_vehicle .listing_img .resorved button.active {
            color: #c00;
        }


.view_all {
    font-size: 16px;
    text-align: center
}

    .view_all a {
        background: #1a73e9;
        color: #fff;
        padding: 10px 70px;
        text-transform: uppercase
    }

        .view_all a:hover {
            background: #ccc;
            color: #000
        }

.welcome_bg {
    background: #1a73e9;
    /*margin-bottom:40px*/
}

    .welcome_bg > div h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 200;
        margin: 24px 0
    }

    .welcome_bg > div p {
        line-height: 26px;
        color: #c5c3c4;
        font-size: 16px
    }

.hp_capcha {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.stock_capcha {
    transform: scale(.88);
    -webkit-transform: scale(.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.newsletter {
    background: #e2e2e2 url(../images/newsletter-bg.png) left center no-repeat;
    padding: 0;
    /*margin-top:30px*/
}

    .newsletter > div h2 {
        color: #1a73e9;
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-top: 25px;
        margin-bottom: 5px
    }

    .newsletter > div > div.requried {
        text-align: center;
        font-size: 26px;
        color: #919191;
        font-weight: 200;
        margin: 10px 0
    }

.email_bg {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px
}

.btn-subscribe {
    color: #fff;
    background-color: #1a73e9;
    border-color: #1a73e9;
    padding: 5px 30px;
    font-size: 16px;
    border-radius: 0
}

    .btn-subscribe.focus,
    .btn-subscribe:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-subscribe:hover {
        color: #fff;
        background-color: #1a73e9;
        border-color: #1a73e9
    }

.bot_social {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5px
}

    .bot_social li {
        display: inline-block;
        text-align: center;
        margin-right: 8px
    }

        .bot_social li:last-child {
            margin-right: 0
        }

        .bot_social li a {
            width: 50px;
            height: 50px;
            display: inline-block;
            background: #3f413c;
            border-radius: 50%
        }

            .bot_social li a:hover {
                background: #1a73e9
            }

.footer {
    /*background: #0e3c5d url(../images/footer-map.png) top center no-repeat;*/
    padding: 20px 0;
    background: #272731;
}

.fot-strip {
    background: #3d3d3f;
    padding: 10px 0;
    color: #fff;
    font-size: 16px
}

    .fot-strip div div div div a:hover {
        color: #fff
    }

.bot_ulli {
    list-style: none;
    padding-left: 0;
    margin-top: 15px
}

    .bot_ulli li {
        margin-bottom: 10px;
        color: #fff;
        font-size: 16px
    }

        .bot_ulli li:last-child {
            margin-bottom: 0
        }

        .bot_ulli li.bot_fifty {
            width: 50%;
            float: left
        }

        .bot_ulli li span {
            float: left;
            margin-right: 5px
        }

            .bot_ulli li span:before {
                content: none;
            }

        .bot_ulli li a {
            color: #fff
        }

.fot-part {
    margin: 16px 0;
    display: inline-block;
    width: 100%;
}

    .fot-part > h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid #d4d2d3;
        padding-bottom: 15px
    }

.bot_other_link {
    list-style: none
}

    .bot_other_link li {
        color: #fff;
        font-size: 16px;
        line-height: 32px;
        display: inline-block;
        width: 50%;
        float: left;
    }

        .bot_other_link li a {
            color: #fff;
            padding-left: 5px
        }

            .bot_other_link li a:hover {
                color: #09f;
                right: 0;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                -ms-transition: all .3s linear;
                transition: all .3s linear;
                padding-left: 0
            }

.bot_strip_ulli {
    list-style: none;
    padding-left: 0;
    text-align: center
}

    .bot_strip_ulli li {
        display: inline-block;
        padding: 0 6px;
        font-size: 14px
    }

        .bot_strip_ulli li a {
            color: #fff
        }

            .bot_strip_ulli li a:hover {
                color: #09f
            }

.member_of {
    display: inline-block;
    margin-right: 12px
}

.hvr-float-shadow {
    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: 20px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(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:active,
    .hvr-float-shadow:focus,
    .hvr-float-shadow:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .hvr-float-shadow:active:before,
        .hvr-float-shadow:focus:before,
        .hvr-float-shadow:hover:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px)
        }

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    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
}

    .hvr-buzz-out:active,
    .hvr-buzz-out:focus,
    .hvr-buzz-out:hover {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

.list_button a,
.list_button label {
    font-weight: 400;
    display: block;
    text-align: center;
    background: #1a73e9;
    color: #fff;
    padding: 4px 0;
    border-radius: 5px;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

    .list_button a:hover,
    .list_button label:hover {
        color: #fff;
        background: #333;
        cursor: pointer
    }

.stock_bread a {
    font-size: 14px;
    color: #333
}

    .stock_bread a:hover {
        color: #000
    }

.stock_detail_bg {
    background: #f7f7f7;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px
}

.stkdetail_heading {
    margin: 0;
    font-weight: 700;
    font-size: 24px
}

    .stkdetail_heading span {
        font-size: 16px
    }

.share_box {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px
}

.first_box {
    width: 17%;
    float: left;
    background: #dbdbdb;
    padding: 50px 0;
    display: block
}

    .first_box:hover {
        background: #c7081a;
        -webkit-transition-duration: .8s;
        transition-duration: .8s
    }

.second_box {
    width: 33%;
    float: left
}

    .second_box a {
        overflow: hidden;
        display: block;
        position: relative
    }

    .second_box img {
        max-width: 100%
    }

    .second_box a img {
        -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_box:hover a img {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1)
    }

.my_acc_td_active {
    background-color: #1a73e9;
    color: #fff
}

.liveauct_right {
    float: right
}

.cursor_none {
    cursor: initial
}

.veh_title {
    display: none
}

.compare {
    background-color: #f2f2f2;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    border-bottom: 3px solid #333 !important;
    border: 1px solid #ccc;
    width: 1200px;
    z-index: 100
}

.compare-title {
    background: #333;
    color: #fff;
    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: 94px;
    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-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
}

.inner_search {
    border: 1px solid #ccc
}

    .inner_search h2 {
        background: #1a73e9 none repeat scroll 0 0;
        color: #fff;
        font-size: 20px;
        margin: 0;
        padding: 5px 10px
    }

    .inner_search form {
        padding: 10px 5px 0
    }

.bank_top {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: underline
}

.bank_head span {
    float: left;
    font-weight: 700;
    width: 25%
}

.bank_head {
    font-size: 18px;
    margin-bottom: 20px
}

.right {
    width: 23%;
    margin-left: 1%;
    float: left;
    margin-bottom: 10px
}

.mid_static {
    width: 75%;
    float: left
}

.left_box {
    border: #e5e4e4 1px solid;
    background: #f8f6f7
}

    .left_box h2 {
        background: #1a73e9;
        color: #f0fbf5;
        font-size: 17px;
        padding: 10px
    }

.right_box ul {
    list-style: none;
    /*padding:5px;
    padding-top:0;*/
    margin-bottom: 0;
    text-align: left
}

    .right_box ul li {
        /*border-bottom: #ccc 1px dotted;
    font-weight: 500; */
        border-bottom: 1px dotted #ccc;
    }

        .right_box ul li:last-child {
            border-bottom: none
        }

        .right_box ul li a {
            color: #000;
            -webkit-transition: all .3s linear 0s;
            -moz-transition: all .3s linear 0s;
            -o-transition: all .3s linear 0s;
            -ms-transition: all .3s linear 0s;
            transition: all .3s linear 0s;
            display: inline-block;
            width: 100%;
            padding: 8px 12px;
        }

            .right_box ul li a:hover {
                /*color: #fff;
                padding-left: 20px;*/
                background: #f7f7f7;
            }

        .right_box ul li.border_none {
            border-bottom: none
        }

.red_border {
    border: #cd0505 1px solid
}

.right_box {
    border: 1px solid #E8E8E8;
    margin-bottom: 30px;
    /* background: #f7f7f7;*/
}

    .right_box h2 {
        background: #1a73e9;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        padding: 10px;
        /*border-bottom:2px solid #231f20;*/
    }

.search_select {
    background: #fff;
    border: 1px solid #fff;
    display: block;
    padding: 4px 0;
    width: 95%;
    font-size: 14px;
    margin: 0 7px
}

.select_left {
    width: 48%;
    float: left;
    margin-right: 2px
}

.search_input {
    background: #fff;
    border: 1px solid #fff;
    display: block;
    padding: 4px 0;
    width: 95%;
    font-size: 14px;
    margin: 0 7px
}

.best_deal_but label {
    background: #f10002 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    padding: 8px 6px
}

    .best_deal_but label:hover {
        opacity: .8
    }

        .best_deal_but label:hover span {
            transform: rotate(360deg);
            transition-duration: .8s
        }

    .best_deal_but label input {
        position: relative;
        top: 2px
    }

.clearance_but label {
    background: #f90;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    padding: 6px
}

    .clearance_but label:hover {
        opacity: .8
    }

        .clearance_but label:hover span {
            transform: rotate(360deg);
            transition-duration: .8s
        }

    .clearance_but label input {
        position: relative;
        top: 2px
    }

.hp_search_but a {
    background: #cf0302;
    color: #fff;
    font-size: 16px;
    padding: 11px 18px;
    border-radius: 5px;
    font-weight: 700
}

    .hp_search_but a:hover {
        opacity: .8
    }

.search_button1 {
    background: #cf0302;
    color: #fff;
    font-size: 16px;
    padding: 5px 18px;
    border-radius: 5px;
    border: none
}

    .search_button1:hover {
        opacity: .8
    }

.download_zip_box {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 17px;
    padding: 7px;
    position: relative
}

.fot_copy {
    font-size: 14px;
    padding-top: 4px
}

.breadcrumbs {
    background: #fbfbfb;
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin-top: 20px;
    overflow: hidden
}

    .breadcrumbs ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .breadcrumbs li {
        font-size: 14px;
        display: inline-block
    }

        .breadcrumbs li a {
            text-decoration: none;
            color: #999
        }

            .breadcrumbs li a:hover {
                text-decoration: none;
                color: #1a73e9;
            }

        .breadcrumbs li span {
            display: inline-block;
            margin: 2px 8px 0 6px;
            color: #000
        }

        .breadcrumbs li strong {
            font-weight: 400
        }

        .breadcrumbs li.separator {
            color: #999;
            font-size: 15px
        }

.list_btn_default {
    color: #fff;
    background: #333;
    border: none;
    font-size: 14px;
    padding: 4px 12px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

    .list_btn_default:focus,
    .list_btn_default:hover {
        color: #fff;
        background-color: #1a73e9;
        border-color: #ccc
    }

.list_oval {
    background: #363636;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.bg_details {
    background-color: #f5f5f5;
    padding: 10px 0
}

.sale_now {
    font-size: 24px;
    padding-top: 4px;
    text-align: center
}

.stock_heading {
    color: #900
}

    .stock_heading h2 {
        color: #e20000;
        font-size: 22px;
        font-weight: 700;
        margin-top: 0;
        position: relative;
        text-transform: uppercase;
        top: 14px
    }

.stock_list {
    margin: 0;
    padding: 0
}

    .stock_list h3 {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase
    }

.fob_price {
    text-align: right;
    color: #1a73e9
}

.stock_list_bigimg {
    border: #999 1px solid;
    padding: 3px
}

.stock_list_thumb {
    margin-top: 10px
}

    .stock_list_thumb ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .stock_list_thumb li {
        display: inline-block;
        padding: 3px;
        border: #ccc 1px solid
    }

.stock_calcuate {
    border: 1px solid #f7f7f7;
    background: #f7f7f7
}

    .stock_calcuate h3 {
        padding: 8px;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 20px;
        border-bottom: 1px solid #1a73e9;
        color: #1a73e9;
        font-weight: 700
    }

    .stock_calcuate p {
        font-size: 14px;
        padding: 5px
    }

    .stock_calcuate.stock_accessories {
        display: inline-block;
        background: transparent;
        border: none;
    }

        .stock_calcuate.stock_accessories ul li {
            width: 32.9%;
            float: left;
            background-color: #f7f7f7;
            font-size: 13px;
            color: #999999;
            padding: 8px 10px;
            text-align: center;
            margin: 0 2px 2px 0;
            font-weight: 700;
            border: 1px solid black;
            font-family: 'Lato',sans-serif;
        }

            .stock_calcuate.stock_accessories ul li.active {
                background: #1a73e9;
                color: #fff;
            }



.stock_fob {
    padding: 3px;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18px;
    color: #000
}

.stock_freight {
    padding-top: 5px;
    padding-bottom: 5px
}

.stock_inputselect {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    font-size: 15px;
    width: auto;
    height: auto;
    padding-left: 2px
}

.stock_details {
    padding: 5px
}

.stock_panel ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.stock_panel li {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 13px
}

    .stock_panel li span {
        padding-left: 5px
    }

.stock_accories {
    margin: 16px 0 0;
}

    .stock_accories h4 {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        margin-bottom: 8px
    }

    .stock_accories ul {
        list-style: disc;
        margin: 0;
        padding: 0 0 0 16px;
    }

    .stock_accories li {
        /*display:block;*/
        font-size: 14px;
        padding: 0 0 4px 0;
        /*background:url(../images/right_tick_16.png) 0 3px no-repeat*/
        list-style: disc;
    }

.stock_related {
    margin-top: 10px
}

    .stock_related h3 {
        font-size: 28px;
        color: #1a73e9;
        font-weight: 700;
        margin-bottom: 20px
    }

.stock_product {
    border: 1px solid #ccc;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 20px
}

    .stock_product:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    .stock_product h3 {
        color: #231f20;
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .stock_product p {
        font-size: 14px;
        margin-bottom: 4px;
        text-align: center
    }

        .stock_product p a {
            color: #1a73e9;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase
        }

            .stock_product p a:hover {
                color: #c00
            }

    .stock_product div.image {
        min-height: 130px;
        position: relative
    }

        .stock_product div.image img {
            max-height: 130px
        }

.select_home {
    border: 1px solid #ccc;
    color: #333;
    padding: 5px 0 5px 2px;
    font-size: 15px
}

.inspection {
    width: 100%;
    padding: 5px
}

.wishlist_button {
    border: #ccc 1px solid;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 8px;
    text-transform: uppercase;
    margin-left: 10px
}

    .wishlist_button:focus,
    .wishlist_button:hover {
        cursor: pointer;
        color: #1a73e9
    }

.compare_button {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 8px;
    text-transform: uppercase;
    border: #ccc 1px solid;
    margin-bottom: 10px
}

    .compare_button:hover {
        color: #1a73e9;
        cursor: pointer
    }

.stock_social {
    background: #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block
}

    .stock_social:hover {
        background: #1a73e9;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block
    }

.heading {
    border-bottom: 1px solid #1a73e9;
    font-size: 24px;
    color: #1a73e9;
    margin-top: 0
}

    .heading strong {
        border-bottom: 3px solid #1a73e9;
        position: relative;
        bottom: 2px;
        padding-right: 30px
    }

.free_quote h2 {
    background: #1a73e9;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 10px 0
}

.smallred {
    color: red
}

.smallgreen {
    color: #319500
}

.font_normal {
    font-size: 14px
}

.mid_heading {
    background: #1a73e9;
    color: #fff;
    padding: 10px;
    font-size: 20px
}

.follow_icon {
    float: none;
    padding-top: 8px;
    margin-left: 8px
}

.now_sale {
    padding-top: 8px
}

.nego_paneltxt {
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px
}

.nego_msg {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 5px
}

    .nego_msg input {
        position: relative;
        top: 1px;
        margin-right: 5px
    }

    .nego_msg label {
        cursor: pointer
    }

.nego_note {
    text-align: justify;
    color: #c00;
    font-size: 14px
}

table.stock_detail_tble {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    background: #fff
}

    table.stock_detail_tble tr th {
        text-align: left;
        background: #f5f5f5;
        font-weight: 700;
        font-size: 15px;
        padding: 5px;
        border-bottom: #ccc 1px solid;
        border-right: #ccc 1px solid
    }

    table.stock_detail_tble tr td {
        padding: 5px;
        font-size: 15px;
        border-bottom: #ccc 1px solid
    }

table.opstock_detail_tble {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    font-size: 16px;
    background: #fff
}

    table.opstock_detail_tble tr th {
        text-align: left;
        background: #f5f5f5;
        font-weight: 400;
        padding: 5px;
        font-weight: 700
    }

    table.opstock_detail_tble tr td {
        padding: 5px
    }

.nego_imgulli {
    list-style: none;
    padding: 0;
    margin: 0
}

    .nego_imgulli li {
        float: left;
        width: 33.33%;
        border: 1px solid #ccc
    }

.thumb_imgulli {
    list-style: none;
    padding: 0;
    margin: 0
}

    .thumb_imgulli li {
        float: left;
        width: 25%;
        border: 1px solid #ccc;
        min-height: 109px;
        position: relative
    }

        .thumb_imgulli li img {
            max-height: 109px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

        .thumb_imgulli li:hover {
            border: 1px solid green
        }

.loadNextImage {
    cursor: pointer;
    float: right;
    position: absolute;
    right: 15px;
    top: 45%
}

.loadPreImage {
    cursor: pointer;
    float: left;
    left: 15px;
    position: absolute;
    top: 45%
}

.pm_textbox_11 {
    border: 1px solid #000;
    padding-bottom: 0
}

select {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px
}

.auction_day {
    list-style: none;
    width: auto;
    padding: 10px 0 0 10px
}

    .auction_day li {
        color: #333;
        font-size: 15px;
        line-height: 30px;
        text-align: left
    }

.auction_heading {
    background: #034e6e;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    color: #fff;
    height: 25px;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center
}

.make_bid h2 {
    background: #ededed;
    font-size: 15px;
    padding: 8px;
    margin: 0;
    background-color: #06c;
    color: #fff
}

.heading_dis {
    color: #1a73e9;
    font-size: 30px;
    font-weight: 700;
    border-bottom: #ccc 1px dotted;
    margin-bottom: 20px
}

.dis_head {
    color: #1a73e9;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700
}

.dis_text {
    font-size: 16px;
    line-height: 25px
}

.blue_color {
    color: #1a73e9;
    font-weight: 700
}

.faq_ulli {
    padding-left: 30px
}

    .faq_ulli li {
        font-size: 16px;
        margin: 3px 0
    }

.privacy_ulli {
    list-style: none;
    padding-left: 0
}

    .privacy_ulli li {
        font-size: 16px;
        margin: 6px 0
    }

.testimonial_line {
    border-bottom: #ccc 1px solid;
    margin-bottom: 24px;
    padding-bottom: 24px
}

.terms {
    list-style: outside none decimal;
    padding-left: 15px
}

    .terms li {
        font-size: 16px;
        margin: 10px 0
    }

.sitemap_head {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px
}

    .sitemap_head span {
        border-bottom: 3px solid #1a73e9;
        padding-right: 10px;
        padding-bottom: 5px
    }

.sitemap_ulli {
    list-style: none;
    padding-left: 3px
}

    .sitemap_ulli li {
        margin: 10px 0
    }

        .sitemap_ulli li a {
            color: #000
        }

            .sitemap_ulli li a:hover {
                color: #e20000
            }

.icon-bar {
    border: 1px solid
}

.mem_input_name {
    width: 20%
}

.mem_input {
    width: 26%
}

.auction_det_ail {
    background-color: #efefef;
    border-bottom: #ccc 1px solid;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: #ccc 1px solid
}

.auction_d_ail {
    border-bottom: #ccc 1px solid;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

.auction_search {
    border: 1px solid #666;
    padding: 5px
}

.auction_box {
    border: 1px solid #ccc;
    min-height: 296px;
    background: #f3f3f1
}

    .auction_box select {
        background: #f3f3f1;
        color: #000;
        font-weight: 400
    }

    .auction_box h2 {
        margin: 0;
        background: #1a73e9;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        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
        }

.mobile_box {
    border: 1px solid #ccc;
    padding: 5px
}

    .mobile_box h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        padding: 3px 0 8px
    }

        .mobile_box 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: #1a73e9;
        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-size: 12px;
    display: block;
    height: 75px;
    margin: 0;
    text-align: center;
    background-image: url(../images/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 ul {
        padding: 0;
        border: 1px solid #333;
        margin: 0;
        border-right: none
    }

        .second_menu ul li {
            border-right: 1px solid #333;
            background: #1a73e9;
            color: #fff;
            margin-right: 0
        }

            .second_menu ul li a {
                color: #fff !important;
                padding: 8px 48px;
                font-size: 16px
            }

            .second_menu li a.active,
            .second_menu li a:focus,
            .second_menu li a:hover,
            .second_menu ul li:hover {
                background: #e11935
            }

#second_menuac {
    background: #e11935
}

.second_menuhead {
    background: #e11935;
    color: #fff;
    border-radius: 5px
}

    .second_menuhead button {
        color: #fff;
        border-color: #fff
    }

.stock_list_options {
    width: 100%;
    border: #ccc 1px solid
}

    .stock_list_options h2 {
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 8px 0
    }

    .stock_list_options .blue_bg {
        background: #1a73e9;
        margin: 0;
        padding: 5px 10px
    }

    .stock_list_options .make {
        display: inline-block;
        width: 100%;
        margin: 0 0 5px
    }

    .stock_list_options .type {
        width: 27%;
        float: left;
        font-size: 14px;
        font-weight: 700
    }

    .stock_list_options .list_item {
        width: 60%;
        float: left
    }

    .stock_list_options .opt {
        padding: 10px
    }

    .stock_list_options .type_keyword {
        width: 27%;
        float: left;
        font-size: 14px;
        font-weight: 700
    }

    .stock_list_options .list_itemkeyword {
        width: 60%;
        float: left
    }

.stock_list_records {
    width: 100%;
    padding: 10px;
    border: #ccc 1px solid;
    background: #eee
}

.stock_list_vehicle {
    width: 100%;
    padding: 5px;
    border: #ccc 1px solid;
    box-shadow: 0 0 5px #ccc
}

    .stock_list_vehicle .listing_img {
        margin-right: 0;
        border: #ccc 1px solid;
        position: relative
    }

        .stock_list_vehicle .listing_img a img {
            height: 150px;
        }

    .stock_list_vehicle .listing_content {
        width: 100%
    }

        .stock_list_vehicle .listing_content .auto_text {
            width: 100%
        }

        .stock_list_vehicle .listing_content .stock_list_vehicle .listing_content h2 {
            font-size: 22px;
            color: #222;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
            padding: 0
        }

        .stock_list_vehicle .listing_content em {
            font-size: 12px;
            color: red;
            font-weight: 700;
            text-transform: uppercase;
            padding-left: 3px
        }

        .stock_list_vehicle .listing_content .price {
            display: inline-block;
            padding-bottom: 5px;
            color: #555;
            font-size: 15px;
            width: 100%
        }

            .stock_list_vehicle .listing_content .price .price_title {
                font-size: 14px
            }

            .stock_list_vehicle .listing_content .price span.line_through {
                font-size: 20px;
                color: #888;
                font-weight: 700;
                text-decoration: line-through
            }

            .stock_list_vehicle .listing_content .price span.save {
                background: url(../images/save.html) no-repeat scroll center right;
                padding: 2px 71px 8px 0;
                color: #555
            }

.price_title {
    font-size: 14px
}

.auto_price {
    width: 100%;
    margin-top: 8px
}

.listing_content h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    margin-top: 0
}

.listing_content em {
    font-size: 12px;
    color: red;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
    margin-bottom: 10px
}

.price {
    font-size: 20px
}

.stock_list_vehicle .listing_content ul.stocklist {
    list-style: none;
    margin-top: 0
}

    .stock_list_vehicle .listing_content ul.stocklist li {
        float: left;
        width: 50%;
        line-height: 35px;
        overflow: hidden
    }

        .stock_list_vehicle .listing_content ul.stocklist li span.info_title {
            font-size: 14px;
            font-weight: 700;
            overflow: hidden;
            padding-right: 5px;
            color: #555
        }

        .stock_list_vehicle .listing_content ul.stocklist li span {
            color: #777;
            font-size: 14px
        }

.list_more_detail {
    float: right;
    margin: 10px
}

.profile_bg {
    background: url(../images/about_us_img.html) no-repeat;
    height: 107px;
    margin-bottom: 50px
}

    .profile_bg h1 {
        color: #fff;
        font-size: 28px;
        padding-top: 18px;
        font-weight: 700;
        text-transform: uppercase
    }

.profile p {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 40px
}

.company_detail {
    border: #ccc 1px solid;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px
}

    .company_detail.table > tbody > tr > td,
    .company_detail.table > tbody > tr > th {
        padding: 10px
    }

.membership_type {
    text-align: center;
    color: #1a73e9;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px
}

.fa-stock-car {
    width: 60px;
    height: 25px;
    display: inline-block;
    background-position: -405px -197px;
    position: relative;
    top: 5px
}

.fa-how-auction {
    width: 45px;
    height: 25px;
    display: inline-block;
    background-position: -402px -16px;
    position: relative;
    top: 5px
}

.how_padding {
    font-size: 24px;
    padding: 12px 24px;
    color: #fff;
    border-radius: none
}

.fb-like-box {
    width: 230px
}

.good_bad_ulli {
    list-style: none;
    padding: 0
}

    .good_bad_ulli li {
        display: inline-block;
        width: 48%;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin-left: 8px
    }

.filter_box {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 1px solid #ccc
}

.filter_head {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 10px 5px
}

    .filter_head span {
        font-size: 12px;
        float: right;
        position: relative;
        top: 0
    }

.filter_h5 {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px
}

.filter_ulli {
    margin: 0;
    padding-left: 4px
}

    .filter_ulli li {
        font-size: 12px
    }

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.filter_ulli li input {
    position: relative;
    top: 2px
}

.pad_5 {
    padding: 5px
}

.border-bottom-gray {
    border-bottom: 1px solid #ccc
}

.filter_box form div:hover {
    background-color: #ccc
}

.line_throgh {
    text-decoration: line-through;
    color: #a00;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px
}

.hide_li {
    display: none
}

.inner_title {
    font-size: 16px;
    color: #1a73e9;
    font-weight: 700
}

.bank_detail {
    background: #1a73e9;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    text-align: center
}

.stock_btn {
    background: #1a73e9;
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 8px
}

    .stock_btn:hover {
        background: #900;
        color: #fff
    }

.border_bottom {
    border-bottom: #ccc 1px solid
}

.price_usd {
    text-align: right;
    color: #060;
    font-size: 22px;
    font-weight: 700
}

.save_upto {
    width: 58px;
    height: 58px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -5px;
    left: 6px;
    background: url(../images/save_upto1.png) no-repeat;
    text-align: center;
    line-height: 23px;
    padding-left: 5px
}

    .save_upto span {
        font-size: 26px;
        font-weight: 700
    }

.list_icon span {
    position: absolute;
    display: none;
    top: -26px;
    background: #fff;
    border: 2px solid #ccc;
    padding: 1px 5px;
    font-size: 14px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear
}

.list_icon:hover span {
    display: block
}

.list_icon img {
    cursor: help
}

.company_name_news {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 12px
}

.common_top_margin {
    margin-top: 10px;
    color: #000;
    font-size: 16px
}

.common_top_margin_border {
    margin-top: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0
}

.news_latter_a4_width {
    width: 71%;
    border: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px
}

.newlatter_stock {
    margin-bottom: 5px
}

    .newlatter_stock div div {
        min-height: 103px
    }

        .newlatter_stock div div a img {
            max-height: 103px
        }

.safe_border {
    border-right: 2px solid #999
}

.news_latter_border {
    height: 215px
}

.new_latter_img {
    height: 116px;
    border: 1px solid #ccc
}

.news_latter_top {
    border-bottom: 2px solid #5e9eff;
    padding-bottom: 5px;
    margin: 0;
    background: 0 0
}

.campaign_box {
    width: 64%;
    margin-left: 18%;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px
}

.mobile_contact li {
    margin-bottom: 5px
}

.hp_website {
    font-size: 18px;
    color: #666;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 0
}

.jumvea_img {
    float: left;
    width: 30%;
    padding-right: 5px
}

    .jumvea_img img {
        width: 100%
    }

.logo_position {
    position: relative;
    top: 10px
}

.tanking_you {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 10px
}

.logo_details_news {
    float: left;
    width: 70%;
    text-align: justify;
    font-size: 14px
}

.cp_stk_head {
    color: #134397;
    margin: 5px 0;
    font-weight: 700;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mobile_center {
    padding-top: 10px
}

.box_style {
    position: relative;
    left: -13px;
    top: 15px
}

.pg_head {
    margin-top: -15px;
    padding-left: 15px
}

.cam_heading {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin: 10px
}

    .cam_heading span {
        border-bottom: 3px solid #134397;
        padding-bottom: 3px;
        padding-right: 10px
    }

.cam_tbl {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    cursor: pointer
}

    .cam_tbl:hover #cam_title {
        color: #c00
    }

    .cam_tbl:hover #cam_date {
        color: #134397
    }

#cam_title {
    color: #134397;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px
}

#cam_date {
    color: #c00;
    text-align: center;
    line-height: 10px;
    font-weight: 700
}

    #cam_date span {
        color: #000
    }

.usr_login span a {
    color: #000
}

.single_price {
    float: right
}

.multi_price {
    float: left
}

.year_new {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 2px 0;
    width: 100% !important;
    bottom: 0
}

.detail_box {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px
}

    .detail_box h2 {
        font-weight: 400;
        padding: 10px;
        font-size: 20px;
        border-bottom: 1px solid #ccc;
        margin-top: 0
    }

.view_detail,
.view_detail:visited {
    border: 1px solid #1a73e9;
    display: block;
    text-align: center;
    padding: 7px 0;
    color: #1a73e9;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 14px;
    font-weight: 700
}

    .view_detail:hover {
        background: #1a73e9;
        color: #fff;
        border-color: #1a73e9
    }

.nego_inner {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    text-align: left;
    margin: 3px;
    padding: 5px
}

.total_fob {
    background: #333;
    color: #fff;
    padding: 5px
}

.nego_head {
    font-size: 24px;
    color: green;
    font-weight: 700;
    margin-bottom: 5px
}

    .nego_head img {
        margin-right: 5px;
        position: relative;
        bottom: 2px
    }

.nego_details {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.office_box {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    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
}

    .office_box div div h2 {
        margin-top: 0;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: capitalize
    }

    .office_box:hover {
        background: #f7f7f7
    }

.view_em {
    float: left;
    font-size: 14px
}

    .view_em span {
        font-style: italic
    }

.pop_icon span {
    position: absolute;
    display: none;
    top: 5px;
    background: #fff;
    border: 2px solid #ccc;
    padding: 1px 5px;
    font-size: 14px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear
}

.pop_icon:hover span {
    display: block;
    font-style: normal
}

.pop_icon img {
    cursor: help
}

.inquiry_bg {
    background-color: #e8e8e8
}

.inquiry_heading {
    background-color: #1a73e9;
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    text-align: center
}

.currency_width {
    width: 50%
}

.login_heading {
    color: #929292
}

    .login_heading h2 {
        color: #676767;
        font-size: 22px;
        font-weight: 700;
        margin-top: 0;
        position: relative;
        text-transform: uppercase;
        top: 14px
    }

.login_btn {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    background-color: #1a73e9;
    border: none;
    border-radius: 5px;
    margin-top: 10px
}

    .login_btn:hover {
        background-color: red
    }

.bg_login {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 10px;
    margin-top: 30px
}

.image_border {
    border: #ccc 1px solid
}

.make_step {
    color: green;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

    .make_step span {
        color: #333;
        border-bottom: 2px solid;
        font-size: 28px;
        margin-right: 15px
    }

.bank_info {
    margin: 0
}

    .bank_info li {
        list-style: outside none none;
        border-bottom: 1px solid #1a73e9;
        padding: 0 25px;
        line-height: 40px
    }

        .bank_info li strong {
            float: left;
            width: 30%
        }

        .bank_info li:nth-child(2n+1) {
            background: #f5f5f5 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
        }

.abouttooltip p {
    position: absolute;
    display: none;
    top: -26px;
    background: #fff;
    border: 2px solid #ccc;
    padding: 1px 5px;
    font-size: 14px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear
}

.abouttooltip:hover p {
    display: block
}

.abouttooltip img {
    cursor: help
}

.heading_common {
    color: #1a73e9;
    font-size: 30px;
    font-weight: 700;
    border-bottom: #ccc 1px dotted;
    margin-bottom: 20px
}

.auction_detail_img_li {
    float: left;
    margin: 4px 2px 0 0
}

.login_font {
    font-size: 15px
}

.how_top {
    float: right;
    margin-top: 7px
}

.how_button {
    background: #1a73e9;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    display: block;
    text-align: center;
    box-shadow: 0 2px 2px #ccc;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

    .how_button:hover {
        background: #333;
        color: #fff;
        text-decoration: none
    }

.botton_ulli {
    list-style: outside none none;
    margin: 40px 10px 10px
}

    .botton_ulli li {
        float: left;
        width: 47%
    }

.margin-bottom-15 {
    margin-bottom: 15px
}

.how_nego {
    list-style: none
}

    .how_nego li {
        background: none repeat scroll 0 0 #1a73e9;
        width: 18%;
        height: 85px;
        text-align: center;
        margin: 10px 6px;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 17px;
        float: left;
        font-weight: 700;
        line-height: 18px
    }

        .how_nego li:hover {
            background: none repeat scroll 0 0 #c00
        }

        .how_nego li img {
            margin-bottom: 3px
        }

.scrollup {
    bottom: 0;
    display: none;
    position: fixed;
    right: 10px;
    z-index: 2000
}

    .scrollup a {
        background: #0b1c30;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        opacity: .6;
        -webkit-transition: all .8s linear;
        -moz-transition: all .8s linear;
        -o-transition: all .8s linear;
        -ms-transition: all .8s linear;
        transition: all .8s linear
    }

        .scrollup a:hover {
            opacity: 1
        }

.how_to_buy_btn a {
    background: #1a73e9;
    color: #fff;
    font-size: 18px;
    padding: 15px 50px
}

    .how_to_buy_btn a:hover {
        background: #1a73e9;
        color: #000
    }

.shipping_bg {
    background: #eee;
    border: 1px solid #ccc
}

.short-banner {
    list-style: none;
    padding-left: 0
}

    .short-banner li {
        display: inline-block;
        margin-right: 16px
    }

        .short-banner li:last-child {
            margin-right: 0
        }

.freight_tablehead {
    font-size: 22px;
    background-color: #1a73e9;
    color: #fff
}

.freight_table {
    font-size: 16px;
    color: #787575
}

table.td_padding_10_5 tr td {
    padding: 5px 10px
}

.freight_cntrytblhead {
    text-align: center;
    font-size: 18px;
    background-color: #1a73e9;
    color: #fff
}

.continent_name {
    background-color: #58b2d2;
    text-align: center;
    color: #fff;
    padding: 6px 0
}

.freight_cntrytbl {
    text-align: center;
    font-size: 16px;
    color: #787575
}

.freight_tdleft {
    text-align: left;
    padding-left: 8px
}

.new_pfont {
    margin: 20px 0;
    font-size: 22px;
    color: #787575;
    line-height: 26px;
    text-align: justify;
    font-weight: 400
}

.freight_ulli {
    list-style: none;
    padding-left: 0
}

    .freight_ulli li {
        display: inline-block;
        margin-right: 16px;
        font-size: 18px
    }

        .freight_ulli li a {
            background: #1a73e9;
            color: #fff;
            padding: 6px 12px;
            border-radius: 5px
        }

            .freight_ulli li a:hover {
                background: red;
                color: #fff
            }

        .freight_ulli li:last-child {
            margin-right: 0
        }

@media only screen and (min-width: 1024px) and (max-width: 1050px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px !important
    }

    .top_viber {
        text-align: none;
        font-size: 20px
    }

    .slogan {
        font-size: 16px
    }

    .welcome_bg > div h2 {
        font-size: 28px !important
    }

    .btn-subscribe {
        padding: 6px 15px !important
    }

    .newsletter {
        background: #e2e2e2 url(../images/newsletter-bg.png) left center no-repeat !important
    }

    .fot-part {
        margin-top: 54px !important
    }

    .mid_static {
        width: 75% !important
    }

    .thumb_imgulli li {
        width: 25% !important;
        min-height: 85px
    }

        .thumb_imgulli li a img {
            max-height: 85px
        }

    .stock_product div.image {
        min-height: 97px !important
    }

        .stock_product div.image img {
            max-height: 97px !important
        }

    .short-banner li {
        margin-right: 0 !important
    }

    .stock_box > a > div.image {
        min-height: 155px !important
    }

        .stock_box > a > div.image img {
            max-height: 155px !important
        }

    .hp_capcha {
        transform: scale(.72) !important;
        -webkit-transform: scale(.72) !important
    }

    .stock_capcha {
        transform: scale(.66);
        -webkit-transform: scale(.66)
    }

    .campaign_box {
        width: 80% !important;
        margin-left: 10% !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slogan {
        margin-top: 5px
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 11px
    }

    .welcome_bg > div h2 {
        font-size: 26px
    }

    .newsletter {
        background: #e2e2e2
    }

    .btn-subscribe {
        padding: 6px 20px
    }

    .sm-center {
        text-align: center
    }

    .fot-part {
        margin-top: 54px
    }

    .mid_static {
        width: 100%
    }

    .thumb_imgulli li {
        width: 20%
    }

    .stock_product div.image {
        min-height: 150px
    }

        .stock_product div.image img {
            max-height: 150px;
            width: 100%;
        }

    .short-banner li {
        margin-right: 12px
    }

    /*.stock_box > a > div.image {
        min-height: 240px
    }*/

    /*.stock_box > a > div.image img {
            max-height: 240px
        }*/

    .hp_capcha {
        transform: scale(.74);
        -webkit-transform: scale(.74)
    }

    .campaign_box {
        width: 100%;
        margin-left: 0
    }
}

@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-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px
    }

    .mobile-center {
        text-align: center
    }

    .xs-margin-bottom-10 {
        margin-bottom: 10px
    }

    .logo {
        margin-top: 38px
    }

        .logo a img {
            margin: auto
        }

    .hp_search_box {
        bottom: 0;
        /*margin-bottom: 30px*/
    }

    .newsletter {
        background: #e2e2e2
    }

    .welcome_bg > div h2 {
        font-size: 20px
    }

    .welcome_bg > div p {
        line-height: 24px
    }

    .mid_static {
        width: 100%
    }

    .breadcrumbs {
        margin-top: 0
    }

    .stock_detail_bg {
        margin: 10px 0
    }

    header {
        border-bottom: 1px solid #1a73e9;
        margin-bottom: 10px
    }

    .thumb_imgulli li {
        min-height: 66px
    }

        .thumb_imgulli li a img {
            max-height: 66px
        }

    .heading_dis {
        font-size: 20px;
        margin-top: 10px
    }

    .listing_img {
        margin-bottom: 5px
    }

    .short-banner li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

    .mob-margin_bottom_10 {
        margin-bottom: 10px
    }

    .stock_box > a > div.image {
        min-height: 228px
    }

        .stock_box > a > div.image img {
            max-height: 228px
        }

    .campaign_box {
        width: 100%;
        margin-left: 0
    }
}

#sb-site,
.sb-site-container {
    padding: 14px
}

.sb-slidebar {
    padding: 14px;
    color: #fff
}

.mobile_top {
    font-size: 20px;
    margin: 3px 15px 0 0
}

.sb-close,
.sb-open-left,
.sb-open-right,
.sb-toggle-left,
.sb-toggle-right,
html.sb-active #sb-site {
    cursor: pointer
}

#sb-site.top-padding {
    padding-top: 50px
}

#fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1a73e9;
    z-index: 15000;
    box-shadow: 0 1px 2px #000
}

    #fixed-top span.sb-toggle-left {
        float: left;
        color: #fff;
        padding: 10px
    }

    #fixed-top span.sb-toggle-right {
        float: right;
        color: #fff;
        padding: 10px
    }

.mobile_menu li {
    margin-bottom: 10px
}

    .mobile_menu li a {
        color: #fff;
        font-size: 18px
    }

        .mobile_menu li a span {
            margin-right: 10px
        }

.menu_icon span {
    border: 2px solid #fff;
    display: block;
    position: relative;
    margin-bottom: 5px;
    width: 25px
}

.menu_icon:hover span {
    border: 2px solid #1a73e9
}

.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:after,
    #sb-site:before,
    .sb-site-container:after,
    .sb-site-container:before {
        content: ' ';
        display: table;
        clear: both
    }

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background-color: #222
}

    .sb-slidebar,
    .sb-slidebar * {
        -webkit-transform: translateZ(0)
    }

.sb-left {
    left: 0
}

.sb-right {
    right: 0
}

.sb-slidebar.sb-static,
html.sb-static .sb-slidebar {
    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:1200px) {
    .sb-slidebar {
        width: 20%
    }

    .sb-width-thin {
        width: 5%
    }

    .sb-width-wide {
        width: 35%
    }
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}

.sb-hide {
    display: none
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    .slider.slider-horizontal {
        width: 195px;
        height: 20px
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-high,
        .slider.slider-horizontal .slider-track-low {
            height: 100%;
            top: 0;
            bottom: 0
        }

        .slider.slider-horizontal .slider-handle,
        .slider.slider-horizontal .slider-tick {
            margin-left: -10px;
            margin-top: -3px
        }

            .slider.slider-horizontal .slider-handle.triangle,
            .slider.slider-horizontal .slider-tick.triangle {
                border-width: 0 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0
            }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 20px
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                padding-top: 4px;
                display: inline-block;
                text-align: center
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0
        }

        .slider.slider-vertical .slider-track-high,
        .slider.slider-vertical .slider-track-low {
            width: 100%;
            left: 0;
            right: 0
        }

        .slider.slider-vertical .slider-handle,
        .slider.slider-vertical .slider-tick {
            margin-left: -5px;
            margin-top: -10px
        }

            .slider.slider-vertical .slider-handle.triangle,
            .slider.slider-vertical .slider-tick.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                margin-left: 0
            }

        .slider.slider-vertical .slider-tick-label-container {
            white-space: nowrap
        }

            .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
                padding-left: 4px
            }

    .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
        background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
        background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
        background-repeat: repeat-x
    }

    .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
        background-repeat: repeat-x;
        cursor: not-allowed
    }

    .slider input {
        display: none
    }

    .slider .tooltip.top {
        margin-top: -36px
    }

    .slider .tooltip-inner {
        white-space: nowrap
    }

    .slider .hide {
        display: none
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 27px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

    .slider-selection.tick-slider-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
        background-repeat: repeat-x
    }

.slider-track-high,
.slider-track-low {
    position: absolute;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

    .slider-handle:hover {
        background: #666 !important
    }

    .slider-handle.round {
        border-radius: 50%
    }

    .slider-handle.triangle {
        background: transparent none
    }

    .slider-handle.custom {
        background: transparent none
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204
        }

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

    .slider-tick.round {
        border-radius: 50%
    }

    .slider-tick.triangle {
        background: transparent none
    }

    .slider-tick.custom {
        background: transparent none
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204
        }

    .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
        background-repeat: repeat-x;
        opacity: 1
    }

.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/a02.png) no-repeat scroll 0 0;
    overflow: hidden
}

.jssora05l {
    background-position: -10px -40px
}

.jssora05r {
    background-position: -70px -40px
}

.jssora05l:hover {
    background-position: -130px -40px
}

.jssora05r:hover {
    background-position: -190px -40px
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px
}

.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    border: none
}

.jssort01 .w {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 50px
}

.jssort01 .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center
}

.jssort01 .pav .c::before {
    content: '+';
    font-size: 36px;
    color: #fff
}

.jssort01 .pav .c {
    top: 0;
    left: 0;
    max-width: 70px;
    min-height: 50px;
    background-position: 50% 50%
}

.jssort01 .p:hover .c {
    top: 0;
    left: 0;
    width: 70px;
    max-height: 70px;
    background-position: 50% 50%
}

    .jssort01 .p:hover .c::before {
        content: '+';
        font-size: 36px;
        color: #fff
    }

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 70px
}

* html .jssort01 .c,
* html .jssort01 .pav .c,
* html .jssort01 .pdn .c {
    width: 72px;
    height: 72px
}

#main_image {
    left: 0 !important;
    width: 96% !important;
    border: 1px solid #ccc;
    padding: 5px
}

#image_width {
    width: 670px !important
}

.bxslider {
    padding-left: 0
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0
}

    .bx-wrapper img {
        max-width: 100%;
        display: block
    }

    .bx-wrapper .bx-viewport {
        background: #fff;
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0)
    }

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/loading.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-weight: 700;
        color: #666;
        padding-top: 0
    }

        .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
        .bx-wrapper .bx-pager .bx-pager-item {
            display: inline-block
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 4px;
            height: 4px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px
        }

            .bx-wrapper .bx-pager.bx-default-pager a.active,
            .bx-wrapper .bx-pager.bx-default-pager a:hover {
                background: #000
            }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/controls.png) no-repeat 0 -32px
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/controls.png) no-repeat -43px -32px
    }

    .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: 100
    }

        .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(images/controls.html) -86px -11px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-start.active,
            .bx-wrapper .bx-controls-auto .bx-start:hover {
                background-position: -86px 0
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/controls.html) -86px -44px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-stop.active,
            .bx-wrapper .bx-controls-auto .bx-stop:hover {
                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: rgba(80, 80, 80, .75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            display: block;
            font-size: .85em;
            padding: 10px
        }



/*==============Changes css=========*/
.top-bar {
    background: #dedcdd;
    color: #000;
    padding: 0px 0;
}

    .top-bar ul.upper-nav {
    }

        .top-bar ul.upper-nav li {
            display: inline-block;
            color: #000;
            padding: 0 16px 0 0;
            font-size: 15px;
        }

            .top-bar ul.upper-nav li a {
                color: #000;
            }

                .top-bar ul.upper-nav li a span {
                    float: left;
                }

                .top-bar ul.upper-nav li a p {
                    display: inline-block;
                    margin: 0 0 0 6px;
                }

                .top-bar ul.upper-nav li a span.fa.fa-whatsapp {
                    width: 17px;
                }

                    .top-bar ul.upper-nav li a span.fa.fa-whatsapp:before {
                        content: none;
                    }

                .top-bar ul.upper-nav li a span.fa.fa-mail {
                    background-position: -191px -10px;
                    top: 6px;
                }

    .top-bar .time-zone {
        display: inline-block;
        padding: 6px 0;
        font-size: 15px;
    }

    .top-bar ul.rss {
        float: right;
        padding: 5px 0 0 24px;
    }

        .top-bar ul.rss li {
            display: inline-block;
            padding: 0 0 0 4px;
        }

            .top-bar ul.rss li a {
                color: #000;
                border: 1px solid;
                border-radius: 50%;
                width: 25px;
                height: 25px;
                line-height: 23px;
                display: inline-block;
                text-align: center;
                font-size: 12px;
            }

.top_nav li {
    font-size: 16px;
    /*margin-top: 20px;*/
}

    .top_nav li a:hover {
        color: #231f20;
    }

.leftClm {
    width: 183px;
    float: left;
    margin: 15px 0;
}

    .leftClm .search-make {
        border: 1px solid #ccc;
        width: 100%;
        margin: 0 0 15px;
    }

        .leftClm .search-make h4 {
            background: #1a73e9;
            margin: 0;
            text-align: center;
            padding: 8px 0;
            color: #fff;
            font-weight: 700;
        }

        .leftClm .search-make ul {
            margin: 0 0 0;
        }

            .leftClm .search-make ul li {
                border-bottom: 1px dotted #ccc;
            }

                .leftClm .search-make ul li:last-child {
                    border: none;
                }

                .leftClm .search-make ul li a {
                    padding: 8px 12px;
                    display: inline-block;
                    width: 100%;
                    color: #000;
                    font-size: 15px;
                    transition: all 0.5s;
                }

                    .leftClm .search-make ul li a:hover {
                        background: #f7f7f7;
                        /*color: #fff;*/
                    }

                    .leftClm .search-make ul li a img {
                        width: 20px;
                        margin: 0 4px 0 0;
                    }

.mainClm {
    width: 765px;
    float: left;
    margin: 15px 15px;
}

.hp_search_box {
    padding: 0;
    border: 1px solid #1a73e9;
    position: relative;
    margin: 0 0 24px;
}

    .hp_search_box label {
        float: left;
        background: #1a73e9;
        color: #fff;
        padding: 6px 8px;
        width: 16%;
        text-align: center;
    }

    .hp_search_box .form-control {
        width: 84%;
        border: none;
        box-shadow: none;
        padding: 6px 48px 6px 6px;
    }

    .hp_search_box .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        background: #1a73e9;
        border-radius: 0;
        outline: none;
    }

.short-banner {
    display: inline-block;
    width: 100%;
}

    .short-banner li {
        display: inline-block;
        margin-right: 10px;
        width: 24%;
        float: left;
    }

.rightClm {
    width: 220px;
    float: right;
}

    .rightClm .search-veh {
        border: 1px solid #ccc;
        margin: 15px 0;
    }

        .rightClm .search-veh h4 {
            background: #1a73e9;
            margin: 0;
            text-align: center;
            padding: 8px 0;
            color: #fff;
            font-weight: 700;
        }

        .rightClm .search-veh .search-fields {
            display: inline-block;
            width: 100%;
            padding: 15px 15px 0;
            background: #dedcdd;
            /*border-top: 1px solid #fff;*/
        }

            .rightClm .search-veh .search-fields .fields {
                padding: 0 0 15px 0;
            }

                .rightClm .search-veh .search-fields .fields .btn-search {
                    width: 100%;
                }

    .rightClm .search-count {
        margin: 15px 0;
        border: 1px solid #ccc;
    }

        .rightClm .search-count h4 {
            background: #1a73e9;
            margin: 0;
            text-align: center;
            padding: 8px 0;
            color: #fff;
            font-weight: 700;
        }

        .rightClm .search-count ul li {
            border-bottom: 1px dotted #ccc;
        }

            .rightClm .search-count ul li:last-child {
                border: none;
            }

            .rightClm .search-count ul li a {
                padding: 8px 12px;
                display: inline-block;
                width: 100%;
                color: #000;
                font-size: 15px;
                transition: all 0.5s;
            }

                .rightClm .search-count ul li a:hover {
                    background: #f7f7f7;
                    /*color: #fff;*/
                }

                .rightClm .search-count ul li a img {
                    width: 30px;
                    margin: 0 4px 0 0;
                }

.login {
    margin: 48px auto;
    width: 40%;
    background: #ebebeb;
}

    .login h4 {
        background: #1a73e9;
        color: #fff;
        margin: 0;
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        padding: 16px 0;
    }

    .login .loginForm {
        padding: 15px 15px 0;
    }

        .login .loginForm .form-input {
            padding: 0 0 15px;
        }

            .login .loginForm .form-input .form-control {
                outline: none;
                box-shadow: none;
                font-size: 14px;
                border-radius: 0;
                padding: 12px 16px;
                height: auto;
                border: 1px solid #e8e8e8;
            }

            .login .loginForm .form-input button.btn-login {
                background: #1a73e9;
                border: 2px solid transparent;
                color: #fff;
                width: 100%;
                display: inline-block;
                font-size: 16px;
                padding: 10px 40px;
                transition: .3s ease-in;
                text-decoration: none;
                border-radius: 0;
                outline: none;
                box-shadow: none;
                letter-spacing: 2px;
            }

                .login .loginForm .form-input button.btn-login:hover {
                    background: #fff;
                    border: 2px solid #1a73e9;
                    color: #000000;
                }

            .login .loginForm .form-input > a {
                color: #1a0e0a;
                font-size: 15px;
                font-weight: 600;
                margin: 15px 0;
                display: inline-block;
            }

                .login .loginForm .form-input > a.password {
                    float: right;
                }

                .login .loginForm .form-input > a:hover {
                    text-decoration: underline;
                }

            .login .loginForm .form-input p {
                color: #1a0e0a;
                font-size: 15px;
                margin: 10px 0;
            }

                .login .loginForm .form-input p a {
                    color: #1a0e0a;
                    font-weight: 600;
                }

                    .login .loginForm .form-input p a:hover {
                        text-decoration: underline;
                    }

.stock_list_vehicle .car_info {
}

    .stock_list_vehicle .car_info ul.speclist_table {
        display: flex;
    }

        .stock_list_vehicle .car_info ul.speclist_table li {
            text-align: center;
            border-top: solid #dbdbdb 1px;
            border-bottom: solid #dbdbdb 1px;
            border-left: solid #dbdbdb 1px;
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }

            .stock_list_vehicle .car_info ul.speclist_table li:nth-last-of-type(1) {
                border-right: solid #dbdbdb 1px;
            }

            .stock_list_vehicle .car_info ul.speclist_table li h3 {
                background-color: #ededed;
                color: #404040;
                padding: 8px 8px;
                font-size: 15px;
                margin: 0;
            }

            .stock_list_vehicle .car_info ul.speclist_table li p {
                padding: 2px 5px;
                font-size: 18px;
                font-weight: 700;
                margin: 0;
            }

    .stock_list_vehicle .car_info ul.speclist_box {
        display: flex;
        margin: 4px 0 8px;
    }

        .stock_list_vehicle .car_info ul.speclist_box li {
            font-size: 14px;
            text-align: center;
            background-color: #1a73e9;
            margin-right: 2px;
            color: #ffffff;
            -webkit-flex-basis: auto;
            flex-basis: auto;
            padding: 0 3px;
            flex-grow: 1;
        }

            .stock_list_vehicle .car_info ul.speclist_box li:last-child {
                margin: 0;
            }

.stock_list_vehicle .car_listitem {
    display: flex;
}

    .stock_list_vehicle .car_listitem span {
        border-right: 1px solid #dcdcdc;
        font-size: 14px;
        padding: 0 5px 0 0;
        margin: 0 5px 0 0;
        line-height: 1.23;
        display: inline-block;
    }

        .stock_list_vehicle .car_listitem span:last-child {
            border: none;
        }

.ledger_page {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.ledger_page .ledger_box {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    border: #ccc 1px solid;
    box-shadow: 0 0 5px #ccc;
    padding: 12px 8px 0 12px;
}
.ledger_page .ledger_box .lBox {
    margin-right: 8px;
    float: left;
    width: 112px;
    text-align: center;
    background: #1a73e9;
    position: relative;
    height: 240px;
}
.ledger_page .ledger_box .lBox a {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(-2%, -50%);
}
.ledger_page .ledger_box .lBox a:hover {
    opacity: .7;
}
.ledger_page .ledger_box .lBox a img {
    max-width: 100%;
}
.ledger_page .ledger_box .rBox {
    display: inline-block;
    width: 90%;
}
.ledger_page .ledger_box .rBox ul {
    /* flex-grow: 1; */
    background: #f4f3f3;
    border: 1px solid #dfdede;
    margin: 0 0 8px 8px;
    padding: 8px;
    float: left;
    width: 18.8%;
    min-height: 135px;
}
.ledger_page .ledger_box .rBox ul:first-child {
    width: 30%;
    margin: 0 0 8px 0;
    min-height: 240px;
}
.ledger_page .ledger_box .rBox ul:nth-child(2) {
    width: 30%;
    min-height: 240px;
}
.ledger_page .ledger_box .rBox ul li {
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.ledger_page .ledger_box .rBox ul li h4 {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 16px;
}
.ledger_page .ledger_box .rBox ul li h3 {
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 16px;
}
.ledger_page .ledger_box .rBox ul li > span {
    float: left;
    padding: 0 8px 0 0;
    width: 50%;
}
.ledger_page .ledger_box .rBox ul li p {
    color: #1a73e9;
    margin: 0;
}
.ledger_page .ledger_box .rBox ul li > a {
    margin: 0 0 8px;
    display: inline-block;
}
.stock_box > a > div.image div {
    box-shadow: 0px 3px 20px 0px rgba(34, 34, 35, 0.31);
}
.stock_box > a > div.image .resorved {
    bottom: 0;
    background: transparent;
    padding: 0;
    z-index: 9999;
}
.stock_box > a > div.image .resorved button {
    background: transparent;
    border: none;
    margin: 0px 2px;
    padding: 0;
    outline: none;
    color: #d8d4d4;
    font-size: 16px;
    float: left;
}
.stock_box > a > div.image .resorved button.active {
    color: #c00;
}

.nav > li {
    transition: all 0.5s;
    flex-grow: 1;
    text-align: center;
}

.navbar-nav > li:hover > a {
    background: #1a73e9;
    color: #fff;
}

.nav > li ul.sub-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 8px 0px #ccc;
    display: none;
    z-index: 999;
    text-align: left;
    right: 0;
}

.nav > li:hover ul.sub-menu {
    display: block;
}

.nav > li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
}

    .nav > li ul.sub-menu li a {
        padding: 4px 8px;
        display: inline-block;
        width: 100%;
        color: #000;
        transition: all 0.5s;
    }

        .nav > li ul.sub-menu li a:hover {
            background: #1a73e9;
            color: #fff;
        }

.stock_social {
    width: 26px;
    height: 26px;
}

    .stock_social:hover {
        width: 26px;
        height: 26px;
    }

.sp-stock-fb {
    background-position: -2px -46px;
}

.sp-stock-twitter {
    background-position: -27px -48px;
}

.sp-stock-email {
    background-position: -292px -51px;
}

button.btn-asd {
    color: #fff;
    background: #333;
    border: none;
    font-size: 14px;
    padding: 4px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

    button.btn-asd:focus, button.btn-asd:hover {
        color: #fff;
        background-color: #1a73e9;
        border-color: #ccc;
    }


.stepprocess-order {}
.stepprocess-order h2 {
    margin: 18px 0;
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    border-bottom: 2px solid #2173e9;
    padding: 0 0 10px;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.stepprocess-order > ul {
    padding: 0px 0;
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.stepprocess-order > ul li {
    width: 100%;
    text-align: center;
    padding: 20px;
}
.stepprocess-order > ul li a {
}
.stepprocess-order > ul li a figure {
    position: relative;
    border: 1px solid #2173e9;
    padding: 20px 20px;
    width: 85px;
    height: 85px;
    margin: auto auto 10px;
    border-radius: 15px;
}
.stepprocess-order > ul li a p {
    color: #6d6d6d;
    font-size: 18px;
    margin-bottom: 0;
}
.stepprocess-order > ul li a:hover figure {
    background-color: #2173e9;
}
.stepprocess-order > ul li a:hover figure img {
    filter: contrast(0%) brightness(2);
}
.stepprocess-order > ul li a:hover p {
    color: #2173e9;
}
.stepprocess-order .order-desp {
    display: inline-block;
    clear: both;
    padding-top: 20px;
}
.stepprocess-order .order-desp .details {
    border-top: 1px solid #e1e4eb;
    padding: 20px 0 0;
    margin: 0 0 12px;
    width: 100%;
    float: left;
}
.stepprocess-order .order-desp .icon {
    float: left;
    width: 80px;
}
.stepprocess-order .order-desp .details .content {
    width: 85%;
    float: left;
}
.stepprocess-order .order-desp .details .content h3 {
    color: #333;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
}
.stepprocess-order .order-desp .details .content p {
    color: #6d6d6d;
    font-size: 18px;
}
.stepprocess-order .order-desp .details .content ul {
    list-style: decimal;
    padding: 0 0 0 15px;
}
.stepprocess-order .order-desp .details .content ul li {
    color: #6d6d6d;
    font-size: 18px;
    padding: 0 0 4px;
}


@media (max-width: 1024px) {
    /*.leftClm .search-make {
        width: 160px;
    }*/
    .rightClm {
        width: 178px;
    }

    .mainClm {
        width: 546px;
    }

    .hp_search_box label {
        width: 22%;
    }

    .hp_search_box .form-control {
        width: 70%;
        padding: 6px 6px 6px 6px;
    }
    .ledger_page .ledger_box .rBox {
        width: 87%;
    }
    .ledger_page .ledger_box .rBox ul {
        width: 17.8%;
        min-height: 175px;
    }
}


@media (max-width: 990px) {
    .top-bar ul.upper-nav li {
        padding: 0 8px 0 0;
        font-size: 12px;
    }
    .top-bar ul.upper-nav li a p {
        margin: 0 0 0 2px;
    }
    .top-bar ul.upper-nav li h5 {
        font-size: 12px;
    }
    .top-bar ul.upper-nav li a span.fa-whatsapp {
        top: 2px;
    }
    .top-bar ul.upper-nav li a span.fa.fa-mail {
        top: 2px;
    }
    .top-bar .time-zone {
        padding: 8px 0 4px;
        font-size: 13px;
    }
    .top-bar ul.rss {
        padding: 4px 0 0 8px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
    .leftClm {
        width: 150px;
    }
    .leftClm .search-make h4 {
        font-size: 16px;
    }

    .leftClm .search-make ul li a {
        font-size: 13px;
    }

    .rightClm {
        width: 150px;
    }
    .rightClm .search-veh h4 {
        font-size: 16px;
    }
    .rightClm .search-veh .search-fields {
        padding: 8px 8px 0;
    }
    /*.rightClm .search-count ul {
    max-height: 366px;
    overflow: auto;
    }*/
    .rightClm .search-count h4 {
        font-size: 16px;
    }
    .rightClm .search-count ul li a {
        padding: 8px 8px;
        font-size: 13px;
    }
    .mainClm {
        width: 389px;
    }
    .hp_search_box label {
        width: 28%;
    }
    .hp_search_box .form-control {
        width: 61%;
    }
    .stock_box > a > div.image {
        min-height: 100px;
    }
    .stock_box > a > div.image img {
        height: 100px;
    }
    .select_home {
        padding: 5px 0 5px 0px;
        font-size: 13px;
        margin: 0;
    }
    .ledger_page .ledger_box .rBox {
        width: 83%;
    }
    .ledger_page .ledger_box .rBox ul {
        width: 17.8%;
        min-height: 190px;
    }

}

@media (max-width: 812px) {
    .login {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .product__slider-thmb .slick-prev, .product__slider-thmb .slick-next {
        bottom: 26px !important;
    }
    .stepprocess-order > ul li {
        padding: 8px;
    }
    .stepprocess-order > ul {
        display: block;
    }
    .stepprocess-order .order-desp {
        text-align: center;
    }
    .stepprocess-order .order-desp .icon {
        float: none;
        width: 100%;
    }
    .stepprocess-order .order-desp .details .content {
        width: 100%;
        float: left;
        padding: 8px 8px 0;
    }
}

@media (max-width: 767px) {
    .top-bar {
        margin: 42px 0 0;
        padding: 4px 0;
    }
    .mobile_top {
        display: none;
    }
    .logo a img {
        display: inline-block;
    }
    .logo {
        text-align: center;
        margin: 0 auto;
    }
    .leftClm {
        width: 100%;
        margin: 15px 0 0;
    }
    .leftClm .search-make ul {
        max-height: 350px;
        overflow: auto;
    }
    .mainClm {
        width: 100%;
        margin: 15px 0;
    }
    .rightClm {
        width: 100%;
    }
    .rightClm .search-count ul {
        max-height: 350px;
        overflow: auto;
    }
    .stock_box > a > div.image {
        min-height: auto;
    }
    .stock_box > a > div.image img {
        height: 250px;
        position: relative;
    }
    .stock_box > a > div.image div.year {
        top: 0;
    }
    /*.mobile-center {
        text-align: center;
        margin: 0 auto;
    }*/
    .mobile-center img {
        display: inline-block;
    }
    .newsletter {
        background: #e2e2e2;
    }

    .stock_list_vehicle .listing_img {
        padding: 8px;
    }
    .listing_content h2 {
        margin-top: 16px;
    }
    .stock_list_vehicle .car_info {
        margin: 16px 0 0;
    }
    .breadcrumbs .mobile-center {
        display: none;
    }
    .stock_detail_bg .mobile-center.text-center {
        text-align: left;
    }
    .stock_detail_bg .text-right.padding_right_0 {
        text-align: left;
    }
    .select_home {
        padding: 5px 4px 5px 4px;
    }
    .share_box .text-right.mobile-center.position_top_3 {
        text-align: left;
    }
    .share_box .text-right.mobile-center.position_top_3 a {
        margin: 6px 0;
    }
    .share_box .text-right {
        text-align: left;
    }
    .listing_content h2 {
        text-align: center;
    }
    .stock_list_vehicle .listing_content h4 {
        text-align: center;
    }
    .stock_list_vehicle .car_listitem {
        display: flow-root;
        text-align: center;
    }
    .ledger_page .ledger_box .lBox {
        margin: 0 0 8px;
        width: 100%;
        height: auto;
        padding: 8px;
    }
    .ledger_page .ledger_box .lBox a {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .ledger_page .ledger_box .lBox a img {
        max-width: 100%;
    }
    .ledger_page .ledger_box .rBox {
        width: 100%;
    }

}

@media (max-width: 667px) {
    .stock_box > a > div.image img {
        height: 220px;
    }

    .stock_list_vehicle .listing_img a img {
        height: auto;
    }
}

@media (max-width: 568px) {
    .top-bar .col-xs-6 {
        width: 100%;
        text-align: center;
    }

    .top-bar ul.rss {
        float: none;
        display: inline-block;
        padding: 0 0 8px 8px;
    }

    .stock_box > a > div.image img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .stock_box > a > div.image img {
        height: 168px;
    }
    .product__slider-thmb .slick-prev, .product__slider-thmb .slick-next {
        bottom: 14px !important;
    }
    .slick-prev {
        left: 0 !important;
    }
    .slick-slider .slick-prev {
        background-position: center left !important;
    }
    .slick-next {
        right: 0px !important;
    }
    .slick-slider .slick-next {
        background-position: center right !important;
        bottom: 40.2%;
    }
    .product__slider-thmb.slick-slider .slick-prev, .product__slider-thmb.slick-slider .slick-next {
        background-size: 55% !important;
        width: 26px;
        height: 23px;
    }
    .login {
        width: 96%;
    }
.ledger_page .ledger_box .rBox ul:first-child {
    width: 100%;
    margin: 0 0 8px 0;
    min-height: auto;
}
.ledger_page .ledger_box .rBox ul:nth-child(2) {
    width: 100%;
    min-height: auto;
    margin: 0 0 8px;
}
.ledger_page .ledger_box .rBox ul {
    width: 100%;
    min-height: auto;
    margin: 0 0 8px;
}


}

@media (max-width: 414px) {
    .hp_search_box {
        /*padding: 0 0 24px;*/
    }

    .arrival {
        font-size: 30px;
    }

    .stock_box {
        margin-bottom: 10px;
    }

        .stock_box > a > div.image img {
            height: 140px;
        }

    .share_box .text-right.mobile-center.position_top_3 {
        text-align: center;
    }

    .share_box .text-right {
        text-align: center;
    }

        .share_box .text-right a {
            margin: 10px 0;
        }

    .year_new {
        bottom: 10px;
    }

    .stock_product h3 {
        margin-top: 4px;
    }

    .position_top_2 {
        margin: 0 0 4px;
    }

    .view_all {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }

    .slick-list .slick-slide img {
        height: auto;
        /*max-height: 230px;*/
    }

    .product__slider-thmb .slick-list .slide img {
        /*max-height: 60px !important;*/
    }

    .stock_calcuate.stock_accessories ul li {
        width: 49.5%;
        margin: 0 0px 2px 0;
    }

        .stock_calcuate.stock_accessories ul li:nth-child(2n ) {
            float: right;
        }
}


@media (max-width: 320px) {
    .hp_search_box label {
        font-size: 14px;
        padding: 7px 8px;
    }

    .hp_search_box .form-control {
        width: 58%;
        font-size: 14px;
    }
}