/* =-=-=-=-=-=-= General Styling =-=-=-=-=-=-= */
html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;

}




::selection {
    background: #a77900;
    color: #fff;
}

a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

img {
    max-width: 100%;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

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

video,
object {
    min-height: 100%;
    min-width: 100%;
}

b,
strong {
    font-weight: 600;
}

/* =-=-=-=-=-=-= Helper Classes =-=-=-=-=-=-= */
.load-more-btn {
    margin-top: 20px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.container.full-width {
    width: 100% !important;
}

.section-padding {
    padding: 50px 0;
}

.section-padding-140 {
    padding: 140px 0;
}

.section-padding-120 {
    padding: 120px 0;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-80 {
    padding: 80px 0;
}

.section-padding-70 {
    padding: 70px 0;
}

.section-padding-60 {
    padding: 60px 0;
}

.section-padding-40 {
    padding: 40px 0;
}

.custom-padding-20 {
    padding: 20px 0;
}

.no-top {
    padding-top: 0;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-45 {
    padding-top: 45px
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-20 {
    padding-bottom: 40px;
}

.custom-padding {
    padding: 30px 0 30px 0;
}

.custom-padding.no-top {
    padding: 0 0 60px 0;
}

.custom-padding-2 {
    padding: 90px 0 110px 0;
}

.gray {
    background: #fff;
}

.white-bg {
    background-color: #fff;
}

.badge-overlay {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 11;
}

.badge {
    border-radius: 0;
    display: table;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 17px;
    padding: 3px 10px;
}

.no-right {
    padding-right: 0;
}

.no-left {
    padding-left: 0;
}

iframe {
    width: 100%;
}

/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
}

p {
    line-height: 1.6em;
    font-size: 14px;
}

.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: auto;
    padding: 10px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

ul {
    margin-left: 0;
}

.btn-lg {
    padding: 12px 52px;
    letter-spacing: 1.3px;
}

.btn-md {
    padding: 10px 20px;
}

.btn-sm {
    padding: 8px 16px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-xs {
    padding: 6px 18px;
    font-size: 12px;
}

.btn-rounded {
    border-radius: 4px;
}

/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
.preloader {
    background-color: #ffffff;
    background-image: url("../images/sb-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999999;
    overflow: hidden !important;
}

/* =-=-=-=-=-=-= Heading Styles =-=-=-=-=-=-= */
.heading-panel,
.heading-panel-2 {
    margin-bottom: 15px;
    overflow: hidden;
}

.heading-panel .left-side h1::before {
    margin: 0;
}

.heading-panel .left-side h1::after {
    margin: 0;
}

.heading-panel .left-side .heading-text {
    width: 100%;
}

.heading-panel h3.main-title {
    display: inline-block;
}

.heading-panel .heading-box {
    border-bottom: 1px solid #f1f1f1;
}

.heading-panel-2 h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}

.heading-panel h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}

.heading-panel h3.small-link {
    font-size: 12px;
    font-weight: normal;
}

.heading-panel h1 {
    color: #222;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    padding-left: 15px;
}

.heading-text {
    display: inline-block;
    line-height: 26px;
    width: 55%;
    margin-top: 20px;
}

/* =-=-=-=-=-=-= Header Top Bar =-=-=-=-=-=-= */
.header-top:after {
    content: '';
    display: block;
    clear: both;
}

.colored-header:after {
    content: '';
    display: block;
    clear: both;
}

.primary-header:after,
.primary-header-1:after {
    content: '';
    display: block;
    clear: both;
}

.header-top.dark {
    border-bottom: solid 1px #d5d5d5;
    background-color: #fafafa;
}

.header-right {
    padding: 0;
}

.header-top ul {
    margin-bottom: 0;
}

.header-top ul.listnone li {
    display: inline-block;
    line-height: 39px;
    padding: 0 10px;
    position: relative;
}

.header-top ul li a {
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    color: #80807f;
}

.header-top ul.listnone li a.btn {
    text-transform: uppercase;
}

.header-top ul.listnone li a.btn:hover {
    color: #fff;
}

.header-top ul li i {
    margin-right: 5px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
}

.header-top ul li ul.dropdown-menu li {
    display: block;
    border-left: medium none;
    padding-left: 0;
}

.header-top-left p {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
}

.header-top-left p a {
    color: #fff;
}

.header-top-left p a:hover {
    color: #f56719;
}

.header-top-left p + p {
    margin-left: 25px;
}

.header-top-left p i {
    font-size: 14px;
    line-height: 49px;
    margin-right: 10px;
}

.header-top ul.dropdown-menu li:first-child {
    padding-right: 0;
}

.header-top .dropdown-menu li:last-child {
    border-bottom: medium none;
}

.header-top ul li ul.dropdown-menu li {
    border-left: medium none;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.header-top ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.header-top ul.dropdown-menu li a {
    color: #232323;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fdfdfd, #dcdedd);
    background: -o-linear-gradient(#fdfdfd, #dcdedd);
    background: -moz-linear-gradient(#fdfdfd, #dcdedd);
    background: linear-gradient(#fdfdfd, #dcdedd);
    border: 0px solid #ececec;
}

.header-top .dropdown-menu > li > a:hover,
.header-top .dropdown-menu > li > a:focus {
    background: transparent;
}

.header-top .dropdown-menu > li > a {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 15px;
    text-transform: capitalize;
    width: 100%;
}

.header-top ul.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    z-index: 999;
    padding: 0;
}

.ms-overlay-layers::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.colored-header #menu-1 .menu-list-items .menu-links li a.btn-light {
    color: #fff;
    padding-right: 15px;
}

.colored-header #menu-1 .menu-list-items .menu-links li a.btn-light i {
    margin-right: 10px;
}

#search-section {
    background: #363c48 none repeat scroll 0 0;
    padding: 20px 0;
}

#search-section .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 52px;
}

#search-section .btn-light {
    color: #fff;
    padding: 15px;
}

.header-area {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
    position: relative;
}

.primary-header #menu-1 .menu-list-items .custom-menu .menu-logo li a img {
    display: none;
}

.primary-header .mega-menu section.menu-list-items {
    background: #2d343d;
    padding: 10px 0;
}

.primary-header .mega-menu .menu-links > li > a {
    color: #fff;
}

.primary-header .mega-menu .menu-links li:first-child a {
    padding-left: 0;
}

.primary-header .mega-menu .drop-down-multilevel li:first-child a {
    padding-left: 20px;
}

.primary-header .mega-menu .menu-list-items .custom-menu .menu-search-bar li a.btn {
    padding: 15px;
}

.primary-header .mega-menu .menu-list-items .custom-menu .menu-search-bar li a.btn-theme {
    background: rgba(255, 255, 255, 0.2);
    border: medium none;
}

.search-bar {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 99;
}

.search-bar .search-form .btn-lg {
    letter-spacing: 1.3px;
    padding: 17px 30px;
}

.search-bar .search-form .btn {
    margin-top: 32px;
}

.search-bar .search-style-2 .search-form {
    padding: 33px 0;
}

.header-top img.resize {
    height: 26px;
    width: 26px;
    margin-top: -1px;
}

img.resize {
    height: 45px;
    width: 45px;
}

.primary-header img.resize {
    height: 35px;
    width: 35px;
    margin-top: 7px;
}

.myname {
    padding-left: 10px;
}

.mega-menu .menu-list-items ul.menu-links li.pull-right {
    float: right;
}

.mega-menu .drop-down ul.by-category li a::before,
.mega-menu .drop-down ul.by-make li a::before {
    content: "";
}

.mega-menu .drop-down ul.by-make li a img {
    height: 80px;
    width: 80px;
}

.mega-menu .drop-down ul.by-category li {
    margin-bottom: 10px;
    width: 116px;
    text-align: center;
}

.mega-menu .drop-down ul.by-category li a img {
    margin-bottom: 5px;
}

.mega-menu .drop-down ul.by-category li a {
    text-align: center;
}

/* =-=-=-=-=-=-= Grid Listing 1 =-=-=-=-=-=-= */
.white.category-grid-box {
    background: #fff;
}

.category-grid-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
}

.category-grid-box:after {
    content: "";
    display: block;
    clear: both;
}

.category-grid-box .category-grid-img {
    float: left;
    position: relative;
    width: 100%;
}

.category-grid-box .category-grid-img::before {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.category-grid-box .category-grid-img > img {
    float: left;
    width: 100%;
}

.category-grid-box .category-grid-img .ad-status {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
}

.category-grid-box > h3 {
    color: #1b1d21;
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin: 22px 0 7px;
    width: 100%;
}

.category-grid-box > h3 a {
    color: #1b1d21;
}

.category-grid-box .additional-information p {
    margin-bottom: 0;
    line-height: 25px;
    padding-right: 30px;
    text-transform: capitalize;
}

.category-grid-box span.price {
    float: left;
    font-size: 22px;
}

.category-grid-box .category-grid-img::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%;
}

