@charset "UTF-8";
.my-placeholder {
    color:#393939;
}
.d-inline-block{
    display:inline-block!important
}
.float-none{
    float:none!important
}
.right ul li a,
a,
ul#social-networks li a:hover {
    text-decoration: none
}

.img-holder,
.main-heading,
.tabset li,
.top-bar h2,
.top-caption {
    text-align: center
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline
}

body {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #000;
    background: url(../images/bg-body.jpg)
}

.text,
.text1,
.text2,
.text3 {
    font-size: 13px;
}

body,
html {
    margin: 0;
    padding: 0
}

fieldset {
    padding: 0;
    border: 0
}

a {
    outline: 0!important
}

a:hover {
    text-decoration: underline
}

input,
select,
textarea {
    vertical-align: middle;
    font-weight: 400;
    color: #393939;
    margin: 0;
    padding: 0
}

.wrapper,
.wrapper-v1 {
    margin: 0 auto;
    overflow: hidden
}

.wrapper-v1 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .89);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .89);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .89)
}

.wrapper {
    width: 1000px
}

.reg-box-v011 {
    margin-left: -47px;
}

.grid-holder:after,
.grid:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.grid {
    /*margin-left: -30px*/
}
.grid-holder {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.grid .column {
    /*    float: left;
        margin: 0 0 30px 30px*/
}

.c-one-half {
    width: 705px
}

.c-one-third {
    width: 284px
}

.c-one-fourth {
    width: 200px
}

.c-one-fifth {
    width: 190px
}

.c-one-sixth {
    width: 142px
}

.c-three-fourth {
    width: 590px
}

.c-four-fifth {
    width: 960px
}

.grid .column.mt0 {
    margin-bottom: 0
}

.container-m {
    background: url(../images/bg-content-m.jpg) left top repeat-y;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto
}

.container-b {
    width: 960px;
    padding: 18px 20px 20px;
    margin: 0 auto 10px;
    background: url(../images/bg-content-t.jpg) left top no-repeat;
    position: relative;
    font-family: Verdana, Geneva, sans-serif
}

.text2 {
    height: 210px
}

.container {
    background: url(../images/bg-content-b.jpg) left bottom no-repeat;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.align_right {
    text-align: right
}

.align_left {
    text-align: left;
    margin-top: 15px
}

.align_center {
    text-align: center
}

.align_justify {
    text-align: justify
}

a {
    color: #0056b3;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.flex-column{
    -ms-flex-direction:column!important;
    flex-direction:column!important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}


/*a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}*/

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0 0 1rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #868e96;
}

#main-header {
    overflow: hidden
}

.top-bar {
    background: #000;
    width: 100%;
    margin: 0 0 15px;
    height: 18px;
    overflow: hidden
}

.top-bar h2 {
    width: 930px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 18px;
    color: #ccc;
    position: relative
}

.logo,
.right {
    margin-bottom: 0!important
}

.uk-logo,
.uk-logo-1 {
    width: 29px;
    height: 12px;
    position: absolute;
    top: 3px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

.uk-logo {
    left: 0;
    background: url(../images/sprite.png) -946px -100px no-repeat
}

.uk-logo-1 {
    right: -10px;
    background: url(../images/sprite.png) -948px -100px no-repeat
}

.logo {
    width: 274px;
    height: 59px;
    float: left;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sprite.png) left -244px no-repeat;
    /*margin-left: 45px!important;*/
    opacity: .6;
    /*    margin-top: 10px!important*/
}

.logo a {
    display: block;
    height: 100%
}

.right {
    padding: 10px 0
}

.phone-no {
    /*    position: relative;
        float: left;
        width: 50%;
        margin: -8px 0 0 34px*/
}

.number {
    color: #000;
    float: left;
    font-size: 26px;
    font-weight: 700;
    height: 64px;
    line-height: 55px;
    padding: 0 0 0 86px;
    width: 246px;
    background: url(../images/phone-no.png) left top no-repeat
}

.top-caption {
    font: 700 14px/18px Verdana, Geneva, sans-serif;
    color: #f66;
    padding-top: 2px;
    display: block;
    padding-left: 29px
}

.engines-homepage-holder,
.homepage-holder,
.item-detail-h,
.navigation ul li,
.right ul li {
    font-family: Verdana, Geneva, sans-serif
}

.right ul {
    margin: -3px 0;
    padding: 0;
    list-style: none;
    float: right;
}

.right ul li {
    float: left
}

.right ul li a {
    color: #4d4d4d;
    display: block;
    font-size: 11px;
    margin: 0 0 0 1px;
    border-left: 1px solid #ccc;
    text-transform: capitalize;
    line-height: 20px;
    padding: 0 5px
}

.right ul li:first-child a {
    border: 0
}

.right ul li a:hover {
    color: #000
}

ul#social-networks {
    padding: 0;
    list-style: none;
    position: absolute;
    top: 45px;
    right: 23px
}

ul#social-networks li {
    float: left;
    padding: 0;
    margin: 0 10px 0 0
}

ul#social-networks li a {
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    display: block;
    overflow: hidden
}

.twitter {
    background: url(../images/sprite.png) -673px -191px no-repeat
}

.twitter:hover {
    background: url(../images/sprite.png) -673px -222px no-repeat
}

.youtube {
    background: url(../images/sprite.png) -710px -193px no-repeat
}

.youtube:hover {
    background: url(../images/sprite.png) -710px -223px no-repeat
}

.facebook {
    background: url(../images/sprite.png) -606px -191px no-repeat
}

.facebook:hover {
    background: url(../images/sprite.png) -606px -222px no-repeat
}

.google {
    background: url(../images/sprite.png) -640px -191px no-repeat
}

.google:hover {
    background: url(../images/sprite.png) -640px -222px no-repeat
}

.navigation {
    width: 964px;
    float: left;
    height: 78px;
    margin: 15px 0 15px 7px!important;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)
}

.chzn-results,
.tabset li a.active,
.tabset li a:hover {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.navigation ul li {
    float: left;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    background: url(../images/bg-saprator.gif) left 2px no-repeat;
    position: relative
}

.navigation ul li:first-child {
    background: 0 0
}

.navigation ul li:first-child a {
    padding: 10px 20px;
    margin: 0
}

.navigation ul li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 952px;
    text-align: center;
    background-color: #2a2a2a;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px
}

.navigation ul li ul li {
    display: inline-block;
    padding: 0 21px;
    font-size: 13px;
    line-height: 18px;
    float: none;
    background: url(../images/bg-sub-nav.gif) left top no-repeat!important
}

.navigation ul li ul li:first-child {
    background: 0 0!important
}

.navigation ul li ul li a {
    display: block;
    padding: 8px 21px;
    color: #fff;
    margin-left: 4px!important
}

.navigation ul li ul li a:hover {
    background: 0 0;
    text-decoration: underline
}

.navigation ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    margin-left: 2px
}

.navigation ul li.active a,
.navigation ul li:first-child a:hover {
    -webkit-border-radius: 7px 0 0;
    border-radius: 7px 0 0
}

.navigation ul li a:hover,
.navigation ul li.active a {
    text-decoration: none;
    color: #fff;
    background-color: #2a2a2a
}

.navigation ul li a.last:hover {
    -webkit-border-radius: 0 7px 0 0;
    border-radius: 0 7px 0 0
}

.chzn-results {
    display: none;
    font-size: 16px;
    padding: 4px 8px;
    color: #000;
    border: 1px solid #ccc;
    margin: 0 auto;
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(253, 253, 253, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(237, 237, 237, 1)), color-stop(47%, rgba(253, 253, 253, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(253, 253, 253, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(253, 253, 253, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(253, 253, 253, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0, rgba(253, 253, 253, 1) 47%, rgba(255, 255, 255, 1) 100%)
}

.chzn-results option {
    margin: 5px
}

ul.nav-gearbox {
    left: -104px!important
}

.navigation ul li ul.nav-gearbox li a {
    padding: 10px 19px!important
}

.navigation ul li ul.nav-ancilleres li a,
.navigation ul li ul.nav-cylinderheads li a,
.navigation ul li ul.nav-engine-parts li a,
.navigation ul li ul.nav-sub-assemblies li a {
    padding: 10px 18px!important
}

ul.nav-cylinderheads {
    left: -364px!important
}

ul.nav-ancilleres {
    left: -526px!important
}

ul.nav-engine-parts {
    left: -648px!important
}

ul.nav-sub-assemblies {
    left: -792px!important
}

.img-holder img {
    display: block;
    margin: 0 auto 5px
}

.img-holder {
    opacity: .7
}

.breadcrumbs-outer {
    margin-top: 5px;
    margin-left: 29px
}

ul.breadcrumbs {
    margin: 8px 0 9px;
    padding: 0;
    list-style: none;
    clear: both;
    overflow: hidden
}

ul.breadcrumbs li {
    float: left;
    padding: 0 3px 0 0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    background: url(../images/arrow.png) -9px center no-repeat
}

ul.breadcrumbs li:first-child {
    background: 0 0
}

ul.breadcrumbs li a {
    font-size: 11px;
    line-height: 18px;
    padding: 14px 14px 10px 3px;
    color: #666;
    text-decoration: underline;
    background: url(../images/arrow.png) right 16px no-repeat
}

.item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6,
.item-price-1,
.last-res,
.shadow {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block
}

ul.breadcrumbs li a:hover {
    text-decoration: none;
    color: #000
}

.top-products {
    width: 940px;
    padding: 15px;
    float: left;
    margin-bottom: 15px!important;
}
.catagory {
    width: 204px;
    height: 233px;
}

.last-res {
    width: 209px;
    height: 233px
}

.catagory {
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 10px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 6px 25px 3px;
    position: relative
}

.img-1 {
    background: url(../images/sprite.png) left -530px no-repeat
}

.img-2 {
    background: url(../images/sprite.png) -217px -530px no-repeat rgba(0, 0, 0, 0)
}

.img-3 {
    background: url(../images/sprite.png) -428px -530px no-repeat
}

.img-4 {
    background: url(../images/sprite.png) left -774px no-repeat
}

.img-5 {
    background: url(../images/sprite.png) -292px -774px no-repeat
}

.img-6 {
    background: url(../images/sprite.png) -588px -774px no-repeat
}

.img-7 {
    background: url(../images/sprite.png) -640px -530px no-repeat rgba(0, 0, 0, 0)
}

.shadow {
    position: absolute;
    background: url(../images/box-shadow.png) no-repeat;
    top: 253px;
    width: 311px;
    height: 24px;
    left: 1px
}

.catagory-item {
    position: relative;
    display: block
}

.item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6 {
    position: absolute;
    top: 0;
    left: 0
}

.item-1 {
    background: url(../images/sprite.png) left -58px no-repeat;
    width: 104px;
    height: 94px
}

.item-7 {
    background: url(../images/sprite.png) -114px -58px no-repeat rgba(0, 0, 0, 0);
    height: 116px;
    width: 114px
}

.item-2 {
    background: url(../images/sprite.png) -372px -58px no-repeat rgba(0, 0, 0, 0);
    width: 114px;
    height: 110px
}

.item-3 {
    background: url(../images/sprite.png) -239px -58px no-repeat;
    width: 131px;
    height: 121px
}

.item-4 {
    background: url(../images/sprite.png) -385px -58px no-repeat;
    width: 104px;
    height: 98px
}

.item-5 {
    background: url(../images/sprite.png) -511px -58px no-repeat;
    width: 105px;
    height: 98px
}

.item-6 {
    background: url(../images/sprite.png) -115px -58px no-repeat rgba(0, 0, 0, 0);
    height: 113px;
    width: 120px
}

.item-price-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/sprite.png) -738px -59px no-repeat;
    width: 107px;
    height: 100px
}

.catagory-item:hover .item-detail,
.catagory-item:hover .item-price-1 {
    display: none
}

.catagory-item:hover .item-detail-h {
    display: block
}

.item-detail-h {
    background: url(../images/bg-white.png);
    width: 194px;
    padding: 5px 10px 10px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    font-size: 13px;
    line-height: 18px
}

.item-detail-h .item-heading-2 {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0 0 2px;
    line-height: 22px;
    color: #000
}

.homepage-holder {
    width: 960px;
    float: left;
    margin: 0
}

.main-heading {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 15px;
    color: #000
}

.homepage-holder .left {
    width: 650px;
    padding: 2px 0 0 10px;
    margin: 0;
    float: left
}

.tabset {
    margin: 0 0 2px;
    padding: 0;
    height: 25px;
    line-height: 24px
}

.tabset li {
    float: left;
    margin: 0 1px;
    list-style: none
}

.tabset li:first-child {
    margin-left: 0
}

.tabset li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 5px 3px;
    background: #A5A5A5;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #939393;
    border-bottom: none
}

.tabset li a.active,
.tabset li a:hover {
    color: #000;
    border: 1px solid #bdbcbd;
    border-bottom: none;
    padding-top: 11px;
    position: relative;
    z-index: 2;
    bottom: -1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dddfe3+100,f5f6f6+100,dddfe3+100 */
    background: #f5f6f6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRmZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dddfe3 100%, #f5f6f6 100%, #dddfe3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dddfe3 100%,#f5f6f6 100%,#dddfe3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dddfe3 100%,#f5f6f6 100%,#dddfe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#dddfe3',GradientType=0 ); /* IE6-8 */
    filter: none;
}

.tab-content,
.tab-content-arears,
.home-tab-content {
    padding: 20px;
    border: 1px solid #bdbcbd;
    background: #fff;
    color: #434343;
    font-size: 14px;
    line-height: 20px;
/*    text-align: justify; */
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1
}
.home-tab-content h4, .home-tab-content h5, .home-tab-content h6 {
    font-size: 16px;
    line-height: 22px;  
}
.engines-box-left h2,
.engines-box-left-2 h2,
.engines-box-left1 h2 {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)
}
.home-tab-content h2 {
    font-size: 20px;
    line-height: 26px;
}
.tab-content-arears {
    width: 915px;
    margin-top: 15px
}

.tab-content-arears h3 {
    width: 500px
}

.tab-content-arears h3 span {
    color: #EE0909;
    font-size: 13px
}

.tab-content span a {
    color: #000;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline
}

.tab-content a:hover {
    text-decoration: none
}

.tab-content p {
    margin: 0 0 10px
}

ul.why-us-list {
    margin: 0;
    padding: 0;
    list-style: none
}


ul.why-us-list li {
    padding: 0 0 0 50px;
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    background: url(../images/sprite.png) left -1270px no-repeat;
    margin-bottom: 2px
}

ul.why-us-list li:first-child {
    margin-bottom: 4px
}

.tab-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #434343;
    font-weight: 700
}
.tab-content ul li{list-style:none;}
.country-box {
    width: 95%;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.tab-content a{color:#00F;}
.tab-content h6{font-size:14px; line-height:22px;}
.england-flag,
.europe-flag,
.irish-flag,
.n-irish-flag,
.scotland-flag,
.wales-flag {
    padding: 0 0 0 40px
}

.england-flag {
    background: url(../images/sprite.png) left -1024px no-repeat;
    width: 94% !important;
}

.england-map {
    background: url(../images/sprite-map.png) 12px 0 no-repeat #F5F5F5;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    display: block
}

.wales-flag {
    background: url(../images/sprite.png) left -1063px no-repeat
}

.wales-map {
    background: url(../images/sprite-map.png) left -1360px no-repeat #F5F5F5
}

.scotland-flag {
    background: url(../images/sprite.png) left -1101px no-repeat
}

.scotland-map {
    background: url(../images/sprite-map.png) left -1528px no-repeat #F5F5F5
}

.n-irish-flag {
    background: url(../images/sprite.png) left -1148px no-repeat
}

.n-irish-map {
    background: url(../images/sprite-map.png) left -1735px no-repeat #F5F5F5
}

.irish-flag {
    background: url(../images/sprite.png) left -1193px no-repeat
}

.irish-map {
    background: url(../images/sprite-map.png) left -1852px no-repeat #F5F5F5
}

.europe-flag {
    background: url(../images/sprite.png) left -1233px no-repeat
}

.europe-map {
    background: url(../images/sprite-map.png) left -2019px no-repeat #F5F5F5
}

.country-box dl {
    margin: 0;
    padding: 0;
    list-style: none
}

.country-box dl dd {
    margin: 0 14px 0 0;
    width: 153px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    border-bottom: 1px dashed #434343;
    padding-bottom: 3px;
    opacity: 1;
    float: left
}

.country-box dl dt {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}

.homepage-holder .right {
    width: 272px;
    padding: 0;
    margin: 0 7px 0 0;
    float: right
}

.search-box {
    width: 258px;
    padding: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000;
    margin-bottom: 7px
}

.gsc-control-cse,
.gsc-input,
.gsib_a {
    padding: 0!important
}

.gsc-control-wrapper-cse {
    overflow: hidden
}

.gsc-control-cse {
    background: #000!important;
    border-color: #000!important
}

.cse .gsc-control-cse div,
.gsc-control-cse div {
    border-color: #FFF!important
}

#gsc-i-id1 {
    color: #848484!important;
    width: 190px!important;
    font-size: 16px!important;
    line-height: 18px!important;
    height: 18px!important;
    padding: 7px 10px 7px 15px!important;
    -webkit-border-radius: 30px 0 0 30px!important;
    border-radius: 30px 0 0 30px!important;
    border: 0!important;
    float: left!important;
    margin: -4px 0 0!important
}

.gsc-input-box {
    background: #000!important;
    border: 0!important;
    height: 25px!important
}

.gsib_b {
    display: none!important
}

td.gsc-search-button {
    float: left!important;
    margin: -1px 0 0 -2px!important;
    padding: 0!important
}

.gsc-results-wrapper-visible {
    background: #FFF!important
}

.gsc-search-button {
    background: #ccc!important;
    border-left: 1px solid #222!important;
    margin: 0!important;
    padding: 9px 17px 10px 7px!important;
    -webkit-border-radius: 0 30px 30px 0!important;
    border-radius: 0 30px 30px 0!important
}

.search-here {
    color: #848484;
    width: 205px;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    padding: 7px 0 7px 12px;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    border: 0;
    float: left
}

.search-btn {
    background: url(../images/sprite.png) -933px -57px no-repeat;
    width: 37px;
    height: 32px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: left;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden
}

.video a,
.video-box a {
    background: url(../images/sprite.png) -325px -192px no-repeat;
    font-size: 0;
    line-height: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden
}

.video-box {
    float: left;
    margin-left: 57px!important;
    width: 450px;
    height: 383px
}

.video,
.video a,
.video-box a {
    width: 270px;
    height: 168px
}

.video {
    float: left
}

.last-box {
    width: 100%;
    float: left;
    margin: 25px 0 15px
}

.last-box span {
    width: 300px;
    height: 124px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 30px
}

.last-box span:first-child {
    margin-left: 0
}

.infographics {
    background: url(../images/sprite.png) left -379px no-repeat
}

.fedex {
    background: url(../images/sprite.png) -303px -379px no-repeat
}

.paypal {
    background: url(../images/sprite.png) -604px -378px no-repeat
}

.top-pro-slider {
    width: 94.6%;
    padding: 10px;
    border: 1px solid #bababa;
    background: #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.top-pro-slider .inner-box {
    width: 100%;
    float: left;
    background: #fff;
    position: relative
}

.red-heading {
    position: absolute;
    top: -7px;
    left: 50px;
    background: url(../images/sprite.png) left -1912px no-repeat;
    width: 829px;
    height: 55px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 49px;
    color: #fff;
}

ul.slide {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.slide li {
    padding: 60px 28px 20px;
    float: left
}

.top-box {
    width: 220px;
    float: left
}

.mid-box {
    width: 194px;
    padding: 12px 1px 15px 14px;
    float: left;
    font-size: 11px;
    line-height: 17px;
    color: #3d3d3d;
    height: 169px;
    background: url(../images/bg-top.gif) left top no-repeat
}

.mid-box h4 {
    font-size: 13px;
    line-height: 19px;
    height: 75px;
    color: #000;
    margin: 0;
    padding: 3px 0 0 6px
}

.btn-deatail,
.btn-shop {
    height: 27px;
    width: 69px;
    float: left
}

.mid-box p {
    margin: 0 0 5px;
    padding: 0 0 0 6px;
    text-align: justify
}

.mid-box img {
    margin-bottom: 2px;
    display: none
}

.btn-deatail {
    background: url(../images/sprite.png) -757px -193px no-repeat;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 24px 0 0 13px;
    text-align: center
}

.btn-shop {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 24px 0 0 15px;
    background: url(../images/sprite.png) -838px -193px no-repeat
}

.top-pro-slider-1 {
    width: 96.6%;
    padding: 10px;
    border: 1px solid #e2e2e2;
    opacity: .65;
    background: #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0 20px 10px!important;
    float: left
}

.top-pro-slider-heading {
    opacity: .9;
    background: url(../images/sprite.png) 0 -2002px no-repeat;
    color: #fff;
    font-size: 19px;
    left: 42px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 620px
}

.two-slider {
    width: 96.6%;
    padding: 0;
    float: left
}

.two-slider .box {
    width: 46.5%;
    float: left
}

.two-slider .box h3 {
    margin: 0 0 10px 4px;
    font-size: 26px;
    line-height: 38px;
    color: #000
}

.two-slider .box:first-child {
    margin-right: 47px;
    margin-left: 11px
}

.two-slider .box .inner-box {
    border: 1px solid #bababa;
    background: #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 96%;
    padding: 10px;
    height: 250px;
    position: relative;
    z-index: 1
}

.two-slider .box .inner-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 248px;
    overflow: hidden
}

.two-slider .box .inner-box ul li {
    padding: 0;
    background: #fff;
    width: 99%;
    position: relative
}

.two-slider .box .inner-box ul li img {
    margin: 0;
    display: block
}

.caption {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    background: rgba(66, 66, 66, .7);
    width: 91.4%;
    padding: 0 18px;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700
}

#next1,
#next2 {
    right: 22px;
    background: url(../images/aro.png) left top no-repeat
}

#prev1,
#prev2 {
    left: 22px;
    background: url(../images/aro2.png) left top no-repeat
}

#next1,
#next2,
#prev1,
#prev2 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 33%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 9999
}

.engines-box-left,
.engines-box-left-2 {
    margin-right: 20px;
    background: #fff;
    margin-bottom: 10px
}

.engine-box-outer {
    margin-top: 30px
}

.engines-box {
    width: 960px;
    overflow: hidden;
    padding: 0 0 25px
}

.engine-box-left-with-image {
    width: 191px;
    float: left;
    margin-right: 20px
}

.engines-box-left {
    width: 191px;
    float: left;
    border: 1px solid #bbb;
    border-radius: 7px
}

.engines-box-left-2 {
    width: 191px;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    overflow: hidden
}

.engines-box-left-2 h2 {
    color: #959595;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    border-radius: 7px 7px 0 0;
    margin: 0;
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%)
}

.engines-box-left-2 ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    overflow: hidden
}

.engines-box-left-2 ul li {
    border-top: 1px dashed #201e1e;
    padding: 2px 5px
}

.engines-box-left-2 ul li a,
.engines-box-left-2 ul li span {
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 15px;
    display: block
}

.engines-box-left-2 ul li:first-child {
    border: 0
}

.engines-box-left-2 ul li a {
    color: #201e1e;
    background: url(../images/a-black.png) 5px 6px no-repeat #fff
}

.engines-box-left-2 ul li a:hover {
    background: url(../images/a-white.png) 5px 6px no-repeat #ec2226;
    color: #fff;
    text-decoration: none
}

