html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

img {
    vertical-align: middle;
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-2,
.col-lg-3,
.col-md-4,
.col-sm-5,
.col-sm-6,
.col-md-6,
.col-md-8,
.col-lg-9,
.col-md-10,
.col-xs-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {

    .col-sm-5,
    .col-sm-6 {
        float: left;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {

    .col-md-2,
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .col-md-10,
    .col-md-12 {
        float: left;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-3,
    .col-lg-9 {
        float: left;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-9 {
        width: 75%;
    }
}

label {
    display: block;
    max-width: 100%;
    font-weight: bold;
    font: 16px "canaro-medium";
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.checkbox+.checkbox {
    margin-top: -5px;
}

.checkbox {
    overflow: hidden;
    margin: 0;
    padding: 13px 0;
}

.checkbox label.styled {
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.checkbox label.styled span {
    display: block;
    font: 15px "canaro-regular";
    color: #5f717f;
    padding: 0 36px;
    line-height: 25px;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.checkbox label.styled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.checkbox label:before {
    background-image: url("../img/checkbox.png");
}

.checkbox label.styled:before {
    background-position: 0 0;
}

.btn {
    outline: none !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 8px;
    border-radius: 50px;
    font-size: 14px;
    font-family: "canaro-medium";
    text-transform: uppercase;
    letter-spacing: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary-o {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:active {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:active:hover,
.btn-primary-o:active:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:active {
    background-image: none;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

.navbar-nav {
    margin: 7.5px -10px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

header.site-head .menu nav ul:before,
footer.site-foot .links ul:before,
.car-list-page .item .price-box:before,
.car-list-page .item .car-option-list ul:before,
header.site-head .menu nav ul:after,
footer.site-foot .links ul:after,
.car-list-page .item .price-box:after,
.car-list-page .item .car-option-list ul:after {
    content: " ";
    display: table;
}

header.site-head .menu nav ul:after,
footer.site-foot .links ul:after,
.car-list-page .item .price-box:after,
.car-list-page .item .car-option-list ul:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pull-right {
    float: right;
}

.fa-search:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-tachometer:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-try:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-car:before {
    content: "";
}

.fa-battery-three-quarters:before {
    content: "";
}

@media (min-width: 1px) and (max-width: 1024px) {
    body {
        padding-top: 65px;
    }

    body .container {
        padding: 0 20px;
    }
}

header.site-head {
    position: relative;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 24px 0;
    z-index: 10;
}

header.site-head .block.right-block {
    float: right;
}

header.site-head .block.right-block>div {
    float: left;
}

header.site-head .menu-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
}

header.site-head .menu-btn span.line {
    display: block;
    width: 35px;
    height: 2px;
    background: #ffae00;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

header.site-head .menu-btn span.line:nth-child(2) {
    margin: 4px 0;
}

header.site-head .menu {
    margin: 4px 0;
}

header.site-head .menu nav ul {
    margin: 0 -10px;
}

header.site-head .menu nav ul li {
    float: left;
    padding: 0 5px;
}

header.site-head .menu nav ul li a {
    display: block;
    font: 15px/17px "canaro-regular";
    color: #5f717f;
    letter-spacing: -1px;
    margin: -28px 0;
    padding: 40px 10px;
    border-bottom: 3px solid transparent;
}

header.site-head .contact-us {
    border-left: 1px solid rgba(95, 113, 127, 0.3);
    padding-left: 18px;
    margin: 4px 0 4px 0px;
}

header.site-head .contact-us a {
    display: block;
    font-family: "canaro-bold";
    font-style: italic;
    color: #5f717f;
    text-align: right;
    line-height: 22px;
    letter-spacing: -1px;
}

header.site-head .contact-us a span {
    display: block;
}

header.site-head .contact-us a span.label-text {
    font-size: 15px;
}

header.site-head .contact-us a span.label-value {
    font-size: 27px;
}

@media (min-width: 1px) and (max-width: 1024px) {
    header.site-head {
        padding: 0;
        box-shadow: none;
        background: none;
    }

    header.site-head .block.left-block {
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        padding: 25px 0;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    header.site-head .block.right-block {
        position: fixed;
        z-index: 9;
        width: 280px;
        height: 100%;
        top: 0;
        right: -280px;
        background: #fff;
        padding: 85px 20px 20px;
    }

    header.site-head .logo {
        text-align: center;
    }

    header.site-head .logo a {
        max-width: 150px;
    }

    header.site-head .logo a img {
        width: 123px;
    }

    header.site-head .menu {
        margin: 0;
    }

    header.site-head .menu nav ul {
        margin: 0;
    }

    header.site-head .menu nav ul li {
        width: 100%;
        padding: 0;
    }

    header.site-head .menu nav ul li a {
        margin: 0;
        padding: 20px 0;
    }

    header.site-head .contact-us {
        border-left: none;
        border-top: 1px solid #dddddd;
        padding: 20px 0;
        margin: 0;
        width: 100%;
    }

    header.site-head .contact-us a {
        text-align: left;
    }
}

footer.site-foot {
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}

footer.site-foot .copyright img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

footer.site-foot .copyright span {
    font: 14px "canaro-medium";
    color: #000;
    letter-spacing: -1px;
    display: block;
    padding: 10px 0;
}

footer.site-foot .links {
    border-left: 1px solid #dddddd;
    padding-left: 50px;
}

footer.site-foot .links h4 {
    font: 18px/18px "canaro-medium";
    color: #000;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

footer.site-foot .links ul {
    margin: 0 -10px;
}

footer.site-foot .links ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

footer.site-foot .links ul li a {
    font: 16px/16px "canaro-light";
    color: #000;
    display: block;
    padding: 15px 0;
    letter-spacing: -1px;
}

footer.site-foot .links ul li a:before {
    content: "\f105";
    font: 22px/16px FontAwesome;
    color: #cccccc;
    display: block;
    float: left;
    margin-right: 15px;
}

footer.site-foot .links ul li a:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #ffae00;
}

footer.site-foot .links ul li a:hover:before {
    color: #ffae00;
}

@media (min-width: 1px) and (max-width: 1024px) {
    footer.site-foot {
        padding: 30px 0;
    }

    footer.site-foot .copyright {
        text-align: center;
    }

    footer.site-foot .copyright img {
        width: 160px;
    }

    footer.site-foot .links {
        border: none;
        padding: 0;
        text-align: center;
    }

    footer.site-foot .links ul li {
        width: 100%;
    }

    footer.site-foot .links ul li a:before {
        display: inline-block;
        float: none;
    }
}

.page-content {
    padding: 40px 0;
}

.page-sidebar .widget {
    background: #f8f8f8;
}

.page-sidebar .widget .widget-head {
    border-bottom: 1px solid #eee;
    padding: 25px;
    margin: 0 0 10px 0;
}

.page-sidebar .widget .widget-head i {
    display: block;
    float: right;
    margin: 0;
    color: #ffae00;
    font-size: 25px;
}

.page-sidebar .widget .widget-head span {
    font: 22px/22px "canaro-medium";
    color: #5d6469;
    letter-spacing: -1px;
    display: block;
}

.page-sidebar .widget .widget-body {
    padding: 0 25px;
}

.page-sidebar .filter-list {
    margin-bottom: 30px;
}

.page-sidebar .filter-list .list-head {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 5px;
}

.page-sidebar .filter-list .list-head span {
    display: block;
    font: 16px "canaro-medium";
    color: #000;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.page-sidebar .filter-list .list-head span i {
    display: block;
    float: left;
    margin: 3px 15px 0 0;
    color: #ffae00;
    font-size: 18px;
}

.page-sidebar .filter-list .list-body {
    padding-bottom: 10px;
}

.page-sidebar .filter-list .list-body .checkbox label span {
    text-transform: capitalize;
}

.show-more {
    border-bottom: 1px solid #dddddd;
    height: 20px;
    text-align: center;
    margin: 60px 0 50px;
}

.show-more .btn {
    min-width: 220px;
    height: 40px;
    padding: 0;
    position: relative;
    background: #fff;
    border-color: #dddddd;
}

.show-more .btn:after,
.show-more .btn:before {
    content: '';
    position: absolute;
    top: 18px;
    height: 1px;
    width: 60px;
    background: #fff;
}

.show-more .btn:after {
    right: -61px;
}

.show-more .btn:before {
    left: -61px;
}

.show-more .btn:focus {
    background: #fff;
}

@media (min-width: 1px) and (max-width: 767px) {

    .show-more .btn:after,
    .show-more .btn:before {
        width: 40px;
    }

    .show-more .btn:after {
        right: -21px;
    }

    .show-more .btn:before {
        left: -21px;
    }
}

.car-list-page .item {
    position: relative;
    padding: 25px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.car-list-page .item .new-box {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 0;
}

.car-list-page .item .new-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 35px solid #ffae00;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}

.car-list-page .item .new-box span {
    font: 16px "canaro-medium";
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 5px 0 0;
}

.car-list-page .item .price-box {
    color: #000;
    letter-spacing: -1px;
}

.car-list-page .item .price-box>span {
    display: block;
    float: left;
}

.car-list-page .item .price-box .price-value {
    font: 31px/18px "canaro-xbold";
    font-style: italic;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-right: 15px;
}

.car-list-page .item .price-box .price-value i {
    font-size: 25px;
    padding: 0;
    font-style: italic;
}

.car-list-page .item .price-box .price-text {
    font: 15px "canaro-medium";
    margin: 5px 0 0 -10px;
    text-transform: uppercase;
}

.car-list-page .item .price-box .price-text b {
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 5px;
}

.car-list-page .item .image-box {
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.car-list-page .item .image-box img {
    width: 100%;
}

.car-list-page .item .car-info {
    margin-bottom: 15px;
}

.car-list-page .item .car-info .car-name {
    font: 20px/24px "canaro-light";
    color: #000;
    letter-spacing: -1px;
    height: 30px;
}

.car-list-page .item .car-info .car-name span {
    color: #cccccc;
}

.car-list-page .item .car-info .car-class {
    font: 18px "canaro-light";
    color: #cccccc;
    letter-spacing: -1px;
    margin-top: 5px;
}

.car-list-page .item .car-option-list ul {
    margin: 0 -10px;
}

.car-list-page .item .car-option-list ul li {
    float: left;
    padding: 0 10px;
}

.car-list-page .item .car-option-list ul li i {
    display: block;
    float: left;
    margin-right: 3px;
    color: #ffae00;
    font-size: 17px;
}

.car-list-page .item .car-option-list ul li span {
    font: 16px/18px "canaro-medium";
    color: #000;
    display: inline-block;
    letter-spacing: -1px;
}

.car-list-page .item:hover {
    border-color: #ffae00;
}

.car-list-page .item .image-box {
    height: 160px;
}

.car-list-page .item .image-box img {
    max-width: 310px;
}

.item .action-btn {
    text-align: right;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 20px;
}

.item .action-btn .btn {
    height: 40px;
    line-height: 38px;
    padding: 0;
    min-width: 185px;
}

@media (min-width: 1px) and (max-width: 1024px) {
    .car-list-page .item .action-btn {
        padding-top: 25px;
    }

    .car-list-page .item .action-btn .btn {
        width: 100%;
    }
}

.general-element .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    header.site-head .menu {
        margin-left: 34px;
    }

    header.site-head .contact-us {
        margin-right: -22px;
    }

    header.site-head .menu nav ul li {
        padding: 0 0px;
    }
}

@media (max-width: 330px) {
    header.site-head .block.right-block {
        overflow: auto;
    }
}

.logo {
    margin-top: -19px;
    margin-bottom: -19px;
}

.langLink {
    border: 1px #ffae00 solid !important;
}

.langLink {
    line-height: 14px !important;
    text-align: center;
    display: inline-block;
    font-family: 'canaro-medium' !important;
    font-style: normal !important;
    border: 1px #ffae00 solid;
    color: #5d6469 !important;
    padding: 3px 20px !important;
    margin: -17px 0 0;
    text-align: center;
    width: inherit;
    float: none;
    border-radius: 20px;
    top: 0;
    right: 0;
}

.dil {
    overflow: hidden;
    margin-top: -30px;
    padding: 5px;
    text-align: right;
}

.dil a {
    display: inline-block !important;
}

@media (max-width: 1024px) and (min-width: 1px) {
    header.site-head .contact-us a.langLink {
        position: relative;
        display: inline;
    }

    .dil {
        overflow: inherit !important;
        margin-top: 0px;
        padding: 0;
        text-align: none;
        text-align: center;
        margin-bottom: 5px;
    }

    .dil a {
        display: inline-block !important;
    }
}