.category-grid-box:hover .category-grid-img::before {
    opacity: 0.7;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-grid-box .user-preview {
    position: absolute;
    right: 15px;
    top: 20px;
}

.category-grid-box .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

.category-grid-box .view-details {
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 1em;
    position: absolute;
    right: 25px;
    text-align: right;
    width: 100%;
}

.category-grid-box:hover .view-details {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-grid-box .additional-information {
    display: none;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    width: 100%;
    left: 25px;
    bottom: 45px;
    text-align: left;
}

.category-grid-box:hover .additional-information {
    display: block;
}

.category-grid-box .short-description {
    padding: 20px 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.category-grid-box .short-description h3 {
    font-size: 18px;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.category-grid-box .short-description .btn {
    padding: 3px 10px;
}

.category-grid-box .short-description .btn i {
    margin-right: 5px;
}

.category-grid-box .short-description h3 a {
    color: #232323;
}

.category-grid-box .short-description .price {
    font-weight: 600;
    font-size: 24px;
}

.category-grid-box span.negotiable {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 17px;
}

.category-grid-box .short-description .category-title {
    color: #a0a0a0;
    font-size: 14px;
}

.category-grid-box .category-title a {
    color: #a0a0a0;
}

.category-grid-box .ad-info {
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
}

.category-grid-box .ad-info ul {
    list-style: outside none none;
    margin: 0 10px;
    padding: 0;
}

.category-grid-box .ad-info ul li:first-child {
    float: left;
    text-align: left;
}

.category-grid-box .ad-info ul li {
    color: #888888;
    display: inline-block;
    font-size: 18px;
    padding: 10px 7px;
    text-align: left;
    float: left;
    line-height: 30px;
}

.category-grid-box .ad-info ul li i {
    color: #a0a0a0;
    margin-right: 5px;
    font-size: 22px;
}

/* =-=-=-=-=-=-= Listing View 1 =-=-=-=-=-=-= */
.well {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    border-bottom: 1px dotted #ccc !important;
    overflow: hidden;
    box-shadow: none;
    padding: 10px 10px !important;
}

.ad-listing {
    margin-bottom: 0px;
    padding: 0;
    position: relative;
}

.ad-listing .col-md-3.grid-style {
    padding-left: 0;
}

.ad-listing .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ad-listing .img-box::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%;
}

.ad-listing:hover .img-box::before {
    opacity: 0.7;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ad-listing .ad-status {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.ad-listing:hover .view-button {
    opacity: 1;
}

.ad-listing .img-box {
    max-width: 100%;
    min-height: 135px;
    height: 184px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.ad-listing .total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
}

.ad-listing .total-images {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.content-zone .img-zone {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content-zone .img-zone::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%;
}

.content-zone:hover .img-zone::before {
    opacity: 0.7;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.content-zone:hover .view-button {
    opacity: 1;
}

.quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999;
}

.view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px;
}

.ad-listing .quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999;
}

.ad-listing .view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px;
}

.ad-listing .content-area {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.ad-listing .content-area .ad-details {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.ad-listing .content-area .ad-price-simple {
    font-size: 21px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    color: #a7723d;
    margin-bottom: 5px;
    width: 100%;
}

.ad-listing .content-area .ad-details ul {
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
}

.ad-listing .content-area .ad-details ul li {
    font-size: 16px;
    overflow: hidden;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.ad-listing .content-area .ad-details ul li i {
    color: #999;
    float: left;
    font-size: 1.5em;
    line-height: 30px;
    margin-right: 10px;
}

.ad-listing .content-area .btn {
    padding: 4px 10px;
    background-color: #a7723d;
    border-color: #a7723d;
    display: inline-block;
    vertical-align: top;
    /* width: 50%;*/
    min-height: 30px;
    position: relative;
    border-radius: 4px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    text-indent: 0;
    background: #a7723d;
    transition: background-color .25s cubic-bezier(0.25, .1, .25, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.short-info-padding {
    padding-left: 40px;
}

.ad-stats {
    font-size: 14px;
}

.item-list-detail {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.ad-listing .content-area .price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
}

.short-info {
    overflow: inherit;
    float: left;
    width: auto;
}

.ad-listing .content-area .category-title {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 3px;
}

.ad-listing .content-area .category-title a {
    color: #a0a0a0;
}

.ad-listing .content-area h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 500;
}

.ad-listing .content-area h3 a {
    color: #232323;
}

.ad-meta-info {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.ad-meta-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}

.ad-meta-info li i {
    margin-right: 5px;
    color: #a0a0a0;
}

.ad-meta-info li a {
    color: inherit;
}

.ad-listing .content-area .ad-stats {
    float: left;
    padding-right: 4px;
    padding-top: 0;
    width: 100%;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
}

.ad-listing .content-area .ad-stats:last-child {
    margin-bottom: 0;
}

.ad-listing .content-area .ad-stats span {
    font-weight: 600;
    color: #232323;
}

.ad-listing .user-preview {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ad-listing .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

.ad-listing .content-area .additional-info {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 0;
}

.ad-listing .content-area .additional-info li {
    display: inline-block;
    margin: 0 2px;
}

.ad-listing .content-area .additional-info li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #b7b7b7;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.ad-listing .content-area .additional-info li a:hover {
    color: #fff;
}

.ad-listing .content-area .col-md-9 {
    padding: 0 20px;
}

.ad-listing .content-area .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 164px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
}

/* =-=-=-=-=-=-= Listing Sidebar & Blog Sidebar =-=-=-=-=-=-= */
.panel {
    overflow: hidden;
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #232323;
    background-color: #fff;
    border-color: #fff;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: 500;
}

.more-less {
    float: right;
    color: #ccc;
    top: 5px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

#accordion .panel-body ul li {
    padding: 0;
}

#accordion .panel-body.categories ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}

#accordion .panel-body.categories ul li a:hover {
    text-decoration: none;
    color: #f58936;
}

#accordion .panel-body a i {
    color: #8e8b8b;
    font-size: 22px;
    margin-right: 10px;
}

#accordion .panel-body ul li a span {
    color: #9e9e9e;
    margin-left: 5px;
}

.panel-body {
    background-color: #fff;
    padding: 20px 25px;
}

.search-widget {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}

.search-widget input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 40px;
    width: 100%;
}

.search-widget button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #bdbdbd;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.skin-minimal .list li label {
    padding-left: 10px;
    font-weight: 500;
    color: #232323;
    font-size: 14px;
}

.side-menu {
    background: #fff;
}

.skin-minimal .list li label:hover {
    text-decoration: none;
}

.recent-ads .recent-ads-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.recent-ads .recent-ads-list:last-child {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.recent-ads .recent-ads-container {
    display: table;
    width: 100%;
}

.recent-ads .recent-ads-list-image {
    display: table-cell;
    width: 96px;
}

.recent-ads .recent-ads-list-image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.recent-ads .recent-ads-list-image-inner {
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    height: 60px;
    margin: 0 16px 0 0;
    position: relative;
    width: 100px;
}

.recent-ads .recent-ads-list-content {
    display: table-cell;
    vertical-align: middle;
}

.recent-ads .recent-ads-list-content h3 {
    color: #232323;
    font-size: 16px;
}

.recent-ads .recent-ads-list-title {
    margin: 0;
}

.recent-ads .recent-ads-list-title a {
    color: #232323;
    font-size: 15px;
    font-weight: 500;
}

.recent-ads .recent-ads-list-location {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.recent-ads .recent-ads-list-location li {
    display: inline !important;
    border-bottom: medium none !important;
}

.recent-ads .recent-ads-list-location li::before {
    display: none !important;
}

.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.recent-ads .recent-ads-list-price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.sidebar .widget + .widget {
    margin-top: 5px;
}

.sidebar .widget {
    overflow: hidden;
    position: relative;
    border-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.sidebar .widget .widget-heading {
    background-color: #fff;
    border-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    color: #232323;
    padding: 0;
    margin-bottom: 25px;
}

.sidebar .widget .widget-content {
    border-top-color: #eeeeee;
    background-color: #fff;
    padding: 1px 25px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar .widget .widget-content ul li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
}

.sidebar .widget .widget-content ul li a {
    color: #232323;
}

.sidebar .widget .widget-content .category-grid-box .ad-info ul li {
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: normal;
}

.sidebar .widget .widget-content ul li:first-child {
    padding-top: 0;
}

.sidebar .widget .widget-content ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

.sidebar .widget .widget-content .tagcloud {
    margin-top: 7px;
    overflow: hidden;
}

.sidebar .widget .widget-content .tagcloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 4px 8px 0;
    padding: 0 17px;
    color: #232323;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.sidebar .widget-title {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.sidebar .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    line-height: 26px;
}

.btn-contact,
.btn-contact:hover,
.btn-contact:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #232323;
    font-size: 20px;
    height: 90px;
    padding-left: 90px;
    padding-right: 10px;
    text-align: left;
}

.contactEmail,
.contactEmail:hover {
    background-color: transparent;
    background-image: url("../images/email.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    outline: medium none;
}

.contactPhone,
.contactPhone:hover,
.contactPhone:active,
.contactPhone:visited {
    background-color: transparent;
    background-image: url("../images/phone.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 2em;
    outline: medium none;
}

.ad-listing-price {
    display: block;
    position: relative;
    width: 100%;
    outline: none;
    margin-top: 55px;
}

.ad-listing-price p {
    font-size: 36px;
    text-align: right;
    margin-bottom: 0;
    font-weight: 600;
}

.user-photo {
    border-right: 1px dashed #e0e0e0;
}

.user-photo img {
    height: auto;
    width: 90px;
}

.user-information .user-name {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}

.user-information .user-name a {
    color: #232323;
}

.user-info-card {
    padding-bottom: 15px;
    padding-top: 25px;
}

.ad-listing-meta > ul {
    padding: 0;
}

.ad-listing-meta ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px;
}

.ad-listing-meta ul li:last-child {
    border-bottom: medium none;
}

.ad-listing-meta ul li span {
    float: right;
    font-weight: 600;
}

.widget-content ol {
    padding-left: 15px;
}

.widget-content ol li {
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}

.widget-content.saftey ol li {
    margin-bottom: 0;
    padding-left: 2px;
    position: relative;
}

.widget .widget-content .featured-slider-3 .item .category-grid-box {
    margin-bottom: 0;
}

/* =-=-=-=-=-=-= Breadcrumbs =-=-=-=-=-=-= */
.page-header-area-2 {
    padding: 15px 0;
    text-align: left;
    position: relative;
}

.page-header-area-2 .small-breadcrumb {
    background: transparent;
}

.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li a {
    color: #999;
}

.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li::after {
    color: #a0a0a0;
}

.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li a.active {
    border-bottom: medium none;
}

.page-header-area-2 h1 {
    color: #232323;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.9px;
}

.page-header-area-2 .key-features {
    margin-top: 15px;
    margin-bottom: 0;
}

.small-breadcrumb {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.small-breadcrumb .breadcrumb-link {
    overflow: hidden;
}

.small-breadcrumb .breadcrumb-link ul li {
    float: left;
    padding: 0 15px;
}

.small-breadcrumb .breadcrumb-link ul li:first-child {
    padding-left: 0;
}

.small-breadcrumb .breadcrumb-link ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.small-breadcrumb .breadcrumb-link ul li a .icon {
    margin-right: 5px;
}

.small-breadcrumb .breadcrumb-link ul li a .icon {
    display: inline-block;
    width: auto;
}

.small-breadcrumb .breadcrumb-link ul li a::after {
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.small-breadcrumb .breadcrumb-link ul li a:hover::after {
    bottom: -4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.small-breadcrumb .breadcrumb-link ul li a:first-child {
    padding-left: 0;
}

.small-breadcrumb .breadcrumb-link ul li {
    position: relative;
}

.small-breadcrumb .breadcrumb-link ul li::after {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 10px;
}

.small-breadcrumb .breadcrumb-link ul li:last-child::after {
    display: none;
}

/* =-=-=-=-=-=-= Login & Register Page =-=-=-=-=-=-= */
.form-grid {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 7px 0 #e9e9e9;
}

.form-grid .skin-minimal .list li label {
    padding-left: 10px;
}

.form-grid .skin-minimal .list li label a {
    color: #777;
}

.form-grid .btn-social {
    margin-bottom: 15px;
}

.btn-social {
    overflow: hidden;
    padding-left: 60px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.btn-social > *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    font-size: 1.6em;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}

h2.no-span {
    color: #232323;
    display: table;
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

h2.no-span b {
    padding: 0 20px;
}

h2.no-span:before,
h2.no-span:after {
    border-top: 1px solid #ccc;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 45%;
}

.subscribe {
    margin-bottom: 50px;
}

.subscribe > p {
    font-size: 18px;
    color: #2c3e50;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 30px;
}

.subscribe input,
.subscribe button {
    border: 1px solid #ddd;
    height: 50px;
    width: 30%;
    padding: 5px 15px;
}

.subscribe button {
    width: 15%;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.subscribe button > i {
    padding-right: 5px;
}

.social-area-share > a {
    background-color: #2c3e50;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.social-area-share > a:hover {
    color: #fff;
}

.btn-theme.btn-outline {
    background: transparent none repeat scroll 0 0;
    border-color: #2854a1;
    color: #2854a1;
}

/* =-=-=-=-=-=-= Theme Buttons & Panels =-=-=-=-=-=-= */
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.list-style-1 .panel.with-nav-tabs .panel-heading {
    padding: 0;
    background-color: transparent;
    border-color: inherit;
    border: medium none;
}

.list-style-1 .panel-default {
    border-color: inherit;
    border: medium none;
}

.list-style-1 .panel {
    background-color: transparent;
    box-shadow: none;
    border: medium none;
}

.list-style-1 .nav-tabs > li.active > a,
.list-style-1 .nav-tabs > li.active > a:hover,
.list-style-1 .nav-tabs > li.active > a:focus {
    border-color: inherit;
    border: medium none;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.list-style-1 .with-nav-tabs.panel-default .nav li a {
    padding: 17px 35px;
    background-color: #ebebeb;
    color: #232323;
    font-weight: 600;
    border-color: transparent;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.quick-view-modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

.modalopen {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modalopen.in {
    opacity: 1;
    z-index: 99999;
}

.ad-modal {
    width: 600px;
    background: #fff;
}

.ad-modal .single-product {
    padding: 1px 0px;
}

.diblock {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}

.ad-modal .single-product .diblock .title h3 {
    background-color: #fff;
    border-bottom: 0 none;
    border-radius: 5px 5px 0 0;
    color: #121212;
    font-size: 25px;
    line-height: 26px;
    padding: 18px 0px 18px;
}

.ad-modal .single-product .diblock .flexslider .slide-main img {
    border: medium none;
    margin: 0;
    max-width: 100%;
}

.ad-preview-details {
    text-align: left;
}

.ad-preview-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}

.ad-preview-details h4 a {
    color: #232323;
}

.ad-preview-details .overview-price {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
}

.ad-preview-details .overview-price span {
    font-size: 26px;
    font-weight: 700;
    display: block;
}

.ad-preview-details p:after {
    content: '';
    display: block;
    clear: both;
}

.ad-preview-info {
    overflow: hidden;
}

.ad-preview-details p {
    margin-top: 15px;
}

.ad-preview-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px 0 30px;
}

.ad-preview-details ul li {
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.ad-preview-details ul li span {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}

.ad-preview-details ul li p {
    color: #232323;
    display: inline;
    font-size: 14px;
    font-weight: 700;
}

.ad-preview-details ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.popup-cls:hover {
    opacity: 0.7;
}

.popup-cls.close {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
    padding: 7px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 5;
}

.quick-view-modal .ad-modal .single-product .single-page-slider .flex-direction-nav .flex-prev,
.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav .flex-prev {
    background-image: url("../images/back.png");
    height: 32px;
    left: 0;
    margin-left: 20px;
    text-align: right;
    width: 32px;
}

.quick-view-modal .ad-modal .single-product .single-page-slider .flex-direction-nav .flex-next,
.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav .flex-next {
    background-image: url("../images/next.png");
    height: 32px;
    margin-right: 20px;
    right: 0;
    text-align: right;
    width: 32px;
}

.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav a {
    top: 28% !important;
}

/* =-=-=-=-=-=-= Modal Popup =-=-=-=-=-=-= */
.center {
    margin-top: 50px;
}

.modal-header h3 {
    font-weight: 700;
    color: #232323;
    overflow: hidden;
    font-size: 16px;
}

.modal-body {
    overflow: hidden;
}

.modal-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 4px 4px 0 0;
    min-height: 16.43px;
    padding: 15px 20px;
}

.modal-body .btn {
    padding: 10px 20px;
}

.modal-footer {
    padding: 0;
}

.modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
    border-right: 0;
}

.ad-share .box i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.ad-share .box {
    cursor: pointer;
}

.btn-fb,
.btn-gplus,
.btn-twitter {
    color: #fff !important;
}

.btn-fb {
    background: #3b5998 none repeat scroll 0 0;
}

.btn-gplus {
    background: #d14433 none repeat scroll 0 0;
}

.btn-twitter {
    background: #00aced none repeat scroll 0 0;
}

/* =-=-=-=-=-=-= Pagination =-=-=-=-=-=-= */
.pagination {
    border-radius: 0;
    margin: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px;
}

.pagination li > a {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
}

.listingTopFilterBar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(206, 206, 206, 0.36);
    min-height: 60px;
    border-color: #eeeeee;
    border-radius: 0;
    margin-bottom: 30px;
}

ul.filterAdType {
    padding: 0;
}

ul.filterAdType li {
    display: inline-block;
    list-style: outside none none;
}

ul.filterAdType li a {
    color: #232323;
    display: block;
    padding: 16px 20px;
}

ul.filterAdType li.active a,
ul.filterAdType li a:hover {
    color: #fff;
}

ul.listingViewIcon li {
    display: inline-block;
    list-style: outside none none;
}

ul.listingViewIcon li a {
    color: #232323;
    line-height: 60px;
    padding: 0 10px;
}

ul.listingViewIcon li a:hover {
    color: #000000;
}

ul.listingViewIcon li.shortByListingLi ul li {
    display: block;
}

ul.listingViewIcon li.shortByListingLi ul li a {
    line-height: 30px;
}

.header-listing h6 {
    display: inline-block;
    font-size: 16px;
    margin: 18px 10px 5px 0;
    text-transform: capitalize;
    vertical-align: top;
    color: #232323;
}

.header-listing .custom-select-box {
    display: inline-block;
    width: 231px;
}

.header-listing .custom-select-box .select2-selection--single {
    height: auto;
    border: medium none;
    background-color: transparent;
}

.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 61px;
}

.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px;
}

.header-listing {
    display: inline-block;
    width: 100%;
}

.main-search .grid-card {
    margin-bottom: 0;
    min-height: 487px;
    background: transparent;
}

.main-search .body-type .grid-card {
    padding: 15px 20px 0;
}

.box {
    color: #666;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

.box img {
    margin-bottom: 10px;
    position: relative;
}

.box h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}

.box h4 a {
    color: #232323;
}

.box strong {
    color: #999;
    display: block;
    font-size: 14px;
    padding: 0 0 10px;
}

.search-form .box h4 {
    font-size: 14px;
}

/* =-=-=-=-=-=-= Advanced Search =-=-=-=-=-=-= */
.advance-search {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.section-search .nav-tabs {
    border-bottom: 0 none;
}

.section-search .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 7px;
}

.section-search .nav-tabs .nav-link.activelink {
    padding: 10px 14px;
    width: auto;
}

.search-style-2 .search-form {
    padding: 33px 0 23px;
    width: 100%;
}

.hero .search-style-2 .search-form,
.hero .section-search .nav-tabs .nav-item.active a {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #232323;
}

.hero .search-style-2 .tab-content .search-form .by-body-type {
    width: 104px;
}

.hero .section-search .nav-tabs .nav-item.active a {
    border-top: 3px solid #d91a29;
}

.hero .search-style-2 .search-form {
    padding: 20px 15px;
}

.search-style-2 .search-form-inner {
    margin-left: -3px;
    margin-right: -3px;
    width: calc(100% - 170px);
}

.search-style-2 .search-form-inner .form-group {
    padding-left: 5px;
    padding-right: 5px;
}

.search-style-2 label {
    color: #232323;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0;
}

.section-search .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 7px;
}

.section-search .nav-tabs .nav-item.active a {
    background-color: #fff;
}

.section-search .nav-tabs .nav-link {
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 48px;
    text-align: center;
    text-transform: uppercase;
    color: #232323;
}

.search-style-2.section-search .nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.8);
    color: #232323;
    border-width: 0;
}

.hero .search-style-2.section-search .nav-tabs .nav-link {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
}

.search-style-2 .tab-content .search-form .btn {
    margin-top: 32px;
}

.search-style-2 .tab-content .search-form .btn.extra-top {
    margin-top: 55px;
}

.search-style-2 .tab-content .search-form .btn-lg {
    letter-spacing: 1.3px;
    padding: 8px 15px !important;
}

.search-style-2 .tab-content .search-form .by-body-type {
    width: 160px;
}

.search-style-2 .tab-content .search-form .select2-container--default .select2-selection--single {
    height: 52px;
}

/* =-=-=-=-=-=-= Search Modal =-=-=-=-=-=-= */
.icon-search {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 34px;
    color: #ccc;
}

.search-modal .modal-body {
    position: relative;
    padding-top: 0;
}

.search-modal .modal-header {
    background: #202020 none repeat scroll 0 0;
}

.search-modal .modal-header h3 {
    color: #fff;
}

.search-modal .form-control {
    background-color: transparent;
    border: none;
    padding-left: 40px;
}

.search-modal .search-block .popular-search {
    padding-top: 15px;
}

.search-modal .search-block .popular-search label {
    font-size: 16px;
}

.search-modal .search-block .popular-search ul li a {
    color: #232323;
}

.search-modal .form-control:focus {
    box-shadow: none;
}

.search-modal .close {
    color: #fff;
}

.search-modal .close:hover,
.search-modal .close:focus {
    color: #fff;
}

.custom-links {
    list-style: outside none none;
    padding-left: 0;
}

.custom-links a {
    color: #232323;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
    font-weight: 500;
}

.custom-links a::before {}

.custom-img {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 99;
}

.custom-links li:last-child a {
    margin-bottom: 0;
}

.right-side h5 {
    color: #262626;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

.right-side img {
    bottom: -180px;
    position: absolute;
    right: -208px;
}

.footer.footer-bg {
    padding-bottom: 110px;
    position: relative;
    border-top: 1px dashed #ddd;
    background: rgba(0, 0, 0, 0) url("../images/footer-banner.png") repeat-x scroll center bottom;
}

.footer-bg .footer-top,
.footer-bg .copyrights {
    background-color: transparent;
    border-top: medium none;
}

.footer-bg .footer-top {
    padding: 70px 0 10px;
}

.footer-bg .copyrights .copyright-content {
    border-top: 1px solid #ccc;
    position: relative;
}

.footer-top {
    background-color: #202020;
    padding: 70px 0 30px;
}

.footer-top .widget .logo {
    margin: 0 0 10px;
}

.footer-top .widget p {
    margin-bottom: 20px;
}

.footer-top .widget h5 {
    font-size: 18px;
    display: block;
    margin: 0 0 18px;
    color: #232323;
    font-weight: 500;
}

.footer-top .widget ul li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.footer-top .widgettext address {
    font-style: normal;
    line-height: 30px;
}

.footer-top .widgettext address span {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

.footer-top .widget.socail-icons ul li {
    display: block;
    margin-right: 3px;
    margin-bottom: 10px;
}

.footer-top .widget.my-quicklinks ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 3px;
}

.footer-top .widget.socail-icons li span:hover {
    cursor: pointer;
}

.footer-top .widget.my-quicklinks ul li a {
    color: #777;
}

.footer-top .widget.socail-icons ul li a {
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    width: 28px;
}

.footer-top .widget.socail-icons li a i {
    font-size: 12px;
    color: #fff;
}

.footer-top .widget.socail-icons li a.Facebook {
    background-color: #2b4a8b;
}

.footer-top .widget.socail-icons li a.Twitter {
    background-color: #1f94d9;
}

.footer-top .widget.socail-icons li a.Linkedin {
    background-color: #10598c;
}

.footer-top .widget.socail-icons li a.Google {
    background-color: #d83936;
}

.footer-top .widget-newsletter .fieldset form input[type="text"] {
    background-color: #f5f5f5;
    border: medium none;
    color: #999;
    font-size: 12px;
    height: 48px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}

.widget-newsletter .fieldset P {
    line-height: 27.8px;
    margin-bottom: 20px;
}

.widget-newsletter .fieldset form {
    position: relative;
}

.widget-newsletter .fieldset form .submit-btn {
    border: medium none;
    color: #fff;
    display: block;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.widget-newsletter .fieldset.has-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f8f8f8 #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: solid;
    border-width: 2px 1px 1px;
    padding: 15px 15px 20px;
}

.copyright p {
    margin: 20px 0 0 0;
}

.footer-area p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-area .footer-content {
    padding: 70px 0 30px;
    position: relative;
    z-index: 1;
}

.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative;
}

.footer-content .column h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.footer-content .column .heading-panel {
    margin-bottom: 30px;
    overflow: hidden;
}

.footer-content .column .heading-panel h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}

.footer-area .footer-content a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative;
}