.engines-box-left-2 ul li span {
    text-decoration: none;
    color: #201e1e;
    background: url(../images/a-black.png) 5px 6px no-repeat #fff
}

.engines-box-left h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    color: #858585;
    width: 191px;
    border-radius: 5px 5px 0 0;
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%)
}

.engines-box-left ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    overflow: hidden;
    float: left
}

.engines-box-left ul li {
    border-top: 1px dashed #201e1e;
    padding: 2px 5px
}

.engines-box-left ul li:first-child {
    border: 0
}

.engines-box-left ul li a {
    font-size: 11px;
    line-height: 17px;
    padding: 0 0 0 15px;
    color: #201e1e;
    display: block;
    background: url(../images/a-black.png) 5px 6px no-repeat #fff
}

.engines-box-left ul li a:hover {
    background: url(../images/a-white.png) 5px 6px no-repeat #ec2226;
    color: #fff;
    text-decoration: none
}

.engines-box-left ul li span {
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 15px;
    color: #201e1e;
    display: block;
    background: url(../images/a-black.png) 5px 6px no-repeat #fff
}

.engines-top-products .catagory .catagory-item .item-price,
.engines-top-products .catagory .last-res,
.shadow-1 {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block
}

.engines-box-right {
    width: 737px;
    float: left;
    margin-left: 10px
}

.engine-hover {
    margin-left: 18px
}

.engines-top-products {
    width: 675px;
    padding: 0;
    float: left;
    margin: 0 0 15px;
}

.engines-top-products .catagory {
    width: 215px;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 10px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 6px 25px 3px;
    position: relative
}

.engines-top-products .catagory .catagory-item {
    display: block;
    position: relative
}

.engines-top-products .catagory .last-res {
    width: 214px;
    height: 200px
}

.engines-top-products .catagory .img-1 {
    background: url(../images/sprite.png) 12px -1321px no-repeat
}

.engines-top-products .catagory .img-2 {
    background: url(../images/sprite.png) -212px -1321px no-repeat
}

.engines-top-products .catagory .img-3 {
    background: url(../images/sprite.png) -434px -1321px no-repeat
}

.engines-top-products .catagory .img-4 {
    background: url(../images/sprite.png) -661px -1321px no-repeat
}

.engines-top-products .catagory .img-5 {
    background: url(../images/sprite.png) 5px -1538px no-repeat
}

.engines-top-products .catagory .img-6 {
    background: url(../images/sprite.png) -215px -1538px no-repeat
}

.shadow-1 {
    background: url(../images/sprite.png) left -1974px no-repeat;
    bottom: -26px;
    height: 26px;
    left: 0;
    position: absolute;
    width: 231px
}

.engines-top-products .catagory .catagory-item .item-1,
.engines-top-products .catagory .catagory-item .item-2,
.engines-top-products .catagory .catagory-item .item-3,
.engines-top-products .catagory .catagory-item .item-4,
.engines-top-products .catagory .catagory-item .item-5,
.engines-top-products .catagory .catagory-item .item-6 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block
}

.engines-top-products .catagory .catagory-item .item-1 {
    background: url(../images/sprite.png) -552px -1540px no-repeat;
    width: 104px;
    height: 94px
}

.engines-top-products .catagory .catagory-item .item-2 {
    background: url(../images/sprite.png) -655px -1540px no-repeat;
    width: 106px;
    height: 110px
}

.engines-top-products .catagory .catagory-item .item-3 {
    background: url(../images/sprite.png) -767px -1540px no-repeat;
    width: 131px;
    height: 121px
}

.engines-top-products .catagory .catagory-item .item-4 {
    background: url(../images/sprite.png) -442px -1665px no-repeat;
    width: 104px;
    height: 98px
}

.engines-top-products .catagory .catagory-item .item-5 {
    background: url(../images/sprite.png) -553px -1665px no-repeat;
    width: 105px;
    height: 98px
}

.engines-top-products .catagory .catagory-item .item-6 {
    background: url(../images/sprite.png) -670px -1665px no-repeat;
    width: 105px;
    height: 98px
}

.engines-top-products .catagory .catagory-item .item-price {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/sprite.png) -450px -1540px no-repeat;
    width: 93px;
    height: 102px
}

.engines-top-products .catagory .catagory-item:hover .item-detail {
    display: block
}

.engines-top-products .catagory .catagory-item .item-detail {
    background: url(../images/bg-black.png);
    width: 194px;
    padding: 5px 10px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 9px;
    line-height: 14px;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff
}

.engines-top-products .catagory .catagory-item .item-detail .item-heading-2 {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0 0 2px;
    line-height: 18px
}

.engines-top-products .catagory .catagory-item:hover .item-detail-h {
    display: none
}

.engines-homepage-holder .last-box span,
.read-more {
    font-size: 0;
    line-height: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden
}

.read-more {
    background: url(../images/sprite.png) -855px -58px no-repeat;
    width: 67px;
    height: 24px;
    float: right;
    margin: 5px 0 0
}

.engines-homepage-holder {
    width: 740px;
    float: left;
    margin: 0
}

.engines-homepage-holder .left {
    width: 726px;
    padding: 10px 0 0 10px;
    margin: 0;
    float: left
}

.engines-homepage-holder .last-box {
    float: left;
    margin: 25px 0 15px;
    width: 100%
}

.engines-homepage-holder .last-box span {
    width: 210px;
    height: 118px;
    float: left;
    margin-left: 30px
}

.engines-homepage-holder .last-box span:first-child {
    margin-left: 25px
}

.engines-homepage-holder .infographics {
    background: url(../images/sprite.png) -760px -1009px no-repeat
}

.engines-homepage-holder .fedex {
    background: url(../images/sprite.png) -760px -1127px no-repeat
}

.engines-homepage-holder .paypal {
    background: url(../images/sprite.png) -761px -1779px no-repeat
}

.engines-heading {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
    color: #000
}

.footer {
    width: 960px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    line-height: 20px;
}

.copyright {
    font: 12px/18px Verdana, Geneva, sans-serif;
    /*color:#999*/
}

.review,
.review-full {
    font-family: Helvetica, Arial, sans-serif
}

.review {
    background: #ebebeb;
    border: 1px solid #bababb;
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px
}

.review .inner-box {
    background: #fff;
    width: 99%;
    padding: 5px;
    overflow: hidden
}

.review .inner-box .view-holder {
    float: left;
    width: 25%;
    padding: 6px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #bababb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.review .inner-box .view-holder img {
    float: left;
    margin: 0;
    width: 100%;
    height: 114px
}

.view-detail {
    background: #000;
    color: #FFF;
    float: left;
    font-size: 12px;
    line-height: 17px;
    padding: 3%;
    text-align: left;
    width: 94%
}

.view-detail em {
    font-style: normal;
    font-size: 12px;
    line-height: 16px
}

.review .inner-box .right-col {
    width: 68.9%;
    padding: 5px;
    float: left;
    background: #ebebeb;
    border: 1px solid #bababb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.review .inner-box .right-col .detail-box {
    width: 97.4%;
    padding: 8px;
    background: #fff;
    float: left
}

.quote-left,
.quote-right {
    width: 28px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 0 8px 0 0;
    background: url(../images/reviews-quote.png) left top no-repeat
}

.quote-right {
    background: url(../images/reviews-quote.png) right top no-repeat;
    float: right;
    margin: 0 0 0 12px
}

.review-heading {
    float: left;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin: 0 0 15px;
    width: auto!important
}

.review .inner-box .right-col .inner-col {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 16px
}

.review .inner-box .right-col .inner-col p {
    margin: 0
}

.review .inner-box .right-col .inner-col h4 {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 0
}

.ratting {
    width: 100%;
    float: left;
    padding: 0;
    line-height: 20px
}

.ratting-box {
    float: left;
    width: 64%
}

.ratting-box:first-child {
    width: 36%
}

.ratting-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%
}

.ratting-box ul li {
    padding: 0;
    line-height: 18px;
    color: #000;
    font-size: 12px
}

.ratting-stars {
    float: right!important;
    margin: -4px 0 0;
    width: 41%
}

.ratting-stars img {
    height: 19px;
    width: 100%
}

.full-review {
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #d70808;
    float: right;
    margin: 0 3px 0 0
}

.view-all {
    float: right;
    color: red
}

.review-full {
    background: #ebebeb;
    border: 1px solid #bababb;
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px
}

.make-items,
.make-main-box {
    font-family: Verdana, Geneva, sans-serif
}

.review-full .inner-box {
    background: #fff;
    width: 98.9%;
    padding: 5px;
    overflow: hidden
}

.review-full .inner-box .view-holder {
    float: left;
    width: 24%;
    padding: 6px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #bababb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.review-full .inner-box .view-holder img {
    float: left;
    margin: 0;
    width: 100%;
    height: 138px
}

.view-detail-full {
    background: #000;
    color: #FFF;
    float: left;
    font-size: 12px;
    line-height: 17px;
    padding: 3%;
    text-align: left;
    width: 94%
}

.view-detail-full em {
    font-style: normal;
    font-size: 12px;
    line-height: 16px
}

.review-full .inner-box .right-col {
    width: 71.9%;
    padding: 5px;
    float: left;
    background: #ebebeb;
    border: 1px solid #bababb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.review-full .inner-box .right-col .detail-box {
    width: 97.5%;
    padding: 8px;
    background: #fff;
    float: left
}

.quote-left-full,
.quote-right-full {
    width: 28px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 0 8px 0 0;
    background: url(../images/reviews-quote.png) left top no-repeat
}

.quote-right-full {
    background: url(../images/reviews-quote.png) right top no-repeat;
    float: right;
    margin: 0 0 0 12px
}

.review-heading-full {
    float: left;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin: 0 0 15px
}

.review-full .inner-box .right-col .inner-col {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 24px
}

.review-full .inner-box .right-col .inner-col p {
    margin: 0
}

.review-full .inner-box .right-col .inner-col h4 {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0
}

.ratting-full {
    width: 100%;
    float: left;
    padding: 0;
    line-height: 20px
}

.ratting-box-full {
    float: left;
    width: 64%
}

.ratting-box-full:first-child {
    width: 36%
}

.ratting-box-full ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%
}

.ratting-box-full ul li {
    padding: 0;
    line-height: 24px;
    color: #000;
    font-size: 12px
}

.ratting-stars-full {
    float: right!important;
    margin: -4px 0 0;
    width: 47%;
    height: 20px
}

.ratting-stars-full img {
    height: 19px;
    width: 100%
}

.full-review-full {
    font-size: 13px;
    line-height: 16px;
    text-decoration: underline;
    color: #d70808;
    float: right;
    margin: 0 3px 0 0
}

.view-all-full {
    float: right;
    color: red
}

.make-main-box {
    float: left;
    width: 87%;
    margin: 0 0 30px 30px;
    position: relative
}

.make-main-box .arrow-green,
.make-main-box .shade {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

.make-main-box .shade {
    background: url(../images/sprite.png) 0 -2049px no-repeat;
    left: 9px;
    bottom: -45px;
    width: 637px;
    height: 45px
}

.make-main-box .arrow-green {
    background: url(../images/sprite.png) -761px -1980px no-repeat;
    right: -61px;
    bottom: 35px;
    width: 172px;
    height: 140px
}

.make-main-heading {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
    color: #000;
    text-align: center
}

.make-main-box .inner-box {
    width: 95.3%;
    float: left;
    padding: 50px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.make-list-border,
.make-main-box .inner-box .make-list {
    width: 488px;
    height: 26px;
    background: #fff;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box .make-list {
    padding: 2px 5px;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.make-list-border {
    padding: 2px 5px;
    border: 3px solid #48a52c;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.make-list-border:focus,
.make-main-box .inner-box .make-list:focus {
    width: 486px
}

.make-list-border option,
.make-main-box .inner-box .make-list option {
    height: 22px;
    padding: 2px 5px
}

.make-main-box .inner-box .make-btn {
    background: url(../images/sprite.png) 0 -2098px no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 64px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.make-main-box .inner-box .make-btn:hover {
    cursor: pointer;
    background: url(../images/sprite.png) 0 -2162px no-repeat
}

.make-main-box .inner-box h2 {
    width: 620px;
    position: absolute;
    top: -26px;
    left: 12px;
    font-size: 19px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: url(../images/sprite.png) 0 -2002px no-repeat
}

.make-items {
    width: 98.9%;
    float: left;
    margin: 20px 0 0 9px;
    padding: 0
}

.mian-review,
.offer-heading,
.pagination {
    font-family: Helvetica, Arial, sans-serif
}

.make-items-heading {
    margin: 4px 0 18px;
    font-size: 22px;
    line-height: 26px;
    color: #201e1e
}

.make-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.make-items ul li {
    width: 100%;
    font-size: 10px;
    line-height: 14px
}

.make-items ul li.list-1 {
    background: #000;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #fff;
    padding: 5px 0
}

.make-items ul li.list-2 {
    background: #eaeaea!important;
    float: left!important;
    width: 100%!important;
    color: #1c1c1c!important;
    font-size: 10px!important;
    line-height: 15px!important;
    padding: 5px 0!important
}

.make-items ul li.list-3 {
    background: #fff;
    float: left;
    width: 100%;
    color: #1c1c1c;
    font-size: 10px;
    line-height: 15px;
    padding: 9px 0
}

.make-items ul li.last-item {
    background: #000;
    float: left;
    width: 100%;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.list-item-1,
.list-item-2,
.list-item-3,
.list-item-4,
.list-item-5,
.list-item-6,
.list-item-7 {
    float: left;
    text-align: center
}

.list-item-1 {
    width: 18.2%
}

.list-item-2 {
    width: 17%
}

.list-item-3 {
    width: 11.5%
}

.list-item-4 {
    width: 13%
}

.list-item-5 {
    width: 8%
}

.list-item-6 {
    width: 17%
}

.list-item-7 {
    width: 15.3%
}

.list-item-7 em {
    font-weight: 700;
    font-style: normal
}

.mian-review {
    background: #ebebeb;
    border: 1px solid #bababb;
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 30px;
    float: left
}

.mian-review .inner-box {
    background: #fff;
    width: 99%;
    padding: 5px;
    overflow: hidden
}

.mian-review .inner-box .view-holder {
    float: left;
    width: 240px;
    padding: 6px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #bababb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.mian-review .inner-box .view-holder img {
    float: left;
    height: 167px;
    margin: 0;
    width: 239px
}

.mian-review .view-detail {
    background: #000;
    width: 94%;
    padding: 3%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.mian-review .view-detail em {
    font-style: normal;
    font-size: 12px;
    line-height: 16px
}

.mian-review .inner-box .right-col {
    width: 669px;
    padding: 5px;
    float: left;
    background: #ebebeb;
    border: 1px solid #bababb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.mian-review .inner-box .right-col .detail-box {
    width: 629px;
    padding: 15px 20px;
    background: #fff;
    float: left
}

.mian-review .quote-left,
.mian-review .quote-right {
    width: 28px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 0 8px 0 0;
    background: url(../images/reviews-quote.png) left top no-repeat
}

.mian-review .quote-right {
    background: url(../images/reviews-quote.png) right top no-repeat;
    float: right;
    margin: 0 0 0 12px
}

.mian-review .review-heading {
    float: left;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin: 0 0 15px
}

.mian-review .inner-box .right-col .inner-col {
    float: left;
    width: 629px;
    font-size: 17px;
    line-height: 24px
}

.mian-review .inner-box .right-col .inner-col p {
    margin: 0 0 6px
}

.mian-review .inner-box .right-col .inner-col h4 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0
}

.mian-review .ratting {
    width: 100%;
    float: left;
    padding: 0;
    line-height: 30px
}

.mian-review .ratting-box {
    float: left;
    width: 329px
}

.mian-review .ratting-box:first-child {
    width: 300px
}

.mian-review .ratting-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%
}

.mian-review .ratting-box ul li {
    padding: 0;
    line-height: 30px;
    color: #000;
    font-size: 15px
}

.mian-review .ratting-box ul li span {
    float: left
}

.mian-review .ratting-stars {
    float: right!important;
    margin: -4px 0 0
}

.mian-review .ratting-stars img {
    width: 100%;
    height: 25px
}

.mian-review .full-review {
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #d70808;
    float: right;
    margin: 0 3px 0 0
}

.pagination {
    background: #ebebeb;
    border: 1px solid #bababb;
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    float: left
}

.pagination ul {
    background: #fff;
    margin: 0;
    padding: 2px 0;
    list-style: none;
    text-align: center;
    position: relative
}

.first,
.last,
.next,
.prev {
    position: absolute;
    top: 2px;
    width: 85px
}

.pagination ul li {
    display: inline-block;
    padding: 0 2px
}

.pagination ul li a {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
    text-decoration: none;
    background: #979797;
    border: 1px solid #737373;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700
}

.pagination ul li a.active,
.pagination ul li a:hover {
    background: #ffac44;
    border: 1px solid #d07300
}

.first {
    left: 0
}

.prev {
    left: 89px
}

.next {
    right: 89px
}

.last {
    right: 0;
    float: right
}

.engines-homepage-holder1 {
    width: 950px!important
}

.engines-homepage-holder1 .left {
    width: 940px!important;
    padding-top: 18px
}

.country-box-1 dl dt {
    width: 700px!important
}

.engines-box-left1 {
    width: 277px;
    float: left;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 9px solid #000;
    border-top: 7px solid #000;
    margin: 0 20px 10px 0;
    background: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 810px
}

.engines-box-left1 h2 {
    font-size: 16px;
    line-height: 29px;
    padding: 0 0 0 15px;
    margin: 0;
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 34%, rgba(237, 237, 237, 1) 100%)
}

.engines-box-left1 ul {
    margin: 0;
    padding: 0 18px
}

.engines-box-left1 ul li:first-child {
    border: 0
}

.engines-box-left1 ul li a {
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 19px;
    color: #201e1e;
    display: block;
    background: url(../images/a-black.png) 5px 6px no-repeat #fff
}

.engines-box-left1 ul li a:hover {
    background: url(../images/a-white.png) 5px 6px no-repeat #ec2226;
    color: #fff;
    text-decoration: none
}

.offer-heading {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 35px;
    padding: 5px 0;
    letter-spacing: 1px;
    color: #222;
    text-align: center;
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999
}

.offer-heading-1 {
    margin: 0 0 10px!important;
    font-size: 16px!important;
    padding: 0 0 5px 5px!important;
    line-height: 24px!important;
    letter-spacing: 1px!important;
    color: #66AE3E!important;
    font-family: Helvetica, Arial, sans-serif!important;
    background: 0 0!important
}

.offer-box,
.offer-heading-2 {
    font-family: Helvetica, Arial, sans-serif
}

.offer-heading-2 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #222
}

.offer-heading-2 span {
    border-bottom: 1px solid #222;
    padding: 0 0 5px 5px
}

.offer-heading-2 span a {
    color: #222;
    display: block;
    text-decoration: none
}

.offer-heading-2 span.down-ref {
    display: inline-block;
    margin: 0 0 22px
}

.offer-box {
    width: 100%
}

.offer-box p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
    color: #222
}

.inner-offer-box {
    width: 90%;
    position: relative;
    padding: 0 0 0 10%
}

.location-box {
    padding: 0!important;
    width: 96.8%!important;
    background: 0 0
}

.map-location {
    border: 1px solid #000;
    overflow: hidden;
    margin: 0 0 20px
}

.from-location {
    float: left;
    width: 28%;
    margin: 0 0 0 25px;
    padding: 10px 15px
}

.from-location:first-child {
    margin: 0
}

.bg-1 {
    background-color: rgba(205, 205, 205, .5)
}

.bg-2 {
    background-color: rgba(215, 215, 215, .4)
}

.bg-3 {
    background-color: rgba(245, 245, 245, .8)
}

.from-location ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.from-location ul li {
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333
}

.categories-box {
    width: 100%!important
}

.inner-map {
    width: 100%;
    overflow: hidden;
    height: 30px;
    background: red
}

#rehan {
    width: 500px;
    height: 500px
}

.download-img {
    left: 268px;
    position: absolute;
    top: 18px;
    right: 30px
}

ul.offer-list {
    margin: 20px 0 20px 70px;
    padding: 0;
    list-style: disc
}

ul.offer-list li {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 3px
}

ul.offer-list li:hover {
    padding: 0 0 0 5px
}

.inner-offer-box1 {
    width: 70%;
    position: relative;
    padding: 0
}

.slider-intro {
    float: right;
    width: 200px;
    margin: 0 0 0 10px
}

.slider-intro ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
    height: 200px;
    overflow: hidden
}

.slider-intro ul li {
    padding: 0;
    width: 194px;
    height: 194px;
    border: 3px solid #ccc;
    float: left
}

.slider-intro ul li img {
    width: 194px;
    height: 194px;
    float: left;
    margin: 0
}

.about-box,
.about-box .outter-box {
    width: 920px;
    float: left
}

.list-box {
    background: #f3f3f3;
    padding: 8px 0;
    border: 1px solid #666;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 2px 1px #e3e6e2;
    box-shadow: inset 1px 1px 2px 1px #e3e6e2
}

.list-box h3 {
    text-align: center;
    font-size: 20px
}

ul.tab-list li,
ul.tab-list li a {
    font-size: 18px;
    line-height: 24px
}

ul.side-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Helvetica, Arial, sans-serif
}

.about-box .outter-box .box,
.btn-vr1,
.make-main-box1,
.part-left,
.part-right {
    font-family: Verdana, Geneva, sans-serif
}

