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 {

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background-color: #fff
}

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

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

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

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

.list-number {
    list-style: decimal;
    padding-left: 18px;
}

.list-number>li {
    margin-bottom: 5px;
}

.list-number>li:last-child {
    margin-bottom: 0px;
}

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

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

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

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

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

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

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

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

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

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.front-quote {
    background: #F8F8F8;
    padding: 10px;
}

.ordstp_back {
    background: #EFEFEF;
    color: #666666;
    font-weight: bold;
    padding: 6px 5px;
    font-size: 14px;
}

.sort-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

textarea.sort-control {
    min-height: 100px;
}

select.sort-control {
    padding: 6px 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0
}

select.form-control {
    padding: 6px 0px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
    color: #FFFFFF;
    background-color: #3D71A3;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
    color: #FFFFFF;
    background-color: #333333;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

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

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

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

.btn-small {
    background: #E8E8E8;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    border: none;
}

.btn-small:hover {
    background: #F2F2F2;
}

.btn-blue,
.btn-blue:active,
.btn-blue:focus {
    background: #3D71A3;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    border: none;
}

.btn-blue:hover {
    background: #333333;
    color: #FFFFFF;
}

.btn-red {
    background: #e23839;
    color: #FFFFFF;
}

.btn-red:hover {
    background: #333333;
    color: #FFFFFF;
}

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
    position: relative;
}

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

@media (min-width: 768px) {

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

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

.navbar-nav>li>a {}

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

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

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

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

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

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {}
}

.navbar-default {
    margin: 10px 0px;
}

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

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

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

.navbar-default .navbar-nav>li {
    margin-right: 5px;
    position: relative;
}

.navbar-default .navbar-nav>li:last-child {
    margin-right: 0px;
}

.navbar-default .navbar-nav>li>a {
    padding: 12px 17px;
    color: #333333;
    font-size: 15px;
    font-style: italic;
    text-transform: uppercase;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
    color: #FFFFFF;
    background-color: #3D71A3
}

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

.navbar-default .navbar-nav>li:hover>ul {
    top: 43px;
    display: block;
}

.navbar-default .navbar-nav>li>ul {
    position: absolute;
    top: 68px;
    display: none;
    left: -25px;
    z-index: 200;
    width: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px #CCCCCC;
}

.navbar-default .navbar-nav>li>ul>li {
    border-bottom: 1px solid #E8E8E8;
}