.footer-content .links-widget li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 32px;
}

.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
}

.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
}

.footer-area .contact-info li {
    line-height: 30px;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative;
}

.footer-area .contact-info li .icon {
    font-size: 16px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}

.footer-content .column h2:hover {
    color: #f58936;
    cursor: pointer;
}

.social-links-two {
    position: relative;
}

.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 28px;
}

.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc;
    font-size: 12px;
}

.social-links-two a:hover {
    background: #f58936 none repeat scroll 0 0;
    color: #fff !important;
}

.detail-button-group {
    margin-bottom: 5px;
}

.detail-button-group .btn {
    padding: 20px 15px;
    border: medium none;
    font-size: 20px;
    text-transform: capitalize;
}

.detail-button-group .btn i {
    margin-right: 5px;
}

.btn-glyphicon {
    float: right;
    padding: 8px;
    background: #ffffff;
    margin-left: 4px;
}

.icon-btn {
    width: 100%;
    line-height: 2em;
}

.detial-buttons {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    overflow: hidden;
}

.cat-title {
    background-color: #222;
    display: block;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize;
}

.cat-title h3 {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 55px;
    position: relative;
}

.cat-title h3 a {
    color: #fff;
}

.cat-count {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    position: absolute;
    right: 16px;
    top: 1px;
}