ul.side-nav li {
    padding: 3px 10px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

ul.side-nav .opener {
    display: block;
    color: #000;
    height: 1%;
    text-decoration: none;
    line-height: 30px;
    padding: 0 10px
}

ul.side-nav .ui-state-active {
    background-color: rgba(207, 207, 207, .4)
}

.accordion p {
    margin: 0;
    padding: 10px
}

.space-top {
    padding: 20px 0 0
}

ul.tab-list {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center
}

ul.tab-list li {
    padding: 0;
    color: #000
}

ul.tab-list li span {
    background: url(../images/tick-mark.png) left center no-repeat;
    padding: 0 0 0 25px
}

ul.tab-list li a {
    color: #666;
    display: block;
    text-decoration: underline
}

ul.tab-list li a:hover,
ul.tab-list-1 li a {
    text-decoration: none;
    color: #000
}

ul.tab-list-1 {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

ul.tab-list-1 li {
    padding: 0
}

ul.tab-list-1 li a {
    display: block;
    padding: 0 0 0 40px;
    font-size: 15px;
    line-height: 24px
}

ul.tab-list-1 li a:hover,
ul.year-help li strong {
    text-decoration: underline
}

ul.tab-list-1 li a:hover {
    color: #666
}

img {
    border: none
}

.left-column-image {
    padding-bottom: 10px;
    padding-top: 10px
}

.about-box {
    margin-top: 0!important;
    margin-left: 29px!important
}

.about-box .outter-box .box {
    width: 197px;
    position: relative;
    background: #d9d9d9;
    border: 1px solid #c3c3c3;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
    margin-left: 24px
}

.about-box .outter-box .box:first-child {
    margin-left: 0
}

.about-box .heading {
    position: absolute;
    width: 198px;
    height: 39px;
    left: 7px;
    top: -6px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    background: url(../images/bg-red.png) left top no-repeat
}

.contact-list,
.contact-list-1 {
    margin: 0 0 15px;
    color: #999;
    border: 1px solid #222;
    display: block
}

.about-box .about-shade {
    width: 217px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    bottom: -14px;
}

.contact-us {
    float: left;
    width: 72%;
    padding: 10px 0 0
}

.contact-list {
    font-size: 16px;
    line-height: 22px;
    width: 45%;
    height: 30px;
    padding: 0 3% 0 2%
}

.contact-list-1,
.form-box .btn {
    font-size: 22px;
    line-height: 22px
}

.contact-list-1 {
    min-width: 92%;
    max-width: 92%;
    min-height: 250px;
    max-height: 250px;
    padding: 1% 3% 2% 2%
}

.form-box {
    padding: 10px 0 20px;
    width: 100%
}

.form-box .btn {
    width: 250px;
    height: 38px;
    padding: 0 0 2px;
    border: 1px solid #3c7120;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #89c06c;
    background: -moz-linear-gradient(top, #89c06c 0, #85c066 18%, #7fbc5d 27%, #7ebb5c 32%, #78ba56 36%, #72b64f 45%, #6bb347 59%, #66ae3e 68%, #61ae3a 73%, #61ae3a 77%, #5ba932 86%, #5caa32 91%, #59a72f 95%, #59a72f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89c06c), color-stop(18%, #85c066), color-stop(27%, #7fbc5d), color-stop(32%, #7ebb5c), color-stop(36%, #78ba56), color-stop(45%, #72b64f), color-stop(59%, #6bb347), color-stop(68%, #66ae3e), color-stop(73%, #61ae3a), color-stop(77%, #61ae3a), color-stop(86%, #5ba932), color-stop(91%, #5caa32), color-stop(95%, #59a72f), color-stop(100%, #59a72f));
    background: -webkit-linear-gradient(top, #89c06c 0, #85c066 18%, #7fbc5d 27%, #7ebb5c 32%, #78ba56 36%, #72b64f 45%, #6bb347 59%, #66ae3e 68%, #61ae3a 73%, #61ae3a 77%, #5ba932 86%, #5caa32 91%, #59a72f 95%, #59a72f 100%);
    background: -o-linear-gradient(top, #89c06c 0, #85c066 18%, #7fbc5d 27%, #7ebb5c 32%, #78ba56 36%, #72b64f 45%, #6bb347 59%, #66ae3e 68%, #61ae3a 73%, #61ae3a 77%, #5ba932 86%, #5caa32 91%, #59a72f 95%, #59a72f 100%);
    background: -ms-linear-gradient(top, #89c06c 0, #85c066 18%, #7fbc5d 27%, #7ebb5c 32%, #78ba56 36%, #72b64f 45%, #6bb347 59%, #66ae3e 68%, #61ae3a 73%, #61ae3a 77%, #5ba932 86%, #5caa32 91%, #59a72f 95%, #59a72f 100%);
    background: linear-gradient(to bottom, #89c06c 0, #85c066 18%, #7fbc5d 27%, #7ebb5c 32%, #78ba56 36%, #72b64f 45%, #6bb347 59%, #66ae3e 68%, #61ae3a 73%, #61ae3a 77%, #5ba932 86%, #5caa32 91%, #59a72f 95%, #59a72f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#89c06c', endColorstr='#59a72f', GradientType=0)
}

address,
ul.video-box li span a {
    color: #222
}

address {
    font-style: normal;
    margin: 0 0 20px 40px;
    font-size: 14px;
    line-height: 18px
}

address span {
    display: block
}

.share-us {
    padding: 0 0 20px
}

.tags {
    padding-bottom: 10px;
    padding-left: 15px
}

ul.blog-networks {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    text-align: center
}

ul.blog-networks li {
    display: inline-block;
    padding: 0 25px 0 0
}

ul.blog-networks li a {
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background-position: left top
}

ul.blog-networks li a:hover {
    background-position: left bottom
}

.blog-twitter {
    background: url(../images/blog-twitter.png) no-repeat
}

.blog-flicker {
    background: url(../images/blog-flicker.png) no-repeat
}

.blog-facebook {
    background: url(../images/blog-facebook.png) no-repeat
}

.blog-skype {
    background: url(../images/blog-skype.png) no-repeat
}

.blog-vimeo {
    background: url(../images/blog-vimeo.png) no-repeat
}

.blog-yahoo {
    background: url(../images/blog-yahoo.png) no-repeat
}

.blog-youtube {
    background: url(../images/blog-youtube.png) no-repeat
}

.blog-rss {
    background: url(../images/blog-rss.png) no-repeat
}

.blog-bebo {
    background: url(../images/blog-bebo.png) no-repeat
}

.blog-linkedin {
    background: url(../images/blog-linkedin.png) no-repeat
}

.blog-tumblr {
    background: url(../images/blog-tumblr.png) no-repeat
}

.blog-googleplus {
    background: url(../images/blog-google.png) no-repeat
}

ul.video-box {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.video-box li {
    padding: 0;
    width: 100%;
    border: 1px solid #999;
    height: 300px
}

.item-price-2,
.item-price-3,
.item-price-4,
.item-price-5,
.item-price-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 107px;
    height: 100px;
    display: block
}

ul.video-box li span {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    background: rgba(66, 66, 66, .3)
}

.item-price-2,
.item-price-3,
.item-price-4,
.item-price-5,
.item-price-6,
.part-right .top-box .inner-box .shade-2,
.part-right .top-box .inner-box .side-border {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

.item-price-2 {
    background: url(../images/sprite.png) -3px -2266px no-repeat
}

.item-price-3 {
    background: url(../images/sprite.png) -112px -2266px no-repeat
}

.item-price-4 {
    background: url(../images/sprite.png) -220px -2266px no-repeat
}

.item-price-5 {
    background: url(../images/sprite.png) -331px -2266px no-repeat
}

.item-price-6 {
    background: url(../images/sprite.png) -440px -2266px no-repeat
}

.part-left .dim {
    background: #777575!important
}

.part-right .top-box {
    width: 710px;
    float: right;
    background: #d8d8d8;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 55px
}

.part-right .top-box .inner-box {
    width: 710px;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px 0 0
}

.part-right .top-box .inner-box .shade-2 {
    width: 716px;
    height: 51px;
    position: absolute;
    left: -3px;
    bottom: -62px;
    background: url(../images/shade-2.png) left top no-repeat
}

.part-right .top-box .inner-box .side-border {
    width: 27px;
    height: 67px;
    position: absolute;
    left: -25px;
    top: 20px;
    background: url(../images/bg-side-border.png) left top no-repeat
}

ul.part-nav {
    position: relative;
    z-index: 4;
    margin: -59px 0 13px -32px;
    padding: 0 10px 4px 0;
    list-style: none;
    text-align: center;
    width: 670px;
    -webkit-border-radius: 0 0 11px 11px;
    border-radius: 0 0 11px 11px;
    background: #f47b7f
}

ul.part-nav li.active {
    background: #ed3237
}

.part-right .top-box .inner-box .left {
    float: left;
    width: 169px;
    padding: 5px 3px 5px 7px;
    background: #ed3237;
    position: relative;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 211px 0 0 12px
}

.part-right .top-box .inner-box .left ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.part-right .top-box .inner-box .left ul li {
    padding: 3px 0 4px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-top: 1px solid #dd2227
}

.part-right .top-box .inner-box .left ul li:first-child {
    border: 0
}

.part-right .top-box .inner-box .right {
    float: left;
    padding: 0;
    width: 511px
}

.part-right .top-box .inner-box .right .box {
    width: 224px;
    padding: 6px;
    border: 5px solid #d8d8d8;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    float: left
}

.part-right .top-box .inner-box .right .box h3,
.part-right .top-box .inner-box .right .box h4 {
    border: 1px solid #d6d6d6;
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    text-align: center
}

.part-right .top-box .inner-box .right .box h3 {
    background: #2a2828;
    border-bottom: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px 0
}

.part-right .top-box .inner-box .right .box h4 {
    background: #99c500;
    border-bottom: 0;
    border-top: 0;
    padding: 3px 0;
    font-weight: 400
}

.part-right .top-box .inner-box .right .box img {
    display: block
}

.part-right .top-box .inner-box .right .box ul {
    border: 1px solid #d6d6d6;
    border-top: 0;
    margin: 0 0 8px;
    padding: 0 2px;
    list-style: none;
    width: 218px;
    background: #f3f3f3;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.part-right .top-box .inner-box .right .box ul li {
    width: 218px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0 4px;
    font-weight: 700;
    color: #010101;
    text-align: center;
    border-top: 1px solid #d9d9d9
}

.part-right .top-box .inner-box .right .box ul li:first-child {
    border: 0
}

.part-right .top-box .inner-box .right .box ul li strong {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 700;
    color: #da0e23
}

.part-right .top-box .inner-box .right .box .pro {
    float: left;
    margin: 0 0 0 2px
}

.part-right .top-box .inner-box .promotion .box:first-child,
.part-right .top-box .inner-box .right .box:first-child {
    margin-left: 0
}

.part-right .top-box .inner-box .promotion {
    width: 670px;
    float: left;
    padding: 10px 0 0;
    margin: 0 0 20px 20px
}

.part-right .top-box .inner-box .promotion .box {
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-left: 15px
}

.part-right .top-box .inner-box .promotion .box p {
    margin: 0
}

.part-right .top-box .inner-box .promotion .box h3 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0 3px
}

.part-right .top-box .inner-box .promotion .box img {
    float: left
}

.make-main-box1 {
    float: left;
    width: 87%;
    margin: 0 0 55px 30px;
    position: relative
}

.year-box-holder {
    width: 745px;
    float: left;
    position: relative;
}

.eng_code_heading {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #201e1e
}

.sub_heading {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #201e1e
}

.sub_heading span {
    color: #ec2226
}

.para {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 15px;
    color: #000
}

.nav-toggle,
.nav-toggle1 {
    width: 82px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    border: 0;
    float: left
}

.nav-toggle {
    background: url(../images/bg-show.jpg) left top no-repeat
}

.nav-toggle1 {
    background: url(../images/bg-hide.jpg) left top no-repeat
}

.click-proceed {
    display: inline;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #201e1e
}

.toggle-top {
    float: left;
    margin-bottom: 10px;
    width: 100%
}

.year-inner-box {
    background: #e1e1e1;
    width: 91.3%;
    float: left;
    padding: 50px 0 10px 15px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0 45px
}

.year-inner-box .arrow-green,
.year-inner-box .shade {
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden
}

.year-inner-box .shade {
    background: url(../images/sprite.png) 0 -2042px no-repeat;
    left: 40px;
    bottom: -44px;
    width: 637px;
    height: 45px
}

.year-inner-box .arrow-green {
    background: url(../images/arrow-sml.png) left top no-repeat;
    right: -43px;
    bottom: 28px;
    width: 139px;
    height: 113px
}

.year-inner-box h2 {
    width: 644px;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin: -58px 0 10px 10px;
    position: relative;
    z-index: 4;
    -webkit-border-radius: 0 0 11px 11px;
    border-radius: 0 0 11px 11px;
    background: #d51e22
}

ul.year-help {
    list-style: decimal;
    padding: 0;
    margin: 15px 35px;
}

ul.year-help li {
    padding: 0 0 5px;
    font-size: 12px;
    line-height: 18px;
    color: #201e1e
}

.enginecode a:hover,
.level2_menu ul a,
.nav li a,
.part-right .top-box-1 .inner-box .box .pro1-1:hover,
.part-right .top-box-1 .inner-box .box .pro1:hover,
.used-btn-vr1 a,
.used-btn-vr2 a,
.used-btn-vr3 a,
.used-btn1-vr1 a,
.used-btn1-vr3 a {
    text-decoration: none
}

ul.year-img-list {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.year-img-list li {
    padding: 8px 14px 0;
    width: 131px;
    float: left;
    margin: 0 0 0 8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    background: url(../images/frame.png) left top no-repeat
}

ul.year-img-list li:first-child {
    margin: 0
}

ul.year-img-list li a {
    color: #000
}

ul.year-img-list li img {
    border: 2px solid #D51E22;
    border-radius: 10px;
    display: block;
    height: 133px;
    margin: 0 0 14px;
    width: 149px
}

.year-box-2 {
    width: 98.9%;
    padding: 20px 0 20px 10px;
    float: left
}

.year-box-2 h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 0;
    color: #ec2226
}

.year-inner-box .proceed-button {
    width: 148px;
    height: 32px;
    float: right;
    color: #fff;
    border: 0;
    background: url(../images/btn-cont.png) left top no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 110px 0 0
}

.engine-code {
    display: block;
    font-size: 18px;
    line-height: 11px;
    color: #000;
    margin: 0 20px 10px 0;
    padding: 3px 0;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    text-align: center
}

.review-detail-shade-1,
.year-red-top,
.year-red-top h1 {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden
}

/*.year-red-top,
.year-red-top h1 {
    background: url(../images/sprite.png) 0 -2386px no-repeat;
    position: absolute;
    top: -10px;
    left: 13px;
    width: 668px;
    height: 40px;
    z-index: 1
}*/

.review-detail-box {
    width: 97%
}

.review-detail {
    width: 98.4%;
    padding: 7px;
    float: left;
    background: #ddd;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px
}

.review-detail-shade-1 {
    position: absolute;
    bottom: -41px;
    left: 0;
    display: block;
    background: url(../images/sprite.png) -972px -74px no-repeat;
    width: 947px;
    height: 41px
}

.review-detail .inner-box {
    width: 98.3%;
    padding: 7px;
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    float: left
}

.review-detail .inner-box .detail-left {
    width: 52.2%;
    padding: 7px;
    float: left;
    background: #ddd;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 12px 0 0
}

.review-detail .inner-box .detail-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%
}

.review-detail .inner-box .detail-left ul li {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
    float: left;
    width: 96%;
    background: #fff
}

.review-detail .inner-box .detail-left ul li.bg-none {
    background: 0 0
}

.review-detail .inner-box .detail-left ul li strong {
    float: left;
    width: 35%
}

.review-detail .inner-box .detail-left ul li span {
    float: left;
    width: 65%
}

.review-detail .inner-box .detail-right {
    width: 43%;
    padding: 7px;
    float: left;
    background: #ddd;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.review-detail .inner-box .detail-right .box-inner {
    width: 95.5%;
    padding: 9px;
    background: #fff;
    float: left
}

.gb-box {
    background: url(../images/sprite.png) -972px 0 no-repeat;
    width: 284px;
    padding: 0 18px 0 0;
    height: 70px;
    margin: 0 auto 10px;
    font-size: 42px;
    line-height: 65px;
    color: #000;
    text-align: right;
    font-weight: 700
}

ul.light-box {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    float: left
}

ul.light-box li {
    padding: 7px;
    float: left;
    background: #ddd;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0
}

.review-detail-2,
ul.light-slider li {
    background: #ddd;
    border: 1px solid #c7c7c7
}

ul.light-box li a img {
    float: left
}

ul.light-slider {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

ul.light-slider li {
    padding: 7px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0
}

ul.light-slider li a img {
    float: left
}

.detail-rating-box {
    float: left;
    width: 92%;
    padding: 7px 20px 0
}

.detail-rating-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left
}

.detail-rating-box ul li {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    text-transform: uppercase
}

.detail-rating-box ul li span {
    float: left
}

.detail-rating-box ul li img {
    float: right
}

.review-detail-2 {
    width: 98.4%;
    padding: 7px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.review-detail-shade-2 {
    position: absolute;
    bottom: -22px;
    left: 35px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../images/sprite.png) -1292px 0 no-repeat;
    width: 943px;
    height: 22px
}

.review-detail-2 .inner-box-2 {
    width: 98.3%;
    padding: 7px;
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    float: left;
    text-align: center
}

.review-detail-2 .inner-box-2 h3 {
    color: #d42025;
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

.review-detail-2 .inner-box-2 h2 {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px;
    position: relative;
    font-weight: 400;
    display: inline-block
}

.arrow-left,
.arrow-right {
    font-size: 0;
    line-height: 0;
    width: 32px;
    height: 26px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -9999px
}

.arrow-left {
    background: url(../images/reviews-quote.png) left top no-repeat;
    left: -40px
}

.arrow-right {
    background: url(../images/reviews-quote.png) right top no-repeat;
    right: -40px
}

.part-left {
    width: 193px;
    float: left;
    margin-right: 17px;
    opacity: .8
}

.part-left img {
    display: block;
    margin: 12px auto 20px
}

.part-left h3,
.part-left h4 {
    line-height: 20px;
    margin: 0 0 3px;
    color: #fff
}

.part-left h3 {
    background: #000;
    font-size: 16px;
    padding: 0 3px 5px;
    overflow: hidden
}

.part-left h4 {
    background: #201e1e;
    font-size: 14px;
    text-align: center;
    padding: 5px 0
}

.part-left .part-img-box {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 179px;
    border: 1px solid #b9b9b9;
    background: #d8d8d8;
    padding: 6px;
    float: left;
    margin-bottom: 18px
}

.part-left .part-img-box .shade-1 {
    width: 189px;
    height: 18px;
    position: absolute;
    left: 2px;
    bottom: -18px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/sprite.png) -524px -2716px no-repeat
}

.part-right {
    float: left;
    width: 740px;
    margin: 0
}

.part-right .top-box-1 {
    width: 697px;
    float: right;
    border: 4px solid #f47b7f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 55px;
    position: relative
}

.part-right .top-box-1 .inner-box {
    width: 656px;
    float: left;
    position: relative;
    padding: 40px 0 0 40px
}

.left-arrow,
.part-right .top-box-1 .inner-box .shade-2,
.part-top-nav {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute
}

.part-right .top-box-1 .inner-box .shade-2 {
    width: 665px;
    height: 51px;
    font-size: 0;
    line-height: 0;
    left: 37px;
    bottom: -62px;
    background: url(../images/sprite.png) 0 -2901px no-repeat
}

.part-top-nav {
    background: url(../images/sprite.png) 0 -2851px no-repeat;
    top: -19px;
    left: -5px;
    width: 705px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    z-index: 1
}

ul.part-nav li {
    display: inline-block;
    padding: 5px 4px 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px
}

.left-arrow {
    width: 204px;
    height: 142px;
    font-size: 0;
    line-height: 0;
    left: -1px;
    top: 570px;
    z-index: 5;
    background: url(../images/part-arrow-big.png) left top no-repeat;
    display: none
}

.left-arrow-1-1 {
    top: 481px!important
}

.left-arrow-part-2 {
    top: 471px!important;
    left: -11px!important
}

.left-arrow-part-2-1 {
    top: 476px!important
}

.part-right .top-box-1 .inner-box .box {
    width: 323px;
    padding: 6px;
    border: 5px solid #d8d8d8;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* margin: 0 0 20px 10px; */
    /* float: left; */
    /* position: relative; */
    margin: 10px auto;
}

.part-right .top-box-1 .inner-box .box h3 {
    background: #777676;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0
}

.part-right .top-box-1 .inner-box .box h4 {
    background: #e5898b;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 3px 0;
    font-weight: 400
}

.part-right .top-box-1 .inner-box .box .buy-holder {
    float: left;
    position: relative
}

.part-right .top-box-1 .inner-box .box .buy-holder .code-box {
    position: absolute;
    left: 10px;
    top: 6px
}

.part-right .top-box-1 .inner-box .box .buy-holder .code-box span {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
}

.part-right .top-box-1 .inner-box .box .buy-holder img {
    display: none;
    opacity: .4
}

.part-right .top-box-1 .inner-box .box ul {
    border: 1px solid #d6d6d6;
    border-top: 0;
    margin: 0 0 8px;
    padding: 0 2px;
    list-style: none;
    width: 317px;
    background: #f3f3f3;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    float: left
}

.part-right .top-box-1 .inner-box .box ul li {
    width: 307px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px 4px;
    font-weight: 700;
    color: #010101;
    border-top: 1px solid #d9d9d9;
    text-align: right;
    float: left
}

.part-right .top-box-1 .inner-box .box ul li span {
    float: left
}

.part-right .top-box-1 .inner-box .box ul li:first-child {
    border: 0
}

.part-right .top-box-1 .inner-box .box ul li strong {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 700;
    color: #da0e23
}

.part-right .top-box-1 .inner-box .box .pro1,
.part-right .top-box-1 .inner-box .box .pro1-1 {
    overflow: hidden;
    color: #fff;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.part-right .top-box-1 .inner-box .box .pro03 {
    height: 28px;
    position: absolute;
    right: 5px;
    bottom: 265px;
    z-index: 8;
    -webkit-animation: cssAnimation 6s 16 ease;
    -moz-animation: cssAnimation 6s 16 ease;
    -o-animation: cssAnimation 6s 16 ease
}

.part-right .top-box-1 .inner-box .box .pro {
    width: 154px;
    height: 93px;
    position: relative;
    right: 8px;
    bottom: 265px;
    z-index: 8;
    -webkit-animation: cssAnimation 5.7933s 9 ease-in-out;
    -moz-animation: cssAnimation 5.7933s 9 ease-in-out;
    -o-animation: cssAnimation 5.7933s 9 ease-in-out
}

.part-1-shade,
.part-2-shade {
    height: 22px;
    position: absolute;
    bottom: -27px
}

.tooltips {
    /*position: relative;
    */
    /* display: inline-block;
    */
    cursor: pointer;
}

.tooltips .tooltiptext {
    /* visibility: hidden;
     width: 295px;
     height: 200px;
    */
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /* position: absolute;
     z-index: 1;
     top: 83px;
     right: 0;
    */
    font-size: 14px !important;
    line-height: 20px;
    border: 2px solid #f00;
    pointer-events: none;
}

.rep-box-v1.tooltips.tooltiptext {
    margin-right: 61px !important;
    margin-left: 114px !important;
}

.tooltips .tooltiptext-city {
    top: 0;
}

.tooltips .tooltiptext b {
    color: yellow;
    /* text-decoration: underline;
    */
    transition: none;
}

.tooltips:hover .tooltiptext {
    /*visibility: visible;
    */
    display: block;
}


/*.signup-left1-v1 .input-group {
    margin-top : 10px;
}*/

.signup-left1-v1 p {
    /*    padding-left: 15px;
        padding-right: 15px;*/
    font-size: 14px;
    line-height: 20px;
}


/*.signup-left1-v1 .input-group {
    max-width: 360px;
    margin: 10px auto;
    text-align: left;
}*/


/*.signup-left1-v1 .input-group label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 10px;
}*/

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(1deg) scale(.7) skew(1deg) translate(0)
    }
    to {
        -webkit-transform: rotate(4deg) scale(1.2) skew(1deg) translate(10px)
    }
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: rotate(1deg) scale(.7) skew(1deg) translate(0)
    }
    to {
        -moz-transform: rotate(4deg) scale(1.2) skew(1deg) translate(10px)
    }
}

@-o-keyframes cssAnimation {
    from {
        -o-transform: rotate(1deg) scale(.7) skew(1deg) translate(0)
    }
    to {
        -o-transform: rotate(4deg) scale(1.2) skew(1deg) translate(10px)
    }
}

.part-right .top-box-1 .inner-box .box .pro1 {
    width: 292px;
    font-size: 23px;
    line-height: 39px;
    border: 1px solid #438500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #6ec300; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTczMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ec300 0%, #117330 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6ec300 0%,#117330 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6ec300 0%,#117330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec300', endColorstr='#117330',GradientType=0 ); /* IE6-8 */
}

.part-right .top-box-1 .inner-box .box .pro1:hover {
    background: #117300; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZWMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #117300 0%, #6ec300 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #117300 0%,#6ec300 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #117300 0%,#6ec300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117300', endColorstr='#6ec300',GradientType=0 ); /* IE6-8 */

}

.part-right .top-box-1 .inner-box .box .pro1-1 {
    width: 188px;
    font-size: 15px;
    line-height: 28px;
    border: 1px solid #438500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzkwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzZiYzUwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYxYmEwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzVjYjQwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzVjYjQwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzVhYWYwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzU0YTkwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzUyYTYwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzQ4OWEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDk2MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6ec908 0, #6bc50b 14%, #61ba0a 35%, #5cb406 43%, #5cb408 45%, #5aaf09 47%, #54a906 61%, #52a608 63%, #489a07 86%, #449604 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6ec908), color-stop(14%, #6bc50b), color-stop(35%, #61ba0a), color-stop(43%, #5cb406), color-stop(45%, #5cb408), color-stop(47%, #5aaf09), color-stop(61%, #54a906), color-stop(63%, #52a608), color-stop(86%, #489a07), color-stop(100%, #449604));
    background: -webkit-linear-gradient(top, #6ec908 0, #6bc50b 14%, #61ba0a 35%, #5cb406 43%, #5cb408 45%, #5aaf09 47%, #54a906 61%, #52a608 63%, #489a07 86%, #449604 100%);
    background: -o-linear-gradient(top, #6ec908 0, #6bc50b 14%, #61ba0a 35%, #5cb406 43%, #5cb408 45%, #5aaf09 47%, #54a906 61%, #52a608 63%, #489a07 86%, #449604 100%);
    background: -ms-linear-gradient(top, #6ec908 0, #6bc50b 14%, #61ba0a 35%, #5cb406 43%, #5cb408 45%, #5aaf09 47%, #54a906 61%, #52a608 63%, #489a07 86%, #449604 100%);
    background: linear-gradient(to bottom, #6ec908 0, #6bc50b 14%, #61ba0a 35%, #5cb406 43%, #5cb408 45%, #5aaf09 47%, #54a906 61%, #52a608 63%, #489a07 86%, #449604 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6ec908', endColorstr='#449604', GradientType=0)
}

.part-right .top-box-1 .inner-box .box .pro1-1:hover {
    background: url(data:image/svg+xml;
        base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OTUwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzQ4OTcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzQ4OWIwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzU3YWMwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzY0YmQwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZWM5MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #469504 0, #489706 14%, #489b05 16%, #57ac06 47%, #64bd0b 73%, #6ec90a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #469504), color-stop(14%, #489706), color-stop(16%, #489b05), color-stop(47%, #57ac06), color-stop(73%, #64bd0b), color-stop(100%, #6ec90a));
    background: -webkit-linear-gradient(top, #469504 0, #489706 14%, #489b05 16%, #57ac06 47%, #64bd0b 73%, #6ec90a 100%);
    background: -o-linear-gradient(top, #469504 0, #489706 14%, #489b05 16%, #57ac06 47%, #64bd0b 73%, #6ec90a 100%);
    background: -ms-linear-gradient(top, #469504 0, #489706 14%, #489b05 16%, #57ac06 47%, #64bd0b 73%, #6ec90a 100%);
    background: linear-gradient(to bottom, #469504 0, #489706 14%, #489b05 16%, #57ac06 47%, #64bd0b 73%, #6ec90a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#469504', endColorstr='#6ec90a', GradientType=0)
}

.part-right .top-box-1 .inner-box .box:first-child {
    margin-left: 0
}

.cash-back {
    color: #000;
    display: block;
    float: right;
    font-size: 20px;
    line-height: 28px;
    margin: 8px 0 5px 0;
    overflow: hidden;
    padding: 4px 0;
    text-align: center;
    width: 100%
}

.click-order,
.part-1-shade,
.part-2-shade {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

.part-1-shade {
    width: 346px;
    left: 0;
    background: url(../images/sprite.png) -522px -2652px no-repeat
}

.part-2-shade {
    width: 304px;
    left: 8px;
    background: url(../images/sprite.png) -663px -2901px no-repeat
}

.add-box {
    float: left;
    margin: 0 0 0 20px
}

.add-box img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 30px;
    display: block;
    height: 260px
}

.call-box {
    float: left;
    margin: 0 0 26px 2px;
    position: relative;
    width: 737px
}

.click-order {
    position: absolute;
    width: 345px;
    height: 50px;
    right: 11px;
    top: 20px
}

.part-right .center-box {
    float: left;
    width: 742px;
    font-size: 14px;
    line-height: 18px;
    color: #201e1e
}

.part-right .center-box p {
    margin: 0 0 15px;
    text-align: justify
}

.part-right .center-box .outter-box {
    width: 737px;
    float: left;
    padding: 0 0 0 5px;
    margin-bottom: 25px
}

.part-right .center-box .outter-box .box {
    width: 340px;
    padding: 5px;
    border: 1px solid #c4c4c4;
    background: #d8d8d8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-left: 15px
}

.part-right .center-box .outter-box .box:first-child {
    margin-left: 0
}

.part-right .center-box .outter-box .box img {
    display: block
}

.part-right .center-box .outter-box .box .shade-3 {
    width: 353px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    left: 12px;
    bottom: -23px;
    background: url(../images/sprite.png) 0 -2957px no-repeat
}

.part-right .part-heading,
.part-right .part-heading-1 {
    background: #2c2c2b;
    margin: 0 0 15px;
    display: block;
    float: left
}

.part-right .part-heading {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 0 18px 20px;
    position: relative;
    width: 97%
}

.part-right .part-heading .price {
    position: absolute;
    right: 60px;
    top: 4px;
    font-size: 22px;
    color: #ed3237;
    line-height: 26px
}

.part-right .part-heading .price-detail {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 18px
}

.part-right .part-heading strong {
    float: left;
    width: 525px
}

.part-right .part-heading-1 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    position: relative
}

ul.part-list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    float: left
}

ul.part-list li {
    padding: 2px 0 2px 32px;
    font-size: 16px;
    line-height: 26px;
    color: #1a1a1a;
    text-transform: uppercase;
    background: url(../images/green-arrow.png) left 3px no-repeat;
    width: 712px
}

.part-last-box {
    width: 950px;
    float: left;
    padding: 0 0 0 10px
}

.part-last-box .top {
    width: 950px;
    float: left;
    margin-bottom: 30px
}

.part-last-box .top .box {
    float: left;
    margin-left: 17px;
    padding: 6px;
    border: 1px solid #c4c4c4;
    background: #d8d8d8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.part-last-box .top .box .shade-4,
.part-last-box .top .box .shade-5 {
    height: 21px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    bottom: -22px
}

.part-last-box .top .box:first-child {
    margin-left: 8px
}

.part-last-box .top .box img {
    margin: 0;
    display: block
}

.part-last-box .top .box .shade-4 {
    width: 233px;
    left: 12px;
    background: url(../images/sprite.png) -524px -2751px no-repeat
}

.part-last-box .top .box .shade-5 {
    width: 425px;
    left: 27px;
    background: url(../images/sprite.png) -524px -2786px no-repeat
}

.call-box-1 {
    margin: 0 0 0 90px!important
}

#part-2 {
    width: 294px;
}

.part-right .top-box-1 .inner-box #part-2 ul {
    width: 288px
}

.part-right .top-box-1 .inner-box #part-2 ul li {
    width: 274px
}

.part-right .top-box-1 .inner-box #part-2 .cash-back {
    font-size: 18px!important
}

.out-stock,
.sold-img {
    width: 294px
}

.out-stock {
    float: left;
    margin: 8px 0 2px
}

#part-3 {
    width: 193px;
    margin: 0 7px 20px 0;
    border: 3px solid #D8D8D8
}

.part-right .top-box-1 .inner-box #part-3 h3 {
    font-size: 14px
}

.part-right .top-box-1 .inner-box #part-3 h4 {
    font-size: 12px;
    line-height: 16px
}

.part-right .top-box-1 .inner-box #part-3 ul {
    width: 187px
}

.part-right .top-box-1 .inner-box #part-3 ul li {
    width: 177px;
    font-size: 11px;
    padding: 4px 5px 3px
}

.part-right .top-box-1 .inner-box #part-3 .pro {
    font-size: 22px;
    line-height: 35px;
    width: 191px
}

.part-right .top-box-1 .inner-box #part-3 .cash-back {
    font-size: 12px!important;
    line-height: 20px;
    margin: 0 0 22px;
    width: 115px
}