.navbar-default .navbar-nav>li>ul>li>a {
    display: block;
    color: #666666;
    padding: 5px 0px 5px 10px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.navbar-default .navbar-nav>li>ul>li>a:hover {
    color: #FFFFFF;
    background-color: #3D71A3
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-sm {
        width: 300px
    }
}

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

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

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

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

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

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

.tooltip {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

a:hover {
    color: #CC0000;
}

.clr {
    clear: both;
}

.light_green_color {
    color: #FF362F;
}

.green_color {
    color: green;
}

.red_color {
    color: #C50103;
}

.green_color {
    color: green
}

.smallgreen {
    color: green;
}

.white_color {
    color: #FFF;
}

.black_color {
    color: #000;
}

.gray_color {
    color: #999;
}

.blue_color {
    color: #113FB7;
}

.darkgray_color {
    color: #333;
}

.site_color {
    color: #3D71A3;
}

.pointer {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline !important;
}

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

.position_relative {
    position: relative;
}

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

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

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

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

.italic {
    font-style: italic;
}

.display_none {
    display: none !important;
}

.display_block {
    display: block !important;
}

.NoRecordsFound {
    font-size: 24px;
    color: #CC0000;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.NoRecordsFound strong {}

.width_hundred {
    width: 100%;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.font_10 {
    font-size: 10px;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}
.font_15 {
    font-size: 15px;
}
.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_22 {
    font-size: 22px;
}

.font_24 {
    font-size: 24px;
}

.font_28 {
    font-size: 28px;
}

.font_30 {
    font-size: 30px;
}

.font_32 {
    font-size: 32px;
}

.font_36 {
    font-size: 36px;
}

.font_bold {
    font-weight: bold;
}

.font_normal {
    font-weight: normal;
}

.back_none {
    background: none !important;
}

.back_red {
    background: #f9857a;
}

.border {
    border: 1px solid #CCC;
}

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

.border_none {
    border: none !important;
}

.border_right_none {
    border-right: none !important;
}

.border_bottom_none {
    border-bottom: none !important;
}

.border_right_none {
    border-right: none !important;
}

.border_right {
    border-right: 1px solid #CCC !important;
}

.border_red {
    border: 1px solid #CC0000;
}

.line_height_14 {
    line-height: 14px;
}

.line_height_16 {
    line-height: 16px;
}

.line_height_18 {
    line-height: 18px;
}

.line_height_20 {
    line-height: 20px;
}

.line_height_24 {
    line-height: 24px;
}

.line_height_28 {
    line-height: 28px;
}

.line_height_32 {
    line-height: 32px;
}

.line_height_38 {
    line-height: 38px;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_right_0 {
    margin-right: 0px !important;
}

.margin_right_5 {
    margin-right: 5px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_20 {
    margin-right: 20px;
}

.margin_top_0 {
    margin-top: 0px;
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_top_80 {
    margin-top: 80px;
}

.margin_top_100 {
    margin-top: 100px;
}

.margin_bottom_0 {
    margin-bottom: 0px !important;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_bottom_80 {
    margin-bottom: 80px;
}

.margin_bottom_100 {
    margin-bottom: 100px;
}

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

.padding_0 {
    padding: 0px;
}

.padding_2 {
    padding: 2px;
}

.padding_3 {
    padding: 3px !important;
}

.padding_5 {
    padding: 5px;
}

.padding_10 {
    padding: 10px;
}

.padding_right_0 {
    padding-right: 0px !important;
}

.padding_left_0 {
    padding-left: 0px !important;
}

.padding_right_5 {
    padding-right: 5px;
}

.padding_left_5 {
    padding-left: 5px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_top_5 {
    padding-top: 5px;
}

.padding_right_20 {
    padding-right: 20px;
}

.pointer {
    cursor: pointer;
}

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

.table_pad_lr tr td,
.table_pad_lr tr th {
    padding: 0px 2px !important;
}

.table-middle tr td,
.table-middle tr th {
    vertical-align: middle !important;
}

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

.slow3 {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

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

.slow8 {
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
}

.zoom_in_overflow {
    overflow: hidden;
}

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

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

.min_height {
    min-height: 450px;
}

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

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

.long_btn:hover {
    background: #333333;
    color: #FFFFFF;
}

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

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

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

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

    50% {
        background-color: #CD3939;
        -moz-box-shadow: 0 0 10px #CD3939;
    }

    100% {
        background-color: #3D71A3;
        -moz-box-shadow: 0 0 3px #3D71A3;
    }
}

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

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

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

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

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

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

.big_blink_btn {
    background-color: #3D71A3;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    display: block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    box-shadow: 0px 3px 5px #CCC;
}

.big_blink_btn:hover,
.big_blink_btn:focus,
.big_blink_btn:active {
    background-color: #FF362F;
    color: #FFF;
}

.smallblack {
    font-size: 12px;
    line-height: 18px;
}

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

.fa-time {
    background-position: -5px -3px;
    width: 18px;
    height: 18px;
    top: 5px;
}

.fa-email {
    background-position: -31px -5px;
    width: 18px;
    height: 12px;
    top: 1px;
}

.fa-skype {
    background-position: -131px -5px;
    width: 89px;
    height: 23px;
}

.fa-telephone {
    background-position: -57px -5px;
    width: 18px;
    height: 14px;
    top: 2px;
}

.fa-register {
    background-position: -80px -4px;
    width: 12px;
    height: 16px;
}

.fa-search {
    background-position: -5px -35px;
    width: 25px;
    height: 25px;
    top: 5px;
}

.fa-year {
    background-position: -73px -36px;
    width: 17px;
    height: 17px;
    top: 4px;
}

.fa-jumvea {
    background-position: -7px -96px;
    width: 68px;
    height: 50px;
}

.fa-safetrade {
    background-position: -89px -87px;
    width: 54px;
    height: 67px;
    top: 8px;
}

.fa-jct {
    background-position: -150px -94px;
    width: 80px;
    height: 54px;
}

.fa-facebook {
    background-position: -274px -10px;
    width: 10px;
    height: 18px;
}

.fa-twitter {
    background-position: -295px -10px;
    width: 17px;
    height: 18px;
}

.fa-gplus {
    background-position: -321px -12px;
    width: 18px;
    height: 18px;
}

.fa-youtube {
    background-position: -347px -13px;
    width: 18px;
    height: 18px;
}

.fa-instagram {
    background-position: -375px -13px;
    width: 18px;
    height: 18px;
}

.fa-read-more {
    background-position: -39px -38px;
    width: 24px;
    height: 16px;
    top: 2px;
}

.fa-blog {
    background-position: -102px -37px;
    width: 17px;
    height: 17px;
    top: 3px;
}

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

.fa-md-japan {
    background-position: -4px -8px;
    width: 33px;
    height: 33px;
    top: 10px;
}

.fa-md-global {
    background-position: -403px -52px;
    width: 33px;
    height: 33px;
    top: 10px;
}

.fa-md-type {
    background-position: -52px -96px;
    width: 33px;
    height: 33px;
    top: 10px;
}

.fa-md-price {
    background-position: -414px -16px;
    width: 33px;
    height: 33px;
    top: 10px;
}

.fa-md-cate {
    background-position: -377px -219px;
    width: 33px;
    height: 24px;
    top: 4px;
}

.fa-md-discount {
    background-position: -7px -137px;
    width: 60px;
    height: 60px;
}

.fa-md-newarrv {
    background-position: -366px -97px;
    width: 125px;
    height: 24px;
}

.fa-md-disstk {
    background-position: -305px -145px;
    width: 186px;
    height: 24px;
}

.fa-md-toyota {
    background-position: -46px -14px;
    width: 36px;
    height: 22px;
    bottom: 2px;
}

.fa-md-nissan {
    background-position: -89px -13px;
    width: 32px;
    height: 26px;
    bottom: 3px;
}

.fa-md-honda {
    background-position: -131px -13px;
    width: 30px;
    height: 26px;
    bottom: 3px;
}

.fa-md-mitsubishi {
    background-position: -168px -13px;
    width: 28px;
    height: 26px;
    bottom: 3px;
}

.fa-md-mazda {
    background-position: -201px -14px;
    width: 30px;
    height: 24px;
    bottom: 2px;
}

.fa-md-subaru {
    background-position: -242px -17px;
    width: 35px;
    height: 19px;
    top: 1px;
}

.fa-md-suzuki {
    background-position: -285px -15px;
    width: 24px;
    height: 23px;
    bottom: 1px;
}

.fa-md-isuzu {
    background-position: -316px -18px;
    width: 25px;
    height: 22px;
}

.fa-md-daihatsu {
    background-position: -350px -20px;
    width: 31px;
    height: 18px;
}

.fa-md-volkswagen {
    background-position: -10px -57px;
    width: 27px;
    height: 26px;
    bottom: 2px;
}

.fa-md-mercedes {
    background-position: -46px -57px;
    width: 24px;
    height: 25px;
    bottom: 2px;
}

.fa-md-bmw {
    background-position: -82px -58px;
    width: 27px;
    height: 27px;
    bottom: 3px;
}

.fa-md-audi {
    background-position: -120px -65px;
    width: 37px;
    height: 14px;
    top: 2px;
}

.fa-md-landrover {
    background-position: -170px -63px;
    width: 35px;
    height: 18px;
    top: 1px;
}

.fa-md-ford {
    background-position: -214px -64px;
    width: 41px;
    height: 16px;
    top: 2px;
}

.fa-md-chevrolet {
    background-position: -262px -66px;
    width: 37px;
    height: 12px;
    top: 1px;
}

.fa-md-volvo {
    background-position: -310px -60px;
    width: 29px;
    height: 25px;
}

.fa-md-jaguar {
    background-position: -349px -68px;
    width: 38px;
    height: 15px;
    top: 3px;
}

.fa-md-suv {
    background-position: -3px -104px;
    width: 36px;
    height: 14px;
    top: 2px;
}

.fa-md-sedan {
    background-position: -51px -105px;
    width: 36px;
    height: 12px;
    top: 1px;
}

.fa-md-hatchback {
    background-position: -98px -103px;
    width: 34px;
    height: 14px;
    top: 2px;
}

.fa-md-wagon {
    background-position: -142px -104px;
    width: 36px;
    height: 13px;
    top: 1px;
}

.fa-md-bus {
    background-position: -188px -104px;
    width: 34px;
    height: 12px;
    top: 1px;
}

.fa-md-trucks {
    background-position: -230px -99px;
    width: 36px;
    height: 20px;
}

.fa-md-machinery {
    background-position: -278px -98px;
    width: 33px;
    height: 19px;
    top: 1px;
}

.fa-md-usprice {
    background-position: -323px -99px;
    width: 22px;
    height: 22px;
}

.fa-md-hino {
    background-position: -9px -221px;
    width: 25px;
    height: 18px;
    top: 2px;
}

.fa-md-lexus {
    background-position: -41px -220px;
    width: 25px;
    height: 19px;
    top: 1px;
}

.fa-md-hyundai {
    background-position: -129px -217px;
    width: 40px;
    height: 21px;
}

.fa-md-kia {
    background-position: -179px -216px;
    width: 40px;
    height: 22px;
    bottom: 1px;
}

.fa-md-renault {
    background-position: -226px -214px;
    width: 20px;
    height: 25px;
    bottom: 2px;
}

.fa-md-fiat {
    background-position: -253px -215px;
    width: 25px;
    height: 24px;
}

.fa-md-bentley {
    background-position: -284px -223px;
    width: 40px;
    height: 13px;
    top: 4px;
}

.fa-md-alfaromeo {
    background-position: -334px -216px;
    width: 25px;
    height: 25px;
}

.fa-md-coupes {
    background-position: -8px -254px;
    width: 41px;
    height: 13px;
    top: 1px;
}

.fa-md-convertible {
    background-position: -59px -254px;
    width: 44px;
    height: 13px;
    top: 1px;
}

.fa-md-sports-car {
    background-position: -59px -254px;
    width: 44px;
    height: 13px;
    top: 1px;
}

.fa-md-van {
    background-position: -110px -251px;
    width: 44px;
    height: 21px;
}

.fa-md-pickup {
    background-position: -162px -255px;
    width: 47px;
    height: 16px;
    top: 2px;
}

.fa-md-voice {
    background-position: -383px -219px;
    width: 25px;
    height: 25px;
    top: 8px;
}

header {
    padding: 10px 0px;
    border-bottom: 1px solid #3D71A3;
    margin-bottom: 20px;
}

.top_strip {
    background: #323232;
    padding: 5px 0px;
    font-size: 14px;
}

.top_strip>div>div>div>ul>li {
    display: inline-block;
    color: #FFFFFF;
    margin-right: 10px;
}

.top_strip>div>div>div>ul>li:last-child {
    margin-right: 0px;
}

.top_strip>div>div>div>ul>li>a {
    color: #FFFFFF;
}

.top_strip>div>div>div>ul>li>select {
    border: none;
    color: #666666;
}

#google_translate_element {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    width: 116px;
    position: relative;
    top: 2px;
}

.goog-te-gadget .goog-te-combo {
    margin: 0px !important;
    font-size: 11px;
    width: 116px;
    height: 20px;
    color: #999999;
    border: 1px solid #CCCCCC;
    padding: 0px 4px;
}

.banner {
    background: url(../images/banner.jpg) center center no-repeat;
    height: 368px;
}

.banner>div>h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    font-size: 40px;
    text-shadow: 0px 0px 3px #000000;
    margin-top: 100px;
}

.banner>div>h1>span {
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #3D71A3;
    text-shadow: none;
    margin-left: 24%;
}

.hp_search {
    background: #F3F8FE;
    padding: 20px 0px 10px 0px;
    margin-bottom: 20px;
}

.hp-search-btn {
    background: #3D71A3;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px 0px 6px 0px;
}

.hp-search-btn:hover {
    background: #333333;
}

.hp_news {
    background: url(../images/news.jpg) 0 0 no-repeat;
    display: block;
    position: relative;
    bottom: 20px;
    padding: 3px 0px;
}

.hp_news>div>div {
    font-size: 15px;
    color: #fff;
}

.hp_news>div>div>strong {}

.hp_news>div>div>a {
    margin-left: 5px;
    color: #fff;
    text-decoration: underline;
}

.hp_news>div>div>a:hover {
    color: #CC0000
}

.fixed_pricebtn .hp-search-btn {
    padding: 7px 10px;
}

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

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

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

.welcome_mid {
    background: #F3F8FE;
    padding: 20px 10px;
    margin-bottom: 30px;
}

.welcome_mid>div>div>h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #999999;
}

.welcome_mid>div>div>h2>strong {
    color: #3D71A3;
    font-size: 30px;
}

.welcome_mid>div>div>div {
    text-align: justify;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.welcome_mid>div>div>div:last-child {
    margin-top: 15px;
}

.welcome_mid>div>div>div>a {
    background: #3D71A3;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
}

.welcome_mid>div>div>div>a:hover {
    background: #333333;
}

.left_box {
    background: #F3F8FE;
    padding: 10px;
}

.left_box>h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #3D71A3;
    font-size: 18px;
}

.left_box>h3>strong {
    border-bottom: 2px solid #333333;
}

.left_box>h3>span {
    margin-right: 5px;
}

.left_box>ul {}

.left_box>ul>li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.left_box>ul>li>a {
    display: block;
    color: #333333;
}

.left_box>ul>li>a:hover {
    color: #CC0000;
}

.left_box>ul>li>a>strong {
    width: 24%;
    float: left;
    text-align: center;
}

.left_box>ul>li>a>strong>span {
    margin: auto;
}

.left_box>ul>li>a>label {
    cursor: pointer;
    font-weight: normal;
}

.hp_stock_row>div {
    float: left;
    width: 18.4%;
    margin-right: 1.5%;
}

.hp_stock_row>div:nth-child(5n+5) {
    margin-right: 0%;
}

.hp_stock {
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.hp_stock>a {
    color: #666666;
}

.hp_stock>a>h3 {
    font-size: 16px;
    margin: 8px 0px;
    color: #3D71A3;
}

.hp_stock>a>div.price {
    margin: 4px 0px;
    font-size: 12px;
}

.hp_stock>a>div.price>strong {
    color: #CC0000;
    font-size: 16px;
}

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

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

.hp_stock>a>div.image>span {
    position: absolute;
    top: -9px;
    right: 0px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
}

.hp_stkhead {
    text-align: center;
    margin-bottom: 15px;
}

.hp_stkhead>h3 {
    position: relative;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 5px;
}

.hp_stkhead>h3>a {
    position: absolute;
    right: 0px;
    top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #666666;
    font-size: 14px;
}

.hp_stkhead>h3>a:hover {
    color: #CC0000;
    border-color: #CC0000;
}

.hp_heading {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #666666;
    font-size: 36px;
}

.hp_heading>span {
    border-bottom: 3px solid #333333;
}

.why_bg {
    background: url(../images/why-bg.jpg) 0 0 repeat;
    padding: 20px 0px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.why_bg>div.why_back {
    background: url(../images/why-choose-img.png) -60px center no-repeat;
    height: 483px;
}

.why_bg:hover>div.why_back {
    background: url(../images/why-choose-img-hover.png) -60px center no-repeat;
}

.why_box {}

.why_box>h2 {
    margin-top: 0px;
    text-transform: uppercase;
    color: #3D71A3;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 5px;
}

.why_box>div {
    font-size: 14px;
    color: #666666;
}

.why_first {
    margin-left: 42%;
    margin-bottom: 40px;
}

.why_second {
    margin-left: 48%;
    margin-bottom: 60px;
}

.why_third {
    margin-left: 48%;
    margin-bottom: 50px;
}

.why_four {
    margin-left: 44%;
}

.hp_newsletter {
    background: url(../images/newsletter-bg.jpg) center center no-repeat;
}

.hp_newsletter>div {
    background: rgba(63, 113, 163, 0.8);
    padding: 25px 20px 25px 20px;
}

.hp_newsletter>div>h4 {
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    font-size: 28px;
    text-transform: uppercase;
}

.hp_newsletter>div>h3 {
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.btn-subscribe {
    background: #8DBDEB;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 6px 0px;
}

.btn-subscribe:hover {
    background: #333333;
    color: #FFFFFF;
}

.hp_testimonial {}

.hp_testimonial>h4 {
    color: #3D71A3;
    font-size: 16px;
    margin-bottom: 5px;
}

.hp_testimonial>h4>span,
.hp_testimonial>h5 {
    font-weight: 300;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-top: 0px;
}

.hp_testimonial>div {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.hp_blog {
    background: url(../images/blog-bg.png) 0 0 no-repeat;
    padding: 20px 5px;
    margin-top: 30px;
}

.hp_blog>h4 {
    text-transform: uppercase;
    color: #3D71A3;
    margin-top: 0px;
    border-bottom: 3px solid #666666;
    text-align: center;
    font-size: 32px;
}

.hp_blog>div>div>h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
}

.hp_blog>div>div>h3>a {
    color: #666666;
}

.hp_blog>div.row {
    margin-bottom: 15px;
}

.hp_blog>div>a {
    background: #3D71A3;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
}

.hp_blog>div>a:hover {
    background: #333333;
    color: #FFFFFF;
}

.footer {
    background: #E5EEF5;
    padding: 50px 0px;
    margin-top: 30px;
    font-size: 14px;
}

.bot_menu {}

.bot_menu>h3 {
    color: #3D71A3;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px;
}

.bot_menu>ul {
    margin-bottom: 30px;
}

.bot_menu>ul>li {
    margin-bottom: 8px;
}

.bot_menu>ul>li:last-cild {
    margin-bottom: 0px;
}

.bot_menu>ul>li>a {
    color: #666666;
}

.bot_social {
    text-align: center;
}

.bot_social>li {
    display: inline-block;
    margin-right: 15px;
}

.bot_social>li:last-child {
    margin-right: 0px;
}

.bot_social>li>a {
    background: #7A7A7A;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.bot_social>li>a>span {
    top: 8px;
}

.bot_social>li:hover>a.fb {
    background: #4867AA;
}

.bot_social>li:hover>a.tt {
    background: #55ADED;
}

.bot_social>li:hover>a.gp {
    background: #DD4D42;
}

.bot_social>li:hover>a.yt {
    background: #FE0000;
}

.bot_social>li:hover>a.ig {
    background: #6959C6;
}

.bot_strip {
    background: #525252;
    color: #F8F8F8;
    padding: 10px 0px;
    font-size: 12px;
}

.bot_strip a {
    color: #F8F8F8;
}

.bot_strip a:hover {
    text-decoration: underline;
}

.bot_strip>div>div>div>ul {
    text-align: center;
}

.bot_strip>div>div>div>ul>li {
    display: inline-block;
}

.bot_strip>div>div>div>ul>li:after {
    content: "|";
    padding: 0px 5px;
}

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


/********************Inner Pages*********************/

.img_effct {
    box-shadow: 0px 5px 10px #cccccc;
}

.staff_name {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.img-brdr {
    border: 1px solid #cccccc;
    padding: 2px;
    border-radius: 10px
}

.membr {
    margin-bottom: 20px;
}

.membr>li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center
}

.membr>li:last-child {
    margin-right: 0px;
}

.sub_hdng {
    position: relative;
}

.sub_hdng:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #3D71A3;
    width: 8%;
    bottom: -5px;
    left: 0px
}

.border_bx>img {
    border: 1px solid #cccccc;
    padding: 3px
}

.safe_head {
    color: #014594;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
}

.safe_subhead {
    color: #3D71A3
}

.bank_head {
    text-align: center;
    background: #254A5D;
    color: #FFFFFF;
    font-size: 18px;
}

.just_list {
    list-style: circle;
    padding-left: 20px;
}

.just_list>li {
    margin-bottom: 10px;
}

.just_list>li:last-child {
    margin-bottom: 0px;
}

.small_heading {
    font-size: 26px;
}

.detail_info:hover div.firstt {
    background: #e4e4e4;
    transition: 300ms all linear;
    box-shadow: 0px 1px 5px #cccccc
}

.comp_info>li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px
}

.detail_info>div.firstt {
    float: left;
    width: 12%;
    background: #f2f2f2;
    height: 40px;
    margin-right: 3%;
    text-align: center;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.detail_info>div.firstt>span {
    top: 5px
}

.detail_info>div.secondd {
    float: left;
    width: 85%;
}

.det_cap {
    color: #999999;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    margin-top: 2px;
    margin-bottom: 3px
}

.det_det {
    margin-bottom: 20px;
}

.det_list>li {
    margin-bottom: 5px;
}

.read_more {
    margin: 10px 0px
}

.read_more>a {
    background: #343434;
    padding: 5px 20px;
    text-align: center;
    color: #ffffff;
}

.service_hd {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 26px;
}

.service_hd>a {
    color: #3D71A3
}


/*-------our-comment------*/

.speed {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    height: 248px;
}

.speed>div.speed_oval {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d7d7d7;
    position: absolute;
    top: -54px;
    left: 98px;
    border: #fff 5px solid;
    z-index: 100;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.speed>h3 {
    font-size: 26px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
}

.speed>p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
}

.speed:hover {
    border: #4a67ad 1px solid;
}

.speed:hover>div.speed_oval {
    background: #CCCCCC;
    border: #4a67ad 5px solid;
}

.speed:hover>h3 {
    color: #4a67ad;
}

.speed:hover>p {
    color: #333333;
}


/********************effect**************************/

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #343434;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343434;
    ;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: white;
    background: #9F2228
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.fa-choose {
    background: url(../images/why-choose-sprite.png) 0px 0px no-repeat;
    position: relative;
    display: inline-block
}

.fa-choose-reliable {
    background-position: -6px -6px;
    width: 95px;
    height: 93px;
}

.fa-choose-why {
    background-position: -107px -1px;
    width: 90px;
    height: 92px;
    margin-left: 0px
}

.fa-choose-stock {
    background-position: -200px -10px;
    width: 94px;
    height: 71px;
}

.fa-choose-auction {
    background-position: -300px -5px;
    width: 81px;
    height: 80px;
}

.fa-choose-jumvea {
    background-position: -388px -3px;
    width: 99px;
    height: 77px;
}

.fa-about {
    background: url(../images/about-us-sprite13.png) 0px 0px no-repeat;
    position: relative;
    display: inline-block
}

.fa-about-companyname {
    background-position: 0px 0px;
    width: 20px;
    height: 27px;
}

.fa-about-calender {
    background-position: -25px -1px;
    width: 26px;
    height: 27px;
}

.fa-about-employees {
    background-position: -55px -1px;
    width: 34px;
    height: 26px;
}

.fa-about-capital {
    background-position: -93px -1px;
    width: 26px;
    height: 26px;
}

.fa-about-bussiness {
    background-position: -160px -3px;
    width: 26px;
    height: 26px;
}

.fa-about-bank {
    background-position: -189px -1px;
    width: 27px;
    height: 26px;
}

.fa-about-location {
    background-position: -252px -1px;
    width: 17px;
    height: 26px;
}

.fa-about-contact {
    background-position: -222px -6px;
    width: 26px;
    height: 19px;
    top: 11px !important
}

.fa-about-website {
    background-position: -273px -1px;
    width: 26px;
    height: 26px;
}

.fa-about-director {
    background-position: -123px -1px;
    width: 30px;
    height: 28px;
}

.fa-about-partner {
    background-position: -305px -6px;
    width: 36px;
    height: 23px;
    top: 11px !important
}

.fa-about-lisence {
    background-position: -343px -3px;
    width: 36px;
    height: 23px;
    top: 9px !important;
}

.fa-about-pdf {
    background-position: -384px -3px;
    width: 26px;
    height: 25px;
    top: 8px !important;
}


/***********************************COMMON******************************/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-stock-wp {
    width: 25px;
    height: 16px;
    background-position: -382px -89px;
    top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 24px;
}

.heading:after,
.heading:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.heading:after {
    border-bottom: 2px solid #CCCCCC;
    width: 120px;
}

.heading:before {
    border-bottom: 2px solid #3D71A3;
    width: 50px;
    z-index: 100;
}

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

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

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

.inner_nav>ul>li>a:hover,
.inner_nav>ul>li>a.active {
    background: #3D71A3;
    color: #FFFFFF;
}

.why_menu>li {
    width: 14.28%;
}

.six_menu>li {
    width: 16.66%;
}

.three_menu>li {
    width: 33.33%;
}

.five_menu>li {
    width: 20%;
}

.four_menu>li {
    width: 25%;
}

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

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

.five_border:hover {
    border-color: #3D71A3;
}

.mb_top {
    margin-top: 11px;
}

.mb_top>a {
    margin-right: 20px;
    color: #FFFFFF;
}


/*.mb_top > a:last-child{margin-right:0px;}*/

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

.mobile_menu>li {
    border-bottom: 1px dotted #CCC;
}

.mobile_menu>li.md-drop,
.mobile_menu>li>a {
    display: block;
    padding: 12px 5px;
    font-size: 16px;
    color: #CCC;
}

.md-drop {
    cursor: pointer;
}

.md-drop>span {
    float: right;
}

.mobile_menu>li:hover>ul {
    display: block;
}

.mobile_menu>li:hover>span {
    background-position: -411px -47px;
}

.mobile_menu>li>ul {
    padding-left: 30px;
    display: none;
}

.mobile_menu>li>ul>li {
    margin-bottom: 5px;
}

.mobile_menu>li>ul>li>a {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    padding: 5px 0px;
}

.scrollup {
    width: 34px;
    height: 34px;
    position: fixed;
    right: 20px;
    bottom: 0px;
    opacity: .5;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 100;
    background-color: #0B1C30;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s
}

.scrollup:hover {
    opacity: 1 !important
}

.scrollup span {
    display: block;
    top: 10px;
    left: 12px;
}

.breadcrumbs {
    margin-bottom: 20px;
    background: #F5F5F5;
    box-shadow: 0px 0px 5px #CCCCCC;
}

.breadcrumbs ul {
    list-style: none;
    padding-left: 0px;
    padding: 5px 10px;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 14px;
}

.breadcrumbs ul li:after {
    content: "|";
    padding: 0px 10px;
    color: #999;
}

.breadcrumbs ul li:last-child:after {
    content: "";
    padding: 0px;
}

.common_heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    background: url(../images/caption.png) center 42px no-repeat;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.right_box {
    background: #F2F3F5;
    margin-bottom: 30px;
    position: relative;
}

.right_box h2 {
    margin: 0px;
    padding: 5px 10px;
    color: #3D71A3;
    margin-bottom: 0px;
    font-size: 20px;
    position: relative;
}

.right_box h2:after {
    content: "";
    border-bottom: 3px solid #3D71A3;
    position: absolute;
    bottom: -3px;
    width: 30%;
    left: 0px;
}

.right_box h2:before {
    content: "";
    border-bottom: 3px solid #CCCCCC;
    position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0px;
}

.right_box>div {
    padding: 10px;
}

.right_box>div>ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.right_box>div>ul>li {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 5px;
    padding-top: 5px;
}

.right_box>div>ul>li:first-child {
    padding-top: 0px;
}

.right_box>div>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.right_box>div>ul>li>a {
    color: #666;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    font-size: 14px;
}

.right_box>div>ul>li>a:hover,
.right_box>div>ul>li>a.active {
    padding-left: 5px;
    color: #CC0000;
}

.sort_box {
    padding: 5px 10px 0px 10px;
    background: #E6E7EA;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.job_details h4 {
    color: #3D71A3;
    font-size: 17px;
}

.job_details {
    box-shadow: 0px 0px 50px #ededed;
    padding: 15px;
}

.job_box {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 115px;
    text-align: center;
}

.job_box:hover {
    box-shadow: 0px 0px 50px #ededed;
}

.job_box h4 {
    font-size: 17px;
}

.list_search {
    background: #F2F3F5;
    padding: 20px 30px 10px 30px;
    margin-bottom: 20px;
}

.hide_search {
    display: non e;
    overflow: inherit !important;
}

.best_offer {
    width: 36.5%;
}

.country_cars {
    width: 13.5%;
}

.adv_search {
    font-size: 18px;
    border-bottom: 1px solid #3D71A3;
    color: #3D71A3;
    cursor: pointer;
    display: inline-block;
    padding-top: 5px;
}

.adv_search:hover {
    opacity: 0.6;
}

.search_result {
    background: #C4C9D5;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}

.search_result:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #C4C9D5;
    border-width: 10px;
    margin-top: -15px;
}

.show_result {
    font-size: 18px;
    color: #666666;
}

.show_result>strong {
    color: #CC0000;
    font-size: 24px;
}

.search_btn {
    background: #3D71A3;
    color: #FFFFFF;
    border: none;
    font-weight: bold;
    padding: 6px 40px;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
}

.search_btn:hover {
    opacity: 0.6;
}

.reset_btn {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #3D71A3;
    color: #3D71A3;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 5px;
}

.reset_btn:hover {
    opacity: 0.6;
}

.stock_list_box {
    border: 3px solid #E8E8E8;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.stock_list_box:hover {
    background: #E8E8E8
}

.stock_list_box div div div div h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stock_list_box div div div div h2 a {
    color: #333;
}

.stock_list_box div div div div h2 a:hover {
    color: #3D71A3;
}

.stock_list_box div div div div h2 a span {
    font-size: 24px;
}

.stock_list_box div div div div h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
}

.freight_clc_pad {
    padding: 3px 5px;
}

.list_option {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 14px;
}

.list_option span {
    margin-right: 5px;
}

.list_option strong {
    margin: 0px 10px;
}

.list_btn {
    background: #e23839;
    opacity: 0.7;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    display: block;
    border: none;
    padding: 5px 0px;
}

.list_btn:hover {
    opacity: 1;
    color: #FFF;
}

.list_details {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
}

.list_details>div {
    float: left;
    border-left: 1px solid #F2F2F2;
    text-align: center;
}

.list_details>div:first-child {
    border-left: none;
}

.list_details>div:last-child {
    clear: both;
    float: none;
    border-right: none;
}

.list_details>div.list_year {
    width: 10%;
}

.list_details>div.list_eng {
    width: 15%;
}

.list_details>div.list_mil {
    width: 15%;
}

.list_details>div.list_chs {
    width: 25%;
}

.list_details>div.list_last {
    width: 25%;
    padding: 2px 0px;
}

.list_details>div>div.l_head {
    background: #E8E8E8;
    color: #666666;
    padding: 3px 0px;
    font-size: 12px;
}

.list_details>div>div:last-child {
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    padding: 10px 0px;
}

.list_fob {
    text-align: right;
}

.list_fob>span>strong {
    color: #3D71A3;
    font-size: 24px;
}

.list_view {
    text-align: right;
    position: relative;
    top: 3px;
}

.list_view>label {
    background: #E8E8E8;
    padding: 2px;
    display: inline-block;
    margin-bottom: 0px;
}

.list_view>label>span {
    display: block;
}

.list_view>label:hover {
    cursor: pointer;
}

.list_view>label.active_list>span.sp-grid,
.list_view>label:hover>span.sp-grid {
    background-position: -46px -263px;
}

.list_view>label.active_list>span.sp-detail,
.list_view>label:hover>span.sp-detail {
    background-position: -8px -263px;
}

.list_view>label.active_list>span.sp-table,
.list_view>label:hover>span.sp-table {
    background-position: -84px -263px;
}

.stock_row>div {
    margin-right: 1%;
    width: 19.2%;
    float: left;
}

.stock_row>div:nth-child(5n+5) {
    margin-right: 0%;
}

.stock_list_sec {
    border: 3px solid #E8E8E8;
    margin-bottom: 30px;
    font-size: 14px;
}

.stock_list_sec:hover {
    background: #E8E8E8;
}

.stock_list_sec>div.image {
    position: relative;
    min-height: 178px;
}

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

.stock_list_sec>div.info {
    padding: 5px;
}

.stock_list_sec>div>h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.stock_list_sec>div>h2>a {
    color: #333333;
}

.stock_list_sec>div>h2>a>span {
    font-size: 16px;
}

.listtwo_ulli {
    margin-bottom: 10px;
}

.listtwo_ulli>li {
    float: left;
    background: #dae2f0;
    width: 49%;
    margin-right: 2%;
    display: block;
    font-weight: bold;
    padding: 2px 0px;
    font-size: 14px;
    text-align: center;
}

.listtwo_ulli>li:last-child {
    margin-right: 0%;
}

.listtwo_fob {
    text-align: right;
    margin-bottom: 10px;
    font-size: 20px;
}

.ltwo_head {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: normal;
}

.listtwo_fob>div>span>span {
    font-size: 14px;
    color: #CC0000;
    text-decoration: line-through;
}

.third_list {
    font-size: 14px;
}

.third_list>tbody>tr>th {
    background: #E6E7EA;
}

.third_list>tbody>tr:nth-of-type(odd) {
    background: #F2F3F5;
}

.third_list>tbody>tr>th,
.third_list>tbody>tr>td {
    vertical-align: middle;
    padding: 5px 3px;
}

.price_width {
    padding: 0px 0px !important;
    line-height: 22px;
}

.list_total {
    text-align: right;
}

.l_total {}

.l_total>strong {
    color: #3D71A3;
}

.msg_my {
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #3D71A3;
    cursor: pointer;
}

.stklist_ulli {
    margin-bottom: 10px;
}

.stklist_ulli>li {
    display: inline-block;
    background: #dae2f0;
    display: inline-block;
    font-weight: bold;
    padding: 2px 20px;
    font-size: 14px;
}

.com_cart {
    color: #333333;
    border-bottom: 1px dotted #333333;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 14px;
}

.com_cart>span {
    margin-right: 3px;
}

.com_cart:hover {
    border-color: #3D71A3;
    background: #3D71A3;
    color: #FFFFFF;
}

.com_cart:hover>span.sp-compare-gray {
    background-position: -269px -53px;
}

.com_cart:hover>span.sp-wish-list-gray {
    background-position: -205px -79px;
}

.list_chs {
    margin-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

.list_loc {
    text-align: right;
}

.loadNextImage {
    cursor: pointer;
    float: right;
    position: absolute;
    right: 15px;
    top: 45%;
}

.loadPreImage {
    cursor: pointer;
    float: left;
    left: 15px;
    position: absolute;
    top: 45%;
}

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

.other_images li {
    float: left;
    width: 25%;
    min-height: 111px;
}

.other_images li a img {
    border: 1px solid #FFF;
    max-height: 111px;
}

.other_images li a img:hover {
    border-color: #3D71A3;
}

.stock_accories {
    margin-bottom: 10px;
}

.stock_accories h4 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 5px;
    font-weight: bold;
}

.stock_accories ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
}

.stock_accories ul li {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.stock_accories ul li:after {
    content: ",";
    padding: 0px 8px 0px 0px;
}

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

.stock_detail_bg {
    margin-bottom: 20px;
}

.stkdetail_heading {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

.stkdetail_heading>strong {
    font-size: 14px;
}

.stkdetail_headtwo {
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.stkdetail_headtwo>span {
    font-weight: normal;
}

.freight_box {
    background: #F2F3F5;
    padding: 10px 20px;
}

.detail_price {
    font-weight: bold;
    font-size: 20px;
}

.detail_price>div>strong {
    font-size: 32px;
    color: #3D71A3;
}

.detail_price>div>span {
    font-size: 16px;
    color: #CC0000;
    text-decoration: line-through;
}

.detail_price div select {
    font-weight: normal;
    width: 75px;
    padding: 0px 3px;
    border: 1px solid #CCCCCC;
    position: relative;
    bottom: 5px;
}

.big-select {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #666666;
    border: 1px solid #CCCCCC;
    padding: 7px 5px;
    height: 40px;
}

.detail_wicom {
    border: 1px solid #FFFFFF;
    border-bottom: 1px dashed #666666;
    color: #333333;
    display: inline-block;
    padding: 1px 8px;
    font-size: 12px;
}

.detail_wicom:hover {
    border: 1px dashed #666666;
    cursor: pointer;
}

.detail_share {
    text-align: right;
    font-size: 14px;
}

.detail_share>a {
    width: 30px;
    height: 25px;
    display: inline-block;
}

.detail_share>a:hover {
    opacity: 0.5;
}

.share_wp {
    background: #28A71A;
}

.share_fb {
    background: #3B5999;
}

.share_twi {
    background: #1DA1F2;
}

.share_gplus {
    background: #DC4A38;
}

.share_email {
    background: #333;
}

.detail_ulli {
    background: #F2F3F5;
    text-align: center;
    margin: 10px 0px;
}

.detail_ulli>li {
    display: inline-block;
    padding: 5px 0px;
    font-size: 14px;
}

.detail_ulli>li:after {
    content: "|";
    padding: 0px 10px;
}

.detail_ulli>li:last-child:after {
    content: "";
    padding: 0px;
}

.inspection table tr th,
.inspection table tr td {
    padding: 2px;
    font-size: 12px;
}

.addon_box {
    background: #F2F3F5;
}

.addon_box>h3,
.addon_box>h2 {
    font-weight: bold;
    font-size: 20px;
    color: #3D71A3;
    text-align: center;
    border-bottom: 3px solid #3D71A3;
    margin-top: 0px;
    padding: 8px 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.addon_detail {
    border: 1px solid #E8E8E8;
    border-bottom: none;
}

.addon_detail>div {
    float: left;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #E8E8E8;
}

.addon_detail>div:last-child {
    float: none;
    clear: both;
    padding: 0px;
    border: 0px;
}

.addon_first {
    width: 46%;
    background: #F2F3F5;
    border-right: 1px solid #E8E8E8;
}

.addon_second {
    width: 22%;
    border-right: 1px solid #E8E8E8;
}

.addon_third {
    width: 10%;
    border-right: 1px solid #E8E8E8;
}

.addon_four {
    width: 22%;
}

.option_head {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    background: #F2F3F5;
    padding: 5px 10px;
}

.option_head>span {
    font-size: 14px;
}

.option_head>label {
    color: #3D71A3;
    float: right;
    margin: 0px;
}

.dealer-stock-list {
    position: absolute;
    left: auto;
    right: 7%;
    top: auto;
    bottom: 10px;
    background-color: #fec90d;
    padding: 5px 10px;
}

.box_new {
    margin-bottom: 20px;
}

.box_new>h3,
.box_new>h2 {
    font-weight: bold;
    font-size: 20px;
    color: #3D71A3;
    text-align: center;
    margin-top: 0px;
    padding: 8px 0px;
    text-transform: uppercase;
    position: relative;
}

.box_new>h3:after,
.box_new>h3:before,
.box_new>h2:after,
.box_new>h2:before {
    content: "";
    position: absolute;
    width: 25%;
    bottom: 0px;
}

.box_new>h3:after,
.box_new>h2:after {
    border-bottom: 2px solid #3D71A3;
    left: 25%;
}

.box_new>h3:before,
.box_new>h2:before {
    border-bottom: 2px solid #E8E8E8;
    left: 50%;
}

.box_new>div {}

.good_bad_ulli {}

.good_bad_ulli>li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

.stock_detail {
    border-bottom: none;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}

.stock_detail>div {
    float: left;
    padding: 4px 5px;
    font-size: 14px;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}

.stock_detail>div:last-child {
    float: none;
    clear: both;
    padding: 0px;
    border: 0px;
}

.stock_cap {
    width: 20%;
    background: #F2F3F5;
    border-right: 1px solid #E8E8E8;
}

.stock_det {
    width: 30%;
}

.stock_product {
    border: 1px solid #CCC;
    position: relative;
    margin-bottom: 20px;
}

.stock_product a {
    color: #666;
    text-align: center;
}

.stock_product a h3 {
    margin: 5px 0px;
    font-size: 16px;
    color: #3D71A3;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.stock_product a div.image {
    position: relative;
    min-height: 139px;
}

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

.stock_product a div span {
    background: #000;
    color: #FFF;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    font-size: 12px;
}

.auction_box {
    border: 1px solid #CCC;
    min-height: 284px;
    background: #F3F3F1;
}

.auction_box select {
    background: #F3F3F1;
    color: #000;
    font-weight: normal;
    padding: 0px;
}

.auction_box h2 {
    margin: 0px;
    background: #008ACF;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #CCC;
}

.auction_day {
    list-style: none;
    width: auto;
    padding: 10px 0 0 10px
}

.auction_day li {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
}

.auction_day li input {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

#tt_td {}

.mobile_box {
    border: 1px solid #CCC;
    padding: 5px;
}

.mobile_box div div h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 8px 0;
}

.mobile_box div div h3 span {
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
}

.auction_ulli {
    list-style: none;
    padding: 0px;
}

.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: 0.7;
    padding: 5px 0px;
}

.auction_image {
    padding: 3px;
    cursor: pointer;
    border: 1px solid #CCC;
}

.aucdetail_image {
    padding: 2px;
    border: 1px solid #CCC;
}

.aucother_images {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.aucother_images li {
    display: inline-block;
    margin: 5px;
}

.aucother_images li a img {
    width: 93px;
    max-height: 72px;
    border: 1px solid #CCC;
    padding: 2px
}

.auction_detail {
    border-collapse: collapse;
    border: 1px solid #CCC;
}

.auction_detail tr td,
.auction_detail tr th {
    padding: 5px;
    font-size: 14px;
}

.auction_detail tr th {
    background: #E8E8E8;
}

.bid_box {
    border: 1px solid #CCC;
    background: #F3F3F1;
}

.bid_box form h3 {
    background: #04254E;
    color: #FFF;
    margin: 0px;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}

#tt {
    position: absolute;
    display: block;
}

#tttop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    height: 75px;
    margin: 0;
    text-align: center;
    background-image: url(../images/tooltip_bg.gif);
}

.auction_button a {
    margin-left: 1.0%;
}

.margin_right_per {
    margin-right: 0% !important;
}

.auction_searchbox {
    border: 1px solid #CCC;
}

.auction_searchbox h2 {
    background: #003470;
    color: #FFF;
    margin: 0px;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    font-weight: bold;
    padding: 5px
}

.xs-border-hidden {
    border: 1px solid #CCC;
}

.second_menu {
    padding: 0px;
}

.second_menu ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.second_menu ul li {
    border-right: 1px solid #CCC;
    background: #F5F5F5;
    color: #FFF;
    margin-right: 0px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    width: 11%;
    text-align: center;
}

.second_menu ul li:first-child {
    background: #E8E8E8;
}

.second_menu ul li:first-child a {
    color: #333333 !important;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.second_menu ul li:first-child:hover,
.second_menu ul li:first-child a:hover {
    background: #CCCCCC;
}

.second_menu ul li:last-child {
    border-right: none;
}

.second_menu ul li a {
    color: #333333 !important;
    padding: 4px 0px;
    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;
}

.second_menu ul li:hover,
.second_menu li a:hover,
.second_menu li a:focus,
.second_menu li a.active {
    background: #CCCCCC;
    color: #000000;
    font-weight: normal;
}

#second_menuac {
    background: #D52308;
}

.second_menuhead {
    background: #D52308;
    color: #FFF;
    border-radius: 5px;
}

.second_menuhead button {
    color: #FFF;
    border-color: #FFF;
}

.myaccount_header {
    border-bottom: 1px solid #CCCC;
    background: #F5F5F5;
    box-shadow: 4px 1px 10px #CCCCCC;
    position: relative;
    bottom: 20px;
}

.list_image {
    position: relative;
}

.save_upto {
    background: url(../images/discount-tag.png) 0 0 no-repeat;
    position: absolute;
    top: -4px;
    left: 0px;
    color: #FFF;
    width: 54px;
    text-align: center;
    padding-top: 10px;
    height: 64px;
}

.status_list {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
    text-shadow: 0px 3px 5px #FFF;
    display: block;
    transform: rotate(-33deg);
}

.testimonial_line {
    border-bottom: #ccc 1px dotted;
    width: 65%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.testimonial img {
    border: #ccc 3px solid;
}

.testimonial-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: #ccc 3px solid;
}

.fa-star:hover {
    background-position: -28px -162px !important;
}

.fa-star-active {
    background-position: -7px -162px !important;
}

.news_image {
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.news_list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CCC;
}

.news_list_img {
    width: 15%;
    float: left;
    margin-right: 1%;
}

.news_nav {
    text-align: right;
}

.news_nav>li {
    display: inline-block;
    margin-right: 10px;
}

.news_nav>li>a {
    background: #E8E8E8;
    color: #000000;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 0px 5px #E8E8E8;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.news_nav>li>a:hover {
    background: #3D71A3;
    color: #FFF;
}

.news_nav>li:last-child:after {
    margin-right: 0px;
}

.sitemap {
    padding: 5px 0
}

.sitemap>li>a,
.sitemap>li a:active,
.sitemap>li>a:focus {
    color: #333;
}

.sitemap>li>a:hover {
    color: #FF0000;
    transition: 1s all;
    font-weight: bold;
    transform: scale(1.01, 1.01)
}

.sitemap>li>a {
    padding: 14px 28px;
    background: url(images/right_arrow-15.png) 10px 20px no-repeat;
    background-size: 11px;
    margin-right: 5px;
    display: block;
}

.sitemap>li:nth-child(2n+1) {
    background-color: #f2f2f2;
    box-shadow: 0px 1px 1px #cccccc
}

.sitemap>li:last-child:hover {
    border-bottom: none
}

.sitemap>li>ul>li {
    padding: 10px 0px 10px 50px;
}

.sitemap>li>ul>li>a {
    color: #333333
}

.account_heading {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

.bank_detail {
    border: 1px solid #E8E8E8;
    margin-bottom: 30px;
    background: #fcfbfb;
}

.bank_detail h2 {
    background: #3D71A3;
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
    padding: 5px;
    border-bottom: 2px solid #012437;
}

.bank_info {
    margin: 0;
    padding-left: 0px;
}

.bank_info li {
    list-style: outside none none;
    padding: 0 25px;
    line-height: 40px;
    border-bottom: #CCC 1px dotted;
}

.bank_info li strong {
    float: left;
    width: 40%;
}

.bank_info li:nth-child(2n+1) {
    background: #fcfbfb none repeat scroll 0 0;
}

.bank_info li:nth-child(2n+1):hover {
    background: #fff;
}

.bank_info li:nth-child(1n+1):hover {
    background: #f5f5f5;
}

.bank_info li:last-child {
    border-bottom: none;
}

.how_padding {
    font-size: 20px;
    padding: 10px 30px;
}

.nego_head {
    font-size: 24px;
    color: #3D71A3;
    margin-bottom: 5px;
}

.nego_details {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.auction_step {
    color: #3D71A3;
    font-size: 20px;
    font-weight: bold;
}

.auction_step span {
    color: #333;
    border-bottom: 2px solid;
    font-size: 28px;
    margin-right: 15px;
}

.wish_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-right: none;
}

.wish_list li {
    float: left;
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid #CCC;
    line-height: 24px;
}

.wish_list li a {
    display: block;
    color: #333;
}

.wish_list li.my_active,
.wish_list li a:hover {
    background: #3D71A3;
    color: #FFF;
}

.terms {
    list-style: outside none decimal;
    padding-left: 20px;
}

.terms li {
    margin: 10px 0px;
}

.privacy_heading {
    color: #3D71A3;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.list_btn_default {
    color: #fff;
    background-color: #6e6e6e;
    border: none;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    cursor: pointer;
}

.list_btn_default:hover,
.list_btn_default:focus {
    color: #FFF;
    background-color: #333333;
}

.PopUpDivStyle {
    z-index: 100;
    position: absolute;
    float: right;
    width: 300px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 3px #999;
    border: 2px solid #147FB8;
    background-color: #FFF;
    padding: 10px
}

.trans2 {
    font-size: 7pt;
    border: #FF0000 0px solid;
    background-color: transparent;
}

.stock_capcha {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.stock_first {
    width: 51%;
    margin-right: 2%;
    float: left;
}

.stock_second {
    width: 47%;
    float: left;
}

.stk_heading {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-size: 24px;
    margin-top: 0px;
    border-bottom: 2px solid #97152D;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.stock-table {
    border: none;
    margin-bottom: 0px;
}

.stock-table tbody tr td {}

.stock-table tbody tr th {}

.stock-table tbody tr td,
.stock-table tbody tr th {
    border: none;
    padding: 5px;
    border-right: 1px solid #CCC;
    padding-left: 10px;
    font-size: 14px;
}

.stock-table tbody tr td:last-child,
.stock-table tbody tr th:last-child {
    border-right: none;
}

.stock-table tbody tr:nth-child(2n+1) {
    background: #F5F5F5;
}

.fa-ct {
    background: url(../images/sprite-dtlcontact.png) 0 0 no-repeat;
    display: inline-block;
    position: relative;
}

.fa-ct-person {
    background-position: -153px -9px;
    width: 40px;
    height: 40px;
}

.fa-ct-mobile {
    background-position: 4px -6px;
    width: 40px;
    height: 40px;
}

.fa-ct-telephone {
    background-position: -100px -10px;
    width: 40px;
    height: 40px;
}

.fa-ct-email {
    background-position: -42px -5px;
    width: 40px;
    height: 40px;
}

.fa-ct-whatsapp {
    background-position: -44px -61px;
    width: 28px;
    height: 28px;
}

.fa-ct-viber {
    background-position: -80px -61px;
    width: 28px;
    height: 28px;
}

.fa-ct-line {
    background-position: -6px -61px;
    width: 28px;
    height: 28px;
}

.dtl-contact {}

.dtl-contact>div {
    float: left;
    margin-right: 10px;
}

.dtl-contact>div:last-child {
    margin-right: 0px;
}

.dtl-contact>div>h4 {
    font-size: 14px;
    color: #3D71A3;
    font-weight: normal;
    margin: 0px;
    margin-top: 3px;
}

.dtl-contact>div>p {
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000000;
}

.dtl-contact>div>p>a {
    color: #000000;
    margin-right: 3px;
}

.main_image {
    min-height: 480px;
    position: relative;
    border: 1px solid #CCC;
}

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

.main_image>a>div {
    position: absolute;
    display: block;
}

.main_image:hover>a>div {
    display: block;
}

.status_detail {
    display: block !important;
    top: 42%;
    padding: 20px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 65px;
    font-style: italic;
    text-shadow: 0px 3px 5px #FFF;
    width: 100%;
    text-align: center;
    transform: rotate(-33deg);
}

.img_left_arw {
    left: 10px;
    top: 43%;
}

.img_right_arw {
    right: 10px;
    top: 43%;
}

.img_zoom_arw {
    top: 45%;
    left: 47%;
    text-align: center;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.fa-top-arrow {
    background-position: -130px -39px;
    width: 9px;
    height: 16px;
}

.fa-left {
    background-position: -237px -79px;
    width: 30px;
    height: 60px;
}

.fa-right {
    background-position: -298px -79px;
    width: 30px;
    height: 60px;
}

.fa-dt-zoom {
    background-position: -347px -85px;
    width: 44px;
    height: 44px;
    display: block;
}

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

.other_images_ulli li {
    float: left;
    width: 10%;
    min-height: 48px;
    margin-bottom: 2px;
    border: 1px solid #FFF;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.other_images_ulli li:hover {
    opacity: 0.4;
}

.other_images_ulli li a img {
    max-height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.auction-table {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}

.auction-table tr th {
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.inner_heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.auction_back {
    background: #F2F2F2;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.auction_back>div>h2 {
    margin-bottom: 10px;
}

.auc_points>div {
    float: left
}

.auc_points>div:first-child {
    width: 10%;
    text-align: center;
}

.auc_points>div>span {
    margin: auto;
}

.auc_points>div:last-child {
    width: 90%;
}

.auc_points>div>h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
}

.select_new {
    font-size: 12px;
    height: 24px;
}

.auction_terms>h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.auction_terms>div {
    margin-bottom: 30px;
    line-height: 24px;
}

.auction_terms>div>ul {
    list-style: decimal;
    padding-left: 18px;
}

.auction_terms>div>ul>li {
    margin-bottom: 10px;
}

.auction_terms>div>ul>li>ul {
    list-style: lower-alpha;
    padding-left: 20px;
    margin-bottom: 10px;
}

.auction_terms>div>ul>li>ul>li {
    margin-bottom: 5px;
}

.auction_terms>div:last-child {
    margin-bottom: 0px;
}

.table-freight>tbody>tr>th {}

.table-freight>tbody>tr>th>span {
    font-weight: normal;
    font-size: 12px;
}

.table-freight>tbody>tr>th,
.table-freight>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
}

.table-freight>tbody>tr>td {
    font-size: 14px;
}

.fa-buy {
    background: url(../images/sprite-howbuy.png) 0 0 no-repeat;
    display: inline-block;
    position: relative;
}

.fa-buy-order-parts {
    background-position: -8px -75px;
    width: 53px;
    height: 63px;
}

.fa-buy-get-quote {
    background-position: -91px 4px;
    width: 70px;
    height: 63px;
}

.fa-buy-payment {
    background-position: -181px 4px;
    width: 56px;
    height: 63px;
}

.fa-buy-parts-ship {
    background-position: -70px -75px;
    width: 72px;
    height: 63px;
}

.fa-buy-receive-parts {
    background-position: -161px -80px;
    width: 76px;
    height: 63px;
}

.fa-buy-search-stock {
    background-position: 0px 1px;
    width: 70px;
    height: 63px;
}

.fa-buy-vehicle-ship {
    background-position: -250px 8px;
    width: 128px;
    height: 63px;
}

.fa-buy-receive-vehicle {
    background-position: -392px -2px;
    width: 76px;
    height: 63px;
}

.fa-buy-advance-deposit {
    background-position: 0px -154px;
    width: 62px;
    height: 63px;
}

.fa-buy-make-bid {
    background-position: -70px -160px;
    width: 82px;
    height: 63px;
}

.fa-buy-success-bid {
    background-position: -174px -160px;
    width: 91px;
    height: 63px;
}

.fa-buy-failed-bid {
    background-position: -282px -160px;
    width: 91px;
    height: 63px;
}

.fa-buy-your-preference {
    background-position: -402px -141px;
    width: 75px;
    height: 76px;
}

.fa-buy-total-price-calculation {
    background-position: -503px -167px;
    width: 75px;
    height: 76px;
}

.fa-buy-attend-auto-auctions {
    background-position: -5px -233px;
    width: 56px;
    height: 71px;
}

.ac {
    background: url(../images/sprite-auction.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.ac-lowerprice {
    background-position: -153px -6px;
    width: 50px;
    height: 50px;
}

.ac-moreoption {
    background-position: -73px 2px;
    width: 66px;
    height: 65px;
}

.ac-quality {
    background-position: -288px 2px;
    width: 53px;
    height: 65px;
}

.ac-pricestat {
    background-position: -412px 2px;
    width: 53px;
    height: 65px;
}

.ac-paprwrk {
    background-position: -346px 2px;
    width: 62px;
    height: 65px;
}

.ac-transprncy {
    background-position: -215px 2px;
    width: 62px;
    height: 65px;
}

.en {
    background: url(../images/sprite-inquiry.png) 0 0 no-repeat;
    position: relative;
    display: inline-block
}

.ensubmit {
    background-position: 0 2px;
    width: 62px;
    height: 70px;
}

.enoffers {
    background-position: -76px 2px;
    width: 65px;
    height: 70px;
}

.enshipment {
    background-position: -158px -3px;
    width: 67px;
    height: 70px;
}

.enpayment {
    background-position: -244px -2px;
    width: 104px;
    height: 70px;
}

.enreceived {
    background-position: -374px -17px;
    width: 86px;
    height: 70px;
}

.about_cap {
    color: #999999;
    font-style: italic;
    font-size: 14px;
}

.about_detail {
    margin-bottom: 10px;
}

.about_detail>span,
.about_detail>a>span {
    margin-right: 5px;
}

.shipping_sch_top {
    list-style: none;
    border-left: 1px solid #CCCCCC;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 20px;
}

.shipping_sch_top li {
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-left: none;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
}

.shipping_sch_top li a {
    font-size: 18px;
    display: inline-block;
    padding: 3px 30px;
    color: #333;
}

.shipping_sch_top li:hover {
    background: #3D71A3;
}

.shipping_sch_top li:hover a {
    color: #FFF;
}

.shipsch_table tr th,
.shipsch_table tr td {
    vertical-align: middle !important;
}

.enquiry_box>div {
    position: relative;
    background: #F5F5F5;
    border: 2px solid #c2e1f5;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 10px 0px;
    float: left;
    text-align: center;
    height: 320px;
}

.enquiry_box>div:after,
.enquiry_box>div:before {
    left: 100%;
    top: 36%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.enquiry_box>div:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #F5F5F5;
    border-width: 10px;
    margin-top: -10px;
}

.enquiry_box>div:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #c2e1f5;
    border-width: 14px;
    margin-top: -14px;
}

.enquiry_box>div:hover {
    background: #E8E8E8;
}

.enquiry_box>div:last-child {
    margin-right: 0%;
}

.enquiry_box>div:last-child:after,
.enquiry_box>div:last-child:before {
    border: none;
}

.enquiry_box>div>h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.enquiry_box>div>p {
    font-size: 14px;
}

.auc_buy_head {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 24px;
}

.auc_buy_head>strong {
    position: relative;
    bottom: 25px;
    margin-left: 10px;
}

.terms_ulli {
    list-style: decimal;
    padding-left: 18px;
    margin-bottom: 30px;
}

.terms_ulli>li {
    margin-bottom: 10px;
}

.faq_ques {
    border-top: 2px solid #3D71A3;
    color: #3D71A3;
    font-weight: bold;
}

.faq_ques>strong {
    background: #3D71A3;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    float: left;
    width: 3%;
    margin-right: 1%;
    text-align: center;
    display: block;
    padding: 6px 0px;
}

.faq_ques>span {
    font-size: 18px;
    float: left;
    width: 96%;
    padding-top: 5px;
}

.faq_ans>strong {
    font-size: 18px;
    line-height: 20px;
    float: left;
    width: 3%;
    margin-right: 1%;
    text-align: center;
}

.faq_ans>span {
    float: left;
    width: 96%;
}


/**********HOW TO BUY****************/

.how_stock>div {
    float: left;
    width: 20%;
    background: #F8F8F8;
    box-shadow: 0px 0px 10px #CCCCCC;
    margin-bottom: 30px;
}

.how_first {
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.how_first>h4 {
    margin-bottom: 0px;
    font-size: 40px;
    margin-top: 5px;
    font-weight: bold;
}

.how_second {
    text-align: center;
    margin-top: 30px;
    display: block;
}

.how_second>span {}

.how_second>h2 {
    font-size: 20px;
    text-align: center;
}

.how_second>div {
    margin-bottom: 20px;
    border-bottom: 10px solid #CCC;
    padding: 10px;
    font-size: 14px;
    min-height: 250px;
}

.how_stock>div:last-child {
    border-radius: 0px 10px 10px 0px;
}

.how_stock>div:last-child>div.how_first {
    border-radius: 0px 10px 0px 0px;
}

.first_hw_color {
    background: #333333;
}

.first_hw_border>h2 {
    color: #333333;
}

.first_hw_border>div {
    border-color: #333333;
}

.second_hw_color {
    background: #666666;
}

.second_hw_border>h2 {
    color: #333333;
}

.second_hw_border>div {
    border-color: #666666;
}

.third_hw_color {
    background: #333333;
}

.third_hw_border>h2 {
    color: #333333;
}

.third_hw_border>div {
    border-color: #333333;
}

.fourth_hw_color {
    background: #666666;
}

.fourth_hw_border>h2 {
    color: #333333;
}

.fourth_hw_border>div {
    border-color: #666666;
}

.fifth_hw_color {
    background: #333333;
}

.fifth_hw_border>h2 {
    color: #333333;
}

.fifth_hw_border>div {
    border-color: #333333;
}

.howbuy_box {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #CCCCCC;
    border-radius: 10px;
}

.how_fir {
    background: #999999;
    color: #FFFFFF;
    width: 20%;
    float: left;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    padding: 70px 0px;
}

.how_fir>span {
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}

.how_fir>strong {
    font-size: 40px;
}

.how_sec {
    float: left;
    width: 80%;
}

.how_sec>h2 {
    background: #999999;
    color: #FFFFFF;
    float: right;
    text-align: right;
    width: 80%;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 20px 0px 0px 20px;
}

.how_sec>div {
    clear: both;
    padding: 10px;
    font-size: 14px;
}

.first_how_margin {
    margin-top: 160px;
}

.second_how_margin {
    margin-top: 80px;
}

.third_how_margin {
    margin-top: 80px;
}

.fourth_how_margin {
    margin-top: 40px;
}

.fifth_how_margin {
    margin-top: 50px;
}

.fa-wc {
    background: url(../images/sprite-why-choose.png) 0 0 no-repeat;
    display: block;
    position: relative;
    margin: auto;
}

.fa-wc-trust {
    width: 45px;
    height: 57px;
    background-position: -5px 0px;
}

.fa-wc-quality {
    width: 43px;
    height: 57px;
    background-position: -64px -1px;
}

.fa-wc-cars {
    width: 51px;
    height: 57px;
    background-position: -123px 0px;
}

.fa-wc-payment {
    width: 52px;
    height: 57px;
    background-position: -186px 0px;
}

.why_chs:hover>div>span.fa-wc-trust {
    background-position: -5px -65px;
}

.why_chs:hover>div>span.fa-wc-quality {
    background-position: -64px -65px;
}

.why_chs:hover>div>span.fa-wc-cars {
    background-position: -123px -64px;
}

.why_chs:hover>div>span.fa-wc-payment {
    background-position: -186px -65px;
}

.why_chs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #E8E8E8;
}

.why_chs>div.wc_icon {
    float: left;
    width: 18%;
    margin-right: 2%;
    border: 1px solid #CCC;
    border-radius: 50%;
    padding: 28px 0px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.why_chs>div.wc_text {
    float: left;
    width: 80%;
}

.why_chs>div>h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.why_chs>div>div {
    font-size: 14px;
    line-height: 22px;
}

.why_chs:hover>div.wc_icon {
    background: #3D71A3;
}

a.btn_css {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #000;
    background-color: #E3E3E3;
    position: relative;
    display: inline-block;
    margin-right: 32px;
    width: 110px;
}

a.btn_css:after {
    position: absolute;
    right: -20px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 0px 16px 20px;
    ;
    border-color: transparent transparent transparent #E3E3E3;
}

a.btn_css:hover,
a.btn_css.active {
    background-color: #888;
    color: #fff;
}

a.btn_css:hover:after,
a.btn_css.active:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 0px 16px 20px;
    border-color: transparent transparent transparent #888;
}

a.btn_complete {
    height: 30px;
    width: 110px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #000;
    background-color: #E3E3E3;
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

a.btn_complete:hover,
a.btn_complete.active {
    background-color: #888;
    color: #fff;
}

.cofirmBut {
    margin-bottom: 20px;
    text-align: center;
}

.small_btn {
    background: #666666;
    color: #FFFFFF;
    padding: 2px 6px;
    display: inline-block;
    border: none;
}

.small_btn:hover {
    background: #333333;
    color: #FFFFFF;
}

.td_padding {
    padding: 5px
}

.login_panel {
    text-align: center;
}

.login_panel h3 {
    background: #333;
    color: #FFF;
    margin: 0px;
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 400;
}

.login_panel ul li {
    width: 50%;
    float: left;
    box-shadow: 0px 0px 5px #CCC;
}

.login_panel ul li a {
    background: #F7F7F7;
    color: #333;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
}

.login_panel ul li a strong {
    display: block;
    font-size: 16px;
}

.login_panel ul li a:hover {
    background: #3D71A3;
    color: #FFF;
}

div.box_out_div {
    width: 100%;
    display: block;
    position: relative;
    font-size: 13px;
}

div.box_out_div>span.message {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 3px 5px;
}

div.box_out_div span.message>span>input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

div.box_out_div div.box {
    margin-top: -1px;
    border: 1px solid #CCCCCC;
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1000;
    position: absolute
}

div.box_out_div div.close_div {
    background-color: #dddddd;
    border-bottom: 1px solid #cccccc;
    margin: 0px
}

div.box_out_div div.box ul {
    list-style: none;
    overflow: auto;
    height: 180px;
    margin: 0px;
    padding: 0px;
}

div.box_out_div div.box ul li {
    padding: 5px 0px 5px 10px;
    display: block;
    font-size: 12px;
}

div.box_out_div div.box ul li:hover {
    background: #6595E9;
    color: #FFFFFF;
}

div.box_out_div div.box ul li input {
    position: relative;
    top: 3px;
    margin: 0px;
}

div.box_out_div div.box ul li label {
    font-weight: normal;
    margin-bottom: 0px;
}


/*************************************COMPARE***********************************/

.compare {
    background-color: #f2f2f2;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    border-bottom: 3px solid #666666 !important;
    border: 1px solid #CCC;
    width: 1270px;
    z-index: 10000;
}

.compare-title {
    background: #666 none repeat scroll 0 0;
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    padding: 5px;
}

.compare .article {
    border-left: 1px solid #acacac;
    float: left;
    position: relative;
    width: 17.40%;
    background: #F5F5F5;
}

.com_img {
    min-height: 92px;
    max-height: 72px;
    padding: 5px;
}

.thumb_compare {
    padding: 2px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    min-height: 80px;
    max-height: 24px;
}

.comapre_back {
    background: #DDD;
}

.compare_ulli {
    margin: 0px;
    padding-left: 0px;
}

.compare_ulli li {
    padding: 2px 0px 2px 5px;
    ;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    min-height: 24px;
}

.compare_ulli li a {
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}

#show_hide {
    float: right;
}

.remove {
    display: none;
    margin-right: 13px;
}

.show {
    display: block !important;
}

.clear_all {
    float: right;
    padding-right: 12px;
}

.compare_plus {
    position: relative;
    margin-left: 10px;
    left: 0px;
    font-size: 20px;
    top: -4px;
}


/*********************hoverEffect************/

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.rec_stock {
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
}

.rec_stock>a>h2 {
    margin: 10px 5px;
    color: #5C647B;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

.rec_stock>a>div.price {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.rec_stock>a>div.price>span {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    display: block;
}

.rec_stock>a>div.price>label {
    font-weight: normal;
    margin: 0px;
    font-size: 14px;
    color: #B30D0D;
    text-decoration: line-through;
    margin-right: 5px;
}

.rec_stock>a>div.price>strong {
    font-size: 20px;
    color: #B30D0D;
}


/********************************FREIGHT DETAILS**************************/

.table-subtotal-price,
.table-total-price {
    text-align: center;
    white-space: nowrap
}

.table-total-price {
    font-weight: 700
}

.destination-selected {
    color: red
}

.freight-table-dtl {
    width: 100%;
    font-size: 14px;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.freight-table-dtl thead tr th {
    text-align: center;
    padding: 5px 0px;
    font-size: 11px;
    border: 1px solid #bfbfbf;
}

.freight-table-dtl thead tr th label {
    margin: 0px;
}

.freight-table-dtl .th-arrival-port {
    border-left: none
}

.freight-table-dtl .th-delivery-price {
    padding: 0 7px;
    padding-right: 18px;
    position: relative;
    text-align: center
}

.freight-table-dtl .th-vanning-fee {
    text-align: center;
    position: relative;
    width: 56px
}

.freight-table-dtl .th-vanning-fee span {
    font-weight: 700
}

.freight-table-dtl .th-total-price {
    width: 16%
}

.freight-table-dtl .service-details-cell img {
    margin: 0 2px 0 0;
    vertical-align: top
}

.freight-table-dtl .gray-cell {
    background: #f2f2f2
}

.freight-table-dtl tbody th {
    padding: 4px 0 4px 8px;
    border-bottom: solid 1px #bfbfbf;
    border-right: 1px solid #bfbfbf;
    font-size: 90%;
    padding: 4px 3px;
}

.freight-table-dtl tbody td {
    padding: 4px;
    border-left: dotted 1px #bfbfbf;
    border-bottom: dotted 1px #bfbfbf;
}

.freight-table-dtl tbody tr:nth-child(even) td {
    background: #f2f2f2
}

.freight-table-dtl td label {
    font-size: 90%;
    white-space: nowrap;
    margin: 0px;
}

.freight-table-dtl td label:hover {
    cursor: pointer;
    color: #008CCE
}

.freight-table-dtl td input {
    margin: 0px;
    vertical-align: middle
}

.freight_add {
    margin-top: 15px;
}

.freight_add>h3 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.total-price-discount-area {
    font-size: 20px;
    font-weight: 700;
    text-align: right
}

.total-price-discount-area strong {
    color: #3D71A3;
}

.service-legend-list li {
    margin: 0 0 4px;
    font-size: 12px
}

.service-legend-list img {
    margin: 0 4px 0 0;
    vertical-align: top
}

.shpsch_img {
    position: relative;
    min-height: 222px;
}

.shpsch_img>img {
    position: absolute;
    max-height: 222px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: 1px solid #CCCCCC;
}

.shpsch_img>iframe {
    height: 222px;
    border: 1px solid #CCCCCC;
}

.company_name_news {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 16px;
}

.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: 0px;
    margin-right: 0px;
}

.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: 10px;
    text-align: center;
    border: 1px solid #CCCCCC;
}

.newlatter_stock div.image {
    min-height: 121px;
}

.newlatter_stock div.image a img {
    max-height: 121px;
}

.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: 0px;
    background: none;
}

.campaign_box {
    width: 63%;
    margin-left: 22%;
    border: 1px solid #CCC;
    padding: 5px;
    margin-bottom: 20px;
}

.mobile_contact li {
    margin-bottom: 5px;
}

.hp_website {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 0px;
}

.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: bold;
    margin-bottom: 5px;
    padding-left: 10px;
}

.logo_details_news {
    float: left;
    width: 70%;
    font-size: 12px;
    line-height: 16px;
}

.cp_stk_head {
    color: #134397;
    margin: 5px 0px;
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box_style {
    position: relative;
    left: -13px;
    top: 15px;
}

.pg_head {
    margin-top: -15px;
    padding-left: 15px;
}

.cam_heading {
    font-weight: bold;
    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: #CC0000;
}

.cam_tbl:hover #cam_date {
    color: #134397;
}

#cam_title {
    color: #134397;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
}

#cam_date {
    color: #CC0000;
    text-align: center;
    line-height: 10px;
    font-weight: bold;
}

#cam_date span {
    color: #000;
}

.list-header {
    background: #E5EEF5;
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
}

.list-header>div>div>span {
    display: none;
}

.list-detail {
    font-size: 13px;
}

.list-detail:hover {
    background: #F8F8F8;
}

.list-header>div,
.list-detail>div {
    width: 100%;
    display: table;
    border-top: 1px solid #CCCCCC;
}

.list-header>div>div,
.list-detail>div>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 5px;
    line-height: 20px;
}

.list-header>div>div,
.list-detail>div>div {
    border-left: 1px solid #CCCCCC;
}

.list-header>div>div:last-child,
.list-detail>div>div:last-child {
    border-right: 1px solid #CCCCCC;
}

.list-detail>div>div>span {
    display: none;
}

.list-header>div>div>span {
    display: none;
}

.list-w1 {
    width: 5%;
}

.list-w3 {
    width: 18%;
}

.list-w2,
.list-w4,
.list-w5,
.list-w6,
.list-w7,
.list-w8,
.list-w9,
.list-w10,
.list-w11 {
    width: 8.55%;
}

.list-ww1,
.list-ww2,
.list-ww6,
.list-ww10 {
    width: 8%;
}

.list-ww3 {
    width: 9%;
}

.list-ww4,
.list-ww5 {
    width: 14%;
}

.list-ww7 {
    width: 5%;
}

.list-ww8 {
    width: 8%;
}

.list-ww9 {
    width: 5%;
}

.list-wp1,
.list-wp2,
.list-wp5 {
    width: 16%;
}

.list-wp3,
.list-wp4 {
    width: 26%;
}

.text-highlight {
    color: #03F;
    text-decoration: underline;
    cursor: pointer;
}


/*******************************************NEGOTIATION******************************/

.nego_inner {
    margin-bottom: 10px;
}

.nego_note {
    background: #F8F8F8;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 5px #CCC;
}

.nego_msg {
    clear: both;
    text-align: justify;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}

.nego_msg>input {
    position: relative;
    bottom: 5px;
    float: left;
    width: 5%;
    margin-right: 1%;
    height: 20px;
    text-align: left;
}

.nego_msg label {
    font-weight: normal;
    float: left;
    width: 94%;
    margin-bottom: 10px;
}

.negotiation_panel {
    background: #E6E7EA;
    margin-bottom: 30px;
    position: relative;
}

.negotiation_panel h2 {
    margin: 0px;
    padding: 10px;
    color: #3D71A3;
    margin-bottom: 0px;
    font-size: 20px;
    position: relative;
}

.negotiation_panel h2:after {
    content: "";
    border-bottom: 3px solid #3D71A3;
    position: absolute;
    bottom: -3px;
    width: 30%;
    left: 0px;
}

.negotiation_panel h2:before {
    content: "";
    border-bottom: 3px solid #CCCCCC;
    position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0px;
}

.negotiation_panel>div {
    padding: 20px;
}

.nego_search {
    background: #F2F3F5;
    padding: 10px;
    padding-bottom: 0px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.nego_seaulli>li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.nego_seaulli>li:last-child {
    margin-right: 0px;
}

.nego_seaulli>li>input {
    position: relative;
    top: 2px;
}

.nego_seaulli>li>label {
    font-weight: normal;
    margin: 0px;
}

.com_heading {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.com_heading>strong {
    font-size: 28px;
    margin-right: 5px;
}

.image_gallery {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #CCC;
    position: relative;
    min-height: 208px;
}

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

a.btn_css {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #000;
    background-color: #E3E3E3;
    position: relative;
    display: inline-block;
    margin-right: 32px;
    width: 110px;
}

a.btn_css:after {
    position: absolute;
    right: -20px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 0px 16px 20px;
    ;
    border-color: transparent transparent transparent #E3E3E3;
}

a.btn_css:hover,
a.btn_css.active {
    background-color: #888;
    color: #fff;
}

a.btn_css:hover:after,
a.btn_css.active:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 0px 16px 20px;
    border-color: transparent transparent transparent #888;
}

a.btn_complete {
    height: 30px;
    width: 110px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #000;
    background-color: #E3E3E3;
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

a.btn_complete:hover,
a.btn_complete.active {
    background-color: #888;
    color: #fff;
}

.cofirmBut {
    margin-bottom: 20px;
    text-align: center;
}

.bonus_heading {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    color: #3d71a3;
    padding-bottom: 20px;
}

.reward_address {
    background: #f4f4f4;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 3px #ccc;
    line-height: 34px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.sp-whatsapp-bonus {
    background-position: -301px -219px;
    width: 37px;
    height: 27px;
    top: 10px;
}

.company_location {
    padding: 21px 0 0px 31px;
}

.font_36 {
    font-size: 36px;
}

.bonus_vehicle {
    list-style: none;
    padding-top: 26px;
    margin-left: 20px;
}

.bonus_vehicle li {
    list-style: disc;
    margin-bottom: 14px;
    font-size: 16px;
}

.package_heading {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 0 3px #ccc;
    padding: 20px 0 20px 0;
    text-align: center;
    border-radius: 17px 0 28px 0px;
    background: #f4f4f4;
}

.sp-sendmail {
    background-position: -342px -218px;
    width: 34px;
    height: 27px;
    top: 6px;
}

.sp-location-bot {
    background-position: -379px -218px;
    width: 20px;
    height: 27px;
    top: 8px;
}

.sp-whatsapp-small {
    background-position: -405px -218px;
    width: 33px;
    height: 27px;
    top: 5px;
}

.team_img {
    margin-bottom: 8px;
}

.team_img img {
    border-radius: 50%;
}

@media only screen and (min-width: 1024px) and (max-width:1050px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 11px !important;
        font-size: 14px !important;
    }

    .bot_menu>h3 {
        font-size: 16px;
    }

    .hp_stock>a>div.image {
        min-height: 98px !important;
    }

    .hp_stock>a>div.image>img {
        max-height: 98px !important;
    }

    .stock_first {
        width: 58% !important;
        margin-right: 2% !important;
        float: left !important;
    }

    .stock_second {
        width: 40% !important;
        float: left !important;
    }

    .main_image {
        min-height: 410px;
    }

    .main_image>a>img {
        max-height: 410px;
    }

    .other_images_ulli li {
        min-height: 40px !important;
    }

    .other_images_ulli li a img {
        max-height: 40px !important;
    }

    .newsimg {
        min-height: 158px;
    }

    .newsimg>a>img {
        max-height: 158px;
    }

    .how_second>h2 {
        font-size: 18px !important;
    }

    .how_second>div {
        min-height: 328px !important;
    }

    .second_menu ul li a {
        padding: 5px 14px !important;
        font-size: 12px !important;
    }

    .first_how_margin {
        margin-top: 80px !important;
    }

    .second_how_margin {
        margin-top: 40px !important;
    }

    .third_how_margin {
        margin-top: 20px !important;
    }

    .fourth_how_margin {
        margin-top: 0px !important;
    }

    .fifth_how_margin {
        margin-top: 10px !important;
    }

    .how_fir {
        padding: 82px 0px !important;
    }

    .rec_stock>a>div.image {
        min-height: 110px !important;
    }

    .rec_stock>a>div.image>img {
        max-height: 110px !important;
    }

    .static_width {
        width: 73% !important;
        float: left !important;
    }

    .list_details>div.list_eng,
    .list_details>div.list_mil {
        width: 20% !important;
    }

    .list_details>div.list_chs,
    .list_details>div.list_last {
        width: 30% !important;
    }

    .best_offer {
        width: 50% !important;
        line-height: 25px !important;
    }

    .country_cars {
        width: 25% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .navbar-default .navbar-nav>li>a {
        padding: 5px 8px;
        font-size: 11px;
    }

    .mid_first,
    .mid_third {
        display: none;
    }

    .mid_second {
        float: none;
        margin: 0%;
        width: 100%;
    }

    .banner>div>h1>span {
        color: #FFFFFF;
    }

    .hp_stock>a>div.image {
        min-height: 98px;
    }

    .hp_stock>a>div.image>img {
        max-height: 98px;
    }

    .stock_first {
        width: 100%;
        margin-right: 0%;
        float: none;
    }

    .stock_second {
        width: 100%;
        float: none;
    }

    .other_images_ulli li {
        min-height: 53px;
        width: 10%;
    }

    .other_images_ulli li a img {
        max-height: 53px;
    }

    .news_image {
        width: 40%;
    }

    .news_list_img {
        width: 25%;
    }

    .inner_nav>div>ul>li>a {
        font-size: 13px;
    }

    .how_second>h2 {
        font-size: 16px;
    }

    .how_second>div {
        min-height: 442px;
    }

    .second_menu ul li a {
        padding: 5px 4.5px;
        font-size: 11px;
    }

    .stock_list_box {
        font-size: 14px;
    }

    .why_menu>li {
        width: 20%;
    }

    .six_menu>li {
        width: 20%;
    }

    .first_how_margin,
    .second_how_margin,
    .third_how_margin,
    .fourth_how_margin,
    .fifth_how_margin {
        margin-top: 20px;
    }

    .how_fir {
        padding: 58px 0px;
    }

    .day_box {
        width: 20%;
    }

    .auc_box {
        width: 25%;
    }

    .make_box {
        width: 25%;
    }

    .model_box {
        width: 26%;
    }

    .chs_box {
        width: 40%;
        margin-left: 10%;
    }

    .filter_box {
        width: 40%;
    }

    .faq_ques>strong,
    .faq_ans>strong {
        width: 5%;
    }

    .faq_ques>span,
    .faq_ans>span {
        width: 94%;
    }

    .enquiry_box>div {
        width: 48%;
        height: 250px;
    }

    .by_size {
        font-size: 26px !important
    }

    .fav_grade {
        width: 9%;
    }

    .auction_listhead>div,
    .auction_listdtl>div {
        min-height: 66px;
    }

    .stklist_ulli>li {
        padding: 2px;
        5px;
    }

    .list_details>div.list_year {
        width: 20%;
    }

    .list_details>div.list_eng,
    .list_details>div.list_mil,
    .list_details>div.list_chs,
    .list_details>div.list_last {
        width: 50%;
    }

    .stock_row>div {
        margin-right: 1%;
        width: 32.66%;
        float: left;
    }

    .stock_row>div:nth-child(5n+5) {
        margin-right: 1%;
    }

    .stock_row>div:nth-child(3n+3) {
        margin-right: 0%;
    }

    .stock_list_sec>div.image {
        min-height: 226px;
    }

    .stock_list_sec>div.image>div>a>img {
        max-height: 226px;
    }

    .rec_stock>a>div.image {
        min-height: 160px;
    }

    .rec_stock>a>div.image>img {
        max-height: 160px;
    }

    .static_width {
        width: 100%;
        float: none;
    }

    .best_offer {
        width: 66%;
        line-height: 25px !important;
    }

    .more-detail-btn {
        width: 40% !important;
    }
}

@media only screen and (min-width: 640px) and (max-width:767px) {
    .main_image {
        min-height: 480px !important;
    }

    .main_image>a>img {
        max-height: 480px !important;
    }

    .other_images_ulli li {
        width: 20% !important;
        ;
        min-height: 108px !important;
        ;
    }

    .other_images_ulli li a img {
        max-height: 108px !important;
    }

    .enquiry_box>div {
        width: 48%;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {

    .hp_news>div>div>div>div {
        font-size: 15px;
        color: #fff;
        padding: 0px 5px;
    }


    .hp_news>div>div>div>div>strong {
        color: #fff;
    }

    .hp_news>div>div>div>div>a {
        margin-left: 5px;
        color: #fff;
        text-decoration: underline;
    }

    .hp_news>div>div>div>div>a:hover {
        color: #CC0000 !important;
    }


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

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

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

    .mobile-center {
        text-align: center !important;
    }

    .xs-margin-bottom-5 {
        margin-bottom: 5px;
    }

    .xs_margin_bottom_10 {
        margin-bottom: 10px;
    }

    .xs-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .xs-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .xs-margin-bottom-50 {
        margin-bottom: 50px;
    }

    header {
        padding: 5px 0px;
    }

    #fixed-top span.sb-toggle-left {
        padding: 15px 10px !important;
    }

    .logo>a>img {
        margin: auto;
    }

    .banner>div>h1>span {
        color: #FFFFFF;
    }

    /* ..mid_second{width: 96% !important;} */
    .mid_second {
        float: none;
        margin: 0%;
        width: 100%;
    }

    .welcome_mid>div>div>h2>strong {
        font-size: 28px;
    }

    .hp_stock_row>div {
        width: 48.5%;
    }

    .hp_stock_row>div:nth-child(5n+5) {
        margin-right: 2%;
    }

    .hp_stock_row>div:nth-child(2n+2) {
        margin-right: 1.5%;
    }

    .hp_stkhead>h3 {
        font-size: 20px;
    }

    .hidehp_search {
        display: none;
    }

    .hp_stock>a>div.image {
        min-height: 128px;
    }

    .hp_stock>a>div.image>img {
        max-height: 128px;
    }

    .job_details h4 {
        margin: 0px;
    }

    .job_box {
        min-height: 115px;
    }

    .zoom_in:hover {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .job_details {
        margin-top: 15px;
    }

    .job_details>div>h3 {
        margin-top: 0px;
    }

    .test_hdng {
        text-align: center
    }

    .membr>li {
        width: 100%;
    }

    .membr>li>a>img {
        margin: auto
    }

    .breadcrumbs {
        margin-bottom: 10px;
    }

    .breadcrumbs ul li::after {
        padding: 0px 5px;
    }

    .common_heading {
        font-size: 24px;
        margin-bottom: 10px;
        background: none;
    }

    .stock_first {
        width: 100%;
        margin-right: 0%;
        float: none;
    }

    .stock_second {
        width: 100%;
        float: none;
    }

    .stock_cap {
        width: 40%;
    }

    .stock_det {
        width: 60%;
    }

    .main_image {
        min-height: 255px;
    }

    .main_image>a>img {
        max-height: 255px;
    }

    .main_image>a>div {
        display: block;
    }

    .other_images_ulli {
        display: none;
    }

    .other_images_ulli li {
        width: 33.33%;
        min-height: 86px;
    }

    .other_images_ulli li a img {
        max-height: 86px;
    }

    .news_image {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    .news_list_img {
        width: 100%;
        float: none;
    }

    .how_stock>div {
        float: none;
        width: 100%;
    }

    .how_second>div {
        min-height: 110px;
    }

    .auction_box {
        min-height: 10px;
    }

    .good_bad_ulli>li {
        width: 100%;
        float: none;
    }

    .stock_list_box {
        font-size: 14px;
    }

    .indicator {
        display: none !important;
    }

    .first_how_margin,
    .second_how_margin,
    .third_how_margin,
    .fourth_how_margin,
    .fifth_how_margin {
        margin-top: 20px;
    }

    .how_fir {
        padding: 106px 0px;
    }

    .faq_ques>strong,
    .faq_ans>strong {
        width: 12%;
        margin-right: 2%;
    }

    .faq_ques>span,
    .faq_ans>span {
        width: 86%;
    }

    .auc_points>div:first-child {
        width: 23%;
        text-align: center;
    }

    .auc_points>div:last-child {
        width: 77%;
    }

    .enquiry_box>div {
        width: 100%;
    }

    .enquiry_box>div:after,
    .enquiry_box>div:before {
        border: none;
    }

    .why_chs>div.wc_icon {
        width: 34%;
        margin-right: 2%;
    }

    .why_chs>div.wc_text {
        width: 64%;
    }

    .stp_hd {
        width: 30%
    }

    .service_hd {
        text-align: center
    }

    .read_more {
        text-align: center
    }

    .day_box {
        width: 40%;
    }

    .auc_box {
        width: 59%;
        margin-right: 0% !important;
    }

    .make_box {
        width: 40%;
    }

    .model_box {
        width: 59%;
        margin-right: 0% !important;
    }

    .chs_box {
        width: 40%;
    }

    .filter_box {
        width: 59%;
        margin-right: 0% !important;
    }

    .list_main {
        border-bottom: none;
    }

    .list_div {
        background: #F8F8F8;
        margin-bottom: 20px;
        box-shadow: 0px 2px 10px -6px #999999;
    }

    .list_div>div {
        border-left: none;
        height: auto;
        font-size: 14px;
        text-align: left;
    }

    .list_div>div>span {
        display: block;
        font-size: 12px;
        color: #999999
    }

    .aucgrade_cap {
        float: none;
        margin-right: 0%;
    }

    .one_list {
        width: 19%;
    }

    .two_list {
        width: 30%;
    }

    .three_list {
        width: auto;
    }

    .four_list {
        width: auto;
    }

    .five_list {
        width: 33.33%;
        clear: both;
    }

    .six_list,
    .seven_list,
    .eight_list,
    .nine_list,
    .ten_list,
    .ele_list,
    .twe_list,
    .thirt_list,
    .fourt_list,
    .fift_list,
    .sixt_list,
    .sev_list {
        width: 33.33%;
    }

    .list_div>div:last-child {
        border-right: none;
        clear: both;
        float: none;
        width: 100%;
        visibility: hidden;
        height: 0px;
    }

    .list_div:nth-child(4n-2)>div {
        background: #F8F8F8;
    }

    .single_margin {
        padding-top: 0px !important;
    }

    .double_margin {
        padding-top: 0px !important;
    }

    .list_search {
        padding: 10px;
    }

    .list_fob {
        text-align: left;
    }

    .sold_detail {
        font-size: 58px;
    }

    .stock_list_box {
        padding: 5px;
    }

    .stock_list_box div div div div h2 {
        font-size: 20px;
    }

    .list_image {
        margin-bottom: 10px;
    }

    .list_details>div {
        border: none;
    }

    .list_details>div.list_year {
        width: 20%;
    }

    .status_detail {
        font-size: 40px;
        padding: 0;
    }

    .list_details>div.list_eng,
    .list_details>div.list_mil {
        width: 29%;
    }

    .list_details>div.list_chs {
        width: 42%;
    }

    .list_details>div.list_last {
        width: 100%;
    }

    .list_details>div>div:last-child {
        padding: 5px 0px;
    }

    .more-detail-btn {
        width: 100% !important;
        text-align: center !important;
    }

    .stklist_ulli {
        text-align: center;
    }

    .stklist_ulli>li {
        padding: 2px 5px;
        font-size: 12px;
    }

    .list_details>div>div:last-child {
        padding: 5px 0px;
        text-align: center !important;
    }

    .stkdetail_heading {
        font-size: 20px;
    }

    .detail_ulli>li::after {
        padding: 0px 4px;
    }

    .freight_box {
        padding: 10px;
    }

    .rec_stock>a>div.image {
        min-height: 126px;
    }

    .rec_stock>a>div.image>img {
        max-height: 126px;
    }

    .static_width {
        width: 100%;
        float: none;
    }

    .local_box {
        background: none;
    }

    .best_offer {
        width: 100%;
        line-height: 25px !important;
        font-size: 13px;
    }

    .country_cars {
        width: 50%;
    }

    .campaign_box {
        width: 100%;
        margin: 0%;
    }

    .list-detail {
        background: #E8E8E8;
        padding: 0px;
        margin-bottom: 30px;
    }

    .list-detail>div {
        display: inline-block !important;
        width: 100% !important;
    }

    .list-p4 p {
        font-size: 14px !important;
        margin-bottom: 5px;
    }

    .list-p1 {
        width: 8% !important;
    }

    .list-detail>div>div {
        display: table-cell !important;
        float: left;
        border-bottom: 1px dotted #CCCCCC;
        padding: 5px !important;
        width: 50%;
    }

    .list-detail>div>div:last-child {
        clear: both;
        float: none;
        border-bottom: none;
        border-right: none;
    }

    .list-detail>div>div>span,
    .list-header>div>div>span {
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
    }

    .list-w1,
    .list-w2 {
        width: 50%;
    }

    .list-w3,
    .list-w4,
    .list-w5,
    .list-w6,
    .list-w7,
    .list-w8,
    .list-w9,
    .list-w10,
    .list-w11 {
        width: 100%;
    }

    .list-wp1,
    .list-wp2 {
        width: 50%;
    }

    .list-wp3,
    .list-wp4,
    .list-wp5 {
        width: 100%;
    }

    .list-ww1,
    .list-ww2,
    .list-ww3,
    .list-ww4,
    .list-ww6,
    .list-ww7,
    .list-ww8,
    .list-ww9,
    .list-ww10 {
        width: 50%;
    }

    .list-ww5 {
        width: 100%;
    }

    .package_heading {
        font-size: 24px;
        line-height: 29px;
    }

    .xs-font-26 {
        font-size: 26px !important;
    }

    .hp_news {
        padding: 0px 0px 5px;
        background-size: 100% 100%;
    }
}


/***********************************************EXAMPLE-STYLES.CSS********************************************/

#sb-site,
.sb-site-container {
    padding: 14px
}

.sb-slidebar {
    padding: 14px;
    color: #fff
}

html.sb-active #sb-site,
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
    cursor: pointer
}

#sb-site.top-padding {
    padding-top: 50px
}

#fixed-top {
    background-color: #3D71A3;
    z-index: 4
}

#fixed-top span.sb-toggle-left {
    float: left;
    color: #fff;
    padding: 20px 10px
}

#fixed-top span.sb-toggle-right {
    float: right;
    color: #fff;
    padding: 20px 10px
}


/***********************************************SLIDEBARS.CSS********************************************/

.menu_icon span {
    border: 2px solid #000000;
    display: block;
    position: relative;
    margin-bottom: 5px;
    width: 50px;
}

.menu_icon:hover span {
    border-color: #999;
}

.menu_icon>strong {
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.back_icon {
    font-size: 32px;
    line-height: 28px;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden
}

#sb-site,
.sb-site-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #FFF
}

#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
    content: ' ';
    display: table;
    clear: both
}

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    background-color: #222
}

.sb-slidebar,
.sb-slidebar * {
    -webkit-transform: translateZ(0px)
}

.sb-left {
    left: 0
}

.sb-right {
    right: 0
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute
}

.sb-slidebar.sb-active {
    display: block
}

.sb-style-overlay {
    z-index: 9999
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch
}

.sb-slidebar {
    width: 30%
}

.sb-width-thin {
    width: 15%
}

.sb-width-wide {
    width: 45%
}

@media (max-width: 480px) {
    .sb-slidebar {
        width: 70%
    }

    .sb-width-thin {
        width: 55%
    }

    .sb-width-wide {
        width: 85%
    }
}

@media (min-width: 481px) {
    .sb-slidebar {
        width: 55%
    }

    .sb-width-thin {
        width: 40%
    }

    .sb-width-wide {
        width: 70%
    }
}

@media (min-width: 768px) {
    .sb-slidebar {
        width: 40%
    }

    .sb-width-thin {
        width: 25%
    }

    .sb-width-wide {
        width: 55%
    }
}

@media (min-width: 992px) {
    .sb-slidebar {
        width: 30%
    }

    .sb-width-thin {
        width: 15%
    }

    .sb-width-wide {
        width: 45%
    }
}

@media (min-width: 1024px) {
    .slider.slider-horizontal {
        width: 190px;
        height: 20px;
    }

    .slider.slider-horizontal .slider-track {
        left: 2px;
    }
}

@media (min-width: 1200px) {
    .sb-slidebar {
        width: 20%
    }

    .sb-width-thin {
        width: 5%
    }

    .sb-width-wide {
        width: 35%
    }
}

.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}

.sb-hide {
    display: none
}


/*********************IMAGE GALLERY**********************/

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.slides>.slide>.slide-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.slides>.slide>.slide-content>img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -ms-touch-action: pan-y pinch-zoom;
    touch-action: pan-y pinch-zoom;
    display: block
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel>.slides {
    position: absolute
}

.blueimp-gallery>.slides>.slide {
    visibility: hidden;
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.blueimp-gallery>.slides>.slide-prev,
.blueimp-gallery>.slides>.slide-active,
.blueimp-gallery>.slides>.slide-next {
    visibility: visible
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(../images/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery-smil>.slides>.slide-loading {
    background-image: url(../images/loading.svg)
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(../images/error.png) center no-repeat
}

.blueimp-gallery-svgasimg>.slides>.slide-error {
    background-image: url(../images/error.svg)
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery-display>.prev,
.blueimp-gallery-display>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 20px;
    padding: 10px 14px 10px 18px;
    margin-top: -23px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #222 url(../images/prev.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: .5;
    cursor: pointer;
}

.blueimp-gallery-display>.next {
    right: 15px;
    left: auto;
    background-image: url(../images/next.png)
}

.blueimp-gallery-svgasimg>.prev {
    background-image: url(../images/prev.svg)
}

.blueimp-gallery-svgasimg>.next {
    background-image: url(../images/next.svg)
}

.blueimp-gallery-display>.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center no-repeat;
    opacity: .8;
    cursor: pointer;
}

.blueimp-gallery-svgasimg>.close {
    background-image: url(../images/close.svg)
}

.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 60px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery-display>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-svgasimg>.play-pause {
    background-image: url(../images/play-pause.svg)
}

.blueimp-gallery-playing>.play-pause {
    background-position: -30px 0
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
    color: #fff;
    opacity: 1
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative
}

*+html .blueimp-gallery>.slides>.slide>.slide-content>img {
    position: relative
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery>.indicator>li:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    top: -5em;
    left: 4px;
    width: 75px;
    height: 75px;
    transition: transform 600ms ease-out, opacity 400ms ease-out;
    transform: translateX(-50%) translateY(0) translateZ(0px);
    pointer-events: none
}

.blueimp-gallery>.indicator>li:hover:after {
    opacity: 1;
    border-radius: 50%;
    background: inherit;
    transform: translateX(-50%) translateY(-5px) translateZ(0px)
}

.blueimp-gallery>.indicator>.active:after {
    display: none
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: none
}

@media (prefers-color-scheme: light) {
    .blueimp-gallery-carousel {
        background: #fff
    }
}

/* ******************************* ajent css ******************************* */
.ajent_main_img{ border: #f2f2f2 2px solid;padding: 4px 4px 5px;}
.ajent_img{min-height: 160px; border: #f2f2f2 1px solid;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.ajent_img img {max-width: 100%;height: auto; max-height: 140px; /* width: 170px; height: 170px; border-radius: 50%;*/}
/* ******************************* ajent css ******************************* */


/**************************************BXSLIDER***********************/

.bxslider {
    padding-left: 0px;
}

.bx-wrapper {
    position: relative;
    margin: 0px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    left: 0px;
    overflow: visible !important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -7px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #CCCCCC;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #3c5a9a
}


/*.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: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}


/* RAHUL ADDED CSS PLEASE CHECK */

.com_myacc_box {
    margin-bottom: 20px;
    border: 1px dashed #5895e5;
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
}

.btn-default-gray {
    color: #fff;
    background-color: #333;
    display: inline-block;
    padding: 5px 15px;
    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 #333;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

#login_Pop {
    position: fixed;
    background: #fff;
    width: 50%;
    z-index: 999999999999;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 10px;
    text-align: center;
}

#login_Pop div {
    border: 1px solid #ccc;
    padding: 14px;
}

#login_Pop a {
    width: 25%;
    margin: auto;
}

#black_overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    z-index: 99999999;
    top: 0px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .py_bd_tb {
        margin-bottom: 15px;
    }

    .py_bd {
        border: 1px solid #ddd;
        border-bottom: none;
    }

    .py_bd:last-child {
        border-bottom: 1px solid #ddd;
    }

    .py_bd div {
        display: inline-block;
        width: 35%;
        padding: 5px;
        border-right: 1px solid #ddd;
        font-size: 13px;
    }

    .py_bd div:last-child {
        border-right: none;
        width: 63%;
    }

    .py_bd_1 {
        border: 1px solid #ddd;
        border-bottom: none;
    }

    .py_bd_1:last-child {
        border-bottom: 1px solid #ddd;
    }

    .py_bd_1 div {
        display: inline-block;
        width: 53%;
        padding: 5px;
        border-right: 1px solid #ddd;
        font-size: 15px;
    }

    .py_bd_1 div:last-child {
        border-right: none;
        width: 45%;
    }

    #total_amnt_block {
        border: 1px solid #ddd;
        border-top: none;
        margin-bottom: 10px;
    }

    #total_amnt_block div {
        display: inline-block;
        width: 49%;
        border-right: 1px solid #ddd;
        padding: 5px;
    }

    #total_amnt_block div:last-child {
        border-right: none;
    }
}