.category-list-icon {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.category-list-icon i {
    color: #fff;
    float: left;
    font-size: 40px;
    padding: 20px;
    text-align: center;
}

.category-list-icon i.green {
    background-color: #5cb85c;
}

.category-list-icon i.purple {
    background-color: #785edd;
}

.category-list-title {
    overflow: hidden;
    padding: 19px 0 0 15px;
    position: relative;
    text-align: left;
}

.category-list-title h5 > a {
    color: #232323;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.category-list-title h5 {}

.singleprice-tag::before {
    border-bottom: 30px solid transparent;
    border-right: 30px solid #a7723d;
    border-top: 30px solid transparent;
    content: "";
    height: 0;
    left: -29px;
    position: absolute;
    top: 0;
    width: 0;
}

.singleprice-tag::after {
    background-color: #cecece;
    border-radius: 2.5px;
    box-shadow: -1px 1px 0 #8e8e8e inset;
    content: "";
    height: 5px;
    left: 88%;
    position: absolute;
    top: 10%;
    width: 5px;
}

.singleprice-tag {
    background-color: #a7723d;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 32px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    position: relative;
    text-indent: -6px;
    text-shadow: 1px 1px 1px #418405;
    transform-origin: 88% 10% 0;
}

.singleprice-tag span {
    font-size: 10px;
    margin-left: 5px;
}

.no-bottom {
    padding-bottom: 0;
}

.pricing-area {
    clear: both;
    overflow: hidden;
}

.heading-zone {
    padding: 0 0 30px;
}

.heading-zone h1 {
    color: #232323;
    font-size: 26px;
    font-weight: 600;
}

.top-search {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    height: 43px !important;
    border: solid 1px #d5d5d5 !important;
}

.top-search:focus {
    max-width: 100% !important;
    background: #fff !important;
}

.top-form {
    line-height: 40px !important;
    background: #f6f6f6;
}

.top-form input {
    color: #000 !important;
}

.Search-form-header {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    height: 50px;
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box !important;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

@media (max-width: 767px) {
    .Search-form-header {
        float: none !important;
        height: auto !important;
    }
}

.boxicon p {
    margin-bottom: 0px;
}

.boxiocn-head {
    background: #a7723d;
    color: #fff;
}

.sidebar .widget + .widget {
    margin-top: 5px;
}

.widget-heading h4::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #a7723d;
}

.bid-btn {
    background-color: #51a506;
    padding: 15px 12px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 50px;
    position: relative;
    border-radius: 4px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    text-indent: 0;
    transition: background-color .25s cubic-bezier(0.25, .1, .25, 1);
}

.blog-sidebar .widget2 {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    padding: 20px 25px;
    overflow: hidden;
}

.blog-sidebar .widget2 .widget2-heading h4::before,
.badge-tech,
.ms-layer.btn3 {
    background-color: #a7723d;
}

.blog-sidebar .widget2 .widget2-heading h4::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
}

.widget2-heading h4::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #a7723d;
}

.blog-sidebar .widget2 .widget2-heading {
    border: medium none;
}

.custum {
    max-width: 160px !important;
    margin-top: 25px !important;
}

.btn-block + .btn-block {
    margin-top: 0px;
}

.well2 {
    text-align: right !important;
    padding-right: 0px !important;
}

.well2 li {
    list-style: none;
}

.control-wrap {
    border-bottom: 1px solid #fff
}

.control-wrap ~ p {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px
}

@media (max-width:768px) {
    .control-wrap {
        padding: 0
    }
}

.control-bar {
    clear: both;
    width: 100%;
    float: left;
    height: 40px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    position: relative
}

@media (max-width:768px) {
    .control-bar {
        margin-top: 0
    }
}

.control-bar svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    margin-right: 8px
}

.control-bar .tab {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 39px;
    border-right: 1px solid #cfcfcf;
    padding: 0 15px;
    float: left;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.control-bar .tab svg {
    position: relative;
    top: 2px
}

@media (max-width:992px) {
    .control-bar .tab {
        text-align: center;
        width: 33.33%;
        padding-right: 22px
    }

    .control-bar .tab svg {
        display: none
    }

    .control-bar .tab:nth-child(3) {
        border-right: 0
    }
}

@media (max-width:400px) {
    .control-bar .tab {
        font-size: 12p
    }

    .control-bar .tab svg {
        display: none
    }
}

.control-bar .tab.active {
    background-image: linear-gradient(to top, #d4d4d4 0, #e2e2e2 100%)
}

.control-bar .tab:hover {
    background-image: linear-gradient(to top, #e2e2e2 0, #f1f1f1 100%)
}

.control-bar .tab.active,
.control-bar .tab:hover {
    color: #005f84
}

.control-bar .tab.active svg,
.control-bar .tab:hover svg {
    fill: #005f84
}

.control-bar .tab.upcoming svg {
    width: 15px;
    height: 15px
}

.control-bar .tab.list svg {
    width: 15px
}

.control-bar .input-wrapper {
    width: 240px;
    height: 25px;
    float: right
}

@media (max-width:992px) {
    .control-bar .input-wrapper {
        display: none
    }
}

.control-bar .input-wrapper .title {
    text-shadow: .5px .9px 1px #fff;
    color: rgba(0, 0, 0, .56);
    font-size: 11px;
    font-weight: 400;
    line-height: 29px;
    float: right;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 12px
}

@media (max-width:768px) {
    .control-bar .input-wrapper .title {
        margin-top: 12px
    }
}

@media (max-width:420px) {
    .control-bar .input-wrapper .title {
        display: none
    }
}

.control-bar .input-wrapper .selectric-wrapper {
    float: right;
    width: 100px;
    height: 28px;
    margin-right: 15px
}

@media (max-width:768px) {
    .control-bar .input-wrapper .selectric-wrapper {
        width: calc(100% - 117px);
        height: 44px
    }

    .control-bar .input-wrapper .selectric-wrapper .label {
        height: 42px !important;
        line-height: 42px !important
    }
}

.control-bar .input-wrapper .selectric-wrapper .selectric {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 26px;
    margin-top: 5px
}

.control-bar .input-wrapper .selectric-wrapper .selectric-items li {
    font-size: 12px;
    height: 25px;
    line-height: 25px
}

@media (max-width:768px) {
    .control-bar .input-wrapper .selectric-wrapper .selectric-items li {
        height: 42px !important;
        line-height: 42px !important;
        font-size: 14px !important
    }
}

.control-bar .input-wrapper .selectric-wrapper .selectric-items li:first-child {
    margin-top: 4px
}

.control-bar .input-wrapper .selectric-wrapper .label {
    font-size: 12px;
    line-height: 27px
}

@media (max-width:768px) {
    .control-bar .input-wrapper .selectric-wrapper .label {
        font-size: 14px
    }
}

.control-bar .input-wrapper .selectric-wrapper .button {
    top: -5px !important;
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
}

.control-bar .input-wrapper .selectric-open .selectric .button {
    -webkit-transform: scale(0.85) rotate(180deg) !important;
    transform: scale(0.85) rotate(180deg) !important;
    margin-top: 6px !important;
    top: -5px !important
}

@media (max-width:768px) {
    .wrap-container {
        padding: 0
    }
}

.auction-container .map-container {
    height: 466px;
    background: #e5e3df;
    position: relative;
    background-size: cover;
    background-position: center
}

.auction-container .map-container #map-live-auctions {
    width: 100%;
    height: 100%
}

.auction-container .info {
    position: absolute;
    top: 40px;
    right: 44px;
    width: 207px;
    background: #f5f5f5;
    border: 1px solid #efeff0;
    box-shadow: -1px 4px 11px 4px rgba(0, 0, 0, .3)
}

@media (max-width:768px) {
    .auction-container .info {
        display: none
    }
}

.auction-container .info #auc-switch .label {
    padding-left: 5px;
    text-indent: 5px
}

.auction-container .info #auc-switch .next,
.auction-container .info #auc-switch .prev {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    border: 1px solid #919294;
    background: #f1f1f1;
    margin-top: 5px;
    margin-right: 2px;
    position: relative;
    z-index: 300;
    left: 5px
}

.auction-container .info #auc-switch .next:hover,
.auction-container .info #auc-switch .prev:hover {
    opacity: .75
}

.auction-container .info #auc-switch .next::after,
.auction-container .info #auc-switch .prev::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: 1px solid #fff
}

.auction-container .info #auc-switch .prev:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4.88px 3px 0;
    border-color: transparent #000 transparent transparent;
    right: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.auction-container .info #auc-switch .next:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4.88px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.auction-container .info .title {
    text-shadow: .5px .9px 1px #fff;
    color: #010101;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    padding-left: 15px
}

.auction-container .info .sub-title {
    background: #53b314;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 400
}

.auction-container .info .selects {
    background: #ede4d7;
    padding: 10px 15px
}

.auction-container .info .selects .input-wrapper {
    height: 27px;
    margin-bottom: 10px
}

.auction-container .info .selects .selectric {
    height: 27px
}

.auction-container .info .selects .selectric .label,
.auction-container .info .selects .selectric-items li {
    font-size: 12px;
    height: 27px;
    line-height: 27px
}

.auction-container .info .selects .selectric .button {
    top: -5px !important;
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
}

.auction-container .info .selects .selectric-open .selectric .button {
    -webkit-transform: scale(0.85) rotate(180deg) !important;
    transform: scale(0.85) rotate(180deg) !important;
    margin-top: 6px !important
}

@media (max-width:768px) {
    .auction-container .info .selects .selectric .button {
        top: -13px !important;
        margin-right: 6px !important
    }

    .auction-container .info .selects .selectric-open .selectric .button {
        margin-top: 13px !important
    }
}

.auction-container .info .selects .button {
    height: 25px;
    line-height: 25px;
    color: #fefefe;
    font-size: 10px;
    font-weight: 700
}

@media (max-width:768px) {
    .auction-container .info .selects .button {
        height: 44px;
        line-height: 44px;
        font-size: 12px
    }
}

.auction-container .info .contacts {
    background: #f5f5f5;
    padding: 15px 15px 15px 35px
}

.auction-container .info .contacts svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: -15px
}

.auction-container .info .contacts .cont {
    position: relative;
    margin-bottom: 10px;
    font-size: 10px;
    color: #777;
    font-weight: 400;
    padding-left: 3px
}

.auction-container .info .contacts .cont:last-child {
    margin-bottom: 0
}

.auction-container .info .contacts .cont .tit {
    color: #000;
    font-weight: 700
}

.auction-container .info .contacts .cont a {
    color: #0296ff;
    text-decoration: underline
}

.auction-container .info .contacts .cont a:hover {
    text-decoration: none
}

.auction-container .info .footer {
    background: #fdfdfd;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 22px
}

.auction-container .info .footer .wrap {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding-right: 14px;
    float: left
}

.auction-container .info .footer .wrap:last-child {
    padding-right: 0
}

.auction-container .info .footer .wrap.live svg {
    fill: #50be07
}

.auction-container .info .footer .wrap.today svg {
    fill: #0095ff
}

.auction-container .info .footer svg {
    width: 11px;
    height: 13px;
    position: relative;
    margin-right: 5px;
    top: 3px
}