#part-3 .shade-1,
.left-arrow-part-3 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px
}

.sold-img-1 {
    width: 193px
}

.free-img {
    padding: 6px 0 0;
    margin-left: 20%;
    float: left
}

.out-stock-1 {
    float: left;
    padding: 8px 0 0;
    width: 193px;
    height: 61px
}

#part-3 .shade-1 {
    width: 189px;
    height: 18px;
    left: 10px;
    bottom: -20px;
    background: url(../images/sprite.png) -524px -2716px no-repeat
}

.left-arrow-part-3 {
    width: 120px;
    height: 80px;
    left: 12px;
    top: 436px;
    z-index: 5;
    background: url(../images/part-arrow-small.png) left top no-repeat
}

.left-arrow-part-3-1 {
    top: 400px!important
}

.ancillaries-box {
    background: url(../images/bg-ancili.jpg) 11px 24px no-repeat
}

.make-main-box .inner-box div .make-list-1 {
    width: 260px;
    height: 26px;
    padding: 0 5px;
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 20px 5px 8px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box .make-list-1.active {
    border: 4px solid #4d722f;
    width: 260px
}

.arrow-4 {
    background: url(../images/sprite.png) -820px -2459px no-repeat;
    position: absolute;
    right: -80px;
    bottom: 33px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 106px;
    height: 84px;
}

.ancillaries-image-box {
    width: 100%;
    margin: -10px 0 20px;
    float: left
}

.anci-heading {
    color: #000;
    margin: 0 0 10px 15px;
    font-size: 16px;
    line-height: 24px
}

.ancillaries-image-box .img-box {
    float: left;
    height: 145px;
    margin: 0 0 20px 15px;
    overflow: hidden;
    position: relative;
    width: 166px
}

.ancillaries-image-box .img-box img {
    border-radius: 7px;
    display: block;
    height: 167px;
    left: -9px;
    padding: 9px;
    position: relative;
    top: -33px;
    width: 165px
}

.image-frame-2,
.image-frame-4 {
    top: -1px;
    left: -1px;
    width: 169px;
    height: 145px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block
}

.image-frame-2 {
    background: url(../images/fram-3.png) left top no-repeat
}

.image-frame-4 {
    background: url(../images/fram-4.png) left top no-repeat
}

.ancili-shade {
    background: url(../images/sprite.png) -304px -1975px no-repeat;
    position: absolute;
    left: 4px;
    bottom: -14px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 164px;
    height: 14px
}

.ancili-caption {
    background: rgba(66, 66, 66, .6);
    bottom: 4px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    left: 3px;
    line-height: 15px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 96.5%
}

.ancili-caption a {
    display: block;
    color: #fff
}

.ancillaries-image-box-1 {
    width: 50%;
    margin: -10px auto 20px
}

.anci-heading-1 {
    color: #000;
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.ancillaries-image-box-1 .img-box-1 {
    float: left;
    position: relative;
    margin: 0 0 20px 15px;
    height: 266px;
    width: 310px;
    overflow: hidden
}

.ancillaries-image-box-1 .img-box-1 img {
    display: block;
    height: 334px;
    left: -13px;
    padding: 9px;
    position: relative;
    top: -67px;
    width: 325px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.image-frame {
    display: block;
    position: absolute;
    top: -5px;
    left: -4px;
    width: 319px;
    height: 275px;
    font-size: 0;
    line-height: 0;
    background: url(../images/fram-1.png) left top no-repeat
}

.ancili-caption-1 {
    position: absolute;
    left: 3px;
    bottom: 5px;
    width: 98.1%;
    background: rgba(66, 66, 66, .6);
    color: #fff;
    font-weight: 700;
    padding: 2px 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}

.ancili-caption-1 a {
    display: block;
    color: #fff
}

.ancili-shade-1 {
    background: url(../images/sprite.png) left -188px no-repeat;
    position: absolute;
    left: 14px;
    bottom: -21px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 310px;
    height: 27px
}

.ancillaries-image-box-2 {
    width: 100%;
    margin: -10px 0 20px
}

.ancillaries-image-box-2 .img-box-2 {
    float: left;
    position: relative;
    height: 266px;
    width: 310px;
    overflow: hidden;
    margin: 0 20px 20px 15px
}

.ancillaries-image-box-2 .img-box-2 img {
    display: block;
    height: 334px;
    left: -13px;
    padding: 9px;
    position: relative;
    top: -67px;
    width: 325px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.ancili-caption-2 {
    position: absolute;
    left: 3px;
    bottom: 5px;
    width: 98.1%;
    background: rgba(66, 66, 66, .6);
    color: #fff;
    font-weight: 700;
    padding: 2px 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}

.ancili-caption-2 a {
    display: block;
    color: #fff
}

.ancillaries-image-box-3 {
    width: 100%;
    margin: -10px 0 20px
}

.ancillaries-image-box-3 .img-box-3 {
    float: left;
    position: relative;
    margin: 0 15px 20px;
    overflow: hidden;
    width: 200px;
    height: 170px
}

.ancillaries-image-box-3 .img-box-3 img {
    display: block;
    left: -5px;
    padding: 9px;
    position: relative;
    top: -36px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 198px;
    height: 195px
}

.image-frame-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 198px;
    height: 170px;
    font-size: 0;
    line-height: 0;
    background: url(../images/fram-2.png) left top no-repeat
}

.ancili-caption-3 {
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 96.2%;
    background: rgba(66, 66, 66, .6);
    color: #fff;
    font-weight: 700;
    padding: 2px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase
}

.ancili-caption-3 a {
    display: block;
    color: #fff
}

.ancili-shade-3 {
    background: url(../images/sprite.png) -524px -2716px no-repeat;
    position: absolute;
    left: 16px;
    bottom: -18px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 189px;
    height: 18px
}

.img-box-6,
.img-box-6 img,
.nav li {
    position: relative
}

.row_model {
    float: left
}

.img-box-6 {
    float: left;
    height: 145px;
    margin: 10px 0 2px 12px;
    overflow: hidden;
    width: 166px
}

.img-box-6 img {
    border-radius: 7px;
    display: block;
    height: 167px;
    left: -9px;
    padding: 9px;
    top: -44px;
    width: 165px
}

.engine-codes {
    overflow: hidden;
    width: 100%;
    float: left
}

.engine-slider,
.engine-slider ul {
    width: 200px;
    padding: 0;
    overflow: hidden
}

.engine-slider {
    float: right
}

.engine-slider ul {
    margin: 0;
    list-style: none;
    height: 200px
}

.engine-slider ul li {
    padding: 0;
    width: 194px;
    height: 194px;
    border: 3px solid #ccc;
    float: left
}

.engine-slider ul li img {
    width: 194px;
    height: 194px;
    float: left;
    margin: 0
}

ul.left-slider {
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 166px!important
}

ul.left-slider li {
    border: 0!important;
    width: 166px!important;
    padding: 0!important
}

ul.left-slider li img {
    width: 100%!important;
    height: 131px
}

.btn-vr1 {
    margin-left: 183px;
    background: #678d02;
    background: -moz-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #678d02), color-stop(100%, #8aaf07));
    background: -webkit-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -o-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -ms-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: linear-gradient(to bottom, #678d02 0, #8aaf07 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#678d02', endColorstr='#8aaf07', GradientType=0);
    -moz-box-shadow: -2px 2px 2px 1px #606060;
    -webkit-box-shadow: -2px 2px 2px 1px #606060;
    box-shadow: -2px 2px 2px 1px #606060;
    width: 213px;
    padding: 10px;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #cce76f;
    text-transform: uppercase
}

.btn-vr2,
.btn2-vr1 {
    -moz-box-shadow: -2px 2px 2px 1px #606060;
    -webkit-box-shadow: -2px 2px 2px 1px #606060;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 7px
}

.btn2-vr1 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 2%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 2%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    box-shadow: -2px 2px 2px 1px #606060;
    width: 293px;
    color: #000;
    margin-left: 23px
}

.used-btn1-vr1 a:hover .btn2-vr1 {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(99%, #fff));
    background: -webkit-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -o-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -ms-linear-gradient(top, #ededed 1%, #fff 99%);
    background: linear-gradient(to bottom, #ededed 1%, #fff 99%);
    color: #000;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

.used-btn-vr1 a:hover .btn-vr1 {
    background: #8aaf07;
    background: -moz-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8aaf07), color-stop(99%, #678d02));
    background: -webkit-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -o-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -ms-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: linear-gradient(to bottom, #8aaf07 1%, #678d02 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8aaf07', endColorstr='#678d02', GradientType=0)
}

.btn-vr2 {
    margin-left: 91px;
    background: #678d02;
    background: -moz-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #678d02), color-stop(100%, #8aaf07));
    background: -webkit-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -o-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -ms-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: linear-gradient(to bottom, #678d02 0, #8aaf07 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#678d02', endColorstr='#8aaf07', GradientType=0);
    box-shadow: -2px 2px 2px 1px #606060;
    width: 312px;
    color: #FFF;
    border: 1px solid #cce76f;
    text-transform: uppercase
}

.btn-vr3,
.btn2-vr2 {
    -moz-box-shadow: -2px 2px 2px 1px #606060;
    -webkit-box-shadow: -2px 2px 2px 1px #606060;
    border-radius: 7px;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.btn2-vr2 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 2%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 2%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    box-shadow: -2px 2px 2px 1px #606060;
    width: 392px;
    color: #000;
    margin-left: 23px
}

.used-btn1-vr2 a {
    text-decoration: none
}

.used-btn1-vr2 a:hover .btn2-vr2 {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(99%, #fff));
    background: -webkit-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -o-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -ms-linear-gradient(top, #ededed 1%, #fff 99%);
    background: linear-gradient(to bottom, #ededed 1%, #fff 99%);
    color: #000;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

.used-btn-vr2 a:hover .btn-vr2 {
    background: #8aaf07;
    background: -moz-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8aaf07), color-stop(99%, #678d02));
    background: -webkit-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -o-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -ms-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: linear-gradient(to bottom, #8aaf07 1%, #678d02 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8aaf07', endColorstr='#678d02', GradientType=0)
}

.btn-vr3 {
    margin-left: 91px;
    background: #678d02;
    background: -moz-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #678d02), color-stop(100%, #8aaf07));
    background: -webkit-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -o-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: -ms-linear-gradient(top, #678d02 0, #8aaf07 100%);
    background: linear-gradient(to bottom, #678d02 0, #8aaf07 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#678d02', endColorstr='#8aaf07', GradientType=0);
    box-shadow: -2px 2px 2px 1px #606060;
    width: 230px;
    color: #FFF;
    border: 1px solid #cce76f;
    text-transform: uppercase
}

.btn2-vr3 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 2%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 2%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 2%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    -moz-box-shadow: -2px 2px 2px 1px #606060;
    -webkit-box-shadow: -2px 2px 2px 1px #606060;
    box-shadow: -2px 2px 2px 1px #606060;
    width: 392px;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    margin-left: 23px
}

.level2_menu,
.nav li a {
    font-family: Arial, Helvetica, sans-serif
}

.used-btn1-vr3 a:hover .btn2-vr3 {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(99%, #fff));
    background: -webkit-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -o-linear-gradient(top, #ededed 1%, #fff 99%);
    background: -ms-linear-gradient(top, #ededed 1%, #fff 99%);
    background: linear-gradient(to bottom, #ededed 1%, #fff 99%);
    color: #000;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

.used-btn-vr3 a:hover .btn-vr3 {
    background: #8aaf07;
    background: -moz-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8aaf07), color-stop(99%, #678d02));
    background: -webkit-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -o-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: -ms-linear-gradient(top, #8aaf07 1%, #678d02 99%);
    background: linear-gradient(to bottom, #8aaf07 1%, #678d02 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8aaf07', endColorstr='#678d02', GradientType=0)
}

.level2_menu,
.nav ul {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea', GradientType=0)
}

.level2_menu {
    line-height: 8px;
    margin-top: 5px;
    float: left;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fefefe), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: linear-gradient(to bottom, #fefefe 1%, #eaeaea 100%);
    border-radius: 3px 3px 0 0;
    border: 1px solid #d5d5d5
}

.level2_menu ul {
    float: left;
    margin: 0;
    padding: 0
}

.level2_menu ul li a {
    float: left;
    list-style: none;
    padding: 9px 0;
    width: 238px;
    text-align: center
}

.level2_menu ul a {
    float: left;
    color: #666;
    font-weight: 700;
    font-size: 12px
}

.level2_menu ul li a:hover {
    color: #000;
    border-radius: 10px 10px 0 0
}

.level2_menu ul li.active {
    color: #000
}

.level2_menu ul li.active a {
    color: #3d3d3d;
    background: #FFF;
    font-weight: 700;
    border-radius: 3px
}

.level2_menu ul li:first-child .active a {
    border-radius: 3px 0 0
}

.level2_menu ul li {
    float: left;
    list-style: none;
    border-right: 1px solid #d5d5d5
}

.level2_menu ul li:last-child {
    border-right: 0
}

.level3 {
    border-radius: 3px
}

#nav-container {
    float: left;
    clear: both;
    font-size: 11px;
    height: 23px;
    margin: 0 auto;
    padding: 0
}

.nav ul {
    float: left;
    margin: 0;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2
}

.nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #d5d5d5;
    text-align: center;
    margin: 3px 0
}

.wraper {
    float: left
}

.nav li:last-child {
    border-right: 0 dashed #737172
}

.nav li a {
    background: url(images/arrow.png) right no-repeat;
    border: none;
    color: #454545;
    display: block;
    margin: 0;
    font-size: 11px;
    padding: 2px 3px;
    width: 222px;
    line-height: 13px
}

.nav li.active a {
    color: #3d3d3d;
    font-weight: bolder;
    text-decoration: underline;
    background: #FFF
}

.box1-gs a,
.btn-model a,
.btnvrm a,
.engines-box-left h2 a,
.engines-box-left h2 a:hover,
.engines-box-left-2 h2 a,
.engines-box-left-2 h2 a:hover,
.go-gs a,
.gs a,
.homevrm-btn a,
.homevrm-btn5 a,
.over-btn-ver a,
.overlay-proceed-ver,
.re-menu a,
.year-btn-v2 a {
    text-decoration: none
}

.nav {
    display: block;
    z-index: 100;
    border-radius: 0 3px 3px;
    float: left
}

.hide,
.left-slider,
.nav li ul,
.part-right .top-box-1 .inner-box .box .pro-v6 img,
.proceed-vrmbtn a img {
    display: none
}

.nav ul {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fefefe), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fefefe 1%, #eaeaea 100%);
    background: linear-gradient(to bottom, #fefefe 1%, #eaeaea 100%)
}

.nav li a:hover,
.nav>li>a:hover {
    color: #000
}

.nav li ul {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 1px 1px 1px #333;
    color: #222;
    margin: 0;
    padding: 2px 0;
    position: absolute;
    width: 140px;
    border-right: 1px dashed #737172
}

.nav li ul li {
    width: 100%
}

.nav li ul li a {
    border: none;
    color: #fff;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 8px
}

.nav li ul li a:hover {
    background: #466A90
}

.nav li ul li.strong-archive a {
    border-top: 1px solid #466A90;
    font-weight: 600
}

.nav li.current>a {
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 1px 1px #333;
    color: #fff
}

.nav li:hover>ul.child {
    display: block
}

.table-heading {
    border-right: 1px solid #C4C4C4
}

.table-heading tr:first-child {
    background-color: #e2252a;
    color: #fff
}

.table-heading tr td {
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 5px
}

.engines-code-table {
    font-size: 17px;
    font-weight: 700;
    color: #086BB1
}

.table-heading th {
    border-left: 1px solid #ededed;
    padding-left: 5px;
    padding-right: 5px
}

.table-outer {
    padding-bottom: 20px;
    padding-top: 20px
}

.table-shadow img {
    width: 872px;
    margin-left: 25px
}

.grid-code {
    margin-left: -9px
}

.gearbox2,
.widget-top {
    margin-left: 15px
}

.navigation-left {
    width: 191px
}

.engines-box-left h2 a,
.engines-box-left-2 h2 a {
    color: #959595
}

#tab-5 .tab-content {
    float: left
}

#history {
    margin-top: 10px
}

#history ul li {
    font-size: 12px;
    list-style-image: url(../../img/bullet.jpg)
}

.widget-top {
    margin-bottom: -3px
}

.gearbox3 {
    margin-left: 50px
}

.reg-model {
    background: url(../images/rg-bg.jpg) rgba(0, 0, 0, 0);
    border: 4px solid #000;
    border-radius: 7px;
    padding: 10px;
    width: 650px
}

.reg-model-heading,
.reg-model-heading-2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

/*  ============    Part Vrm Start    ============   */
.main_part_vrm {
    background: #ffcb05;
    padding: 5px;
    border-radius: 7px;
}
.main_part_vrm .main_inner {
    background: #005BAF;
    padding: 3px;
}
.main_part_vrm .main_input{
    padding: 3px;
}
.main_part_vrm input{
    width: 100%;
    background:url("../images/gb.png")no-repeat #ffcb05;
    /*color: #a9a256;*/
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    min-height: 80px;
    font-size: 28px;
}
.engines-top-products-year .main_part_vrm input {
    width: 100%;
    background: url(../images/gb.png)no-repeat #ffcb05;
    color: #a9a256;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    min-height: 56px;
    font-size: 22px;
    background-size: contain;
}
/*  ============    Part Vrm End   ============   */

.reg-model-yellow {
    background-color: #FFCB05;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    padding: 5px;
    width: 455px;
    margin-bottom: 10px;
    margin-left: 57px;
    margin-top: -10px
}

.reg-model-blue {
    background: #005BAF;
    border-radius: 7px;
    padding: 5px;
    height: auto
}

.reg-new {
    color: #FFF;
    float: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin: 15px 0 0 40px;
    padding: 10px;
    text-align: center;
    width: 444px
}

.or,
.reg-model2 {
    color: #000;
    font-size: 28px;
    font-weight: 700
}

.reg-model2 {
    background: #FFCB05;
    border: 0;
    font-family: Verdana, Geneva, sans-serif;
    height: 77px;
    margin-top: -74px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 384px;
    border-radius: 0 5px 5px 0
}

.reg-replac img {
    width: 45px
}

.or_image {
    margin-right: 45px
}

.or_image img {
    width: 50px;
    margin-bottom: 8px
}

.btn-model a div:hover {
    background: linear-gradient(to bottom, #117300 0, #6EC300 100%) rgba(0, 0, 0, 0)
}

.or {
    margin-bottom: 10px;
    margin-left: 51px;
    margin-top: 31px
}

.model-select {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px
}

.model-make-active input {
    background: url(../images/arrow1.png) left 557px top 10px no-repeat #FFF;
    border: 3px solid green;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, .75) inset;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    width: 592px
}

.error h2 {
    color: red;
    text-align: center
}

.error a {
    color: #093;
    text-align: center;
    cursor: pointer
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0
}

a {
    color: #525252
}

a:focus,
a:hover {
    text-decoration: underline
}
.home_banner h1 {
    font-size: 38px;
    line-height: 44px;
}
.heading-signup-v1 {
    /*    background:#D1D1D1;*/
    color: #232323;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 28px;
    /*    font-weight:700;
        padding:10px 20px;
        text-align:center;
        text-transform:uppercase;*/
}

.signup-left1-v1 {
    background: #fff;
    width: 600px
}

.signup-right1-v1 {
    width: 380px;
    background: #d1d1d1;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    min-height: 568px;
}
.signup-right1-v1 .bullet-list li {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
}
.signup-right1-v1 .bullet-list li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 33px;
    height: 29px;
    background: url(../images/iconv1.png) no-repeat;
}
/*.bullet-v1{
    margin-left:8px;
    margin-top:10px;
    font-weight:700;
    margin-bottom:22px
}*/

.signup-logo-v1 {
    margin-bottom: 0;
    margin-top: 26px
}

.name-signup-v1 {
    border: 4px solid #b8b8b8;
    border-radius: 5px
}

.name-box-v1 {
    height: 35px;
    padding: 10px;
    font-size: 20px;
    width: 395px
}

.name-signup-v1 select {
    padding: 18px;
    font-size: 20px;
    color: #949494;
    width: 414px
}


/*.signup-brn-v1{
    background:url(../images/signup-btnv1.jpg) left top no-repeat rgba(0,0,0,0);
    color:#FFF;
    font-size:25px;
    font-weight:700;
    height:85px;
    line-height:85px;
    margin-bottom:15px;
    margin-left:111px;
    margin-top:28px;
    width:480px;
    cursor:pointer
}*/

.signup-btn-new {
    background: #5DA423;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 5px;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    height: 65px;
    margin-bottom: 15px;
    cursor: pointer
}

.signup-yellow-v1 {
    background: #ffcb05;
    border-radius: 7px;
    padding: 4px;
    margin: 15px 12px 15px
}

.signup-blue-v1 {
    background: #005baf;
    padding: 3px;
    border-radius: 7px
}

.reg-inp-v1 {
    height: 82px;
    width: 294px;
    background: #ffcb05;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #000
}

.make-signup-v1 {
    font-size: 16px;
    line-height: 32px;
}

.make-signup-v1 {
    color: #4c4c4c;
}

.make-detail-signup-v1 {
    color: #000
}

.reg-model2-v011,
.search-model {
    font-size: 28px;
    text-align: center;
    font-weight: 700
}

.vehical-signup-v1 span a {
    color: #0b3df7
}

.bg-v1 {
    background: #FFF
}


/*.arrow-ideal-v1 img{
    width:20px;
    margin-right:10px
}*/

.icon-rep-v1 {
    margin-right: 5px;
}

.rep-box-v1 {
    margin-left: 40px
}

.reg-box-v001 {
    margin-left: 42px
}


/*.reg-box-v011{
    margin-left:-47px
}*/

.reg-model-yellow-v011 {
    background-color: #FFCB05;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    padding: 5px;
    width: 467px;
    /*    margin-bottom:10px;
        margin-left:60px;
        margin-top:-10px*/
}

.reg-model-blue-v011 {
    background: #005BAF;
    border-radius: 7px;
    padding: 5px
}

.reg-img-v011 img {
    width: 50px
}

.reg-model2-v011 {
    background: #FFCB05;
    border: 0;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    height: 72px;
    margin-top: -71px;
    padding: 5px;
    text-transform: uppercase;
    width: 392px;
    border-radius: 0 5px 5px 0
}

.search-model,
.search-model-001,
.search-model-v02 {
    background: linear-gradient(to bottom, #6EC300 0, #117300 100%) rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer
}
.part_search-model {
    /*    background: linear-gradient(to bottom, #6EC300 0, #117300 100%) rgba(0, 0, 0, 0);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6ec300+0,117330+100 */
    background: #6ec300; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTczMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ec300 0%, #117330 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6ec300 0%,#117330 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6ec300 0%,#117330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec300', endColorstr='#117330',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: 3px solid #FFF;
    font-size: 18px;
    line-height: 24px;
    border-radius: 7px;
    max-width: 250px;
}
.search-model {
    border: 4px solid #FFF;
    border-radius: 7px;
    color: #FFF;
    height: 57px;
    line-height: 57px;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 15px;
    margin-left: 167px;
    width: 220px
}

.search-model-001 {
    border: 4px solid #FFF;
    border-radius: 7px;
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    height: 66px;
    line-height: 62px;
    margin-left: 436px;
    margin-top: -85px;
    padding-left: 16px;
    width: 75px
}

.makes-logo-v1 {
    margin-top: 30px;
    margin-bottom: 30px
}

.signup-logo-v2 {
    margin-bottom: -23px;
    margin-top: 5px
}

.signup-logo-v2 img {
    width: 300px
}

.make-signup-v2 {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 32px;
}

.make-detail-signup-v8,
.make-signup-v8 {
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: 700
}

.vehicle-details-v8 {
    color: #000;
    background-color: #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: -10px;
    margin-right: -10px
}

.make-signup-v8 {
    margin-bottom: 15px;
    width: 159px
}

.signup-logo-new-v2,
.signup-logo-new-v5 {
    margin-bottom: -23px;
}

.make-detail-signup-v8 {
    width: 195px
}

.search-model-v02 {
    border: 4px solid #FFF;
    border-radius: 7px;
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    height: 77px;
    line-height: 74px;
    margin-top: 0;
    margin-left: 20px;
    text-align: center;
    width: 85px
}

.btn-v2,
.viewprice-v2 {
    line-height: 67px;
    text-transform: uppercase
}

.box-v3 {
    width: 656px;
    padding: 10px;
    /* margin-left: 5px; */
}
.btn-v2 {
    background: #6bbe00;
    background: -moz-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6bbe00), color-stop(100%, #0b6a00));
    background: -webkit-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -o-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -ms-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: linear-gradient(to bottom, #6bbe00 0, #0b6a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6bbe00', endColorstr='#0b6a00', GradientType=0);
    border: 3px solid #fff;
    border-radius: 5px;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    height: 67px;
    text-align: center;
    width: 83px;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75)
}

.eg-inp-v2,
.or-v2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.btnvrm,
.homevrm-btn5,
.viewprice-v2 {
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75)
}

.yellow-v2 {
    background: #ffcb05;
    border-radius: 7px;
    padding: 4px;
    width: 274px;
    margin-left: 100px
}

.blue-v2 {
    background: #005baf;
    padding: 3px;
    border-radius: 7px
}

.eg-inp-v2 {
    height: 59px;
    background: #ffcb05;
    width: 240px
}

.or-v2 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 27px;
    color: #000
}

.viewprice-v2 {
    background: #6bbe00;
    background: -moz-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6bbe00), color-stop(100%, #0b6a00));
    background: -webkit-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -o-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -ms-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: linear-gradient(to bottom, #6bbe00 0, #0b6a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6bbe00', endColorstr='#0b6a00', GradientType=0);
    border: 3px solid #fff;
    border-radius: 5px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    height: 67px;
    text-align: center;
    width: 160px;
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75)
}

.engine-v2 {
    /* border-right: 1px solid #CCC; */
    /* margin-top: 20px; */
    width: 100%;
    /* margin-right: 15px; */
    margin: auto;
    text-align: center;
}

.engine-code-v2 {
    font-size: 16px;
    line-height: 22px;
}

.engine-code-v2 span a {
    color: #03C
}

.code-v2 {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 20px
}

.dvl-v2 {
    border: 3px solid #bd4848;
    border-radius: 5px
}

.dvl-v2 img {
    width: 96px
}


/*.code-v2 img{
    width:100px!important;
    height:100px!important
}*/

.code-v2 li {
    list-style: none
}

.signup-logo-new-v2 img,
.signup-logo-new-v5 img {
    margin-left: -165px;
    width: 183px
}

.footer-v5 {
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
    text-align: center;
    line-height: 40px
}

.wrapper-v2 {
    background: #FFF
}

.signup-brn-v5 {
    cursor: pointer;
    font-size: 30px;
    line-height: 36px;
    /*    background: #62b90a;
        background: -moz-linear-gradient(top, #62b90a 0%, #4e9e07 100%);
        background: -webkit-linear-gradient(top, #62b90a 0%, #4e9e07 100%);
        background: linear-gradient(to bottom, #62b90a 0%, #4e9e07 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#62b90a', endColorstr='#4e9e07', GradientType=0);*/
    border: 5px solid #fff;
    /*    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eb464b;
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:after {
    content: "&nbsp;
        ";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


/*.clearfix{
    display:inline-block;
    display:block;
}*/


/*.signup-left1-v1 .clearfix {
    display: block;
    clear: both;
    content: "";
}*/

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

* html .clearfix {
    height: 1px
}

.clear {
    clear: both
}

.logo-v5 {
    background: url(../images/logo-v5.png) top left no-repeat;
    width: 274px;
    height: 59px
}

.logo-v5 a {
    display: block;
    height: 100%
}

.delivery-v5 {
    background: url(../images/uk-delivery-v5.png) top left no-repeat;
    width: 332px;
    height: 58px;
    margin-left: 20px;
    margin-right: 20px
}

.top-nav-v5 ul li {
    float: left;
    padding: 0 2px;
    list-style: none;
    color: #525252
}

.tagline-v5 {
    font-size: 12px;
    font-weight: 700;
    color: #F66
}

.phone-v5 {
    background: url(../images/phone-no.png) 18px 21px/275px 51px no-repeat rgba(0, 0, 0, 0);
    font-size: 22px;
    font-weight: 700;
    height: 72px;
    line-height: 56px;
    padding-left: 20px;
    text-align: center;
    width: 304px
}

.part-v5 {
    width: 300px;
    text-align: center
}

.banner-add {
    background: url(../images/rb.png) 29px top no-repeat rgba(0, 0, 0, 0);
    height: 90px;
    width: 932px;
    margin-bottom: 5px
}

.view-holder li {
    list-style: none
}

.review-pad {
    background-color: #FFF;
    margin-right: 11px;
    margin-top: 10px;
    padding-left: 7px
}

.image-box {
    margin-left: 13px
}

.arrow-ideal-v1-signup img {
    width: 20px;
    margin-right: 10px;
    margin-left: 20px
}

.image-box2 {
    margin-left: 0;
    padding-top: 11px
}

.signuplogo-2 {
    margin-bottom: 10px
}

.make-btn-v2-4 {
    background: url(../images/btn-model-v4.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 60px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 54px
}

.search-model-v4,
.search-model-v5 {
    border-radius: 7px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 35px;
    height: 72px;
    line-height: 74px;
    margin-left: 16px;
    margin-top: -8px;
    width: 80px;
    cursor: pointer;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    font-weight: 700
}

.make-btn-v2-4:hover {
    cursor: pointer;
    background: url(../images/btn-model-v4.png) 0 -64px no-repeat
}

.search-model-v4 {
    background: url(../images/gobtn-v4.png) left top/80px auto no-repeat rgba(0, 0, 0, 0)
}

.search-model-v5 {
    background: url(../images/gobtn-v5.png) left top/80px auto no-repeat rgba(0, 0, 0, 0)
}

.make-btn-v2-5 {
    background: url(../images/btn-model-v5.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 60px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 60px
}

.make-btn-v2-5:hover {
    cursor: pointer;
    background: url(../images/btn-model-v5.png) 0 -64px no-repeat
}

.vrm2 {
    width: 100%
}

.reg-model-yellow-vrm {
    background-color: #FFCB05;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    margin-bottom: 10px;
    margin-left: 5px;
    /*    margin-top:-10px;*/
    padding: 5px;
    width: 496px
}

.proceed-vrm,
.search-model-vrm {
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    margin-left: 12px;
    cursor: pointer
}

.search-model-vrm {
    background: #6ec300; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTczMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ec300 0%, #117330 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6ec300 0%,#117330 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6ec300 0%,#117330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec300', endColorstr='#117330',GradientType=0 ); /* IE6-8 */
    border: 4px solid #FFF;
    border-radius: 7px;
    font-size: 25px;
    font-weight: 700;
    height: 77px;
    line-height: 71px;
    margin-top: 0;
    text-align: center;
    width: 171px
}

.reg-model2-vrm {
    background: #FFCB05;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 700;
    height: 72px;
    margin-top: -71px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 424px
}

.proceed-vrm {
    background: linear-gradient(to bottom, #6EC300 0, #117300 100%) rgba(0, 0, 0, 0);
    border: 4px solid #FFF;
    border-radius: 7px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 92%
}

.heading-signup-v11,
.heading-signup-v9 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 28px;
}

.or-vrm img {
    width: 40px;
    /*    margin-top:21px;
        margin-left:5px;
        margin-bottom:25px*/
}

.heading-signup-v9 {
    background: #b5292d;
    /*    color:#fff;
        margin-bottom:10px*/
}

.wrapper-v2 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .89);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .89);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .89);
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #000
}

.footer-v6 {
    text-align: center;
    line-height: 40px
}

.heading-signup-v11 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    color: #000;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px
}

.homevrminput,
.search-model-v02-home {
    font-family: Verdana, Geneva, sans-serif
}

.search-model-v02-home {

    background: #6ec300; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTczMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ec300 0%, #117330 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6ec300 0%,#117330 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6ec300 0%,#117330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec300', endColorstr='#117330',GradientType=0 ); /* IE6-8 */
    border: 4px solid #FFF;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    color: #FFF;
    cursor: pointer;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    width: 60%;
    filter: none;
    padding: 14px;
}


/*.home-or{
    margin:0 0 0 280px
}*/

.banner-add-v2 {
    background: url(../images/rb2.png) 29px top no-repeat rgba(0, 0, 0, 0);
    height: 90px;
    width: 932px;
    margin-bottom: 5px
}

.new-banner-year {
    margin-left: 17px;
    height: 90px;
    width: 932px;
    margin-bottom: 10px
}

.overlay-v3 {
    background: #ddd;
    padding: 10px;
    border: 4px solid #fff;
    width: 930px;
    -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75)
}

.or-over-lay {
    margin-top: 20px;
    margin-bottom: 20px
}

.overlay-list-ver {
    background: #f2f5f7;
    background: -moz-linear-gradient(top, #f2f5f7 0, #e5ebee 51%, #d7dee3 51%, #f6f8f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f5f7), color-stop(51%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f6f8f9));
    background: -webkit-linear-gradient(top, #f2f5f7 0, #e5ebee 51%, #d7dee3 51%, #f6f8f9 100%);
    background: -o-linear-gradient(top, #f2f5f7 0, #e5ebee 51%, #d7dee3 51%, #f6f8f9 100%);
    background: -ms-linear-gradient(top, #f2f5f7 0, #e5ebee 51%, #d7dee3 51%, #f6f8f9 100%);
    background: linear-gradient(to bottom, #f2f5f7 0, #e5ebee 51%, #d7dee3 51%, #f6f8f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#f6f8f9', GradientType=0);
    padding: 5px;
    width: 191px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #adb9c2;
    margin-left: 20px;
    margin-bottom: 20px
}

.overlay-list-ver select {
    background: none;
    padding: 6px 5px;
    width: 191px
}

.overlay-list-ver2 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1c1c1c;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.overlay-list-ver2 select {
    background: none;
    height: 19px;
    padding: 0 5px;
    width: 100%;
}

.overlay-proceed-ver {
    background: #69c209;
    background: -moz-linear-gradient(top, #69c209 1%, #499a05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #69c209), color-stop(100%, #499a05));
    background: -webkit-linear-gradient(top, #69c209 1%, #499a05 100%);
    background: -o-linear-gradient(top, #69c209 1%, #499a05 100%);
    background: -ms-linear-gradient(top, #69c209 1%, #499a05 100%);
    background: linear-gradient(to bottom, #69c209 1%, #499a05 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#69c209', endColorstr='#499a05', GradientType=0);
    padding: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    width: 250px;
    border: 3px solid #fff;
    border-radius: 10px;
    text-align: center
}

.over-btn-ver a {
    color: #fff
}

.over-btn-ver a div:hover {
    text-decoration: none;
    background: #499a05;
    background: -moz-linear-gradient(top, #499a05 4%, #69c209 92%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #499a05), color-stop(92%, #69c209));
    background: -webkit-linear-gradient(top, #499a05 4%, #69c209 92%);
    background: -o-linear-gradient(top, #499a05 4%, #69c209 92%);
    background: -ms-linear-gradient(top, #499a05 4%, #69c209 92%);
    background: linear-gradient(to bottom, #499a05 4%, #69c209 92%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#499a05', endColorstr='#69c209', GradientType=0)
}

.over-btn-ver {
    margin-left: 320px;
    width: 250px
}

.ver5 {
    background-color: #edf1f3;
    border: 3px solid #116591;
    margin-bottom: 15px;
    padding: 20px 10px
}

.ver5select-list select {
    padding: 5px;
    width: 214px;
    background-color: #f5f5f5;
    color: #000
}

.ver5select-list {
    border: 1px solid #5d5e5f;
    padding: 5px;
    width: 212px;
    margin-left: 11px;
    background-color: #f5f5f5
}

.btnvrm,
.homevrm-btn5 {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#71c700', endColorstr='#127500', GradientType=0);
    padding: 10px;
    text-align: center;
    font-size: 43px;
    font-weight: 700
}

.homevrm-btn5 {
    background: #71c700;
    background: -moz-linear-gradient(top, #71c700 0, #127500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71c700), color-stop(100%, #127500));
    background: -webkit-linear-gradient(top, #71c700 0, #127500 100%);
    background: -o-linear-gradient(top, #71c700 0, #127500 100%);
    background: -ms-linear-gradient(top, #71c700 0, #127500 100%);
    background: linear-gradient(to bottom, #71c700 0, #127500 100%);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    margin-top: 12px;
    width: 150px;
    border-radius: 5px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    margin-left: 382px;
    cursor: pointer;
    border: 3px solid #fff
}

.homevrm-btn5 a {
    color: #fff
}

.btnvrm {
    background: #71c700;
    background: -moz-linear-gradient(top, #71c700 0, #127500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71c700), color-stop(100%, #127500));
    background: -webkit-linear-gradient(top, #71c700 0, #127500 100%);
    background: -o-linear-gradient(top, #71c700 0, #127500 100%);
    background: -ms-linear-gradient(top, #71c700 0, #127500 100%);
    background: linear-gradient(to bottom, #71c700 0, #127500 100%);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    margin-top: 7px;
    width: 100px;
    border-radius: 5px;
    line-height: 65px;
    height: 65px;
    color: #fff;
    margin-left: 30px;
    border: 3px solid #fff
}

.btnvrm a {
    color: #fff
}

.box-ver-home select {
    background: #f5f5f5;
    border: 2px solid #000;
    height: 33px;
    margin-bottom: 12px;
    margin-left: 20px;
    width: 291px
}

.align_right {
    text-align: right
}

.align_left {
    text-align: left;
    margin-top: 15px
}

.align_center {
    text-align: center
}

.align_justify {
    text-align: justify
}

.audi-gs,
.btn-gs,
.go-gs {
    text-align: center
}

.wraper {
    width: 1000px;
    margin: 0 auto
}

.gs-top,
.logo-gs {
    margin-top: 15px
}

.top-bar-gs {
    background: #f1f1f1;
    height: 60px
}

.gs-search {
    width: 500px;
    border: 1px solid #a8a8a8;
    height: 28px;
    line-height: 26px;
    padding-left: 10px
}

.gs-top {
    margin-left: 30px
}

.bar-gs2 {
    height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.field-gs {
    border: 1px solid #000;
    margin-top: 11px;
    padding: 10px 5px;
    background: #f5f5f5
}

.content-gs,
.go-gs {
    border: 3px solid #fff
}

.field-gs select {
    width: 199px;
    background: #f5f5f5
}

.go-gs {
    background: #6ac100;
    background: -moz-linear-gradient(top, #6ac100 0, #107500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6ac100), color-stop(100%, #107500));
    background: -webkit-linear-gradient(top, #6ac100 0, #107500 100%);
    background: -o-linear-gradient(top, #6ac100 0, #107500 100%);
    background: -ms-linear-gradient(top, #6ac100 0, #107500 100%);
    background: linear-gradient(to bottom, #6ac100 0, #107500 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6ac100', endColorstr='#107500', GradientType=0);
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    font-size: 22px;
    font-weight: 700;
    width: 100px;
    height: 33px;
    line-height: 33px;
    margin-left: 11px;
    margin-top: 12px
}

.go-gs a {
    color: #fff
}

.content-gs {
    background: #ddd;
    -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75)
}

.gs-drop {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0, #eee 100%);
    background: -o-linear-gradient(top, #fff 0, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0, #eee 100%);
    background: linear-gradient(to bottom, #fff 0, #eee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    width: 90px;
    border-radius: 5px;
    padding: 5px;
    margin-left: 15px;
    margin-top: 2px
}

.gs-drop select {
    background: 0 0;
    color: #4375c3;
    width: 90px
}

.box-gs,
.result-gs {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    border-radius: 5px
}

.audi-gs,
.engine-gs,
.engine-gs a {
    color: #3270de
}

.box-gs,
.car-pic-gs img {
    width: 150px
}

.car-gs {
    margin-top: 20px;
    margin-left: 65px
}

.box-gs {
    height: 146px;
    padding: 5px;
    border-bottom: 4px solid #3270de;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75)
}

.box-gs a div:hover {
    border-bottom: 3px solid #0C3
}

.box-gs:hover {
    border-bottom: 4px solid #7dc025
}

.st-gs {
    border-bottom: 1px solid #bcbcbc;
    margin-top: 5px;
    margin-bottom: 5px
}

.audi-gs {
    font-weight: 700;
    font-size: 13px
}

.box-margin {
    margin-right: 10px
}

.shadow-gs {
    margin-bottom: 10px
}

.year-gs {
    width: 290px;
    margin-bottom: 20px
}

.sgs {
    margin-top: 6px;
    margin-left: 19px
}

.result-gs {
    padding: 10px 10px 1px;
    margin-top: 52px;
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    margin-right: 65px;
    margin-bottom: 20px
}

.result-list {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.engine-gs {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.web-gs,
.web-gs a {
    font-size: 12px
}

.web-gs a {
    color: #659d0d
}

.logo-make-gs {
    margin-top: -10px
}

.detail-gs {
    width: 500px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 10px
}

.stock-gs span {
    color: #679f11;
    margin-left: 2px
}

.gs a,
.guied-gs a {
    color: #000
}

.stock-gs {
    margin-left: 265px;
    margin-right: 265px;
    margin-top: 10px
}

.btn-gs {
    background: #f7931e;
    background: -moz-linear-gradient(top, #f7931e 0, #d97a0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7931e), color-stop(100%, #d97a0c));
    background: -webkit-linear-gradient(top, #f7931e 0, #d97a0c 100%);
    background: -o-linear-gradient(top, #f7931e 0, #d97a0c 100%);
    background: -ms-linear-gradient(top, #f7931e 0, #d97a0c 100%);
    background: linear-gradient(to bottom, #f7931e 0, #d97a0c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#d97a0c', GradientType=0);
    border: 1px solid #d97a0c;
    border-radius: 5px;
    height: 36px;
    width: 153px;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px
}

.a4-gs,
.result-list-gs {
    font-size: 16px;
    font-weight: 700
}

.feed-gs {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 15px
}

.blog-gs {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    margin-right: 65px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 65px
}

.homevrm-blue,
.homevrm-yellow {
    padding: 4px;
    border-radius: 5px
}

.pic-gs {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 1px 0 rgba(50, 50, 50, .75)
}

.a4-gs {
    color: #3270de
}

.text-gs {
    margin-left: 20px;
    text-align: justify;
    width: 682px
}

.result-list-gs {
    margin-bottom: 10px
}

.re-menu {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 142px;
    text-transform: uppercase
}

.code-ver-year,
.customer img,
.or-new,
.reg-vrmhome,
.valuable {
    margin-bottom: 10px
}

.re-menu a {
    color: #333
}

.re-menu a:hover {
    color: #0C0
}

.banner-vmake {
    margin-left: 39px
}

.reg-vrmhome {
    width: 565px;
    margin-left: 116px
}

.homevrm-yellow {
    background-color: #ffcb05
}

.homevrm-blue {
    background-color: #005baf
}

.engine-code-ver,
.homevrm-btn {
    text-align: center;
    padding: 10px
}

.homevrminput {
    text-align: center;
    width: 498px;
    height: 86px;
    font-size: 36px;
    font-weight: 700;
    background-color: #ffcb05;
    text-transform: uppercase
}

.homevrm-btn {
    background: #71c700;
    background: -moz-linear-gradient(top, #71c700 0, #127500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71c700), color-stop(100%, #127500));
    background: -webkit-linear-gradient(top, #71c700 0, #127500 100%);
    background: -o-linear-gradient(top, #71c700 0, #127500 100%);
    background: -ms-linear-gradient(top, #71c700 0, #127500 100%);
    background: linear-gradient(to bottom, #71c700 0, #127500 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#71c700', endColorstr='#127500', GradientType=0);
    margin-top: 7px;
    width: 100px;
    border-radius: 5px;
    line-height: 65px;
    height: 65px;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    margin-left: 30px
}

.homevrm-btn a {
    color: #fff
}

.style-op {
    opacity: .5
}

.engine-code-ver {
    background: #e3e3e3;
    width: 300px;
    border: 1px solid #686868;
    height: 200px;
    overflow: scroll
}

.code-ver-year {
    font-size: 14px;
    color: #480cd0;
    font-weight: 700
}

.id-eng-dtl,
.sp-btn-id {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center
}

.code-ver-year a {
    color: #480cd0
}

.customer img {
    width: 355px;
    margin-right: 0
}

.valuable {
    font-weight: 700
}

.container-8 {
    background: url(../images/bg-content-b.jpg) left bottom no-repeat;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden
}

.id-yr,
.id-yr-data {
    width: 250px;
    padding: 5px
}

.id-eng-dtl {
    background: #666;
    padding-bottom: 5px;
    color: #fff
}

.id-yr {
    margin-right: 0;
    margin-left: 20px;
    font-weight: 700
}

.id-yr-data {
    margin-right: 5px
}

.detail-yr {
    padding: 5px;
    /* margin-right: 12px; */
    /* margin-bottom: 25px; */
    /* margin-left: 46px; */
    background: #fff;
    border: 3px solid #666;
    border-radius: 5px;
    width: 83%;
    margin: 10px auto;
}

.chng-bg-id {
    background: #ccc
}
.shop-price-id {
    /* margin-left: 154px; */
    width: 274px;
    /* margin-bottom: 20px; */
    margin: 10px auto;
}
.sp-btn-id {
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    width: 235px;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    background: #6bbe00;
    background: -moz-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6bbe00), color-stop(100%, #0b6a00));
    background: -webkit-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -o-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -ms-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: linear-gradient(to bottom, #6bbe00 0, #0b6a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6bbe00', endColorstr='#0b6a00', GradientType=0);

}

ul.help {
    z-index: 20!important
}


/*********model page table********/

.main_table table {
    width: 100%;
}

.main_table table,
td {
    border: 1px solid #d71f24;
    border-collapse: collapse;
    text-align: center;
    padding: 15px 0;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}

.main_table th {
    background: #d71f24;
    color: #fff;
    padding: 18px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.main_table td span {
    background: #7dc025;
    padding: 5px 10px;
    color: white;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
}

.main_table tr:nth-child(even) {
    background-color: #f6f6f6;
}


/*****end model page table******/


/* ========= cONTACT uS tOOLTIP ======== */

.tab-content .tooltips {
    /*position: relative;
    */
    /* display: inline-block;
    */
    cursor: pointer;
}

.tab-content .tooltips .tooltiptext {
    /* visibility: hidden;
     width: 295px;
     height: 200px;
    */
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /* position: absolute;
     z-index: 1;
     top: 0;
     right: 0;
    */
    font-size: 14px !important;
    line-height: 20px;
    border: 2px solid #f00;
    pointer-events: none;
}

.tab-content .tooltips .tooltiptext-city {
    top: 0;
}

.tab-content .tooltips .tooltiptext b {
    color: yellow;
    /* text-decoration: underline;
    */
    transition: none;
}

.tab-content .tooltips:hover .tooltiptext {
    /*visibility: visible;
    */
    display: block;
}

.tab-content .input-group {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tab-content .input-group label {
    font-size: 14px;
    font-weight: normal;
    margin-left: 25px;
}

.tab-content p, .home-tab-content p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
	margin-bottom: 10px;
}
.home-tab-content a {
    color: #0056b3;
}
.privacy-policy .offer-heading {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 35px;
    padding: 5px 0;
    letter-spacing: 1px;
    color: #222;
    text-align: center;
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
    font-weight: bold;
    text-transform: uppercase;
}

.privacy-policy ol,
.privacy-policy ol {
    margin-left: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.privacy-policy.grid-holder {
    width: 500px;
    margin: auto;
}

.privacy-policy h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.privacy-policy p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
    text-align: justify;
}

.privacy-policy a {
    color: #307abd;
}

.name-signup-v1 {
    position: relative;
}

.name-signup-v1 .question_mark {
    position: absolute;
    top: 15px;
    right: 10px;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 26px !important;
    cursor: pointer;
}


/*  ================  Start css.css     =====================   */

#intro {
    width: 685px;
}
#intro ul {
    margin-left: 35px;
}

.wrapper2 {
    background-color: #fff;
    width: 729px;
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 1px;
    padding-top: 0;
    border: 1px solid #BDBCBD
}

.list_carousel {
    margin: 0;
    overflow: hidden;
    width: 724px
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.list_carousel li {
    font-size: 12px;
    color: #999;
    text-align: center;
    background-color: #eee;
    padding: 0;
    margin: 6px;
    display: block;
    float: left
}

.list_carousel a {
    color: #676767
}

.list_carousel a:hover {
    color: #053c98
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0
}

.clearfix {
    float: none;
    clear: both
}

.prev {
    float: left;
    margin-left: 10px
}

.next {
    float: right;
    margin-right: 10px
}

.list_carousel-8 li,
.pager {
    text-align: center;
    float: left
}

.pager {
    width: 300px
}

.pager a {
    margin: 0 5px;
    text-decoration: none
}

.pager a.selected {
    text-decoration: underline
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0
}

.slidebox ul li {
    padding: 5px;
    width: 219px;
    height: 260px;
    background: #FFF;
    border: 1px solid #bfbfbf
}

.caroufredsel_wrapper {
    width: 985px
}

.FIGCAPTION {
    font-style: italic;
    font-variant: small-caps
}

.slidebox img {
    height: 200px;
    margin-left: -6px;
    margin-top: -5px;
    width: 230px
}

.aho {
    margin-left: 5px;
    margin-top: 12px
}

.wrapper-8 {
    background-color: #fff;
    border: 1px solid #bdbcbd;
    clear: both;
    margin-bottom: 15px;
    margin-left: -8px;
    margin-top: 15px;
    padding-bottom: 1px;
    padding-top: 0;
    width: 959px
}

.list_carousel-8 {
    margin: 0;
    overflow: hidden;
    width: 954px
}

.list_carousel-8 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.list_carousel-8 li {
    font-size: 12px;
    color: #999;
    background-color: #eee;
    padding: 0;
    margin: 6px;
    display: block
}

.list_carousel-8 a {
    color: #676767
}

.list_carousel-8 a:hover {
    color: #053c98
}

.list_carousel-8.responsive {
    width: auto;
    margin-left: 0
}

.slidebox-8 ul li {
    padding: 5px;
    width: 219px;
    height: 260px;
    background: #FFF;
    border: 1px solid #bfbfbf
}

.slidebox-8 img {
    height: 200px;
    margin-left: -6px;
    margin-top: -5px;
    width: 230px
}


/*  ============    End css.css     ==============  */


/*  ============  Start  help.css     ==============  */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #fff;
    color: #444;
    text-shadow: none;
    border: 5px solid #323030;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    padding: 0!important
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    left: -18px;
    width: 167px;
    height: 167px;
    background: url(../images/bg-need-help.png) no-repeat
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(../images/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .6)
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

ul.help {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    left: 0;
    top: 150px;
    z-index: 20;
    display: none;
}

.help-btn {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 42px;
    height: 150px;
    background: url(../images/sprite.png) -927px -181px no-repeat
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222
}


/*  ============  End  help.css     ==============  */


/*  ============  Sart  accordian.css     ==============  */

.accordion,
.accordion div,
.accordion h1,
.accordion p,
.accordion a,
.accordion img,
.accordion span,
.accordion em,
.accordion ul,
.accordion li {
    margin: 0;
    padding: 0;
    border: none;
}


/* Accordion Layout Styles */

.accordion {
    position: relative;
    margin: 0 auto;
}

.accordion .tab1 {
    display: block;
}

.accordion .tab1:hover,
.accordion div:hover .tab1 {
    color: #2b3b06;
    text-decoration: none;
}

.accordion div .content {
    display: none;
    margin: 5px 0;
    padding: 0 10px;
}

.accordion div:hover .content {
    display: block;
}

.accordion>div {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* Accordion Content Styles */


/*  ============  End  accordian.css     ==============  */


/*  ============  Start app.css     ==============  */

.centertxt,
.reviewer_box {
    text-align: center
}

.reviewer_box {
    background: #E6E6DA;
    border-radius: 8%;
    border: 2px solid;
    color: #C00
}

.txtcolor_red {
    color: #C00
}

.bg_red {
    background: #C00
}

.review_sepration_line {
    width: 80%;
    height: auto
}

.pagination_changes {
    margin-left: 40%!important;
    font-weight: 700
}

.reg_numbr {
    background-image: url(img/vehicle_vrm2.png);
    background-repeat: no-repeat;
    padding-left: 2.5em
}

.reg_numbr h1 {
    display: inline;
    font-size: 3em
}

.hd_snippet,
.hidden_snippet {
    display: none
}

.detail_page_border {
    width: 100%;
    height: 100%;
    border: thin solid #C00;
    padding: 3%;
    border-radius: 1%
}

.float_right {
    float: right
}

.float_left {
    float: left
}

.option {
    -moz-box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    color: rgba(0, 0, 0, .75);
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    margin: 0 15px 12px;
    padding: 6px;
    transition: all .15s linear 0s;
    width: 95%
}


/*  ============  End  app.css     ==============  */


/*  ============  Satrt  model.css     ==============  */

.texture {
    background: url(images/test-bg.jpg)
}

.make-main-box .inner-box-v10 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.make-main-box .inner-box-v10 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v10 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px;
    opacity: .5
}

.make-main-box .inner-box-v10 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px;
    opacity: 1;
    font-weight: 700
}

.make-main-box .inner-box-v10 .make-list:focus {
    width: 486px
}

.make-main-box .inner-box-v10 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.make-main-box .inner-box-v10 .make-btn {
    background: url(../images/sprite.png) 0 -2098px no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 64px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.make-main-box .inner-box-v10 .make-btn:hover {
    cursor: pointer;
    background: url(../images/sprite.png) 0 -2162px no-repeat
}

@media screen and (max-width:768px) {
    .make-main-box .inner-box-v10 .make-btn {
        background: url(../images/view-stock-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .inner-box-v10 .make-btn:hover {
        background: url(../images/view-stock-1.png) left -48px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v10 {
        width: 91.6%;
        padding-left: 0
    }
    .span h2,
    .span4 h2 {
        height: 36px;
        left: 18px;
        margin: 0;
        text-align: center;
        top: -1px;
        width: 76%;
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        position: absolute
    }
    .span h2 {
        font-size: 14px;
        line-height: 13px
    }
    .span4 h2 {
        font-size: 17px;
        line-height: 22px
    }
    .spanpart {
        /*        background: #d92025;
                border-radius: 0 0 20px 20px;
                font-size: 14px;
                color: #fff;
                padding-left: 20px;
                padding-right: 47px;
                width: 335px;
                position: absolute;
                top: -5px;
                left: 16px;
                text-align: center*/
    }
    .span43 h2,
    .span44 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        left: 18px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px
    }
    .span43 h2 {
        font-size: 12px;
        height: 30px;
        line-height: 22px;
        width: 78%
    }
    .span44 h2 {
        font-size: 14px;
        height: 36px;
        line-height: 18px;
        width: 76%
    }
    .make-main-box .inner-box-v10 .make-list-1.active,
    .make-main-box .inner-box-v10 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 50px
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-2.png) left -48px no-repeat
    }
}

@media screen and (max-width:640px) {
    .make-main-box .inner-box-v10 .make-btn {
        background: url(../images/view-stock-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 41px
    }
    .make-main-box .inner-box-v10 .make-btn:hover {
        background: url(../images/view-stock-2.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v10 {
        width: 92%;
        padding-left: 0;
        margin: 0 0 0 7px
    }
    .span h2,
    .span4 h2 {
        height: 43px;
        left: 18px;
        line-height: 14px;
        margin: 0;
        text-align: center;
        top: -1px;
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        position: absolute
    }
    .span h2 {
        font-size: 11px;
        width: 61%
    }
    .span4 h2 {
        font-size: 13px;
        width: 66%
    }
    .spanpart {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        font-size: 10px;
        color: #fff;
        padding-left: 20px;
        padding-right: 47px;
        width: 216px;
        position: absolute;
        top: -5px;
        left: 15px;
        text-align: center
    }
    .span43 h2,
    .span44 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        left: 18px;
        line-height: 14px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px
    }
    .span43 h2 {
        font-size: 12px;
        height: 33px;
        width: 69%
    }
    .span44 h2 {
        font-size: 11px;
        height: 40px;
        width: 68%
    }
    .make-main-box .inner-box-v10 .make-list-1.active,
    .make-main-box .inner-box-v10 div .make-list-1 {
        width: 242px;
        margin: 5px 0 0 34px;
        height: 28px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 50px
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-1.png) left -40px no-repeat
    }
}

@media screen and (max-width:480px) {
    .make-main-box .inner-box-v10 .model-btn-v5 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v10 .model-btn-v5:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v10 {
        width: 53.6%;
        padding-left: 0
    }
    .span h2,
    .span4 h2 {
        height: 43px;
        left: 18px;
        margin: 0 0 0 -18px;
        text-align: center;
        top: -1px;
        width: 65%;
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        position: absolute
    }
    .span h2 {
        font-size: 10px;
        line-height: 9px
    }
    .span4 h2 {
        font-size: 11px;
        line-height: 15px
    }
    .spanpart {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        font-size: 7px;
        color: #fff;
        padding-left: 20px;
        padding-right: 47px;
        width: 86px;
        position: absolute;
        top: -5px;
        left: 15px;
        text-align: center;
        height: 71px
    }
    .span43 h2,
    .span44 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 10px;
        left: 18px;
        margin: 0 0 0 -18px;
        position: absolute;
        text-align: center;
        top: -1px
    }
    .span43 h2 {
        height: 39px;
        line-height: 11px;
        width: 64%
    }
    .span44 h2 {
        height: 43px;
        line-height: 12px;
        width: 65%
    }
    .make-main-box .inner-box-v10 .make-list-1.active,
    .make-main-box .inner-box-v10 div .make-list-1 {
        width: 147px;
        margin: 6px 0 0 19px
    }
    .make-btn-v2,
    .make-main-box .inner-box-v10 .make-btn {
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 1px
    }
    .make-main-box .inner-box-v10 .make-btn {
        background: url(../images/view-stock-4.png) left top no-repeat;
        font-size: 0
    }
    .make-main-box .inner-box-v10 .make-btn:hover {
        background: url(../images/view-stock-4.png) left -39px no-repeat
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-3.png) left top no-repeat;
        font-size: 0
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-3.png) left -39px no-repeat
    }
}

@media screen and (max-width:320px) {
    .make-btn-v2,
    .make-main-box .inner-box-v10 .make-btn,
    .make-main-box .inner-box-v10 .model-btn-v5 {
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer
    }
    .make-main-box .inner-box-v10 .model-btn-v5 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        width: 205px;
        height: 35px;
        border: 0;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v10 .model-btn-v5:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v10 {
        width: 84.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v10 .make-list-1.active,
    .make-main-box .inner-box-v10 div .make-list-1 {
        width: 147px;
        margin: 6px 0 0 19px
    }
    .make-main-box .inner-box-v10 .make-btn {
        background: url(../images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        width: 205px;
        height: 35px;
        border: 0;
        margin: 5px 0 10px 1px
    }
    .make-main-box .inner-box-v10 .make-btn:hover {
        background: url(../images/view-stock-4.png) left -39px no-repeat
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .span h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 10px;
        height: 43px;
        left: 18px;
        line-height: 10px;
        margin: 0 0 0 -18px;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 65%
    }
    .span4 h2,
    .span43 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 11px;
        height: 43px;
        left: 18px;
        margin: 0 0 0 -18px;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 65%
    }
    .span4 h2 {
        line-height: 16px
    }
    .span43 h2 {
        line-height: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-3.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        width: 205px;
        height: 35px;
        border: 0;
        margin: 5px 0 10px 1px
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-3.png) left -39px no-repeat
    }
}

.engine-code1 {
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 11px;
    margin: 0 20px 10px 0;
    padding: 3px 0;
    text-align: center
}

.eng_code_heading1 {
    color: #201E1E;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
}

.year-inner-box1 {
    background: #E1E1E1;
    border: 5px solid #D71F24;
    border-radius: 5px;
    float: left;
    margin: 4px 0 45px;
    padding: 50px 0 10px 15px;
    position: relative;
    width: 91.3%
}

.year-inner-box1 h1 {
    background: #D51E22;
    border-radius: 0 0 11px 11px;
    color: #FFF;
    font-size: 15px;
    line-height: 38px;
    margin: -58px 0 10px 10px;
    position: relative;
    text-align: center;
    width: 644px;
    z-index: 4
}

.model-btn-v2,
.year-inner-box1 .shade {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

.year-inner-box1 .shade {
    background: url(../images/sprite.png) 0 -2042px no-repeat;
    bottom: -44px;
    height: 45px;
    left: 40px;
    position: absolute;
    width: 637px
}

.year-inner-box1 .arrow-green1,
.year-inner-box1 .arrow-green11 {
    background: url(../images/arrow-sml.png) left top no-repeat;
    bottom: 28px;
    font-size: 0;
    height: 113px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: -43px;
    text-indent: -9999px;
    width: 139px;
    margin: 0 0 -16px
}

.model-btn-v2 {
    background: url(images/viewbtn.png) no-repeat;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.engine-slider,
.engine-slider ul {
    width: 200px;
    padding: 0;
    overflow: hidden
}

.model-btn-v2:hover {
    cursor: pointer;
    background: url(images/viewbtn.png) 0 -64px no-repeat
}

.engine-slider {
    float: right
}

.engine-slider ul {
    margin: 0;
    list-style: none;
    height: 200px
}

.engine-slider ul li {
    padding: 0;
    width: 194px;
    height: 194px;
    border: 3px solid #ccc;
    float: left
}

.engine-slider ul li img {
    width: 194px;
    height: 194px;
    float: left;
    margin: 0
}

ul.left-slider {
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 166px!important
}

ul.left-slider li {
    border: 0!important;
    width: 166px!important;
    padding: 0!important
}

ul.left-slider li img {
    width: 100%!important;
    height: 131px
}

@media screen and (max-width:768px) {
    .engine-slider,
    .engine-slider ul,
    .engine-slider ul li,
    .engine-slider ul li img,
    .year-inner-box1 .shade,
    ul.left-slider,
    ul.left-slider li,
    ul.left-slider li img {
        display: none
    }
    .year-inner-box1 {
        background: #E1E1E1;
        border: 5px solid #D71F24;
        border-radius: 5px;
        float: left;
        margin: -26px 0 45px;
        padding: 50px 0 10px 15px;
        position: relative;
        width: 91.3%;
        height: 443px
    }
    .eng_code_heading1 {
        color: #201E1E;
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 10px
    }
    .year-inner-box1 h2 {
        background: #D51E22;
        border-radius: 0 0 11px 11px;
        color: #FFF;
        font-size: 15px;
        line-height: 38px;
        margin: -54px 0 10px 10px;
        position: relative;
        text-align: center;
        width: 411px;
        z-index: 4
    }
    .model-btn-v2 {
        background: url(images/view-stock-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 7px
    }
    .model-btn:hover {
        background: url(images/view-stock-1.png) left -48px no-repeat
    }
}

@media screen and (max-width:640px) {
    .engine-slider,
    .engine-slider ul,
    .engine-slider ul li,
    .engine-slider ul li img,
    ul.left-slider,
    ul.left-slider li,
    ul.left-slider li img {
        display: none
    }
    .year-inner-box1 {
        background: #E1E1E1;
        border: 5px solid #D71F24;
        border-radius: 5px;
        float: left;
        margin: -26px 0 45px;
        padding: 50px 0 10px 15px;
        position: relative;
        width: 91.3%;
        height: 818px
    }
    .year-inner-box1 h2 {
        background: #D51E22;
        border-radius: 0 0 11px 11px;
        color: #FFF;
        font-size: 15px;
        line-height: 38px;
        margin: -54px 0 10px 10px;
        position: relative;
        text-align: center;
        width: 299px;
        z-index: 4
    }
    .eng_code_heading1 {
        color: #201E1E;
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 10px
    }
    .model-btn-v2 {
        background: url(images/view-stock-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 1px
    }
    .model-btn-v2:hover {
        background: url(images/view-stock-2.png) left -39px no-repeat
    }
}

@media screen and (max-width:480px) {
    .year-inner-box1 {
        background: #E1E1E1;
        border: 5px solid #D71F24;
        border-radius: 5px;
        float: left;
        margin: -26px 0 45px;
        padding: 50px 0 10px 15px;
        position: relative;
        width: 91.3%;
        height: 825px
    }
    .year-inner-box1 h2 {
        background: #D51E22;
        border-radius: 0 0 11px 11px;
        color: #FFF;
        font-size: 15px;
        line-height: 38px;
        margin: -54px 0 10px 10px;
        position: relative;
        text-align: center;
        width: 306px;
        z-index: 4
    }
    .eng_code_heading1 {
        color: #201E1E;
        font-size: 11px;
        line-height: 26px;
        margin: 0 0 10px
    }
    .model-btn-v2 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 1px
    }
    .model-btn-v2:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    @media screen and (max-width:320px) {
        .year-inner-box1 {
            background: #E1E1E1;
            border: 5px solid #D71F24;
            border-radius: 5px;
            float: left;
            margin: -26px 0 45px;
            padding: 50px 0 10px 15px;
            position: relative;
            width: 91.3%;
            height: 898px
        }
        .year-inner-box1 h2 {
            background: #D51E22;
            border-radius: 0 0 11px 11px;
            color: #FFF;
            font-size: 15px;
            line-height: 38px;
            margin: -54px 0 10px 10px;
            position: relative;
            text-align: center;
            width: 193px;
            z-index: 4
        }
        .eng_code_heading1 {
            color: #201E1E;
            font-size: 11px;
            line-height: 26px;
            margin: 0 0 10px
        }
    }
}

.top-caption-v2 {
    font: 700 16px/18px Verdana, Geneva, sans-serif;
    color: #FF3D26;
    padding-top: 2px;
    display: block;
    text-align: center;
    padding-left: 29px
}

.make-main-box .inner-box-v3 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.make-main-box .inner-box-v3 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v3 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.make-main-box .inner-box-v3 .make-btn,
.make-main-box .inner-box-v3 .make-btn:hover {
    cursor: pointer;
    background: url(images/viewbtn01.png) no-repeat
}

.make-main-box .inner-box-v3 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px
}

.make-main-box .inner-box-v3 .make-list:focus {
    width: 486px
}

.make-main-box .inner-box-v3 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.make-main-box .inner-box-v3 .make-btn {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 64px;
    border: 0;
    margin: 5px 0 10px 73px
}

.make-main-box .inner-box-v3 h2 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: url(../images/sprite.png) 0 -2002px no-repeat;
    height: 9px;
    left: 12px;
    line-height: 35px;
    padding: 0 47px 32px 20px;
    text-align: center;
    top: -24px;
    width: 580px
}

@media screen and (max-width:768px) {
    .make-main-box .inner-box-v3 .make-btn,
    .make-main-box .inner-box-v3 .make-btn:hover {
        background: url(images/view-stock-11.png) no-repeat
    }
    .make-main-box .inner-box-v3 .make-btn {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v3 {
        width: 91.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v3 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 1px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 76%
    }
    .make-main-box .inner-box-v3 .make-list-1.active,
    .make-main-box .inner-box-v3 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
}

@media screen and (max-width:640px) {
    .Q,
    .align,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v3 .make-btn {
        background: url(images/view-stock-22.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 19px
    }
    .make-main-box .inner-box-v3 .make-btn:hover {
        background: url(images/view-stock-22.png) left -39px no-repeat
    }
    .make-main-box .inner-box-v3 {
        width: 71.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v3 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 14px;
        height: 26px;
        left: 18px;
        line-height: 16px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 61%
    }
    .make-main-box .inner-box-v3 .make-list-1.active,
    .make-main-box .inner-box-v3 div .make-list-1 {
        width: 165px
    }
}

@media screen and (max-width:480px) {
    .make-main-box .inner-box-v3 .make-btn {
        background: url(images/view-stock-44.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v3 .make-btn:hover {
        background: url(images/view-stock-44.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v3 {
        width: 97.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v3 h2 {
        font-size: 12px;
        left: 9px
    }
    .make-main-box .inner-box-v3 .make-list-1.active,
    .make-main-box .inner-box-v3 div .make-list-1 {
        width: 165px
    }
}

.make-main-box .inner-box-v4 {
    width: 95.3%;
    float: left;
    padding: 73px 36px 0 36px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #dfdfdf
}

.yearpage-05 {
    background-color: #fff!important
}

.yearpage-06 {
    background-color: #656565!important
}

.make-main-box .inner-box-v4 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v4 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.make-main-box .inner-box-v4 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px
}

.make-main-box .inner-box-v4 .make-list:focus {
    width: 486px
}

.make-btn-v2,
.make-main-box .inner-box-v4 .make-btn {
    font-size: 0;
    line-height: 0;
    width: 423px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer
}

.make-main-box .inner-box-v4 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.span h2,
.span4 h2 {
    padding: 0 47px 32px 20px;
    color: #fff
}

.make-main-box .inner-box-v4 .overlay-home-btn05 a {
    /*background: linear-gradient(to bottom, #6EC300 0, #117300 100%) rgba(0, 0, 0, 0);*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6ec300+0,117330+100 */
    background: #6ec300; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTczMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ec300 0%, #117330 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6ec300 0%,#117330 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6ec300 0%,#117330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec300', endColorstr='#117330',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    font-family: Arial, Helvetica, sans-serif;
    border: 3px solid #fff;
    font-size: 24px;
    line-height: 30px;
    border-radius: 7px;
    /*    background: url(../images/sprite.png) 0 -2098px no-repeat;
        height: 64px;
        margin: 5px 0 10px 73px*/
}
.make-main-box .inner-box-v4 .overlay-home-btn05 a:hover, a:focus, a:hover {
    text-decoration: none;
}
.make-main-box .inner-box-v4 .make-btn:hover {
    cursor: pointer;
    background: url(../images/sprite.png) 0 -2162px no-repeat
}

.make-btn-v2 {
    background: url(images/viewbtntext1.png) no-repeat;
    height: 62px;
    margin: 5px 0 10px 144px
}

.span4 h1,
.spanpart h1 {
    border-radius: 0 0 11px 11px;
    position: absolute
}

.make-btn-v2:hover {
    cursor: pointer;
    background: url(images/viewbtntext1.png) 0 -64px no-repeat
}

.span h2 {
    position: absolute;
    font-size: 14px;
    background: url(images/header-bg.png) no-repeat;
    left: 12px;
    line-height: 17px;
    text-align: center;
    top: -24px;
    width: 580px
}

.span4,
.span4 h2 {
    background: url(images/header-bg.png) no-repeat;
    left: 12px;
    top: -26px;
    width: 580px;
    text-align: center
}

.span4 h2 {
    position: absolute;
    font-size: 20px;
    line-height: 29px
}

.span4 h1 {
    font-size: 19px;
    color: #fff;
    left: 21px;
    background: #d71f24;
    background: -moz-linear-gradient(top, #d71f24 1%, #e8282d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d71f24), color-stop(100%, #e8282d));
    background: -webkit-linear-gradient(top, #d71f24 1%, #e8282d 100%);
    background: -o-linear-gradient(top, #d71f24 1%, #e8282d 100%);
    background: -ms-linear-gradient(top, #d71f24 1%, #e8282d 100%);
    background: linear-gradient(to bottom, #d71f24 1%, #e8282d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d71f24', endColorstr='#e8282d', GradientType=0);
    line-height: 23px;
    padding: 3px 19px 17px;
    text-align: center;
    top: -15px;
    width: 558px
}

.spanpart {
    background: url(images/header-bg.png) no-repeat;
    font-size: 12px;
    color: #fff;
    padding-left: 20px;
    padding-right: 47px;
    width: 580px;
    position: absolute;
    top: -11px;
    left: 15px;
    text-align: center;
    line-height: 39px
}

.spanpart h1 {
    /*    background: linear-gradient(to bottom, #D71F24 1%, #E8282D 100%) rgba(0, 0, 0, 0);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d71f24+0,e8282d+100 */
    background: #d71f24; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MWYyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODI4MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d71f24 0%, #e8282d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d71f24 0%,#e8282d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d71f24 0%,#e8282d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f24', endColorstr='#e8282d',GradientType=0 ); /* IE6-8 */
    filter: none;
    color: #fff;
    font-size: 18px;
    left: 6px;
    line-height: 24px;
    padding: 3px 19px 17px;
    text-align: center;
    top: 6px;
    width: 558px;
}

.span43 h2,
.span44 h2 {
    position: absolute;
    color: #fff;
    background: url(images/header-bg.png) no-repeat;
    left: 12px;
    padding: 0 47px 32px 20px;
    top: -26px;
    width: 580px;
    text-align: center
}

.span43 h2 {
    font-size: 20px;
    line-height: 29px
}

.span44 h2 {
    font-size: 17px;
    line-height: 24px
}

.make-main-box .inner-box-v001 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #dfdfdf
}

@media screen and (max-width:768px) {
    .make-main-box .inner-box-v4 .make-btn {
        background: url(../images/viewbtn001.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .inner-box-v4 .make-btn:hover {
        background: url(../images/viewbtn001.png) left -48px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v4 {
        /*        width: 91.6%;
                padding-left: 0*/
    }
    .span h2,
    .span4 h2 {
        height: 36px;
        left: 18px;
        margin: 0;
        text-align: center;
        top: -1px;
        width: 76%;
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        position: absolute
    }
    .span h2 {
        font-size: 14px;
        line-height: 13px
    }
    .span4 h2 {
        font-size: 17px;
        line-height: 22px
    }
    .spanpart {
        /*        background: #d92025;
                border-radius: 0 0 20px 20px;
                font-size: 14px;
                color: #fff;
                padding-left: 20px;
                padding-right: 47px;
                width: 335px;
                position: absolute;
                top: -5px;
                left: 16px;
                text-align: center*/
    }
    .span43 h2,
    .span44 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        left: 18px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px
    }
    .span43 h2 {
        font-size: 12px;
        height: 30px;
        line-height: 22px;
        width: 78%
    }
    .span44 h2 {
        font-size: 14px;
        height: 36px;
        line-height: 18px;
        width: 76%
    }
    .make-main-box .inner-box-v4 .make-list-1.active,
    .make-main-box .inner-box-v4 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 50px
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-2.png) left -48px no-repeat
    }
}

@media screen and (max-width:640px) {
    .make-main-box .inner-box-v4 .make-btn {
        background: url(../images/viewbtn003.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 41px
    }
    .make-main-box .inner-box-v4 .make-btn:hover {
        background: url(../images/viewbtn003.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v4 {
        width: 92%;
        padding-left: 0;
        margin: 0 0 0 7px
    }
    .span h2,
    .span4 h2 {
        height: 43px;
        left: 18px;
        line-height: 14px;
        margin: 0;
        text-align: center;
        top: -1px;
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        position: absolute
    }
    .span h2 {
        font-size: 11px;
        width: 61%
    }
    .span4 h2 {
        font-size: 13px;
        width: 66%
    }
    .spanpart {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        font-size: 10px;
        color: #fff;
        padding-left: 20px;
        padding-right: 47px;
        width: 216px;
        position: absolute;
        top: -5px;
        left: 15px;
        text-align: center
    }
    .span43 h2,
    .span44 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        left: 18px;
        line-height: 14px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px
    }
    .span43 h2 {
        font-size: 12px;
        height: 33px;
        width: 69%
    }
    .span44 h2 {
        font-size: 11px;
        height: 40px;
        width: 68%
    }
    .make-main-box .inner-box-v4 .make-list-1.active,
    .make-main-box .inner-box-v4 div .make-list-1 {
        width: 242px;
        margin: 5px 0 0 34px;
        height: 28px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 50px
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-1.png) left -40px no-repeat
    }
}

@media screen and (max-width:480px) {
    .make-main-box .inner-box-v4 .model-btn-v5 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v4 .model-btn-v5:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v4 {
        width: 53.6%;
        padding-left: 0
    }
    .span h2,
    .span4 h2 {
        height: 43px;
        left: 18px;
        margin: 0 0 0 -18px;
        text-align: center;
        top: -1px;
        width: 65%;
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        position: absolute
    }
    .span h2 {
        font-size: 10px;
        line-height: 9px
    }
    .span4 h2 {
        font-size: 11px;
        line-height: 15px
    }
    .span43 h2,
    .span44 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 10px;
        left: 18px;
        margin: 0 0 0 -18px;
        position: absolute;
        text-align: center;
        top: -1px
    }
    .span43 h2 {
        height: 39px;
        line-height: 11px;
        width: 64%
    }
    .span44 h2 {
        height: 43px;
        line-height: 12px;
        width: 65%
    }
    .make-main-box .inner-box-v4 .make-list-1.active,
    .make-main-box .inner-box-v4 div .make-list-1 {
        width: 147px;
        margin: 6px 0 0 19px
    }
    .make-btn-v2,
    .make-main-box .inner-box-v4 .make-btn {
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 1px
    }
    .make-main-box .inner-box-v4 .make-btn {
        background: url(../images/viewbtn003.png) left top no-repeat;
        font-size: 0
    }
    .make-main-box .inner-box-v4 .make-btn:hover {
        background: url(../images/viewbtn003.png) left -39px no-repeat
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-3.png) left top no-repeat;
        font-size: 0
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-3.png) left -39px no-repeat
    }
}

@media screen and (max-width:320px) {
    .engine-code1 {
        border-bottom: 1px dashed #000;
        border-top: 1px dashed #000;
        color: #000;
        display: block;
        font-size: 18px;
        line-height: 20px;
        margin: 0 20px 10px 0;
        padding: 3px 0;
        text-align: center
    }
    .make-main-box .inner-box-v4 .make-btn,
    .make-main-box .inner-box-v4 .model-btn-v5 {
        font-size: 0;
        line-height: 0;
        height: 35px;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer
    }
    .make-main-box .inner-box-v4 .model-btn-v5 {
        background: url(images/view-stock-4.png) left top no-repeat;
        width: 205px;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v4 .model-btn-v5:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v4 {
        width: 84.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v4 .make-list-1.active,
    .make-main-box .inner-box-v4 div .make-list-1 {
        width: 147px;
        margin: 6px 0 0 19px
    }
    .make-main-box .inner-box-v4 .make-btn {
        background: url(../images/viewbtn003.png) left top no-repeat;
        width: 205px;
        margin: 5px 0 10px 30px
    }
    .make-main-box .inner-box-v4 .make-btn:hover {
        background: url(../images/viewbtn003.png) left -39px no-repeat
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
    .span h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 10px;
        height: 43px;
        left: 18px;
        line-height: 10px;
        margin: 0 0 0 -18px;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 65%
    }
    .span4 h2,
    .span43 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 11px;
        height: 43px;
        left: 18px;
        margin: 0 0 0 -18px;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 65%
    }
    .span4 h2 {
        line-height: 16px
    }
    .span43 h2 {
        line-height: 12px
    }
    .make-btn-v2 {
        background: url(images/viewbtntext1-3.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 1px
    }
    .make-btn-v2:hover {
        background: url(images/viewbtntext1-3.png) left -39px no-repeat
    }
}

.make-btn-v2-1 {
    background: url(images/viewbtntext2.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 81px
}

.make-btn-v2-1:hover {
    cursor: pointer;
    background: url(images/viewbtntext2.png) 0 -64px no-repeat
}

@media screen and (max-width:768px) {
    .make-btn-v2-1 {
        background: url(images/viewbtntext2-2.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 423px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 48px
    }
    .make-btn-v2-1:hover {
        cursor: pointer;
        background: url(images/viewbtntext2-2.png) 0 -50px no-repeat
    }
}

@media screen and (max-width:640px) {
    .make-btn-v2-1 {
        background: url(images/viewbtntext2-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 35px
    }
    .make-btn-v2-1:hover {
        background: url(images/viewbtntext2-1.png) left -40px no-repeat
    }
}

@media screen and (max-width:480px) {
    .make-btn-v2-1 {
        background: url(images/viewbtntext2-3.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 1px
    }
    .make-btn-v2-1:hover {
        background: url(images/viewbtntext2-3.png) left -42px no-repeat
    }
}

.make-btn-v2-2,
.make-btn-v2-year {
    height: 62px;
    font-size: 0;
    line-height: 0;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer
}

.make-btn-v2-2 {
    background: url(images/viewbtntext3.png) no-repeat;
    width: 423px;
    margin: 5px 0 10px 95px
}

.make-btn-v2-2:hover {
    cursor: pointer;
    background: url(images/viewbtntext3.png) 0 -64px no-repeat
}

.make-btn-v2-year {
    background: url(images/Year-1.png) no-repeat;
    width: 569px;
    margin: 5px 0 10px 142px
}

.make-btn-v2-year:hover {
    cursor: pointer;
    background: url(images/Year-1.png) 0 -63px no-repeat
}

@media screen and (max-width:768px) {
    .make-btn-v2-year {
        background: url(images/Year-2.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 347px;
        height: 38px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 14px
    }
    .make-btn-v2-2,
    .make-btn-v2-2-year {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 423px;
        height: 48px;
        border: 0;
        margin: 5px 0 10px 48px;
        cursor: pointer
    }
    .make-btn-v2-year:hover {
        cursor: pointer;
        background: url(images/Year-2.png) 0 -36px no-repeat
    }
    .make-btn-v2-2 {
        background: url(images/viewbtntext3-2.png) no-repeat
    }
    .make-btn-v2-2:hover {
        cursor: pointer;
        background: url(images/viewbtntext3-2.png) 0 -50px no-repeat
    }
    .make-btn-v2-2-year {
        background: url(images/viewbtntext3-2.png) no-repeat
    }
    .year-inner-box1 .arrow-green1 {
        display: none
    }
    .make-btn-v2-2-year:hover {
        cursor: pointer;
        background: url(images/viewbtntext3-2.png) 0 -50px no-repeat
    }
}

@media screen and (max-width:640px) {
    .make-btn-v2-year {
        background: url(images/Year-3.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 277px;
        height: 34px;
        border: 0;
        cursor: pointer;
        margin: -19px 0 10px -5px
    }
    .make-btn-v2-2,
    .make-btn-v2-2-year {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 39px;
        border: 0;
        cursor: pointer
    }
    .make-btn-v2-year:hover {
        cursor: pointer;
        background: url(images/Year-3.png) 0 -37px no-repeat
    }
    .make-btn-v2-2 {
        background: url(images/viewbtntext3-1.png) left top no-repeat;
        margin: 5px 0 10px 35px
    }
    .make-btn-v2-2:hover {
        background: url(images/viewbtntext3-1.png) left -40px no-repeat
    }
    .make-btn-v2-2-year {
        background: url(images/viewbtntext3-3.png) left top no-repeat;
        margin: 5px 0 10px 50px
    }
    .make-btn-v2-2-year:hover {
        background: url(images/viewbtntext3-3.png) left -42px no-repeat
    }
}

@media screen and (max-width:480px) {
    .make-btn-v2-2,
    .make-btn-v2-2-year {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 39px;
        border: 0;
        cursor: pointer
    }
    .make-btn-v2-2 {
        background: url(images/viewbtntext3-3.png) left top no-repeat;
        margin: 5px 0 10px 1px
    }
    .make-btn-v2-2:hover {
        background: url(images/viewbtntext3-3.png) left -42px no-repeat
    }
    .year-inner-box1 .arrow-green1 {
        display: none
    }
    .make-btn-v2-2-year {
        background: url(images/viewbtntext3-3.png) left top no-repeat;
        margin: 5px 0 10px 47px
    }
    .make-btn-v2-2-year:hover {
        background: url(images/viewbtntext3-3.png) left -42px no-repeat
    }
}

@media screen and (max-width:320px) {
    .make-btn-v2-2-year,
    .make-btn-v2-year {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        border: 0;
        cursor: pointer
    }
    .make-btn-v2-year {
        background: url(images/viewbtntext3-3.png) no-repeat;
        width: 569px;
        height: 37px;
        margin: -9px 0 10px 4px
    }
    .make-btn-v2-year:hover {
        cursor: pointer;
        background: url(images/viewbtntext3-3.png) 0 -40px no-repeat
    }
    .year-inner-box1 .arrow-green1 {
        display: none
    }
    .make-btn-v2-2-year {
        background: url(images/viewbtntext3-3.png) left top no-repeat;
        width: 205px;
        height: 39px;
        margin: 5px 0 10px 11px
    }
    .make-btn-v2-2-year:hover {
        background: url(images/viewbtntext3-3.png) left -42px no-repeat
    }
}

.make-btn-v2-3 {
    background: url(images/viewbtntext4.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 147px
}

.make-btn-v2-3:hover {
    cursor: pointer;
    background: url(images/viewbtntext4.png) 0 -64px no-repeat
}

@media screen and (max-width:768px) {
    .make-btn-v2-3 {
        background: url(images/viewbtntext4-2.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 423px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 48px
    }
    .make-btn-v2-3:hover {
        cursor: pointer;
        background: url(images/viewbtntext4-2.png) 0 -50px no-repeat
    }
}

@media screen and (max-width:640px) {
    .make-btn-v2-3 {
        background: url(images/viewbtntext4-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 51px
    }
    .make-btn-v2-3:hover {
        background: url(images/viewbtntext4-1.png) left -40px no-repeat
    }
}

@media screen and (max-width:480px) {
    .make-btn-v2-3 {
        background: url(images/viewbtntext4-3.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 68px
    }
    .make-btn-v2-3:hover {
        background: url(images/viewbtntext4-3.png) left -42px no-repeat
    }
}

.make-main-box .inner-box-v5 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.make-main-box .inner-box-v5 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v5 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.make-main-box .inner-box-v5 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px
}

.make-main-box .inner-box-v5 .make-list:focus {
    width: 486px
}

.make-main-box .inner-box-v5 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.model-btn-v5 {
    background: url(images/viewbtn.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.model-btn-v5:hover {
    cursor: pointer;
    background: url(images/viewbtn.png) 0 -64px no-repeat
}

.make-main-box .inner-box-v5 h2 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: url(images/header-bg.png) no-repeat;
    height: 69px;
    left: 12px;
    line-height: 22px;
    padding: 0 47px 32px 20px;
    text-align: center;
    top: -26px;
    width: 580px
}

@media screen and (max-width:768px) {
    .make-main-box .inner-box-v5 .model-btn-v5 {
        background: url(images/view-stock-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .inner-box-v5 .model-btn-v5:hover {
        background: url(images/view-stock-1.png) left -48px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v5 {
        width: 91.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v5 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 76%
    }
    .make-main-box .inner-box-v5 .make-list-1.active,
    .make-main-box .inner-box-v5 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
}

@media screen and (max-width:640px) {
    .Q,
    .align,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v5 .model-btn-v5 {
        background: url(images/view-stock-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 19px
    }
    .make-main-box .inner-box-v5 .model-btn-v5:hover {
        background: url(images/view-stock-2.png) left -39px no-repeat
    }
    .make-main-box .inner-box-v5 {
        width: 71.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v5 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 14px;
        height: 36px;
        left: 18px;
        line-height: 16px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 61%
    }
    .make-main-box .inner-box-v5 .make-list-1.active,
    .make-main-box .inner-box-v5 div .make-list-1 {
        width: 165px
    }
}

@media screen and (max-width:480px) {
    .make-main-box .inner-box-v5 .model-btn-v5 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v5 .model-btn-v5:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v5 {
        width: 97.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v5 h2 {
        font-size: 12px;
        left: 9px
    }
    .make-main-box .inner-box-v5 .make-list-1.active,
    .make-main-box .inner-box-v5 div .make-list-1 {
        width: 165px
    }
}

.make-main-box .inner-box-v6 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.make-main-box .inner-box-v6 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v6 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.make-main-box .inner-box-v6 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px
}

.make-main-box .inner-box-v6 .make-list:focus {
    width: 486px
}

.make-main-box .inner-box-v6 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.make-main-box .inner-box-v6 h2 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: url(images/header-bg.png) no-repeat;
    height: 69px;
    left: 12px;
    line-height: 22px;
    padding: 0 47px 32px 20px;
    text-align: center;
    top: -26px;
    width: 580px
}

@media screen and (max-width:768px) {
    .make-main-box .inner-box-v6 .model-btn-v6 {
        background: url(images/view-stock-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .inner-box-v6 .model-btn-v6:hover {
        background: url(images/view-stock-1.png) left -48px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v6 {
        width: 91.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v6 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 76%
    }
    .make-main-box .inner-box-v6 .make-list-1.active,
    .make-main-box .inner-box-v6 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
}

@media screen and (max-width:640px) {
    .Q,
    .align,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v6 .model-btn-v6 {
        background: url(images/view-stock-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 19px
    }
    .make-main-box .inner-box-v6 .model-btn-v6:hover {
        background: url(images/view-stock-2.png) left -39px no-repeat
    }
    .make-main-box .inner-box-v6 {
        width: 71.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v6 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 14px;
        height: 36px;
        left: 18px;
        line-height: 16px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 61%
    }
    .make-main-box .inner-box-v6 .make-list-1.active,
    .make-main-box .inner-box-v6 div .make-list-1 {
        width: 165px
    }
}

@media screen and (max-width:480px) {
    .make-main-box .inner-box-v6 .model-btn-v6 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v6 .model-btn-v6:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v6 {
        width: 97.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v6 h2 {
        font-size: 12px;
        left: 9px
    }
    .make-main-box .inner-box-v6 .make-list-1.active,
    .make-main-box .inner-box-v6 div .make-list-1 {
        width: 165px
    }
}

.model-btn-v6 {
    background: url(images/viewbtn.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.model-btn-v6:hover {
    cursor: pointer;
    background: url(images/viewbtn.png) 0 -64px no-repeat
}

.make-main-box .inner-box-v7 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.make-main-box .inner-box-v7 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v7 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.make-main-box .inner-box-v7 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px
}

.make-main-box .inner-box-v7 .make-list:focus {
    width: 486px
}

.make-main-box .inner-box-v7 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.model-btn-v7 {
    background: url(images/viewbtn01.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.model-btn-v7:hover {
    cursor: pointer;
    background: url(images/viewbtn01.png) 0 -64px no-repeat
}

.make-main-box .inner-box-v7 h2 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: url(images/header-bg.png) no-repeat;
    height: 69px;
    left: 12px;
    line-height: 22px;
    padding: 0 47px 32px 20px;
    text-align: center;
    top: -26px;
    width: 580px
}

@media screen and (max-width:768px) {
    .T,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v7 .model-btn-v7 {
        background: url(images/viewbtn001.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .inner-box-v7 .model-btn-v7:hover {
        background: url(images/viewbtn001.png) left -48px no-repeat
    }
    .make-main-box .inner-box-v7 {
        width: 91.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v7 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 76%
    }
    .make-main-box .inner-box-v7 .make-list-1.active,
    .make-main-box .inner-box-v7 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
}

@media screen and (max-width:640px) {
    .Q,
    .T,
    .align,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v7 .model-btn-v7 {
        background: url(images/viewbtn002.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 19px
    }
    .make-main-box .inner-box-v7 .model-btn-v7:hover {
        background: url(images/viewbtn002.png) left -39px no-repeat
    }
    .make-main-box .inner-box-v7 {
        width: 71.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v7 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 14px;
        height: 36px;
        left: 18px;
        line-height: 16px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 61%
    }
    .make-main-box .inner-box-v7 .make-list-1.active,
    .make-main-box .inner-box-v7 div .make-list-1 {
        width: 165px
    }
}

@media screen and (max-width:480px) {
    .T,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v7 .model-btn-v7 {
        background: url(images/viewbtn003.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v7 .model-btn-v7:hover {
        background: url(images/viewbtn003.png) left -39px no-repeat
    }
    texture .make-main-box .inner-box-v7 {
        width: 97.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v7 h2 {
        font-size: 12px;
        left: 9px
    }
    .make-main-box .inner-box-v7 .make-list-1.active,
    .make-main-box .inner-box-v7 div .make-list-1 {
        width: 165px
    }
}

.make-main-box {
    float: left;
    width: 87%;
    margin: 0 0 30px 30px;
    font-family: Verdana, Geneva, sans-serif;
    position: relative
}

.make-main-box .arrow-green,
.make-main-box .shade {
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden
}
/*
.make-main-box .shade {
    background: url(../images/sprite.png) 0 -2049px no-repeat;
    left: 9px;
    bottom: -48px;
    width: 637px;
    height: 48px
}*/

.make-main-box .arrow-green {
    background: url(../images/sprite.png) -761px -1980px no-repeat;
    right: -61px;
    bottom: 35px;
    width: 172px;
    height: 140px
}

.make-main-heading {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
    color: #000;
    text-align: center
}

.make-main-box .inner-box-v8 {
    width: 95.3%;
    float: left;
    padding: 73px 0 0 30px;
    border: 5px solid #d71f24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.add,
.arrownew,
.topheading {
    position: absolute
}

.make-main-box .inner-box-v8 .make-list {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-main-box .inner-box-v8 div .make-list-1 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 5px 8px;
    padding: 0 5px;
    width: 260px
}

.make-main-box .inner-box-v8 .make-list-1.active {
    border: 4px solid #4D722F;
    width: 260px
}

.make-list-border {
    width: 488px;
    height: 26px;
    padding: 2px 5px;
    background: #fff;
    border: 3px solid #48a52c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c
}

.make-list-border:focus,
.make-main-box .inner-box-v8 .make-list:focus {
    width: 486px
}

.make-list-border option,
.make-main-box .inner-box-v8 .make-list option {
    height: 22px;
    padding: 2px 5px
}

.model-btn-v8 {
    background: url(images/viewbtn.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 423px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 5px 0 10px 73px
}

.model-btn-v8:hover {
    cursor: pointer;
    background: url(images/viewbtn.png) 0 -64px no-repeat
}

.make-main-box .inner-box-v8 h2 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: url(images/header-bg.png) no-repeat;
    height: 69px;
    left: 12px;
    line-height: 22px;
    padding: 0 47px 32px 20px;
    text-align: center;
    top: -26px;
    width: 580px
}

.align {
    color: #fff
}

.Q {
    font-style: italic;
    font-size: 15px;
    color: #FFFD00
}

.Q8 {
    text-align: center
}

@media screen and (max-width:768px) {
    .T,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v8 .model-btn-v8 {
        background: url(images/view-stock-1.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 330px;
        height: 45px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 43px
    }
    .make-main-box .inner-box-v8 .model-btn-v8:hover {
        background: url(images/view-stock-1.png) left -48px no-repeat
    }
    .make-main-box .inner-box-v8 {
        width: 91.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v8 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 76%
    }
    .make-main-box .inner-box-v8 .make-list-1.active,
    .make-main-box .inner-box-v8 div .make-list-1 {
        width: 348px;
        margin: 0 20px 5px 40px
    }
    .Q {
        font-style: italic;
        font-size: 12px
    }
}

@media screen and (max-width:640px) {
    .T,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v8 .model-btn-v8 {
        background: url(images/view-stock-2.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 19px
    }
    .make-main-box .inner-box-v8 .model-btn-v8:hover {
        background: url(images/view-stock-2.png) left -39px no-repeat
    }
    .make-main-box .inner-box-v8 {
        width: 71.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v8 h2 {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 14px;
        height: 36px;
        left: 18px;
        line-height: 16px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 61%
    }
    .Q {
        font-style: italic;
        font-size: 15px;
        color: #FFFD00
    }
    .make-main-box .inner-box-v8 .make-list-1.active,
    .make-main-box .inner-box-v8 div .make-list-1 {
        width: 165px
    }
}

@media screen and (max-width:480px) {
    .T,
    .make-main-box .shade {
        display: none
    }
    .make-main-box .inner-box-v8 .model-btn-v8 {
        background: url(images/view-stock-4.png) left top no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 205px;
        height: 35px;
        border: 0;
        cursor: pointer;
        margin: 5px 0 10px 31px
    }
    .make-main-box .inner-box-v8 .model-btn-v8:hover {
        background: url(images/view-stock-4.png) left -39px no-repeat
    }
    .make-main-box .inner-box-v8 {
        width: 97.6%;
        padding-left: 0
    }
    .make-main-box .inner-box-v8 h2 {
        font-size: 12px;
        left: 9px
    }
    .make-main-box .inner-box-v8 .make-list-1.active,
    .make-main-box .inner-box-v8 div .make-list-1 {
        width: 165px
    }
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #000
}

.boxpic {
    background: url(images/bg-ancili.jpg) top left no-repeat
}

.topheading {
    background: url(images/red-bg-21.png) top left no-repeat;
    height: 40px;
    top: -10px;
    width: 620px;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    margin-left: 8px;
    color: #fff;
    font-weight: 700
}

.arrownew,
.make-btn-v10 {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

.leftclas,
.leftclas1 {
    float: left;
    width: 195px
}

.text2 {
    margin-left: 10px
}

.make-list-5 {
    background: rgba(244, 244, 244, .8);
    border: 1px solid #999;
    border-radius: 5px;
    color: #1C1C1C;
    height: 26px;
    margin: 0 20px 5px 0;
    padding: 2px 5px;
    width: 195px
}

.make-list-5.active {
    border: 4px solid #4d722f;
    width: 195px
}

.arrownew {
    background: url(images/arrow-3.png) no-repeat;
    bottom: 25px;
    height: 84px;
    right: -33px;
    width: 106px
}

.make-btn-v10 {
    background: url(images/viewbtn01.png) no-repeat;
    width: 462px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 34px 0 10px -111px
}

.make-btn-v10:hover {
    background: url(images/viewbtn01.png) 0 -64px no-repeat
}

.add {
    left: 670px;
    top: 204px
}

@media screen and (max-width:768px) {
    body {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #000
    }
    .boxpic {
        background: url(images/bg-ancili.jpg) top left no-repeat
    }
    .topheading {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 91%
    }
    .leftclas,
    .leftclas1 {
        float: none;
        width: 195px
    }
    .text2 {
        margin-left: 10px
    }
    .make-list-5 {
        background: rgba(244, 244, 244, .8);
        border: 1px solid #999;
        border-radius: 5px;
        color: #1C1C1C;
        height: 26px;
        margin: 0 20px 5px 0;
        padding: 2px 5px;
        width: 398px
    }
    .make-list-5.active {
        border: 4px solid #4d722f;
        width: 398px
    }
    .add,
    .arrownew {
        display: none
    }
    .make-btn-v10 {
        background: url(images/viewbtn001.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 462px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 34px 0 10px 31px
    }
    .make-btn-v10:hover {
        background: url(images/viewbtn001.png) 0 -50px no-repeat
    }
}

@media screen and (max-width:640px) {
    body {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #000
    }
    .boxpic {
        background: url(images/bg-ancili.jpg) top left no-repeat
    }
    .topheading {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 91%
    }
    .arrownew,
    .make-btn-v10 {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden
    }
    .leftclas,
    .leftclas1 {
        float: none;
        width: 195px
    }
    .text2 {
        margin-left: 0;
    }
    .make-list-5 {
        background: rgba(244, 244, 244, .8);
        border: 1px solid #999;
        border-radius: 5px;
        color: #1C1C1C;
        height: 26px;
        margin: 0 20px 5px 0;
        padding: 2px 5px;
        width: 270px
    }
    .make-list-5.active {
        border: 4px solid #4d722f;
        width: 270px
    }
    .arrownew {
        background: url(images/arrow-4.png) no-repeat;
        bottom: 25px;
        height: 212px;
        position: absolute;
        right: -41px;
        width: 106px;
        display: none
    }
    .make-btn-v10 {
        background: url(images/viewbtn002.png) no-repeat;
        width: 462px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 34px 0 10px 31px
    }
    .make-btn-v10:hover {
        background: url(images/viewbtn002.png) 0 -40px no-repeat
    }
}

@media screen and (max-width:480px) {
    .boxpic {
        background: url(images/bg-ancili.jpg) top left no-repeat
    }
    .topheading {
        background: #d92025;
        border-radius: 0 0 20px 20px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        left: 18px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 91%
    }
    .arrownew,
    .make-btn-v10 {
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden
    }
    .leftclas,
    .leftclas1 {
        float: none;
        width: 195px
    }
    .make-list-5 {
        background: rgba(244, 244, 244, .8);
        border: 1px solid #999;
        border-radius: 5px;
        color: #1C1C1C;
        height: 26px;
        margin: 0 20px 5px 0;
        padding: 2px 5px;
        width: 183px
    }
    .make-list-5.active {
        border: 4px solid #4d722f;
        width: 183px
    }
    .arrownew {
        background: url(images/arrow-5.png) no-repeat;
        bottom: 25px;
        height: 176px;
        position: absolute;
        right: -33px;
        width: 106px;
        display: none
    }
    .make-btn-v10 {
        background: url(images/viewbtn003.png) no-repeat;
        width: 462px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 34px 0 10px 4px
    }
    .make-btn-v10:hover {
        background: url(images/viewbtn003.png) 0 -40px no-repeat
    }
}

.make-btn-v11 {
    background: url(images/viewbtn.png) no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 462px;
    height: 62px;
    border: 0;
    cursor: pointer;
    margin: 34px 0 10px -111px
}

.make-btn-v11:hover {
    background: url(images/viewbtn.png) 0 -64px no-repeat
}

@media screen and (max-width:768px) {
    .make-btn-v11 {
        background: url(images/view-stock-1.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 462px;
        height: 48px;
        border: 0;
        cursor: pointer;
        margin: 34px 0 10px 31px
    }
    .make-btn-v11:hover {
        background: url(images/view-stock-1.png) 0 -50px no-repeat
    }
}

@media screen and (max-width:640px) {
    .make-btn-v11 {
        background: url(images/view-stock-2.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 462px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 34px 0 10px 31px
    }
    .make-btn-v11:hover {
        background: url(images/view-stock-2.png) 0 -40px no-repeat
    }
}

@media screen and (max-width:480px) {
    .make-btn-v11 {
        background: url(images/view-stock-4.png) no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 462px;
        height: 39px;
        border: 0;
        cursor: pointer;
        margin: 34px 0 10px 4px
    }
    .make-btn-v11:hover {
        background: url(images/view-stock-4.png) 0 -40px no-repeat
    }
}

.top1-pro-slider-heading {
    background: url(../images/sprite.png) 0 -2002px no-repeat;
    color: #fff;
    font-size: 19px;
    left: 42px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -35px;
    width: 620px
}

.year-inner-box1-v001 {
    background: #E1E1E1;
    border: 5px solid #D71F24;
    border-radius: 5px;
    float: left;
    margin: 4px 0 45px;
    padding: 50px 0 10px 15px;
    position: relative;
    width: 91.3%;
    height: 431px
}

.year-inner-box1-v001 h1 {
    background: #D51E22;
    border-radius: 0 0 11px 11px;
    color: #FFF;
    font-size: 15px;
    line-height: 38px;
    margin: -58px 0 10px 10px;
    position: relative;
    text-align: center;
    width: 644px;
    z-index: 4
}

.year-inner-box1-v001 .arrow-green1 {
    background: url(../images/arrow-sml.png) left top no-repeat;
    bottom: 28px;
    font-size: 0;
    height: 113px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: -43px;
    text-indent: -9999px;
    width: 139px;
    margin: 0 0 -16px
}

.btn-v2 {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6bbe00', endColorstr='#0b6a00', GradientType=0);
    text-transform: uppercase;
    text-align: center
}

.wraper {
    width: 100%;
    margin: 0 auto
}

.btn-v2,
.or-v2 {
    margin-left: 10px
}

.btn-v2 {
    background: #6bbe00;
    background: -moz-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6bbe00), color-stop(100%, #0b6a00));
    background: -webkit-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -o-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -ms-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: linear-gradient(to bottom, #6bbe00 0, #0b6a00 100%);
    border: 3px solid #fff;
    border-radius: 5px;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    height: 67px;
    width: 83px;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75)
}

.eg-inp-v2,
.or-v2 {
    font-size: 22px;
    font-weight: 700
}

.yellow-v2 {
    background: #ffcb05;
    border-radius: 7px;
    padding: 4px;
    width: 275px
}

.blue-v2 {
    background: #005baf;
    padding: 3px;
    border-radius: 7px
}

.eg-inp-v2 {
    height: 57px;
    text-align: center;
    background: #ffcb05;
    width: 240px
}

.or-v2 {
    margin-right: 10px;
    margin-top: 20px;
    color: #000
}

.viewprice-v3 {
    border: 3px solid #fff;
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    width: 137px;
    background: #6bbe00;
    background: -moz-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6bbe00), color-stop(100%, #0b6a00));
    background: -webkit-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -o-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: -ms-linear-gradient(top, #6bbe00 0, #0b6a00 100%);
    background: linear-gradient(to bottom, #6bbe00 0, #0b6a00 100%);
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, .75)
}

.year-btn-v2 a {
    text-decoration: none
}

.dvl-v2 {
    border: 3px solid #bd4848;
    border-radius: 5px
}

.dvl-v2 img {
    width: 155px
}

.year-inner-box1-v2 {
    background: #E1E1E1;
    border: 5px solid #D71F24;
    border-radius: 5px;
    float: left;
    padding: 10px;
    position: relative;
    width: 697px;
    height: auto;
}

.adl {
    margin-top: 20px
}

.year-box-2-v2 {
    float: left;
    width: 98.9%
}

.year-inner-box1-v2 h1 {
    background: #e12328;
    border-radius: 0 0 10px 10px;
    color: #FFF;
    /* font-size: 15px; */
    /* line-height: 45px; */
    /* margin: -55px 0 10px 10px; */
    position: relative;
    text-align: center;
    width: 644px;
    z-index: 4;
    top: 13px;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
}


/*  ============  End  model.css     ==============  */



.engine_codes table {
    display: block;
    overflow-x: auto;
    width: 100%;
}


/***************** vrm singup *********************/
@font-face {
    font-family: 'google_sansregular';
    src: url('../fonts/googlesans-regular-webfont.woff2') format('woff2'),
        url('../fonts/googlesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.vrm-signup-body{
    position: relative;
}
.vrm-signup-body:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: #0c0f47;
}
.vrm-signup-body:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: #5254d5;
}
.vrm-signup-heading{
    background: #fff;
    padding: 10px;
}
.vrm-signup-heading img{
    font-size: 27px;
    line-height: 33px;
}
.vrm-signup-heading h3{
    font-size: 27px;
    line-height: 33px;
    margin-left: 20px;
    margin-top: 12px;
    font-family: 'google_sansregular';
}

.vrm-signup{
    font-family: 'google_sansregular';
    min-height: calc(100vh - 118px);
    position: relative;
}
.vrm-signup .wrapper{
    width: 1170px;   
}
.vrm-signup .left{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.vrm-signup .left-info h2{
    font-size: 32px;
    line-height: 38px;
    color: #a0ff54;
    margin: 20px 0;
}
.vrm-signup .left-info .bullet-list li{
    font-size: 24px;
    line-height: 30px;
    list-style: none;
}
.vrm-signup .left-info .trust-badge li{
    list-style: none;
    float: left;
    padding: 10px;
}
.vrm-signup .right-info .mob{
    display: none;
}
.vrm-signup .right-info h2{
    color: #a0ff54;
}
.vrm-signup .right-info .trust-badge{
    text-align: center;
    margin-top: 20px;
}
.vrm-signup .right-info .trust-badge li{
    display: inline-block;
}
.vrm-signup .right-info h3{
    margin-left: 50px;
    margin-bottom: 20px;
}
.vrm-signup .right-info .name-signup-v1{
    border: 0;
    position: static;
}
.vrm-signup .right-info .name-box-v1{
    background: #fff;
    width: 100% !important;
    border-radius: 10px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
}
.vrm-signup .right-info .rep-box-v1{
    margin-left: 0;
}
.vrm-signup .right-info .signup-brn-v5{
    background: #f83536;
    border: 0;
    width: 100% !important;
    border-radius: 10px !important;
}
.signup-vrm-footer{
    background: #333;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.vrm-signup .v-center{
    /*    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        width: 1170px;*/
}
.vrm-signup .right-info form{
    margin-left: 50px;
}
.vrm-signup .left-info .ml{
    margin-right: 50px;
}
/**/
.ad-banner .mobile{
    display: none;
}
.home-tab-content ul{
margin-bottom:10px;
}