.calendar-container {
    border: 1px solid #b9b9b9;
    border-top: 0;
    margin-bottom: 50px;
    /*min-height:200px */
    min-height: auto;
}

.calendar-container .day {
    border-left: 1px solid #b9b9b9;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    min-height: 100px;
}

.calendar-container .day:nth-last-child(1) .popup,
.calendar-container .day:nth-last-child(2) .popup {
    position: absolute;
    top: -6px;
    left: -214px
}

.calendar-container .day:nth-last-child(1) .popup::before,
.calendar-container .day:nth-last-child(2) .popup::before {
    content: '';
    left: auto !important;
    right: -16px !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body[dir=rtl] .calendar-container .day:nth-last-child(1) .popup::before,
body[dir=rtl] .calendar-container .day:nth-last-child(2) .popup::before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important
}

@media (max-width:480px) {
    .calendar-container .day {
        border: 1px solid #8D8D8D
    }

    .car-features span {
        font-size: 11px;
    }



}

.calendar-container .day:first-child {
    border-left: 0
}

.calendar-container .day.today {
    background: #fffdf2
}

.calendar-container .day.live .title {
    position: relative
}

.calendar-container .day.live .title::before {
    content: attr(data-status);
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 35px;
    height: 15px;
    background-color: #50be07;
    border-radius: 7px;
    box-shadow: .5px .9px 1px #fff, inset .5px .9px 1px rgba(0, 0, 0, .47);
    text-shadow: .5px .9px 1px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 15px;
    text-align: center
}

.calendar-container .day .title {
    background-image: linear-gradient(to top, #d4d4d4 0, #ffffff 100%);
    height: 42px;
    line-height: 41px;
    text-shadow: 0 0 1px #fff;
    color: #303030;
    font-size: 10px;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 25px;
    border-bottom: 1px solid #d4d4d4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-container .day .title span {
    font-weight: 700;
    font-size: 14px;
}

.calendar-container .day .heading {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 14px;
    padding-left: 14px
}

.calendar-container .day .country {
    color: rgba(48, 48, 48, .4);
    font-size: 10px;
    font-weight: 800;
    padding-left: 14px;
    margin: 4px 0 8px;
    text-transform: uppercase
}

.calendar-container .day .auc {
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.calendar-container .day .auc.active,
.calendar-container .day .auc:hover {
    background: #e3e3e3
}

.calendar-container .day .auc.live {
    color: #348002
}

.calendar-container .day .auc.live::before {
    content: '';
    background: #348002
}

.calendar-container .day .auc.blue {
    color: #0296ff
}

.calendar-container .day .auc.blue::before {
    content: '';
    background: #0296ff
}

.calendar-container .day .auc::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 6px;
    left: 14px;
    background: #a7723d;
}

.calendar-container .day .auc > span {
    color: #999;
    font-weight: 700;
    top: -5px;
    position: relative;
    display: inline-block;
    pointer-events: none
}

.calendar-container .day .auc.ended {
    color: #b9b9b9
}

.calendar-container .day .auc.ended::before {
    content: '';
    background: #b9b9b9
}

.calendar-container .day .auc .popup {
    width: 210px;
    position: absolute;
    top: -6px;
    right: -214px;
    background: #ff8900;
    color: #fff;
    font-size: 12px;
    z-index: 20;
    border: 1px solid #fcf8e3;
    box-shadow: 0 0 0 4px #ff8900;
    cursor: default
}

.calendar-container .day .auc .popup.loading {
    background: #fcf8e3;
    min-height: 330px
}

.calendar-container .day .auc .popup.loading::after {
    content: '';
    background-image: url(../img/pics/backgrounds/loader.gif);
    width: 100px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -15px
}

.calendar-container .day .auc .popup.loading::before {
    content: '';
    background-image: url(../img/sprite/sprite@1x.png);
    background-position: -394px -34px;
    width: 16px;
    height: 24px
}

.calendar-container .day .auc .popup.loading > * {
    opacity: 0 !important
}

.calendar-container .day .auc .popup::before {
    content: '';
    background-image: url(../img/sprite/sprite@1x.png);
    background-position: -394px 0;
    width: 16px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: -16px
}

@media (min-width:768px) {
    body[dir=rtl] .calendar-container .day .auc .popup::before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@media (max-width:768px) {
    body[dir=rtl] .calendar-container .day .auc .popup::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:992px) {
    .calendar-container .day .auc .popup {
        position: absolute;
        top: 30px;
        right: 50%;
        margin-right: -107px
    }

    .calendar-container .day .auc .popup::after {
        content: '';
        width: 100%;
        height: 20px;
        position: absolute;
        top: -20px;
        right: 0
    }

    .calendar-container .day .auc .popup::before {
        content: '';
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: -20px;
        left: 10px
    }
}

.calendar-container .day .auc .popup .cross {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 300;
    height: 29px;
    line-height: 26px;
    text-align: center;
    width: 24px;
    color: rgba(255, 255, 255, .75);
    transition: color .2s ease
}

.calendar-container .day .auc .popup .cross:hover {
    color: #fff
}

.calendar-container .day .auc .popup .but-wrap {
    padding: 8px 15px 10px;
    background: #f3e7c7
}

.calendar-container .day .auc .popup .but-wrap .selectric {
    margin-bottom: 8px
}

.calendar-container .day .auc .popup .but-wrap .button {
    display: block
}

.calendar-container .day .auc .popup .subtitle {
    padding: 10px 15px
}

.calendar-container .day .auc .popup .subtitle .time {
    font-weight: 700
}

.calendar-container .day .auc .popup .title {
    background-color: #ff8900;
    height: 30px;
    color: #fff;
    background-image: none !important;
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px
}

.calendar-container .day .auc .popup .title::after,
.calendar-container .day .auc .popup .title::before {
    display: none
}

.calendar-container .day .auc .popup .data {
    background: #6b6b6b;
    padding: 8px 15px;
    color: #fff;
    font-size: 12px
}

.calendar-container .day .auc .popup .data span.time {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-left: 8px
}

.calendar-container .day .auc .popup .data span.desc {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    padding-top: 2px
}

.calendar-container .day .auc .popup .data.live {
    background: #5dbc13;
    font-weight: 700
}

.calendar-container .day .auc .popup .contacts {
    padding: 15px;
    background: #fcf8e3
}

.calendar-container .day .auc .popup .contacts b {
    font-size: 10px;
    color: #000;
    font-weight: 700;
    margin-top: 0;
    display: block;
    line-height: 15px;
    text-transform: uppercase
}

.calendar-container .day .auc .popup .contacts p {
    color: #777;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin: 0
}

.calendar-container .day .auc .popup .contacts svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px
}

.calendar-container .day .auc .popup .contacts .cont {
    position: relative;
    margin-bottom: 10px;
    font-size: 10px;
    color: #777;
    font-weight: 400;
    line-height: 15px;
    padding-left: 26px;
    padding-right: 20px
}

.calendar-container .day .auc .popup .contacts .cont:last-child {
    margin-bottom: 0
}

.calendar-container .day .auc .popup .contacts .cont .tit {
    color: #000;
    font-weight: 700
}

.calendar-container .day .auc .popup .contacts .cont a {
    color: #0296ff;
    text-decoration: underline
}

.calendar-container .day .auc .popup .contacts .cont a:hover {
    text-decoration: none
}

.xl-2 {
    width: calc(100% / 6);
}

.grid-x,
.grid-y {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cta.join-auction {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding-top: 43px;
}

.content .cta {
    width: 115px;
    height: 120px;
}

.stats {
    min-height: 32px;
}

.grid-x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}

.live-Kasp Auctions .calendar-container .day:first-child {
    border-left: 0;
}

@media (max-width: 768px) {
    .sm-6 {
        width: calc(100% / 2);
    }
}

.login-header {
    border-bottom: 2px solid #e3e3e3 !important;
    color: #323232 !important;
    margin: 0 0 15px;
    padding: 0px 18px 13px 0 !important;
    text-transform: uppercase !important;
    font-size: 22px;
}

.login-header:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #a7723d;
}

.btn-reg-log {
    color: #ffffff;
    background-color: #a7723d;
    border-color: #a7723d;
    padding: 15px 12px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 50px;
    position: relative;
    border-radius: 4px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    text-indent: 0;
    background: #a7723d;
    transition: background-color .25s cubic-bezier(0.25, .1, .25, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.find-Vehicle {
    padding: 10px 30px 10px;
    position: relative;
    background-color: #FFF;
    border-radius: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    border: solid 1px #cac8c8;
    margin-bottom: 10px;
}

.find-Vehicle-head {
    position: relative;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    border-bottom: 2px solid #ececec;
    color: #000;
    margin: 0 0 15px;
    padding: 13px 18px 13px 0;
    text-transform: uppercase;
}

.find-Vehicle-head:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #a7723d;
}

.text-blue {
    color: #151414 !important;
}

.text-black {
    color: #000 !important;
}

.find-Vehicle-head-content-option {
    padding: 0 12px 12px 0;
}

.find-Vehicle-head-content-option-label {
    margin-right: 10px;
}

.findVehicle-search-box li {
    padding-bottom: 20px;
    border-bottom: 0px solid #f1f1f1 !important;
}

.list li {
    padding-bottom: 0px;
}

.black {
    color: #3c3c3c !important;
}

.save-btn {
    text-align: right;
    margin-top: 20px;
}

.btn-info {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
}

.watch-list-btn {
    float: left;
    height: 29px;
    line-height: 29px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 9px 0 11px;
    position: relative;
    transition: background .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border: solid 1px #a7723d;
    margin-top: 10px;
}

.buttons-text-right {
    text-align: right;
}

.buttons-text-right-btn {
    width: auto;
    float: right;
    margin-left: 10px;
    padding: 6px 20px;
    background-color: #a7723d;
    border-color: #a7723d;
    display: inline-block;
    vertical-align: top;
    min-height: 30px;
    position: relative;
    border-radius: 4px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    text-indent: 0;
    background: #a7723d;
    transition: background-color .25s cubic-bezier(0.25, .1, .25, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.black-bg {
    background: #3c3c3c !important;
}

.register-login {
    background: #ffffff;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #9a9898;
    text-align: center;
}

.ad-listing .content-area .ad-stats a {
    color: #050505;
    text-decoration: underline;
    font-weight: bold;
}

.ad-stats span {
    font-weight: bold;
}

.ad-price-simple {
    font-size: 22px;
    color: #ffb23d !important;
}

.bind-now {
    width: 50%;
    padding: 7px !important;
    margin-top: 10px;
}

/*-------------------jojo----------------*/
.item-list-detail {
    padding: 10px 0;
    border: 1px solid #ccc;
}

.forms-slr {
    width: 100%;
    float: left;
    padding: 10px 50px 20px;
    border: 1px solid #ccc;
}

.forms-slr .form-control {
    padding: 10px 12px;
}

.forms-slr h2 {
    font-size: 35px;
    margin: auto;
    display: table;
    color: #fff;
    background: #67c712;
    text-align: center;
    padding: 10px 15px;
    margin-top: -47px;
}

.forms-slr form {
    margin-top: 60px;
}

.forms-slr .form-group {
    margin-bottom: 30px;
}

.forms-slr form p {
    padding: 0 15px;
}

.forms-slr form p span {
    padding-right: 10px;
}

.slr-reg-frm {
    margin-top: 50px;
}

.forms-slr textarea.form-control {
    height: 70px;
}

.forms-slr .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.forms-slr .select2-container--default .select2-selection--single {
    height: 42px;
}

.forms-slr .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9a9a9a;
    line-height: inherit;
    padding-top: 7px;
}

.reg-btn {
    background: #a7723d;
    color: #fff;
    padding: 10px 30px;
    border: none;
    text-transform: capitalize;
    font-size: 17px;
    margin: auto;
    display: table;
    font-weight: 400;
}

.reg-btn:hover {
    background: #734c25;
    color: #fff;
}

.id-verification h3 {
    font-size: 25px;
    color: #fff;
    background: #67c712;
    text-align: center;
    padding: 4px 15px;
    text-align: center;
}

.id-verification .forms-slr form {
    margin-top: 40px;
}

.login-slr {
    border-top: 8px solid #a7723d;
}

.login-slr h4 {
    font-size: 23px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.id-verification .login-slr form {
    margin-top: 20px;
}

.login-slr form span {
    position: absolute;
    top: 7px;
    left: 27px;
}

.login-slr .form-control {
    padding: 10px 12px 10px 35px;
}

.login-slr .fa {
    color: #ccc;
}

.login-slr .reg-btn {
    width: 100%;
}

.person-dtail-sec {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 25px;
    padding-top: 60px;
    position: relative;
}

.person-dtail-title {
    background: #ae9731;
    color: #fff;
    padding: 3px 15px 5px;
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 25px;
}

.person-dtail-sec {
    width: 100%;
    float: left;
}

.person-dtail-sec h2 {
    float: left;
    margin-top: 0;
    color: #000;
    font-size: 35px;
    font-weight: 500;
}

.person-dtail-sec img {
    margin-right: 15px;
    border-radius: 50%;
    float: left;
}

.person-dtail-sec ul {
    width: 100%;
    float: left;
}

.person-dtail-sec ul li .fa.fa-envelope {
    font-size: 12px;
}

.person-dtail-sec ul li .fa {
    margin-right: 5px;
}

.person-dtail-sec ul li {
    color: #000;
}

.person-dtail-sec ul li .fa.fa-mobile {
    font-size: 21px;
}

.addrs-bx {
    border-top: 3px solid #5ec303;
    margin-top: 25px;
}

.addrs-bx p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
}

.addrs-bx h5 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 50px;
    float: right;
}

.edt-updt {
    padding: 6px 15px;
    background: #a77900;
    color: #fff;
    margin-top: 42px;
    float: right;
}

.edt-updt:hover {
    background: #a77900;
    color: #fff;
}

.line-person-top {
    width: 126px;
    position: absolute;
    right: 0;
    top: -4px;
    height: 3px;
    background: #ae9731;
}

.addrs-bx p {
    background: url(../images/loc.jpg) no-repeat left 6px;
    padding-left: 20px;
}

.advt-sec {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 25px;
    padding-top: 60px;
    position: relative;
    margin-top: 40px;
}

.my-recvd-bid-sec {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 25px;
    padding-top: 38px;
    position: relative;
    margin-top: 40px;
}

.bid-top-sect-btn {
    float: right;
}

.bid-top-sect-btn li {
    float: left;
    margin-left: 20px;
}

.bid-ricv-box-main {
    width: 100%;
    float: left;
    color: #000;
    margin-top: 25px;
}

.bid-ricv-box-main span {
    font-weight: 500;
}

.bid-ricv-box-main ul li {
    margin-bottom: 8px;
    font-size: 13px;
}

.bid-ricv-box-main ul li:last-child {
    margin-bottom: 0;
}

.bid-ricv-box-main .table > tbody > tr > td {
    border: none;
    background: url(../images/line1.jpg) no-repeat right center;
    padding: 10px 0px;
    padding-right: 15px;
}

.head-bid-tbl td {
    padding-bottom: 10px !important;
}

.bid-ricv-box-main .table > tbody > tr > td:last-child {
    background: none;
}

.head-bid-tbl td {
    background: none !important;
}

.bid-ricv-box-main h5 {
    margin: 65px 0 0 30px;
    font-size: 15px;
    color: #000;
}

.bid-ricv-box-main h3 {
    margin-top: 54px;
    font-size: 18px;
    margin-left: 34px;
    font-weight: 600;
    text-align: center;
}

.bid-ricv-box-main h4 {
    font-size: 15px;
    margin-left: 27px;
    font-weight: 600;
}

.bid-ricv-box-main ul {
    margin-left: 30px;
}

.delet-search {
    padding: 5px 15px;
    background: #5ec303;
    color: #fff;
}

.delet-search:hover {
    padding: 5px 15px;
    background: #063;
    color: #fff;
}

.saved-search {
    color: #000;
}

.saved-search h4 {
    font-size: 15px;
    margin-left: 25px;
    font-weight: 600;
}

.saved-search h5 {
    margin: 0px 0 0 25px;
    font-size: 14px;
    color: #000;
}

.head-bid-tbl tr {
    border: none;
}

.saved-search tr td {
    border: none !important;
    float: left;
}

.head-saved-search,
.head-saved-search td {
    border: none !important;
}

.saved-search tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    padding: 8px 0;
    border-right: 3px solid #5ec303;
    border-left: 3px solid #5ec303;
}

.saved-search .table {
    width: 99%;
    float: left;
}

.my-recvd-bid-sec img {
    max-width: inherit;
}

.Bid-Approval {
    width: 100%;
    float: left;
    padding: 20px;
    border-top: 0px solid #a7723d;
}

.Bid-Approval-dispy img {
    margin-bottom: 20px;
}

.Bid-Approval-dispy {
    width: 100%;
    float: left;
    padding: 0 180px;
}

.Bid-Approval-vehicle-details {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.Bid-Approval-vehicle-details table {
    border: none;
}

.Bid-Approval-vehicle-details table tr td {
    color: #000;
    font-size: 17px;
    padding: 9px 10px;
    border: none;
}

.Bid-Approval-vehicle-details table tr td span {
    font-weight: 600;
}

.Bid-History-btn {
    color: #fff;
    background: #a7723d;
    padding: 10px 20px;
    font-size: 20px;
    float: right;
}

.Reapair-cost-provd {
    margin: auto;
    display: table;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin-top: 50px;
}

.btn-bid-aprv {
    margin: auto;
    display: table;
    margin-top: 50px;
}

.btn-bid-aprv li {
    float: left;
    width: 165px;
    padding: 3px 0 6px;
    border-radius: 5px;
    background: #a77900;
    font-size: 18px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.btn-bid-aprv li a {
    color: #fff;
}

.btn-bid-aprv li:hover {
    background: #ae9631;
}

.vehicle-list h4 {
    margin-left: 0;
    font-weight: 400;
}

.saved-search.vehicle-list .vehicle-list-head td {
    background: #a7723d;
    color: #fff;
    border-right: 1px solid #fff !important;
    text-align: center;
    padding: 30px 0;
}

.saved-search.vehicle-list .vehicle-list-head td:last-child {
    border-right: none !important;
}

.saved-search.vehicle-list td {
    text-align: center;
}

.vehicle-list tr {
    border: 1px solid #fff;
    padding: 0px 0;
}

.vehicle-list table {
    border: 1px solid #ccc;
}

/*------------jojo---6-4-18--start------------*/
.edit-profile .modal-header .close {
    position: absolute;
    right: 16px;
    z-index: 9999;
}

.edit-profile h4 {
    color: #232323;
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
}

.Dashboard-btn {
    margin: auto;
    display: table;
}

.Dashboard-btn li {
    float: left;
    margin-right: 35px;
}

.prof-box h5 {
    color: #5b5b5b;
    padding: 3px 5px 4px 10px;
    font-weight: 300 !important;
    font-size: 18px;
    margin-left: 8px;
}

.prof-box .form-control {
    padding: 13px 8px;
    border: 1px solid #dcdcdc;
}

.prof-box .form-control-feedback {
    position: absolute;
    top: 7px;
}

.my-recvd-bid-sec.Dashboard {
    margin-top: 23px;
}

.my-account h4 {
    font-size: 18px;
    color: #333;
    text-align: center;
    border-left: 3px solid #5ec303;
    padding: 0;
    line-height: 1;
    margin: 9px 0;
    font-weight: 500;
}

.my-account p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 18px;
}

.my-account ul {
    margin: auto;
    display: table;
}

.my-account ul li {
    float: left;
    margin-right: 15px;
    background: #5ec303;
    padding: 4px 0;
    width: 141px;
    text-align: center;
}

.my-account ul li a {
    color: #fff;
}

.view-more-my-ac {
    margin: auto;
    display: table;
    margin-top: 20px;
}

.Dashboard-btn .fa {
    margin-right: 3px;
}

.Dashboard {
    width: 85%;
    margin: auto;
    display: table;
    float: none;
}

/*------------jojo---6-4-18--end------------*/
@media (max-width: 768px) {
    .saved-search tr td {
        width: auto !important;
    }

    .saved-search tr td {
        padding: 0px !important;
    }

    .my-recvd-bid-sec {
        padding: 15px;
    }

    .person-dtail-title {
        position: relative;
    }

    .saved-search tr td {
        border: none !important;
        float: left;
    }

    .saved-search .table {
        width: 99%;
        float: none;
    }

    tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .saved-search tr td {
        border: none !important;
        float: none;
    }

    .saved-search h4 {
        font-size: 15px;
        margin-left: 13px;
    }

    .saved-search h5 {
        text-align: left;
        margin-left: 5px;
    }

    .Bid-Approval-dispy {
        padding: 0;
    }

    .Bid-Approval-vehicle-details table {
        width: 100%;
    }

    .Bid-Approval-vehicle-details table tr {
        width: 100%;
    }

    .Bid-Approval-vehicle-details table tr td {
        text-align: left;
    }

    .btn-bid-aprv li {
        float: left;
        width: 100%;
    }
}

@media (min-width :769px) and (max-width :991px) {
    .delet-search {
        padding: 5px 8px;
        background: #5ec303;
        color: #fff;
        font-size: 13px;
    }
}

@media (min-width :769px) and (max-width :991px) {
    .Bid-Approval-dispy {
        padding: 0;
    }
}

@media (min-width :992px) and (max-width :1200px) {
    .Bid-Approval-dispy {
        padding: 0 100px;
    }
}

.Bid-History-btn:hover,
.Bid-History-btn:focus,
.Bid-History-btn:visited,
.Bid-History-btn:active {
    color: #fff;
    background: #a7723d;
    outline: none;
}

.table-sk-bid-history thead tr {
    background-image: none;
}

.table-sk-bid-history tbody tr td {
    border: 1px solid #ddd;
}

.modal-content-sk {
    border-radius: 0px;
    border-top: 8px solid #a7723d;
}

.modal-dialog-sk {
    width: 800px;
    margin: 100px auto;
}

.close-sk:hover,
.close-sk:focus {
    opacity: 1;
    color: #fff;
}

.close-sk {
    opacity: 1;
    color: #fff;
}

button.close-sk {
    padding: 3px 10px;
    background: #a7723d;
    top: -10px;
}

.modal-header .close-sk {
    margin-top: -16px;
}

.modal-title-sk {
    font-size: 23px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.modal-content-sk .modal-header {
    border-bottom: none;
    padding: 10px 20px;
}

.table-sk-bid-history > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.priliminary-bid-sk {
    margin: auto;
    display: table;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    min-width: 100%;
    background: #f6f6f7;
}

.priliminary-bid-sk h2 {
    margin: 0px 0 15px;
    text-transform: capitalize;
    color: #5ec303;
    padding: 10px 15px 5px;
    font-size: 25px;
    left: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0px;
    width: 100%;
}

.priliminary-bid-sk h2::before {
    height: 2px;
    left: 40%;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #a7723d;
}

.priliminary-bid-table-sk tbody tr td {
    border: none;
}

.priliminary-bid-table-sk {
    border: none;
    text-align: left;
    margin-top: 0px;
}

.priliminary-bid-table-sk tbody tr td span {
    font-size: 20px;
    font-weight: 600;
}

.priliminary-bid-table-sk tbody tr td {
    font-size: 20px;
}

.priliminary-bid-sk-btn {
    color: #fff;
    background: #a77900;
    padding: 6px 24px;
    font-size: 17px;
    outline: none;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.priliminary-bid-inner-sk {
    width: 100%;
    padding: 0px 0px;
}

.priliminary-bid-sk-btn:hover,
.priliminary-bid-sk-btn:focus {
    color: #fff;
    outline: none;
}

.bid-approve {
    padding: 6px 15px;
    background: #a77900;
    color: #fff;
    margin-top: 42px;
    float: right;
    margin-top: 10px;
}

.bid-approve:hover,
.bid-approve:focus {
    color: #fff;
    outline: none;
}

.bid-ricv-box-main table tbody tr:last-child {
    border-bottom: none;
}

.priliminary-bid-sk h2 span {
    font-weight: 100;
    color: #000;
}

.border-header-sk {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 7%;
    height: 1px;
    border-top: 1px solid #a77900;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.separator-sk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.winner-sk img {
    max-width: 100px;
}

.alert-danger {
    color: #FBFBFB;
    background-color: #ffffff;
    border-color: #e2e2e2;
}

/*----------------jojo--20/4/18---------*/
.bank-details {
    width: 100%;
    float: left;
}

.bank-details table tbody td {
    padding: 8px;
}

.bank-details .form-control {
    height: 35px;
    padding: 5px 10px;
}

.bank-details .form-group {
    margin-bottom: 0;
}

.Payment-Details-sec {
    margin-top: 30px;
}

.bank-details textarea.form-control {
    height: 50px;
}

.datepicker-days table tr:first-child {
    display: none !important;
}

.datepicker-days table thead tr {
    line-height: 0 !important
}

.Payment-Details-sec input[type="radio"],
.Payment-Details-sec input[type="checkbox"] {
    margin: 0px 0 0 !important;
}

span.month {
    margin-right: 6px;
    cursor: pointer;
}

td.day {
    cursor: pointer;
}

.bank-details span.glyphicon.glyphicon-th {
    cursor: pointer;
}

span.year {
    margin-right: 5px;
}

@media (min-width :320px) and (max-width :768px) {
    .person-dtail-sec {
        padding-top: 25px;
    }
}

.white.category-grid-box-1 .short-description-1 {
    background: #ececec none repeat scroll 0 0;
    min-height: 205px;
}

.white.category-grid-box-1 img {
    height: 160px !important;
}

.white.category-grid-box-1 h3 {
    font-size: 16px;
}

span.ad-price {
    font-size: 15px;
}

.short-description-1 .location {
    margin-bottom: 0px;
}

.short-description-1 p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #82888b;
}

.recent-tab .nav-tabs > li {
    text-transform: uppercase;
}

.advance-search {
    background-color: rgba(0, 0, 0, .5);
    margin-top: -139px;
}

.search-style-2 label {
    color: #fff;
}

.heading-panel h1 {
    text-transform: uppercase;
}

.alert-danger {
    color: #040404 !important;
    font-size: 16px !important;
    border-radius: 4px;
    /*border: solid 1px #fb0000;*/
    border: 1px solid #907400 !important;
}

.search-style-2 .search-form {
    padding: 35px 0 23px;
}

.section-search .nav-tabs .nav-item.active a {
    display: none;
}

.owl-theme .owl-controls .owl-nav div {
    color: #000 !important;
}

.featured-slider .owl-controls .owl-nav .owl-prev,
.featured-slider .owl-controls .owl-nav .owl-next {
    background-color: transparent !important;
}

.featured-slider .owl-prev .featured-slider .owl-controls .owl-nav .owl-prev i,
.featured-slider .owl-controls .owl-nav .owl-next i,
.featured-slider .owl-controls .owl-nav .owl-prev i {
    font-size: 33px !important;
}

.featured-slider .owl-controls .owl-nav .owl-prev:hover,
.featured-slider .owl-controls .owl-nav .owl-next:hover {
    background-color: transparent !important;
}

.owl-theme .owl-controls .owl-nav div {
    padding: 4px 0px;
}

.btn-theme {
    color: #000 !important;
    background-color: transparent !important;
    border: 2px solid #a7723d !important;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #ffffff !important;
    background-color: #4ca001 !important;
    border-color: #4ca001;
}

button#reg {
    border: none;
    padding: 5px 15px;
    background-color: #a7723d;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    color: #fff !important;
}

.search-style-2 .tab-content .search-form .select2-container--default .select2-selection--single {
    height: 38px !important;
}

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

span.ad-price {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.white.category-grid-box-1 h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.short-description-1 .location {
    margin-bottom: 5px;
}

.search-now-bnr-btm {
    width: 100%;
    float: left;
    height: 150px;
    background: #999;
}

.search-style-2 .tab-content .search-form .btn {
    margin-top: 28px;
}

.panel-title {
    font-size: 14px !important;
}

.panel-title > a {
    padding: 5px 15px !important;
}

.search-form .btn-theme {
    color: #fff !important;
    border: 2px solid #fff !important;
}

.sidebar .panel-group .panel + .panel {
    margin-top: 0;
}

.mega-menu .drop-down-multilevel a {
    padding: 4px 20px !important;
    font-size: 14px !important;
    min-height: 29px !important;
}

.search-form .btn-theme:hover {
    background: #fff !important;
    color: #000 !important;
}

.section-search .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.section-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #930;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    z-index: 9999;
}

/* * JOJO UPDATED STYLES */
.footer-bg .footer-top {
    width: 100%;
    float: left;
}

.srch-result {
    width: 100%;
    float: left;
    padding: 20px;
}

.car-dtail-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.srch-result table {
    margin-top: 5px;
}

.srch-result table tbody td {
    padding: 6px 0px;
    color: #888;
    font-size: 13px;
}

.srch-result h3 {
    font-weight: 700;
    font-size: 16px;
}

.car-dtil-box-content {
    width: 100%;
    float: left;
    padding: 15px;
}

.car-dtail-box .btn-theme {
    margin-top: 15px;
}

.car-dtail-box:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
}

.car-dtail-box:hover {
    transform: translate3d(0px, -5px, 0px);
    transition: transform .5s ease-in-out;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 45px -2px rgba(0, 0, 0, 0.2) !important;
}

.car-img-dtls {
    width: 100%;
    float: left;
    height: 230px;
    background: url(../images/1.jpg) no-repeat center top;
    background-size: cover !important;
}

.list-grid {
    float: right;
}

/*-------------------30-4-18-------jojo-----------*/
.small-breadcrumb .breadcrumb-link ul li a.active {
    color: #64401c !important;
}

.search-results-filters-dropdown .btn {
    background: #64401c;
    color: #fff;
}

.search-results-filters-dropdown .btn.active {
    background: #ffb23d;
}

.search-results-filters-controls .btn {
    background: transparent;
    border: 1px solid #ffb23d;
}

.search-results-filters-controls .btn .fa {
    color: #64401c;
    margin-left: 6px;
}

.search-results-filters-controls .page-item:first-child .page-link {
    border-radius: 0px !important;
}

.sidebar .panel-title > a {
    padding: 5px 15px !important;
    border: 1px solid #d5d5d5 !important;
}

.sidebar .panel-body {
    border: 1px solid #d5d5d5 !important;
}

.sidebar .panel-title > a:hover,
.panel-title > a:focus {
    color: #cd7e05;
}

.sidebar .panel-group .panel {
    margin-bottom: 8px;
}

/*-------------------30-4-18-------jojo-----------*/
.small-breadcrumb .breadcrumb-link ul li a.active {
    color: #64401c !important;
}

.search-results-filters-dropdown .btn {
    background: #a7723d;
    color: #fff;
}

.search-results-filters-dropdown .btn.active {
    background: #d0bc81;
}

.search-results-filters-controls .btn {
    background: transparent;
    border: 1px solid #a7723d;
}

.search-results-filters-controls .btn .fa {
    color: #64401c;
    margin-left: 6px;
}

.search-results-filters-controls .page-item:first-child .page-link {
    border-radius: 0px !important;
}

.panel-title > a {
    padding: 5px 15px !important;
    border: 1px solid #d5d5d5 !important;
}

.panel-body {
    border: 1px solid #d5d5d5 !important;
}

.panel-title > a:hover,
.panel-title > a:focus {
    color: #cd7e05;
}

.sidebar .panel-group .panel {
    margin-bottom: 8px;
}

.srch-result h3 {
    font-weight: 700;
    font-size: 14px;
    background: #d0bc81;
    padding: 5px 15px;
}

.srch-result h3 a {
    color: #fff
}

.itm-nme {
    font-size: 15px;
    background: #a7723d;
    padding: 6px 15px;
}

.itm-nme a {
    color: #fff;
}

.ad-listing {
    margin-bottom: 15px;
    border-radius: 0;
}

.ad-listing .content-area .ad-stats span {
    font-weight: 400;
    color: #232323;
    font-size: 13px;
}

.ad-price-simple {
    color: #000 !important;
}

.ad-listing .content-area .ad-stats {
    margin-bottom: 10px;
}

.inner-header {
    background: url(../images/inner-hder.jpg) no-repeat center top;
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
}

.inner-header .header-top.dark {
    border-bottom: transparent;
    background-color: transparent;
}

.gray {
    background: transparent;
}

.top-form {
    line-height: 40px !important;
    background: transparent;
}

.inner-header .header-top ul li a {
    color: #a7723d !important;
}

.inner-header .header-top ul li i {
    color: #a7723d !important;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    float: right;
    color: #ccc;
    top: 5px;
    font-size: 11px;
    font-weight: 100;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}

.more-less {
    display: none;
}

.cd-top {
    background: #a7723d url(../images/cd-top-arrow.svg) no-repeat center 50% !important;
}

.seller-my-accound {
    width: 100%;
    float: left;
    padding: 0px;

}

.seller-my-accound h1 {
    font-size: 30px;
    font-weight: 900;
    color: #ae9631;
}

.seller-my-accound h1 span {
    color: #864900;
}

.seller-image-ad {
    max-width: inherit !important;
}

.seller-image-ad-body h5 {
    color: #000;
    font-size: 35px;
    font-weight: 500;
}

.seller-detail-main {
    margin-top: 20px;
}

.seller-detail-main p {
    color: #000;
}

.seller-detail-main .media {
    margin: 10px 0px;
}

.seller-my-accound p {
    color: #000;
}

.addrs-bx h5 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 50px;
    float: right;
}

.edt-updt-new {
    padding: 6px 15px;
    background: #5ec303;
    color: #fff;
    margin-top: 5px;
    float: right;
}

.main-seller-inner {
    border-bottom: solid 1px #864900;
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.main-seller-inner i {
    font-size: 12px;
}

.edt-updt-cmn-new {
    padding: 6px 15px;
    background: #a77900;
    color: #fff;
    margin-top: 45px;
    float: left;
    margin-bottom: 45px;
}
.edt-updt-cmn-new:hover {
    color: #ffffff;
    background: #916801;
}
.my-vehcle-sk h4 {
    font-size: 19px;
    color: #333;
    text-align: center;
    padding: 0;
    line-height: 1;
    margin: 15px 0;
    font-weight: 500;
}

.my-vehcle-sk p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 18px;
}

.my-vehcle-sk a {
    margin-right: 15px;
    background: #a77900;
    padding: 7px 16px;
    width: 141px;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
}

.my-vehcle-sk {
    text-align: center;
    min-height: 350px;
}

.vehicle-my {
    border-bottom: solid 1px #864900;
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.bid-ricv-box-main table tbody tr {
    border-bottom: solid 1px #eceaea;
}

.main-sk-seller {
    width: 100%;
    float: left;
    border-left: solid 6px #cfbb80;
    position: relative;
    padding-left: 12px;
}

.main-sk-seller-2 {
    width: 100%;
    float: left;
    border-left: solid 6px #864900;
    position: relative;
    padding-left: 12px;
}

.seller-details {
    margin-top: 30px;
}

.payment-table-sk {
    margin-top: 22px;
}

.payment-table-sk thead tr {
    height: 42px;
    line-height: 42px;
    text-shadow: 0 0 0px #fff;
    color: #303030;
    font-size: 10px;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 0px solid #ddd !important;
}

.payment-table-sk thead tr th {
    border-bottom: 0px solid #ddd !important;
    text-align: center;
    margin-top: 10px;
    height: 61px;
    color: #999;
    font-weight: 500;
    font-size: 15px;
}

.payment-table-sk thead th:not(:last-child)::after {
    content: '';
    width: 0px;
    height: 0px;
}

.payment-table-sk tbody td {
    border-top: 0px solid #ddd !important;
    text-align: center;
}

.timeline-badge.round-main {
    background-color: #864900;
}

.timeline-badge {
    top: auto;
    bottom: 26px;
}

.timeline-badge {
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 54px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 0px;
    background-color: #7c7c7c;
    border: 0px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-bottom: 10px;
}

#list_box thead tr th {
    border-bottom: 1px solid #dcdcdc !important;
}

#list_box thead tr th:nth-child(odd) {
    border-top: 7px solid #a7723d !important;
}

#list_box thead tr th:nth-child(even) {
    border-top: 7px solid #cfbb81 !important;
}

#list_box thead tr th > a {
    font-weight: normal;
    color: #6d6e71;
    font-size: 18px;
    text-transform: uppercase !important;
}

#list_box thead tr th {
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    text-transform: uppercase !important;
    color: #6d6e71;
    font-weight: normal;
}

#list_box tbody tr td {
    text-transform: uppercase;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
}

.pagination .page-item a {
    background: transparent;
    border: 1px solid #a7723d;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 10px 15px;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px !important;
    margin-left: 0;
    display: inline-block;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
}

.pagination li {
    margin-right: 0;
}

.pagination li a:hover {
    outline: none;
     !important;
    border-color: #a7723d !important;
}

.pagination li:first-child {
    margin-right: 10px;
}

.least-vechl-dmg,
.least-vechl-lft {
    background-size: cover !important;
    width: 100% !important;
}

.home_page_menu li > a {
    color: #fff !important;
}

.mega-menu .drop-down-multilevel a {
    color: #232323 !important;
}

.text-center.margin-top-30 {
    margin-top: 0px;
}

ul.dropdown-menu.log-top {
    left: 0;
}

.feature-we_do i {
    margin-right: 10px;
}

.countdown-timer {
    display: inline-block;
    margin-left: 20px;
    font-size: 28px;
    color: #000000;
    background: #e2a400;
    padding: 0 20px;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 15px;
}

.time_countdown {
    display: inline-block;
    border: none !important;
    font-size: 29px;
    margin-top: 0px !important;
    float: none !important;
    padding: 18px 12px 20px;
    color: #ffffff !important;
    font-family: 'Fjalla One', sans-serif;
}

.sidebar {
    margin-left: 0px !important;
}

.advnce-hed {
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 20px;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

input.btn.btn-lg.btn-theme {
    padding: 5px;
    min-height: 40px;
    width: 100%;
    border-radius: 5px;
}

.findVehicle-search-box .btn-reg-log {
    padding: 8px 0 0 0px;
    min-height: 40px;
}

.vehcle-list-sk {
    margin-top: 28px;
}





input.btn.btn-lg.btn-theme {
    padding: 5px;
    min-height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff !important;
    background-color: #a7723d !important;
    border-color: #a7723d !important;
}


.select2-container--default .select2-selection--single {
    outline: none;
}



.findVehicle-search-box li label {
    font-weight: 700;
    color: #a7723d;
}

.grid-panel .location-icon i,
.widget-newsletter .fieldset form .submit-btn,
.ad-listing .content-area .additional-info li a:hover,
.noUi-connect,
.card .nav-tabs > li > a::after,
.featured-ribbon span,
.progress-bar > span {
    background: #5dc302 none repeat scroll 0 0;
}

.widget-newsletter .fieldset form .submit-btn {
    border: medium none;
    color: #fff;
    display: block;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #b1b1b1 !important
}


.vehcle-list-sk-new {
    padding-top: 40px;
}

.find-Vehicle-head-content .text-black {
    color: #a7723d !important;
    margin-left: 10px;
    font-size: 15px;
}

.find-Vehicle-head-content a {
    font-size: 13px;
    color: #000;
}

.login-grid-sk button {
    width: 100% !important;
    border: solid 1px !important;
    outline: none !important;


}

.register-login a {
    color: #a7723d;
}

.register-login {
    padding: 20px 0 0 !important;
}

.btn-reg-log {
    text-shadow: none !important;
    box-shadow: none !important;
}

.sk-veri-dep-btn {
    display: -webkit-inline-box;
}

.login-grid-sk {
    max-width: 400px;
    margin: auto;
    box-shadow: none !important;
    border: solid 1px #e9e9e9;
    padding: 15px 15px !important;
}

.buy-it-details-content {
    outline: rgb(162, 162, 162) solid 1px;
    outline-offset: -3px;
    padding: 10px;
    text-align: left;
    width: 100%;
    color: #777 !important;
    margin-bottom: 10px;
}

.buy-it-details-content h2 {
    color: #000000 !important;
}

.btn-custom {
    background-color: #4f0800 !important;
    color: #ffffff !important;
}

.confirmPurchase {
    color: #000000 !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
    {
    color: #ffffff;
    background-color: #4ca001;
    border-color: #4ca001;
}

.find-Vehicle {
    padding-bottom: 20px !important;
    height: auto !important;
    width: 100% !important;
    float: left !important;
}

.cd-top.cd-is-visible {
    display: none !important;
}

.table-striped tr th {
    font-size: 12px;
}

.input-group-addon:last-child {
    border-left: 1px solid #ccc !important;
    border-radius: 4px;
    margin-right: 3px;
}





@media (max-width:768px) {

    .sk-veri-dep-btn {
        display: -webkit-box;
    }

    .bidding-limit-item-light {
        margin-bottom: 10px;
    }

}

@media only screen and (max-device-width: 990px) and (min-device-width: 767px) {
    .sk-veri-dep-btn {
        margin-bottom: -9px;
        display: -webkit-box;
    }

}

.datepicker-days table thead tr th {
    padding: 16px 10px;
    text-align: center;
    cursor: pointer;
}




span.month {
    margin-right: 6px;
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

span.year {
    margin-right: 6px;
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;

}

.table-condensed > thead > tr > th {
    text-align: center;
}



.btn-theme-sk,
#confirm_bid {
    padding-top: 10px !important;
    line-height: 20px;
    margin-top: 27px !important;
}

form#vehicle-form .form-control {
    border: 1px solid #c4c4c4;
    color: #b4b3b3;
    font-size: 13px;
}

form#vehicle-form label {
    color: #4b4b4b;
    font-weight: 600;
    text-transform: uppercase;
}

form#vehicle-form {
    width: 80%;
    margin: auto;
}

form#vehicle-form .select2-container--default .select2-selection--single {
    border: 1px solid #c4c4c4;
    color: #b4b3b3;
}

form#vehicle-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b4b3b3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b4b3b3 !important;
    font-size: 13px;
}

form#vehicle-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #b0aaa4 transparent transparent transparent;
}

label .error,
.error,
form#vehicle-form label .error {
    color: #ff0000;
    font-weight: normal;
    font-size: 12px;
}

.alert-success {
    color: #040404 !important;
    font-size: 16px !important;
    border: 1px solid #907400 !important;
    border-radius: 4px;
    border: none;
    background-color: #fff;
}

.muted {
    COLOR: #f00;
}

.footer-bg .footer-top {
    background: #f3f3f3;
}

.pagination {
    margin-bottom: 20px;
}


.footer-submit {
    background-color: #e2e2e2 !important;

}

.label-warning {
    background-color: #ae9731 !important;
}



.label-success {
    background-color: #ae9731;
}

.seller-detail-main .media-heading {
    font-size: 28px;
}


.main-sk-seller-2 .seller-my-accound {
    border-bottom: solid 1px #864900;
    margin-bottom: 15px;
}

.sell-ur-cr-bid-sec {
    color: #000;
}

.sell-ur-cr-bid-sec h3 {
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sell-ur-cr-bid-sec ol li {
    margin-top: 15px;
    font-size: 13px;
}

.sell-ur-cr-bid-sec ul {
    margin-left: 70px;
}

.sell-ur-cr-bid-sec ul li {
    list-style: disc;
    margin-bottom: 14px;
    text-align: justify;
    font-size: 13px;
    /*list-style:upper-alpha;*/
}

.sell-ur-cr-bid-sec ul li span,
.sell-ur-cr-bid-sec ol li span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.bid-option-jj li {
    list-style: lower-alpha !important;
}

.bid_error {
    background: #ae9631 !important;
    border: 1px solid #ae9631 !important;
    color: #fff !important;
}

button#bttn {
    border: 1px solid #ae9631 !important;
    width: 100% !important;
}

.search-results-filters-controls .pagination {
    margin-right: 15px;
}

.ad-listing .content-area .btn {
    text-shadow: none;
    box-shadow: none;
}

.auc_active {
    background: #ae9631 !important;
}

.auc.auc_active a {
    color: #fff;
}

.auction-day-arabic .day .title span {
    margin-left: 5px;
}

.alertify .ajs-header {
    background: #664b31 !important;
}

.alert-success .reg {
    color: #000 !important;
}

.alert-success .reg:hover {
    color: #000;
}

.app-figure {
    float: left !important;
}

.div-watchlist {
    width: 100% !important;
    float: left !important;
}

td.bid-now-btn-jj a {
    margin: 0 !important;
    float: left;
    margin-bottom: 5px !important;
}

.sar-amt-jj {
    float: left;
    padding-top: 0px !important;
    width: 100%;
    text-align: left;
}

table#auctionTable th {
    text-transform: uppercase;
}












@media (min-width :768px) and (max-width :991px) {

    .item-detail-summary {
        width: 100%;
        float: left;
    }









}





@media only screen and (max-width: 767px) {
    .bidding-limit-item-dark {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-top ul.listnone li {
        float: left !important;
    }

    .bank-details {
        margin-top: 10px;
    }

    .person-dtail-sec {
        padding: 0;
    }

    .row.lot-details-content h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }

    section.section-padding.no-top.slr-reg-frm {
        padding-top: 20px;
    }

    a.btn.btn-theme.btn-save-search {
        padding: 3px;
    }

    .seller-detail-main .media-heading {
        font-size: 16px;
        margin-top: 10px;
    }

    .countdown-timer {
        font-size: 20px;
    }

    .time_countdown {
        font-size: 20px;
    }

    .app-figure {
        float: left;
    }

    .item-detail-summary {
        width: 100%;
        float: left;
    }

    .row.margin-0-jjj {
        margin-right: 0;
        margin-left: 0;
    }

    .main-sk-seller-2,
    .main-sk-seller {
        padding-left: 0;
    }

    .main-sk-seller-2 h1,
    .main-sk-seller h1 {
        padding-left: 15px;
    }

}


@media (min-width :320px) and (max-width :480px) {
    span.item-detail-summary-card-bidding-info-item {
        margin-right: 10px;
    }

}


/* 3-09-2018 */

.v-img  {
    min-height: 160px;
}



/* 10-04-2018 */

.form-control::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000 !important;
}
.form-control::-webkit-input-placeholder {
  color: #000000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
}
form#vehicle-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}
.form-control {
    color: #000000 !important;
}

